@kyndryl-design-system/shidoka-applications 2.107.2 → 2.107.3

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.
@@ -1 +1 @@
1
- {"schemaVersion":"1.0.0","readme":"","modules":[{"kind":"javascript-module","path":"src/components/ai/aiLaunchButton/aiLaunchButton.ts","declarations":[{"kind":"class","description":"AI Assistant Launch Button.","name":"AILaunchButton","members":[{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether the button is disabled.","attribute":"disabled"},{"kind":"method","name":"_initAnimation","privacy":"private"},{"kind":"method","name":"_startHoverAnimation","privacy":"private"},{"kind":"method","name":"_stopHoverAnimation","privacy":"private"},{"kind":"method","name":"_emitClick","privacy":"private"}],"events":[{"description":"Emits when the button is clicked.","name":"on-click"}],"attributes":[{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether the button is disabled.","fieldName":"disabled"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-ai-launch-btn","customElement":true}],"exports":[{"kind":"js","name":"AILaunchButton","declaration":{"name":"AILaunchButton","module":"src/components/ai/aiLaunchButton/aiLaunchButton.ts"}},{"kind":"custom-element-definition","name":"kyn-ai-launch-btn","declaration":{"name":"AILaunchButton","module":"src/components/ai/aiLaunchButton/aiLaunchButton.ts"}}]},{"kind":"javascript-module","path":"src/components/ai/aiLaunchButton/index.ts","declarations":[],"exports":[{"kind":"js","name":"AILaunchButton","declaration":{"name":"AILaunchButton","module":"./aiLaunchButton"}}]},{"kind":"javascript-module","path":"src/components/ai/sourcesFeedback/aiSourcesFeedback.ts","declarations":[{"kind":"class","description":"AISourcesFeedback Component.","name":"AISourcesFeedback","slots":[{"description":"copy button","name":"copy"},{"description":"source cards in source panel.","name":"sources"},{"description":"Positive feedback form.","name":"feedback-form"}],"members":[{"kind":"field","name":"sourcesOpened","type":{"text":"boolean"},"default":"false","description":"expandable anchor opened state for Sources used.","attribute":"sourcesOpened"},{"kind":"field","name":"feedbackOpened","type":{"text":"boolean"},"default":"false","description":"expandable anchor opened state for Feedback buttons.","attribute":"feedbackOpened"},{"kind":"field","name":"sourcesDisabled","type":{"text":"boolean"},"default":"false","description":"expandable anchor disabled state for Sources used..","attribute":"sourcesDisabled"},{"kind":"field","name":"feedbackDisabled","type":{"text":"boolean"},"default":"false","description":"expandable anchor disabled state for Feedback buttons.","attribute":"feedbackDisabled"},{"kind":"field","name":"revealAllSources","type":{"text":"boolean"},"default":"false","description":"Limits visible sources behind a \"Show more\" button.","attribute":"revealAllSources"},{"kind":"field","name":"textStrings","default":"{\n sourcesText: 'Sources',\n foundSources: 'Found sources',\n showMore: 'Show more',\n showLess: 'Show less',\n positiveFeedback: 'Share what you liked',\n negativeFeedback: 'Help us improve',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"closeText","type":{"text":"string"},"default":"'Close'","description":"Close button text.","attribute":"closeText"},{"kind":"method","name":"_handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}},{"name":"panel","type":{"text":"'sources' | 'feedback'"}},{"name":"feedbackType","optional":true,"type":{"text":"'positive' | 'negative'"}}]},{"kind":"method","name":"_updateFeedbackCounts","privacy":"private","parameters":[{"name":"feedbackType","type":{"text":"'positive' | 'negative'"}}]},{"kind":"method","name":"_shouldEmitFeedbackEvent","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"feedbackType","optional":true,"type":{"text":"'positive' | 'negative'"}}]},{"kind":"method","name":"_emitToggleEvent","privacy":"private","parameters":[{"name":"panel","type":{"text":"'sources' | 'feedback'"}},{"name":"feedbackType","optional":true,"type":{"text":"'positive' | 'negative'"}}]},{"kind":"method","name":"_toggleFeedbackPanel","privacy":"private","parameters":[{"name":"feedbackType","optional":true,"type":{"text":"'positive' | 'negative'"}}]},{"kind":"method","name":"_handleSlotChange","privacy":"protected"},{"kind":"method","name":"_toggleLimitRevealed","privacy":"private","parameters":[{"name":"revealed","type":{"text":"boolean"}}]}],"events":[{"name":"on-feedback-deselected","type":{"text":"CustomEvent"},"description":"Emits when thumbs-up or thumbs-down button is deselected. `detail:{ feedbackType: string }`"},{"name":"on-toggle","type":{"text":"CustomEvent"},"description":"Emits the `opened` state when the panel item opens/closes. detail:{ sourcesOpened: boolean, feedbackOpened: boolean, selectedFeedbackType: string }"}],"attributes":[{"name":"sourcesOpened","type":{"text":"boolean"},"default":"false","description":"expandable anchor opened state for Sources used.","fieldName":"sourcesOpened"},{"name":"feedbackOpened","type":{"text":"boolean"},"default":"false","description":"expandable anchor opened state for Feedback buttons.","fieldName":"feedbackOpened"},{"name":"sourcesDisabled","type":{"text":"boolean"},"default":"false","description":"expandable anchor disabled state for Sources used..","fieldName":"sourcesDisabled"},{"name":"feedbackDisabled","type":{"text":"boolean"},"default":"false","description":"expandable anchor disabled state for Feedback buttons.","fieldName":"feedbackDisabled"},{"name":"revealAllSources","type":{"text":"boolean"},"default":"false","description":"Limits visible sources behind a \"Show more\" button.","fieldName":"revealAllSources"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"},{"name":"closeText","type":{"text":"string"},"default":"'Close'","description":"Close button text.","fieldName":"closeText"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-ai-sources-feedback","customElement":true}],"exports":[{"kind":"js","name":"AISourcesFeedback","declaration":{"name":"AISourcesFeedback","module":"src/components/ai/sourcesFeedback/aiSourcesFeedback.ts"}},{"kind":"custom-element-definition","name":"kyn-ai-sources-feedback","declaration":{"name":"AISourcesFeedback","module":"src/components/ai/sourcesFeedback/aiSourcesFeedback.ts"}}]},{"kind":"javascript-module","path":"src/components/ai/sourcesFeedback/index.ts","declarations":[],"exports":[{"kind":"js","name":"AISourcesFeedback","declaration":{"name":"AISourcesFeedback","module":"./aiSourcesFeedback"}}]},{"kind":"javascript-module","path":"src/components/reusable/accordion/accordion.ts","declarations":[{"kind":"class","description":"Accordion component.","name":"Accordion","slots":[{"description":"Holds Accordion Items (kyn-accordion-item) that make up the accordion","name":"unnamed"}],"members":[{"kind":"field","name":"showNumbers","type":{"text":"boolean"},"default":"false","description":"Specifies whether to show numbers on the list items.","attribute":"showNumbers"},{"kind":"field","name":"startNumber","type":{"text":"number"},"default":"1","description":"Specifies the number to start at if the list has numbers.","attribute":"startNumber"},{"kind":"field","name":"filledHeaders","type":{"text":"boolean"},"default":"false","description":"Specifies whether to show the accordion items with filled headers.","attribute":"filledHeaders"},{"kind":"field","name":"compact","type":{"text":"boolean"},"default":"false","description":"Display the accordion as compact or the default large size.","attribute":"compact"},{"kind":"field","name":"expandLabel","type":{"text":"string"},"default":"'Expand all items'","description":"The string that displays on the toggle to expand all the accordion items.","attribute":"expandLabel"},{"kind":"field","name":"collapseLabel","type":{"text":"string"},"default":"'Collapse all items'","description":"The string that displays on the toggle to collapse all the accordion items.","attribute":"collapseLabel"},{"kind":"method","name":"_handleSlotChange","privacy":"protected"},{"kind":"method","name":"_updateChildren","privacy":"protected"},{"kind":"method","name":"_openAllItems","privacy":"protected"},{"kind":"method","name":"_closeAllItems","privacy":"protected"},{"kind":"method","name":"_toggleExpandAll","privacy":"private"},{"kind":"method","name":"_handleToggle","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_checkOpenItems","privacy":"private"}],"attributes":[{"name":"showNumbers","type":{"text":"boolean"},"default":"false","description":"Specifies whether to show numbers on the list items.","fieldName":"showNumbers"},{"name":"startNumber","type":{"text":"number"},"default":"1","description":"Specifies the number to start at if the list has numbers.","fieldName":"startNumber"},{"name":"filledHeaders","type":{"text":"boolean"},"default":"false","description":"Specifies whether to show the accordion items with filled headers.","fieldName":"filledHeaders"},{"name":"compact","type":{"text":"boolean"},"default":"false","description":"Display the accordion as compact or the default large size.","fieldName":"compact"},{"name":"expandLabel","type":{"text":"string"},"default":"'Expand all items'","description":"The string that displays on the toggle to expand all the accordion items.","fieldName":"expandLabel"},{"name":"collapseLabel","type":{"text":"string"},"default":"'Collapse all items'","description":"The string that displays on the toggle to collapse all the accordion items.","fieldName":"collapseLabel"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-accordion","customElement":true}],"exports":[{"kind":"js","name":"Accordion","declaration":{"name":"Accordion","module":"src/components/reusable/accordion/accordion.ts"}},{"kind":"custom-element-definition","name":"kyn-accordion","declaration":{"name":"Accordion","module":"src/components/reusable/accordion/accordion.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/accordion/accordionItem.ts","declarations":[{"kind":"class","description":"Accordion Item component. *","name":"AccordionItem","slots":[{"description":"Optional leading icon. 24px, or 16px for compact.","name":"icon"},{"description":"Body of the accordion item.","name":"body"},{"description":"Title of the accordion item.","name":"title"},{"description":"Optional subtitle of the accordion item.","name":"subtitle"}],"members":[{"kind":"field","name":"opened","type":{"text":"boolean"},"default":"false","description":"Accordion item opened state.","attribute":"opened"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Accordion item disabled state.","attribute":"disabled"},{"kind":"method","name":"setIndex","parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"setShowNumbers","parameters":[{"name":"value","type":{"text":"boolean"}}]},{"kind":"method","name":"setFilledHeader","parameters":[{"name":"value","type":{"text":"boolean"}}]},{"kind":"method","name":"setCompact","parameters":[{"name":"value","type":{"text":"boolean"}}]},{"kind":"method","name":"_handleIconSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"open"},{"kind":"method","name":"close"},{"kind":"method","name":"_handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleKeypress","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_toggleOpenState","privacy":"private"},{"kind":"method","name":"_emitToggleEvent","privacy":"private"}],"events":[{"description":"Emits the `opened` state when the accordion item opens/closes. `detail:{ opened: boolean }`.","name":"on-toggle"}],"attributes":[{"name":"opened","type":{"text":"boolean"},"default":"false","description":"Accordion item opened state.","fieldName":"opened"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Accordion item disabled state.","fieldName":"disabled"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-accordion-item","customElement":true}],"exports":[{"kind":"js","name":"AccordionItem","declaration":{"name":"AccordionItem","module":"src/components/reusable/accordion/accordionItem.ts"}},{"kind":"custom-element-definition","name":"kyn-accordion-item","declaration":{"name":"AccordionItem","module":"src/components/reusable/accordion/accordionItem.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/accordion/index.ts","declarations":[],"exports":[{"kind":"js","name":"Accordion","declaration":{"name":"Accordion","module":"./accordion"}},{"kind":"js","name":"AccordionItem","declaration":{"name":"AccordionItem","module":"./accordionItem"}}]},{"kind":"javascript-module","path":"src/components/reusable/avatar/avatar.ts","declarations":[{"kind":"class","description":"User avatar.","name":"Avatar","slots":[{"description":"Slot for the profile picture img.","name":"unnamed"}],"members":[{"kind":"field","name":"initials","type":{"text":"string"},"default":"''","description":"1-2 letters to represent the user with the initials in the avatar circle. It also provides a slot that allows an image/photo to replace the initials","attribute":"initials"}],"attributes":[{"name":"initials","type":{"text":"string"},"default":"''","description":"1-2 letters to represent the user with the initials in the avatar circle. It also provides a slot that allows an image/photo to replace the initials","fieldName":"initials"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-avatar","customElement":true}],"exports":[{"kind":"js","name":"Avatar","declaration":{"name":"Avatar","module":"src/components/reusable/avatar/avatar.ts"}},{"kind":"custom-element-definition","name":"kyn-avatar","declaration":{"name":"Avatar","module":"src/components/reusable/avatar/avatar.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/avatar/index.ts","declarations":[],"exports":[{"kind":"js","name":"Avatar","declaration":{"name":"Avatar","module":"./avatar"}}]},{"kind":"javascript-module","path":"src/components/reusable/badge/badge.ts","declarations":[{"kind":"class","description":"Badge.","name":"Badge","slots":[{"description":"Slot for custom icon.","name":"unnamed"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Badge name.","attribute":"label"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Badge size, `'md'` (default) or `'sm'`. Icon size: 16px only.","attribute":"size"},{"kind":"field","name":"type","type":{"text":"string"},"default":"'medium'","description":"Badge type, `'medium'` (default), `'heavy'`, or `'light'`.","attribute":"type"},{"kind":"field","name":"status","type":{"text":"string"},"default":"'success'","description":"Badge status, `'success'` (default), `'critical'`, `'error'`, `'warning'`, `'information'`, `'others'`.","attribute":"status"},{"kind":"field","name":"noTruncation","type":{"text":"boolean"},"default":"false","description":"Removes label text truncation.","attribute":"noTruncation"},{"kind":"field","name":"iconTitle","type":{"text":"string"},"default":"'Icon title'","description":"Icon title for screen readers.","attribute":"iconTitle"},{"kind":"field","name":"hideIcon","type":{"text":"boolean"},"default":"false","description":"Hide icon. Default is `false`.","attribute":"hideIcon"},{"kind":"method","name":"_getStatusIcon","privacy":"private"}],"attributes":[{"name":"label","type":{"text":"string"},"default":"''","description":"Badge name.","fieldName":"label"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Badge size, `'md'` (default) or `'sm'`. Icon size: 16px only.","fieldName":"size"},{"name":"type","type":{"text":"string"},"default":"'medium'","description":"Badge type, `'medium'` (default), `'heavy'`, or `'light'`.","fieldName":"type"},{"name":"status","type":{"text":"string"},"default":"'success'","description":"Badge status, `'success'` (default), `'critical'`, `'error'`, `'warning'`, `'information'`, `'others'`.","fieldName":"status"},{"name":"noTruncation","type":{"text":"boolean"},"default":"false","description":"Removes label text truncation.","fieldName":"noTruncation"},{"name":"iconTitle","type":{"text":"string"},"default":"'Icon title'","description":"Icon title for screen readers.","fieldName":"iconTitle"},{"name":"hideIcon","type":{"text":"boolean"},"default":"false","description":"Hide icon. Default is `false`.","fieldName":"hideIcon"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-badge","customElement":true}],"exports":[{"kind":"js","name":"Badge","declaration":{"name":"Badge","module":"src/components/reusable/badge/badge.ts"}},{"kind":"custom-element-definition","name":"kyn-badge","declaration":{"name":"Badge","module":"src/components/reusable/badge/badge.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/badge/index.ts","declarations":[],"exports":[{"kind":"js","name":"Badge","declaration":{"name":"Badge","module":"./badge"}}]},{"kind":"javascript-module","path":"src/components/reusable/blockCodeView/blockCodeView.ts","declarations":[{"kind":"class","description":"`<kyn-block-code-view>` component to display `<code>` snippets as standalone single-/multi-line block elements.","name":"BlockCodeView","members":[{"kind":"field","name":"darkTheme","type":{"text":"'light' | 'dark' | 'default'"},"default":"'default'","description":"Sets background and text theming.","attribute":"darkTheme"},{"kind":"field","name":"language","type":{"text":"string"},"default":"''","description":"If empty string, attempt language syntax auto-detection. Setting a value will override auto-detection and manually configure desired language.","attribute":"language"},{"kind":"field","name":"lineNumbers","type":{"text":"boolean"},"default":"false","description":"Optionally display line numbers.","attribute":"lineNumbers"},{"kind":"field","name":"startLineNumber","type":{"text":"number"},"default":"1","description":"Sets the starting line number when lineNumbers is true. Must be a positive integer.","attribute":"startLineNumber"},{"kind":"field","name":"maxHeight","type":{"text":"number | null"},"default":"null","description":"Customizable max-height setting for code snippet container.","attribute":"maxHeight"},{"kind":"field","name":"flush","type":{"text":"boolean"},"default":"false","description":"Enables a full-height flush layout intended for pane/rail containers where the code view\nshould occupy the entire available height.","attribute":"flush","reflects":true},{"kind":"field","name":"codeViewLabel","type":{"text":"string"},"default":"''","description":"Optionally displayed label above code snippet container.","attribute":"codeViewLabel"},{"kind":"field","name":"copyOptionVisible","type":{"text":"boolean"},"default":"false","description":"Optionally display button to copy code snippet.","attribute":"copyOptionVisible"},{"kind":"field","name":"codeViewExpandable","type":{"text":"boolean"},"default":"false","description":"Optionally display button to expand code snippet container.","attribute":"codeViewExpandable"},{"kind":"field","name":"copyButtonText","type":{"text":"string"},"default":"''","description":"Sets copy code button text (optional).","attribute":"copyButtonText"},{"kind":"field","name":"copyButtonDescriptionAttr","type":{"text":"string"},"default":"''","description":"Sets copy button description attr value.","attribute":"copyButtonDescriptionAttr"},{"kind":"field","name":"codeSnippet","type":{"text":"string"},"default":"''","description":"Sets code snippet for display -- NOTE: original formatting is preserved.","attribute":"codeSnippet"},{"kind":"field","name":"textStrings","default":"{\n collapsed: 'Collapsed',\n expanded: 'Expanded',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"getContainerClasses","privacy":"private"},{"kind":"method","name":"renderCopyButton","privacy":"private"},{"kind":"method","name":"renderExpandButton","privacy":"private"},{"kind":"method","name":"highlightCode","privacy":"private"},{"kind":"method","name":"addLineNumbers","privacy":"private","parameters":[{"name":"preEl","type":{"text":"HTMLElement"}},{"name":"codeEl","type":{"text":"HTMLElement"}}]},{"kind":"method","name":"detectLanguage","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"code","type":{"text":"string"}}]},{"kind":"method","name":"calculateRelevance","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"tokens","type":{"text":"(string | Prism.Token)[]"}},{"name":"language","type":{"text":"string"}}]},{"kind":"method","name":"getTokenRelevance","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"token","type":{"text":"Prism.Token"}},{"name":"language","type":{"text":"string"}}]},{"kind":"method","name":"isLanguageSpecificToken","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"token","type":{"text":"Prism.Token"}},{"name":"language","type":{"text":"string"}}]},{"kind":"method","name":"determineMarkupLanguage","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"code","type":{"text":"string"}}]},{"kind":"method","name":"checkOverflow","privacy":"private"},{"kind":"method","name":"removeLeadingWhitespace","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"code","type":{"text":"string"}}]},{"kind":"method","name":"formatExampleCode","privacy":"private","parameters":[{"name":"code","type":{"text":"string"}}]},{"kind":"method","name":"copyCode","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"getContainerStyle","privacy":"private","return":{"type":{"text":"string"}}},{"kind":"method","name":"expandCodeView","privacy":"private"},{"kind":"method","name":"handleKeypress","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]}],"events":[{"name":"on-copy","type":{"text":"CustomEvent"},"description":"Emits when the copy button is clicked."}],"attributes":[{"name":"darkTheme","type":{"text":"'light' | 'dark' | 'default'"},"default":"'default'","description":"Sets background and text theming.","fieldName":"darkTheme"},{"name":"language","type":{"text":"string"},"default":"''","description":"If empty string, attempt language syntax auto-detection. Setting a value will override auto-detection and manually configure desired language.","fieldName":"language"},{"name":"lineNumbers","type":{"text":"boolean"},"default":"false","description":"Optionally display line numbers.","fieldName":"lineNumbers"},{"name":"startLineNumber","type":{"text":"number"},"default":"1","description":"Sets the starting line number when lineNumbers is true. Must be a positive integer.","fieldName":"startLineNumber"},{"name":"maxHeight","type":{"text":"number | null"},"default":"null","description":"Customizable max-height setting for code snippet container.","fieldName":"maxHeight"},{"name":"flush","type":{"text":"boolean"},"default":"false","description":"Enables a full-height flush layout intended for pane/rail containers where the code view\nshould occupy the entire available height.","fieldName":"flush"},{"name":"codeViewLabel","type":{"text":"string"},"default":"''","description":"Optionally displayed label above code snippet container.","fieldName":"codeViewLabel"},{"name":"copyOptionVisible","type":{"text":"boolean"},"default":"false","description":"Optionally display button to copy code snippet.","fieldName":"copyOptionVisible"},{"name":"codeViewExpandable","type":{"text":"boolean"},"default":"false","description":"Optionally display button to expand code snippet container.","fieldName":"codeViewExpandable"},{"name":"copyButtonText","type":{"text":"string"},"default":"''","description":"Sets copy code button text (optional).","fieldName":"copyButtonText"},{"name":"copyButtonDescriptionAttr","type":{"text":"string"},"default":"''","description":"Sets copy button description attr value.","fieldName":"copyButtonDescriptionAttr"},{"name":"codeSnippet","type":{"text":"string"},"default":"''","description":"Sets code snippet for display -- NOTE: original formatting is preserved.","fieldName":"codeSnippet"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-block-code-view","customElement":true}],"exports":[{"kind":"js","name":"BlockCodeView","declaration":{"name":"BlockCodeView","module":"src/components/reusable/blockCodeView/blockCodeView.ts"}},{"kind":"custom-element-definition","name":"kyn-block-code-view","declaration":{"name":"BlockCodeView","module":"src/components/reusable/blockCodeView/blockCodeView.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/blockCodeView/index.ts","declarations":[],"exports":[{"kind":"js","name":"BlockCodeView","declaration":{"name":"BlockCodeView","module":"./blockCodeView"}}]},{"kind":"javascript-module","path":"src/components/reusable/breadcrumbs/breadcrumbs.ts","declarations":[{"kind":"class","description":"Breadcrumbs Component.","name":"Breadcrumbs","slots":[{"description":"Slot for inserting links.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-breadcrumbs","customElement":true}],"exports":[{"kind":"js","name":"Breadcrumbs","declaration":{"name":"Breadcrumbs","module":"src/components/reusable/breadcrumbs/breadcrumbs.ts"}},{"kind":"custom-element-definition","name":"kyn-breadcrumbs","declaration":{"name":"Breadcrumbs","module":"src/components/reusable/breadcrumbs/breadcrumbs.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/breadcrumbs/index.ts","declarations":[],"exports":[{"kind":"js","name":"Breadcrumbs","declaration":{"name":"Breadcrumbs","module":"./breadcrumbs"}}]},{"kind":"javascript-module","path":"src/components/reusable/button/button.ts","declarations":[{"kind":"class","description":"Button component.","name":"Button","slots":[{"description":"Slot for button text.","name":"unnamed"},{"description":"Slot for an icon.","name":"icon"}],"members":[{"kind":"field","name":"description","type":{"text":"string"},"default":"''","description":"ARIA label for the button for accessibility.","attribute":"description"},{"kind":"field","name":"type","type":{"text":"BUTTON_TYPES"},"description":"Type for the &lt;button&gt; element.","attribute":"type"},{"kind":"field","name":"kind","type":{"text":"BUTTON_KINDS"},"description":"Specifies the visual appearance/kind of the button.","attribute":"kind"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Converts the button to an &lt;a&gt; tag if specified.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"string"},"default":"'_self'","description":"Link target, only valid if href is supplied.","attribute":"target"},{"kind":"field","name":"size","type":{"text":"BUTTON_SIZES"},"description":"Specifies the size of the button.","attribute":"size"},{"kind":"field","name":"iconPosition","type":{"text":"BUTTON_ICON_POSITION"},"description":"Specifies the position of the icon relative to any button text.","attribute":"iconPosition"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines if the button is disabled.","attribute":"disabled","reflects":true},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Button value.","attribute":"value"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"Button name.","attribute":"name"},{"kind":"field","name":"isFloating","type":{"text":"boolean"},"default":"false","description":"Determines if the button is Floatable","attribute":"isFloating"},{"kind":"field","name":"showOnScroll","type":{"text":"boolean"},"default":"false","description":"Show button after scrolling to 50% of the page","attribute":"showOnScroll"},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Button selected state.","attribute":"selected"},{"kind":"field","name":"formmethod","type":{"text":"any"},"description":"Button formmethod.","attribute":"formmethod"},{"kind":"field","name":"splitLayout","type":{"text":"boolean"},"default":"false","description":"Aligns button text and icon at the edges when `kyn-button` has a set width.","attribute":"splitLayout"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_testIconOnly","privacy":"private"},{"kind":"method","name":"_handleSlotChange","privacy":"private"}],"events":[{"description":"Emits the original click event. `detail:{ origEvent: Event }`","name":"on-click"}],"attributes":[{"name":"description","type":{"text":"string"},"default":"''","description":"ARIA label for the button for accessibility.","fieldName":"description"},{"name":"type","type":{"text":"BUTTON_TYPES"},"description":"Type for the &lt;button&gt; element.","fieldName":"type"},{"name":"kind","type":{"text":"BUTTON_KINDS"},"description":"Specifies the visual appearance/kind of the button.","fieldName":"kind"},{"name":"href","type":{"text":"string"},"default":"''","description":"Converts the button to an &lt;a&gt; tag if specified.","fieldName":"href"},{"name":"target","type":{"text":"string"},"default":"'_self'","description":"Link target, only valid if href is supplied.","fieldName":"target"},{"name":"size","type":{"text":"BUTTON_SIZES"},"description":"Specifies the size of the button.","fieldName":"size"},{"name":"iconPosition","type":{"text":"BUTTON_ICON_POSITION"},"description":"Specifies the position of the icon relative to any button text.","fieldName":"iconPosition"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines if the button is disabled.","fieldName":"disabled"},{"name":"value","type":{"text":"string"},"default":"''","description":"Button value.","fieldName":"value"},{"name":"name","type":{"text":"string"},"default":"''","description":"Button name.","fieldName":"name"},{"name":"isFloating","type":{"text":"boolean"},"default":"false","description":"Determines if the button is Floatable","fieldName":"isFloating"},{"name":"showOnScroll","type":{"text":"boolean"},"default":"false","description":"Show button after scrolling to 50% of the page","fieldName":"showOnScroll"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Button selected state.","fieldName":"selected"},{"name":"formmethod","type":{"text":"any"},"description":"Button formmethod.","fieldName":"formmethod"},{"name":"splitLayout","type":{"text":"boolean"},"default":"false","description":"Aligns button text and icon at the edges when `kyn-button` has a set width.","fieldName":"splitLayout"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-button","customElement":true}],"exports":[{"kind":"js","name":"Button","declaration":{"name":"Button","module":"src/components/reusable/button/button.ts"}},{"kind":"custom-element-definition","name":"kyn-button","declaration":{"name":"Button","module":"src/components/reusable/button/button.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/button/defs.ts","declarations":[{"kind":"variable","name":"BUTTON_KINDS_SOLID","type":{"text":"array"},"default":"[\n BUTTON_KINDS.PRIMARY,\n BUTTON_KINDS.PRIMARY_AI,\n BUTTON_KINDS.PRIMARY_DESTRUCTIVE,\n BUTTON_KINDS.SECONDARY,\n BUTTON_KINDS.SECONDARY_DESTRUCTIVE,\n BUTTON_KINDS.TERTIARY,\n BUTTON_KINDS.CONTENT,\n]"},{"kind":"variable","name":"BUTTON_KINDS_OUTLINE","type":{"text":"array"},"default":"[\n BUTTON_KINDS.OUTLINE,\n BUTTON_KINDS.OUTLINE_DESTRUCTIVE,\n]"}],"exports":[{"kind":"js","name":"BUTTON_KINDS_SOLID","declaration":{"name":"BUTTON_KINDS_SOLID","module":"src/components/reusable/button/defs.ts"}},{"kind":"js","name":"BUTTON_KINDS_OUTLINE","declaration":{"name":"BUTTON_KINDS_OUTLINE","module":"src/components/reusable/button/defs.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/button/index.ts","declarations":[],"exports":[{"kind":"js","name":"Button","declaration":{"name":"Button","module":"./button"}}]},{"kind":"javascript-module","path":"src/components/reusable/buttonGroup/buttonGroup.ts","declarations":[{"kind":"variable","name":"BUTTON_GROUP_KINDS","type":{"text":"{\n DEFAULT: 'default',\n PAGINATION: 'pagination',\n ICONS: 'icons',\n}"},"default":"{\n DEFAULT: 'default',\n PAGINATION: 'pagination',\n ICONS: 'icons',\n}"},{"kind":"class","description":"ButtonGroup component.","name":"ButtonGroup","slots":[{"description":"Slot for <kyn-button> elements.","name":"unnamed"}],"members":[{"kind":"field","name":"kind","type":{"text":"'default' | 'pagination' | 'icons'"},"description":"Button group kind. Valid values: 'default', 'pagination', 'icons'","attribute":"kind"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Display button group vertically.","attribute":"vertical"},{"kind":"field","name":"selectedIndex","type":{"text":"number"},"default":"0","description":"zero-based: default button index; for pagination, page-1","attribute":"selectedIndex"},{"kind":"field","name":"totalPages","type":{"text":"number"},"default":"1","attribute":"totalPages"},{"kind":"field","name":"maxVisible","type":{"text":"number"},"default":"5","attribute":"maxVisible"},{"kind":"field","name":"clickIncrementBy","type":{"text":"number"},"default":"1","attribute":"clickIncrementBy"},{"kind":"field","name":"_visibleStart","type":{"text":"number"},"privacy":"private","default":"1","description":"Starting page for the visible range (internal state)"},{"kind":"field","name":"visibleStart","privacy":"public","type":{"text":"number"},"description":"Current first page in the visible window (read-only)","readonly":true},{"kind":"field","name":"visibleEnd","privacy":"public","type":{"text":"number"},"description":"Current last page in the visible window (read-only)","readonly":true},{"kind":"field","name":"textStrings","default":"{\n prevButtonDescription: 'Previous Page',\n nextButtonDescription: 'Next Page',\n indivGroupItemDescription: '',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"_buttons","type":{"text":"Button[]"},"privacy":"private","description":"Target <kyn-button> children"},{"kind":"method","name":"_renderDefault","privacy":"private"},{"kind":"method","name":"_renderIcons","privacy":"private"},{"kind":"method","name":"_renderPagination","privacy":"private"},{"kind":"method","name":"_updateWindow","privacy":"private"},{"kind":"method","name":"_onPage","privacy":"private","parameters":[{"name":"cmd","type":{"text":"'prev' | 'next' | number"}}]},{"kind":"method","name":"_attachClickListeners","privacy":"private"},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_onButtonClick","privacy":"private","parameters":[{"name":"idx","type":{"text":"number"}}]},{"kind":"method","name":"_emitChange","privacy":"private","parameters":[{"name":"value","type":{"text":"unknown"}}]},{"kind":"method","name":"_syncSelection","privacy":"private"}],"events":[{"name":"on-change","type":{"text":"CustomEvent"},"description":"Captures the click event button selection in button group."}],"attributes":[{"name":"kind","type":{"text":"'default' | 'pagination' | 'icons'"},"description":"Button group kind. Valid values: 'default', 'pagination', 'icons'","fieldName":"kind"},{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Display button group vertically.","fieldName":"vertical"},{"name":"selectedIndex","type":{"text":"number"},"default":"0","description":"zero-based: default button index; for pagination, page-1","fieldName":"selectedIndex"},{"name":"totalPages","type":{"text":"number"},"default":"1","fieldName":"totalPages"},{"name":"maxVisible","type":{"text":"number"},"default":"5","fieldName":"maxVisible"},{"name":"clickIncrementBy","type":{"text":"number"},"default":"1","fieldName":"clickIncrementBy"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-button-group","customElement":true}],"exports":[{"kind":"js","name":"BUTTON_GROUP_KINDS","declaration":{"name":"BUTTON_GROUP_KINDS","module":"src/components/reusable/buttonGroup/buttonGroup.ts"}},{"kind":"js","name":"ButtonGroup","declaration":{"name":"ButtonGroup","module":"src/components/reusable/buttonGroup/buttonGroup.ts"}},{"kind":"custom-element-definition","name":"kyn-button-group","declaration":{"name":"ButtonGroup","module":"src/components/reusable/buttonGroup/buttonGroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/buttonGroup/index.ts","declarations":[],"exports":[{"kind":"js","name":"ButtonGroup","declaration":{"name":"ButtonGroup","module":"../buttonGroup/buttonGroup"}}]},{"kind":"javascript-module","path":"src/components/reusable/card/card.ts","declarations":[{"kind":"class","description":"Card.","name":"Card","cssParts":[{"description":"The wrapper element of the card. Use this part to customize its styles such as padding . Ex: `kyn-card::part(card-wrapper)`","name":"card-wrapper"}],"slots":[{"description":"Slot for card contents.","name":"unnamed"},{"description":"Slot for left icon when `variant` is `'notification'`.","name":"leftIcon"},{"description":"Slot for right icon when `variant` is `'notification'`.","name":"inlineConfirm"}],"members":[{"kind":"field","name":"type","type":{"text":"CardType"},"default":"'normal'","description":"Card Type. `'normal'` & `'clickable'`","attribute":"type"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Card link url for clickable cards.","attribute":"href"},{"kind":"field","name":"rel","type":{"text":"string"},"default":"''","description":"Use for Card type `'clickable'`. Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship.","attribute":"rel"},{"kind":"field","name":"target","type":{"text":"CardTarget"},"default":"'_self'","description":"Defines a target attribute for where to load the URL in case of clickable card. Possible options include `'_self'` (default), `'_blank'`, `'_parent'`, `'_top'`","attribute":"target"},{"kind":"field","name":"hideBorder","type":{"text":"boolean"},"default":"false","description":"Hide card border. Useful when clickable card use inside `<kyn-notification>` component.","attribute":"hideBorder"},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"AI theme toggle","attribute":"aiConnected"},{"kind":"field","name":"highlight","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for highlight","attribute":"highlight"},{"kind":"field","name":"compact","type":{"text":"boolean"},"default":"false","description":"Compact mode, reduces padding.","attribute":"compact"},{"kind":"field","name":"variant","type":{"text":"CardVariant"},"default":"'default'","description":"Card variant. `'default'`, `'notification'`, `'interaction'`\n* `'notification'` variant is used primarily for Info Card\nand contains additional padding, per design specs.\n* `'interaction'` variant is used for AI response","attribute":"variant","reflects":true},{"kind":"method","name":"renderNonDefaultVariant","privacy":"private","parameters":[{"name":"baseClasses","type":{"text":"Record<string, boolean>"}}]}],"events":[{"description":"Captures the click event of clickable card and emits the original event details. Use `e.stopPropagation()` / `e.preventDefault()` for any internal clickable elements when card type is `'clickable'` to stop bubbling / prevent event. `detail:{ origEvent: PointerEvent }`","name":"on-card-click"}],"attributes":[{"name":"type","type":{"text":"CardType"},"default":"'normal'","description":"Card Type. `'normal'` & `'clickable'`","fieldName":"type"},{"name":"href","type":{"text":"string"},"default":"''","description":"Card link url for clickable cards.","fieldName":"href"},{"name":"rel","type":{"text":"string"},"default":"''","description":"Use for Card type `'clickable'`. Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship.","fieldName":"rel"},{"name":"target","type":{"text":"CardTarget"},"default":"'_self'","description":"Defines a target attribute for where to load the URL in case of clickable card. Possible options include `'_self'` (default), `'_blank'`, `'_parent'`, `'_top'`","fieldName":"target"},{"name":"hideBorder","type":{"text":"boolean"},"default":"false","description":"Hide card border. Useful when clickable card use inside `<kyn-notification>` component.","fieldName":"hideBorder"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"AI theme toggle","fieldName":"aiConnected"},{"name":"highlight","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for highlight","fieldName":"highlight"},{"name":"compact","type":{"text":"boolean"},"default":"false","description":"Compact mode, reduces padding.","fieldName":"compact"},{"name":"variant","type":{"text":"CardVariant"},"default":"'default'","description":"Card variant. `'default'`, `'notification'`, `'interaction'`\n* `'notification'` variant is used primarily for Info Card\nand contains additional padding, per design specs.\n* `'interaction'` variant is used for AI response","fieldName":"variant"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-card","customElement":true}],"exports":[{"kind":"js","name":"Card","declaration":{"name":"Card","module":"src/components/reusable/card/card.ts"}},{"kind":"custom-element-definition","name":"kyn-card","declaration":{"name":"Card","module":"src/components/reusable/card/card.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/card/index.ts","declarations":[],"exports":[{"kind":"js","name":"Card","declaration":{"name":"Card","module":"./card"}},{"kind":"js","name":"VitalCardSkeleton","declaration":{"name":"VitalCardSkeleton","module":"./vitalCard.skeleton"}},{"kind":"js","name":"InformationalCardSkeleton","declaration":{"name":"InformationalCardSkeleton","module":"./informationalCard.skeleton"}}]},{"kind":"javascript-module","path":"src/components/reusable/card/informationalCard.skeleton.ts","declarations":[{"kind":"class","description":"`kyn-info-card-skeleton` Web Component.\nA skeleton loading state for the informational card component that mirrors its structure.","name":"InformationalCardSkeleton","members":[{"kind":"field","name":"lines","type":{"text":"any | undefined"},"default":"0","description":"Sets the number of body/description lines to show in the skeleton pattern example.","attribute":"lines"},{"kind":"field","name":"thumbnailVisible","type":{"text":"boolean | undefined"},"default":"false","description":"Sets show or hide thumbnail element.","attribute":"thumbnailVisible"}],"attributes":[{"name":"lines","type":{"text":"any | undefined"},"default":"0","description":"Sets the number of body/description lines to show in the skeleton pattern example.","fieldName":"lines"},{"name":"thumbnailVisible","type":{"text":"boolean | undefined"},"default":"false","description":"Sets show or hide thumbnail element.","fieldName":"thumbnailVisible"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-info-card-skeleton","customElement":true}],"exports":[{"kind":"js","name":"InformationalCardSkeleton","declaration":{"name":"InformationalCardSkeleton","module":"src/components/reusable/card/informationalCard.skeleton.ts"}},{"kind":"custom-element-definition","name":"kyn-info-card-skeleton","declaration":{"name":"InformationalCardSkeleton","module":"src/components/reusable/card/informationalCard.skeleton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/card/vitalCard.skeleton.ts","declarations":[{"kind":"class","description":"`kyn-vital-card-skeleton` Web Component.\nA skeleton loading state for the vital card component that mirrors its structure.","name":"VitalCardSkeleton","members":[{"kind":"field","name":"lines","type":{"text":"any | undefined"},"default":"0","description":"Sets the number of body/description lines to show in the skeleton pattern example.","attribute":"lines"}],"attributes":[{"name":"lines","type":{"text":"any | undefined"},"default":"0","description":"Sets the number of body/description lines to show in the skeleton pattern example.","fieldName":"lines"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-vital-card-skeleton","customElement":true}],"exports":[{"kind":"js","name":"VitalCardSkeleton","declaration":{"name":"VitalCardSkeleton","module":"src/components/reusable/card/vitalCard.skeleton.ts"}},{"kind":"custom-element-definition","name":"kyn-vital-card-skeleton","declaration":{"name":"VitalCardSkeleton","module":"src/components/reusable/card/vitalCard.skeleton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/checkbox/checkbox.ts","declarations":[{"kind":"class","description":"Checkbox.","name":"Checkbox","slots":[{"description":"Slot for label text.","name":"unnamed"}],"members":[{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Checkbox value.","attribute":"value"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Checkbox disabled state, inherited from the parent group.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Checkbox readonly state, inherited from the parent group.","attribute":"readonly"},{"kind":"field","name":"notFocusable","type":{"text":"boolean"},"default":"false","description":"Prevent checkbox from being focusable. Disables it functionally but not visually.","attribute":"notFocusable"},{"kind":"field","name":"visiblyHidden","type":{"text":"boolean"},"default":"false","description":"Determines whether the label should be hidden from visual view but remain accessible\nto screen readers for accessibility purposes.","attribute":"visiblyHidden"},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Determines whether the checkbox is in an indeterminate state.","attribute":"indeterminate"},{"kind":"method","name":"handleChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"name":"on-checkbox-change","type":{"text":"CustomEvent"},"description":"Captures the change event and emits the selected value and original event details."}],"attributes":[{"name":"value","type":{"text":"string"},"default":"''","description":"Checkbox value.","fieldName":"value"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Checkbox disabled state, inherited from the parent group.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Checkbox readonly state, inherited from the parent group.","fieldName":"readonly"},{"name":"notFocusable","type":{"text":"boolean"},"default":"false","description":"Prevent checkbox from being focusable. Disables it functionally but not visually.","fieldName":"notFocusable"},{"name":"visiblyHidden","type":{"text":"boolean"},"default":"false","description":"Determines whether the label should be hidden from visual view but remain accessible\nto screen readers for accessibility purposes.","fieldName":"visiblyHidden"},{"name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Determines whether the checkbox is in an indeterminate state.","fieldName":"indeterminate"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-checkbox","customElement":true}],"exports":[{"kind":"js","name":"Checkbox","declaration":{"name":"Checkbox","module":"src/components/reusable/checkbox/checkbox.ts"}},{"kind":"custom-element-definition","name":"kyn-checkbox","declaration":{"name":"Checkbox","module":"src/components/reusable/checkbox/checkbox.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/checkbox/checkboxGroup.ts","declarations":[{"kind":"class","description":"Checkbox group container.","name":"CheckboxGroup","slots":[{"description":"Slot for individual checkboxes.","name":"unnamed"},{"description":"Slot for tooltip.","name":"tooltip"},{"description":"Slot for description text.","name":"description"}],"members":[{"kind":"field","name":"value","type":{"text":"Array<any>"},"default":"[]","description":"Checkbox group selected values."},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes a single selection required.","attribute":"required"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Checkbox group disabled state.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Checkbox group readonly state.","attribute":"readonly"},{"kind":"field","name":"horizontal","type":{"text":"boolean"},"default":"false","description":"Checkbox group horizontal style.","attribute":"horizontal"},{"kind":"field","name":"selectAll","type":{"text":"boolean"},"default":"false","description":"Adds a \"Select All\" checkbox to the top of the group.","attribute":"selectAll"},{"kind":"field","name":"hideLegend","type":{"text":"boolean"},"default":"false","description":"Hide the group legend/label visually.","attribute":"hideLegend"},{"kind":"field","name":"filterable","type":{"text":"boolean"},"default":"false","description":"Adds a search input to enable filtering of checkboxes.","attribute":"filterable"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"searchTerm","type":{"text":"string"},"default":"''","description":"Search input value","attribute":"searchTerm"},{"kind":"field","name":"limitCheckboxes","type":{"text":"boolean"},"default":"false","description":"Limits visible checkboxes behind a \"Show all\" button.","attribute":"limitCheckboxes"},{"kind":"field","name":"limitCount","type":{"text":"number"},"default":"4","description":"Number of checkboxes visible when limited.","attribute":"limitCount"},{"kind":"field","name":"textStrings","default":"{\n selectAll: 'Select all',\n showMore: 'Show more',\n showLess: 'Show less',\n search: 'Search',\n required: 'Required',\n error: 'Error',\n warning: 'Warning',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_scopeRelevant","privacy":"private","return":{"type":{"text":"Array<any>"}}},{"kind":"method","name":"_computeSelectAllFromValues","privacy":"private"},{"kind":"method","name":"_updateCheckboxStates","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"boolean"}},{"name":"report","type":{"text":"boolean"}}]},{"kind":"method","name":"_handleCheckboxChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent<{ value: string; checked: boolean }>"}}]},{"kind":"method","name":"_emitChangeEvent","privacy":"private"},{"kind":"method","name":"_handleFilter","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_applyFilter","privacy":"private"},{"kind":"method","name":"_toggleRevealed","privacy":"private","parameters":[{"name":"revealed","type":{"text":"boolean"}}]},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"_handleSubgroupChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Captures the change event and emits the selected values. `detail:{ value: Array }`","name":"on-checkbox-group-change"},{"description":"Captures the search input event and emits the search term. `detail:{ searchTerm: string }`","name":"on-search"},{"description":"Captures the show more/less click and emits the expanded state. `detail:{ expanded: boolean }`","name":"on-limit-toggle"}],"attributes":[{"type":{"text":"array"},"description":"The selected values of the checkbox group.","name":"value","default":"[]"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes a single selection required.","fieldName":"required"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Checkbox group disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Checkbox group readonly state.","fieldName":"readonly"},{"name":"horizontal","type":{"text":"boolean"},"default":"false","description":"Checkbox group horizontal style.","fieldName":"horizontal"},{"name":"selectAll","type":{"text":"boolean"},"default":"false","description":"Adds a \"Select All\" checkbox to the top of the group.","fieldName":"selectAll"},{"name":"hideLegend","type":{"text":"boolean"},"default":"false","description":"Hide the group legend/label visually.","fieldName":"hideLegend"},{"name":"filterable","type":{"text":"boolean"},"default":"false","description":"Adds a search input to enable filtering of checkboxes.","fieldName":"filterable"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"searchTerm","type":{"text":"string"},"default":"''","description":"Search input value","fieldName":"searchTerm"},{"name":"limitCheckboxes","type":{"text":"boolean"},"default":"false","description":"Limits visible checkboxes behind a \"Show all\" button.","fieldName":"limitCheckboxes"},{"name":"limitCount","type":{"text":"number"},"default":"4","description":"Number of checkboxes visible when limited.","fieldName":"limitCount"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-checkbox-group","customElement":true}],"exports":[{"kind":"js","name":"CheckboxGroup","declaration":{"name":"CheckboxGroup","module":"src/components/reusable/checkbox/checkboxGroup.ts"}},{"kind":"custom-element-definition","name":"kyn-checkbox-group","declaration":{"name":"CheckboxGroup","module":"src/components/reusable/checkbox/checkboxGroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/checkbox/checkboxSubgroup.ts","declarations":[{"kind":"class","description":"Checkbox subgroup","name":"CheckboxSubgroup","slots":[{"description":"Slot for child kyn-checkboxes.","name":"unnamed"},{"description":"Slot for parent kyn-checkbox.","name":"parent"}],"members":[{"kind":"method","name":"_handleSlotchange","privacy":"private"},{"kind":"method","name":"_syncParent","privacy":"private","parameters":[{"name":"count","type":{"text":"number"}}]},{"kind":"method","name":"_handleCheckboxChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-checkbox-subgroup","customElement":true}],"exports":[{"kind":"js","name":"CheckboxSubgroup","declaration":{"name":"CheckboxSubgroup","module":"src/components/reusable/checkbox/checkboxSubgroup.ts"}},{"kind":"custom-element-definition","name":"kyn-checkbox-subgroup","declaration":{"name":"CheckboxSubgroup","module":"src/components/reusable/checkbox/checkboxSubgroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/checkbox/index.ts","declarations":[],"exports":[{"kind":"js","name":"Checkbox","declaration":{"name":"Checkbox","module":"./checkbox"}},{"kind":"js","name":"CheckboxGroup","declaration":{"name":"CheckboxGroup","module":"./checkboxGroup"}},{"kind":"js","name":"CheckboxSubgroup","declaration":{"name":"CheckboxSubgroup","module":"./checkboxSubgroup"}}]},{"kind":"javascript-module","path":"src/components/reusable/colorInput/colorInput.ts","declarations":[{"kind":"class","description":"Color input.","name":"ColorInput","slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","attribute":"caption"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","attribute":"disabled"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Input required state.","attribute":"required"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","attribute":"readonly"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n errorText: 'Error',\n pleaseSelectColor: 'Please select a color',\n invalidFormat: 'Enter a valid hex color (e.g. #FF0000)',\n colorTextInput: 'Color text input',\n warning: 'Warning',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"autoComplete","type":{"text":"string"},"default":"'off'","description":"Control for native browser autocomplete. Use `on`, `off`, or a space-separated `token-list` describing autocomplete behavior.","attribute":"autoComplete"},{"kind":"method","name":"handleColorChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleTextInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_emitValue","privacy":"private","parameters":[{"name":"e","optional":true,"type":{"text":"any"}}]},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]}],"events":[{"description":"Captures the input event and emits the selected value and original event details. `detail:{ value: string, origEvent: Event }`","name":"on-input"}],"attributes":[{"type":{"text":"string"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","fieldName":"caption"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","fieldName":"disabled"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Input required state.","fieldName":"required"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","fieldName":"readonly"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"autoComplete","type":{"text":"string"},"default":"'off'","description":"Control for native browser autocomplete. Use `on`, `off`, or a space-separated `token-list` describing autocomplete behavior.","fieldName":"autoComplete"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-color-input","customElement":true}],"exports":[{"kind":"js","name":"ColorInput","declaration":{"name":"ColorInput","module":"src/components/reusable/colorInput/colorInput.ts"}},{"kind":"custom-element-definition","name":"kyn-color-input","declaration":{"name":"ColorInput","module":"src/components/reusable/colorInput/colorInput.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/colorInput/index.ts","declarations":[],"exports":[{"kind":"js","name":"ColorInput","declaration":{"name":"ColorInput","module":"./colorInput"}}]},{"kind":"javascript-module","path":"src/components/reusable/datePicker/datepicker.ts","declarations":[{"kind":"class","description":"Datepicker: uses Flatpickr's datetime picker library -- `https://flatpickr.js.org`","name":"DatePicker","slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"locale","type":{"text":"SupportedLocale | string"},"default":"'en'","attribute":"locale"},{"kind":"field","name":"dateFormat","type":{"text":"string"},"default":"'Y-m-d'","description":"Sets flatpickr value to define how the date will be displayed in the input box (ex: `Y-m-d H:i`).","attribute":"dateFormat"},{"kind":"field","name":"defaultDate","type":{"text":"string | string[] | null"},"default":"null","description":"Sets the initial selected date(s).","deprecated":"Soft-deprecated. Prefer setting `value`.\n\nBackward compatibility notes:\n- still supports property assignment (`defaultDate = '2025-01-01'` or string[]).\n- empty attribute values are treated as `null`.","attribute":"default-date"},{"kind":"field","name":"defaultErrorMessage","type":{"text":"string"},"default":"''","description":"Sets default error message.","attribute":"defaultErrorMessage"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Sets datepicker form input value to required/required.","attribute":"required"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"value","type":{"text":"Date | Date[] | string | string[] | null"},"default":"null","description":"Current date value for the component.\n\n- Controlled: set from the host (recommended).\n- Uncontrolled: populated from `defaultDate` and user selections.\n\nNote: for backward compatibility, `value` may arrive as strings from some\nhost frameworks; this component will attempt to parse/normalize those."},{"kind":"field","name":"disable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to disable specific dates. Accepts array of dates in Y-m-d format, timestamps, or Date objects.","attribute":"disable"},{"kind":"field","name":"enable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to enable specific dates.","attribute":"enable"},{"kind":"field","name":"mode","type":{"text":"'single' | 'multiple'"},"default":"'single'","description":"Sets flatpickr mode to select single (default), multiple dates.","attribute":"mode"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Sets caption to be displayed under primary date picker elements.","attribute":"caption"},{"kind":"field","name":"datePickerDisabled","type":{"text":"boolean"},"default":"false","description":"Sets entire datepicker form element to enabled/disabled.","attribute":"datePickerDisabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Sets entire datepicker form element to readonly.","attribute":"readonly"},{"kind":"field","name":"twentyFourHourFormat","type":{"text":"boolean | null"},"default":"null","description":"Sets 24 hour formatting true/false.\nDefaults to 12H for all `en-*` locales and 24H for all other locales.","attribute":"twentyFourHourFormat"},{"kind":"field","name":"minDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets lower boundary of datepicker date selection.","attribute":"minDate"},{"kind":"field","name":"maxDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets upper boundary of datepicker date selection.","attribute":"maxDate"},{"kind":"field","name":"allowManualInput","type":{"text":"boolean"},"default":"false","description":"Allows manual input of date/time string that matches dateFormat when true.","attribute":"allowManualInput"},{"kind":"field","name":"errorAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for error message. Use `textStrings` instead to set errorText.","attribute":"errorAriaLabel"},{"kind":"field","name":"errorTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for error message. Use `textStrings` instead to set errorText.","attribute":"errorTitle"},{"kind":"field","name":"warningAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for warning message. Use `textStrings` instead to set warning label/title.","attribute":"warningAriaLabel"},{"kind":"field","name":"warningTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for warning message. Use `textStrings` instead to set warning label/title.","attribute":"warningTitle"},{"kind":"field","name":"staticPosition","type":{"text":"boolean"},"default":"false","description":"Sets whether the Flatpickr calendar UI should use static positioning.","attribute":"staticPosition"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n clearAll: 'Clear',\n pleaseSelectDate: 'Please select a date',\n noDateSelected: 'No date selected',\n pleaseSelectValidDate: 'Please select a valid date',\n invalidDateFormat: 'Invalid date format provided',\n errorProcessing: 'Error processing date',\n\n lockedStartDate: 'Start date is locked',\n lockedEndDate: 'End date is locked',\n dateLocked: 'Date is locked',\n dateNotAvailable: 'Date is not available',\n dateInSelectedRange: 'Date is in selected range',\n warning: 'Warning Text',\n errorText: 'Error',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"applyLegacyDefaultDate","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"hasValue","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"datesMatch","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"a","type":{"text":"Date[]"}},{"name":"b","type":{"text":"Date[]"}}]},{"kind":"method","name":"updateFormValue","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderValidationMessage","privacy":"private","parameters":[{"name":"errorId","type":{"text":"string"}},{"name":"warningId","type":{"text":"string"}}]},{"kind":"method","name":"getDatepickerClasses"},{"kind":"method","name":"processDefaultDates","privacy":"private","return":{"type":{"text":"Date[]"}},"parameters":[{"name":"defaultDate","type":{"text":"string | string[] | Date | Date[] | null"}}]},{"kind":"method","name":"syncAllowInput","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setupAnchor","privacy":"private"},{"kind":"method","name":"_handleClear","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"initializeFlatpickr"},{"kind":"method","name":"updateFlatpickrOptions"},{"kind":"method","name":"parseDateString","privacy":"private","return":{"type":{"text":"Date | null"}},"parameters":[{"name":"dateStr","type":{"text":"string"}}]},{"kind":"method","name":"normalizeToDate","privacy":"private","return":{"type":{"text":"Date | null"}},"parameters":[{"name":"value","type":{"text":"string | number | Date | ''"}}]},{"kind":"method","name":"isDateInRange","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"date","type":{"text":"Date"}}]},{"kind":"method","name":"resolveYearFromConfig","privacy":"private","return":{"type":{"text":"number | null"}},"parameters":[{"name":"value","type":{"text":"Date | string | number | undefined"}}]},{"kind":"method","name":"setInitialDates"},{"kind":"method","name":"normalizeValueInput","privacy":"private","return":{"type":{"text":"Date[]"}},"parameters":[{"name":"value","type":{"text":"DatePickerValueInput"}}]},{"kind":"method","name":"validateAndNormalizeHostValue","privacy":"private","return":{"type":{"text":"{\n dates: Date[];\n hostProvidedSomething: boolean;\n parseFailed: boolean;\n outOfRange: boolean;\n }"}},"parameters":[{"name":"raw","type":{"text":"DatePickerValueInput"}}],"description":"Validate pre-filled `value`."},{"kind":"method","name":"getComponentFlatpickrOptions","return":{"type":{"text":"Promise<Partial<BaseOptions>>"}}},{"kind":"method","name":"handleOpen"},{"kind":"method","name":"handleClose"},{"kind":"method","name":"handleDateChange","parameters":[{"name":"selectedDates","type":{"text":"Date[]"}},{"name":"dateStr","type":{"text":"string"}}]},{"kind":"method","name":"handleNativeInputEvent","privacy":"private"},{"kind":"method","name":"handleManualInputChange","privacy":"private"},{"kind":"method","name":"commitManualInputValue","privacy":"private"},{"kind":"method","name":"setShouldFlatpickrOpen","privacy":"private","parameters":[{"name":"value","type":{"text":"boolean"}}]},{"kind":"method","name":"closeFlatpickr","privacy":"private"},{"kind":"method","name":"onSuppressLabelInteraction","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleInputClickEvent","privacy":"private"},{"kind":"method","name":"handleInputFocusEvent","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"boolean"}},{"name":"report","type":{"text":"boolean"}}]},{"kind":"method","name":"_onChange","privacy":"private"},{"kind":"method","name":"_handleFormReset","privacy":"private"},{"kind":"method","name":"getValue","privacy":"public","return":{"type":{"text":"Date | Date[] | null"}}},{"kind":"method","name":"setValue","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"newValue","type":{"text":"Date | Date[] | null"}}]}],"events":[{"description":"Emitted when the selected date(s) change. Event.detail has the shape: { dates: string | string[] | null | [], dateString?: string, source?: string } - dates: ISO string for single selection, or array of ISO strings for multiple selections. An empty array or null indicates the value was cleared. - dateString: the display string from the input (may be empty when cleared) - source: 'clear' when the value was cleared; otherwise may be 'date-selection' or undefined.","name":"on-change"}],"attributes":[{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"Date | Date[] | string | string[]"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"locale","type":{"text":"SupportedLocale | string"},"default":"'en'","fieldName":"locale"},{"name":"dateFormat","type":{"text":"string"},"default":"'Y-m-d'","description":"Sets flatpickr value to define how the date will be displayed in the input box (ex: `Y-m-d H:i`).","fieldName":"dateFormat"},{"name":"default-date","type":{"text":"string | string[] | null"},"default":"null","description":"Sets the initial selected date(s).","deprecated":"Soft-deprecated. Prefer setting `value`.\n\nBackward compatibility notes:\n- still supports property assignment (`defaultDate = '2025-01-01'` or string[]).\n- empty attribute values are treated as `null`.","fieldName":"defaultDate"},{"name":"defaultErrorMessage","type":{"text":"string"},"default":"''","description":"Sets default error message.","fieldName":"defaultErrorMessage"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Sets datepicker form input value to required/required.","fieldName":"required"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"disable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to disable specific dates. Accepts array of dates in Y-m-d format, timestamps, or Date objects.","fieldName":"disable"},{"name":"enable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to enable specific dates.","fieldName":"enable"},{"name":"mode","type":{"text":"'single' | 'multiple'"},"default":"'single'","description":"Sets flatpickr mode to select single (default), multiple dates.","fieldName":"mode"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Sets caption to be displayed under primary date picker elements.","fieldName":"caption"},{"name":"datePickerDisabled","type":{"text":"boolean"},"default":"false","description":"Sets entire datepicker form element to enabled/disabled.","fieldName":"datePickerDisabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Sets entire datepicker form element to readonly.","fieldName":"readonly"},{"name":"twentyFourHourFormat","type":{"text":"boolean | null"},"default":"null","description":"Sets 24 hour formatting true/false.\nDefaults to 12H for all `en-*` locales and 24H for all other locales.","fieldName":"twentyFourHourFormat"},{"name":"minDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets lower boundary of datepicker date selection.","fieldName":"minDate"},{"name":"maxDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets upper boundary of datepicker date selection.","fieldName":"maxDate"},{"name":"allowManualInput","type":{"text":"boolean"},"default":"false","description":"Allows manual input of date/time string that matches dateFormat when true.","fieldName":"allowManualInput"},{"name":"errorAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for error message. Use `textStrings` instead to set errorText.","fieldName":"errorAriaLabel"},{"name":"errorTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for error message. Use `textStrings` instead to set errorText.","fieldName":"errorTitle"},{"name":"warningAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for warning message. Use `textStrings` instead to set warning label/title.","fieldName":"warningAriaLabel"},{"name":"warningTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for warning message. Use `textStrings` instead to set warning label/title.","fieldName":"warningTitle"},{"name":"staticPosition","type":{"text":"boolean"},"default":"false","description":"Sets whether the Flatpickr calendar UI should use static positioning.","fieldName":"staticPosition"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-date-picker","customElement":true}],"exports":[{"kind":"js","name":"DatePicker","declaration":{"name":"DatePicker","module":"src/components/reusable/datePicker/datepicker.ts"}},{"kind":"custom-element-definition","name":"kyn-date-picker","declaration":{"name":"DatePicker","module":"src/components/reusable/datePicker/datepicker.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/datePicker/index.ts","declarations":[],"exports":[{"kind":"js","name":"DatePicker","declaration":{"name":"DatePicker","module":"./datepicker"}}]},{"kind":"javascript-module","path":"src/components/reusable/daterangepicker/daterangepicker.ts","declarations":[{"kind":"class","description":"Date Range Picker: uses Flatpickr library, range picker implementation -- `https://flatpickr.js.org/examples/#range-calendar`","name":"DateRangePicker","slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"locale","type":{"text":"SupportedLocale | string"},"default":"'en'","description":"Sets and dynamically imports specific l10n calendar localization.","attribute":"locale"},{"kind":"field","name":"dateFormat","type":{"text":"string"},"default":"'Y-m-d'","description":"Sets flatpickr value to define how the date will be displayed in the input box (ex: `Y-m-d H:i`).","attribute":"dateFormat"},{"kind":"field","name":"defaultDate","type":{"text":"string | string[] | null"},"default":"null","description":"Sets the initial selected date(s) for the range.","deprecated":"Soft-deprecated. Prefer setting `value`.\n\nBackward compatibility notes:\n- still supports property assignment (`defaultDate = '2025-01-01'` or string[]).\n- empty attribute values are treated as `null`.","attribute":"default-date"},{"kind":"field","name":"rangeEditMode","type":{"text":"DateRangeEditableMode"},"description":"Controls which parts of the date range are editable.","attribute":"rangeEditMode"},{"kind":"field","name":"defaultErrorMessage","type":{"text":"string"},"default":"''","description":"Sets default error message.","attribute":"defaultErrorMessage"},{"kind":"field","name":"value","type":{"text":"[Date | null, Date | null]"},"default":"[null, null]","description":"Current date range value for the component.\n\n- Uncontrolled: populated from `defaultDate` and user selections.\n- Controlled: can be set from the host (e.g. Vue `:value`)."},{"kind":"field","name":"disable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to disable specific dates. Accepts array of dates in Y-m-d format, timestamps, or Date objects.","attribute":"disable"},{"kind":"field","name":"enable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to enable specific dates.","attribute":"enable"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Sets caption to be displayed under primary date picker elements.","attribute":"caption"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Sets date range picker form input value to required.","attribute":"required"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"dateRangePickerDisabled","type":{"text":"boolean"},"default":"false","description":"Sets entire date range picker form element to enabled/disabled.","attribute":"dateRangePickerDisabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Sets entire date range picker form element to readonly.","attribute":"readonly"},{"kind":"field","name":"twentyFourHourFormat","type":{"text":"boolean | null"},"default":"null","description":"Sets 24-hour formatting true/false.\nDefaults to 12H for all `en-` locales and 24H for all other locales.","attribute":"twentyFourHourFormat"},{"kind":"field","name":"minDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets lower boundary of date range picker date selection.","attribute":"minDate"},{"kind":"field","name":"allowManualInput","type":{"text":"boolean"},"default":"false","description":"Allows manual input of date/time string that matches dateFormat when true.","attribute":"allowManualInput"},{"kind":"field","name":"maxDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets upper boundary of date range picker date selection.","attribute":"maxDate"},{"kind":"field","name":"errorAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for error message. Use `textStrings` instead to set errorText.","attribute":"errorAriaLabel"},{"kind":"field","name":"errorTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for error message. Use `textStrings` instead to set errorText.","attribute":"errorTitle"},{"kind":"field","name":"warningAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for warning message. Use `textStrings` instead to set warning label/title.","attribute":"warningAriaLabel"},{"kind":"field","name":"warningTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for warning message. Use `textStrings` instead to set warning label/title.","attribute":"warningTitle"},{"kind":"field","name":"staticPosition","type":{"text":"boolean"},"default":"false","description":"Sets whether the Flatpickr calendar UI should use static positioning.","attribute":"staticPosition"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n clearAll: 'Clear',\n pleaseSelectDate: 'Please select a date',\n pleaseSelectValidDate: 'Please select a valid date',\n pleaseSelectBothDates: 'Please select a start and end date.',\n dateRange: 'Date range',\n noDateSelected: 'No dates selected',\n startDateSelected: 'Start date selected: {0}. Please select end date.',\n invalidDateRange:\n 'Invalid date range: End date cannot be earlier than start date',\n dateRangeSelected: 'Selected date range: {0} to {1}',\n\n lockedStartDate: 'Start date is locked',\n lockedEndDate: 'End date is locked',\n dateLocked: 'Date is locked',\n dateNotAvailable: 'Date is not available',\n dateInSelectedRange: 'Date is in selected range',\n warning: 'Warning',\n errorText: 'Error',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"hasValue","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"datesMatch","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"a","type":{"text":"Date[]"}},{"name":"b","type":{"text":"Date[]"}}]},{"kind":"method","name":"getRangeSeparator","privacy":"private","return":{"type":{"text":"string"}}},{"kind":"method","name":"updateFormValue","privacy":"private"},{"kind":"method","name":"renderValidationMessage","privacy":"private","parameters":[{"name":"errorId","type":{"text":"string"}},{"name":"warningId","type":{"text":"string"}}]},{"kind":"method","name":"getDateRangePickerClasses","privacy":"private"},{"kind":"method","name":"parseDateString","privacy":"private","return":{"type":{"text":"Date | null"}},"parameters":[{"name":"dateStr","type":{"text":"string"}}]},{"kind":"method","name":"syncAllowInput","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setupAnchor","privacy":"private"},{"kind":"method","name":"normalizeToDate","privacy":"private","return":{"type":{"text":"Date | null"}},"parameters":[{"name":"value","type":{"text":"string | number | Date | ''"}}]},{"kind":"method","name":"processDefaultDates","privacy":"private","return":{"type":{"text":"Date[]"}},"parameters":[{"name":"defaultDate","type":{"text":"string | string[] | Date | Date[] | null"}}]},{"kind":"method","name":"_clearInput","privacy":"private","parameters":[{"name":"options","default":"{ reinitFlatpickr: true }","type":{"text":"{ reinitFlatpickr?: boolean }"}}]},{"kind":"method","name":"_handleClear","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleClose","privacy":"public"},{"kind":"method","name":"handleNativeInputEvent","privacy":"private"},{"kind":"method","name":"handleManualInputChange","privacy":"private"},{"kind":"method","name":"commitManualInputValue","privacy":"private"},{"kind":"method","name":"initializeFlatpickr","privacy":"public"},{"kind":"method","name":"updateFlatpickrOptions","privacy":"public"},{"kind":"method","name":"getComponentFlatpickrOptions","privacy":"public","return":{"type":{"text":"Promise<Partial<BaseOptions>>"}}},{"kind":"method","name":"setInitialDates","privacy":"public"},{"kind":"method","name":"handleOpen","privacy":"public"},{"kind":"method","name":"syncFlatpickrFromValue","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"dates","type":{"text":"Date[]"}}]},{"kind":"method","name":"handleDateChange","privacy":"public","parameters":[{"name":"selectedDates","type":{"text":"Date[]"}},{"name":"dateStr","type":{"text":"string"}}]},{"kind":"method","name":"updateSelectedDateRangeAria","privacy":"private","parameters":[{"name":"selectedDates","type":{"text":"Date[]"}}]},{"kind":"method","name":"setShouldFlatpickrOpen","privacy":"private","parameters":[{"name":"value","type":{"text":"boolean"}}]},{"kind":"method","name":"closeFlatpickr","privacy":"private"},{"kind":"method","name":"onSuppressLabelInteraction","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleInputClickEvent","privacy":"private"},{"kind":"method","name":"handleInputFocusEvent","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"boolean"}},{"name":"report","type":{"text":"boolean"}}]},{"kind":"method","name":"_onChange","privacy":"private"},{"kind":"method","name":"_handleFormReset","privacy":"private"},{"kind":"method","name":"getValue","privacy":"public","return":{"type":{"text":"[Date | null, Date | null]"}}},{"kind":"method","name":"setValue","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"newValue","type":{"text":"[Date | null, Date | null]"}}]}],"events":[{"description":"Emitted when the selected date range changes. Event.detail has the shape: { dates: string[] | (Date | null)[] | null, dateString?: string, source?: string } - dates: array of ISO strings for selected dates (length 1 or 2), or an array containing Date/null values, or null/empty when cleared. - dateString: the display string from the input (may be empty when cleared) - source: 'clear' when the value was cleared; otherwise may be 'date-selection' or undefined.","name":"on-change"}],"attributes":[{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"[Date | null, Date | null]"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"locale","type":{"text":"SupportedLocale | string"},"default":"'en'","description":"Sets and dynamically imports specific l10n calendar localization.","fieldName":"locale"},{"name":"dateFormat","type":{"text":"string"},"default":"'Y-m-d'","description":"Sets flatpickr value to define how the date will be displayed in the input box (ex: `Y-m-d H:i`).","fieldName":"dateFormat"},{"name":"default-date","type":{"text":"string | string[] | null"},"default":"null","description":"Sets the initial selected date(s) for the range.","deprecated":"Soft-deprecated. Prefer setting `value`.\n\nBackward compatibility notes:\n- still supports property assignment (`defaultDate = '2025-01-01'` or string[]).\n- empty attribute values are treated as `null`.","fieldName":"defaultDate"},{"name":"rangeEditMode","type":{"text":"DateRangeEditableMode"},"description":"Controls which parts of the date range are editable.","fieldName":"rangeEditMode"},{"name":"defaultErrorMessage","type":{"text":"string"},"default":"''","description":"Sets default error message.","fieldName":"defaultErrorMessage"},{"name":"disable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to disable specific dates. Accepts array of dates in Y-m-d format, timestamps, or Date objects.","fieldName":"disable"},{"name":"enable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to enable specific dates.","fieldName":"enable"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Sets caption to be displayed under primary date picker elements.","fieldName":"caption"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Sets date range picker form input value to required.","fieldName":"required"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"dateRangePickerDisabled","type":{"text":"boolean"},"default":"false","description":"Sets entire date range picker form element to enabled/disabled.","fieldName":"dateRangePickerDisabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Sets entire date range picker form element to readonly.","fieldName":"readonly"},{"name":"twentyFourHourFormat","type":{"text":"boolean | null"},"default":"null","description":"Sets 24-hour formatting true/false.\nDefaults to 12H for all `en-` locales and 24H for all other locales.","fieldName":"twentyFourHourFormat"},{"name":"minDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets lower boundary of date range picker date selection.","fieldName":"minDate"},{"name":"allowManualInput","type":{"text":"boolean"},"default":"false","description":"Allows manual input of date/time string that matches dateFormat when true.","fieldName":"allowManualInput"},{"name":"maxDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets upper boundary of date range picker date selection.","fieldName":"maxDate"},{"name":"errorAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for error message. Use `textStrings` instead to set errorText.","fieldName":"errorAriaLabel"},{"name":"errorTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for error message. Use `textStrings` instead to set errorText.","fieldName":"errorTitle"},{"name":"warningAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for warning message. Use `textStrings` instead to set warning label/title.","fieldName":"warningAriaLabel"},{"name":"warningTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for warning message. Use `textStrings` instead to set warning label/title.","fieldName":"warningTitle"},{"name":"staticPosition","type":{"text":"boolean"},"default":"false","description":"Sets whether the Flatpickr calendar UI should use static positioning.","fieldName":"staticPosition"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-date-range-picker","customElement":true}],"exports":[{"kind":"js","name":"DateRangePicker","declaration":{"name":"DateRangePicker","module":"src/components/reusable/daterangepicker/daterangepicker.ts"}},{"kind":"custom-element-definition","name":"kyn-date-range-picker","declaration":{"name":"DateRangePicker","module":"src/components/reusable/daterangepicker/daterangepicker.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/daterangepicker/index.ts","declarations":[],"exports":[{"kind":"js","name":"DateRangePicker","declaration":{"name":"DateRangePicker","module":"./daterangepicker"}}]},{"kind":"javascript-module","path":"src/components/reusable/divider/divider.ts","declarations":[{"kind":"class","description":"Divider Component.","name":"Divider","members":[{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical orientation. <br><i>Note:</i> Vertical divider will span the full height of its container.","attribute":"vertical","reflects":true},{"kind":"field","name":"dragHandle","type":{"text":"boolean"},"default":"false","description":"Shows a centered drag grip for resizable layouts.\nResize behavior is provided by the parent layout (for example the Split View pattern).","attribute":"drag-handle","reflects":true},{"kind":"field","name":"decorative","type":{"text":"boolean"},"default":"false","description":"When true, suppresses separator semantics so a parent can own the interaction model.","attribute":"decorative","reflects":true},{"kind":"field","name":"resizeLabel","type":{"text":"string"},"default":"'Resize panels'","description":"Accessible name when `dragHandle` is true (resize affordance).","attribute":"resizeLabel"},{"kind":"field","name":"dragging","type":{"text":"boolean"},"default":"false","description":"Visual pressed state while the parent is dragging (optional).","attribute":"dragging","reflects":true},{"kind":"field","name":"hideHairline","type":{"text":"boolean"},"default":"false","description":"When using `drag-handle`, set to hide the internal hairline so a parent (e.g. split-view\ntrack) can paint the line in the light DOM for reliable visibility.","attribute":"hideHairline","reflects":true},{"kind":"field","name":"invertedHandle","type":{"text":"'none' | 'left' | 'right'"},"default":"'none'","description":"Per-line grip contrast when the handle straddles light/dark surfaces.\n`'left'` inverts the left grip line, `'right'` inverts the right grip line.","attribute":"inverted-handle","reflects":true}],"attributes":[{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical orientation. <br><i>Note:</i> Vertical divider will span the full height of its container.","fieldName":"vertical"},{"name":"drag-handle","type":{"text":"boolean"},"default":"false","description":"Shows a centered drag grip for resizable layouts.\nResize behavior is provided by the parent layout (for example the Split View pattern).","fieldName":"dragHandle"},{"name":"decorative","type":{"text":"boolean"},"default":"false","description":"When true, suppresses separator semantics so a parent can own the interaction model.","fieldName":"decorative"},{"name":"resizeLabel","type":{"text":"string"},"default":"'Resize panels'","description":"Accessible name when `dragHandle` is true (resize affordance).","fieldName":"resizeLabel"},{"name":"dragging","type":{"text":"boolean"},"default":"false","description":"Visual pressed state while the parent is dragging (optional).","fieldName":"dragging"},{"name":"hideHairline","type":{"text":"boolean"},"default":"false","description":"When using `drag-handle`, set to hide the internal hairline so a parent (e.g. split-view\ntrack) can paint the line in the light DOM for reliable visibility.","fieldName":"hideHairline"},{"name":"inverted-handle","type":{"text":"'none' | 'left' | 'right'"},"default":"'none'","description":"Per-line grip contrast when the handle straddles light/dark surfaces.\n`'left'` inverts the left grip line, `'right'` inverts the right grip line.","fieldName":"invertedHandle"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-divider","customElement":true}],"exports":[{"kind":"js","name":"Divider","declaration":{"name":"Divider","module":"src/components/reusable/divider/divider.ts"}},{"kind":"custom-element-definition","name":"kyn-divider","declaration":{"name":"Divider","module":"src/components/reusable/divider/divider.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/divider/index.ts","declarations":[],"exports":[{"kind":"js","name":"Divider","declaration":{"name":"Divider","module":"./divider"}}]},{"kind":"javascript-module","path":"src/components/reusable/dropdown/dropdown.ts","declarations":[{"kind":"class","description":"Dropdown.","name":"Dropdown","slots":[{"description":"Slot for dropdown options.","name":"unnamed"},{"description":"Slot for tooltip.","name":"tooltip"},{"description":"Slot for custom dropdown anchor element. If not provided, defaults to standard input-style anchor.","name":"anchor"},{"description":"Slot for providing a custom “Add new option” input.","name":"add-option-input"},{"description":"Slot for providing a custom “Add new option” button.","name":"add-option-button"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Dropdown size/height. \"xs\", \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"kind","type":{"text":"'ai' | 'default'"},"default":"'default'","description":"Dropdown kind.","attribute":"kind"},{"kind":"field","name":"inline","type":{"text":"boolean"},"default":"false","description":"Dropdown inline style type.","attribute":"inline"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","attribute":"caption"},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Dropdown placeholder.","attribute":"placeholder"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Listbox/drawer open state.","attribute":"open","reflects":true},{"kind":"field","name":"searchable","type":{"text":"boolean"},"default":"false","description":"Makes the dropdown searchable.","attribute":"searchable"},{"kind":"field","name":"searchThreshold","type":{"text":"number"},"default":"0","description":"Minimum number of options required before the search input is shown.\nWhen set to a value greater than `0`, the search input will only\nrender if the number of slotted options meets or exceeds this\nthreshold — this implicitly enables search without needing\n`searchable`. When `0` or not set, search visibility is controlled\nsolely by the `searchable` prop.","attribute":"searchThreshold"},{"kind":"field","name":"enhanced","type":{"text":"boolean"},"default":"false","description":"Makes the dropdown enhanced.","attribute":"enhanced"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Dropdown read-only state (focusable but not interactive).","attribute":"readonly","reflects":true},{"kind":"field","name":"filterSearch","type":{"text":"boolean"},"default":"false","description":"Searchable variant filters results.","attribute":"filterSearch"},{"kind":"field","name":"multiple","type":{"text":"boolean"},"default":"false","description":"Enabled multi-select functionality.","attribute":"multiple"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the dropdown required.","attribute":"required"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Dropdown disabled state.","attribute":"disabled"},{"kind":"field","name":"hideTags","type":{"text":"boolean"},"default":"false","description":"Hide the tags below multi-select.","attribute":"hideTags"},{"kind":"field","name":"selectAll","type":{"text":"boolean"},"default":"false","description":"Adds a \"Select all\" option to the top of a multi-select dropdown.","attribute":"selectAll"},{"kind":"field","name":"selectAllText","type":{"text":"string"},"default":"'Select all'","description":"\"Select all\" text customization.","attribute":"selectAllText"},{"kind":"field","name":"menuMinWidth","type":{"text":"string"},"default":"'120px'","description":"Menu CSS min-width value.","attribute":"menuMinWidth"},{"kind":"field","name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdown opens.","attribute":"openDirection"},{"kind":"field","name":"textStrings","default":"{\n title: 'Dropdown',\n selectedOptions: 'List of selected options',\n requiredText: 'Required',\n errorText: 'Error',\n clearAll: 'Clear all',\n clear: 'Clear',\n addItem: 'Add item...',\n add: 'Add',\n duplicateOption: 'Duplicate option. Please select a unique option.',\n addOptionInvalid: 'Please check this value and try again.',\n warning: 'Warning',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"allowAddOption","type":{"text":"boolean"},"default":"false","description":"Enables the \"Add New Option\" feature.","attribute":"allowAddOption"},{"kind":"field","name":"preventDuplicateAddOption","type":{"text":"boolean"},"default":"true","description":"Enables duplicate prevention when adding new options.","attribute":"preventDuplicateAddOption"},{"kind":"field","name":"allowDuplicateSelections","type":{"text":"boolean"},"default":"true","description":"Allows duplicate selections in multi-select dropdowns.","attribute":"allowDuplicateSelections"},{"kind":"field","name":"searchText","type":{"text":"string"},"default":"''","description":"Search input value.","attribute":"searchText"},{"kind":"method","name":"_getSlottedAddOptionInput","privacy":"private","return":{"type":{"text":"HTMLElement | null"}}},{"kind":"method","name":"_getAddOptionInputEls","privacy":"private","return":{"type":{"text":"{\n slottedEl: HTMLElement | null;\n slottedNative: HTMLInputElement | null;\n fallbackNative: HTMLInputElement | null;\n }"}}},{"kind":"method","name":"_getOptionDisplayText","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"option","type":{"text":"DropdownOption | EnhancedDropdownOption"}}]},{"kind":"method","name":"_handleAddOptionSlotChange","privacy":"private"},{"kind":"method","name":"_attachAddOptionInputListener","privacy":"private"},{"kind":"method","name":"_getAddOptionTextInput","privacy":"private"},{"kind":"method","name":"canOpen","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"handleAnchorClick","privacy":"private","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"_clearAddOptionInput","privacy":"private"},{"kind":"method","name":"_validateNewOptionValue","privacy":"private","return":{"type":{"text":"{\n valid: boolean;\n message: string;\n }"}},"parameters":[{"name":"valueRaw","type":{"text":"string"}}]},{"kind":"method","name":"handleAnchorKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"renderHelperContent","privacy":"private"},{"kind":"method","name":"handleSlotChange","privacy":"private"},{"kind":"method","name":"updateChildOptions","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private"},{"kind":"method","name":"handleButtonKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleListKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent & { keyCode: number }"}}]},{"kind":"method","name":"_handleListFocus","privacy":"private"},{"kind":"method","name":"handleListBlur","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"handleKeyboard","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent & { keyCode: number; target: EventTarget | null }"}},{"name":"keyCode","type":{"text":"number"}},{"name":"target","type":{"text":"'button' | 'list' | 'addOption'"}}]},{"kind":"method","name":"handleClearMultiple","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleTagClear","privacy":"private","parameters":[{"name":"tag","type":{"text":"any"}}]},{"kind":"method","name":"handleClear","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleSearchClick","privacy":"private","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleSearchKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleSearchInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_updateSelectedOptions","privacy":"private"},{"kind":"method","name":"_handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleBlur","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"updateValue","privacy":"private","parameters":[{"name":"value","type":{"text":"string"}},{"name":"selected","default":"false"}]},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"boolean"}},{"name":"report","type":{"text":"boolean"}}]},{"kind":"method","name":"emitValue","privacy":"private"},{"kind":"method","name":"_emitSearch","privacy":"private"},{"kind":"method","name":"_updateTags","privacy":"private"},{"kind":"method","name":"_updateOptions","privacy":"private"},{"kind":"method","name":"_handleRemoveOption","privacy":"private"},{"kind":"method","name":"_updateSelectedText","privacy":"private"}],"events":[{"name":"kind-changed","type":{"text":"CustomEvent"}},{"description":"Captures the dropdown change event and emits the selected value and original event details. `detail:{ value: string/array }`","name":"on-change"},{"description":"Capture the search input event and emits the search text.`detail:{ searchText: string }`","name":"on-search"},{"description":"Captures the the multi-select clear all button click event and emits the value. `detail:{ value: array }`","name":"on-clear-all"},{"description":"Captures the add button click and emits the newly added option. `detail:{ value: string }`","name":"on-add-option"}],"attributes":[{"type":{"text":"string/array"},"description":"The selected value(s) of the input. For single select, it is a string. For multi-select, it is an array of strings.","name":"value","default":"''/[]"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Dropdown size/height. \"xs\", \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"kind","type":{"text":"'ai' | 'default'"},"default":"'default'","description":"Dropdown kind.","fieldName":"kind"},{"name":"inline","type":{"text":"boolean"},"default":"false","description":"Dropdown inline style type.","fieldName":"inline"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","fieldName":"caption"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Dropdown placeholder.","fieldName":"placeholder"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Listbox/drawer open state.","fieldName":"open"},{"name":"searchable","type":{"text":"boolean"},"default":"false","description":"Makes the dropdown searchable.","fieldName":"searchable"},{"name":"searchThreshold","type":{"text":"number"},"default":"0","description":"Minimum number of options required before the search input is shown.\nWhen set to a value greater than `0`, the search input will only\nrender if the number of slotted options meets or exceeds this\nthreshold — this implicitly enables search without needing\n`searchable`. When `0` or not set, search visibility is controlled\nsolely by the `searchable` prop.","fieldName":"searchThreshold"},{"name":"enhanced","type":{"text":"boolean"},"default":"false","description":"Makes the dropdown enhanced.","fieldName":"enhanced"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Dropdown read-only state (focusable but not interactive).","fieldName":"readonly"},{"name":"filterSearch","type":{"text":"boolean"},"default":"false","description":"Searchable variant filters results.","fieldName":"filterSearch"},{"name":"multiple","type":{"text":"boolean"},"default":"false","description":"Enabled multi-select functionality.","fieldName":"multiple"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the dropdown required.","fieldName":"required"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Dropdown disabled state.","fieldName":"disabled"},{"name":"hideTags","type":{"text":"boolean"},"default":"false","description":"Hide the tags below multi-select.","fieldName":"hideTags"},{"name":"selectAll","type":{"text":"boolean"},"default":"false","description":"Adds a \"Select all\" option to the top of a multi-select dropdown.","fieldName":"selectAll"},{"name":"selectAllText","type":{"text":"string"},"default":"'Select all'","description":"\"Select all\" text customization.","fieldName":"selectAllText"},{"name":"menuMinWidth","type":{"text":"string"},"default":"'120px'","description":"Menu CSS min-width value.","fieldName":"menuMinWidth"},{"name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdown opens.","fieldName":"openDirection"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"},{"name":"allowAddOption","type":{"text":"boolean"},"default":"false","description":"Enables the \"Add New Option\" feature.","fieldName":"allowAddOption"},{"name":"preventDuplicateAddOption","type":{"text":"boolean"},"default":"true","description":"Enables duplicate prevention when adding new options.","fieldName":"preventDuplicateAddOption"},{"name":"allowDuplicateSelections","type":{"text":"boolean"},"default":"true","description":"Allows duplicate selections in multi-select dropdowns.","fieldName":"allowDuplicateSelections"},{"name":"searchText","type":{"text":"string"},"default":"''","description":"Search input value.","fieldName":"searchText"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-dropdown","customElement":true}],"exports":[{"kind":"js","name":"Dropdown","declaration":{"name":"Dropdown","module":"src/components/reusable/dropdown/dropdown.ts"}},{"kind":"custom-element-definition","name":"kyn-dropdown","declaration":{"name":"Dropdown","module":"src/components/reusable/dropdown/dropdown.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/dropdown/dropdownCategory.ts","declarations":[{"kind":"class","description":"Dropdown category.","name":"DropdownCategory","slots":[{"description":"Slot for category title text.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-dropdown-category","customElement":true}],"exports":[{"kind":"js","name":"DropdownCategory","declaration":{"name":"DropdownCategory","module":"src/components/reusable/dropdown/dropdownCategory.ts"}},{"kind":"custom-element-definition","name":"kyn-dropdown-category","declaration":{"name":"DropdownCategory","module":"src/components/reusable/dropdown/dropdownCategory.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/dropdown/dropdownOption.ts","declarations":[{"kind":"class","description":"Dropdown option.","name":"DropdownOption","slots":[{"description":"Slot for option text.","name":"unnamed"},{"description":"Slot for option icon. Icon size should be 16px only.","name":"icon"}],"members":[{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Option value.","attribute":"value"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Option disabled state.","attribute":"disabled"},{"kind":"field","name":"allowAddOption","type":{"text":"boolean"},"default":"false","description":"Allow Add Option state, derived from parent.","attribute":"allowAddOption"},{"kind":"field","name":"removable","type":{"text":"boolean"},"default":"false","description":"Removable option.","attribute":"removable"},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Determines whether the checkbox is in an indeterminate state.","attribute":"indeterminate","reflects":true},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Readonly state (from parent). Option stays focusable but not selectable.","attribute":"readonly","reflects":true},{"kind":"field","name":"role","type":{"text":"string"},"default":"'option'","attribute":"role","reflects":true},{"kind":"field","name":"ariaSelected","type":{"text":"string"},"default":"'false'","attribute":"aria-selected","reflects":true},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"moveFocus","privacy":"private","parameters":[{"name":"delta","type":{"text":"number"}}]},{"kind":"method","name":"moveToEdge","privacy":"private","parameters":[{"name":"where","type":{"text":"'start' | 'end'"}}]},{"kind":"method","name":"handleRemoveClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"handleSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleCheckboxChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}},{"name":"forcedChecked","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"handleBlur","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleIconSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"name":"on-click","type":{"text":"CustomEvent"},"description":"Emits the option details to the parent dropdown. `detail:{ selected: boolean, value: string, origEvent: PointerEvent }`"},{"description":"Emits the option that is removed. `detail:{ value: string }`","name":"on-remove-option"}],"attributes":[{"name":"value","type":{"text":"string"},"default":"''","description":"Option value.","fieldName":"value"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Option disabled state.","fieldName":"disabled"},{"name":"allowAddOption","type":{"text":"boolean"},"default":"false","description":"Allow Add Option state, derived from parent.","fieldName":"allowAddOption"},{"name":"removable","type":{"text":"boolean"},"default":"false","description":"Removable option.","fieldName":"removable"},{"name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Determines whether the checkbox is in an indeterminate state.","fieldName":"indeterminate"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Readonly state (from parent). Option stays focusable but not selectable.","fieldName":"readonly"},{"name":"role","type":{"text":"string"},"default":"'option'","fieldName":"role"},{"name":"aria-selected","type":{"text":"string"},"default":"'false'","fieldName":"ariaSelected"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-dropdown-option","customElement":true}],"exports":[{"kind":"js","name":"DropdownOption","declaration":{"name":"DropdownOption","module":"src/components/reusable/dropdown/dropdownOption.ts"}},{"kind":"custom-element-definition","name":"kyn-dropdown-option","declaration":{"name":"DropdownOption","module":"src/components/reusable/dropdown/dropdownOption.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/dropdown/enhancedDropdownOption.ts","declarations":[{"kind":"class","description":"Enhanced Dropdown option with rich content support.","name":"EnhancedDropdownOption","slots":[{"description":"Slot for option icon. Icon size should be 16px only.","name":"icon"},{"description":"Slot for option title text.","name":"title"},{"description":"Slot for inline tag appended to title.","name":"tag"},{"description":"Slot for option description text.","name":"description"},{"description":"Slot for option type label.","name":"optionType"},{"description":"Fallback slot for simple text content.","name":"unnamed"}],"members":[{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Option value.","attribute":"value"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Option disabled state.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Readonly state (from parent). Option stays focusable but not selectable.","attribute":"readonly","reflects":true},{"kind":"field","name":"allowAddOption","type":{"text":"boolean"},"default":"false","description":"Allow Add Option state, derived from parent.","attribute":"allowAddOption"},{"kind":"field","name":"removable","type":{"text":"boolean"},"default":"false","description":"Removable option.","attribute":"removable"},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Determines whether the checkbox is in an indeterminate state.","attribute":"indeterminate","reflects":true},{"kind":"field","name":"role","type":{"text":"string"},"default":"'option'","description":"ARIA role for the option, defaults to 'option'.","attribute":"role","reflects":true},{"kind":"field","name":"ariaSelected","type":{"text":"string"},"default":"'false'","description":"ARIA selected must mirror `selected`.","attribute":"aria-selected","reflects":true},{"kind":"field","name":"kind","type":{"text":"'ai' | 'default'"},"default":"'default'","description":"Kind of the item, derived from parent."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"onKeyDown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"moveFocus","privacy":"private","parameters":[{"name":"delta","type":{"text":"number"}}]},{"kind":"method","name":"moveToEdge","privacy":"private","parameters":[{"name":"where","type":{"text":"'start' | 'end'"}}]},{"kind":"method","name":"onIconSlotChange","privacy":"private"},{"kind":"field","name":"iconSlot","type":{"text":"HTMLSlotElement"},"privacy":"private","readonly":true},{"kind":"method","name":"onTitleSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"onClick","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"onRemove","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"onBlur","privacy":"private","parameters":[{"name":"e","type":{"text":"FocusEvent"}}]}],"events":[{"name":"on-click","type":{"text":"CustomEvent"},"description":"Emits the option details to the parent dropdown. `detail:{ selected: boolean, value: string, origEvent: PointerEvent }`"},{"name":"on-remove-option","type":{"text":"CustomEvent"},"description":"Emits the option that is removed. `detail:{ selected: boolean, value: string, origEvent: PointerEvent }`"},{"name":"on-blur","type":{"text":"CustomEvent"}}],"attributes":[{"name":"value","type":{"text":"string"},"default":"''","description":"Option value.","fieldName":"value"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Option disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Readonly state (from parent). Option stays focusable but not selectable.","fieldName":"readonly"},{"name":"allowAddOption","type":{"text":"boolean"},"default":"false","description":"Allow Add Option state, derived from parent.","fieldName":"allowAddOption"},{"name":"removable","type":{"text":"boolean"},"default":"false","description":"Removable option.","fieldName":"removable"},{"name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Determines whether the checkbox is in an indeterminate state.","fieldName":"indeterminate"},{"name":"role","type":{"text":"string"},"default":"'option'","description":"ARIA role for the option, defaults to 'option'.","fieldName":"role"},{"name":"aria-selected","type":{"text":"string"},"default":"'false'","description":"ARIA selected must mirror `selected`.","fieldName":"ariaSelected"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-enhanced-dropdown-option","customElement":true}],"exports":[{"kind":"js","name":"EnhancedDropdownOption","declaration":{"name":"EnhancedDropdownOption","module":"src/components/reusable/dropdown/enhancedDropdownOption.ts"}},{"kind":"custom-element-definition","name":"kyn-enhanced-dropdown-option","declaration":{"name":"EnhancedDropdownOption","module":"src/components/reusable/dropdown/enhancedDropdownOption.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/dropdown/index.ts","declarations":[],"exports":[{"kind":"js","name":"Dropdown","declaration":{"name":"Dropdown","module":"./dropdown"}},{"kind":"js","name":"DropdownOption","declaration":{"name":"DropdownOption","module":"./dropdownOption"}},{"kind":"js","name":"DropdownCategory","declaration":{"name":"DropdownCategory","module":"./dropdownCategory"}},{"kind":"js","name":"EnhancedDropdownOption","declaration":{"name":"EnhancedDropdownOption","module":"./enhancedDropdownOption"}}]},{"kind":"javascript-module","path":"src/components/reusable/errorBlock/errorBlock.ts","declarations":[{"kind":"class","description":"Error block.","name":"ErrorBlock","slots":[{"description":"Slot for the error description.","name":"unnamed"},{"description":"Slot for the error image.","name":"image"},{"description":"Slot for the action buttons.","name":"actions"}],"members":[{"kind":"field","name":"titleText","type":{"text":"string"},"default":"''","description":"Title text","attribute":"titleText"}],"attributes":[{"name":"titleText","type":{"text":"string"},"default":"''","description":"Title text","fieldName":"titleText"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-error-block","customElement":true}],"exports":[{"kind":"js","name":"ErrorBlock","declaration":{"name":"ErrorBlock","module":"src/components/reusable/errorBlock/errorBlock.ts"}},{"kind":"custom-element-definition","name":"kyn-error-block","declaration":{"name":"ErrorBlock","module":"src/components/reusable/errorBlock/errorBlock.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/errorBlock/index.ts","declarations":[],"exports":[{"kind":"js","name":"ErrorBlock","declaration":{"name":"ErrorBlock","module":"./errorBlock"}}]},{"kind":"javascript-module","path":"src/components/reusable/fileUploader/fileUploader.ts","declarations":[{"kind":"class","description":"File Uploader.","name":"FileUploader","slots":[{"description":"Slot for upload status/notification.","name":"upload-status"}],"members":[{"kind":"field","name":"accept","type":{"text":"string[]"},"default":"[]","description":"Set the file types that the component accepts. By default, it accepts all file types.","attribute":"accept"},{"kind":"field","name":"multiple","type":{"text":"boolean"},"default":"false","description":"Accept multiple files.","attribute":"multiple"},{"kind":"field","name":"textStrings","default":"{\n dragAndDropText: 'Drag files here to upload',\n separatorText: 'or',\n buttonText: 'Browse files',\n maxFileSizeText: 'Max file size',\n supportedFileTypeText: 'Supported file type: ',\n fileTypeDisplyText: 'Any file type',\n invalidFileListLabel: 'Some files could not be added:',\n validFileListLabel: 'Files added:',\n clearListText: 'Clear list',\n fileTypeErrorText: 'Invaild file type',\n fileSizeErrorText: 'Max file size exceeded',\n customFileErrorText: 'Custom file error',\n inlineConfirmAnchorText: 'Delete',\n inlineConfirmConfirmText: 'Confirm',\n inlineConfirmCancelText: 'Cancel',\n validationNotificationTitle: 'Multiple files not allowed',\n validationNotificationMessage: 'Please select only one file.',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"maxFileSize","type":{"text":"number"},"default":"10485760","description":"Set the maximum file size in bytes.","attribute":"maxFileSize"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable the file uploader.","attribute":"disabled"},{"kind":"field","name":"validFiles","type":{"text":"{\n id: string;\n file: File;\n status: 'new' | 'uploading' | 'uploaded' | 'error';\n }[]"},"default":"[]","description":"Valid files. This property is used to set the initial or updated state of the valid files.","attribute":"validFiles"},{"kind":"field","name":"invalidFiles","type":{"text":"{\n id: string;\n file: File;\n status: 'sizeError' | 'typeError' | 'unknownError';\n customErrorMsg?: string;\n }[]"},"default":"[]","description":"Invalid files. This property is used to set the initial state of the invalid files.","attribute":"invalidFiles"},{"kind":"method","name":"handleDragOver","parameters":[{"name":"event","type":{"text":"DragEvent"}}]},{"kind":"method","name":"handleDrop","parameters":[{"name":"event","type":{"text":"DragEvent"}}]},{"kind":"method","name":"_triggerFileSelect","privacy":"private"},{"kind":"method","name":"handleFileChange","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"_getFilesSize","privacy":"private","parameters":[{"name":"bytes","type":{"text":"number"}}]},{"kind":"method","name":"_clearInvalidFiles","privacy":"private"},{"kind":"method","name":"_validateFiles","privacy":"private","parameters":[{"name":"files","type":{"text":"File[]"}}]},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]},{"kind":"method","name":"_setFormValue","privacy":"private"},{"kind":"method","name":"_displayActions","privacy":"private","parameters":[{"name":"file","type":{"text":"any"}}]},{"kind":"method","name":"_deleteFile","privacy":"private","parameters":[{"name":"fileId","type":{"text":"string"}}]},{"kind":"method","name":"_emitFileUploadEvent","privacy":"private"}],"events":[{"description":"Emits the uploaded files.`detail:{ validFiles: Array, invalidFiles: Array }`","name":"selected-files"}],"attributes":[{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"name":"accept","type":{"text":"string[]"},"default":"[]","description":"Set the file types that the component accepts. By default, it accepts all file types.","fieldName":"accept"},{"name":"multiple","type":{"text":"boolean"},"default":"false","description":"Accept multiple files.","fieldName":"multiple"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"maxFileSize","type":{"text":"number"},"default":"10485760","description":"Set the maximum file size in bytes.","fieldName":"maxFileSize"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable the file uploader.","fieldName":"disabled"},{"name":"validFiles","type":{"text":"{\n id: string;\n file: File;\n status: 'new' | 'uploading' | 'uploaded' | 'error';\n }[]"},"default":"[]","description":"Valid files. This property is used to set the initial or updated state of the valid files.","fieldName":"validFiles"},{"name":"invalidFiles","type":{"text":"{\n id: string;\n file: File;\n status: 'sizeError' | 'typeError' | 'unknownError';\n customErrorMsg?: string;\n }[]"},"default":"[]","description":"Invalid files. This property is used to set the initial state of the invalid files.","fieldName":"invalidFiles"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-file-uploader","customElement":true}],"exports":[{"kind":"js","name":"FileUploader","declaration":{"name":"FileUploader","module":"src/components/reusable/fileUploader/fileUploader.ts"}},{"kind":"custom-element-definition","name":"kyn-file-uploader","declaration":{"name":"FileUploader","module":"src/components/reusable/fileUploader/fileUploader.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/fileUploader/fileUploaderListContainer.ts","declarations":[{"kind":"class","description":"File Uploader List Container","name":"FileUploaderListContainer","slots":[{"description":"Slot for individual file uploader items.","name":"unnamed"},{"description":"Slot for action button.","name":"action-button"}],"members":[{"kind":"field","name":"titleText","type":{"text":"string"},"default":"'File details'","description":"File details container title.","attribute":"titleText"},{"kind":"field","name":"textStrings","default":"{\n expand: 'Expand',\n collapse: 'Collapse',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_addScrollListener","privacy":"private"},{"kind":"method","name":"_removeScrollListener","privacy":"private"},{"kind":"method","name":"_toggleShadowClass","privacy":"private","parameters":[{"name":"container","type":{"text":"HTMLElement"}}]}],"attributes":[{"name":"titleText","type":{"text":"string"},"default":"'File details'","description":"File details container title.","fieldName":"titleText"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-file-uploader-list-container","customElement":true}],"exports":[{"kind":"js","name":"FileUploaderListContainer","declaration":{"name":"FileUploaderListContainer","module":"src/components/reusable/fileUploader/fileUploaderListContainer.ts"}},{"kind":"custom-element-definition","name":"kyn-file-uploader-list-container","declaration":{"name":"FileUploaderListContainer","module":"src/components/reusable/fileUploader/fileUploaderListContainer.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/fileUploader/index.ts","declarations":[],"exports":[{"kind":"js","name":"FileUploader","declaration":{"name":"FileUploader","module":"./fileUploader"}},{"kind":"js","name":"FileUploaderListContainer","declaration":{"name":"FileUploaderListContainer","module":"./fileUploaderListContainer"}}]},{"kind":"javascript-module","path":"src/components/reusable/floatingContainer/floatingContainer.ts","declarations":[{"kind":"class","description":"Floating Container.","name":"FloatingContainer","slots":[{"description":"Slot for kyn-button options.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-button-float-container","customElement":true}],"exports":[{"kind":"js","name":"FloatingContainer","declaration":{"name":"FloatingContainer","module":"src/components/reusable/floatingContainer/floatingContainer.ts"}},{"kind":"custom-element-definition","name":"kyn-button-float-container","declaration":{"name":"FloatingContainer","module":"src/components/reusable/floatingContainer/floatingContainer.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/floatingContainer/index.ts","declarations":[],"exports":[{"kind":"js","name":"FloatingContainer","declaration":{"name":"FloatingContainer","module":"./floatingContainer"}}]},{"kind":"javascript-module","path":"src/components/reusable/globalFilter/globalFilter.ts","declarations":[{"kind":"class","description":"DEPRECATED. See [Patterns/Search & Action Bar](/docs/patterns-search-action-bar--docs).","name":"GlobalFilter","slots":[{"description":"Left slot, intended for search input and modal.","name":"unnamed"},{"description":"Right slot, intended for action buttons and overflow menu.","name":"actions"},{"description":"Slot below the filter bar, for tag group.","name":"tags"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-global-filter","customElement":true}],"exports":[{"kind":"js","name":"GlobalFilter","declaration":{"name":"GlobalFilter","module":"src/components/reusable/globalFilter/globalFilter.ts"}},{"kind":"custom-element-definition","name":"kyn-global-filter","declaration":{"name":"GlobalFilter","module":"src/components/reusable/globalFilter/globalFilter.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/globalFilter/index.ts","declarations":[],"exports":[{"kind":"js","name":"GlobalFilter","declaration":{"name":"GlobalFilter","module":"./globalFilter"}}]},{"kind":"javascript-module","path":"src/components/reusable/iconSelector/iconSelector.ts","declarations":[{"kind":"class","description":"Icon Selector - A checkbox-style toggle using icons for visual states.\nPrimarily designed for favorite/unfavorite functionality.","name":"IconSelector","slots":[{"description":"Optional icon for unchecked state. Defaults to star outline.","name":"icon-unchecked"},{"description":"Optional icon for checked state. Defaults to filled star.","name":"icon-checked"}],"members":[{"kind":"field","name":"checked","type":{"text":"boolean"},"default":"false","description":"Checked/selected state.","attribute":"checked","reflects":true},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Value associated with this selector, useful for identifying the item.","attribute":"value"},{"kind":"field","name":"checkedLabel","type":{"text":"string"},"default":"'Remove from favorites'","description":"Accessible label when checked.","attribute":"checkedLabel"},{"kind":"field","name":"uncheckedLabel","type":{"text":"string"},"default":"'Add to favorites'","description":"Accessible label when unchecked.","attribute":"uncheckedLabel"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state.","attribute":"disabled","reflects":true},{"kind":"field","name":"onlyVisibleOnHover","type":{"text":"boolean"},"default":"false","description":"When true, the icon is only visible when the parent element is hovered.\nVisibility is controlled via CSS on the parent component.\nCan also be set via `--kyn-icon-selector-only-visible-on-hover: 1` on an ancestor.","attribute":"onlyVisibleOnHover","reflects":true},{"kind":"field","name":"persistWhenChecked","type":{"text":"boolean"},"default":"false","description":"When true, checked items remain visible even when onlyVisibleOnHover is enabled.\nUseful for showing users which items they've already favorited.\nCan also be set via `--kyn-icon-selector-persist-when-checked: 1` on an ancestor.","attribute":"persistWhenChecked"},{"kind":"field","name":"animateSelection","type":{"text":"boolean"},"default":"false","description":"Enables a subtle pop/crossfade animation when toggling checked state.\nCan also be enabled for all descendants by setting the CSS custom property\n`--kyn-icon-selector-animate-selection: 1` on any ancestor element.","attribute":"animateSelection"},{"kind":"method","name":"_handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_emitChange","privacy":"private","parameters":[{"name":"origEvent","type":{"text":"Event"}}]},{"kind":"method","name":"_readCSSFlags","privacy":"private"},{"kind":"method","name":"_resolveFlags","privacy":"private"}],"events":[{"name":"on-change","type":{"text":"CustomEvent"},"description":"Emits when the checked state changes. Detail includes checked (boolean), value (string), and origEvent."}],"attributes":[{"name":"checked","type":{"text":"boolean"},"default":"false","description":"Checked/selected state.","fieldName":"checked"},{"name":"value","type":{"text":"string"},"default":"''","description":"Value associated with this selector, useful for identifying the item.","fieldName":"value"},{"name":"checkedLabel","type":{"text":"string"},"default":"'Remove from favorites'","description":"Accessible label when checked.","fieldName":"checkedLabel"},{"name":"uncheckedLabel","type":{"text":"string"},"default":"'Add to favorites'","description":"Accessible label when unchecked.","fieldName":"uncheckedLabel"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state.","fieldName":"disabled"},{"name":"onlyVisibleOnHover","type":{"text":"boolean"},"default":"false","description":"When true, the icon is only visible when the parent element is hovered.\nVisibility is controlled via CSS on the parent component.\nCan also be set via `--kyn-icon-selector-only-visible-on-hover: 1` on an ancestor.","fieldName":"onlyVisibleOnHover"},{"name":"persistWhenChecked","type":{"text":"boolean"},"default":"false","description":"When true, checked items remain visible even when onlyVisibleOnHover is enabled.\nUseful for showing users which items they've already favorited.\nCan also be set via `--kyn-icon-selector-persist-when-checked: 1` on an ancestor.","fieldName":"persistWhenChecked"},{"name":"animateSelection","type":{"text":"boolean"},"default":"false","description":"Enables a subtle pop/crossfade animation when toggling checked state.\nCan also be enabled for all descendants by setting the CSS custom property\n`--kyn-icon-selector-animate-selection: 1` on any ancestor element.","fieldName":"animateSelection"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-icon-selector","customElement":true}],"exports":[{"kind":"js","name":"IconSelector","declaration":{"name":"IconSelector","module":"src/components/reusable/iconSelector/iconSelector.ts"}},{"kind":"custom-element-definition","name":"kyn-icon-selector","declaration":{"name":"IconSelector","module":"src/components/reusable/iconSelector/iconSelector.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/iconSelector/iconSelectorGroup.ts","declarations":[{"kind":"class","description":"Icon Selector Group - A container for managing multiple icon selectors with multi-select functionality.","name":"IconSelectorGroup","slots":[{"description":"Slot for icon-selector elements.","name":"unnamed"}],"members":[{"kind":"field","name":"value","type":{"text":"string[]"},"default":"[]","description":"Selected values array.","attribute":"value"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state for all selectors.","attribute":"disabled","reflects":true},{"kind":"field","name":"direction","type":{"text":"'vertical' | 'horizontal'"},"default":"'vertical'","description":"Stack direction: 'vertical' or 'horizontal'.","attribute":"direction","reflects":true},{"kind":"field","name":"onlyVisibleOnHover","type":{"text":"boolean"},"default":"false","description":"When true, all child icon-selectors are only visible when the parent element is hovered.\nThis propagates the onlyVisibleOnHover attribute to all children.","attribute":"onlyVisibleOnHover","reflects":true},{"kind":"field","name":"persistWhenChecked","type":{"text":"boolean"},"default":"false","description":"When true, checked child icon-selectors remain visible even when onlyVisibleOnHover is enabled.","attribute":"persistWhenChecked"},{"kind":"field","name":"animateSelection","type":{"text":"boolean"},"default":"false","description":"Enables a subtle pop/crossfade animation when toggling checked state on all children.","attribute":"animateSelection"},{"kind":"method","name":"_syncChildrenState","privacy":"private"}],"events":[{"description":"Emits when any icon selector's state changes. `detail: { value: string[], origEvent: Event }`","name":"on-change"}],"attributes":[{"name":"value","type":{"text":"string[]"},"default":"[]","description":"Selected values array.","fieldName":"value"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state for all selectors.","fieldName":"disabled"},{"name":"direction","type":{"text":"'vertical' | 'horizontal'"},"default":"'vertical'","description":"Stack direction: 'vertical' or 'horizontal'.","fieldName":"direction"},{"name":"onlyVisibleOnHover","type":{"text":"boolean"},"default":"false","description":"When true, all child icon-selectors are only visible when the parent element is hovered.\nThis propagates the onlyVisibleOnHover attribute to all children.","fieldName":"onlyVisibleOnHover"},{"name":"persistWhenChecked","type":{"text":"boolean"},"default":"false","description":"When true, checked child icon-selectors remain visible even when onlyVisibleOnHover is enabled.","fieldName":"persistWhenChecked"},{"name":"animateSelection","type":{"text":"boolean"},"default":"false","description":"Enables a subtle pop/crossfade animation when toggling checked state on all children.","fieldName":"animateSelection"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-icon-selector-group","customElement":true}],"exports":[{"kind":"js","name":"IconSelectorGroup","declaration":{"name":"IconSelectorGroup","module":"src/components/reusable/iconSelector/iconSelectorGroup.ts"}},{"kind":"custom-element-definition","name":"kyn-icon-selector-group","declaration":{"name":"IconSelectorGroup","module":"src/components/reusable/iconSelector/iconSelectorGroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/iconSelector/index.ts","declarations":[],"exports":[{"kind":"js","name":"IconSelector","declaration":{"name":"IconSelector","module":"./iconSelector"}},{"kind":"js","name":"IconSelectorGroup","declaration":{"name":"IconSelectorGroup","module":"./iconSelectorGroup"}}]},{"kind":"javascript-module","path":"src/components/reusable/inlineCodeView/index.ts","declarations":[],"exports":[{"kind":"js","name":"InlineCodeView","declaration":{"name":"InlineCodeView","module":"./inlineCodeView"}}]},{"kind":"javascript-module","path":"src/components/reusable/inlineCodeView/inlineCodeView.ts","declarations":[{"kind":"class","description":"`<kyn-inline-code-view>` component to display code snippets inline within HTML content.","name":"InlineCodeView","slots":[{"description":"inline code snippet slot.","name":"unnamed"}],"members":[{"kind":"field","name":"darkTheme","type":{"text":"'light' | 'dark' | 'default'"},"default":"'default'","description":"Sets background and text theming.","attribute":"darkTheme"},{"kind":"field","name":"snippetFontSize","type":{"text":"number"},"default":"14","description":"Font size value (px) to match code snippet font-size of surrounding text (min, default 14px).","attribute":"snippetFontSize"}],"attributes":[{"name":"darkTheme","type":{"text":"'light' | 'dark' | 'default'"},"default":"'default'","description":"Sets background and text theming.","fieldName":"darkTheme"},{"name":"snippetFontSize","type":{"text":"number"},"default":"14","description":"Font size value (px) to match code snippet font-size of surrounding text (min, default 14px).","fieldName":"snippetFontSize"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-inline-code-view","customElement":true}],"exports":[{"kind":"js","name":"InlineCodeView","declaration":{"name":"InlineCodeView","module":"src/components/reusable/inlineCodeView/inlineCodeView.ts"}},{"kind":"custom-element-definition","name":"kyn-inline-code-view","declaration":{"name":"InlineCodeView","module":"src/components/reusable/inlineCodeView/inlineCodeView.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/inlineConfirm/index.ts","declarations":[],"exports":[{"kind":"js","name":"InlineConfirm","declaration":{"name":"InlineConfirm","module":"./inlineConfirm"}}]},{"kind":"javascript-module","path":"src/components/reusable/inlineConfirm/inlineConfirm.ts","declarations":[{"kind":"class","description":"InlineConfirm component.","name":"InlineConfirm","slots":[{"description":"Slot for anchor button icon.","name":"unnamed"},{"description":"Slot for confirm icon button, will be a check icon by default if none provided.","name":"confirmIcon"}],"members":[{"kind":"field","name":"destructive","type":{"text":"boolean"},"default":"false","description":"Determines if the action is destructive.","attribute":"destructive"},{"kind":"field","name":"anchorText","type":{"text":"string"},"default":"''","description":"Anchor button text.","attribute":"anchorText"},{"kind":"field","name":"confirmText","type":{"text":"string"},"default":"'Confirm'","description":"Confirm button text.","attribute":"confirmText"},{"kind":"field","name":"cancelText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button text.","attribute":"cancelText"},{"kind":"field","name":"openRight","type":{"text":"boolean"},"default":"false","description":"Open to the right.","attribute":"openRight"},{"kind":"method","name":"_handleToggle","privacy":"private"},{"kind":"method","name":"_handleConfirm","privacy":"private","parameters":[{"name":"e","optional":true,"type":{"text":"Event"}}]}],"events":[{"description":"Dispatched when the confirm button is clicked.`detail:{ origEvent: PointerEvent }`","name":"on-confirm"}],"attributes":[{"name":"destructive","type":{"text":"boolean"},"default":"false","description":"Determines if the action is destructive.","fieldName":"destructive"},{"name":"anchorText","type":{"text":"string"},"default":"''","description":"Anchor button text.","fieldName":"anchorText"},{"name":"confirmText","type":{"text":"string"},"default":"'Confirm'","description":"Confirm button text.","fieldName":"confirmText"},{"name":"cancelText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button text.","fieldName":"cancelText"},{"name":"openRight","type":{"text":"boolean"},"default":"false","description":"Open to the right.","fieldName":"openRight"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-inline-confirm","customElement":true}],"exports":[{"kind":"js","name":"InlineConfirm","declaration":{"name":"InlineConfirm","module":"src/components/reusable/inlineConfirm/inlineConfirm.ts"}},{"kind":"custom-element-definition","name":"kyn-inline-confirm","declaration":{"name":"InlineConfirm","module":"src/components/reusable/inlineConfirm/inlineConfirm.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/link/defs.ts","declarations":[],"exports":[]},{"kind":"javascript-module","path":"src/components/reusable/link/index.ts","declarations":[],"exports":[{"kind":"js","name":"Link","declaration":{"name":"Link","module":"./link"}}]},{"kind":"javascript-module","path":"src/components/reusable/link/link.ts","declarations":[{"kind":"class","description":"Component for navigation links.","name":"Link","slots":[{"description":"Slot for link text.","name":"unnamed"},{"description":"Slot for an icon.","name":"icon"}],"members":[{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Link url.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"LINK_TARGETS"},"description":"Defines a target attribute for where to load the URL. Possible options include \"_self\" (default), \"_blank\", \"_parent\", \"_top\"","attribute":"target"},{"kind":"field","name":"kind","type":{"text":"LINK_TYPES"},"description":"The Link type. Primary(App) or Secondary(Web).","attribute":"kind"},{"kind":"field","name":"rel","type":{"text":"string"},"default":"''","description":"Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship","attribute":"rel"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines if the link is disabled.","attribute":"disabled","reflects":true},{"kind":"field","name":"standalone","type":{"text":"boolean"},"default":"false","description":"Whether you want the standalone Link. By default false. Use this prop. (true) with icon with link variant.","attribute":"standalone"},{"kind":"field","name":"iconLeft","type":{"text":"boolean"},"default":"false","description":"Positions icon on the left.","attribute":"iconLeft"},{"kind":"field","name":"linkFontWeight","type":{"text":"'lighter' | 'default'"},"default":"'default'","description":"Sets font-weight between default heavier and lighter font-weight.","attribute":"linkFontWeight"},{"kind":"field","name":"animationInactive","type":{"text":"boolean"},"default":"false","description":"Disables the hover animation on the icon.","attribute":"animationInactive"},{"kind":"method","name":"returnClassMap","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"description":"Captures the click event and emits the original event details. `detail: { origEvent: PointerEvent, href: string }`","name":"on-click"}],"attributes":[{"name":"href","type":{"text":"string"},"default":"''","description":"Link url.","fieldName":"href"},{"name":"target","type":{"text":"LINK_TARGETS"},"description":"Defines a target attribute for where to load the URL. Possible options include \"_self\" (default), \"_blank\", \"_parent\", \"_top\"","fieldName":"target"},{"name":"kind","type":{"text":"LINK_TYPES"},"description":"The Link type. Primary(App) or Secondary(Web).","fieldName":"kind"},{"name":"rel","type":{"text":"string"},"default":"''","description":"Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship","fieldName":"rel"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines if the link is disabled.","fieldName":"disabled"},{"name":"standalone","type":{"text":"boolean"},"default":"false","description":"Whether you want the standalone Link. By default false. Use this prop. (true) with icon with link variant.","fieldName":"standalone"},{"name":"iconLeft","type":{"text":"boolean"},"default":"false","description":"Positions icon on the left.","fieldName":"iconLeft"},{"name":"linkFontWeight","type":{"text":"'lighter' | 'default'"},"default":"'default'","description":"Sets font-weight between default heavier and lighter font-weight.","fieldName":"linkFontWeight"},{"name":"animationInactive","type":{"text":"boolean"},"default":"false","description":"Disables the hover animation on the icon.","fieldName":"animationInactive"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-link","customElement":true}],"exports":[{"kind":"js","name":"Link","declaration":{"name":"Link","module":"src/components/reusable/link/link.ts"}},{"kind":"custom-element-definition","name":"kyn-link","declaration":{"name":"Link","module":"src/components/reusable/link/link.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/loaders/aiLoader.ts","declarations":[{"kind":"class","description":"AI Loader (pure CSS/SVG).","name":"AiLoaderWrapper","members":[{"kind":"field","name":"size","type":{"text":"'default' | 'mini'"},"default":"'default'","description":"Size for AI loader.","attribute":"size"},{"kind":"field","name":"ariaLabel","type":{"text":"string"},"default":"'Loading AI results'","description":"Accessible label for screen readers.","attribute":"ariaLabel"}],"attributes":[{"name":"size","type":{"text":"'default' | 'mini'"},"default":"'default'","description":"Size for AI loader.","fieldName":"size"},{"name":"ariaLabel","type":{"text":"string"},"default":"'Loading AI results'","description":"Accessible label for screen readers.","fieldName":"ariaLabel"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-ai-loader","customElement":true}],"exports":[{"kind":"js","name":"AiLoaderWrapper","declaration":{"name":"AiLoaderWrapper","module":"src/components/reusable/loaders/aiLoader.ts"}},{"kind":"custom-element-definition","name":"kyn-ai-loader","declaration":{"name":"AiLoaderWrapper","module":"src/components/reusable/loaders/aiLoader.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/loaders/index.ts","declarations":[],"exports":[{"kind":"js","name":"Loader","declaration":{"name":"Loader","module":"./loader"}},{"kind":"js","name":"LoaderInline","declaration":{"name":"LoaderInline","module":"./inline"}},{"kind":"js","name":"Skeleton","declaration":{"name":"Skeleton","module":"./skeleton"}}]},{"kind":"javascript-module","path":"src/components/reusable/loaders/inline.ts","declarations":[{"kind":"class","description":"Inline Loader.","name":"LoaderInline","slots":[{"description":"Slot for text/description.","name":"unnamed"}],"members":[{"kind":"field","name":"status","type":{"text":"string"},"default":"'active'","description":"Status. Can be `active`, `inactive`, `success`, `error`.","attribute":"status"},{"kind":"method","name":"_emitStart","privacy":"private"},{"kind":"method","name":"_emitStop","privacy":"private"}],"events":[{"description":"Emits when the loader been started. `detail: null`","name":"on-start"},{"description":"Emits when the loader has been stopped and all animations have completed. `detail: null`","name":"on-stop"}],"attributes":[{"name":"status","type":{"text":"string"},"default":"'active'","description":"Status. Can be `active`, `inactive`, `success`, `error`.","fieldName":"status"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-loader-inline","customElement":true}],"exports":[{"kind":"js","name":"LoaderInline","declaration":{"name":"LoaderInline","module":"src/components/reusable/loaders/inline.ts"}},{"kind":"custom-element-definition","name":"kyn-loader-inline","declaration":{"name":"LoaderInline","module":"src/components/reusable/loaders/inline.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/loaders/loader.ts","declarations":[{"kind":"class","description":"Loader.","name":"Loader","members":[{"kind":"field","name":"stopped","type":{"text":"boolean"},"default":"false","description":"Animation stopped state","attribute":"stopped"},{"kind":"field","name":"overlay","type":{"text":"boolean"},"default":"false","description":"Display the loader as an overlay","attribute":"overlay"},{"kind":"method","name":"_emitStart","privacy":"private"},{"kind":"method","name":"_emitStop","privacy":"private"}],"events":[{"description":"Emits when the loader been started.`detail: null`","name":"on-start"},{"description":"Emits when the loader has been stopped and all animations have completed.`detail:null`","name":"on-stop"}],"attributes":[{"name":"stopped","type":{"text":"boolean"},"default":"false","description":"Animation stopped state","fieldName":"stopped"},{"name":"overlay","type":{"text":"boolean"},"default":"false","description":"Display the loader as an overlay","fieldName":"overlay"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-loader","customElement":true}],"exports":[{"kind":"js","name":"Loader","declaration":{"name":"Loader","module":"src/components/reusable/loaders/loader.ts"}},{"kind":"custom-element-definition","name":"kyn-loader","declaration":{"name":"Loader","module":"src/components/reusable/loaders/loader.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/loaders/skeleton.ts","declarations":[{"kind":"class","description":"","name":"Skeleton","members":[{"kind":"field","name":"shape","type":{"text":"'rectangle' | 'circle'"},"default":"'rectangle'","description":"Defines the shape of the skeleton element.","attribute":"shape","reflects":true},{"kind":"field","name":"size","type":{"text":"'small' | 'medium' | 'large' | undefined"},"description":"Optional: Predefined size (small, medium, large).","attribute":"size"},{"kind":"field","name":"width","type":{"text":"string | undefined"},"description":"Optional: Custom width (overrides size if provided).","attribute":"width"},{"kind":"field","name":"height","type":{"text":"string | undefined"},"description":"Optional: Custom height (overrides size if provided).","attribute":"height"},{"kind":"field","name":"lines","type":{"text":"number"},"default":"1","description":"Sets the number of skeleton lines to display.","attribute":"lines"},{"kind":"field","name":"inline","type":{"text":"boolean"},"default":"false","description":"Sets whether to display inline or block.","attribute":"inline","reflects":true},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set to `true` for AI theme.\nThis adds the `.ai-connected` class and reflects the host attribute,\nallowing shidoka-scoped CSS variables to resolve.","attribute":"aiConnected","reflects":true}],"attributes":[{"name":"shape","type":{"text":"'rectangle' | 'circle'"},"default":"'rectangle'","description":"Defines the shape of the skeleton element.","fieldName":"shape"},{"name":"size","type":{"text":"'small' | 'medium' | 'large' | undefined"},"description":"Optional: Predefined size (small, medium, large).","fieldName":"size"},{"name":"width","type":{"text":"string | undefined"},"description":"Optional: Custom width (overrides size if provided).","fieldName":"width"},{"name":"height","type":{"text":"string | undefined"},"description":"Optional: Custom height (overrides size if provided).","fieldName":"height"},{"name":"lines","type":{"text":"number"},"default":"1","description":"Sets the number of skeleton lines to display.","fieldName":"lines"},{"name":"inline","type":{"text":"boolean"},"default":"false","description":"Sets whether to display inline or block.","fieldName":"inline"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set to `true` for AI theme.\nThis adds the `.ai-connected` class and reflects the host attribute,\nallowing shidoka-scoped CSS variables to resolve.","fieldName":"aiConnected"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-skeleton","customElement":true}],"exports":[{"kind":"js","name":"Skeleton","declaration":{"name":"Skeleton","module":"src/components/reusable/loaders/skeleton.ts"}},{"kind":"custom-element-definition","name":"kyn-skeleton","declaration":{"name":"Skeleton","module":"src/components/reusable/loaders/skeleton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/loaders/spinner.ts","declarations":[{"kind":"class","description":"Spinner component\n\n- tag: <kyn-spinner>\n- variant: 'ai' (CSS/SVG spinner) or 'inline' (lottie indeterminate animation)\n- status: for inline variant -> 'active' | 'inactive' | 'success' | 'error'\n- size: for ai variant -> 'default' | 'mini'\n\nColors can be set via properties: primaryColor, secondaryColor, trackColor\nwhich set CSS variables on the host (--loader-primary, --loader-secondary, --loader-track).","name":"KynSpinner","members":[{"kind":"field","name":"variant","type":{"text":"SpinnerVariant"},"default":"'ai'","description":"Which variant to render: 'ai' | 'inline'","attribute":"variant"},{"kind":"field","name":"status","type":{"text":"string"},"default":"'active'","description":"Inline spinner status. Can be `active`, `inactive`, `success`, `error`.","attribute":"status"},{"kind":"field","name":"size","type":{"text":"SpinnerSize"},"default":"'default'","description":"Size for AI spinner","attribute":"size"},{"kind":"field","name":"primaryColor","type":{"text":"string | undefined"},"default":"undefined","description":"Primary color for spinner (CSS color string). Sets --loader-primary on host.","attribute":"primaryColor"},{"kind":"field","name":"secondaryColor","type":{"text":"string | undefined"},"default":"undefined","description":"Secondary color (e.g., arc color). Sets --loader-secondary on host.","attribute":"secondaryColor"},{"kind":"field","name":"trackColor","type":{"text":"string | undefined"},"default":"undefined","description":"Track/backdrop color for SVG track. Sets --loader-track on host.","attribute":"trackColor"},{"kind":"field","name":"_stopped","type":{"text":"boolean"},"privacy":"private","default":"false","description":"Inline spinner internal states"},{"kind":"field","name":"_hidden","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"_containerEl","type":{"text":"any"},"privacy":"private"},{"kind":"method","name":"_syncCssVars","privacy":"private"},{"kind":"method","name":"_emitStart","privacy":"private"},{"kind":"method","name":"_emitStop","privacy":"private"}],"events":[{"name":"on-start","type":{"text":"CustomEvent"}},{"name":"on-stop","type":{"text":"CustomEvent"}}],"attributes":[{"name":"variant","type":{"text":"SpinnerVariant"},"default":"'ai'","description":"Which variant to render: 'ai' | 'inline'","fieldName":"variant"},{"name":"status","type":{"text":"string"},"default":"'active'","description":"Inline spinner status. Can be `active`, `inactive`, `success`, `error`.","fieldName":"status"},{"name":"size","type":{"text":"SpinnerSize"},"default":"'default'","description":"Size for AI spinner","fieldName":"size"},{"name":"primaryColor","type":{"text":"string | undefined"},"default":"undefined","description":"Primary color for spinner (CSS color string). Sets --loader-primary on host.","fieldName":"primaryColor"},{"name":"secondaryColor","type":{"text":"string | undefined"},"default":"undefined","description":"Secondary color (e.g., arc color). Sets --loader-secondary on host.","fieldName":"secondaryColor"},{"name":"trackColor","type":{"text":"string | undefined"},"default":"undefined","description":"Track/backdrop color for SVG track. Sets --loader-track on host.","fieldName":"trackColor"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-spinner","customElement":true}],"exports":[{"kind":"js","name":"KynSpinner","declaration":{"name":"KynSpinner","module":"src/components/reusable/loaders/spinner.ts"}},{"kind":"custom-element-definition","name":"kyn-spinner","declaration":{"name":"KynSpinner","module":"src/components/reusable/loaders/spinner.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/metaData/index.ts","declarations":[],"exports":[{"kind":"js","name":"MetaData","declaration":{"name":"MetaData","module":"./metaData"}}]},{"kind":"javascript-module","path":"src/components/reusable/metaData/metaData.ts","declarations":[{"kind":"class","description":"MetaData component.","name":"MetaData","slots":[{"description":"Slot for icon.","name":"icon"},{"description":"Slot for label.","name":"label"},{"description":"Slot for body/other content.","name":"unnamed"}],"members":[{"kind":"field","name":"horizontal","type":{"text":"boolean"},"default":"false","description":"Horizontal orientation.","attribute":"horizontal"},{"kind":"field","name":"noBackground","type":{"text":"boolean"},"default":"false","description":"No background.","attribute":"noBackground"},{"kind":"field","name":"scrollableContent","type":{"text":"boolean"},"default":"false","description":"Adds scrollable overflow to the slot content.","attribute":"scrollableContent"},{"kind":"method","name":"onIconSlotChange","privacy":"private"},{"kind":"method","name":"onLabelSlotChange","privacy":"private"}],"attributes":[{"name":"horizontal","type":{"text":"boolean"},"default":"false","description":"Horizontal orientation.","fieldName":"horizontal"},{"name":"noBackground","type":{"text":"boolean"},"default":"false","description":"No background.","fieldName":"noBackground"},{"name":"scrollableContent","type":{"text":"boolean"},"default":"false","description":"Adds scrollable overflow to the slot content.","fieldName":"scrollableContent"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-meta-data","customElement":true}],"exports":[{"kind":"js","name":"MetaData","declaration":{"name":"MetaData","module":"src/components/reusable/metaData/metaData.ts"}},{"kind":"custom-element-definition","name":"kyn-meta-data","declaration":{"name":"MetaData","module":"src/components/reusable/metaData/metaData.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/modal/index.ts","declarations":[],"exports":[{"kind":"js","name":"Modal","declaration":{"name":"Modal","module":"./modal"}}]},{"kind":"javascript-module","path":"src/components/reusable/modal/modal.ts","declarations":[{"kind":"class","description":"Modal.","name":"Modal","slots":[{"description":"Slot for modal body content.","name":"unnamed"},{"description":"Slot for the anchor button content.","name":"anchor"},{"description":"Slot for an inline header action (badge/button) rendered next to the title/label when using the default header.","name":"header-inline"},{"description":"Slot for the footer content which replaces the ok, cancel, and second ary buttons.","name":"footer"}],"members":[{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Modal open state.","attribute":"open"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'auto'","description":"Modal size. `'auto'`, `'md'`, or `'lg', or `'xl'`.","attribute":"size"},{"kind":"field","name":"titleText","type":{"text":"string"},"default":"''","description":"Title/heading text, required.","attribute":"titleText"},{"kind":"field","name":"labelText","type":{"text":"string"},"default":"''","description":"Label text, optional.","attribute":"labelText"},{"kind":"field","name":"okText","type":{"text":"string"},"default":"'OK'","description":"OK button text.","attribute":"okText"},{"kind":"field","name":"cancelText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button text.","attribute":"cancelText"},{"kind":"field","name":"destructive","type":{"text":"boolean"},"default":"false","description":"Changes the primary button styles to indicate the action is destructive.","attribute":"destructive"},{"kind":"field","name":"okDisabled","type":{"text":"boolean"},"default":"false","description":"Disables the primary button.","attribute":"okDisabled"},{"kind":"field","name":"secondaryDisabled","type":{"text":"boolean"},"default":"false","description":"Disables the secondary button.","attribute":"secondaryDisabled"},{"kind":"field","name":"hideFooter","type":{"text":"boolean"},"default":"false","description":"Hides the footer/action buttons to create a passive modal.","attribute":"hideFooter"},{"kind":"field","name":"secondaryButtonText","type":{"text":"string"},"default":"'Secondary'","description":"Secondary button text.","attribute":"secondaryButtonText"},{"kind":"field","name":"showSecondaryButton","type":{"text":"boolean"},"default":"false","description":"Hides the secondary button.","attribute":"showSecondaryButton"},{"kind":"field","name":"secondaryDestructive","type":{"text":"boolean"},"default":"false","description":"Changes the secondary button styles to indicate the action is destructive.","attribute":"secondaryDestructive"},{"kind":"field","name":"hideCancelButton","type":{"text":"boolean"},"default":"false","description":"Hides the cancel button.","attribute":"hideCancelButton"},{"kind":"field","name":"beforeClose","type":{"text":"Function"},"description":"Function to execute before the modal can close. Useful for running checks or validations before closing. Exposes `returnValue` (`'ok'` or `'cancel'`). Must return `true` or `false`."},{"kind":"field","name":"closeText","type":{"text":"string"},"default":"'Close'","description":"Close button text.","attribute":"closeText"},{"kind":"field","name":"gradientBackground","type":{"text":"boolean"},"default":"false","description":"Apply gradient to modal background","attribute":"gradientBackground","reflects":true},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Determines if the component is themed for GenAI.","attribute":"aiConnected","reflects":true},{"kind":"field","name":"disableScroll","type":{"text":"boolean"},"default":"false","description":"Disables scroll on the modal body to allow scrolling of nested elements inside.","attribute":"disableScroll"},{"kind":"method","name":"_openModal","privacy":"private"},{"kind":"method","name":"_closeModal","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}},{"name":"returnValue","type":{"text":"string"}}]},{"kind":"method","name":"_emitCloseEvent","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_emitOpenEvent","privacy":"private"}],"events":[{"description":"Emits the modal close event with `returnValue` (`'ok'` or `'cancel'`).`detail:{ origEvent: PointerEvent,returnValue: string }`","name":"on-close"},{"description":"Emits the modal open event.","name":"on-open"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Modal open state.","fieldName":"open"},{"name":"size","type":{"text":"string"},"default":"'auto'","description":"Modal size. `'auto'`, `'md'`, or `'lg', or `'xl'`.","fieldName":"size"},{"name":"titleText","type":{"text":"string"},"default":"''","description":"Title/heading text, required.","fieldName":"titleText"},{"name":"labelText","type":{"text":"string"},"default":"''","description":"Label text, optional.","fieldName":"labelText"},{"name":"okText","type":{"text":"string"},"default":"'OK'","description":"OK button text.","fieldName":"okText"},{"name":"cancelText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button text.","fieldName":"cancelText"},{"name":"destructive","type":{"text":"boolean"},"default":"false","description":"Changes the primary button styles to indicate the action is destructive.","fieldName":"destructive"},{"name":"okDisabled","type":{"text":"boolean"},"default":"false","description":"Disables the primary button.","fieldName":"okDisabled"},{"name":"secondaryDisabled","type":{"text":"boolean"},"default":"false","description":"Disables the secondary button.","fieldName":"secondaryDisabled"},{"name":"hideFooter","type":{"text":"boolean"},"default":"false","description":"Hides the footer/action buttons to create a passive modal.","fieldName":"hideFooter"},{"name":"secondaryButtonText","type":{"text":"string"},"default":"'Secondary'","description":"Secondary button text.","fieldName":"secondaryButtonText"},{"name":"showSecondaryButton","type":{"text":"boolean"},"default":"false","description":"Hides the secondary button.","fieldName":"showSecondaryButton"},{"name":"secondaryDestructive","type":{"text":"boolean"},"default":"false","description":"Changes the secondary button styles to indicate the action is destructive.","fieldName":"secondaryDestructive"},{"name":"hideCancelButton","type":{"text":"boolean"},"default":"false","description":"Hides the cancel button.","fieldName":"hideCancelButton"},{"name":"closeText","type":{"text":"string"},"default":"'Close'","description":"Close button text.","fieldName":"closeText"},{"name":"gradientBackground","type":{"text":"boolean"},"default":"false","description":"Apply gradient to modal background","fieldName":"gradientBackground"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Determines if the component is themed for GenAI.","fieldName":"aiConnected"},{"name":"disableScroll","type":{"text":"boolean"},"default":"false","description":"Disables scroll on the modal body to allow scrolling of nested elements inside.","fieldName":"disableScroll"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-modal","customElement":true}],"exports":[{"kind":"js","name":"Modal","declaration":{"name":"Modal","module":"src/components/reusable/modal/modal.ts"}},{"kind":"custom-element-definition","name":"kyn-modal","declaration":{"name":"Modal","module":"src/components/reusable/modal/modal.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/multiInputField/index.ts","declarations":[],"exports":[{"kind":"js","name":"MultiInputField","declaration":{"name":"MultiInputField","module":"./multiInputField"}}]},{"kind":"javascript-module","path":"src/components/reusable/multiInputField/multiInputField.ts","declarations":[{"kind":"class","description":"Multi-input field component.","name":"MultiInputField","slots":[{"description":"Slot for tag icon.","name":"unnamed"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Helper or error caption.","attribute":"caption"},{"kind":"field","name":"inputType","type":{"text":"'email' | 'default'"},"default":"'default'","description":"Sets input type to either email or default.","attribute":"inputType"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes field required.","attribute":"required"},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Placeholder text.","attribute":"placeholder"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable the textarea.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Read‐only mode.","attribute":"readonly"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Hide visible label (for screen‐reader only).","attribute":"hideLabel"},{"kind":"field","name":"autoSuggestionDisabled","type":{"text":"boolean"},"default":"false","description":"Whether automatic suggestion is active.","attribute":"autoSuggestionDisabled"},{"kind":"field","name":"validationsDisabled","type":{"text":"boolean"},"default":"false","description":"Disable all validations.","attribute":"validationsDisabled"},{"kind":"field","name":"customSuggestions","type":{"text":"string[]"},"default":"[]","description":"Optional array of custom suggestions to use instead of the default mock data.","attribute":"customSuggestions"},{"kind":"field","name":"maxItems","type":{"text":"number | undefined"},"default":"undefined","description":"Maximum number of tags allowed.","attribute":"maxItems"},{"kind":"field","name":"textStrings","default":"defaultTextStrings","description":"Customizable text strings.","attribute":"textStrings"},{"kind":"field","name":"hideIcon","type":{"text":"boolean"},"default":"false","description":"Suppress any tag icon (even on email).","attribute":"hideIcon"},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"default":"undefined","description":"Pattern attribute for the input element.","attribute":"pattern"},{"kind":"field","name":"itemStatusMap","type":{"text":"Record<string, 'error' | 'success' | 'default'>"},"default":"{}","description":"Consumer-driven status map, e.g.\n{ \"foo@boo.com\": \"error\", \"bar@ex.com\": \"success\", \"example@test.com\": \"default\" }","attribute":"itemStatusMap"},{"kind":"method","name":"renderLabel","privacy":"private"},{"kind":"method","name":"renderTag","privacy":"private","parameters":[{"name":"item","type":{"text":"string"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_renderTagWithColor","privacy":"private","parameters":[{"name":"item","type":{"text":"string"}},{"name":"index","type":{"text":"number"}},{"name":"tagColor","type":{"text":"'red' | 'spruce' | 'default'"}}]},{"kind":"method","name":"renderInput","privacy":"private","parameters":[{"name":"stateMgmtClasses","type":{"text":"any"}},{"name":"placeholderText","type":{"text":"string"}}]},{"kind":"method","name":"renderTagsAndInput","privacy":"private","parameters":[{"name":"stateMgmtClasses","type":{"text":"any"}},{"name":"placeholderText","type":{"text":"string"}}]},{"kind":"method","name":"renderSuggestions","privacy":"private"},{"kind":"method","name":"renderCaptionAndError","privacy":"private","parameters":[{"name":"error","type":{"text":"boolean"}},{"name":"validCount","type":{"text":"number"}}]},{"kind":"method","name":"handleInput","privacy":"private","parameters":[{"name":"e","type":{"text":"InputEvent"}}]},{"kind":"method","name":"_handleFocus","privacy":"private"},{"kind":"method","name":"_handleBlur","privacy":"private"},{"kind":"method","name":"_fetchSuggestions","privacy":"private"},{"kind":"method","name":"_queryEmails","privacy":"private","return":{"type":{"text":"Promise<string[]>"}},"parameters":[{"name":"query","type":{"text":"string"}}]},{"kind":"method","name":"_selectSuggestion","privacy":"private","parameters":[{"name":"suggestion","type":{"text":"string"}}]},{"kind":"method","name":"handleSuggestionNavigation","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleTagCreation","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"onKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handlePaste","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"ClipboardEvent"}}]},{"kind":"method","name":"createPositionMirror","privacy":"private","return":{"type":{"text":"HTMLElement"}},"parameters":[{"name":"input","type":{"text":"HTMLInputElement"}},{"name":"selEnd","type":{"text":"number"}}]},{"kind":"method","name":"calculateSuggestionPosition","privacy":"private","return":{"type":{"text":"{ top: string; left: string }"}},"parameters":[{"name":"input","type":{"text":"HTMLInputElement"}},{"name":"mirror","type":{"text":"HTMLElement"}},{"name":"selEnd","type":{"text":"number"}}]},{"kind":"method","name":"_updateSuggestionPosition","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"_interacted","type":{"text":"boolean"}}]},{"kind":"method","name":"_validateAllTags","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"addTagsFromValue","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"removeAt","privacy":"private","parameters":[{"name":"idx","type":{"text":"number"}}]}],"events":[{"name":"on-input","type":{"text":"CustomEvent"},"description":"– emits { value, origEvent } on every keystroke. `detail:{ origEvent: Event,value: string }`"},{"name":"on-change","type":{"text":"CustomEvent"},"description":"– emits string[] after tags are added/removed. `detail:{ value: string[] }`"}],"attributes":[{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Helper or error caption.","fieldName":"caption"},{"name":"inputType","type":{"text":"'email' | 'default'"},"default":"'default'","description":"Sets input type to either email or default.","fieldName":"inputType"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes field required.","fieldName":"required"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Placeholder text.","fieldName":"placeholder"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable the textarea.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Read‐only mode.","fieldName":"readonly"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Hide visible label (for screen‐reader only).","fieldName":"hideLabel"},{"name":"autoSuggestionDisabled","type":{"text":"boolean"},"default":"false","description":"Whether automatic suggestion is active.","fieldName":"autoSuggestionDisabled"},{"name":"validationsDisabled","type":{"text":"boolean"},"default":"false","description":"Disable all validations.","fieldName":"validationsDisabled"},{"name":"customSuggestions","type":{"text":"string[]"},"default":"[]","description":"Optional array of custom suggestions to use instead of the default mock data.","fieldName":"customSuggestions"},{"name":"maxItems","type":{"text":"number | undefined"},"default":"undefined","description":"Maximum number of tags allowed.","fieldName":"maxItems"},{"name":"textStrings","default":"defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"hideIcon","type":{"text":"boolean"},"default":"false","description":"Suppress any tag icon (even on email).","fieldName":"hideIcon"},{"name":"pattern","type":{"text":"string | undefined"},"default":"undefined","description":"Pattern attribute for the input element.","fieldName":"pattern"},{"name":"itemStatusMap","type":{"text":"Record<string, 'error' | 'success' | 'default'>"},"default":"{}","description":"Consumer-driven status map, e.g.\n{ \"foo@boo.com\": \"error\", \"bar@ex.com\": \"success\", \"example@test.com\": \"default\" }","fieldName":"itemStatusMap"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-multi-input-field","customElement":true}],"exports":[{"kind":"js","name":"MultiInputField","declaration":{"name":"MultiInputField","module":"src/components/reusable/multiInputField/multiInputField.ts"}},{"kind":"custom-element-definition","name":"kyn-multi-input-field","declaration":{"name":"MultiInputField","module":"src/components/reusable/multiInputField/multiInputField.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/notification/index.ts","declarations":[],"exports":[{"kind":"js","name":"Notification","declaration":{"name":"Notification","module":"./notification"}},{"kind":"js","name":"NotificationContainer","declaration":{"name":"NotificationContainer","module":"./notificationContainer"}}]},{"kind":"javascript-module","path":"src/components/reusable/notification/notification.ts","declarations":[{"kind":"class","description":"Notification component.","name":"Notification","slots":[{"description":"Slot for notification message body.","name":"unnamed"},{"description":"Slot for menu.","name":"actions"},{"description":"Slot for an icon.","name":"icon"}],"members":[{"kind":"field","name":"notificationTitle","type":{"text":"string"},"default":"''","description":"Notification Title (Required).","attribute":"notificationTitle"},{"kind":"field","name":"notificationSubtitle","type":{"text":"string"},"default":"''","description":"Notification subtitle.(optional)","attribute":"notificationSubtitle"},{"kind":"field","name":"timeStamp","type":{"text":"string"},"default":"''","description":"Timestamp of notification.\nIt is recommended to add the context along with the timestamp. Example: `Updated 2 mins ago`.","attribute":"timeStamp"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Card href link.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_self' | '_blank' | '_parent' | '_top' | ''"},"default":"''","description":"Card link target.","attribute":"target"},{"kind":"field","name":"tagStatus","type":{"text":"TagStatus"},"default":"'default'","description":"Notification status / tag type. `'default'`, `'info'`, `'warning'`, `'success'` & `'error'`.","attribute":"tagStatus"},{"kind":"field","name":"type","type":{"text":"NotificationType"},"default":"'normal'","description":"Notification type. `'normal'`, `'inline'`, `'toast'` and `'clickable'`. Clickable type can be use inside notification panel","attribute":"type"},{"kind":"field","name":"textStrings","type":{"text":"TextStrings"},"default":"{\n success: 'Success',\n warning: 'Warning',\n info: 'Information',\n error: 'Error',\n }","description":"Customizable text strings.","attribute":"textStrings"},{"kind":"field","name":"closeBtnDescription","type":{"text":"string"},"default":"'Close'","description":"Close button description (Required to support accessibility).","attribute":"closeBtnDescription"},{"kind":"field","name":"assistiveNotificationTypeText","type":{"text":"string"},"default":"''","description":"Assistive text for notification type.\nRequired for `'clickable'`, `'inline'` and `'toast'` notification types.","attribute":"assistiveNotificationTypeText"},{"kind":"field","name":"notificationRole","type":{"text":"'alert' | 'log' | 'status' | undefined"},"description":"Notification role (Required to support accessibility).","attribute":"notificationRole"},{"kind":"field","name":"statusLabel","type":{"text":"string"},"default":"'Status'","description":"Status label (Required to support accessibility).\nAssign the localized string value for the word **Status**.","attribute":"statusLabel"},{"kind":"field","name":"unRead","type":{"text":"boolean"},"default":"false","description":"Set notification unread state. Applies to `type: 'normal'` and `type: 'clickable'`.","attribute":"unRead","reflects":true},{"kind":"field","name":"hideCloseButton","type":{"text":"boolean"},"default":"false","description":"Hide close (x) button. Useful only for `type='toast'`. This required `timeout > 0` otherwise toast remain as it is when `hideCloseButton` is set true.","attribute":"hideCloseButton"},{"kind":"field","name":"timeout","type":{"text":"number"},"default":"8","description":"Timeout (Default 8 seconds for Toast). Specify an optional duration the toast notification should be closed in. Only apply with `type = 'toast'`","attribute":"timeout"},{"kind":"method","name":"renderInnerUI","privacy":"private"},{"kind":"method","name":"_close","privacy":"private"},{"kind":"method","name":"_handleClose","privacy":"private"},{"kind":"method","name":"_handleCardClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_checkSlotContent","privacy":"private"}],"events":[{"description":"Emit event for clickable notification.`detail:{ origEvent: PointerEvent }`","name":"on-notification-click"},{"description":"Emits when an inline/toast notification closes.","name":"on-close"}],"attributes":[{"name":"notificationTitle","type":{"text":"string"},"default":"''","description":"Notification Title (Required).","fieldName":"notificationTitle"},{"name":"notificationSubtitle","type":{"text":"string"},"default":"''","description":"Notification subtitle.(optional)","fieldName":"notificationSubtitle"},{"name":"timeStamp","type":{"text":"string"},"default":"''","description":"Timestamp of notification.\nIt is recommended to add the context along with the timestamp. Example: `Updated 2 mins ago`.","fieldName":"timeStamp"},{"name":"href","type":{"text":"string"},"default":"''","description":"Card href link.","fieldName":"href"},{"name":"target","type":{"text":"'_self' | '_blank' | '_parent' | '_top' | ''"},"default":"''","description":"Card link target.","fieldName":"target"},{"name":"tagStatus","type":{"text":"TagStatus"},"default":"'default'","description":"Notification status / tag type. `'default'`, `'info'`, `'warning'`, `'success'` & `'error'`.","fieldName":"tagStatus"},{"name":"type","type":{"text":"NotificationType"},"default":"'normal'","description":"Notification type. `'normal'`, `'inline'`, `'toast'` and `'clickable'`. Clickable type can be use inside notification panel","fieldName":"type"},{"name":"textStrings","type":{"text":"TextStrings"},"default":"{\n success: 'Success',\n warning: 'Warning',\n info: 'Information',\n error: 'Error',\n }","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"closeBtnDescription","type":{"text":"string"},"default":"'Close'","description":"Close button description (Required to support accessibility).","fieldName":"closeBtnDescription"},{"name":"assistiveNotificationTypeText","type":{"text":"string"},"default":"''","description":"Assistive text for notification type.\nRequired for `'clickable'`, `'inline'` and `'toast'` notification types.","fieldName":"assistiveNotificationTypeText"},{"name":"notificationRole","type":{"text":"'alert' | 'log' | 'status' | undefined"},"description":"Notification role (Required to support accessibility).","fieldName":"notificationRole"},{"name":"statusLabel","type":{"text":"string"},"default":"'Status'","description":"Status label (Required to support accessibility).\nAssign the localized string value for the word **Status**.","fieldName":"statusLabel"},{"name":"unRead","type":{"text":"boolean"},"default":"false","description":"Set notification unread state. Applies to `type: 'normal'` and `type: 'clickable'`.","fieldName":"unRead"},{"name":"hideCloseButton","type":{"text":"boolean"},"default":"false","description":"Hide close (x) button. Useful only for `type='toast'`. This required `timeout > 0` otherwise toast remain as it is when `hideCloseButton` is set true.","fieldName":"hideCloseButton"},{"name":"timeout","type":{"text":"number"},"default":"8","description":"Timeout (Default 8 seconds for Toast). Specify an optional duration the toast notification should be closed in. Only apply with `type = 'toast'`","fieldName":"timeout"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-notification","customElement":true}],"exports":[{"kind":"js","name":"Notification","declaration":{"name":"Notification","module":"src/components/reusable/notification/notification.ts"}},{"kind":"custom-element-definition","name":"kyn-notification","declaration":{"name":"Notification","module":"src/components/reusable/notification/notification.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/notification/notificationContainer.ts","declarations":[{"kind":"class","description":"Notification container component for Toast notification.\nUsage is limited for <kyn-notification type=\"toast\">..</kyn-notification>","name":"NotificationContainer","slots":[{"description":"Slot for <kyn-notification type=\"toast\"> component.","name":"unnamed"}],"members":[{"kind":"field","name":"bottom","type":{"text":"boolean"},"default":"false","description":"Position at bottom instead of top of screen.","attribute":"bottom"}],"attributes":[{"name":"bottom","type":{"text":"boolean"},"default":"false","description":"Position at bottom instead of top of screen.","fieldName":"bottom"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-notification-container","customElement":true}],"exports":[{"kind":"js","name":"NotificationContainer","declaration":{"name":"NotificationContainer","module":"src/components/reusable/notification/notificationContainer.ts"}},{"kind":"custom-element-definition","name":"kyn-notification-container","declaration":{"name":"NotificationContainer","module":"src/components/reusable/notification/notificationContainer.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/numberInput/index.ts","declarations":[],"exports":[{"kind":"js","name":"NumberInput","declaration":{"name":"NumberInput","module":"./numberInput"}}]},{"kind":"javascript-module","path":"src/components/reusable/numberInput/numberInput.ts","declarations":[{"kind":"class","description":"Number input.","name":"NumberInput","cssProperties":[{"description":"Maximum width of the number input inner container.","name":"--kyn-number-input-inner-max-width","default":"200px"},{"description":"Minimum width of the number input inner container.","name":"--kyn-number-input-inner-min-width","default":"0px"}],"slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"value","type":{"text":"number"},"default":"0","description":"Input value."},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Input placeholder.","attribute":"placeholder"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","attribute":"required"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","attribute":"readonly"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","attribute":"caption"},{"kind":"field","name":"max","type":{"text":"number"},"description":"Maximum value.","attribute":"max"},{"kind":"field","name":"min","type":{"text":"number"},"description":"Minimum value.","attribute":"min"},{"kind":"field","name":"step","type":{"text":"number"},"default":"1","description":"Step value.","attribute":"step"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"inline","type":{"text":"boolean"},"default":"false","description":"Inline mode: hides the step buttons, label, and errors.","attribute":"inline"},{"kind":"field","name":"inlineBorder","type":{"text":"boolean"},"default":"false","description":"Shows the border/background when inline mode is enabled.","attribute":"inlineBorder"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n subtract: 'Subtract',\n add: 'Add',\n error: 'Error',\n warning: 'Warning',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_sizeMap","privacy":"private","return":{"type":{"text":"'extra-small' | 'small' | 'medium' | 'large'"}},"parameters":[{"name":"size","type":{"text":"string"}}]},{"kind":"method","name":"_handleSubtract","privacy":"private"},{"kind":"method","name":"_handleAdd","privacy":"private"},{"kind":"method","name":"_handleInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_emitValue","privacy":"private","parameters":[{"name":"e","optional":true,"type":{"text":"any"}}]},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]}],"events":[{"description":"Captures the input event and emits the value and original event details.`detail:{ value: number }`","name":"on-input"}],"attributes":[{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Input placeholder.","fieldName":"placeholder"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","fieldName":"required"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","fieldName":"readonly"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","fieldName":"caption"},{"name":"max","type":{"text":"number"},"description":"Maximum value.","fieldName":"max"},{"name":"min","type":{"text":"number"},"description":"Minimum value.","fieldName":"min"},{"name":"step","type":{"text":"number"},"default":"1","description":"Step value.","fieldName":"step"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"inline","type":{"text":"boolean"},"default":"false","description":"Inline mode: hides the step buttons, label, and errors.","fieldName":"inline"},{"name":"inlineBorder","type":{"text":"boolean"},"default":"false","description":"Shows the border/background when inline mode is enabled.","fieldName":"inlineBorder"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-number-input","customElement":true}],"exports":[{"kind":"js","name":"NumberInput","declaration":{"name":"NumberInput","module":"src/components/reusable/numberInput/numberInput.ts"}},{"kind":"custom-element-definition","name":"kyn-number-input","declaration":{"name":"NumberInput","module":"src/components/reusable/numberInput/numberInput.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/overflowMenu/index.ts","declarations":[],"exports":[{"kind":"js","name":"OverflowMenu","declaration":{"name":"OverflowMenu","module":"./overflowMenu"}},{"kind":"js","name":"OverflowMenuItem","declaration":{"name":"OverflowMenuItem","module":"./overflowMenuItem"}}]},{"kind":"javascript-module","path":"src/components/reusable/overflowMenu/overflowMenu.ts","declarations":[{"kind":"class","description":"Overflow Menu.","name":"OverflowMenu","slots":[{"description":"Slot for overflow icon.","name":"icon"},{"description":"Slot for overflow menu items.","name":"unnamed"}],"members":[{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Menu open state.","attribute":"open"},{"kind":"field","name":"kind","type":{"text":"'ai'|'default'|string"},"default":"'default'","description":"Menu kind.","attribute":"kind"},{"kind":"field","name":"anchorRight","type":{"text":"boolean"},"default":"false","description":"Anchors the menu to the right of the button.","attribute":"anchorRight"},{"kind":"field","name":"backButtonText","type":{"text":"string"},"default":"''","description":"Text displayed in nested menu back button.","attribute":"backButtonText"},{"kind":"field","name":"verticalDots","type":{"text":"boolean"},"default":"false","description":"3 dots vertical orientation.","attribute":"verticalDots"},{"kind":"field","name":"fixed","type":{"text":"boolean"},"default":"false","description":"Use fixed instead of absolute position. Useful when placed within elements with overflow scroll.","attribute":"fixed"},{"kind":"field","name":"assistiveText","type":{"text":"string"},"default":"'Toggle Menu'","description":"Button assistive text..","attribute":"assistiveText"},{"kind":"field","name":"_onDocClick","privacy":"private"},{"kind":"field","name":"_onDocKeydown","privacy":"private"},{"kind":"field","name":"_onItemClick","privacy":"private"},{"kind":"field","name":"_onOpenSubmenu","privacy":"private"},{"kind":"method","name":"_emitToggleEvent","privacy":"private"},{"kind":"method","name":"toggleMenu","privacy":"private"},{"kind":"method","name":"_positionMenu","privacy":"private"},{"kind":"method","name":"handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"handleEscapePress","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"getMenuItems"},{"kind":"method","name":"getMenu"},{"kind":"method","name":"handleOpenSubmenu","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"goBack","privacy":"private"}],"events":[{"name":"kind-changed","type":{"text":"CustomEvent"}},{"description":"Capture the open/close event and emits the new state.`detail:{ open: boolean }`","name":"on-toggle"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Menu open state.","fieldName":"open"},{"name":"kind","type":{"text":"'ai'|'default'|string"},"default":"'default'","description":"Menu kind.","fieldName":"kind"},{"name":"anchorRight","type":{"text":"boolean"},"default":"false","description":"Anchors the menu to the right of the button.","fieldName":"anchorRight"},{"name":"backButtonText","type":{"text":"string"},"default":"''","description":"Text displayed in nested menu back button.","fieldName":"backButtonText"},{"name":"verticalDots","type":{"text":"boolean"},"default":"false","description":"3 dots vertical orientation.","fieldName":"verticalDots"},{"name":"fixed","type":{"text":"boolean"},"default":"false","description":"Use fixed instead of absolute position. Useful when placed within elements with overflow scroll.","fieldName":"fixed"},{"name":"assistiveText","type":{"text":"string"},"default":"'Toggle Menu'","description":"Button assistive text..","fieldName":"assistiveText"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-overflow-menu","customElement":true}],"exports":[{"kind":"js","name":"OverflowMenu","declaration":{"name":"OverflowMenu","module":"src/components/reusable/overflowMenu/overflowMenu.ts"}},{"kind":"custom-element-definition","name":"kyn-overflow-menu","declaration":{"name":"OverflowMenu","module":"src/components/reusable/overflowMenu/overflowMenu.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/overflowMenu/overflowMenuItem.ts","declarations":[{"kind":"class","description":"Overflow Menu Item.","name":"OverflowMenuItem","slots":[{"description":"Slot for menu item text.","name":"unnamed"},{"description":"Provide a nested submenu's markup here (light DOM). Presence auto-detects nesting.","name":"submenu"},{"description":"Slot for tooltip content.","name":"tooltip"}],"members":[{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Makes the item a link.","attribute":"href"},{"kind":"field","name":"destructive","type":{"text":"boolean"},"default":"false","description":"Adds destructive styles.","attribute":"destructive"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Item disabled state.","attribute":"disabled"},{"kind":"field","name":"description","type":{"text":"string"},"default":"''","description":"Item description text for screen readers.","attribute":"description"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"checkOverflow","privacy":"private"},{"type":{"text":"'ai'|'default'|string"},"description":"Visual variant inherited from parent menu.","name":"kind","kind":"field","attribute":"kind","reflects":true}],"events":[{"name":"open-submenu","type":{"text":"CustomEvent"}},{"name":"on-click","type":{"text":"CustomEvent"},"description":"Captures the click event and emits the original event details.`detail:{ origEvent: PointerEvent }`"}],"attributes":[{"name":"href","type":{"text":"string"},"default":"''","description":"Makes the item a link.","fieldName":"href"},{"name":"destructive","type":{"text":"boolean"},"default":"false","description":"Adds destructive styles.","fieldName":"destructive"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Item disabled state.","fieldName":"disabled"},{"name":"description","type":{"text":"string"},"default":"''","description":"Item description text for screen readers.","fieldName":"description"},{"type":{"text":"'ai'|'default'|string"},"description":"Visual variant inherited from parent menu.","name":"kind","fieldName":"kind"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-overflow-menu-item","customElement":true}],"exports":[{"kind":"js","name":"OverflowMenuItem","declaration":{"name":"OverflowMenuItem","module":"src/components/reusable/overflowMenu/overflowMenuItem.ts"}},{"kind":"custom-element-definition","name":"kyn-overflow-menu-item","declaration":{"name":"OverflowMenuItem","module":"src/components/reusable/overflowMenu/overflowMenuItem.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagetitle/index.ts","declarations":[],"exports":[{"kind":"js","name":"PageTitle","declaration":{"name":"PageTitle","module":"./pageTitle"}},{"kind":"js","name":"PageTitleOption","declaration":{"name":"PageTitleOption","module":"./pageTitleOption"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagetitle/pageTitle.ts","declarations":[{"kind":"class","description":"Page Title\n\nIf the contextual variant is used to trigger navigation, consider using anchor elements instead, as buttons do not convey destination information to assistive technology users.","name":"PageTitle","slots":[{"description":"Slot for icon. Use size 56 * 56 as per UX guidelines.","name":"icon"},{"description":"Slot for `kyn-pagetitle-option` elements when using the contextual variant.","name":"unnamed"}],"members":[{"kind":"field","name":"headLine","type":{"text":"string"},"default":"''","description":"Headline text.","attribute":"headLine"},{"kind":"field","name":"pageTitle","type":{"text":"string"},"default":"''","description":"Page title text (required). Used as fallback when no contextual item is selected.","attribute":"pageTitle"},{"kind":"field","name":"subTitle","type":{"text":"string"},"default":"''","description":"Page subtitle text.","attribute":"subTitle"},{"kind":"field","name":"type","type":{"text":"string"},"default":"'primary'","description":"Type of page title `'primary'` , `'secondary'` & `'tertiary'`.","attribute":"type"},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for AI theme.","attribute":"aiConnected"},{"kind":"field","name":"contextual","type":{"text":"boolean"},"default":"false","description":"Enables the contextual dropdown variant with a chevron toggle.","attribute":"contextual","reflects":true},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Whether the contextual dropdown is open.","attribute":"open","reflects":true},{"kind":"method","name":"_syncOptions","privacy":"private"},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_getDisplayTitle","privacy":"private","return":{"type":{"text":"string"}}},{"kind":"method","name":"_emitChange","privacy":"private","parameters":[{"name":"item","type":{"text":"{ value: string; text: string }"}}]},{"kind":"method","name":"_closeDropdown","privacy":"private"},{"kind":"method","name":"_handleTriggerKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_handleListboxKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_renderContextualTitle","privacy":"private","parameters":[{"name":"classes","type":{"text":"Record<string, boolean>"}},{"name":"displayTitle","type":{"text":"string"}}]}],"events":[{"name":"on-change","type":{"text":"CustomEvent"},"description":"Fired when a contextual dropdown item is selected. Detail: `{ value: string, text: string }`."}],"attributes":[{"name":"headLine","type":{"text":"string"},"default":"''","description":"Headline text.","fieldName":"headLine"},{"name":"pageTitle","type":{"text":"string"},"default":"''","description":"Page title text (required). Used as fallback when no contextual item is selected.","fieldName":"pageTitle"},{"name":"subTitle","type":{"text":"string"},"default":"''","description":"Page subtitle text.","fieldName":"subTitle"},{"name":"type","type":{"text":"string"},"default":"'primary'","description":"Type of page title `'primary'` , `'secondary'` & `'tertiary'`.","fieldName":"type"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for AI theme.","fieldName":"aiConnected"},{"name":"contextual","type":{"text":"boolean"},"default":"false","description":"Enables the contextual dropdown variant with a chevron toggle.","fieldName":"contextual"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Whether the contextual dropdown is open.","fieldName":"open"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-page-title","customElement":true}],"exports":[{"kind":"js","name":"PageTitle","declaration":{"name":"PageTitle","module":"src/components/reusable/pagetitle/pageTitle.ts"}},{"kind":"custom-element-definition","name":"kyn-page-title","declaration":{"name":"PageTitle","module":"src/components/reusable/pagetitle/pageTitle.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagetitle/pageTitleOption.ts","declarations":[{"kind":"class","description":"Page title contextual dropdown option.","name":"PageTitleOption","slots":[{"description":"Slot for option text.","name":"unnamed"}],"members":[{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Option value.","attribute":"value"},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Option selected state.","attribute":"selected","reflects":true},{"kind":"method","name":"_handleSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleClick","privacy":"private"},{"kind":"method","name":"_handleKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]}],"attributes":[{"name":"value","type":{"text":"string"},"default":"''","description":"Option value.","fieldName":"value"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Option selected state.","fieldName":"selected"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-pagetitle-option","customElement":true}],"exports":[{"kind":"js","name":"PageTitleOption","declaration":{"name":"PageTitleOption","module":"src/components/reusable/pagetitle/pageTitleOption.ts"}},{"kind":"custom-element-definition","name":"kyn-pagetitle-option","declaration":{"name":"PageTitleOption","module":"src/components/reusable/pagetitle/pageTitleOption.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagination/Pagination.ts","declarations":[{"kind":"class","description":"`kyn-pagination` Web Component.\n\nA component that provides pagination functionality, enabling the user to\nnavigate through large datasets by splitting them into discrete chunks.\nIntegrates with other utility components like items range display, page size dropdown,\nand navigation buttons.","name":"Pagination","members":[{"kind":"field","name":"count","type":{"text":"number"},"default":"0","description":"Total number of items that need pagination.","attribute":"count","reflects":true},{"kind":"field","name":"pageNumber","type":{"text":"number"},"default":"1","description":"Current active page number.","attribute":"pageNumber","reflects":true},{"kind":"field","name":"pageSize","type":{"text":"number"},"default":"5","description":"Number of items displayed per page.","attribute":"pageSize","reflects":true},{"kind":"field","name":"pageSizeOptions","type":{"text":"number[]"},"default":"[5, 10, 20, 30, 40, 50, 100]","description":"Available options for the page size.","attribute":"pageSizeOptions"},{"kind":"field","name":"_numberOfPages","type":{"text":"number"},"default":"1","description":"Number of pages."},{"kind":"field","name":"pageSizeDropdownLabel","default":"PAGE_SIZE_LABEL","description":"Label for the page size dropdown. Required for accessibility.","attribute":"pageSizeDropdownLabel"},{"kind":"field","name":"pageNumberLabel","default":"PAGE_NUMBER_LABEL","description":"Label for the page size dropdown. Required for accessibility.","attribute":"pageNumberLabel"},{"kind":"field","name":"hideItemsRange","type":{"text":"boolean"},"default":"false","description":"Option to hide the items range display.","attribute":"hideItemsRange"},{"kind":"field","name":"hidePageSizeDropdown","type":{"text":"boolean"},"default":"false","description":"Option to hide the page size dropdown.","attribute":"hidePageSizeDropdown"},{"kind":"field","name":"hideNavigationButtons","type":{"text":"boolean"},"default":"false","description":"Option to hide the navigation buttons.","attribute":"hideNavigationButtons"},{"kind":"field","name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdowns open.","attribute":"openDirection"},{"kind":"field","name":"textStrings","type":{"text":"object"},"default":"{\n showing: 'Showing',\n of: 'of',\n items: 'items',\n pages: 'pages',\n itemsPerPage: 'Items per page:',\n previousPage: 'Previous page',\n nextPage: 'Next page',\n }","description":"Customizable text strings","attribute":"textStrings"},{"kind":"method","name":"handlePageSizeChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"},"description":"The emitted custom event with the selected page size."}],"description":"Handler for the event when the page size is changed by the user.\nUpdates the `pageSize` and resets the `pageNumber` to 1."},{"kind":"method","name":"handlePageNumberChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"},"description":"The emitted custom event with the selected page number."}],"description":"Handler for the event when the page number is changed by the user.\nUpdates the `pageNumber`."}],"events":[{"description":"Dispatched when the page size changes.`detail:{ value: number }`","name":"on-page-size-change"},{"description":"Dispatched when the currently active page changes.`detail:{ value: number }`","name":"on-page-number-change"}],"attributes":[{"name":"count","type":{"text":"number"},"default":"0","description":"Total number of items that need pagination.","fieldName":"count"},{"name":"pageNumber","type":{"text":"number"},"default":"1","description":"Current active page number.","fieldName":"pageNumber"},{"name":"pageSize","type":{"text":"number"},"default":"5","description":"Number of items displayed per page.","fieldName":"pageSize"},{"name":"pageSizeOptions","type":{"text":"number[]"},"default":"[5, 10, 20, 30, 40, 50, 100]","description":"Available options for the page size.","fieldName":"pageSizeOptions"},{"name":"pageSizeDropdownLabel","default":"PAGE_SIZE_LABEL","description":"Label for the page size dropdown. Required for accessibility.","fieldName":"pageSizeDropdownLabel"},{"name":"pageNumberLabel","default":"PAGE_NUMBER_LABEL","description":"Label for the page size dropdown. Required for accessibility.","fieldName":"pageNumberLabel"},{"name":"hideItemsRange","type":{"text":"boolean"},"default":"false","description":"Option to hide the items range display.","fieldName":"hideItemsRange"},{"name":"hidePageSizeDropdown","type":{"text":"boolean"},"default":"false","description":"Option to hide the page size dropdown.","fieldName":"hidePageSizeDropdown"},{"name":"hideNavigationButtons","type":{"text":"boolean"},"default":"false","description":"Option to hide the navigation buttons.","fieldName":"hideNavigationButtons"},{"name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdowns open.","fieldName":"openDirection"},{"name":"textStrings","type":{"text":"object"},"default":"{\n showing: 'Showing',\n of: 'of',\n items: 'items',\n pages: 'pages',\n itemsPerPage: 'Items per page:',\n previousPage: 'Previous page',\n nextPage: 'Next page',\n }","description":"Customizable text strings","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-pagination","customElement":true}],"exports":[{"kind":"js","name":"Pagination","declaration":{"name":"Pagination","module":"src/components/reusable/pagination/Pagination.ts"}},{"kind":"custom-element-definition","name":"kyn-pagination","declaration":{"name":"Pagination","module":"src/components/reusable/pagination/Pagination.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagination/index.ts","declarations":[],"exports":[{"kind":"js","name":"Pagination","declaration":{"name":"Pagination","module":"./Pagination"}},{"kind":"js","name":"PaginationItemsRange","declaration":{"name":"PaginationItemsRange","module":"./pagination-items-range"}},{"kind":"js","name":"PaginationPageSizeDropdown","declaration":{"name":"PaginationPageSizeDropdown","module":"./pagination-page-size-dropdown"}},{"kind":"js","name":"PaginationNavigationButtons","declaration":{"name":"PaginationNavigationButtons","module":"./pagination-navigation-buttons"}},{"kind":"js","name":"PaginationSkeleton","declaration":{"name":"PaginationSkeleton","module":"./pagination.skeleton"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagination/pagination-items-range.ts","declarations":[{"kind":"class","description":"`kyn-pagination-items-range` Web Component.\n\nThis component is responsible for displaying the range of items being displayed\nin the context of pagination. It shows which items (by number) are currently visible\nand the total number of items.","name":"PaginationItemsRange","members":[{"kind":"field","name":"count","type":{"text":"number"},"default":"0","description":"Total number of items.","attribute":"count","reflects":true},{"kind":"field","name":"pageNumber","type":{"text":"number"},"default":"1","description":"Current page number being displayed.","attribute":"pageNumber","reflects":true},{"kind":"field","name":"pageSize","type":{"text":"number"},"default":"5","description":"Number of items displayed per page.","attribute":"pageSize","reflects":true},{"kind":"method","name":"itemsRangeText","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"isMobile","type":{"text":"Boolean"}}]}],"attributes":[{"name":"count","type":{"text":"number"},"default":"0","description":"Total number of items.","fieldName":"count"},{"name":"pageNumber","type":{"text":"number"},"default":"1","description":"Current page number being displayed.","fieldName":"pageNumber"},{"name":"pageSize","type":{"text":"number"},"default":"5","description":"Number of items displayed per page.","fieldName":"pageSize"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-pagination-items-range","customElement":true}],"exports":[{"kind":"js","name":"PaginationItemsRange","declaration":{"name":"PaginationItemsRange","module":"src/components/reusable/pagination/pagination-items-range.ts"}},{"kind":"custom-element-definition","name":"kyn-pagination-items-range","declaration":{"name":"PaginationItemsRange","module":"src/components/reusable/pagination/pagination-items-range.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagination/pagination-navigation-buttons.ts","declarations":[{"kind":"class","description":"`kyn-pagination-navigation-buttons` Web Component.\n\nThis component provides navigational controls for pagination.\nIt includes back and next buttons, along with displaying the current page and total pages.","name":"PaginationNavigationButtons","members":[{"kind":"field","name":"pageNumber","type":{"text":"number"},"default":"1","attribute":"pageNumber","reflects":true},{"kind":"field","name":"numberOfPages","type":{"text":"number"},"default":"1","attribute":"numberOfPages","reflects":true},{"kind":"field","name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdown opens.","attribute":"openDirection"},{"kind":"field","name":"pageNumberOptions","type":{"text":"Array<number>"},"default":"[]","description":"Available options for the page number."},{"kind":"field","name":"SMALLEST_PAGE_NUMBER","type":{"text":"number"},"privacy":"private","readonly":true,"default":"1"},{"kind":"method","name":"handleButtonClick","privacy":"private","parameters":[{"name":"next","type":{"text":"boolean"},"description":"If true, will move to the next page, otherwise to the previous page"}],"description":"Handles the button click event, either moving to the next page or previous page"},{"kind":"method","name":"handleChange","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Handles the dropdown change event."}],"events":[{"name":"on-page-number-change","type":{"text":"CustomEvent"},"description":"Dispatched when the page number is changed."}],"attributes":[{"name":"pageNumber","type":{"text":"number"},"default":"1","fieldName":"pageNumber"},{"name":"numberOfPages","type":{"text":"number"},"default":"1","fieldName":"numberOfPages"},{"name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdown opens.","fieldName":"openDirection"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-pagination-navigation-buttons","customElement":true}],"exports":[{"kind":"js","name":"PaginationNavigationButtons","declaration":{"name":"PaginationNavigationButtons","module":"src/components/reusable/pagination/pagination-navigation-buttons.ts"}},{"kind":"custom-element-definition","name":"kyn-pagination-navigation-buttons","declaration":{"name":"PaginationNavigationButtons","module":"src/components/reusable/pagination/pagination-navigation-buttons.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagination/pagination-page-size-dropdown.ts","declarations":[{"kind":"class","description":"`kyn-pagination-page-size-dropdown` Web Component.\n\nThis component provides a dropdown to select the page size for pagination.\nIt emits events when the selected page size changes.","name":"PaginationPageSizeDropdown","members":[{"kind":"field","name":"pageSize","type":{"text":"number"},"default":"5","description":"Current page size.","attribute":"pageSize","reflects":true},{"kind":"field","name":"pageSizeOptions","type":{"text":"Array<number>"},"default":"[5, 10, 20, 30, 40, 50]","description":"Available options for the page size."},{"kind":"field","name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdown opens.","attribute":"openDirection"},{"kind":"method","name":"handleChange","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"},"description":"The dropdown change event."}],"description":"Handles the dropdown change event."}],"events":[{"name":"on-page-size-change","type":{"text":"CustomEvent"},"description":"The event fired when the page size changes."}],"attributes":[{"name":"pageSize","type":{"text":"number"},"default":"5","description":"Current page size.","fieldName":"pageSize"},{"name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdown opens.","fieldName":"openDirection"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-pagination-page-size-dropdown","customElement":true}],"exports":[{"kind":"js","name":"PaginationPageSizeDropdown","declaration":{"name":"PaginationPageSizeDropdown","module":"src/components/reusable/pagination/pagination-page-size-dropdown.ts"}},{"kind":"custom-element-definition","name":"kyn-pagination-page-size-dropdown","declaration":{"name":"PaginationPageSizeDropdown","module":"src/components/reusable/pagination/pagination-page-size-dropdown.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagination/pagination.skeleton.ts","declarations":[{"kind":"class","description":"`kyn-pagination-skeleton` Web Component.","name":"PaginationSkeleton","members":[{"kind":"field","name":"hideItemsRange","type":{"text":"boolean"},"default":"false","description":"Option to hide the items range display.","attribute":"hideItemsRange"},{"kind":"field","name":"hidePageSizeDropdown","type":{"text":"boolean"},"default":"false","description":"Option to hide the page size dropdown.","attribute":"hidePageSizeDropdown"},{"kind":"field","name":"hideNavigationButtons","type":{"text":"boolean"},"default":"false","description":"Option to hide the navigation buttons.","attribute":"hideNavigationButtons"}],"attributes":[{"name":"hideItemsRange","type":{"text":"boolean"},"default":"false","description":"Option to hide the items range display.","fieldName":"hideItemsRange"},{"name":"hidePageSizeDropdown","type":{"text":"boolean"},"default":"false","description":"Option to hide the page size dropdown.","fieldName":"hidePageSizeDropdown"},{"name":"hideNavigationButtons","type":{"text":"boolean"},"default":"false","description":"Option to hide the navigation buttons.","fieldName":"hideNavigationButtons"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-pagination-skeleton","customElement":true}],"exports":[{"kind":"js","name":"PaginationSkeleton","declaration":{"name":"PaginationSkeleton","module":"src/components/reusable/pagination/pagination.skeleton.ts"}},{"kind":"custom-element-definition","name":"kyn-pagination-skeleton","declaration":{"name":"PaginationSkeleton","module":"src/components/reusable/pagination/pagination.skeleton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/popover/index.ts","declarations":[],"exports":[{"kind":"js","name":"Popover","declaration":{"name":"Popover","module":"./popover"}}]},{"kind":"javascript-module","path":"src/components/reusable/popover/popover.ts","declarations":[{"kind":"class","description":"Popover component.\n\nTwo positioning modes are available:\n- anchor: positioned relative to an anchor slot element\n- floating: manually positioned via top/left/bottom/right properties\n\nFor anchor mode, the popover will be positioned relative to the anchor element\nbased on the direction property. The position can be fixed or absolute.\n\nFor floating (manual) mode, set triggerType=\"none\" and use top/left/bottom/right\nproperties to position the popover.","name":"Popover","slots":[{"description":"The main popover slotted body content","name":"unnamed"},{"description":"The trigger element (icon, button, link, etc.)","name":"anchor"},{"description":"Optional link to be displayed in the footer","name":"footerLink"}],"members":[{"kind":"field","name":"direction","type":{"text":"'top' | 'right' | 'bottom' | 'left' | 'auto'"},"default":"'auto'","description":"Manual direction or auto (anchor mode only)","attribute":"direction","reflects":true},{"kind":"field","name":"positionType","type":{"text":"PositionType"},"default":"'fixed'","description":"Position type: fixed (default) or absolute\n- fixed: positions relative to the viewport\n- absolute: positions relative to the nearest positioned ancestor","attribute":"positionType"},{"kind":"field","name":"launchBehavior","type":{"text":"'default' | 'hover' | 'link'"},"default":"'default'","description":"Popover launch behavior.\n- default: click to launch/open popover\n- hover: opens on hover and closes on mouse leave\n- link: click to navigate to an externally linked URL + hover to open","attribute":"launchBehavior"},{"kind":"field","name":"linkHref","type":{"text":"string"},"default":"''","description":"URL for link behavior (when launchBehavior is 'link')","attribute":"linkHref"},{"kind":"field","name":"footerLinkOnly","type":{"text":"boolean"},"default":"false","description":"When true, render only the footer link/slot and hide all footer buttons.","attribute":"footerLinkOnly"},{"kind":"field","name":"linkTarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top'"},"default":"'_self'","description":"Target for link behavior (when launchBehavior is 'link')","attribute":"linkTarget"},{"kind":"field","name":"size","type":{"text":"'mini' | 'narrow' | 'wide'"},"default":"'mini'","description":"Size variants for the popover.","attribute":"size"},{"kind":"field","name":"offsetDistance","type":{"text":"number | undefined"},"description":"Distance between anchor and popover (px)\nControls how far the popover is positioned from its anchor element","attribute":"offsetDistance","reflects":true},{"kind":"field","name":"shiftPadding","type":{"text":"number | undefined"},"description":"Padding from viewport edges (px)","attribute":"shiftPadding","reflects":true},{"kind":"field","name":"triggerType","type":{"text":"'icon' | 'link' | 'button' | 'none'"},"default":"'button'","description":"how we style the anchor slot","attribute":"triggerType","reflects":true},{"kind":"field","name":"arrowPosition","type":{"text":"string | undefined"},"description":"Optional manual offset for tooltip-like triangular shaped arrow.\nWhen set, this will override the automatic arrow positioning.","attribute":"arrowPosition","reflects":true},{"kind":"field","name":"open","description":"Controls the popover's open state."},{"kind":"field","name":"animationDuration","type":{"text":"number"},"default":"200","description":"Animation duration in milliseconds","attribute":"animationDuration"},{"kind":"field","name":"top","type":{"text":"string | undefined"},"description":"Top position value.","attribute":"top"},{"kind":"field","name":"left","type":{"text":"string | undefined"},"description":"Left position value.","attribute":"left"},{"kind":"field","name":"bottom","type":{"text":"string | undefined"},"description":"Bottom position value.","attribute":"bottom"},{"kind":"field","name":"right","type":{"text":"string | undefined"},"description":"Right position value.","attribute":"right"},{"kind":"field","name":"destructive","type":{"text":"boolean"},"default":"false","description":"Changes the primary button styles to indicate a destructive action","attribute":"destructive"},{"kind":"field","name":"zIndex","type":{"text":"number | undefined"},"description":"Z-index for the popover.","attribute":"zIndex"},{"kind":"field","name":"responsivePosition","type":{"text":"string | undefined"},"description":"Responsive breakpoints for adjusting position.","attribute":"responsivePosition"},{"kind":"field","name":"titleText","type":{"text":"string"},"default":"''","description":"Body title text","attribute":"titleText"},{"kind":"field","name":"labelText","type":{"text":"string"},"default":"''","description":"Body subtitle/label","attribute":"labelText"},{"kind":"field","name":"okText","type":{"text":"string"},"default":"'OK'","description":"OK button label","attribute":"okText"},{"kind":"field","name":"cancelText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button label","attribute":"cancelText"},{"kind":"field","name":"closeText","type":{"text":"string"},"default":"'Close'","description":"Close button description text","attribute":"closeText"},{"kind":"field","name":"popoverAriaLabel","type":{"text":"string"},"default":"'Popover'","description":"Accessible name for the popover dialog\nUsed as aria-label when no title is present","attribute":"popoverAriaLabel"},{"kind":"field","name":"secondaryButtonText","type":{"text":"string"},"default":"'Secondary'","description":"Secondary button text","attribute":"secondaryButtonText"},{"kind":"field","name":"showSecondaryButton","type":{"text":"boolean"},"default":"false","description":"Show or hide the secondary button","attribute":"showSecondaryButton"},{"kind":"field","name":"tertiaryButtonText","type":{"text":"string"},"default":"'Tertiary'","description":"Tertiary button text","attribute":"tertiaryButtonText"},{"kind":"field","name":"showTertiaryButton","type":{"text":"boolean"},"default":"false","description":"Show or hide the tertiary button","attribute":"showTertiaryButton"},{"kind":"field","name":"footerLinkText","type":{"text":"string"},"default":"''","description":"Text to display for an optional link in the footer.","attribute":"footerLinkText"},{"kind":"field","name":"footerLinkHref","type":{"text":"string"},"default":"''","description":"URL for the optional footer link.","attribute":"footerLinkHref"},{"kind":"field","name":"footerLinkTarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top'"},"default":"'_self'","description":"Target for the footer link (ex: \"_blank\" for new tab).\nIf empty, defaults to same tab.","attribute":"footerLinkTarget"},{"kind":"field","name":"hideFooter","type":{"text":"boolean"},"default":"false","description":"Hide the entire footer","attribute":"hideFooter"},{"kind":"method","name":"_renderMini","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"_renderStandard","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"_toggle","privacy":"private"},{"kind":"method","name":"_close","privacy":"private"},{"kind":"method","name":"_handleFocusKeyboardEvents","privacy":"private"},{"kind":"method","name":"_removeFocusListener","privacy":"private"},{"kind":"method","name":"_position","privacy":"private"}],"events":[{"description":"Emitted when any action closes the popover.`detail:{ action: string }`","name":"on-close"},{"description":"Emitted when popover opens. `detail:{ origEvent: Event }`","name":"on-open"}],"attributes":[{"name":"direction","type":{"text":"'top' | 'right' | 'bottom' | 'left' | 'auto'"},"default":"'auto'","description":"Manual direction or auto (anchor mode only)","fieldName":"direction"},{"name":"positionType","type":{"text":"PositionType"},"default":"'fixed'","description":"Position type: fixed (default) or absolute\n- fixed: positions relative to the viewport\n- absolute: positions relative to the nearest positioned ancestor","fieldName":"positionType"},{"name":"launchBehavior","type":{"text":"'default' | 'hover' | 'link'"},"default":"'default'","description":"Popover launch behavior.\n- default: click to launch/open popover\n- hover: opens on hover and closes on mouse leave\n- link: click to navigate to an externally linked URL + hover to open","fieldName":"launchBehavior"},{"name":"linkHref","type":{"text":"string"},"default":"''","description":"URL for link behavior (when launchBehavior is 'link')","fieldName":"linkHref"},{"name":"footerLinkOnly","type":{"text":"boolean"},"default":"false","description":"When true, render only the footer link/slot and hide all footer buttons.","fieldName":"footerLinkOnly"},{"name":"linkTarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top'"},"default":"'_self'","description":"Target for link behavior (when launchBehavior is 'link')","fieldName":"linkTarget"},{"name":"size","type":{"text":"'mini' | 'narrow' | 'wide'"},"default":"'mini'","description":"Size variants for the popover.","fieldName":"size"},{"name":"offsetDistance","type":{"text":"number | undefined"},"description":"Distance between anchor and popover (px)\nControls how far the popover is positioned from its anchor element","fieldName":"offsetDistance"},{"name":"shiftPadding","type":{"text":"number | undefined"},"description":"Padding from viewport edges (px)","fieldName":"shiftPadding"},{"name":"triggerType","type":{"text":"'icon' | 'link' | 'button' | 'none'"},"default":"'button'","description":"how we style the anchor slot","fieldName":"triggerType"},{"name":"arrowPosition","type":{"text":"string | undefined"},"description":"Optional manual offset for tooltip-like triangular shaped arrow.\nWhen set, this will override the automatic arrow positioning.","fieldName":"arrowPosition"},{"name":"animationDuration","type":{"text":"number"},"default":"200","description":"Animation duration in milliseconds","fieldName":"animationDuration"},{"name":"top","type":{"text":"string | undefined"},"description":"Top position value.","fieldName":"top"},{"name":"left","type":{"text":"string | undefined"},"description":"Left position value.","fieldName":"left"},{"name":"bottom","type":{"text":"string | undefined"},"description":"Bottom position value.","fieldName":"bottom"},{"name":"right","type":{"text":"string | undefined"},"description":"Right position value.","fieldName":"right"},{"name":"destructive","type":{"text":"boolean"},"default":"false","description":"Changes the primary button styles to indicate a destructive action","fieldName":"destructive"},{"name":"zIndex","type":{"text":"number | undefined"},"description":"Z-index for the popover.","fieldName":"zIndex"},{"name":"responsivePosition","type":{"text":"string | undefined"},"description":"Responsive breakpoints for adjusting position.","fieldName":"responsivePosition"},{"name":"titleText","type":{"text":"string"},"default":"''","description":"Body title text","fieldName":"titleText"},{"name":"labelText","type":{"text":"string"},"default":"''","description":"Body subtitle/label","fieldName":"labelText"},{"name":"okText","type":{"text":"string"},"default":"'OK'","description":"OK button label","fieldName":"okText"},{"name":"cancelText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button label","fieldName":"cancelText"},{"name":"closeText","type":{"text":"string"},"default":"'Close'","description":"Close button description text","fieldName":"closeText"},{"name":"popoverAriaLabel","type":{"text":"string"},"default":"'Popover'","description":"Accessible name for the popover dialog\nUsed as aria-label when no title is present","fieldName":"popoverAriaLabel"},{"name":"secondaryButtonText","type":{"text":"string"},"default":"'Secondary'","description":"Secondary button text","fieldName":"secondaryButtonText"},{"name":"showSecondaryButton","type":{"text":"boolean"},"default":"false","description":"Show or hide the secondary button","fieldName":"showSecondaryButton"},{"name":"tertiaryButtonText","type":{"text":"string"},"default":"'Tertiary'","description":"Tertiary button text","fieldName":"tertiaryButtonText"},{"name":"showTertiaryButton","type":{"text":"boolean"},"default":"false","description":"Show or hide the tertiary button","fieldName":"showTertiaryButton"},{"name":"footerLinkText","type":{"text":"string"},"default":"''","description":"Text to display for an optional link in the footer.","fieldName":"footerLinkText"},{"name":"footerLinkHref","type":{"text":"string"},"default":"''","description":"URL for the optional footer link.","fieldName":"footerLinkHref"},{"name":"footerLinkTarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top'"},"default":"'_self'","description":"Target for the footer link (ex: \"_blank\" for new tab).\nIf empty, defaults to same tab.","fieldName":"footerLinkTarget"},{"name":"hideFooter","type":{"text":"boolean"},"default":"false","description":"Hide the entire footer","fieldName":"hideFooter"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-popover","customElement":true}],"exports":[{"kind":"js","name":"Popover","declaration":{"name":"Popover","module":"src/components/reusable/popover/popover.ts"}},{"kind":"custom-element-definition","name":"kyn-popover","declaration":{"name":"Popover","module":"src/components/reusable/popover/popover.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/progressBar/index.ts","declarations":[],"exports":[{"kind":"js","name":"ProgressBar","declaration":{"name":"ProgressBar","module":"./progressBar"}}]},{"kind":"javascript-module","path":"src/components/reusable/progressBar/progressBar.ts","declarations":[{"kind":"class","description":"Progress bar component.","name":"ProgressBar","slots":[{"description":"Slot for tooltip text content.","name":"unnamed"}],"members":[{"kind":"field","name":"showInlineLoadStatus","type":{"text":"boolean"},"default":"false","description":"Sets visibility of optional inline load status spinner.","attribute":"showInlineLoadStatus"},{"kind":"field","name":"showActiveHelperText","type":{"text":"boolean"},"default":"false","description":"Controls whether to show default helper text for active state.","attribute":"showActiveHelperText"},{"kind":"field","name":"progressBarId","type":{"text":"string"},"default":"''","description":"Sets progress bar html id property for accessibility (ex: `example-progress-bar`).","attribute":"progressBarId"},{"kind":"field","name":"status","type":{"text":"'active' | 'success' | 'warning' | 'error'"},"default":"'active'","description":"Sets progress bar status mode.","attribute":"status"},{"kind":"field","name":"value","type":{"text":"number | null"},"default":"null","description":"Sets initial progress bar value (optionally hard-coded).","attribute":"value"},{"kind":"field","name":"max","type":{"text":"number"},"default":"100","description":"Sets manual max value.","attribute":"max"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Sets optional progress bar label.","attribute":"label"},{"kind":"field","name":"helperText","type":{"text":"string"},"default":"''","description":"Sets optional helper text that appears underneath progress bar element.","attribute":"helperText"},{"kind":"field","name":"unit","type":{"text":"string"},"default":"''","description":"Sets the unit for progress measurement (ex: 'MB', 'GB', '%')","attribute":"unit"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"hidePercentageValue","type":{"text":"boolean"},"default":"false","description":"Sets visibility of percentage value.","attribute":"hidePercentageValue"},{"kind":"method","name":"renderProgressBar","privacy":"private","parameters":[{"name":"currentStatus","type":{"text":"ProgressStatus"}},{"name":"currentValue","type":{"text":"number | null"}}]},{"kind":"method","name":"renderProgressBarLabel","privacy":"private","parameters":[{"name":"currentStatus","type":{"text":"ProgressStatus"}},{"name":"currentValue","type":{"text":"number | null"}}]},{"kind":"method","name":"renderStatusIconOrLoader","privacy":"private","parameters":[{"name":"currentStatus","type":{"text":"ProgressStatus"}},{"name":"currentValue","type":{"text":"number | null"}}]},{"kind":"method","name":"getProgressBarClasses","privacy":"private","parameters":[{"name":"status","type":{"text":"ProgressStatus"}}]},{"kind":"method","name":"getHelperText","privacy":"private"},{"kind":"method","name":"getCurrentStatus","privacy":"private","return":{"type":{"text":"ProgressStatus"}},"parameters":[{"name":"currentValue","type":{"text":"number | null"}}]},{"kind":"method","name":"startProgress","privacy":"private"},{"kind":"method","name":"cancelAnimation","privacy":"private"}],"attributes":[{"name":"showInlineLoadStatus","type":{"text":"boolean"},"default":"false","description":"Sets visibility of optional inline load status spinner.","fieldName":"showInlineLoadStatus"},{"name":"showActiveHelperText","type":{"text":"boolean"},"default":"false","description":"Controls whether to show default helper text for active state.","fieldName":"showActiveHelperText"},{"name":"progressBarId","type":{"text":"string"},"default":"''","description":"Sets progress bar html id property for accessibility (ex: `example-progress-bar`).","fieldName":"progressBarId"},{"name":"status","type":{"text":"'active' | 'success' | 'warning' | 'error'"},"default":"'active'","description":"Sets progress bar status mode.","fieldName":"status"},{"name":"value","type":{"text":"number | null"},"default":"null","description":"Sets initial progress bar value (optionally hard-coded).","fieldName":"value"},{"name":"max","type":{"text":"number"},"default":"100","description":"Sets manual max value.","fieldName":"max"},{"name":"label","type":{"text":"string"},"default":"''","description":"Sets optional progress bar label.","fieldName":"label"},{"name":"helperText","type":{"text":"string"},"default":"''","description":"Sets optional helper text that appears underneath progress bar element.","fieldName":"helperText"},{"name":"unit","type":{"text":"string"},"default":"''","description":"Sets the unit for progress measurement (ex: 'MB', 'GB', '%')","fieldName":"unit"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"hidePercentageValue","type":{"text":"boolean"},"default":"false","description":"Sets visibility of percentage value.","fieldName":"hidePercentageValue"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-progress-bar","customElement":true}],"exports":[{"kind":"js","name":"ProgressBar","declaration":{"name":"ProgressBar","module":"src/components/reusable/progressBar/progressBar.ts"}},{"kind":"custom-element-definition","name":"kyn-progress-bar","declaration":{"name":"ProgressBar","module":"src/components/reusable/progressBar/progressBar.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/index.ts","declarations":[],"exports":[{"kind":"js","name":"QueryBuilder","declaration":{"name":"QueryBuilder","module":"./queryBuilder"}},{"kind":"js","name":"QueryBuilderGroup","declaration":{"name":"QueryBuilderGroup","module":"./queryBuilderGroup"}},{"kind":"js","name":"QueryBuilderRule","declaration":{"name":"QueryBuilderRule","module":"./queryBuilderRule"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/queryBuilder.ts","declarations":[{"kind":"class","description":"Query Builder component.\nA visual query builder for constructing complex filter conditions.","name":"QueryBuilder","slots":[{"description":"Slot for custom header content","name":"header"}],"members":[{"kind":"field","name":"query","type":{"text":"RuleGroupType"},"description":"The query data structure","attribute":"query"},{"kind":"field","name":"fields","type":{"text":"QueryField[]"},"default":"[]","description":"Available fields to query","attribute":"fields"},{"kind":"field","name":"showCloneButtons","type":{"text":"boolean"},"default":"false","description":"Show clone button on rules/groups","attribute":"showCloneButtons"},{"kind":"field","name":"showLockButtons","type":{"text":"boolean"},"default":"false","description":"Show lock/disable button on rules/groups","attribute":"showLockButtons"},{"kind":"field","name":"maxDepth","default":"Infinity","description":"Maximum nesting depth (default: unlimited)","attribute":"maxDepth"},{"kind":"field","name":"disableDragAndDrop","type":{"text":"boolean"},"default":"false","description":"Disable drag-and-drop reordering","attribute":"disableDragAndDrop"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable the entire query builder","attribute":"disabled","reflects":true},{"kind":"field","name":"size","type":{"text":"QueryBuilderSize"},"default":"'xs'","description":"Size of all child components (buttons, inputs, dropdowns, datepickers)","attribute":"size"},{"kind":"field","name":"searchThreshold","type":{"text":"number"},"default":"25","description":"Minimum number of dropdown options before a search input is shown.\nApplies to field, value, and multi-select dropdowns within rules.\nWhen `0`, search is always shown. Default `25`.","attribute":"searchThreshold"},{"kind":"field","name":"textStrings","default":"{\n and: 'AND',\n or: 'OR',\n removeGroup: 'Remove group',\n cloneGroup: 'Clone group',\n addRule: 'Add Rule',\n addGroup: 'Group',\n lockGroup: 'Lock group',\n unlockGroup: 'Unlock group',\n removeRule: 'Remove rule',\n cloneRule: 'Clone rule',\n lockRule: 'Lock rule',\n unlockRule: 'Unlock rule',\n dragToReorder: 'Drag to reorder',\n selectField: 'Select Field',\n selectOperator: 'Select Operator',\n value: 'Value',\n selectValue: 'Select value',\n selectValues: 'Select values',\n selectDate: 'Select date',\n selectDateTime: 'Select date/time',\n selectTime: 'Select time',\n min: 'Min',\n max: 'Max',\n start: 'Start',\n end: 'End',\n from: 'From',\n to: 'To',\n validationErrors: 'Validation errors',\n validationErrorCount: '{count} validation error(s)',\n}","description":"Text string customization for i18n.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_renderValidationSummary","privacy":"private"},{"kind":"method","name":"_collectValidationErrors","privacy":"private","return":{"type":{"text":"Array<{ fieldLabel: string; message: string }>"}},"parameters":[{"name":"group","type":{"text":"RuleGroupType"}}],"description":"Recursively collect all validation errors from the query tree"},{"kind":"method","name":"_handleGroupChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleGroupLock","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_emitQueryChange","privacy":"private"},{"kind":"method","name":"getQuery","return":{"type":{"text":"RuleGroupType"}},"description":"get the current query"},{"kind":"method","name":"setQuery","parameters":[{"name":"query","type":{"text":"RuleGroupType"}}],"description":"set the query programmatically"},{"kind":"method","name":"resetQuery","description":"reset the query to initial empty state"},{"kind":"method","name":"_handleItemMove","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}],"description":"handle drag-and-drop move events"},{"kind":"method","name":"_getGroupAtPath","privacy":"private","return":{"type":{"text":"RuleGroupType | null"}},"parameters":[{"name":"query","type":{"text":"RuleGroupType"}},{"name":"path","type":{"text":"number[]"}}],"description":"get a group at a specific path in the query tree"},{"kind":"method","name":"_normalizeQuery","privacy":"private","return":{"type":{"text":"RuleGroupType"}},"parameters":[{"name":"query","type":{"text":"RuleGroupType"}}]},{"kind":"method","name":"_cloneQuery","privacy":"private","return":{"type":{"text":"RuleGroupType"}},"parameters":[{"name":"query","type":{"text":"RuleGroupType"}}]},{"kind":"method","name":"_getMaxGroupDepth","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"group","type":{"text":"RuleGroupType"}}]}],"events":[{"name":"on-query-change","type":{"text":"CustomEvent"},"description":"Emits when the query changes. `detail: { query: RuleGroupType }`"}],"attributes":[{"name":"query","type":{"text":"RuleGroupType"},"description":"The query data structure","fieldName":"query"},{"name":"fields","type":{"text":"QueryField[]"},"default":"[]","description":"Available fields to query","fieldName":"fields"},{"name":"showCloneButtons","type":{"text":"boolean"},"default":"false","description":"Show clone button on rules/groups","fieldName":"showCloneButtons"},{"name":"showLockButtons","type":{"text":"boolean"},"default":"false","description":"Show lock/disable button on rules/groups","fieldName":"showLockButtons"},{"name":"maxDepth","default":"Infinity","description":"Maximum nesting depth (default: unlimited)","fieldName":"maxDepth"},{"name":"disableDragAndDrop","type":{"text":"boolean"},"default":"false","description":"Disable drag-and-drop reordering","fieldName":"disableDragAndDrop"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable the entire query builder","fieldName":"disabled"},{"name":"size","type":{"text":"QueryBuilderSize"},"default":"'xs'","description":"Size of all child components (buttons, inputs, dropdowns, datepickers)","fieldName":"size"},{"name":"searchThreshold","type":{"text":"number"},"default":"25","description":"Minimum number of dropdown options before a search input is shown.\nApplies to field, value, and multi-select dropdowns within rules.\nWhen `0`, search is always shown. Default `25`.","fieldName":"searchThreshold"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization for i18n.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-query-builder","customElement":true}],"exports":[{"kind":"js","name":"QueryBuilder","declaration":{"name":"QueryBuilder","module":"src/components/reusable/queryBuilder/queryBuilder.ts"}},{"kind":"custom-element-definition","name":"kyn-query-builder","declaration":{"name":"QueryBuilder","module":"src/components/reusable/queryBuilder/queryBuilder.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/queryBuilderGroup.ts","declarations":[{"kind":"class","description":"Query Builder Group component.\nRepresents a group of rules with a combinator (AND/OR).","name":"QueryBuilderGroup","members":[{"kind":"field","name":"group","type":{"text":"RuleGroupType"},"default":"{\n id: '',\n combinator: 'and',\n rules: [],\n }","description":"The group data","attribute":"group"},{"kind":"field","name":"fields","type":{"text":"QueryField[]"},"default":"[]","description":"Available fields for rules","attribute":"fields"},{"kind":"field","name":"combinators","type":{"text":"QueryOption[]"},"default":"[\n { value: 'and', label: 'AND' },\n { value: 'or', label: 'OR' },\n ]","description":"Available combinators","attribute":"combinators"},{"kind":"field","name":"path","type":{"text":"number[]"},"default":"[]","description":"Path to this group in the query tree","attribute":"path"},{"kind":"field","name":"depth","type":{"text":"number"},"default":"0","description":"Current depth level (0 = root)","attribute":"depth"},{"kind":"field","name":"maxDepth","default":"Infinity","description":"Maximum allowed depth","attribute":"maxDepth"},{"kind":"field","name":"isRoot","type":{"text":"boolean"},"default":"false","description":"Whether this is the root group","attribute":"isRoot"},{"kind":"field","name":"showCloneButton","type":{"text":"boolean"},"default":"false","description":"Whether to show clone button","attribute":"showCloneButton"},{"kind":"field","name":"showLockButton","type":{"text":"boolean"},"default":"false","description":"Whether to show lock button","attribute":"showLockButton"},{"kind":"field","name":"disableDragAndDrop","type":{"text":"boolean"},"default":"false","description":"Whether drag and drop is disabled","attribute":"disableDragAndDrop"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether the group is disabled/locked","attribute":"disabled","reflects":true},{"kind":"field","name":"siblingCount","type":{"text":"number"},"default":"1","description":"Number of siblings at this level (used to determine if drag handle should show at depth 1)","attribute":"siblingCount"},{"kind":"field","name":"textStrings","type":{"text":"Record<string, string>"},"default":"{}","description":"Text strings for i18n","attribute":"textStrings"},{"kind":"field","name":"size","type":{"text":"QueryBuilderSize"},"default":"'xs'","description":"Size of child components","attribute":"size"},{"kind":"field","name":"searchThreshold","type":{"text":"number"},"default":"25","description":"Minimum number of dropdown options before search is shown.","attribute":"searchThreshold"},{"kind":"field","name":"_dragOverIndex","type":{"text":"number | null"},"default":"null","description":"Current drag over index for drop indicator"},{"kind":"method","name":"_renderHeader","privacy":"private"},{"kind":"method","name":"_renderDragHandle","privacy":"private"},{"kind":"method","name":"_renderCombinatorToggle","privacy":"private"},{"kind":"method","name":"_handleCombinatorGroupChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_renderRules","privacy":"private"},{"kind":"method","name":"_renderEmptyState","privacy":"private"},{"kind":"method","name":"_renderRuleOrGroup","privacy":"private","parameters":[{"name":"item","type":{"text":"RuleOrGroup"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_isLastRule","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"index","type":{"text":"number"}}],"description":"Check if this is the last rule (not group) in the rules array"},{"kind":"method","name":"_handleCombinatorChange","privacy":"private","parameters":[{"name":"combinator","type":{"text":"string"}}]},{"kind":"method","name":"_handleAddRule","privacy":"private"},{"kind":"method","name":"_handleAddRuleAfter","privacy":"private","parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_addNewRule","privacy":"private","parameters":[{"name":"insertIndex","type":{"text":"number"}}]},{"kind":"method","name":"_handleAddGroup","privacy":"private"},{"kind":"method","name":"_handleRuleChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_handleRuleRemove","privacy":"private","parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_handleRuleClone","privacy":"private","parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_handleRuleLock","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_handleNestedGroupChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleNestedGroupRemove","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleNestedGroupClone","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleNestedGroupLock","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleRemoveGroup","privacy":"private"},{"kind":"method","name":"_handleCloneGroup","privacy":"private"},{"kind":"method","name":"_handleLockToggle","privacy":"private"},{"kind":"method","name":"_emitGroupChange","privacy":"private","parameters":[{"name":"group","type":{"text":"RuleGroupType"}}]},{"kind":"method","name":"_deepCloneGroup","privacy":"private","return":{"type":{"text":"RuleGroupType"}},"parameters":[{"name":"group","type":{"text":"RuleGroupType"}}]},{"kind":"method","name":"_handleDragStart","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}}]},{"kind":"method","name":"_handleDragEnd","privacy":"private"},{"kind":"method","name":"_handleItemDragOver","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_handleItemDragLeave","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}}]},{"kind":"method","name":"_handleItemDrop","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}},{"name":"targetIndex","type":{"text":"number"}}]},{"kind":"method","name":"_handleGroupDragOver","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}}]},{"kind":"method","name":"_handleGroupDrop","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}}]},{"kind":"method","name":"_handleNestedItemMove","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]}],"events":[{"name":"on-group-remove","type":{"text":"CustomEvent"},"description":"Emits when the group should be removed. `detail: { groupId: string, path: number[] }`"},{"name":"on-group-clone","type":{"text":"CustomEvent"},"description":"Emits when the group should be cloned. `detail: { groupId: string, path: number[] }`"},{"name":"on-group-lock","type":{"text":"CustomEvent"},"description":"Emits when the group lock state changes. `detail: { groupId: string, disabled: boolean, path: number[] }`"},{"name":"on-group-change","type":{"text":"CustomEvent"},"description":"Emits when the group changes. `detail: { group: RuleGroupType, path: number[] }`"},{"name":"on-item-move","type":{"text":"CustomEvent"}}],"attributes":[{"name":"group","type":{"text":"RuleGroupType"},"default":"{\n id: '',\n combinator: 'and',\n rules: [],\n }","description":"The group data","fieldName":"group"},{"name":"fields","type":{"text":"QueryField[]"},"default":"[]","description":"Available fields for rules","fieldName":"fields"},{"name":"combinators","type":{"text":"QueryOption[]"},"default":"[\n { value: 'and', label: 'AND' },\n { value: 'or', label: 'OR' },\n ]","description":"Available combinators","fieldName":"combinators"},{"name":"path","type":{"text":"number[]"},"default":"[]","description":"Path to this group in the query tree","fieldName":"path"},{"name":"depth","type":{"text":"number"},"default":"0","description":"Current depth level (0 = root)","fieldName":"depth"},{"name":"maxDepth","default":"Infinity","description":"Maximum allowed depth","fieldName":"maxDepth"},{"name":"isRoot","type":{"text":"boolean"},"default":"false","description":"Whether this is the root group","fieldName":"isRoot"},{"name":"showCloneButton","type":{"text":"boolean"},"default":"false","description":"Whether to show clone button","fieldName":"showCloneButton"},{"name":"showLockButton","type":{"text":"boolean"},"default":"false","description":"Whether to show lock button","fieldName":"showLockButton"},{"name":"disableDragAndDrop","type":{"text":"boolean"},"default":"false","description":"Whether drag and drop is disabled","fieldName":"disableDragAndDrop"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether the group is disabled/locked","fieldName":"disabled"},{"name":"siblingCount","type":{"text":"number"},"default":"1","description":"Number of siblings at this level (used to determine if drag handle should show at depth 1)","fieldName":"siblingCount"},{"name":"textStrings","type":{"text":"Record<string, string>"},"default":"{}","description":"Text strings for i18n","fieldName":"textStrings"},{"name":"size","type":{"text":"QueryBuilderSize"},"default":"'xs'","description":"Size of child components","fieldName":"size"},{"name":"searchThreshold","type":{"text":"number"},"default":"25","description":"Minimum number of dropdown options before search is shown.","fieldName":"searchThreshold"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-qb-group","customElement":true}],"exports":[{"kind":"js","name":"QueryBuilderGroup","declaration":{"name":"QueryBuilderGroup","module":"src/components/reusable/queryBuilder/queryBuilderGroup.ts"}},{"kind":"custom-element-definition","name":"kyn-qb-group","declaration":{"name":"QueryBuilderGroup","module":"src/components/reusable/queryBuilder/queryBuilderGroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/queryBuilderRule.ts","declarations":[{"kind":"class","description":"Query Builder Rule component.\nRepresents a single condition in the query (field + operator + value).","name":"QueryBuilderRule","members":[{"kind":"field","name":"rule","type":{"text":"RuleType"},"default":"{\n id: '',\n field: '',\n operator: '',\n value: '',\n }","description":"The rule data","attribute":"rule"},{"kind":"field","name":"fields","type":{"text":"QueryField[]"},"default":"[]","description":"Available fields","attribute":"fields"},{"kind":"field","name":"isLast","type":{"text":"boolean"},"default":"false","description":"Whether this is the last rule in the group (shows add button)","attribute":"isLast"},{"kind":"field","name":"showCloneButton","type":{"text":"boolean"},"default":"false","description":"Whether to show the clone button","attribute":"showCloneButton"},{"kind":"field","name":"showLockButton","type":{"text":"boolean"},"default":"false","description":"Whether to show the lock button","attribute":"showLockButton"},{"kind":"field","name":"disableDragAndDrop","type":{"text":"boolean"},"default":"false","description":"Whether drag and drop is disabled","attribute":"disableDragAndDrop"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether the rule is disabled/locked","attribute":"disabled","reflects":true},{"kind":"field","name":"index","type":{"text":"number"},"default":"0","description":"Index of this rule in its parent group (for drag-and-drop)","attribute":"index"},{"kind":"field","name":"parentPath","type":{"text":"number[]"},"default":"[]","description":"Path to the parent group (for drag-and-drop)","attribute":"parentPath"},{"kind":"field","name":"siblingCount","type":{"text":"number"},"default":"1","description":"Number of siblings at this level (used to determine if drag handle should show at depth 1)","attribute":"siblingCount"},{"kind":"field","name":"textStrings","type":{"text":"Record<string, string>"},"default":"{}","description":"Text strings for i18n","attribute":"textStrings"},{"kind":"field","name":"size","type":{"text":"QueryBuilderSize"},"default":"'xs'","description":"Size of child components","attribute":"size"},{"kind":"field","name":"searchThreshold","type":{"text":"number"},"default":"25","description":"Minimum number of dropdown options before search is shown.","attribute":"searchThreshold"},{"kind":"field","name":"selectedField","type":{"text":"QueryField | undefined"},"privacy":"private","description":"Get the currently selected field configuration","readonly":true},{"kind":"field","name":"operators","type":{"text":"QueryOperator[]"},"privacy":"private","description":"Get operators for the current field","readonly":true},{"kind":"field","name":"isNoValue","type":{"text":"boolean"},"privacy":"private","description":"Check if current operator requires no value","readonly":true},{"kind":"field","name":"isBetween","type":{"text":"boolean"},"privacy":"private","description":"Check if current operator requires two values","readonly":true},{"kind":"field","name":"isMultiValue","type":{"text":"boolean"},"privacy":"private","description":"Check if current operator accepts multiple values","readonly":true},{"kind":"method","name":"_renderDragHandle","privacy":"private"},{"kind":"method","name":"_handleDragStart","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}}]},{"kind":"method","name":"_handleDragEnd","privacy":"private"},{"kind":"method","name":"_renderFieldSelector","privacy":"private"},{"kind":"method","name":"_renderOperatorSelector","privacy":"private"},{"kind":"method","name":"_renderValueEditor","privacy":"private"},{"kind":"method","name":"_renderTextInput","privacy":"private","parameters":[{"name":"field","optional":true,"type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderNumberInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderDateInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderDateTimeInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderTimeInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderBooleanInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderRadioInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderSliderInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderSelectInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderMultiSelectEditor","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderBetweenEditor","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderActions","privacy":"private"},{"kind":"method","name":"_handleFieldChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleOperatorChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleValueChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleBooleanChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleRadioChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleSliderChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleMultiValueChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleBetweenChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}},{"name":"index","type":{"text":"0 | 1"}}]},{"kind":"method","name":"_emitRuleChange","privacy":"private","parameters":[{"name":"rule","type":{"text":"RuleType"}}]},{"kind":"method","name":"_validateRule","privacy":"private","description":"validate the current rule using native validation and field's validator function"},{"kind":"method","name":"_handleValueBlur","privacy":"private","description":"handle blur events on value inputs to trigger validation"},{"kind":"method","name":"_getDetailValue","privacy":"private","return":{"type":{"text":"unknown"}},"parameters":[{"name":"detail","type":{"text":"Record<string, unknown>"}}]},{"kind":"method","name":"_handleAddRule","privacy":"private"},{"kind":"method","name":"_handleRemoveRule","privacy":"private"},{"kind":"method","name":"_handleCloneRule","privacy":"private"},{"kind":"method","name":"_handleLockToggle","privacy":"private"}],"events":[{"name":"on-rule-change","type":{"text":"CustomEvent"},"description":"Emits when the rule changes. `detail: { rule: RuleType }`"},{"name":"on-rule-add","type":{"text":"CustomEvent"},"description":"Emits when a new rule should be added after this one. `detail: { ruleId: string }`"},{"name":"on-rule-remove","type":{"text":"CustomEvent"},"description":"Emits when the rule should be removed. `detail: { ruleId: string }`"},{"name":"on-rule-clone","type":{"text":"CustomEvent"},"description":"Emits when the rule should be cloned. `detail: { ruleId: string }`"},{"name":"on-rule-lock","type":{"text":"CustomEvent"},"description":"Emits when the rule lock state changes. `detail: { ruleId: string, disabled: boolean }`"}],"attributes":[{"name":"rule","type":{"text":"RuleType"},"default":"{\n id: '',\n field: '',\n operator: '',\n value: '',\n }","description":"The rule data","fieldName":"rule"},{"name":"fields","type":{"text":"QueryField[]"},"default":"[]","description":"Available fields","fieldName":"fields"},{"name":"isLast","type":{"text":"boolean"},"default":"false","description":"Whether this is the last rule in the group (shows add button)","fieldName":"isLast"},{"name":"showCloneButton","type":{"text":"boolean"},"default":"false","description":"Whether to show the clone button","fieldName":"showCloneButton"},{"name":"showLockButton","type":{"text":"boolean"},"default":"false","description":"Whether to show the lock button","fieldName":"showLockButton"},{"name":"disableDragAndDrop","type":{"text":"boolean"},"default":"false","description":"Whether drag and drop is disabled","fieldName":"disableDragAndDrop"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether the rule is disabled/locked","fieldName":"disabled"},{"name":"index","type":{"text":"number"},"default":"0","description":"Index of this rule in its parent group (for drag-and-drop)","fieldName":"index"},{"name":"parentPath","type":{"text":"number[]"},"default":"[]","description":"Path to the parent group (for drag-and-drop)","fieldName":"parentPath"},{"name":"siblingCount","type":{"text":"number"},"default":"1","description":"Number of siblings at this level (used to determine if drag handle should show at depth 1)","fieldName":"siblingCount"},{"name":"textStrings","type":{"text":"Record<string, string>"},"default":"{}","description":"Text strings for i18n","fieldName":"textStrings"},{"name":"size","type":{"text":"QueryBuilderSize"},"default":"'xs'","description":"Size of child components","fieldName":"size"},{"name":"searchThreshold","type":{"text":"number"},"default":"25","description":"Minimum number of dropdown options before search is shown.","fieldName":"searchThreshold"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-qb-rule","customElement":true}],"exports":[{"kind":"js","name":"QueryBuilderRule","declaration":{"name":"QueryBuilderRule","module":"src/components/reusable/queryBuilder/queryBuilderRule.ts"}},{"kind":"custom-element-definition","name":"kyn-qb-rule","declaration":{"name":"QueryBuilderRule","module":"src/components/reusable/queryBuilder/queryBuilderRule.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/radioButton/index.ts","declarations":[],"exports":[{"kind":"js","name":"RadioButton","declaration":{"name":"RadioButton","module":"./radioButton"}},{"kind":"js","name":"RadioButtonGroup","declaration":{"name":"RadioButtonGroup","module":"./radioButtonGroup"}}]},{"kind":"javascript-module","path":"src/components/reusable/radioButton/radioButton.ts","declarations":[{"kind":"class","description":"Radio button.","name":"RadioButton","slots":[{"description":"Slot for label text.","name":"unnamed"}],"members":[{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Radio button value.","attribute":"value"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Radio button disabled state, inherited from the parent group.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Radio button readonly state, inherited from the parent group.","attribute":"readonly"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'lg'","description":"Input size. \"xs\" or \"lg\".","attribute":"size"},{"kind":"method","name":"handleChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"description":"Captures the change event and emits the selected value and original event details.`detail:{checked:boolean,origEvent:Event,value:string}`","name":"on-radio-change"}],"attributes":[{"name":"value","type":{"text":"string"},"default":"''","description":"Radio button value.","fieldName":"value"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Radio button disabled state, inherited from the parent group.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Radio button readonly state, inherited from the parent group.","fieldName":"readonly"},{"name":"size","type":{"text":"string"},"default":"'lg'","description":"Input size. \"xs\" or \"lg\".","fieldName":"size"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-radio-button","customElement":true}],"exports":[{"kind":"js","name":"RadioButton","declaration":{"name":"RadioButton","module":"src/components/reusable/radioButton/radioButton.ts"}},{"kind":"custom-element-definition","name":"kyn-radio-button","declaration":{"name":"RadioButton","module":"src/components/reusable/radioButton/radioButton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/radioButton/radioButtonGroup.ts","declarations":[{"kind":"class","description":"Radio button group container.","name":"RadioButtonGroup","slots":[{"description":"Slot for individual radio buttons.","name":"unnamed"},{"description":"Slot for description text.","name":"description"},{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text","attribute":"label"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","attribute":"required"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Radio button group disabled state.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Radio button group readonly state.","attribute":"readonly"},{"kind":"field","name":"horizontal","type":{"text":"boolean"},"default":"false","description":"Radio button group horizontal layout.","attribute":"horizontal"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hides the label while keeping it accessible to screen readers.","attribute":"hideLabel"},{"kind":"field","name":"textStrings","default":"{\n required: 'Required',\n error: 'Error',\n warning: 'Warning',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]},{"kind":"method","name":"_handleRadioChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent<{ value: string; checked: boolean }>"}}]}],"events":[{"name":"on-radio-group-change","type":{"text":"CustomEvent"},"description":"Captures the change event and emits the selected value.`detail:{ value: string }`"}],"attributes":[{"type":{"text":"string"},"description":"The selected value of the radio group.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text","fieldName":"label"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","fieldName":"required"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Radio button group disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Radio button group readonly state.","fieldName":"readonly"},{"name":"horizontal","type":{"text":"boolean"},"default":"false","description":"Radio button group horizontal layout.","fieldName":"horizontal"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hides the label while keeping it accessible to screen readers.","fieldName":"hideLabel"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-radio-button-group","customElement":true}],"exports":[{"kind":"js","name":"RadioButtonGroup","declaration":{"name":"RadioButtonGroup","module":"src/components/reusable/radioButton/radioButtonGroup.ts"}},{"kind":"custom-element-definition","name":"kyn-radio-button-group","declaration":{"name":"RadioButtonGroup","module":"src/components/reusable/radioButton/radioButtonGroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/search/index.ts","declarations":[],"exports":[{"kind":"js","name":"Search","declaration":{"name":"Search","module":"./search"}}]},{"kind":"javascript-module","path":"src/components/reusable/search/search.ts","declarations":[{"kind":"class","description":"Search","name":"Search","members":[{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"Input name.","attribute":"name"},{"kind":"field","name":"label","type":{"text":"string"},"default":"'Search'","description":"Label text.","attribute":"label"},{"kind":"field","name":"expandable","type":{"text":"boolean"},"default":"false","description":"Expandable style search.","attribute":"expandable"},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Input value.","attribute":"value"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state.","attribute":"disabled"},{"kind":"field","name":"suggestions","type":{"text":"Array<string>"},"default":"[]","description":"Auto-suggest array of strings that should match the current value. Update this array externally after on-input.","attribute":"suggestions"},{"kind":"field","name":"searchHistory","type":{"text":"Array<string>"},"default":"[]","description":"Auto-suggest history array of strings. Update this array externally after on-input.","attribute":"searchHistory"},{"kind":"field","name":"expandableSearchBtnDescription","type":{"text":"string"},"default":"''","description":"Expandable style search button description (Required to support accessibility).","attribute":"expandableSearchBtnDescription"},{"kind":"field","name":"assistiveTextStrings","default":"{\n searchSuggestions: 'Search suggestions.',\n noMatches: 'No matches found for',\n selected: 'Selected',\n found: 'Found',\n recentSearches: 'Recent searches',\n}","description":"Assistive text strings.","attribute":"assistiveTextStrings","type":{"text":"object"}},{"kind":"field","name":"enableSearchHistory","type":{"text":"boolean"},"default":"false","description":"To show history searches in suggestion panel","attribute":"enableSearchHistory"},{"kind":"method","name":"_buttonSizeMap","privacy":"private"},{"kind":"method","name":"_handleFocus","privacy":"private"},{"kind":"method","name":"_handleButtonClick","privacy":"private"},{"kind":"method","name":"_handleInput","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleSuggestionClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"suggestion","type":{"text":"string"}}]},{"kind":"method","name":"_handleSuggestionWithMouseUp","privacy":"private","parameters":[{"name":"suggestion","type":{"text":"string"}}]},{"kind":"method","name":"_handleSuggestionWithMouseDown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleSearchKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleListKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleKeyboard","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"keyCode","type":{"text":"number"}},{"name":"target","type":{"text":"string"}}]},{"kind":"method","name":"_checkForMatchingSuggestions","privacy":"private"},{"kind":"method","name":"_renderSuggestionContent","privacy":"private","parameters":[{"name":"suggestion","type":{"text":"string"}},{"name":"isSearchHistory","type":{"text":"boolean"}}]},{"kind":"method","name":"_wrapTextWithSpaces","privacy":"private","parameters":[{"name":"text","type":{"text":"string"}}]},{"kind":"method","name":"_handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"description":"Emits the value on text input/clear.`detail:{ origEvent: InputEvent,value: string }`","name":"on-input"}],"attributes":[{"name":"name","type":{"text":"string"},"default":"''","description":"Input name.","fieldName":"name"},{"name":"label","type":{"text":"string"},"default":"'Search'","description":"Label text.","fieldName":"label"},{"name":"expandable","type":{"text":"boolean"},"default":"false","description":"Expandable style search.","fieldName":"expandable"},{"name":"value","type":{"text":"string"},"default":"''","description":"Input value.","fieldName":"value"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state.","fieldName":"disabled"},{"name":"suggestions","type":{"text":"Array<string>"},"default":"[]","description":"Auto-suggest array of strings that should match the current value. Update this array externally after on-input.","fieldName":"suggestions"},{"name":"searchHistory","type":{"text":"Array<string>"},"default":"[]","description":"Auto-suggest history array of strings. Update this array externally after on-input.","fieldName":"searchHistory"},{"name":"expandableSearchBtnDescription","type":{"text":"string"},"default":"''","description":"Expandable style search button description (Required to support accessibility).","fieldName":"expandableSearchBtnDescription"},{"name":"assistiveTextStrings","default":"_defaultTextStrings","description":"Assistive text strings.","fieldName":"assistiveTextStrings"},{"name":"enableSearchHistory","type":{"text":"boolean"},"default":"false","description":"To show history searches in suggestion panel","fieldName":"enableSearchHistory"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-search","customElement":true}],"exports":[{"kind":"js","name":"Search","declaration":{"name":"Search","module":"src/components/reusable/search/search.ts"}},{"kind":"custom-element-definition","name":"kyn-search","declaration":{"name":"Search","module":"src/components/reusable/search/search.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/sideDrawer/index.ts","declarations":[],"exports":[{"kind":"js","name":"SideDrawer","declaration":{"name":"SideDrawer","module":"./sideDrawer"}}]},{"kind":"javascript-module","path":"src/components/reusable/sideDrawer/sideDrawer.ts","declarations":[{"kind":"class","description":"Side Drawer.","name":"SideDrawer","slots":[{"description":"Slot for drawer body content.","name":"unnamed"},{"description":"Slot for the anchor button content.","name":"anchor"}],"members":[{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Drawer open state.","attribute":"open"},{"kind":"field","name":"size","type":{"text":"'md' | 'sm' | 'xl' | 'standard'"},"default":"'md'","description":"Drawer size.","attribute":"size"},{"kind":"field","name":"titleText","type":{"text":"string"},"default":"''","description":"Title / Heading text, required.","attribute":"titleText"},{"kind":"field","name":"labelText","type":{"text":"string"},"default":"''","description":"Label text, optional.","attribute":"labelText"},{"kind":"field","name":"submitBtnText","type":{"text":"string"},"default":"'Ok'","description":"Submit button text.","attribute":"submitBtnText"},{"kind":"field","name":"cancelBtnText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button text.","attribute":"cancelBtnText"},{"kind":"field","name":"closeBtnDescription","type":{"text":"string"},"default":"'Close'","description":"Close button description (Required to support accessibility).","attribute":"closeBtnDescription"},{"kind":"field","name":"submitBtnDisabled","type":{"text":"boolean"},"default":"false","description":"Disables the primary button.","attribute":"submitBtnDisabled"},{"kind":"field","name":"gradientBackground","type":{"text":"boolean"},"default":"false","description":"Apply gradient to modal background","attribute":"gradientBackground","reflects":true},{"kind":"field","name":"hideFooter","type":{"text":"boolean"},"default":"false","description":"Determine whether needs footer","attribute":"hideFooter"},{"kind":"field","name":"destructive","type":{"text":"boolean"},"default":"false","description":"Changes the primary button styles to indicate the action is destructive.","attribute":"destructive"},{"kind":"field","name":"secondaryButtonText","type":{"text":"string"},"default":"'Secondary'","description":"Secondary button text.","attribute":"secondaryButtonText"},{"kind":"field","name":"showSecondaryButton","type":{"text":"boolean"},"default":"false","description":"Hides the secondary button.","attribute":"showSecondaryButton"},{"kind":"field","name":"secondaryDestructive","type":{"text":"boolean"},"default":"false","description":"Changes the secondary button styles to indicate the action is destructive.","attribute":"secondaryDestructive"},{"kind":"field","name":"hideCancelButton","type":{"text":"boolean"},"default":"false","description":"Hides the cancel button.","attribute":"hideCancelButton"},{"kind":"field","name":"beforeClose","type":{"text":"Function"},"description":"Function to execute before the Drawer can close. Useful for running checks or validations before closing. Exposes `returnValue` (`'ok'` or `'cancel'`). Must return `true` or `false`."},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for AI theme.","attribute":"aiConnected"},{"kind":"field","name":"noBackdrop","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for no backdrop","attribute":"noBackdrop"},{"kind":"field","name":"resizable","type":{"text":"boolean"},"default":"false","description":"Allow the drawer to be resized by dragging the left edge. Width is constrained between 384px and 1024px.","attribute":"resizable"},{"kind":"method","name":"_openDrawer","privacy":"private"},{"kind":"method","name":"_closeDrawer","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}},{"name":"returnValue","type":{"text":"string"}}]},{"kind":"method","name":"_emitCloseEvent","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_emitOpenEvent","privacy":"private"},{"kind":"method","name":"_onDragStart","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"_onDragMove","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"_onDragEnd","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]}],"events":[{"name":"on-resize","type":{"text":"CustomEvent"},"description":"Emits when the drawer is resized via drag. `detail: { width: number }`"},{"description":"Emits the drawer close event with `returnValue` (`'ok'` or `'cancel'`).`detail:{ origEvent: PointerEvent,returnValue: string }`","name":"on-close"},{"description":"Emits the drawer open event.","name":"on-open"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Drawer open state.","fieldName":"open"},{"name":"size","type":{"text":"'md' | 'sm' | 'xl' | 'standard'"},"default":"'md'","description":"Drawer size.","fieldName":"size"},{"name":"titleText","type":{"text":"string"},"default":"''","description":"Title / Heading text, required.","fieldName":"titleText"},{"name":"labelText","type":{"text":"string"},"default":"''","description":"Label text, optional.","fieldName":"labelText"},{"name":"submitBtnText","type":{"text":"string"},"default":"'Ok'","description":"Submit button text.","fieldName":"submitBtnText"},{"name":"cancelBtnText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button text.","fieldName":"cancelBtnText"},{"name":"closeBtnDescription","type":{"text":"string"},"default":"'Close'","description":"Close button description (Required to support accessibility).","fieldName":"closeBtnDescription"},{"name":"submitBtnDisabled","type":{"text":"boolean"},"default":"false","description":"Disables the primary button.","fieldName":"submitBtnDisabled"},{"name":"gradientBackground","type":{"text":"boolean"},"default":"false","description":"Apply gradient to modal background","fieldName":"gradientBackground"},{"name":"hideFooter","type":{"text":"boolean"},"default":"false","description":"Determine whether needs footer","fieldName":"hideFooter"},{"name":"destructive","type":{"text":"boolean"},"default":"false","description":"Changes the primary button styles to indicate the action is destructive.","fieldName":"destructive"},{"name":"secondaryButtonText","type":{"text":"string"},"default":"'Secondary'","description":"Secondary button text.","fieldName":"secondaryButtonText"},{"name":"showSecondaryButton","type":{"text":"boolean"},"default":"false","description":"Hides the secondary button.","fieldName":"showSecondaryButton"},{"name":"secondaryDestructive","type":{"text":"boolean"},"default":"false","description":"Changes the secondary button styles to indicate the action is destructive.","fieldName":"secondaryDestructive"},{"name":"hideCancelButton","type":{"text":"boolean"},"default":"false","description":"Hides the cancel button.","fieldName":"hideCancelButton"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for AI theme.","fieldName":"aiConnected"},{"name":"noBackdrop","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for no backdrop","fieldName":"noBackdrop"},{"name":"resizable","type":{"text":"boolean"},"default":"false","description":"Allow the drawer to be resized by dragging the left edge. Width is constrained between 384px and 1024px.","fieldName":"resizable"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-side-drawer","customElement":true}],"exports":[{"kind":"js","name":"SideDrawer","declaration":{"name":"SideDrawer","module":"src/components/reusable/sideDrawer/sideDrawer.ts"}},{"kind":"custom-element-definition","name":"kyn-side-drawer","declaration":{"name":"SideDrawer","module":"src/components/reusable/sideDrawer/sideDrawer.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/sliderInput/index.ts","declarations":[],"exports":[{"kind":"js","name":"SliderInput","declaration":{"name":"SliderInput","module":"./sliderInput"}}]},{"kind":"javascript-module","path":"src/components/reusable/sliderInput/sliderInput.ts","declarations":[{"kind":"class","description":"Slider Input.","name":"SliderInput","slots":[{"description":"Slot for tooltip.","name":"tooltip"},{"description":"Slot for left button icon.","name":"leftBtnIcon"},{"description":"Slot for right button icon.","name":"rightBtnIcon"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"value","type":{"text":"number"},"default":"0","description":"Input value."},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","attribute":"disabled"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","attribute":"caption"},{"kind":"field","name":"max","type":{"text":"number"},"default":"100","description":"The maximum value.","attribute":"max"},{"kind":"field","name":"min","type":{"text":"number"},"default":"0","description":"The minimum value.","attribute":"min"},{"kind":"field","name":"step","type":{"text":"number"},"default":"1","description":"The step between values.","attribute":"step"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"enableTickMarker","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for enable Tick Marker on slider.","attribute":"enableTickMarker"},{"kind":"field","name":"enableScaleMarker","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for enable Scale Marker below slider","attribute":"enableScaleMarker"},{"kind":"field","name":"editableInput","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for editable Input. Note: Enabling this property will disable the tooltip.","attribute":"editableInput"},{"kind":"field","name":"textStrings","default":"{\n error: 'Error',\n decrease: 'Decrease',\n increase: 'Increase',\n warning: 'Warning',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"customLabels","type":{"text":"string[]"},"default":"[]","description":"Custom Labels","attribute":"customLabels"},{"kind":"field","name":"enableTooltip","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for enable Tooltip.","attribute":"enableTooltip"},{"kind":"field","name":"enableButtonControls","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for button controls.","attribute":"enableButtonControls"},{"kind":"field","name":"fullWidth","type":{"text":"boolean"},"default":"false","description":"Makes the slider expand to fill the full width of its container.","attribute":"fullWidth","reflects":true},{"kind":"method","name":"_renderTickMarker","privacy":"private","parameters":[{"name":"tickCount","type":{"text":"any"}}]},{"kind":"method","name":"_handleDecrease","privacy":"private"},{"kind":"method","name":"_handleIncrease","privacy":"private"},{"kind":"method","name":"_renderCustomLabel","privacy":"private"},{"kind":"method","name":"_renderScaleMarker","privacy":"private","parameters":[{"name":"tickCount","type":{"text":"any"}}]},{"kind":"method","name":"_renderTooltip","privacy":"private"},{"kind":"method","name":"_renderEditableInput","privacy":"private"},{"kind":"method","name":"_showTooltip","privacy":"private"},{"kind":"method","name":"_hideTooltip","privacy":"private"},{"kind":"method","name":"_handleInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleNumberInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_emitValue","privacy":"private","parameters":[{"name":"e","optional":true,"type":{"text":"any"}}]},{"kind":"method","name":"_getTooltipPosition","privacy":"private"},{"kind":"method","name":"_updateTooltipPosition","privacy":"private"},{"kind":"method","name":"showTickMark","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]}],"events":[{"description":"Captures the input event and emits the selected value and original event details.`detail:{ origEvent: Event,value: number }`","name":"on-input"}],"attributes":[{"type":{"text":"number"},"description":"The value of the input.","name":"value","default":"0"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","fieldName":"disabled"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","fieldName":"caption"},{"name":"max","type":{"text":"number"},"default":"100","description":"The maximum value.","fieldName":"max"},{"name":"min","type":{"text":"number"},"default":"0","description":"The minimum value.","fieldName":"min"},{"name":"step","type":{"text":"number"},"default":"1","description":"The step between values.","fieldName":"step"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"enableTickMarker","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for enable Tick Marker on slider.","fieldName":"enableTickMarker"},{"name":"enableScaleMarker","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for enable Scale Marker below slider","fieldName":"enableScaleMarker"},{"name":"editableInput","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for editable Input. Note: Enabling this property will disable the tooltip.","fieldName":"editableInput"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"customLabels","type":{"text":"string[]"},"default":"[]","description":"Custom Labels","fieldName":"customLabels"},{"name":"enableTooltip","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for enable Tooltip.","fieldName":"enableTooltip"},{"name":"enableButtonControls","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for button controls.","fieldName":"enableButtonControls"},{"name":"fullWidth","type":{"text":"boolean"},"default":"false","description":"Makes the slider expand to fill the full width of its container.","fieldName":"fullWidth"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-slider-input","customElement":true}],"exports":[{"kind":"js","name":"SliderInput","declaration":{"name":"SliderInput","module":"src/components/reusable/sliderInput/sliderInput.ts"}},{"kind":"custom-element-definition","name":"kyn-slider-input","declaration":{"name":"SliderInput","module":"src/components/reusable/sliderInput/sliderInput.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/splitButton/defs.ts","declarations":[],"exports":[]},{"kind":"javascript-module","path":"src/components/reusable/splitButton/index.ts","declarations":[],"exports":[{"kind":"js","name":"SplitButton","declaration":{"name":"SplitButton","module":"./splitButton"}},{"kind":"js","name":"SplitButtonOption","declaration":{"name":"SplitButtonOption","module":"./splitButtonOption"}}]},{"kind":"javascript-module","path":"src/components/reusable/splitButton/splitButton.ts","declarations":[{"kind":"class","description":"Split Button","name":"SplitButton","slots":[{"description":"Slot for split button options.","name":"unnamed"},{"description":"Slot for an icon (optional).","name":"icon"}],"members":[{"kind":"field","name":"description","type":{"text":"string"},"default":"''","description":"ARIA label for the buttons for accessibility.","attribute":"description"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"Split button name.","attribute":"name"},{"kind":"field","name":"kind","type":{"text":"SPLIT_BTN_KINDS"},"description":"Specifies the visual appearance/kind of the split button.","attribute":"kind"},{"kind":"field","name":"size","type":{"text":"SPLIT_BTN_SIZES"},"description":"Specifies the size of the split button.","attribute":"size"},{"kind":"field","name":"iconPosition","type":{"text":"SPLIIT_BTN_ICON_POSITION"},"description":"Specifies the position of the icon relative to any split button text. Default `'left'`. This is optional and work with icon slot.","attribute":"iconPosition"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Split button text (required)","attribute":"label"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines if the split button is disabled.","attribute":"disabled","reflects":true},{"kind":"field","name":"destructive","type":{"text":"boolean"},"default":"false","description":"Determines if the split button indicates a destructive action.","attribute":"destructive","reflects":true},{"kind":"field","name":"menuMinWidth","type":{"text":"string"},"default":"'initial'","description":"Menu CSS min-width value.","attribute":"menuMinWidth"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Listbox/menu open state.","attribute":"open"},{"kind":"method","name":"_positionMenu","privacy":"private","description":"Repositions the menu so it stays within the viewport: opens upwards when\nnear the bottom edge and anchors to the right (opens leftwards) when a\nleft-aligned menu would overflow the right edge, preventing page scroll."},{"kind":"method","name":"handleListBlur","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleButtonKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleListKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleKeyboard","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"keyCode","type":{"text":"number"}},{"name":"target","type":{"text":"string"}}]},{"kind":"field","name":"toggleDropdown","privacy":"private"},{"kind":"method","name":"_handleClickOut","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleBlur","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handlePrimaryClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"emitValue","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Captures the event and emits the selected value and original event details.","name":"on-click"}],"attributes":[{"name":"description","type":{"text":"string"},"default":"''","description":"ARIA label for the buttons for accessibility.","fieldName":"description"},{"name":"name","type":{"text":"string"},"default":"''","description":"Split button name.","fieldName":"name"},{"name":"kind","type":{"text":"SPLIT_BTN_KINDS"},"description":"Specifies the visual appearance/kind of the split button.","fieldName":"kind"},{"name":"size","type":{"text":"SPLIT_BTN_SIZES"},"description":"Specifies the size of the split button.","fieldName":"size"},{"name":"iconPosition","type":{"text":"SPLIIT_BTN_ICON_POSITION"},"description":"Specifies the position of the icon relative to any split button text. Default `'left'`. This is optional and work with icon slot.","fieldName":"iconPosition"},{"name":"label","type":{"text":"string"},"default":"''","description":"Split button text (required)","fieldName":"label"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines if the split button is disabled.","fieldName":"disabled"},{"name":"destructive","type":{"text":"boolean"},"default":"false","description":"Determines if the split button indicates a destructive action.","fieldName":"destructive"},{"name":"menuMinWidth","type":{"text":"string"},"default":"'initial'","description":"Menu CSS min-width value.","fieldName":"menuMinWidth"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Listbox/menu open state.","fieldName":"open"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-split-btn","customElement":true}],"exports":[{"kind":"js","name":"SplitButton","declaration":{"name":"SplitButton","module":"src/components/reusable/splitButton/splitButton.ts"}},{"kind":"custom-element-definition","name":"kyn-split-btn","declaration":{"name":"SplitButton","module":"src/components/reusable/splitButton/splitButton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/splitButton/splitButtonOption.ts","declarations":[{"kind":"class","description":"Split button option.","name":"SplitButtonOption","slots":[{"description":"Slot for option text.","name":"unnamed"}],"members":[{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Split button option value.","attribute":"value"},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Split button option selected state.","attribute":"selected","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Split button menu option disabled state.","attribute":"disabled"},{"kind":"method","name":"handleSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"handleBlur","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Emits the option details to the parent split button. `detail:{ origEvent: CustomEvent,value: string, text: string,otherattributes }`","name":"on-action-click"}],"attributes":[{"name":"value","type":{"text":"string"},"default":"''","description":"Split button option value.","fieldName":"value"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Split button option selected state.","fieldName":"selected"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Split button menu option disabled state.","fieldName":"disabled"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-splitbutton-option","customElement":true}],"exports":[{"kind":"js","name":"SplitButtonOption","declaration":{"name":"SplitButtonOption","module":"src/components/reusable/splitButton/splitButtonOption.ts"}},{"kind":"custom-element-definition","name":"kyn-splitbutton-option","declaration":{"name":"SplitButtonOption","module":"src/components/reusable/splitButton/splitButtonOption.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/splitView/index.ts","declarations":[],"exports":[{"kind":"js","name":"SplitView","declaration":{"name":"SplitView","module":"./splitView"}}]},{"kind":"javascript-module","path":"src/components/reusable/splitView/splitView.ts","declarations":[{"kind":"class","description":"Split View — resizable multi-pane layout.\n\nSlot content into `start`, the default (primary), and optionally `end` panes.\nThree-pane mode activates automatically when the `end` slot has content.\nAt narrow container widths the layout collapses to a tabbed compact view\nusing `kyn-tabs`.","name":"SplitView","slots":[{"description":"Content for the start (left) pane.","name":"start"},{"description":"Content for the primary (center) pane.","name":"unnamed"},{"description":"Content for the end (right) pane. Presence of content enables three-pane mode.","name":"end"}],"members":[{"kind":"field","name":"startPaneSize","type":{"text":"string"},"default":"'39%'","description":"Initial width of the start pane. Accepts any CSS length value.","attribute":"startPaneSize"},{"kind":"field","name":"endPaneSize","type":{"text":"string"},"default":"'28%'","description":"Initial width of the end pane (three-pane mode only). Accepts any CSS length value.","attribute":"endPaneSize"},{"kind":"field","name":"compactBreakpoint","type":{"text":"number"},"default":"900","description":"Container width (px) below which the layout switches to compact tabbed mode. Set to `0` to disable.","attribute":"compactBreakpoint"},{"kind":"field","name":"minPaneSize","type":{"text":"number"},"default":"120","description":"Minimum width (px) for start and end panes during drag resize.","attribute":"minPaneSize"},{"kind":"field","name":"minCenterSize","type":{"text":"number"},"default":"160","description":"Minimum width (px) for the primary (center) pane during drag resize.","attribute":"minCenterSize"},{"kind":"field","name":"startPaneLabel","type":{"text":"string"},"default":"'Start'","description":"Label for the start pane tab in compact mode.","attribute":"startPaneLabel"},{"kind":"field","name":"primaryPaneLabel","type":{"text":"string"},"default":"'Primary'","description":"Label for the primary pane tab in compact mode.","attribute":"primaryPaneLabel"},{"kind":"field","name":"endPaneLabel","type":{"text":"string"},"default":"'End'","description":"Label for the end pane tab in compact mode.","attribute":"endPaneLabel"},{"kind":"field","name":"startDividerInverted","type":{"text":"'none' | 'left' | 'right'"},"default":"'none'","description":"Invert one grip line on the start divider for contrast against a dark adjacent pane. `'left'` or `'right'`.","attribute":"startDividerInverted"},{"kind":"field","name":"endDividerInverted","type":{"text":"'none' | 'left' | 'right'"},"default":"'none'","description":"Invert one grip line on the end divider for contrast against a dark adjacent pane. `'left'` or `'right'`.","attribute":"endDividerInverted"},{"kind":"field","name":"hideBorder","type":{"text":"boolean"},"default":"false","description":"Removes the default border, border-radius, and box-shadow from the component.","attribute":"hideBorder","reflects":true},{"kind":"field","name":"textStrings","default":"{\n resizePanes: 'Resize panes',\n resizeStartPane: 'Resize start pane',\n resizeEndPane: 'Resize end pane',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_renderDesktop","privacy":"private"},{"kind":"method","name":"_renderCompact","privacy":"private"},{"kind":"method","name":"_handleEndSlotChange","privacy":"private"},{"kind":"method","name":"_updateCompactState","privacy":"private"},{"kind":"method","name":"_getPaneEl","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}}]},{"kind":"method","name":"_getPaneWidth","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}}]},{"kind":"method","name":"_getPaneMaxWidth","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}}]},{"kind":"method","name":"_applyPaneWidth","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}},{"name":"width","type":{"text":"number"}}]},{"kind":"method","name":"_getDividerAriaLabel","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}}]},{"kind":"method","name":"_syncDividerAria","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}},{"name":"width","type":{"text":"number"}},{"name":"maxWidth","type":{"text":"number"}}]},{"kind":"method","name":"_syncPaneMetrics","privacy":"private"},{"kind":"method","name":"_emitResize","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}}]},{"kind":"method","name":"_onDividerDown","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}},{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"_onDragMove","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"_onDividerKeyDown","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}},{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_onDragEnd","privacy":"private"}],"events":[{"name":"on-resize","type":{"text":"CustomEvent"},"description":"Fires when a pane is resized via drag or keyboard. `detail: { pane: 'start' | 'end', width: number }`"}],"attributes":[{"name":"startPaneSize","type":{"text":"string"},"default":"'39%'","description":"Initial width of the start pane. Accepts any CSS length value.","fieldName":"startPaneSize"},{"name":"endPaneSize","type":{"text":"string"},"default":"'28%'","description":"Initial width of the end pane (three-pane mode only). Accepts any CSS length value.","fieldName":"endPaneSize"},{"name":"compactBreakpoint","type":{"text":"number"},"default":"900","description":"Container width (px) below which the layout switches to compact tabbed mode. Set to `0` to disable.","fieldName":"compactBreakpoint"},{"name":"minPaneSize","type":{"text":"number"},"default":"120","description":"Minimum width (px) for start and end panes during drag resize.","fieldName":"minPaneSize"},{"name":"minCenterSize","type":{"text":"number"},"default":"160","description":"Minimum width (px) for the primary (center) pane during drag resize.","fieldName":"minCenterSize"},{"name":"startPaneLabel","type":{"text":"string"},"default":"'Start'","description":"Label for the start pane tab in compact mode.","fieldName":"startPaneLabel"},{"name":"primaryPaneLabel","type":{"text":"string"},"default":"'Primary'","description":"Label for the primary pane tab in compact mode.","fieldName":"primaryPaneLabel"},{"name":"endPaneLabel","type":{"text":"string"},"default":"'End'","description":"Label for the end pane tab in compact mode.","fieldName":"endPaneLabel"},{"name":"startDividerInverted","type":{"text":"'none' | 'left' | 'right'"},"default":"'none'","description":"Invert one grip line on the start divider for contrast against a dark adjacent pane. `'left'` or `'right'`.","fieldName":"startDividerInverted"},{"name":"endDividerInverted","type":{"text":"'none' | 'left' | 'right'"},"default":"'none'","description":"Invert one grip line on the end divider for contrast against a dark adjacent pane. `'left'` or `'right'`.","fieldName":"endDividerInverted"},{"name":"hideBorder","type":{"text":"boolean"},"default":"false","description":"Removes the default border, border-radius, and box-shadow from the component.","fieldName":"hideBorder"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-split-view","customElement":true}],"exports":[{"kind":"js","name":"SplitView","declaration":{"name":"SplitView","module":"src/components/reusable/splitView/splitView.ts"}},{"kind":"custom-element-definition","name":"kyn-split-view","declaration":{"name":"SplitView","module":"src/components/reusable/splitView/splitView.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/statusButton/defs.ts","declarations":[{"kind":"variable","name":"STATUS_KINDS_SOLID","type":{"text":"array"},"default":"[\n STATUS_KINDS.SUCCESS,\n STATUS_KINDS.WARNING,\n STATUS_KINDS.ERROR,\n STATUS_KINDS.CRITICAL,\n STATUS_KINDS.LOW,\n STATUS_KINDS.MEDIUM,\n STATUS_KINDS.HIGH,\n STATUS_KINDS.AI,\n]"},{"kind":"variable","name":"STATUS_KINDS_OUTLINE","type":{"text":"array"},"default":"[\n STATUS_KINDS.OUTLINE_SUCCESS,\n STATUS_KINDS.OUTLINE_WARNING,\n STATUS_KINDS.OUTLINE_ERROR,\n STATUS_KINDS.OUTLINE_CRITICAL,\n STATUS_KINDS.OUTLINE_LOW,\n STATUS_KINDS.OUTLINE_MEDIUM,\n STATUS_KINDS.OUTLINE_HIGH,\n]"}],"exports":[{"kind":"js","name":"STATUS_KINDS_SOLID","declaration":{"name":"STATUS_KINDS_SOLID","module":"src/components/reusable/statusButton/defs.ts"}},{"kind":"js","name":"STATUS_KINDS_OUTLINE","declaration":{"name":"STATUS_KINDS_OUTLINE","module":"src/components/reusable/statusButton/defs.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/statusButton/index.ts","declarations":[],"exports":[{"kind":"js","name":"StatusButton","declaration":{"name":"StatusButton","module":"./statusButton"}}]},{"kind":"javascript-module","path":"src/components/reusable/statusButton/statusButton.ts","declarations":[{"kind":"class","description":"Status Button.","name":"StatusButton","slots":[{"description":"Slot for icon.","name":"unnamed"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Status label (Required).","attribute":"label"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Specify disabled state.","attribute":"disabled"},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Specify selected state.","attribute":"selected"},{"kind":"field","name":"noTruncation","type":{"text":"boolean"},"default":"false","description":"Removes label text truncation.","attribute":"noTruncation"},{"kind":"field","name":"kind","type":{"text":"STATUS_KINDS"},"description":"Specifies the visual appearance/kind of the status.","attribute":"kind"},{"kind":"method","name":"handleBtnClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"value","type":{"text":"string"}}]}],"events":[{"description":"Captures the event and emits the selected value and original event details.`detail:{ origEvent: PointerEvent,value: string }`","name":"on-click"}],"attributes":[{"name":"label","type":{"text":"string"},"default":"''","description":"Status label (Required).","fieldName":"label"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Specify disabled state.","fieldName":"disabled"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Specify selected state.","fieldName":"selected"},{"name":"noTruncation","type":{"text":"boolean"},"default":"false","description":"Removes label text truncation.","fieldName":"noTruncation"},{"name":"kind","type":{"text":"STATUS_KINDS"},"description":"Specifies the visual appearance/kind of the status.","fieldName":"kind"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-status-btn","customElement":true}],"exports":[{"kind":"js","name":"StatusButton","declaration":{"name":"StatusButton","module":"src/components/reusable/statusButton/statusButton.ts"}},{"kind":"custom-element-definition","name":"kyn-status-btn","declaration":{"name":"StatusButton","module":"src/components/reusable/statusButton/statusButton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/stepper/index.ts","declarations":[],"exports":[{"kind":"js","name":"Stepper","declaration":{"name":"Stepper","module":"./stepper"}},{"kind":"js","name":"StepperItem","declaration":{"name":"StepperItem","module":"./stepperItem"}},{"kind":"js","name":"StepperItemChild","declaration":{"name":"StepperItemChild","module":"./stepperItemChild"}}]},{"kind":"javascript-module","path":"src/components/reusable/stepper/stepper.ts","declarations":[{"kind":"class","description":"Stepper","name":"Stepper","slots":[{"description":"Slot for step items.","name":"unnamed"}],"members":[{"kind":"field","name":"stepperType","type":{"text":"string"},"default":"'procedure'","description":"Stepper type `'procedure'` & `'status'`.\n\nprocedure: Allows a user to move through a series of steps that need to be completed, such as filling out a series of forms. The user can therefore know where they are in the sequence, and can go back to previous steps if needed. Procedure should use the `'large'` size stepper.\n\nstatus: Should not allow the user navigate to previous steps for ex: sequential forms, payment gateway etc. Should use the `'small'` size to avoid unnecessary clutter.\n\nNote: Read the stepper guidelines for more info.","attribute":"stepperType"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Wheter the stepper is in vertical type.","attribute":"vertical"},{"kind":"field","name":"stepperSize","type":{"text":"string"},"default":"'large'","description":"Stepper size `'large'` & `'small'`.","attribute":"stepperSize"},{"kind":"field","name":"currentIndex","type":{"text":"number"},"default":"0","description":"Curent index of stepper. Usefull for navigation logic like next, prev etc.","attribute":"currentIndex"},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"_determineFirstLastSteps","privacy":"private"},{"kind":"method","name":"_handleStepClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Captures the event and emits the active step and original event details when click on any step title. This is only for procedure type stepper. Status stepper doesn't emit this event.","name":"on-click"}],"attributes":[{"name":"stepperType","type":{"text":"string"},"default":"'procedure'","description":"Stepper type `'procedure'` & `'status'`.\n\nprocedure: Allows a user to move through a series of steps that need to be completed, such as filling out a series of forms. The user can therefore know where they are in the sequence, and can go back to previous steps if needed. Procedure should use the `'large'` size stepper.\n\nstatus: Should not allow the user navigate to previous steps for ex: sequential forms, payment gateway etc. Should use the `'small'` size to avoid unnecessary clutter.\n\nNote: Read the stepper guidelines for more info.","fieldName":"stepperType"},{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Wheter the stepper is in vertical type.","fieldName":"vertical"},{"name":"stepperSize","type":{"text":"string"},"default":"'large'","description":"Stepper size `'large'` & `'small'`.","fieldName":"stepperSize"},{"name":"currentIndex","type":{"text":"number"},"default":"0","description":"Curent index of stepper. Usefull for navigation logic like next, prev etc.","fieldName":"currentIndex"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-stepper","customElement":true}],"exports":[{"kind":"js","name":"Stepper","declaration":{"name":"Stepper","module":"src/components/reusable/stepper/stepper.ts"}},{"kind":"custom-element-definition","name":"kyn-stepper","declaration":{"name":"Stepper","module":"src/components/reusable/stepper/stepper.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/stepper/stepperItem.ts","declarations":[{"kind":"class","description":"Stepper Item.","name":"StepperItem","slots":[{"description":"Slot for tooltip.","name":"tooltip"},{"description":"Children slot. Used for nested children in vertical stepper. Visible only when step state is active. Do not use inside stepperType `'status'`.","name":"child"},{"description":"Optional slot for content in vertical stepper. Visible only when step state is active.","name":"unnamed"}],"members":[{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Whether the stepper is in vertical type.","attribute":"vertical"},{"kind":"field","name":"stepSize","type":{"text":"string"},"default":"'large'","description":"Stepper size `'large'` & `'small'`.","attribute":"stepSize"},{"kind":"field","name":"stepName","type":{"text":"string"},"default":"''","description":"Step name.","attribute":"stepName"},{"kind":"field","name":"stepTitle","type":{"text":"string"},"default":"''","description":"Step title.","attribute":"stepTitle"},{"kind":"field","name":"stepLink","type":{"text":"string"},"default":"''","description":"Step link.","attribute":"stepLink"},{"kind":"field","name":"stepState","type":{"text":"string"},"default":"'pending'","description":"Step state. `'pending'`, `'active'`, `'completed'`, `'excluded'`, `'warning'` & `'destructive'`.\n\n`'pending'`, `'active'` and `'completed'` / `'excluded'` states has 0%, 50% & 100% progress set internally.","attribute":"stepState"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable step.","attribute":"disabled"},{"kind":"field","name":"showCounter","type":{"text":"boolean"},"default":"false","description":"Optional. Show counter for vertical stepper when stepState is `'pending'`.","attribute":"showCounter"},{"kind":"method","name":"_handleChildToggle","privacy":"private"},{"kind":"method","name":"_handleStepClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleChildSlotChange","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"getProgressValue","privacy":"private","return":{"type":{"text":"number"}}}],"events":[{"description":"Emits the step details to the parent stepper component when click on step title.`detail:{ origEvent: PointerEvent,step: StepperItem, otherattributes }`","name":"on-step-click"}],"attributes":[{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Whether the stepper is in vertical type.","fieldName":"vertical"},{"name":"stepSize","type":{"text":"string"},"default":"'large'","description":"Stepper size `'large'` & `'small'`.","fieldName":"stepSize"},{"name":"stepName","type":{"text":"string"},"default":"''","description":"Step name.","fieldName":"stepName"},{"name":"stepTitle","type":{"text":"string"},"default":"''","description":"Step title.","fieldName":"stepTitle"},{"name":"stepLink","type":{"text":"string"},"default":"''","description":"Step link.","fieldName":"stepLink"},{"name":"stepState","type":{"text":"string"},"default":"'pending'","description":"Step state. `'pending'`, `'active'`, `'completed'`, `'excluded'`, `'warning'` & `'destructive'`.\n\n`'pending'`, `'active'` and `'completed'` / `'excluded'` states has 0%, 50% & 100% progress set internally.","fieldName":"stepState"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable step.","fieldName":"disabled"},{"name":"showCounter","type":{"text":"boolean"},"default":"false","description":"Optional. Show counter for vertical stepper when stepState is `'pending'`.","fieldName":"showCounter"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-stepper-item","customElement":true}],"exports":[{"kind":"js","name":"StepperItem","declaration":{"name":"StepperItem","module":"src/components/reusable/stepper/stepperItem.ts"}},{"kind":"custom-element-definition","name":"kyn-stepper-item","declaration":{"name":"StepperItem","module":"src/components/reusable/stepper/stepperItem.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/stepper/stepperItemChild.ts","declarations":[{"kind":"class","description":"Stepper Item child.","name":"StepperItemChild","slots":[{"description":"Slot for other elements.","name":"unnamed"}],"members":[{"kind":"field","name":"childTitle","type":{"text":"string"},"default":"''","description":"Child Title. Required for nested child inside step.","attribute":"childTitle"},{"kind":"field","name":"childLink","type":{"text":"string"},"default":"''","description":"Child link.","attribute":"childLink"},{"kind":"field","name":"childSubTitle","type":{"text":"string"},"default":"''","description":"Optional Child Subtitle.","attribute":"childSubTitle"},{"kind":"field","name":"childState","type":{"text":"string"},"default":"'pending'","description":"Child State. `'pending'`, `'active'` & `'completed'`.","attribute":"childState"},{"kind":"method","name":"_handleChildStepClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"getProgressValue","privacy":"private","return":{"type":{"text":"number"}}}],"events":[{"description":"Emits event on child click. Only for vertical mode. `detail:{ origEvent: PointerEvent,step: StepperItem, otherattributes }`","name":"on-child-click"}],"attributes":[{"name":"childTitle","type":{"text":"string"},"default":"''","description":"Child Title. Required for nested child inside step.","fieldName":"childTitle"},{"name":"childLink","type":{"text":"string"},"default":"''","description":"Child link.","fieldName":"childLink"},{"name":"childSubTitle","type":{"text":"string"},"default":"''","description":"Optional Child Subtitle.","fieldName":"childSubTitle"},{"name":"childState","type":{"text":"string"},"default":"'pending'","description":"Child State. `'pending'`, `'active'` & `'completed'`.","fieldName":"childState"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-stepper-item-child","customElement":true}],"exports":[{"kind":"js","name":"StepperItemChild","declaration":{"name":"StepperItemChild","module":"src/components/reusable/stepper/stepperItemChild.ts"}},{"kind":"custom-element-definition","name":"kyn-stepper-item-child","declaration":{"name":"StepperItemChild","module":"src/components/reusable/stepper/stepperItemChild.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/defs.ts","declarations":[],"exports":[]},{"kind":"javascript-module","path":"src/components/reusable/table/index.ts","declarations":[],"exports":[{"kind":"js","name":"Table","declaration":{"name":"Table","module":"./table"}},{"kind":"js","name":"TableCell","declaration":{"name":"TableCell","module":"./table-cell"}},{"kind":"js","name":"TableRow","declaration":{"name":"TableRow","module":"./table-row"}},{"kind":"js","name":"TableBody","declaration":{"name":"TableBody","module":"./table-body"}},{"kind":"js","name":"TableHead","declaration":{"name":"TableHead","module":"./table-head"}},{"kind":"js","name":"TableHeader","declaration":{"name":"TableHeader","module":"./table-header"}},{"kind":"js","name":"TableFoot","declaration":{"name":"TableFoot","module":"./table-foot"}},{"kind":"js","name":"TableFooter","declaration":{"name":"TableFooter","module":"./table-footer"}},{"kind":"js","name":"TableLegend","declaration":{"name":"TableLegend","module":"./table-legend"}},{"kind":"js","name":"TableLegendItem","declaration":{"name":"TableLegendItem","module":"./table-legend-item"}},{"kind":"js","name":"TableToolbar","declaration":{"name":"TableToolbar","module":"./table-toolbar"}},{"kind":"js","name":"TableContainer","declaration":{"name":"TableContainer","module":"./table-container"}},{"kind":"js","name":"TableHeaderRow","declaration":{"name":"TableHeaderRow","module":"./table-header-row"}},{"kind":"js","name":"TableExpandedRow","declaration":{"name":"TableExpandedRow","module":"./table-expanded-row"}},{"kind":"js","name":"TableSkeleton","declaration":{"name":"TableSkeleton","module":"./table.skeleton"}},{"kind":"js","name":"TableHeaderGroup","declaration":{"name":"TableHeaderGroup","module":"./table-header-group"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-body.ts","declarations":[{"kind":"class","description":"`kyn-tbody` Web Component.\n\nRepresents the body section of Shidoka's design system tables. Designed to provide\na consistent look and feel, and can offer striped rows for enhanced readability.","name":"TableBody","slots":[{"description":"The content slot for adding rows (`<kyn-tr>`) within the table body.","name":"unnamed"}],"members":[{"kind":"field","name":"striped","type":{"text":"boolean"},"default":"false","description":"Determines if the rows in the table body should be striped.","attribute":"striped","reflects":true},{"kind":"field","name":"handleContextChange","description":"Updates the row's striped property when the context changes.","parameters":[{"description":"The updated context.","name":"context","type":{"text":"TableContextType"}}]}],"events":[{"name":"on-rows-change","type":{"text":"CustomEvent"},"description":"Dispatched when the rows in the table body change."}],"attributes":[{"name":"striped","type":{"text":"boolean"},"default":"false","description":"Determines if the rows in the table body should be striped.","fieldName":"striped"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tbody","customElement":true}],"exports":[{"kind":"js","name":"TableBody","declaration":{"name":"TableBody","module":"src/components/reusable/table/table-body.ts"}},{"kind":"custom-element-definition","name":"kyn-tbody","declaration":{"name":"TableBody","module":"src/components/reusable/table/table-body.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-cell.ts","declarations":[{"kind":"class","description":"`kyn-td` Web Component.\n\nRepresents a table cell (data cell) within Shidoka's design system tables.\nAllows customization of alignment and can reflect the sort direction when\nused within sortable columns.","name":"TableCell","slots":[{"description":"The content slot for adding table data inside the cell.","name":"unnamed"}],"members":[{"kind":"field","name":"dense","type":{"text":"boolean"},"default":"false","attribute":"dense","reflects":true},{"kind":"field","name":"align","type":{"text":"TABLE_CELL_ALIGN"},"description":"Determines the text alignment of the table cell's content.","attribute":"align","reflects":true},{"kind":"field","name":"width","type":{"text":"string"},"default":"''","description":"Sets a fixed width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","attribute":"width","reflects":true},{"kind":"field","name":"maxWidth","type":{"text":"string"},"default":"''","description":"Sets a maximum width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","attribute":"maxWidth","reflects":true},{"kind":"field","name":"minWidth","type":{"text":"string"},"default":"''","description":"Sets a minimum width for the cell;\nAccepts standard CSS width values (e.g., '150px', '50%').","attribute":"minWidth","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the cell.","attribute":"disabled","reflects":true},{"kind":"field","name":"dimmed","type":{"text":"boolean"},"default":"false","description":"Dim the cell.","attribute":"dimmed","reflects":true},{"kind":"field","name":"handleContextChange","description":"Updates the cell's dense properties when the context changes.","parameters":[{"description":"The updated context.","name":"context","type":{"text":"TableContextType"}}]}],"attributes":[{"name":"dense","type":{"text":"boolean"},"default":"false","fieldName":"dense"},{"name":"align","type":{"text":"TABLE_CELL_ALIGN"},"description":"Determines the text alignment of the table cell's content.","fieldName":"align"},{"name":"width","type":{"text":"string"},"default":"''","description":"Sets a fixed width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","fieldName":"width"},{"name":"maxWidth","type":{"text":"string"},"default":"''","description":"Sets a maximum width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","fieldName":"maxWidth"},{"name":"minWidth","type":{"text":"string"},"default":"''","description":"Sets a minimum width for the cell;\nAccepts standard CSS width values (e.g., '150px', '50%').","fieldName":"minWidth"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the cell.","fieldName":"disabled"},{"name":"dimmed","type":{"text":"boolean"},"default":"false","description":"Dim the cell.","fieldName":"dimmed"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-td","customElement":true}],"exports":[{"kind":"js","name":"TableCell","declaration":{"name":"TableCell","module":"src/components/reusable/table/table-cell.ts"}},{"kind":"custom-element-definition","name":"kyn-td","declaration":{"name":"TableCell","module":"src/components/reusable/table/table-cell.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-container.ts","declarations":[{"kind":"class","description":"`kyn-table-container` Web Component.\n\nProvides a container for Shidoka's design system tables. It's designed to encapsulate\nand apply styles uniformly across the table elements.","name":"TableContainer","slots":[{"description":"The content slot for adding table and related elements.","name":"unnamed"}],"members":[{"kind":"field","name":"tabIndex","type":{"text":"number"},"default":"0","attribute":"tabIndex","reflects":true}],"attributes":[{"name":"tabIndex","type":{"text":"number"},"default":"0","fieldName":"tabIndex"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table-container","customElement":true}],"exports":[{"kind":"js","name":"TableContainer","declaration":{"name":"TableContainer","module":"src/components/reusable/table/table-container.ts"}},{"kind":"custom-element-definition","name":"kyn-table-container","declaration":{"name":"TableContainer","module":"src/components/reusable/table/table-container.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-context.ts","declarations":[{"kind":"variable","name":"tableContext"}],"exports":[{"kind":"js","name":"tableContext","declaration":{"name":"tableContext","module":"src/components/reusable/table/table-context.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-expanded-row.ts","declarations":[{"kind":"class","description":"\n`kyn-expanded-tr` Web Component.\n\nDesigned to display additional details for a row in a table.\nThe row is expandable and can be expanded/collapsed by toggling the plus/minus icons.","name":"TableExpandedRow","slots":[{"description":"The slot for adding content to the expandable details section.","name":"unnamed"}],"members":[{"kind":"field","name":"colSpan","type":{"text":"number"},"default":"1","description":"The number of columns that the expanded row should span.\nReflects the `colspan` attribute.","attribute":"colspan"},{"kind":"field","name":"expanded","type":{"text":"boolean"},"default":"false","description":"`true` if the table row should be expanded.","attribute":"expanded","reflects":true}],"attributes":[{"name":"colspan","type":{"text":"number"},"default":"1","description":"The number of columns that the expanded row should span.\nReflects the `colspan` attribute.","fieldName":"colSpan"},{"name":"expanded","type":{"text":"boolean"},"default":"false","description":"`true` if the table row should be expanded.","fieldName":"expanded"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-expanded-tr","customElement":true}],"exports":[{"kind":"js","name":"TableExpandedRow","declaration":{"name":"TableExpandedRow","module":"src/components/reusable/table/table-expanded-row.ts"}},{"kind":"custom-element-definition","name":"kyn-expanded-tr","declaration":{"name":"TableExpandedRow","module":"src/components/reusable/table/table-expanded-row.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-foot.ts","declarations":[{"kind":"class","description":"`kyn-tfoot` Web Component.\n\nRepresents a custom table foot (`<tfoot>`) for Shidoka's design system tables.\nDesigned to contain and style table footer rows (`<tr>`) and footer cells (`<td>`).","name":"TableFoot","slots":[{"description":"The content slot for adding table foot rows.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tfoot","customElement":true}],"exports":[{"kind":"js","name":"TableFoot","declaration":{"name":"TableFoot","module":"src/components/reusable/table/table-foot.ts"}},{"kind":"custom-element-definition","name":"kyn-tfoot","declaration":{"name":"TableFoot","module":"src/components/reusable/table/table-foot.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-footer.ts","declarations":[{"kind":"class","description":"Table Footer\n\nIntended to contain Legend and Pagination.","name":"TableFooter","slots":[{"description":"Default slot.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table-footer","customElement":true}],"exports":[{"kind":"js","name":"TableFooter","declaration":{"name":"TableFooter","module":"src/components/reusable/table/table-footer.ts"}},{"kind":"custom-element-definition","name":"kyn-table-footer","declaration":{"name":"TableFooter","module":"src/components/reusable/table/table-footer.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-head.ts","declarations":[{"kind":"class","description":"`kyn-thead` Web Component.\n\nRepresents a custom table head (`<thead>`) for Shidoka's design system tables.\nDesigned to contain and style table header rows (`<tr>`) and header cells (`<th>`).","name":"TableHead","slots":[{"description":"The content slot for adding table header rows (`<kyn-header-tr>`).","name":"unnamed"}],"members":[{"kind":"field","name":"stickyHeader","type":{"text":"boolean"},"default":"false","attribute":"stickyHeader","reflects":true},{"kind":"field","name":"handleContextChange","description":"Update the stickyHeader property when the context changes.","parameters":[{"description":"The updated context.","name":"context","type":{"text":"TableContextType"}}]},{"kind":"method","name":"handleChildSort","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]}],"attributes":[{"name":"stickyHeader","type":{"text":"boolean"},"default":"false","fieldName":"stickyHeader"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-thead","customElement":true}],"exports":[{"kind":"js","name":"TableHead","declaration":{"name":"TableHead","module":"src/components/reusable/table/table-head.ts"}},{"kind":"custom-element-definition","name":"kyn-thead","declaration":{"name":"TableHead","module":"src/components/reusable/table/table-head.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-header-group.ts","declarations":[{"kind":"class","description":"`kyn-th-group` Web Component.\nRepresents a stacked/grouped header that spans multiple columns.\nUses `display: contents` so it is invisible to the CSS table layout,\nallowing its child `kyn-th` elements to participate directly as table-cells.\nThe group label is passed to children, which render it above their content.","name":"TableHeaderGroup","slots":[{"description":"Slot for child `kyn-th` elements that belong to this group.","name":"unnamed"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"The label/title displayed in the stacked (parent) header row.","attribute":"label"},{"kind":"field","name":"align","type":{"text":"TABLE_CELL_ALIGN"},"description":"Specifies the alignment of the group header label.\nOptions: 'left', 'center', 'right'","attribute":"align","reflects":true}],"attributes":[{"name":"label","type":{"text":"string"},"default":"''","description":"The label/title displayed in the stacked (parent) header row.","fieldName":"label"},{"name":"align","type":{"text":"TABLE_CELL_ALIGN"},"description":"Specifies the alignment of the group header label.\nOptions: 'left', 'center', 'right'","fieldName":"align"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-th-group","customElement":true}],"exports":[{"kind":"js","name":"TableHeaderGroup","declaration":{"name":"TableHeaderGroup","module":"src/components/reusable/table/table-header-group.ts"}},{"kind":"custom-element-definition","name":"kyn-th-group","declaration":{"name":"TableHeaderGroup","module":"src/components/reusable/table/table-header-group.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-header-row.ts","declarations":[{"kind":"class","description":"`kyn-header-tr` Web Component.\n\nThe `<kyn-header-tr>` component is designed to function as the\nheader row within a table that's part of Shidoka's design system.","name":"TableHeaderRow","members":[{"kind":"field","name":"expandableColumnWidth","type":{"text":"string"},"default":"'64px'","description":"expandableColumnWidth: The width of the expandable column.","attribute":"expandableColumnWidth"},{"kind":"field","name":"multiSelectColumnWidth","type":{"text":"string"},"default":"'64px'","description":"multiSelectColumnWidth: The width of the multi-select column.","attribute":"multiSelectColumnWidth"},{"kind":"field","name":"selectAllItemsText","type":{"text":"string"},"default":"'Select all items'","description":"Text for \"Select all items\" option in the bulk selection menu.","attribute":"selectAllItemsText"},{"kind":"field","name":"selectAllTooltipText","type":{"text":"string"},"default":"''","description":"Tooltip text for \"Select all items\" option in the bulk selection menu.","attribute":"selectAllTooltipText"},{"kind":"field","name":"selectAllAssistiveText","type":{"text":"string"},"default":"'Select all options'","description":"Assistive text for the bulk selection menu trigger.","attribute":"selectAllAssistiveText"},{"kind":"field","name":"clearSelectionText","type":{"text":"string"},"default":"'Clear selection'","description":"Text for \"Clear selection\" option in the bulk selection menu.","attribute":"clearSelectionText"},{"kind":"field","name":"disableClearSelection","type":{"text":"boolean"},"default":"false","description":"\"Clear selection\" option state in the bulk selection menu.","attribute":"disableClearSelection"},{"kind":"method","name":"handleToggleBulkSelection","privacy":"private","parameters":[{"name":"action","type":{"text":"'bulkselect-all' | 'clear-all'"}}],"description":"Handles bulk menu selection"},{"kind":"method","name":"handleToggleSelectionAll","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Toggles the selection state of all rows in the table."},{"kind":"method","name":"updateHeaderCheckboxState","parameters":[{"name":"indeterminate","type":{"text":"boolean"}},{"name":"checked","type":{"text":"boolean"}}],"description":"Updates the state of the header checkbox based on the number of\nselected rows."},{"kind":"field","name":"rowId","type":{"text":"string"},"default":"''","description":"rowId: String - Unique identifier for the row.","attribute":"rowId","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"selected: Boolean indicating whether the row is selected.\nReflects the `selected` attribute.","attribute":"selected","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"checkboxSelection","type":{"text":"boolean"},"default":"false","description":"checkboxSelection: Boolean indicating whether rows should be\nselectable using checkboxes.","attribute":"checkboxSelection","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"dense","type":{"text":"boolean"},"default":"false","description":"dense: Boolean indicating whether the table should be displayed\nin dense mode.","attribute":"dense","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"unread","type":{"text":"boolean"},"default":"false","description":"Unread row state.","attribute":"unread","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"locked","type":{"text":"boolean"},"default":"false","description":"locked: Boolean indicating whether the row is locked.\nIf a row is selected before it is locked, it remains selected even after being locked.\nA row can be selected and disabled/locked simultaneously.","attribute":"locked","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"expandable","type":{"text":"boolean"},"default":"false","description":"expandable: Boolean indicating whether the row is expandable.","attribute":"expandable","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"expanded","type":{"text":"boolean"},"default":"false","description":"expanded: Boolean indicating whether the row is expanded.","attribute":"expanded","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"disabled: Boolean indicating whether the row is disabled.\nA disabled row is not allowed to have any user interactions.\nA row can be selected and disabled/locked simultaneously.","attribute":"disabled","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"preventHighlight","type":{"text":"boolean"},"default":"false","description":"preventHighlight: Boolean indicating whether the row should not be highlighted.","attribute":"preventHighlight","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"dimmed","type":{"text":"boolean"},"default":"false","description":"dimmed: Boolean indicating whether the row is dimmed.\nA row should not be selected and dimmed simultaneously.","attribute":"dimmed","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"textStrings","default":"{\n expanded: 'Expanded',\n collapsed: 'Collapsed',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"},"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"handleContextChange","description":"Updates the cell's dense and ellipsis properties when the context changes.","parameters":[{"description":"The updated context.","name":"context","type":{"text":"TableContextType"}}],"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"method","name":"handleRowSelectionChange","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Handles the change of selection state for a specific row.","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"method","name":"_emitSelected","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"method","name":"_handleUserInitiatedToggleExpando","parameters":[{"name":"expanded","default":"!this.expanded"}],"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"method","name":"_handleExpanding","privacy":"private","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}}],"events":[{"name":"on-bulkselect-all","type":{"text":"CustomEvent"}},{"name":"on-header-checkbox-toggle","type":{"text":"CustomEvent"}},{"name":"on-row-select","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"table-row-expando-beingtoggled","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"table-row-expando-toggled","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}}],"attributes":[{"name":"expandableColumnWidth","type":{"text":"string"},"default":"'64px'","description":"expandableColumnWidth: The width of the expandable column.","fieldName":"expandableColumnWidth"},{"name":"multiSelectColumnWidth","type":{"text":"string"},"default":"'64px'","description":"multiSelectColumnWidth: The width of the multi-select column.","fieldName":"multiSelectColumnWidth"},{"name":"selectAllItemsText","type":{"text":"string"},"default":"'Select all items'","description":"Text for \"Select all items\" option in the bulk selection menu.","fieldName":"selectAllItemsText"},{"name":"selectAllTooltipText","type":{"text":"string"},"default":"''","description":"Tooltip text for \"Select all items\" option in the bulk selection menu.","fieldName":"selectAllTooltipText"},{"name":"selectAllAssistiveText","type":{"text":"string"},"default":"'Select all options'","description":"Assistive text for the bulk selection menu trigger.","fieldName":"selectAllAssistiveText"},{"name":"clearSelectionText","type":{"text":"string"},"default":"'Clear selection'","description":"Text for \"Clear selection\" option in the bulk selection menu.","fieldName":"clearSelectionText"},{"name":"disableClearSelection","type":{"text":"boolean"},"default":"false","description":"\"Clear selection\" option state in the bulk selection menu.","fieldName":"disableClearSelection"},{"name":"rowId","type":{"text":"string"},"default":"''","description":"rowId: String - Unique identifier for the row.","fieldName":"rowId","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"selected: Boolean indicating whether the row is selected.\nReflects the `selected` attribute.","fieldName":"selected","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"checkboxSelection","type":{"text":"boolean"},"default":"false","description":"checkboxSelection: Boolean indicating whether rows should be\nselectable using checkboxes.","fieldName":"checkboxSelection","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"dense","type":{"text":"boolean"},"default":"false","description":"dense: Boolean indicating whether the table should be displayed\nin dense mode.","fieldName":"dense","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"unread","type":{"text":"boolean"},"default":"false","description":"Unread row state.","fieldName":"unread","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"locked","type":{"text":"boolean"},"default":"false","description":"locked: Boolean indicating whether the row is locked.\nIf a row is selected before it is locked, it remains selected even after being locked.\nA row can be selected and disabled/locked simultaneously.","fieldName":"locked","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"expandable","type":{"text":"boolean"},"default":"false","description":"expandable: Boolean indicating whether the row is expandable.","fieldName":"expandable","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"expanded","type":{"text":"boolean"},"default":"false","description":"expanded: Boolean indicating whether the row is expanded.","fieldName":"expanded","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"disabled: Boolean indicating whether the row is disabled.\nA disabled row is not allowed to have any user interactions.\nA row can be selected and disabled/locked simultaneously.","fieldName":"disabled","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"preventHighlight","type":{"text":"boolean"},"default":"false","description":"preventHighlight: Boolean indicating whether the row should not be highlighted.","fieldName":"preventHighlight","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"dimmed","type":{"text":"boolean"},"default":"false","description":"dimmed: Boolean indicating whether the row is dimmed.\nA row should not be selected and dimmed simultaneously.","fieldName":"dimmed","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}}],"superclass":{"name":"TableRow","module":"/src/components/reusable/table/table-row"},"tagName":"kyn-header-tr","customElement":true,"slots":[{"description":"The content slot for adding table cells (`kyn-td` or other relevant cells).","name":"unnamed","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"description":"Slot for expand placeholder content (like `kyn-td` or other relevant cells).","name":"expand-placeholder","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}}]}],"exports":[{"kind":"js","name":"TableHeaderRow","declaration":{"name":"TableHeaderRow","module":"src/components/reusable/table/table-header-row.ts"}},{"kind":"custom-element-definition","name":"kyn-header-tr","declaration":{"name":"TableHeaderRow","module":"src/components/reusable/table/table-header-row.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-header.ts","declarations":[{"kind":"class","description":"`kyn-th` Web Component.\n\nRepresents a custom table header cell (`<th>`) for Shidoka's design system tables.\nProvides sorting functionality when enabled and allows alignment customization.","name":"TableHeader","slots":[{"description":"The content slot for adding header text or content.","name":"unnamed"},{"description":"slot for column filter.","name":"column-filter"}],"members":[{"kind":"field","name":"dense","type":{"text":"boolean"},"default":"false","description":"Determines if the cell should have a denser layout.","attribute":"dense","reflects":true},{"kind":"field","name":"handleContextChange","description":"Updates the cell's dense properties when the context changes.","parameters":[{"description":"The updated context.","name":"context","type":{"text":"TableContextType"}}]},{"kind":"field","name":"align","type":{"text":"TABLE_CELL_ALIGN"},"description":"Specifies the alignment of the content within the table header.\nOptions: 'left', 'center', 'right'","attribute":"align","reflects":true},{"kind":"field","name":"sortable","type":{"text":"boolean"},"default":"false","description":"Specifies if the column is sortable.\nIf set to true, an arrow icon will be displayed unpon hover,\nallowing the user to toggle sort directions.","attribute":"sortable","reflects":true},{"kind":"field","name":"sortDirection","type":{"text":"SORT_DIRECTION"},"description":"Specifies the direction of sorting applied to the column.","attribute":"sortDirection","reflects":true},{"kind":"field","name":"headerLabel","type":{"text":"string"},"default":"''","description":"The textual content associated with this component.\nRepresents the primary content or label that will be displayed.","attribute":"headerLabel"},{"kind":"field","name":"sortKey","type":{"text":"string"},"default":"''","description":"The unique identifier representing this column header.\nUsed to distinguish between different sortable columns and\nto ensure that only one column is sorted at a time.","attribute":"sortKey"},{"kind":"field","name":"visiblyHidden","type":{"text":"boolean"},"default":"false","description":"Determines whether the content should be hidden from visual view but remain accessible\nto screen readers for accessibility purposes. When set to `true`, the content\nwill not be visibly shown, but its content can still be read by screen readers.\nThis is especially useful for providing additional context or information to\nassistive technologies without cluttering the visual UI.","attribute":"visiblyHidden"},{"kind":"field","name":"width","type":{"text":"string"},"default":"''","description":"Sets a fixed width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","attribute":"width","reflects":true},{"kind":"field","name":"maxWidth","type":{"text":"string"},"default":"''","description":"Sets a maximum width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","attribute":"maxWidth","reflects":true},{"kind":"field","name":"minWidth","type":{"text":"string"},"default":"''","description":"Sets a minimum width for the cell;\nAccepts standard CSS width values (e.g., '150px', '50%').","attribute":"minWidth","reflects":true},{"kind":"field","name":"resizable","type":{"text":"boolean"},"default":"false","description":"Enables resizing for this column.\nWhen true, a resize handle appears on the right edge of the column.","attribute":"resizable","reflects":true},{"kind":"field","name":"assistiveResizeText","type":{"text":"string"},"default":"'Column resize'","description":"Assistive resize handle text for screen readers.","attribute":"assistiveResizeText"},{"kind":"field","name":"resizeMinWidth","type":{"text":"string"},"default":"'0px'","description":"Sets a resize minimum width for the cell(supports 'px'.e.g., '150px');","attribute":"resizeMinWidth"},{"kind":"field","name":"resizeMaxWidth","type":{"text":"string"},"default":"''","description":"Sets a resize maximum width for the cell (supports 'px'e.g., '150px');","attribute":"resizeMaxWidth"},{"kind":"method","name":"resetSort","description":"Resets the sorting direction of the component to its default state.\nUseful for initializing or clearing any applied sorting on the element."},{"kind":"method","name":"toggleSortDirection","privacy":"private","description":"Toggles the sort direction between ascending, descending, and default states.\nIt also dispatches an event to notify parent components of the sorting change."},{"kind":"method","name":"getTextContent"},{"kind":"method","name":"_handleResizeHandleHeight","privacy":"private","parameters":[{"name":"table","type":{"text":"any"}}]}],"events":[{"name":"on-sort-changed","type":{"text":"CustomEvent"},"description":"Dispatched when the sort direction is changed. `detail: {sortDirection: string, sortKey: string } `"},{"description":"Dispatched when the column is resized. `detail: { columnIndex: number, newWidth: string }`","name":"on-column-resize"}],"attributes":[{"name":"dense","type":{"text":"boolean"},"default":"false","description":"Determines if the cell should have a denser layout.","fieldName":"dense"},{"name":"align","type":{"text":"TABLE_CELL_ALIGN"},"description":"Specifies the alignment of the content within the table header.\nOptions: 'left', 'center', 'right'","fieldName":"align"},{"name":"sortable","type":{"text":"boolean"},"default":"false","description":"Specifies if the column is sortable.\nIf set to true, an arrow icon will be displayed unpon hover,\nallowing the user to toggle sort directions.","fieldName":"sortable"},{"name":"sortDirection","type":{"text":"SORT_DIRECTION"},"description":"Specifies the direction of sorting applied to the column.","fieldName":"sortDirection"},{"name":"headerLabel","type":{"text":"string"},"default":"''","description":"The textual content associated with this component.\nRepresents the primary content or label that will be displayed.","fieldName":"headerLabel"},{"name":"sortKey","type":{"text":"string"},"default":"''","description":"The unique identifier representing this column header.\nUsed to distinguish between different sortable columns and\nto ensure that only one column is sorted at a time.","fieldName":"sortKey"},{"name":"visiblyHidden","type":{"text":"boolean"},"default":"false","description":"Determines whether the content should be hidden from visual view but remain accessible\nto screen readers for accessibility purposes. When set to `true`, the content\nwill not be visibly shown, but its content can still be read by screen readers.\nThis is especially useful for providing additional context or information to\nassistive technologies without cluttering the visual UI.","fieldName":"visiblyHidden"},{"name":"width","type":{"text":"string"},"default":"''","description":"Sets a fixed width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","fieldName":"width"},{"name":"maxWidth","type":{"text":"string"},"default":"''","description":"Sets a maximum width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","fieldName":"maxWidth"},{"name":"minWidth","type":{"text":"string"},"default":"''","description":"Sets a minimum width for the cell;\nAccepts standard CSS width values (e.g., '150px', '50%').","fieldName":"minWidth"},{"name":"resizable","type":{"text":"boolean"},"default":"false","description":"Enables resizing for this column.\nWhen true, a resize handle appears on the right edge of the column.","fieldName":"resizable"},{"name":"assistiveResizeText","type":{"text":"string"},"default":"'Column resize'","description":"Assistive resize handle text for screen readers.","fieldName":"assistiveResizeText"},{"name":"resizeMinWidth","type":{"text":"string"},"default":"'0px'","description":"Sets a resize minimum width for the cell(supports 'px'.e.g., '150px');","fieldName":"resizeMinWidth"},{"name":"resizeMaxWidth","type":{"text":"string"},"default":"''","description":"Sets a resize maximum width for the cell (supports 'px'e.g., '150px');","fieldName":"resizeMaxWidth"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-th","customElement":true}],"exports":[{"kind":"js","name":"TableHeader","declaration":{"name":"TableHeader","module":"src/components/reusable/table/table-header.ts"}},{"kind":"custom-element-definition","name":"kyn-th","declaration":{"name":"TableHeader","module":"src/components/reusable/table/table-header.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-legend-item.ts","declarations":[{"kind":"class","description":"Table Legend Item","name":"TableLegendItem","slots":[{"description":"Default slot for icon and text.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table-legend-item","customElement":true}],"exports":[{"kind":"js","name":"TableLegendItem","declaration":{"name":"TableLegendItem","module":"src/components/reusable/table/table-legend-item.ts"}},{"kind":"custom-element-definition","name":"kyn-table-legend-item","declaration":{"name":"TableLegendItem","module":"src/components/reusable/table/table-legend-item.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-legend.ts","declarations":[{"kind":"class","description":"Table Legend","name":"TableLegend","slots":[{"description":"Default slot for Legend Items.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table-legend","customElement":true}],"exports":[{"kind":"js","name":"TableLegend","declaration":{"name":"TableLegend","module":"src/components/reusable/table/table-legend.ts"}},{"kind":"custom-element-definition","name":"kyn-table-legend","declaration":{"name":"TableLegend","module":"src/components/reusable/table/table-legend.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-row.ts","declarations":[{"kind":"class","description":"`kyn-tr` Web Component.\n\nRepresents a table row (`<tr>`) equivalent for custom tables created with Shidoka's design system.\nIt primarily acts as a container for individual table cells and behaves similarly to a native `<tr>` element.","name":"TableRow","slots":[{"description":"The content slot for adding table cells (`kyn-td` or other relevant cells).","name":"unnamed"},{"description":"Slot for expand placeholder content (like `kyn-td` or other relevant cells).","name":"expand-placeholder"}],"members":[{"kind":"field","name":"rowId","type":{"text":"string"},"default":"''","description":"rowId: String - Unique identifier for the row.","attribute":"rowId","reflects":true},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"selected: Boolean indicating whether the row is selected.\nReflects the `selected` attribute.","attribute":"selected","reflects":true},{"kind":"field","name":"checkboxSelection","type":{"text":"boolean"},"default":"false","description":"checkboxSelection: Boolean indicating whether rows should be\nselectable using checkboxes.","attribute":"checkboxSelection","reflects":true},{"kind":"field","name":"dense","type":{"text":"boolean"},"default":"false","description":"dense: Boolean indicating whether the table should be displayed\nin dense mode.","attribute":"dense"},{"kind":"field","name":"unread","type":{"text":"boolean"},"default":"false","description":"Unread row state.","attribute":"unread"},{"kind":"field","name":"locked","type":{"text":"boolean"},"default":"false","description":"locked: Boolean indicating whether the row is locked.\nIf a row is selected before it is locked, it remains selected even after being locked.\nA row can be selected and disabled/locked simultaneously.","attribute":"locked","reflects":true},{"kind":"field","name":"expandable","type":{"text":"boolean"},"default":"false","description":"expandable: Boolean indicating whether the row is expandable.","attribute":"expandable","reflects":true},{"kind":"field","name":"expanded","type":{"text":"boolean"},"default":"false","description":"expanded: Boolean indicating whether the row is expanded.","attribute":"expanded","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"disabled: Boolean indicating whether the row is disabled.\nA disabled row is not allowed to have any user interactions.\nA row can be selected and disabled/locked simultaneously.","attribute":"disabled","reflects":true},{"kind":"field","name":"preventHighlight","type":{"text":"boolean"},"default":"false","description":"preventHighlight: Boolean indicating whether the row should not be highlighted.","attribute":"preventHighlight","reflects":true},{"kind":"field","name":"dimmed","type":{"text":"boolean"},"default":"false","description":"dimmed: Boolean indicating whether the row is dimmed.\nA row should not be selected and dimmed simultaneously.","attribute":"dimmed","reflects":true},{"kind":"field","name":"textStrings","default":"{\n expanded: 'Expanded',\n collapsed: 'Collapsed',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"handleContextChange","description":"Updates the cell's dense and ellipsis properties when the context changes.","parameters":[{"description":"The updated context.","name":"context","type":{"text":"TableContextType"}}]},{"kind":"method","name":"handleRowSelectionChange","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Handles the change of selection state for a specific row."},{"kind":"method","name":"_emitSelected"},{"kind":"method","name":"_handleUserInitiatedToggleExpando","parameters":[{"name":"expanded","default":"!this.expanded"}]},{"kind":"method","name":"_handleExpanding","privacy":"private"}],"events":[{"name":"on-row-select","type":{"text":"CustomEvent"}},{"name":"table-row-expando-beingtoggled","type":{"text":"CustomEvent"}},{"name":"table-row-expando-toggled","type":{"text":"CustomEvent"}}],"attributes":[{"name":"rowId","type":{"text":"string"},"default":"''","description":"rowId: String - Unique identifier for the row.","fieldName":"rowId"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"selected: Boolean indicating whether the row is selected.\nReflects the `selected` attribute.","fieldName":"selected"},{"name":"checkboxSelection","type":{"text":"boolean"},"default":"false","description":"checkboxSelection: Boolean indicating whether rows should be\nselectable using checkboxes.","fieldName":"checkboxSelection"},{"name":"dense","type":{"text":"boolean"},"default":"false","description":"dense: Boolean indicating whether the table should be displayed\nin dense mode.","fieldName":"dense"},{"name":"unread","type":{"text":"boolean"},"default":"false","description":"Unread row state.","fieldName":"unread"},{"name":"locked","type":{"text":"boolean"},"default":"false","description":"locked: Boolean indicating whether the row is locked.\nIf a row is selected before it is locked, it remains selected even after being locked.\nA row can be selected and disabled/locked simultaneously.","fieldName":"locked"},{"name":"expandable","type":{"text":"boolean"},"default":"false","description":"expandable: Boolean indicating whether the row is expandable.","fieldName":"expandable"},{"name":"expanded","type":{"text":"boolean"},"default":"false","description":"expanded: Boolean indicating whether the row is expanded.","fieldName":"expanded"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"disabled: Boolean indicating whether the row is disabled.\nA disabled row is not allowed to have any user interactions.\nA row can be selected and disabled/locked simultaneously.","fieldName":"disabled"},{"name":"preventHighlight","type":{"text":"boolean"},"default":"false","description":"preventHighlight: Boolean indicating whether the row should not be highlighted.","fieldName":"preventHighlight"},{"name":"dimmed","type":{"text":"boolean"},"default":"false","description":"dimmed: Boolean indicating whether the row is dimmed.\nA row should not be selected and dimmed simultaneously.","fieldName":"dimmed"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tr","customElement":true}],"exports":[{"kind":"js","name":"TableRow","declaration":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"custom-element-definition","name":"kyn-tr","declaration":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-toolbar.ts","declarations":[{"kind":"class","description":"`kyn-table-toolbar` Web Component.\n\nThis component provides a toolbar for tables, primarily featuring a title and additional content.\nThe title is rendered prominently, while the slot can be used for controls, buttons, or other interactive elements.","name":"TableToolbar","slots":[{"description":"The primary content slot for controls, buttons, or other toolbar content.","name":"unnamed"}],"members":[{"kind":"field","name":"tableTitle","type":{"text":"string"},"default":"''","description":"The title for the toolbar","attribute":"tableTitle"},{"kind":"field","name":"tableSubtitle","type":{"text":"string"},"default":"''","description":"The subtitle for the toolbar","attribute":"tableSubtitle"}],"attributes":[{"name":"tableTitle","type":{"text":"string"},"default":"''","description":"The title for the toolbar","fieldName":"tableTitle"},{"name":"tableSubtitle","type":{"text":"string"},"default":"''","description":"The subtitle for the toolbar","fieldName":"tableSubtitle"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table-toolbar","customElement":true}],"exports":[{"kind":"js","name":"TableToolbar","declaration":{"name":"TableToolbar","module":"src/components/reusable/table/table-toolbar.ts"}},{"kind":"custom-element-definition","name":"kyn-table-toolbar","declaration":{"name":"TableToolbar","module":"src/components/reusable/table/table-toolbar.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table.skeleton.ts","declarations":[{"kind":"class","description":"`kyn-table-skeleton` Web Component.\nA skeleton loading state for the table component that mirrors its structure.","name":"TableSkeleton","members":[{"kind":"field","name":"rows","type":{"text":"number"},"default":"5","description":"Number of skeleton rows to display.","attribute":"rows"},{"kind":"field","name":"showPagination","type":{"text":"boolean"},"default":"false","description":"Shows/hides pagination skeleton.","attribute":"showPagination"},{"kind":"field","name":"dense","type":{"text":"boolean"},"default":"false","description":"Sets dense mode value.","attribute":"dense"},{"kind":"field","name":"striped","type":{"text":"boolean"},"default":"false","description":"Sets striped rows value.","attribute":"striped"},{"kind":"field","name":"hideTableTitles","type":{"text":"boolean"},"default":"false","description":"Show/hide table header.","attribute":"hideTableTitles"},{"kind":"field","name":"fixedLayout","type":{"text":"boolean"},"default":"false","description":"Fixed layout boolean.","attribute":"fixedLayout"},{"kind":"field","name":"tableTitle","type":{"text":"string"},"default":"''","description":"Sets title to display in the table toolbar.","attribute":"tableTitle"},{"kind":"field","name":"tableSubtitle","type":{"text":"string"},"default":"''","description":"Sets subtitle to display in the table toolbar.","attribute":"tableSubtitle"},{"kind":"field","name":"showGlobalFilter","type":{"text":"boolean"},"default":"false","description":"Shows/hides golbal filter skeleton.","attribute":"showGlobalFilter"},{"kind":"method","name":"renderSkeletonCell","privacy":"private","parameters":[{"name":"type","type":{"text":"'thead' | 'tbody'"}}]}],"attributes":[{"name":"rows","type":{"text":"number"},"default":"5","description":"Number of skeleton rows to display.","fieldName":"rows"},{"name":"showPagination","type":{"text":"boolean"},"default":"false","description":"Shows/hides pagination skeleton.","fieldName":"showPagination"},{"name":"dense","type":{"text":"boolean"},"default":"false","description":"Sets dense mode value.","fieldName":"dense"},{"name":"striped","type":{"text":"boolean"},"default":"false","description":"Sets striped rows value.","fieldName":"striped"},{"name":"hideTableTitles","type":{"text":"boolean"},"default":"false","description":"Show/hide table header.","fieldName":"hideTableTitles"},{"name":"fixedLayout","type":{"text":"boolean"},"default":"false","description":"Fixed layout boolean.","fieldName":"fixedLayout"},{"name":"tableTitle","type":{"text":"string"},"default":"''","description":"Sets title to display in the table toolbar.","fieldName":"tableTitle"},{"name":"tableSubtitle","type":{"text":"string"},"default":"''","description":"Sets subtitle to display in the table toolbar.","fieldName":"tableSubtitle"},{"name":"showGlobalFilter","type":{"text":"boolean"},"default":"false","description":"Shows/hides golbal filter skeleton.","fieldName":"showGlobalFilter"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table-skeleton","customElement":true}],"exports":[{"kind":"js","name":"TableSkeleton","declaration":{"name":"TableSkeleton","module":"src/components/reusable/table/table.skeleton.ts"}},{"kind":"custom-element-definition","name":"kyn-table-skeleton","declaration":{"name":"TableSkeleton","module":"src/components/reusable/table/table.skeleton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table.ts","declarations":[{"kind":"class","description":"`kyn-table` Web Component.\nThis component provides a table with sorting, pagination, and selection capabilities.\nIt is designed to be used with the `kyn-table-toolbar` and `kyn-table-container` components.","name":"Table","members":[{"kind":"field","name":"checkboxSelection","type":{"text":"boolean"},"description":"checkboxSelection: Boolean indicating whether rows should be\nselectable using checkboxes.","attribute":"checkboxSelection"},{"kind":"field","name":"striped","type":{"text":"boolean"},"default":"false","description":"striped: Boolean indicating whether rows should have alternate\ncoloring.","attribute":"striped"},{"kind":"field","name":"stickyHeader","type":{"text":"boolean"},"default":"false","description":"stickyHeader: Boolean indicating whether the table header should be sticky.\nMust also set a height or max-height on kyn-table-container.","attribute":"stickyHeader"},{"kind":"field","name":"dense","type":{"text":"boolean"},"default":"false","description":"dense: Boolean indicating whether the table should be displayed\nin dense mode.","attribute":"dense"},{"kind":"field","name":"fixedLayout","type":{"text":"boolean"},"default":"false","description":"fixedLayout: Boolean indicating whether the table should have a fixed layout.\nThis will set the table's layout to fixed, which means the table and column widths\nwill be determined by the width of the columns and not by the content of the cells.\nThis can be useful when you want to have a consistent column width across multiple tables.","attribute":"fixedLayout"},{"kind":"field","name":"enableBulkSelection","type":{"text":"boolean"},"description":"enableBulkSelection: Boolean indicating whether to show the bulk selection menu in the header when checkboxSelection is enabled.","default":"false","attribute":"enableBulkSelection"},{"kind":"method","name":"_updateHeaderCheckbox","privacy":"private","description":"Updates the state of the header checkbox based on the number of\nselected rows."},{"kind":"method","name":"_handleRowSelectionChange","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Handles the change of selection state for a specific row."},{"kind":"method","name":"_toggleSelectionAll","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Toggles the selection state of all rows in the table."},{"kind":"method","name":"updateAfterExternalChanges","privacy":"public","description":"Resets the selection state of all rows in the table.\nThis method is called when the table is reset or cleared.","return":{"type":{"text":""}}},{"kind":"method","name":"getSelectedRows","privacy":"public","description":"Returns the selected rows in the table.","return":{"type":{"text":""}}},{"kind":"method","name":"_handleRowsChange","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"},"description":"The custom event containing the updated rows."}],"description":"Handles the change of rows in the table body."},{"kind":"method","name":"_updateSelectionStates","privacy":"private"},{"kind":"method","name":"_handleBulkSelectAll","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Handles bulk selection menu actions.\nbulkselect-all -> for selecting all rows across pages (when pagination is implemented)\nclear-all -> clears everything"},{"kind":"method","name":"_updateVisibleSelectedRows","privacy":"private","description":"Updates currently visible selected rows.\nOnly rows on current page."}],"events":[{"name":"on-row-selection-change","type":{"text":"CustomEvent"},"description":"Dispatched when the selection state of a row is toggled.`detail:{mode:string,selectedRow:TableRow,selectedRows:TableRow[]}`. Also, `excludedRowIds:[]` will get included in detail to track unselected rows when \"Select all\" is active."},{"name":"on-all-rows-selection-change","type":{"text":"CustomEvent"},"description":"Dispatched when the selection state of all rows is toggled.`detail:{mode:string,selectedRows:TableRow[]}`. Here `mode: select_all | select_visible_all | clear_all`"}],"attributes":[{"name":"checkboxSelection","type":{"text":"boolean"},"description":"checkboxSelection: Boolean indicating whether rows should be\nselectable using checkboxes.","fieldName":"checkboxSelection"},{"name":"striped","type":{"text":"boolean"},"default":"false","description":"striped: Boolean indicating whether rows should have alternate\ncoloring.","fieldName":"striped"},{"name":"stickyHeader","type":{"text":"boolean"},"default":"false","description":"stickyHeader: Boolean indicating whether the table header should be sticky.\nMust also set a height or max-height on kyn-table-container.","fieldName":"stickyHeader"},{"name":"dense","type":{"text":"boolean"},"default":"false","description":"dense: Boolean indicating whether the table should be displayed\nin dense mode.","fieldName":"dense"},{"name":"fixedLayout","type":{"text":"boolean"},"default":"false","description":"fixedLayout: Boolean indicating whether the table should have a fixed layout.\nThis will set the table's layout to fixed, which means the table and column widths\nwill be determined by the width of the columns and not by the content of the cells.\nThis can be useful when you want to have a consistent column width across multiple tables.","fieldName":"fixedLayout"},{"name":"enableBulkSelection","type":{"text":"boolean"},"description":"enableBulkSelection: Boolean indicating whether to show the bulk selection menu in the header when checkboxSelection is enabled.","default":"false","fieldName":"enableBulkSelection"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table","customElement":true}],"exports":[{"kind":"js","name":"Table","declaration":{"name":"Table","module":"src/components/reusable/table/table.ts"}},{"kind":"custom-element-definition","name":"kyn-table","declaration":{"name":"Table","module":"src/components/reusable/table/table.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tabs/defs.ts","declarations":[],"exports":[]},{"kind":"javascript-module","path":"src/components/reusable/tabs/index.ts","declarations":[],"exports":[{"kind":"js","name":"Tabs","declaration":{"name":"Tabs","module":"./tabs"}},{"kind":"js","name":"Tab","declaration":{"name":"Tab","module":"./tab"}},{"kind":"js","name":"TabPanel","declaration":{"name":"TabPanel","module":"./tabPanel"}}]},{"kind":"javascript-module","path":"src/components/reusable/tabs/tab.ts","declarations":[{"kind":"class","description":"","name":"Tab","members":[{"kind":"field","name":"id","type":{"text":"string"},"default":"''","description":"Matching Tab ID, required.","attribute":"id","reflects":true},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Determines selected state.","attribute":"selected","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines disabled state.","attribute":"disabled"},{"kind":"field","name":"fillWidth","type":{"text":"boolean"},"default":"false","description":"Allows the tab button to fill the host width when the host is sized by a parent pattern.","attribute":"fill-width","reflects":true},{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Determines vertical state.","attribute":"vertical","reflects":true},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"AI connected state.","attribute":"data-aiconnected","reflects":true},{"kind":"field","name":"role","type":{"text":"string"},"default":"'tab'","description":"aria role.","attribute":"role","reflects":true},{"kind":"field","name":"tabIndex","type":{"text":"number"},"default":"0","description":"Tab index.","attribute":"tabIndex","reflects":true},{"kind":"field","name":"'aria-selected'","type":{"text":"string"},"default":"'false'","description":"Aria selected state.","attribute":"'aria-selected'","reflects":true},{"kind":"field","name":"'aria-controls'","type":{"text":"string"},"default":"''","description":"Aria controls state.","attribute":"'aria-controls'","reflects":true},{"kind":"field","name":"'aria-disabled'","type":{"text":"string"},"default":"'false'","description":"Aria disabled state.","attribute":"'aria-disabled'","reflects":true}],"attributes":[{"name":"id","type":{"text":"string"},"default":"''","description":"Matching Tab ID, required.","fieldName":"id"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Determines selected state.","fieldName":"selected"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines disabled state.","fieldName":"disabled"},{"name":"fill-width","type":{"text":"boolean"},"default":"false","description":"Allows the tab button to fill the host width when the host is sized by a parent pattern.","fieldName":"fillWidth"},{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Determines vertical state.","fieldName":"vertical"},{"name":"data-aiconnected","type":{"text":"boolean"},"default":"false","description":"AI connected state.","fieldName":"aiConnected"},{"name":"role","type":{"text":"string"},"default":"'tab'","description":"aria role.","fieldName":"role"},{"name":"tabIndex","type":{"text":"number"},"default":"0","description":"Tab index.","fieldName":"tabIndex"},{"name":"'aria-selected'","type":{"text":"string"},"default":"'false'","description":"Aria selected state.","fieldName":"'aria-selected'"},{"name":"'aria-controls'","type":{"text":"string"},"default":"''","description":"Aria controls state.","fieldName":"'aria-controls'"},{"name":"'aria-disabled'","type":{"text":"string"},"default":"'false'","description":"Aria disabled state.","fieldName":"'aria-disabled'"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tab","customElement":true}],"exports":[{"kind":"js","name":"Tab","declaration":{"name":"Tab","module":"src/components/reusable/tabs/tab.ts"}},{"kind":"custom-element-definition","name":"kyn-tab","declaration":{"name":"Tab","module":"src/components/reusable/tabs/tab.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tabs/tabPanel.ts","declarations":[{"kind":"class","description":"Tabs.","name":"TabPanel","slots":[{"description":"Slot for tab content.","name":"unnamed"}],"members":[{"kind":"field","name":"tabId","type":{"text":"string"},"default":"''","description":"Matching Tab ID, required.","attribute":"tabId"},{"kind":"field","name":"visible","type":{"text":"boolean"},"default":"false","description":"Tab Panel visible state. Must match Tab selected state.","attribute":"visible","reflects":true},{"kind":"field","name":"noPadding","type":{"text":"boolean"},"default":"false","description":"Remove side padding (left/right) on tab panel.","attribute":"noPadding"}],"attributes":[{"name":"tabId","type":{"text":"string"},"default":"''","description":"Matching Tab ID, required.","fieldName":"tabId"},{"name":"visible","type":{"text":"boolean"},"default":"false","description":"Tab Panel visible state. Must match Tab selected state.","fieldName":"visible"},{"name":"noPadding","type":{"text":"boolean"},"default":"false","description":"Remove side padding (left/right) on tab panel.","fieldName":"noPadding"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tab-panel","customElement":true}],"exports":[{"kind":"js","name":"TabPanel","declaration":{"name":"TabPanel","module":"src/components/reusable/tabs/tabPanel.ts"}},{"kind":"custom-element-definition","name":"kyn-tab-panel","declaration":{"name":"TabPanel","module":"src/components/reusable/tabs/tabPanel.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tabs/tabs.ts","declarations":[{"kind":"class","description":"Tabs.","name":"Tabs","slots":[{"description":"Slot for kyn-tab-panel components.","name":"unnamed"},{"description":"Slot for kyn-tab components.","name":"tabs"}],"members":[{"kind":"field","name":"tabSize","type":{"text":"string"},"default":"'md'","description":"Size of the tab buttons, `'sm'` or `'md'`. Icon size: 16px.","attribute":"tabSize"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical orientation.","attribute":"vertical"},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"AI specifier.","attribute":"aiConnected"},{"kind":"field","name":"disableAutoFocusUpdate","type":{"text":"boolean"},"default":"false","description":"Enables tab content change on focus with keyboard navigation/assistive technologies.","attribute":"disableAutoFocusUpdate"},{"kind":"field","name":"scrollablePanels","type":{"text":"boolean"},"default":"false","description":"Adds scrollable overflow to the tab panels.","attribute":"scrollablePanels"},{"kind":"method","name":"_handleSlotChangeTabs","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"_handleChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"},"description":"The parameter \"e\" is an event object that contains information about the event\nthat triggered the handleChange function."}],"description":"Updates children and emits a change event based on the provided\nevent details when a child kyn-tab is clicked."},{"kind":"method","name":"_updateChildrenSelection","privacy":"private","parameters":[{"name":"selectedTabId","type":{"text":"string"},"description":"The selectedTabId parameter is a string that represents the ID of\nthe tab that is currently selected."},{"name":"updatePanel","default":"true"}],"description":"Updates the selected property of tabs and the visible property of tab panels based on\nthe selected tab ID."},{"kind":"method","name":"_emitChangeEvent","privacy":"private","parameters":[{"name":"origEvent","type":{"text":"any"},"description":"The origEvent parameter is the original event object that triggered the\nchange event. It could be any type of event object, such as a click event or a keydown event."},{"name":"selectedTabId","type":{"text":"string"},"description":"The selectedTabId parameter is a string that represents the ID of\nthe selected tab."}],"description":"Creates and dispatches a custom event called 'on-change' with the provided original event and\nselected tab ID as details."},{"kind":"method","name":"_handleKeyboard","privacy":"private","parameters":[{"name":"e","type":{"text":"any"},"description":"The parameter `e` is an event object that represents the keyboard event. It\ncontains information about the keyboard event, such as the key code of the pressed key."}],"description":"Handles keyboard events for navigating between tabs.","return":{"type":{"text":""}}}],"events":[{"description":"Emits the new selected Tab ID when switching tabs. `detail:{ origEvent: PointerEvent,selectedTabId: string }`","name":"on-change"}],"attributes":[{"name":"tabSize","type":{"text":"string"},"default":"'md'","description":"Size of the tab buttons, `'sm'` or `'md'`. Icon size: 16px.","fieldName":"tabSize"},{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical orientation.","fieldName":"vertical"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"AI specifier.","fieldName":"aiConnected"},{"name":"disableAutoFocusUpdate","type":{"text":"boolean"},"default":"false","description":"Enables tab content change on focus with keyboard navigation/assistive technologies.","fieldName":"disableAutoFocusUpdate"},{"name":"scrollablePanels","type":{"text":"boolean"},"default":"false","description":"Adds scrollable overflow to the tab panels.","fieldName":"scrollablePanels"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tabs","customElement":true}],"exports":[{"kind":"js","name":"Tabs","declaration":{"name":"Tabs","module":"src/components/reusable/tabs/tabs.ts"}},{"kind":"custom-element-definition","name":"kyn-tabs","declaration":{"name":"Tabs","module":"src/components/reusable/tabs/tabs.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tag/index.ts","declarations":[],"exports":[{"kind":"js","name":"Tag","declaration":{"name":"Tag","module":"./tag"}},{"kind":"js","name":"TagGroup","declaration":{"name":"TagGroup","module":"./tagGroup"}},{"kind":"js","name":"TagSkeleton","declaration":{"name":"TagSkeleton","module":"./tag.skeleton"}}]},{"kind":"javascript-module","path":"src/components/reusable/tag/tag.skeleton.ts","declarations":[{"kind":"class","description":"","name":"TagSkeleton","members":[{"kind":"field","name":"tagSize","type":{"text":"string"},"default":"'sm'","description":"Size of the tag, `'md'` (default) or `'sm'`. Icon size: 16px.","attribute":"tagSize"}],"attributes":[{"name":"tagSize","type":{"text":"string"},"default":"'sm'","description":"Size of the tag, `'md'` (default) or `'sm'`. Icon size: 16px.","fieldName":"tagSize"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tag-skeleton","customElement":true}],"exports":[{"kind":"js","name":"TagSkeleton","declaration":{"name":"TagSkeleton","module":"src/components/reusable/tag/tag.skeleton.ts"}},{"kind":"custom-element-definition","name":"kyn-tag-skeleton","declaration":{"name":"TagSkeleton","module":"src/components/reusable/tag/tag.skeleton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tag/tag.ts","declarations":[{"kind":"class","description":"Tag.","name":"Tag","slots":[{"description":"Slot for icon.","name":"unnamed"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Tag name (Required).","attribute":"label"},{"kind":"field","name":"tagSize","type":{"text":"string"},"default":"'md'","description":"Size of the tag, `'md'` (default) or `'sm'`. Icon size: 16px.","attribute":"tagSize"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Specify if the Tag is disabled.","attribute":"disabled"},{"kind":"field","name":"filter","type":{"text":"boolean"},"default":"false","description":"Determine if Tag state is filter.","attribute":"filter"},{"kind":"field","name":"persistentTag","type":{"text":"boolean"},"default":"false","description":"When true, tag-group visibility limiting will never hide this tag.\nNote: this should primarily for the `Clear All` tag.","attribute":"persistentTag"},{"kind":"field","name":"noTruncation","type":{"text":"boolean"},"default":"false","description":"Removes label text truncation.","attribute":"noTruncation"},{"kind":"field","name":"clickable","type":{"text":"boolean"},"default":"false","description":"Determine if Tag is clickable.","attribute":"clickable"},{"kind":"field","name":"tagColor","type":{"text":"'default' | 'spruce' | 'sea' | 'lilac' | 'ai' | 'red'"},"default":"'default'","description":"Color variants.","attribute":"tagColor"},{"kind":"field","name":"clearTagText","type":{"text":"string"},"default":"'Clear Tag'","description":"Clear Tag Text to improve accessibility","attribute":"clearTagText"},{"kind":"method","name":"_checkForNewTag","privacy":"private"},{"kind":"method","name":"_isTagClickable","privacy":"private"},{"kind":"method","name":"handleTagClear","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"value","type":{"text":"string"}}]},{"kind":"method","name":"handleTagClearPress","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"value","type":{"text":"string"}}]},{"kind":"method","name":"handleTagClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"value","type":{"text":"string"}}]},{"kind":"method","name":"handleTagPress","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"value","type":{"text":"string"}}]}],"events":[{"description":"Captures the close event and emits the Tag value. Works with filterable tags. `detail:{ origEvent: PointerEvent,value: string }`","name":"on-close"},{"description":"Captures the click event and emits the Tag value. Works with clickable tags. `detail:{ origEvent: PointerEvent,value: string }`","name":"on-click"}],"attributes":[{"name":"label","type":{"text":"string"},"default":"''","description":"Tag name (Required).","fieldName":"label"},{"name":"tagSize","type":{"text":"string"},"default":"'md'","description":"Size of the tag, `'md'` (default) or `'sm'`. Icon size: 16px.","fieldName":"tagSize"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Specify if the Tag is disabled.","fieldName":"disabled"},{"name":"filter","type":{"text":"boolean"},"default":"false","description":"Determine if Tag state is filter.","fieldName":"filter"},{"name":"persistentTag","type":{"text":"boolean"},"default":"false","description":"When true, tag-group visibility limiting will never hide this tag.\nNote: this should primarily for the `Clear All` tag.","fieldName":"persistentTag"},{"name":"noTruncation","type":{"text":"boolean"},"default":"false","description":"Removes label text truncation.","fieldName":"noTruncation"},{"name":"clickable","type":{"text":"boolean"},"default":"false","description":"Determine if Tag is clickable.","fieldName":"clickable"},{"name":"tagColor","type":{"text":"'default' | 'spruce' | 'sea' | 'lilac' | 'ai' | 'red'"},"default":"'default'","description":"Color variants.","fieldName":"tagColor"},{"name":"clearTagText","type":{"text":"string"},"default":"'Clear Tag'","description":"Clear Tag Text to improve accessibility","fieldName":"clearTagText"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tag","customElement":true}],"exports":[{"kind":"js","name":"Tag","declaration":{"name":"Tag","module":"src/components/reusable/tag/tag.ts"}},{"kind":"custom-element-definition","name":"kyn-tag","declaration":{"name":"Tag","module":"src/components/reusable/tag/tag.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tag/tagGroup.ts","declarations":[{"kind":"class","description":"Tag & Tag Group","name":"TagGroup","slots":[{"description":"Slot for individual tags and tagsskeleton.","name":"unnamed"}],"members":[{"kind":"field","name":"textStrings","type":{"text":"object"},"default":"{\n showAll: 'Show all',\n showLess: 'Show less',\n }","description":"Text string customization.","attribute":"textStrings"},{"kind":"field","name":"limitTags","type":{"text":"boolean"},"default":"false","description":"Limits visible tags (5) behind a \"Show all\" button. Use only if having more than 5 tags.","attribute":"limitTags"},{"kind":"field","name":"filter","type":{"text":"boolean"},"default":"false","description":"Tag group filter","attribute":"filter"},{"kind":"field","name":"tagSize","type":{"text":"string"},"default":"'md'","description":"Size of the tag, `'md'` (default) or `'sm'`. Icon size: 16px.","attribute":"tagSize"},{"kind":"field","name":"limitCount","type":{"text":"number"},"default":"5","description":"Maximum number of tags to display before showing the \"Show all\" button.","attribute":"limitCount"},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"_toggleRevealed","privacy":"private","parameters":[{"name":"revealed","type":{"text":"boolean"}}]}],"attributes":[{"name":"textStrings","type":{"text":"object"},"default":"{\n showAll: 'Show all',\n showLess: 'Show less',\n }","description":"Text string customization.","fieldName":"textStrings"},{"name":"limitTags","type":{"text":"boolean"},"default":"false","description":"Limits visible tags (5) behind a \"Show all\" button. Use only if having more than 5 tags.","fieldName":"limitTags"},{"name":"filter","type":{"text":"boolean"},"default":"false","description":"Tag group filter","fieldName":"filter"},{"name":"tagSize","type":{"text":"string"},"default":"'md'","description":"Size of the tag, `'md'` (default) or `'sm'`. Icon size: 16px.","fieldName":"tagSize"},{"name":"limitCount","type":{"text":"number"},"default":"5","description":"Maximum number of tags to display before showing the \"Show all\" button.","fieldName":"limitCount"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tag-group","customElement":true}],"exports":[{"kind":"js","name":"TagGroup","declaration":{"name":"TagGroup","module":"src/components/reusable/tag/tagGroup.ts"}},{"kind":"custom-element-definition","name":"kyn-tag-group","declaration":{"name":"TagGroup","module":"src/components/reusable/tag/tagGroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/textArea/index.ts","declarations":[],"exports":[{"kind":"js","name":"TextArea","declaration":{"name":"TextArea","module":"./textArea"}}]},{"kind":"javascript-module","path":"src/components/reusable/textArea/textArea.ts","declarations":[{"kind":"class","description":"Text area.","name":"TextArea","slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","attribute":"caption"},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Input placeholder.","attribute":"placeholder"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","attribute":"required"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","attribute":"readonly"},{"kind":"field","name":"maxLength","type":{"text":"number"},"description":"Maximum number of characters.","attribute":"maxLength"},{"kind":"field","name":"minLength","type":{"text":"number"},"description":"Minimum number of characters.","attribute":"minLength"},{"kind":"field","name":"notResizeable","type":{"text":"boolean"},"default":"false","description":"Set it to `true`, if text area is not resizeable.","attribute":"notResizeable"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"rows","type":{"text":"number"},"description":"textarea rows attribute. The number of visible text lines.\n**Required** when `aiConnected` is set to `true`.","attribute":"rows"},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for AI theme.","attribute":"aiConnected"},{"kind":"field","name":"maxRowsVisible","type":{"text":"number"},"default":"5","description":"Maximum number of visible text lines allowed. Default `5` rows. <br />\n**NOTE**: Applies only when `aiConnected` is set to `true`. <br />\n`rows` is always less than or equal to `maxRowsVisible` and `rows` is used as minimum number of visible text lines.","attribute":"maxRowsVisible"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n errorText: 'Error',\n warning: 'Warning',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"autoComplete","type":{"text":"string"},"default":"'off'","description":"Control for native browser autocomplete. Use `on`, `off`, or a space-separated `token-list` describing autocomplete behavior.","attribute":"autoComplete"},{"kind":"method","name":"handleInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_updateVisibleRows","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]}],"events":[{"description":"Captures the input event and emits the selected value and original event details. `detail:{ origEvent: InputEvent,value: string }`","name":"on-input"}],"attributes":[{"type":{"text":"string"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","fieldName":"caption"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Input placeholder.","fieldName":"placeholder"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","fieldName":"required"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","fieldName":"readonly"},{"name":"maxLength","type":{"text":"number"},"description":"Maximum number of characters.","fieldName":"maxLength"},{"name":"minLength","type":{"text":"number"},"description":"Minimum number of characters.","fieldName":"minLength"},{"name":"notResizeable","type":{"text":"boolean"},"default":"false","description":"Set it to `true`, if text area is not resizeable.","fieldName":"notResizeable"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"rows","type":{"text":"number"},"description":"textarea rows attribute. The number of visible text lines.\n**Required** when `aiConnected` is set to `true`.","fieldName":"rows"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for AI theme.","fieldName":"aiConnected"},{"name":"maxRowsVisible","type":{"text":"number"},"default":"5","description":"Maximum number of visible text lines allowed. Default `5` rows. <br />\n**NOTE**: Applies only when `aiConnected` is set to `true`. <br />\n`rows` is always less than or equal to `maxRowsVisible` and `rows` is used as minimum number of visible text lines.","fieldName":"maxRowsVisible"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"autoComplete","type":{"text":"string"},"default":"'off'","description":"Control for native browser autocomplete. Use `on`, `off`, or a space-separated `token-list` describing autocomplete behavior.","fieldName":"autoComplete"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-text-area","customElement":true}],"exports":[{"kind":"js","name":"TextArea","declaration":{"name":"TextArea","module":"src/components/reusable/textArea/textArea.ts"}},{"kind":"custom-element-definition","name":"kyn-text-area","declaration":{"name":"TextArea","module":"src/components/reusable/textArea/textArea.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/textInput/index.ts","declarations":[],"exports":[{"kind":"js","name":"TextInput","declaration":{"name":"TextInput","module":"./textInput"}}]},{"kind":"javascript-module","path":"src/components/reusable/textInput/textInput.ts","declarations":[{"kind":"class","description":"Text input.","name":"TextInput","slots":[{"description":"Slot for contextual icon.","name":"icon"},{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"type","type":{"text":"'text' | 'password' | 'email' | 'search' | 'tel' | 'url'"},"default":"'text'","description":"Input type, limited to options that are \"text like\".","attribute":"type"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","attribute":"caption"},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Input placeholder.","attribute":"placeholder"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","attribute":"required"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","attribute":"readonly"},{"kind":"field","name":"pattern","type":{"text":"string"},"description":"RegEx pattern to validate.","attribute":"pattern"},{"kind":"field","name":"maxLength","type":{"text":"number"},"description":"Maximum number of characters.","attribute":"maxLength"},{"kind":"field","name":"minLength","type":{"text":"number"},"description":"Minimum number of characters.","attribute":"minLength"},{"kind":"field","name":"iconRight","type":{"text":"boolean"},"default":"false","description":"Place icon on the right.","attribute":"iconRight"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n clearAll: 'Clear all',\n errorText: 'Error',\n showPassword: 'Show password',\n hidePassword: 'Hide password',\n warning: 'Warning',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"autoComplete","type":{"text":"string"},"default":"'off'","description":"Control for native browser autocomplete. Use `on`, `off`, or a space-separated `token-list` describing autocomplete behavior.","attribute":"autoComplete"},{"kind":"method","name":"_handleInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleClear","privacy":"private"},{"kind":"method","name":"_emitValue","privacy":"private","parameters":[{"name":"e","optional":true,"type":{"text":"any"}}]},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]},{"kind":"method","name":"determineIfSlotted","privacy":"private"},{"kind":"method","name":"_togglePasswordVisibility","privacy":"private","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"setValueAndNotify","parameters":[{"name":"val","type":{"text":"string"}}]}],"events":[{"description":"Captures the input event and emits the selected value and original event details.`detail:{ origEvent: InputEvent, value: string }`","name":"on-input"}],"attributes":[{"type":{"text":"string"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"type","type":{"text":"'text' | 'password' | 'email' | 'search' | 'tel' | 'url'"},"default":"'text'","description":"Input type, limited to options that are \"text like\".","fieldName":"type"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","fieldName":"caption"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Input placeholder.","fieldName":"placeholder"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","fieldName":"required"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","fieldName":"readonly"},{"name":"pattern","type":{"text":"string"},"description":"RegEx pattern to validate.","fieldName":"pattern"},{"name":"maxLength","type":{"text":"number"},"description":"Maximum number of characters.","fieldName":"maxLength"},{"name":"minLength","type":{"text":"number"},"description":"Minimum number of characters.","fieldName":"minLength"},{"name":"iconRight","type":{"text":"boolean"},"default":"false","description":"Place icon on the right.","fieldName":"iconRight"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"autoComplete","type":{"text":"string"},"default":"'off'","description":"Control for native browser autocomplete. Use `on`, `off`, or a space-separated `token-list` describing autocomplete behavior.","fieldName":"autoComplete"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-text-input","customElement":true}],"exports":[{"kind":"js","name":"TextInput","declaration":{"name":"TextInput","module":"src/components/reusable/textInput/textInput.ts"}},{"kind":"custom-element-definition","name":"kyn-text-input","declaration":{"name":"TextInput","module":"src/components/reusable/textInput/textInput.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/timepicker/index.ts","declarations":[],"exports":[{"kind":"js","name":"TimePicker","declaration":{"name":"TimePicker","module":"./timepicker"}}]},{"kind":"javascript-module","path":"src/components/reusable/timepicker/timepicker.ts","declarations":[{"kind":"class","description":"Timepicker: uses Flatpickr library,time picker implementation -- `https://flatpickr.js.org/examples/#time-picker`","name":"TimePicker","slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"locale","type":{"text":"SupportedLocale | string"},"default":"'en'","description":"Sets desired locale and, if supported, dynamically loads language lib","attribute":"locale"},{"kind":"field","name":"defaultHour","type":{"text":"number | null"},"default":"null","deprecated":"Use `value` (Date or time string) to prefill the time instead.\nLegacy: initial hour when `value` is unset.","attribute":"defaultHour","reflects":true},{"kind":"field","name":"defaultMinute","type":{"text":"number | null"},"default":"null","deprecated":"Use `value` (Date or time string) to prefill the time instead.\nLegacy: initial minute when `value` is unset.","attribute":"defaultMinute","reflects":true},{"kind":"field","name":"defaultSeconds","type":{"text":"number | null"},"default":"null","deprecated":"Use `value` (Date or time string) to prefill the time instead.\nLegacy: initial seconds when `value` is unset.","attribute":"defaultSeconds","reflects":true},{"kind":"field","name":"allowManualInput","type":{"text":"boolean"},"default":"false","description":"Allows manual input of time string (when true, user can type a time)","attribute":"allowManualInput"},{"kind":"field","name":"value","type":{"text":"string | Date | null"},"default":"null","description":"Current time value for the component.\n\n- Uncontrolled: populated from `defaultHour` / `defaultMinute` / `defaultSeconds` and user selections.\n- Controlled: can be set from the host (e.g. Vue `:value`) as a `Date` or time string."},{"kind":"field","name":"defaultErrorMessage","type":{"text":"string"},"default":"''","description":"Sets default error message.","attribute":"defaultErrorMessage"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Sets caption to be displayed under primary time picker elements.","attribute":"caption"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Sets timepicker form input value to required.","attribute":"required"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"timepickerDisabled","type":{"text":"boolean"},"default":"false","description":"Sets entire timepicker form element to enabled/disabled.","attribute":"timepickerDisabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Sets entire timepicker form element to readonly.","attribute":"readonly"},{"kind":"field","name":"twentyFourHourFormat","type":{"text":"boolean | null"},"default":"null","description":"Sets 24-hour formatting true/false.","attribute":"twentyFourHourFormat"},{"kind":"field","name":"enableSeconds","type":{"text":"boolean"},"default":"false","description":"Enable seconds in the timepicker UI.","attribute":"enableSeconds"},{"kind":"field","name":"minTime","type":{"text":"string | number | Date"},"default":"''","description":"Sets lower boundary of time selection.","attribute":"minTime"},{"kind":"field","name":"maxTime","type":{"text":"string | number | Date"},"default":"''","description":"Sets upper boundary of time selection.","attribute":"maxTime"},{"kind":"field","name":"errorAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for error message. Use `textStrings` instead to set errorText.","attribute":"errorAriaLabel"},{"kind":"field","name":"errorTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for error message. Use `textStrings` instead to set errorText.","attribute":"errorTitle"},{"kind":"field","name":"warningAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for warning message. Use `textStrings` instead to set warning label/title.","attribute":"warningAriaLabel"},{"kind":"field","name":"warningTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for warning message. Use `textStrings` instead to set warning label/title.","attribute":"warningTitle"},{"kind":"field","name":"staticPosition","type":{"text":"boolean"},"default":"false","description":"Sets whether the Flatpickr calendar UI should use static positioning.","attribute":"staticPosition"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n clearAll: 'Clear',\n pleaseSelectDate: 'Please select a time',\n noTimeSelected: 'No time selected',\n pleaseSelectValidDate: 'Please select a valid time',\n warning: 'Warning',\n errorText: 'Error',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"parseTimeString","privacy":"private","return":{"type":{"text":"Date | null"}},"parameters":[{"name":"time","type":{"text":"string | number | Date"}}],"description":"Parses a time string (e.g. \"14:30\" or \"14:30:45\") or Date/number into a Date object\nanchored to today, or returns null if invalid."},{"kind":"method","name":"_timesEqual","privacy":"private","parameters":[{"name":"a","type":{"text":"Date | null | undefined"}},{"name":"b","type":{"text":"Date | null | undefined"}}]},{"kind":"method","name":"_incomingValueToDate","privacy":"private","return":{"type":{"text":"Date | null"}},"parameters":[{"name":"value","type":{"text":"TimePickerValue"}}]},{"kind":"method","name":"hasValue","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"updateFormValue","privacy":"private"},{"kind":"method","name":"renderValidationMessage","privacy":"private","parameters":[{"name":"errorId","type":{"text":"string"}},{"name":"warningId","type":{"text":"string"}}]},{"kind":"method","name":"getRawValue","privacy":"private","return":{"type":{"text":"TimePickerValue"}}},{"kind":"method","name":"getTimepickerClasses"},{"kind":"method","name":"_padSecondsForInput","privacy":"private","parameters":[{"name":"el","optional":true,"type":{"text":"HTMLInputElement | null"}}]},{"kind":"method","name":"syncFlatpickrFromHostValue","privacy":"private"},{"kind":"method","name":"isElementVisible","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"syncAllowInput","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"_handleClear","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"setupAnchor","privacy":"private"},{"kind":"method","name":"removeCalendarElement","privacy":"private","parameters":[{"name":"id","optional":true,"type":{"text":"string"}}]},{"kind":"method","name":"initializeFlatpickr"},{"kind":"method","name":"updateFlatpickrOptions"},{"kind":"method","name":"getComponentFlatpickrOptions","return":{"type":{"text":"Promise<Partial<BaseOptions>>"}}},{"kind":"method","name":"setInitialDates","parameters":[{"name":"instance","type":{"text":"flatpickr.Instance"}}]},{"kind":"method","name":"handleOpen"},{"kind":"method","name":"getValue","privacy":"public","return":{"type":{"text":"Date | null"}},"description":"Returns the selected time as a Date (anchored to today) or null."},{"kind":"method","name":"handleClose"},{"kind":"method","name":"handleNativeInputEvent","privacy":"private"},{"kind":"method","name":"handleManualInputChange","privacy":"private"},{"kind":"method","name":"commitManualInputValue","privacy":"private"},{"kind":"method","name":"handleTimeChange","parameters":[{"name":"selectedDates","type":{"text":"Date[]"}},{"name":"dateStr","type":{"text":"string"}}]},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"boolean"}},{"name":"report","type":{"text":"boolean"}}]},{"kind":"method","name":"_onChange","privacy":"private"},{"kind":"method","name":"_handleFormReset","privacy":"private"},{"kind":"method","name":"setShouldFlatpickrOpen","privacy":"private","parameters":[{"name":"value","type":{"text":"boolean"}}]},{"kind":"method","name":"closeFlatpickr","privacy":"private"},{"kind":"method","name":"onSuppressLabelInteraction","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleInputClickEvent","privacy":"private"},{"kind":"method","name":"handleInputFocusEvent","privacy":"private"},{"kind":"method","name":"setValue","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"newValue","type":{"text":"Date | null"}}]}],"events":[{"description":"Emitted when the selected time changes. Event.detail has the shape: { time: string | null, source?: string } - time: formatted time string when a time is selected, or null when cleared. - source: 'clear' when the value was cleared; otherwise undefined.","name":"on-change"}],"attributes":[{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"locale","type":{"text":"SupportedLocale | string"},"default":"'en'","description":"Sets desired locale and, if supported, dynamically loads language lib","fieldName":"locale"},{"name":"defaultHour","type":{"text":"number | null"},"default":"null","deprecated":"Use `value` (Date or time string) to prefill the time instead.\nLegacy: initial hour when `value` is unset.","fieldName":"defaultHour"},{"name":"defaultMinute","type":{"text":"number | null"},"default":"null","deprecated":"Use `value` (Date or time string) to prefill the time instead.\nLegacy: initial minute when `value` is unset.","fieldName":"defaultMinute"},{"name":"defaultSeconds","type":{"text":"number | null"},"default":"null","deprecated":"Use `value` (Date or time string) to prefill the time instead.\nLegacy: initial seconds when `value` is unset.","fieldName":"defaultSeconds"},{"name":"allowManualInput","type":{"text":"boolean"},"default":"false","description":"Allows manual input of time string (when true, user can type a time)","fieldName":"allowManualInput"},{"name":"defaultErrorMessage","type":{"text":"string"},"default":"''","description":"Sets default error message.","fieldName":"defaultErrorMessage"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Sets caption to be displayed under primary time picker elements.","fieldName":"caption"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Sets timepicker form input value to required.","fieldName":"required"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"timepickerDisabled","type":{"text":"boolean"},"default":"false","description":"Sets entire timepicker form element to enabled/disabled.","fieldName":"timepickerDisabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Sets entire timepicker form element to readonly.","fieldName":"readonly"},{"name":"twentyFourHourFormat","type":{"text":"boolean | null"},"default":"null","description":"Sets 24-hour formatting true/false.","fieldName":"twentyFourHourFormat"},{"name":"enableSeconds","type":{"text":"boolean"},"default":"false","description":"Enable seconds in the timepicker UI.","fieldName":"enableSeconds"},{"name":"minTime","type":{"text":"string | number | Date"},"default":"''","description":"Sets lower boundary of time selection.","fieldName":"minTime"},{"name":"maxTime","type":{"text":"string | number | Date"},"default":"''","description":"Sets upper boundary of time selection.","fieldName":"maxTime"},{"name":"errorAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for error message. Use `textStrings` instead to set errorText.","fieldName":"errorAriaLabel"},{"name":"errorTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for error message. Use `textStrings` instead to set errorText.","fieldName":"errorTitle"},{"name":"warningAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for warning message. Use `textStrings` instead to set warning label/title.","fieldName":"warningAriaLabel"},{"name":"warningTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for warning message. Use `textStrings` instead to set warning label/title.","fieldName":"warningTitle"},{"name":"staticPosition","type":{"text":"boolean"},"default":"false","description":"Sets whether the Flatpickr calendar UI should use static positioning.","fieldName":"staticPosition"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-time-picker","customElement":true}],"exports":[{"kind":"js","name":"TimePicker","declaration":{"name":"TimePicker","module":"src/components/reusable/timepicker/timepicker.ts"}},{"kind":"custom-element-definition","name":"kyn-time-picker","declaration":{"name":"TimePicker","module":"src/components/reusable/timepicker/timepicker.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/toggleButton/index.ts","declarations":[],"exports":[{"kind":"js","name":"ToggleButton","declaration":{"name":"ToggleButton","module":"./toggleButton"}}]},{"kind":"javascript-module","path":"src/components/reusable/toggleButton/toggleButton.ts","declarations":[{"kind":"class","description":"Toggle Button.","name":"ToggleButton","slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"checked","type":{"text":"boolean"},"default":"false","description":"Checkbox checked state.","attribute":"checked","reflects":true},{"kind":"field","name":"checkedText","type":{"text":"string"},"default":"'On'","description":"Checked state text.","attribute":"checkedText"},{"kind":"field","name":"uncheckedText","type":{"text":"string"},"default":"'Off'","description":"Unchecked state text.","attribute":"uncheckedText"},{"kind":"field","name":"small","type":{"text":"boolean"},"default":"false","description":"Option to use small size.","attribute":"small","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Checkbox disabled state.","attribute":"disabled","reflects":true},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Toggle read-only state (non-modifiable but focusable).","attribute":"readonly","reflects":true},{"kind":"field","name":"reverse","type":{"text":"boolean"},"default":"false","description":"Reverse UI element order, label on the left.","attribute":"reverse"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Hides the label visually.","attribute":"hideLabel"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"boolean"}},{"name":"report","type":{"text":"boolean"}}]}],"events":[{"description":"Emits the change event. `detail:{ origEvent: Event, checked: boolean, value: string }`","name":"on-change"}],"attributes":[{"type":{"text":"string"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"checked","type":{"text":"boolean"},"default":"false","description":"Checkbox checked state.","fieldName":"checked"},{"name":"checkedText","type":{"text":"string"},"default":"'On'","description":"Checked state text.","fieldName":"checkedText"},{"name":"uncheckedText","type":{"text":"string"},"default":"'Off'","description":"Unchecked state text.","fieldName":"uncheckedText"},{"name":"small","type":{"text":"boolean"},"default":"false","description":"Option to use small size.","fieldName":"small"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Checkbox disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Toggle read-only state (non-modifiable but focusable).","fieldName":"readonly"},{"name":"reverse","type":{"text":"boolean"},"default":"false","description":"Reverse UI element order, label on the left.","fieldName":"reverse"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Hides the label visually.","fieldName":"hideLabel"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-toggle-button","customElement":true}],"exports":[{"kind":"js","name":"ToggleButton","declaration":{"name":"ToggleButton","module":"src/components/reusable/toggleButton/toggleButton.ts"}},{"kind":"custom-element-definition","name":"kyn-toggle-button","declaration":{"name":"ToggleButton","module":"src/components/reusable/toggleButton/toggleButton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tooltip/index.ts","declarations":[],"exports":[{"kind":"js","name":"Tooltip","declaration":{"name":"Tooltip","module":"./tooltip"}}]},{"kind":"javascript-module","path":"src/components/reusable/tooltip/tooltip.ts","declarations":[{"kind":"class","description":"Tooltip.","name":"Tooltip","slots":[{"description":"Slot for tooltip content.","name":"unnamed"},{"description":"Slot for custom anchor button content.","name":"anchor"}],"members":[{"kind":"field","name":"assistiveText","type":{"text":"string"},"default":"'Tooltip'","description":"Assistive text for anchor button.","attribute":"assistiveText"},{"kind":"field","name":"nonInteractiveAnchor","type":{"text":"boolean"},"default":"false","description":"Render a passive span anchor instead of a button.\nUseful when the tooltip trigger lives inside another interactive element.","attribute":"non-interactive-anchor"},{"kind":"field","name":"compact","type":{"text":"boolean"},"default":"false","description":"Renders the tooltip with tighter spacing.","attribute":"compact"},{"kind":"method","name":"_positionTooltip","privacy":"private"},{"kind":"method","name":"_handleOpen","privacy":"private"},{"kind":"method","name":"_handleClose","privacy":"private"},{"kind":"method","name":"_handleMouseLeave","privacy":"private"},{"kind":"method","name":"_handleEsc","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_emitToggle","privacy":"private"}],"events":[{"description":"Emits the open state of the tooltip on open/close. `detail:{ open: boolean }`","name":"on-tooltip-toggle"}],"attributes":[{"name":"assistiveText","type":{"text":"string"},"default":"'Tooltip'","description":"Assistive text for anchor button.","fieldName":"assistiveText"},{"name":"non-interactive-anchor","type":{"text":"boolean"},"default":"false","description":"Render a passive span anchor instead of a button.\nUseful when the tooltip trigger lives inside another interactive element.","fieldName":"nonInteractiveAnchor"},{"name":"compact","type":{"text":"boolean"},"default":"false","description":"Renders the tooltip with tighter spacing.","fieldName":"compact"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tooltip","customElement":true}],"exports":[{"kind":"js","name":"Tooltip","declaration":{"name":"Tooltip","module":"src/components/reusable/tooltip/tooltip.ts"}},{"kind":"custom-element-definition","name":"kyn-tooltip","declaration":{"name":"Tooltip","module":"src/components/reusable/tooltip/tooltip.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/widget/defs.ts","declarations":[],"exports":[]},{"kind":"javascript-module","path":"src/components/reusable/widget/index.ts","declarations":[],"exports":[{"kind":"js","name":"Widget","declaration":{"name":"Widget","module":"./widget"}},{"kind":"js","name":"WidgetDragHandle","declaration":{"name":"WidgetDragHandle","module":"./widgetDragHandle"}},{"kind":"js","name":"WidgetGridstack","declaration":{"name":"WidgetGridstack","module":"./widgetGridstack"}}]},{"kind":"javascript-module","path":"src/components/reusable/widget/widget.ts","declarations":[{"kind":"class","description":"Widget.","name":"Widget","slots":[{"description":"Slot for widget content.","name":"unnamed"},{"description":"Slot for action buttons.","name":"actions"},{"description":"Slot for badge status.","name":"badge"},{"description":"Slot for tooltip in header.","name":"tooltip"},{"description":"Slot for drag handle.","name":"draghandle"},{"description":"Slot for subtitle content.","name":"subtitle"},{"description":"Slot for footer content.","name":"footer"}],"members":[{"kind":"field","name":"widgetTitle","type":{"text":"string"},"default":"''","description":"Widget title.","attribute":"widgetTitle"},{"kind":"field","name":"subTitle","type":{"text":"string"},"default":"''","description":"Widget sub-title(Deprecated). Use `subtitle` slot instead.","attribute":"subTitle"},{"kind":"field","name":"dragActive","type":{"text":"boolean"},"default":"false","description":"Widget drag active state.","attribute":"dragActive"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Widget disabled state.","attribute":"disabled"},{"kind":"field","name":"selectable","type":{"text":"boolean"},"default":"false","description":"Widget selectable state.","attribute":"selectable"},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Widget selected state.","attribute":"selected"},{"kind":"field","name":"compact","type":{"text":"boolean"},"default":"false","description":"Widget compact state, reduced padding.","attribute":"compact"},{"kind":"field","name":"removeHeader","type":{"text":"boolean"},"default":"false","description":"Removes the widget header.","attribute":"removeHeader"},{"kind":"field","name":"showStatusBadge","type":{"text":"boolean"},"default":"false","description":"Show Status badge(Deprecated). Use `badge` slot instead.","attribute":"showStatusBadge"},{"kind":"field","name":"statusBadgeLabel","type":{"text":"string"},"default":"'Update'","description":"Status Badge label(Deprecated). Use `badge` slot instead.","attribute":"statusBadgeLabel"},{"kind":"field","name":"widgetStatus","type":{"text":"WIDGET_STATUS"},"description":"Widget status.","attribute":"widgetStatus"},{"kind":"method","name":"_handleBodyClick","privacy":"private"},{"kind":"method","name":"_handleKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"}],"events":[{"name":"on-select","type":{"text":"CustomEvent"},"description":"Emits the widget selected state .`detail:{ selected: boolean }`"}],"attributes":[{"name":"widgetTitle","type":{"text":"string"},"default":"''","description":"Widget title.","fieldName":"widgetTitle"},{"name":"subTitle","type":{"text":"string"},"default":"''","description":"Widget sub-title(Deprecated). Use `subtitle` slot instead.","fieldName":"subTitle"},{"name":"dragActive","type":{"text":"boolean"},"default":"false","description":"Widget drag active state.","fieldName":"dragActive"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Widget disabled state.","fieldName":"disabled"},{"name":"selectable","type":{"text":"boolean"},"default":"false","description":"Widget selectable state.","fieldName":"selectable"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Widget selected state.","fieldName":"selected"},{"name":"compact","type":{"text":"boolean"},"default":"false","description":"Widget compact state, reduced padding.","fieldName":"compact"},{"name":"removeHeader","type":{"text":"boolean"},"default":"false","description":"Removes the widget header.","fieldName":"removeHeader"},{"name":"showStatusBadge","type":{"text":"boolean"},"default":"false","description":"Show Status badge(Deprecated). Use `badge` slot instead.","fieldName":"showStatusBadge"},{"name":"statusBadgeLabel","type":{"text":"string"},"default":"'Update'","description":"Status Badge label(Deprecated). Use `badge` slot instead.","fieldName":"statusBadgeLabel"},{"name":"widgetStatus","type":{"text":"WIDGET_STATUS"},"description":"Widget status.","fieldName":"widgetStatus"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-widget","customElement":true}],"exports":[{"kind":"js","name":"Widget","declaration":{"name":"Widget","module":"src/components/reusable/widget/widget.ts"}},{"kind":"custom-element-definition","name":"kyn-widget","declaration":{"name":"Widget","module":"src/components/reusable/widget/widget.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/widget/widgetDragHandle.ts","declarations":[{"kind":"class","description":"Widget drag handle.","name":"WidgetDragHandle","members":[{"kind":"field","name":"slot","type":{"text":"string"},"default":"'draghandle'","description":"Force widget slot","attribute":"slot","reflects":true}],"attributes":[{"name":"slot","type":{"text":"string"},"default":"'draghandle'","description":"Force widget slot","fieldName":"slot"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-widget-drag-handle","customElement":true}],"exports":[{"kind":"js","name":"WidgetDragHandle","declaration":{"name":"WidgetDragHandle","module":"src/components/reusable/widget/widgetDragHandle.ts"}},{"kind":"custom-element-definition","name":"kyn-widget-drag-handle","declaration":{"name":"WidgetDragHandle","module":"src/components/reusable/widget/widgetDragHandle.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/widget/widgetGridstack.ts","declarations":[{"kind":"class","description":"GridStack wrapper that includes Shidoka default config and styles.","name":"WidgetGridstack","slots":[{"description":"Slot for .grid-stack container element.","name":"unnamed"}],"members":[{"kind":"field","name":"layout","type":{"text":"any"},"default":"{}","description":"GridStack layout/widget size/position definitions for each breakpoint.","attribute":"layout"},{"kind":"field","name":"gridstackConfig","type":{"text":"any"},"description":"Custom GridStack config.","attribute":"gridstackConfig"},{"kind":"field","name":"gridStack","type":{"text":"any"},"default":"GridStack","description":"GridStack instance."},{"kind":"field","name":"grid","type":{"text":"any"},"description":"GridStack grid instance."},{"kind":"field","name":"compact","type":{"text":"boolean"},"default":"false","description":"Use compact grid config. Ignored in case of custom gridstackConfig.","attribute":"compact"},{"kind":"field","name":"wholeWidgetDraggable","type":{"text":"boolean"},"default":"false","description":"Make entire widget draggable. Ignored in case of custom gridstackConfig.","attribute":"wholeWidgetDraggable"},{"kind":"method","name":"_saveLayout","privacy":"private","description":"The private `_saveLayout` function saves the grid layout by updating each widget's properties and\nemitting a custom event with the new layout."},{"kind":"method","name":"_initGridstack","privacy":"private","description":"The function `_initGridstack` initializes a GridStack layout with event listeners for drag, resize,\nand saving layout changes."},{"kind":"method","name":"_updateWidgetsDensity","privacy":"private","description":"The function `_updateWidgetsDensity` iterates through all `kyn-widget` elements and sets their\n`compact` property based on the parent element's `compact` property."},{"kind":"method","name":"_updateLayout","privacy":"private"},{"kind":"method","name":"_setBreakpoint","privacy":"private","description":"The function `_setBreakpoint` retrieves and sets the current breakpoint value from the CSS custom\nproperty `--kd-current-breakpoint`."},{"kind":"method","name":"_setMargin","privacy":"private","description":"The private `_setMargin` function adjusts the margin of a grid based on a breakpoint value."}],"events":[{"description":"Emits after GridStack initializes. `detail:{ layout : Object }`","name":"on-grid-init"},{"description":"Emits the GridStack save() method results (new layout) on dragstop and resizestop. `detail:{ layout : Object }`","name":"on-grid-save"}],"attributes":[{"name":"layout","type":{"text":"any"},"default":"{}","description":"GridStack layout/widget size/position definitions for each breakpoint.","fieldName":"layout"},{"name":"gridstackConfig","type":{"text":"any"},"description":"Custom GridStack config.","fieldName":"gridstackConfig"},{"name":"compact","type":{"text":"boolean"},"default":"false","description":"Use compact grid config. Ignored in case of custom gridstackConfig.","fieldName":"compact"},{"name":"wholeWidgetDraggable","type":{"text":"boolean"},"default":"false","description":"Make entire widget draggable. Ignored in case of custom gridstackConfig.","fieldName":"wholeWidgetDraggable"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-widget-gridstack","customElement":true}],"exports":[{"kind":"js","name":"WidgetGridstack","declaration":{"name":"WidgetGridstack","module":"src/components/reusable/widget/widgetGridstack.ts"}},{"kind":"custom-element-definition","name":"kyn-widget-gridstack","declaration":{"name":"WidgetGridstack","module":"src/components/reusable/widget/widgetGridstack.ts"}}]},{"kind":"javascript-module","path":"src/components/global/footer/footer.ts","declarations":[{"kind":"class","description":"The global Footer component.","name":"Footer","slots":[{"description":"Default slot, for links.","name":"unnamed"},{"description":"Slot for the logo, will overwrite the default logo.","name":"logo"},{"description":"Slot for the copyright text.","name":"copyright"}],"members":[{"kind":"field","name":"rootUrl","type":{"text":"string"},"default":"'/'","description":"URL for the footer logo link. Should target the application home page.","attribute":"rootUrl"},{"kind":"field","name":"logoAriaLabel","type":{"text":"string"},"default":"''","description":"Sets aria label attribute for logo link.","attribute":"logoAriaLabel"},{"kind":"method","name":"handleRootLinkClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"description":"Captures the logo link click event and emits the original event. `detail:{ origEvent: Event}`","name":"on-root-link-click"}],"attributes":[{"name":"rootUrl","type":{"text":"string"},"default":"'/'","description":"URL for the footer logo link. Should target the application home page.","fieldName":"rootUrl"},{"name":"logoAriaLabel","type":{"text":"string"},"default":"''","description":"Sets aria label attribute for logo link.","fieldName":"logoAriaLabel"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-footer","customElement":true}],"exports":[{"kind":"js","name":"Footer","declaration":{"name":"Footer","module":"src/components/global/footer/footer.ts"}},{"kind":"custom-element-definition","name":"kyn-footer","declaration":{"name":"Footer","module":"src/components/global/footer/footer.ts"}}]},{"kind":"javascript-module","path":"src/components/global/footer/index.ts","declarations":[],"exports":[{"kind":"js","name":"Footer","declaration":{"name":"Footer","module":"./footer"}}]},{"kind":"javascript-module","path":"src/components/global/header/header.ts","declarations":[{"kind":"class","description":"The global Header component.","name":"Header","slots":[{"description":"The default slot for all empty space right of the logo/title.","name":"unnamed"},{"description":"Slot for the logo, will overwrite the default logo.","name":"logo"},{"description":"Slot left of the logo, intended for the header nav.","name":"left"},{"description":"Slot between logo/title and right flyouts.","name":"center"}],"members":[{"kind":"field","name":"rootUrl","type":{"text":"string"},"default":"'/'","description":"URL for the header logo link. Should target the application home page.","attribute":"rootUrl"},{"kind":"field","name":"appTitle","type":{"text":"string"},"default":"''","description":"App title text next to logo. Hidden on smaller screens.","attribute":"appTitle"},{"kind":"method","name":"handleSlotChange","privacy":"private"},{"kind":"method","name":"handleRootLinkClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleNavToggle","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleFlyoutsToggle","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Captures the menu toggle click event and emits the menu open state in the detail. `detail:{ origEvent: Event}`","name":"on-menu-toggle"},{"description":"Captures the logo link click event and emits the original event details. `detail:{ origEvent: Event}`","name":"on-root-link-click"}],"attributes":[{"name":"rootUrl","type":{"text":"string"},"default":"'/'","description":"URL for the header logo link. Should target the application home page.","fieldName":"rootUrl"},{"name":"appTitle","type":{"text":"string"},"default":"''","description":"App title text next to logo. Hidden on smaller screens.","fieldName":"appTitle"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header","customElement":true}],"exports":[{"kind":"js","name":"Header","declaration":{"name":"Header","module":"src/components/global/header/header.ts"}},{"kind":"custom-element-definition","name":"kyn-header","declaration":{"name":"Header","module":"src/components/global/header/header.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerCategories.ts","declarations":[{"kind":"class","description":"Header categories wrapper for mega menu.","name":"HeaderCategories","cssProperties":[{"description":"Max width for one-column masonry layouts.","name":"--kyn-header-category-single-column-width","default":"350px"},{"description":"Width of each column. Applies to 2 column layouts. Also used for 3+ when `fixed-column-widths` is enabled.","name":"--kyn-header-category-column-width","default":"300px"},{"description":"Horizontal gap between columns.","name":"--kyn-header-category-column-gap","default":"32px"}],"slots":[{"description":"Slot for header category elements. Controlled via `activeMegaTabId` / `activeMegaCategoryId` but encapsulates all categorical/mega-nav view behavior (root/detail, \"More\", \"Back\"). Emits `on-nav-change` so parents can mirror state for tabs, routing, etc. Modes: - JSON mode - Provide `tabsConfig` and categories/links are rendered from config. - Each link may specify `href`, `target`, and `rel`. - Optional `linkRenderer` hook can be supplied to fully control the slotted content inside each `<kyn-header-link>`. - Slotted/manual mode - Omit `tabsConfig` and slot `<kyn-header-category>` / `<kyn-header-link>` elements directly in the light DOM. - Slotted `<kyn-header-link>` `href`, `target`, and `rel` attributes are preserved. - Root view will: - limit visible links per category at `maxRootLinks` - inject a \"More\" link when there are additional links - \"More\" switches to a detail view for that category, and the Back button returns to the root view.","name":"unnamed"}],"members":[{"kind":"field","name":"tabsConfig","type":{"text":"MegaTabsConfig | null"},"default":"null","description":"Configuration object for the mega nav (tab id -> categories/links)."},{"kind":"field","name":"activeMegaTabId","type":{"text":"string"},"default":"''","description":"Currently active tab id.","attribute":"activeMegaTabId"},{"kind":"field","name":"activeMegaCategoryId","type":{"text":"string | null"},"default":"null","description":"Currently active category id in detail view, or null for root view (controlled).","attribute":"activeMegaCategoryId"},{"kind":"field","name":"maxRootLinks","type":{"text":"number"},"default":"4","description":"Max number of links to render in root columns before showing \"More\".","attribute":"maxRootLinks"},{"kind":"field","name":"limitRootLinks","type":{"text":"boolean"},"default":"true","description":"Controls whether root-view categories are limited by `maxRootLinks` before showing \"More\".","attribute":"limit-root-links"},{"kind":"field","name":"layout","type":{"text":"'masonry' | 'grid' | ''"},"default":"''","description":"Layout mode for categories.\n- \"\" (default): Legacy responsive column-width layout for standard mega-nav\n- \"masonry\": CSS multi-column with fixed column-count based on category count\n- \"grid\": CSS Grid with fixed columns and row-based wrapping","attribute":"layout","reflects":true},{"kind":"field","name":"maxColumns","type":{"text":"number"},"default":"3","description":"Max number of columns to display when layout=\"grid\" or layout=\"masonry\".","attribute":"maxColumns"},{"kind":"field","name":"fixedColumnWidths","type":{"text":"boolean"},"default":"false","description":"When true, 3+ columns use fixed column widths instead of stretching to fill\nthe full flyout width. The flyout remains constrained by viewport max-width.","attribute":"fixed-column-widths","reflects":true},{"kind":"field","name":"showCategoryIcons","type":{"text":"boolean"},"default":"false","description":"When true, category headings render with the default design-system icon when none is provided.","attribute":"show-category-icons"},{"kind":"field","name":"hideCategoryDividers","type":{"text":"boolean"},"default":"false","description":"When true, hide dividers in root-view categories.","attribute":"hide-category-dividers"},{"kind":"field","name":"textStrings","type":{"text":"Partial<HeaderTextStrings> | null"},"default":"null","description":"Optional text overrides, merged with defaults.\ne.g. <kyn-header-categories .textStrings=${{ more: 'More items' }}>","attribute":"textStrings"},{"kind":"field","name":"detailLinksPerColumn","type":{"text":"number"},"default":"6","description":"Number of links per column in the detail view (JSON mode only).","attribute":"detailLinksPerColumn"},{"kind":"field","name":"linkRenderer","type":{"text":"HeaderMegaLinkRenderer | null"},"default":"null","description":"Optional hook to render the entire link content slotted into <kyn-header-link>.\n\nIMPORTANT:\n- This must return an HTML string or null.\n- The string is rendered via unsafeHTML; consumers are responsible for sanitizing\n any dynamic content they inject here.\n\nThis API is intentionally framework-agnostic: React, Vue, Angular, etc. can all\nbuild a string and pass it in.\n\nIf not provided, a simple circle-icon + label placeholder is used."},{"kind":"method","name":"chunkBy","privacy":"private","return":{"type":{"text":"T[][]"}},"parameters":[{"name":"items","type":{"text":"T[] | undefined"}},{"name":"size","type":{"text":"number"}}]},{"kind":"method","name":"normalizeHeaderLinkTarget","privacy":"private","return":{"type":{"text":"HeaderLinkTarget"}},"parameters":[{"name":"target","optional":true,"type":{"text":"string | null"}}]},{"kind":"field","name":"_rootLinksLimit","type":{"text":"number"},"privacy":"private","description":"Resolve max root links. Disabling limiting, or using non-positive values, means \"no limit\".","readonly":true},{"kind":"method","name":"_sanitizeSlotKey","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"value","type":{"text":"string"}}]},{"kind":"method","name":"_resolveCategoryId","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"categoryEl","type":{"text":"HeaderCategory"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_getRootSlotName","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"category","type":{"text":"SlottedCategoryData"}}]},{"kind":"method","name":"_getDetailSlotName","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"category","type":{"text":"SlottedCategoryData"}}]},{"kind":"method","name":"_getActiveSlottedCategory","privacy":"private","return":{"type":{"text":"SlottedCategoryData | null"}}},{"kind":"method","name":"_findSlottedCategoryFromEvent","privacy":"private","return":{"type":{"text":"SlottedCategoryData | null"}},"parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_resolveSlottedMoreCategoryId","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"e","type":{"text":"CustomEvent<{ categoryId: string }>"}}]},{"kind":"method","name":"_syncSlottedCategoryPresentation","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"_resetSlottedCategoryPresentation","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"_handleSlottedMoreClick","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"CustomEvent<{ categoryId: string }>"}}]},{"kind":"method","name":"_emitChange","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setRootView","return":{"type":{"text":"void"}},"parameters":[{"name":"tabId","optional":true,"type":{"text":"string"}}]},{"kind":"method","name":"openCategoryDetail","return":{"type":{"text":"void"}},"parameters":[{"name":"tabId","type":{"text":"string"}},{"name":"categoryId","type":{"text":"string"}},{"name":"e","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"handleBackClick","return":{"type":{"text":"void"}},"parameters":[{"name":"e","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"_handleNavToggle","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"CustomEvent<{ open?: boolean }>"}}]},{"kind":"method","name":"renderLinkContent","privacy":"private","parameters":[{"name":"link","type":{"text":"HeaderCategoryLinkType"}},{"name":"ctx","type":{"text":"HeaderLinkRendererContext"}}]},{"kind":"method","name":"renderCategoryColumn","privacy":"private","parameters":[{"name":"tabId","type":{"text":"string"}},{"name":"category","type":{"text":"HeaderCategoryType | undefined"}}]},{"kind":"method","name":"renderRootView","privacy":"private"},{"kind":"method","name":"renderDetailView","privacy":"private"},{"kind":"method","name":"_buildSlottedCategories","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderSlottedRoot","privacy":"private"},{"kind":"method","name":"computeDetailColumns","privacy":"private","return":{"type":{"text":"T[][]"}},"parameters":[{"name":"links","type":{"text":"T[] | undefined"}}]},{"kind":"method","name":"renderSlottedDetail","privacy":"private"},{"kind":"method","name":"_scheduleBuildSlottedCategories","privacy":"private","return":{"type":{"text":"void"}}}],"events":[{"name":"on-column-count-change","type":{"text":"CustomEvent"}},{"name":"on-nav-change","type":{"text":"CustomEvent"},"description":"Fires when the active category/tab view changes. Detail: `{ activeMegaTabId, activeMegaCategoryId, view }`."}],"attributes":[{"name":"activeMegaTabId","type":{"text":"string"},"default":"''","description":"Currently active tab id.","fieldName":"activeMegaTabId"},{"name":"activeMegaCategoryId","type":{"text":"string | null"},"default":"null","description":"Currently active category id in detail view, or null for root view (controlled).","fieldName":"activeMegaCategoryId"},{"name":"maxRootLinks","type":{"text":"number"},"default":"4","description":"Max number of links to render in root columns before showing \"More\".","fieldName":"maxRootLinks"},{"name":"limit-root-links","type":{"text":"boolean"},"default":"true","description":"Controls whether root-view categories are limited by `maxRootLinks` before showing \"More\".","fieldName":"limitRootLinks"},{"name":"layout","type":{"text":"'masonry' | 'grid' | ''"},"default":"''","description":"Layout mode for categories.\n- \"\" (default): Legacy responsive column-width layout for standard mega-nav\n- \"masonry\": CSS multi-column with fixed column-count based on category count\n- \"grid\": CSS Grid with fixed columns and row-based wrapping","fieldName":"layout"},{"name":"maxColumns","type":{"text":"number"},"default":"3","description":"Max number of columns to display when layout=\"grid\" or layout=\"masonry\".","fieldName":"maxColumns"},{"name":"fixed-column-widths","type":{"text":"boolean"},"default":"false","description":"When true, 3+ columns use fixed column widths instead of stretching to fill\nthe full flyout width. The flyout remains constrained by viewport max-width.","fieldName":"fixedColumnWidths"},{"name":"show-category-icons","type":{"text":"boolean"},"default":"false","description":"When true, category headings render with the default design-system icon when none is provided.","fieldName":"showCategoryIcons"},{"name":"hide-category-dividers","type":{"text":"boolean"},"default":"false","description":"When true, hide dividers in root-view categories.","fieldName":"hideCategoryDividers"},{"name":"textStrings","type":{"text":"Partial<HeaderTextStrings> | null"},"default":"null","description":"Optional text overrides, merged with defaults.\ne.g. <kyn-header-categories .textStrings=${{ more: 'More items' }}>","fieldName":"textStrings"},{"name":"detailLinksPerColumn","type":{"text":"number"},"default":"6","description":"Number of links per column in the detail view (JSON mode only).","fieldName":"detailLinksPerColumn"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-categories","customElement":true}],"exports":[{"kind":"js","name":"HeaderCategories","declaration":{"name":"HeaderCategories","module":"src/components/global/header/headerCategories.ts"}},{"kind":"custom-element-definition","name":"kyn-header-categories","declaration":{"name":"HeaderCategories","module":"src/components/global/header/headerCategories.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerCategory.ts","declarations":[{"kind":"class","description":"Header link category","name":"HeaderCategory","slots":[{"description":"Slot for links.","name":"unnamed"},{"description":"Slot for icon.","name":"icon"},{"description":"Slot for \"More\" link (indented with category links).","name":"more"}],"members":[{"kind":"field","name":"heading","type":{"text":"string"},"default":"''","description":"Category text.","attribute":"heading"},{"kind":"field","name":"leftPadding","type":{"text":"boolean"},"default":"false","description":"Add left padding when icon is not provided to align text with links that do have icons.","attribute":"leftPadding"},{"kind":"field","name":"showDivider","type":{"text":"boolean"},"default":"false","description":"Show bottom border/divider. Set to true to force show, false to force hide. By default, dividers are automatically shown when followed by another category.","attribute":"showDivider"},{"kind":"method","name":"_handleIconSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_checkForNextCategorySibling","privacy":"private"},{"kind":"method","name":"_getRegularLinks","privacy":"private","return":{"type":{"text":"HTMLElement[]"}}},{"kind":"method","name":"_getCustomMoreNodes","privacy":"private","return":{"type":{"text":"HTMLElement[]"}}},{"kind":"method","name":"_computeDetailColumnCount","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"linkCount","type":{"text":"number"}}]},{"kind":"method","name":"_syncLinks","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"_getResolvedCategoryId","privacy":"private","return":{"type":{"text":"string"}}},{"kind":"method","name":"_emitMoreClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleGeneratedMoreClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleGeneratedMoreKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_handleLinksSlotChange","privacy":"private"},{"kind":"method","name":"_handleMoreSlotChange","privacy":"private"}],"events":[{"name":"on-more-click","type":{"text":"CustomEvent"}}],"attributes":[{"name":"heading","type":{"text":"string"},"default":"''","description":"Category text.","fieldName":"heading"},{"name":"leftPadding","type":{"text":"boolean"},"default":"false","description":"Add left padding when icon is not provided to align text with links that do have icons.","fieldName":"leftPadding"},{"name":"showDivider","type":{"text":"boolean"},"default":"false","description":"Show bottom border/divider. Set to true to force show, false to force hide. By default, dividers are automatically shown when followed by another category.","fieldName":"showDivider"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-category","customElement":true}],"exports":[{"kind":"js","name":"HeaderCategory","declaration":{"name":"HeaderCategory","module":"src/components/global/header/headerCategory.ts"}},{"kind":"custom-element-definition","name":"kyn-header-category","declaration":{"name":"HeaderCategory","module":"src/components/global/header/headerCategory.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerDivider.ts","declarations":[{"kind":"class","description":"Header divider","name":"HeaderDivider","members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-divider","customElement":true}],"exports":[{"kind":"js","name":"HeaderDivider","declaration":{"name":"HeaderDivider","module":"src/components/global/header/headerDivider.ts"}},{"kind":"custom-element-definition","name":"kyn-header-divider","declaration":{"name":"HeaderDivider","module":"src/components/global/header/headerDivider.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerFlyout.ts","declarations":[{"kind":"class","description":"Component for header flyout items.","name":"HeaderFlyout","slots":[{"description":"Slot for flyout menu content.","name":"unnamed"},{"description":"Slot for button/toggle content.","name":"button"}],"members":[{"kind":"field","name":"_mobileButtonIconSvg","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"_mobileSummaryIconSvg","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"_mobileSummaryLabel","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"_mobileSummaryDetails","type":{"text":"MobileSummaryDetailItem[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"_mobileLabelOverride","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"_hideButtonContentOnMobile","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"_isDesktopViewport","type":{"text":"boolean"},"privacy":"private","default":"true"},{"kind":"field","name":"_copiedMobileSummaryIndex","type":{"text":"number | null"},"privacy":"private","default":"null"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Flyout open state.","attribute":"open","reflects":true},{"kind":"field","name":"anchorLeft","type":{"text":"boolean"},"default":"false","description":"Anchor flyout menu to the left edge of the button instead of the right edge.","attribute":"anchorLeft"},{"kind":"field","name":"hideArrow","type":{"text":"boolean"},"default":"false","description":"Hides the arrow.","attribute":"hideArrow"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Menu label, trigger `title`, and trigger `aria-label` (e.g. current account name).\nTruncate visually in the slot with CSS if needed; keep this value complete for tooltips and SR.","attribute":"label"},{"kind":"field","name":"hideMenuLabel","type":{"text":"boolean"},"default":"false","description":"Hide the label at the top of the flyout menu.","attribute":"hideMenuLabel"},{"kind":"field","name":"hideButtonLabel","type":{"text":"boolean"},"default":"false","description":"Hide the label in the mobile button.","attribute":"hideButtonLabel"},{"kind":"field","name":"assistiveText","type":{"text":"string"},"default":"''","deprecated":"Use `label` instead.","attribute":"assistive-text"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Turns the button into a link.","attribute":"href"},{"kind":"field","name":"backText","type":{"text":"string"},"default":"'Back'","description":"Text for mobile \"Back\" button.","attribute":"backText"},{"kind":"field","name":"noPadding","type":{"text":"boolean"},"default":"false","description":"Removes padding from the flyout menu.","attribute":"noPadding"},{"kind":"field","name":"_desktopMediaQuery","type":{"text":"MediaQueryList | undefined"},"privacy":"private"},{"kind":"field","name":"_mobileSummaryCopyFeedbackTimeout","type":{"text":"number | null"},"privacy":"private","default":"null"},{"kind":"field","name":"_triggerAssistiveText","privacy":"private","readonly":true},{"kind":"method","name":"_applyMobilePresentation","privacy":"private","parameters":[{"name":"config","default":"{}","type":{"text":"MobilePresentationConfig"}}]},{"kind":"method","name":"_clearMobilePresentation","privacy":"private"},{"kind":"method","name":"_renderMobileSummaryDetail","privacy":"private","parameters":[{"name":"detail","type":{"text":"MobileSummaryDetailItem"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_handleMobileSummaryDetailClick","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}},{"name":"detail","type":{"text":"MobileSummaryDetailItem"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_showMobileSummaryCopyFeedback","privacy":"private","parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_clearMobileSummaryCopyFeedback","privacy":"private"},{"kind":"method","name":"_handleBack","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private"},{"kind":"method","name":"handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Flyout open state.","fieldName":"open"},{"name":"anchorLeft","type":{"text":"boolean"},"default":"false","description":"Anchor flyout menu to the left edge of the button instead of the right edge.","fieldName":"anchorLeft"},{"name":"hideArrow","type":{"text":"boolean"},"default":"false","description":"Hides the arrow.","fieldName":"hideArrow"},{"name":"label","type":{"text":"string"},"default":"''","description":"Menu label, trigger `title`, and trigger `aria-label` (e.g. current account name).\nTruncate visually in the slot with CSS if needed; keep this value complete for tooltips and SR.","fieldName":"label"},{"name":"hideMenuLabel","type":{"text":"boolean"},"default":"false","description":"Hide the label at the top of the flyout menu.","fieldName":"hideMenuLabel"},{"name":"hideButtonLabel","type":{"text":"boolean"},"default":"false","description":"Hide the label in the mobile button.","fieldName":"hideButtonLabel"},{"name":"assistive-text","type":{"text":"string"},"default":"''","deprecated":"Use `label` instead.","fieldName":"assistiveText"},{"name":"href","type":{"text":"string"},"default":"''","description":"Turns the button into a link.","fieldName":"href"},{"name":"backText","type":{"text":"string"},"default":"'Back'","description":"Text for mobile \"Back\" button.","fieldName":"backText"},{"name":"noPadding","type":{"text":"boolean"},"default":"false","description":"Removes padding from the flyout menu.","fieldName":"noPadding"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-flyout","customElement":true}],"exports":[{"kind":"js","name":"HeaderFlyout","declaration":{"name":"HeaderFlyout","module":"src/components/global/header/headerFlyout.ts"}},{"kind":"custom-element-definition","name":"kyn-header-flyout","declaration":{"name":"HeaderFlyout","module":"src/components/global/header/headerFlyout.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerFlyouts.ts","declarations":[{"kind":"class","description":"Container for header-flyout components.","name":"HeaderFlyouts","slots":[{"description":"Slot for header-flyout components.","name":"unnamed"}],"members":[{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","attribute":"open"},{"kind":"method","name":"_toggleOpen","privacy":"private"},{"kind":"method","name":"_handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleFlyoutToggle","privacy":"private"},{"kind":"method","name":"_emitFlyoutsToggle","privacy":"private"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","fieldName":"open"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-flyouts","customElement":true}],"exports":[{"kind":"js","name":"HeaderFlyouts","declaration":{"name":"HeaderFlyouts","module":"src/components/global/header/headerFlyouts.ts"}},{"kind":"custom-element-definition","name":"kyn-header-flyouts","declaration":{"name":"HeaderFlyouts","module":"src/components/global/header/headerFlyouts.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerLink.ts","declarations":[{"kind":"class","description":"Component for navigation links within the Header.","name":"HeaderLink","slots":[{"description":"Slot for link text/content.","name":"unnamed"},{"description":"Slot for sublinks (up to two levels).","name":"links"},{"description":"Slot for icon.","name":"icon"}],"members":[{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Link url.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"HeaderLinkTarget"},"default":"'_self'","description":"Defines a target attribute for where to load the URL. Possible options include \"_self\" (default), \"_blank\", \"_parent\", \"_top\"","attribute":"target"},{"kind":"field","name":"rel","type":{"text":"string"},"default":"''","description":"Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship","attribute":"rel"},{"kind":"field","name":"isActive","type":{"text":"boolean"},"default":"false","description":"Link active state, for example when URL path matches link href.","attribute":"isActive"},{"kind":"field","name":"divider","type":{"text":"boolean"},"default":"false","description":"DEPRECATED. Adds a 1px shadow to the bottom of the link.","attribute":"divider"},{"kind":"field","name":"searchLabel","type":{"text":"string"},"default":"'Search'","description":"Label for sub-menu link search input, which is visible with > 5 sub-links.","attribute":"searchLabel"},{"kind":"field","name":"searchThreshold","type":{"text":"number"},"default":"6","description":"Number of child links required to show search input.","attribute":"searchThreshold"},{"kind":"field","name":"linksPerColumn","type":{"text":"number"},"default":"0","description":"Maximum number of links per column in plain (non-categorical) flyouts.\nWhen set to a positive number and the slotted link count exceeds this value,\nadditional columns are created automatically. Default 0 (auto — no column splitting).","attribute":"linksPerColumn"},{"kind":"field","name":"hideSearch","type":{"text":"boolean"},"default":"false","description":"Hide the search input regardless of the number of child links.","attribute":"hideSearch"},{"kind":"field","name":"backText","type":{"text":"string"},"default":"'Back'","description":"Text for mobile \"Back\" button.","attribute":"backText"},{"kind":"field","name":"leftPadding","type":{"text":"boolean"},"default":"false","description":"Add left padding when icon is not provided to align text with links that do have icons.","attribute":"leftPadding"},{"kind":"field","name":"truncate","type":{"text":"boolean"},"default":"false","description":"When true, long text truncates with ellipsis. Default: false (text wraps normally).","attribute":"truncate","reflects":true},{"kind":"field","name":"fullWidthFlyout","type":{"text":"boolean"},"default":"false","description":"Forces the desktop flyout to use the full-width categorical Global Switcher layout.","attribute":"full-width-flyout","reflects":true},{"kind":"method","name":"_handleSearch","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_searchFilter","privacy":"private"},{"kind":"method","name":"_handleDefaultSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}],"description":"Extract text content from the default slot to use as auto-title"},{"kind":"method","name":"_handleBack","privacy":"private","parameters":[{"name":"e","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"_handleLinksSlotChange","privacy":"private"},{"kind":"method","name":"handlePointerEnter","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerLeave","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"determineLevel","privacy":"private"},{"kind":"method","name":"_positionMenu","privacy":"private"}],"events":[{"description":"Captures the click event and emits the original event details. `detail:{ origEvent: Event ,defaultPrevented: boolean}`","name":"on-click"}],"attributes":[{"name":"href","type":{"text":"string"},"default":"''","description":"Link url.","fieldName":"href"},{"name":"target","type":{"text":"HeaderLinkTarget"},"default":"'_self'","description":"Defines a target attribute for where to load the URL. Possible options include \"_self\" (default), \"_blank\", \"_parent\", \"_top\"","fieldName":"target"},{"name":"rel","type":{"text":"string"},"default":"''","description":"Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship","fieldName":"rel"},{"name":"isActive","type":{"text":"boolean"},"default":"false","description":"Link active state, for example when URL path matches link href.","fieldName":"isActive"},{"name":"divider","type":{"text":"boolean"},"default":"false","description":"DEPRECATED. Adds a 1px shadow to the bottom of the link.","fieldName":"divider"},{"name":"searchLabel","type":{"text":"string"},"default":"'Search'","description":"Label for sub-menu link search input, which is visible with > 5 sub-links.","fieldName":"searchLabel"},{"name":"searchThreshold","type":{"text":"number"},"default":"6","description":"Number of child links required to show search input.","fieldName":"searchThreshold"},{"name":"linksPerColumn","type":{"text":"number"},"default":"0","description":"Maximum number of links per column in plain (non-categorical) flyouts.\nWhen set to a positive number and the slotted link count exceeds this value,\nadditional columns are created automatically. Default 0 (auto — no column splitting).","fieldName":"linksPerColumn"},{"name":"hideSearch","type":{"text":"boolean"},"default":"false","description":"Hide the search input regardless of the number of child links.","fieldName":"hideSearch"},{"name":"backText","type":{"text":"string"},"default":"'Back'","description":"Text for mobile \"Back\" button.","fieldName":"backText"},{"name":"leftPadding","type":{"text":"boolean"},"default":"false","description":"Add left padding when icon is not provided to align text with links that do have icons.","fieldName":"leftPadding"},{"name":"truncate","type":{"text":"boolean"},"default":"false","description":"When true, long text truncates with ellipsis. Default: false (text wraps normally).","fieldName":"truncate"},{"name":"full-width-flyout","type":{"text":"boolean"},"default":"false","description":"Forces the desktop flyout to use the full-width categorical Global Switcher layout.","fieldName":"fullWidthFlyout"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-link","customElement":true}],"exports":[{"kind":"js","name":"HeaderLink","declaration":{"name":"HeaderLink","module":"src/components/global/header/headerLink.ts"}},{"kind":"custom-element-definition","name":"kyn-header-link","declaration":{"name":"HeaderLink","module":"src/components/global/header/headerLink.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerNav.ts","declarations":[{"kind":"class","description":"Container for header navigation links.","name":"HeaderNav","cssProperties":[{"description":"Max height for global-switcher flyout panels, including categorical nav wrappers.","name":"--kyn-global-switcher-max-height","default":"calc(100vh - var(--kd-header-reserved-space) - 16px)"}],"slots":[{"description":"This element has a slot.","name":"unnamed"}],"members":[{"kind":"field","name":"autoOpenFlyout","type":{"text":"string"},"default":"''","description":"Controls which flyout (if any) auto-opens when the nav renders.\n- `` (empty, default): original behavior — flyouts auto-collapse on mouse leave, nothing auto-opens.\n- `default`: auto-open the first categorical flyout; flyouts stay open on mouse leave.\n- `<id>`: auto-open the flyout whose kyn-header-link id matches; flyouts stay open on mouse leave.","attribute":"auto-open-flyout"},{"kind":"field","name":"truncateLinks","type":{"text":"boolean"},"default":"false","description":"When true, all links in flyouts will truncate long text with ellipsis.\nThis cascades to all nested kyn-header-link components via CSS custom property.","attribute":"truncate-links","reflects":true},{"kind":"method","name":"_toggleMenuOpen","privacy":"private"},{"kind":"method","name":"_updateCategoriesVisibility","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"name":"on-nav-toggle","type":{"text":"CustomEvent"},"description":"Fires when the nav menu opens or closes. `detail: { open }`."}],"attributes":[{"name":"auto-open-flyout","type":{"text":"string"},"default":"''","description":"Controls which flyout (if any) auto-opens when the nav renders.\n- `` (empty, default): original behavior — flyouts auto-collapse on mouse leave, nothing auto-opens.\n- `default`: auto-open the first categorical flyout; flyouts stay open on mouse leave.\n- `<id>`: auto-open the flyout whose kyn-header-link id matches; flyouts stay open on mouse leave.","fieldName":"autoOpenFlyout"},{"name":"truncate-links","type":{"text":"boolean"},"default":"false","description":"When true, all links in flyouts will truncate long text with ellipsis.\nThis cascades to all nested kyn-header-link components via CSS custom property.","fieldName":"truncateLinks"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-nav","customElement":true}],"exports":[{"kind":"js","name":"HeaderNav","declaration":{"name":"HeaderNav","module":"src/components/global/header/headerNav.ts"}},{"kind":"custom-element-definition","name":"kyn-header-nav","declaration":{"name":"HeaderNav","module":"src/components/global/header/headerNav.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerNotificationPanel.ts","declarations":[{"kind":"class","description":"Component for notification panel within the Header.","name":"HeaderNotificationPanel","slots":[{"description":"Slot for panel menu","name":"menu-slot"},{"description":"Slot for notification content.","name":"unnamed"}],"members":[{"kind":"field","name":"panelTitle","type":{"text":"string"},"default":"''","description":"Notification panel Title.","attribute":"panelTitle"},{"kind":"field","name":"panelFooterBtnText","type":{"text":"string"},"default":"''","description":"Notification panel footer button text.","attribute":"panelFooterBtnText"},{"kind":"field","name":"hidePanelFooter","type":{"text":"boolean"},"default":"false","description":"Hide notification panel footer","attribute":"hidePanelFooter"},{"kind":"method","name":"_handlefooterBtnEvent","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Emits the panel footer button event. `detail:{ origEvent: Event }`","name":"on-footer-btn-click"}],"attributes":[{"name":"panelTitle","type":{"text":"string"},"default":"''","description":"Notification panel Title.","fieldName":"panelTitle"},{"name":"panelFooterBtnText","type":{"text":"string"},"default":"''","description":"Notification panel footer button text.","fieldName":"panelFooterBtnText"},{"name":"hidePanelFooter","type":{"text":"boolean"},"default":"false","description":"Hide notification panel footer","fieldName":"hidePanelFooter"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-notification-panel","customElement":true}],"exports":[{"kind":"js","name":"HeaderNotificationPanel","declaration":{"name":"HeaderNotificationPanel","module":"src/components/global/header/headerNotificationPanel.ts"}},{"kind":"custom-element-definition","name":"kyn-header-notification-panel","declaration":{"name":"HeaderNotificationPanel","module":"src/components/global/header/headerNotificationPanel.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerPanelLink.ts","declarations":[{"kind":"class","description":"Header fly-out panel link.","name":"HeaderPanelLink","slots":[{"description":"Slot for link text/content.","name":"unnamed"}],"members":[{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Link url.","attribute":"href"},{"kind":"field","name":"target","default":"'_self'","type":{"text":"'_self'"},"description":"Defines a target attribute for where to load the URL. Possible options include \"_self\" (default), \"_blank\", \"_parent\", \"_top\"","attribute":"target"},{"kind":"field","name":"rel","type":{"text":"string"},"default":"''","description":"Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship","attribute":"rel"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"description":"Captures the click event and emits the original event details. `detail:{ origEvent: Event }`","name":"on-click"}],"attributes":[{"name":"href","type":{"text":"string"},"default":"''","description":"Link url.","fieldName":"href"},{"name":"target","default":"'_self'","type":{"text":"'_self'"},"description":"Defines a target attribute for where to load the URL. Possible options include \"_self\" (default), \"_blank\", \"_parent\", \"_top\"","fieldName":"target"},{"name":"rel","type":{"text":"string"},"default":"''","description":"Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship","fieldName":"rel"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-panel-link","customElement":true}],"exports":[{"kind":"js","name":"HeaderPanelLink","declaration":{"name":"HeaderPanelLink","module":"src/components/global/header/headerPanelLink.ts"}},{"kind":"custom-element-definition","name":"kyn-header-panel-link","declaration":{"name":"HeaderPanelLink","module":"src/components/global/header/headerPanelLink.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerUserProfile.ts","declarations":[{"kind":"class","description":"Header user profile.","name":"HeaderUserProfile","slots":[{"description":"Slot for the profile picture img.","name":"unnamed"}],"members":[{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The user's name.","attribute":"name"},{"kind":"field","name":"subtitle","type":{"text":"string"},"default":"''","description":"The user's job title, or subtext.","attribute":"subtitle"},{"kind":"field","name":"email","type":{"text":"string"},"default":"''","description":"The user's email address.","attribute":"email"},{"kind":"field","name":"profileLink","type":{"text":"string"},"default":"''","description":"View profile link URL.","attribute":"profileLink"},{"kind":"field","name":"profileLinkText","type":{"text":"string"},"default":"'View Profile'","description":"View Profile link text.","attribute":"profileLinkText"},{"kind":"method","name":"_handleProfileClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Captures the view profile link click event and emits the original event details. `detail:{ origEvent: Event }`","name":"on-profile-link-click"}],"attributes":[{"name":"name","type":{"text":"string"},"default":"''","description":"The user's name.","fieldName":"name"},{"name":"subtitle","type":{"text":"string"},"default":"''","description":"The user's job title, or subtext.","fieldName":"subtitle"},{"name":"email","type":{"text":"string"},"default":"''","description":"The user's email address.","fieldName":"email"},{"name":"profileLink","type":{"text":"string"},"default":"''","description":"View profile link URL.","fieldName":"profileLink"},{"name":"profileLinkText","type":{"text":"string"},"default":"'View Profile'","description":"View Profile link text.","fieldName":"profileLinkText"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-user-profile","customElement":true}],"exports":[{"kind":"js","name":"HeaderUserProfile","declaration":{"name":"HeaderUserProfile","module":"src/components/global/header/headerUserProfile.ts"}},{"kind":"custom-element-definition","name":"kyn-header-user-profile","declaration":{"name":"HeaderUserProfile","module":"src/components/global/header/headerUserProfile.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/index.ts","declarations":[],"exports":[{"kind":"js","name":"Header","declaration":{"name":"Header","module":"./header"}},{"kind":"js","name":"HeaderNav","declaration":{"name":"HeaderNav","module":"./headerNav"}},{"kind":"js","name":"HeaderLink","declaration":{"name":"HeaderLink","module":"./headerLink"}},{"kind":"js","name":"HeaderCategories","declaration":{"name":"HeaderCategories","module":"./headerCategories"}},{"kind":"js","name":"HeaderCategory","declaration":{"name":"HeaderCategory","module":"./headerCategory"}},{"kind":"js","name":"HeaderDivider","declaration":{"name":"HeaderDivider","module":"./headerDivider"}},{"kind":"js","name":"HeaderFlyouts","declaration":{"name":"HeaderFlyouts","module":"./headerFlyouts"}},{"kind":"js","name":"HeaderFlyout","declaration":{"name":"HeaderFlyout","module":"./headerFlyout"}},{"kind":"js","name":"HeaderUserProfile","declaration":{"name":"HeaderUserProfile","module":"./headerUserProfile"}},{"kind":"js","name":"HeaderPanelLink","declaration":{"name":"HeaderPanelLink","module":"./headerPanelLink"}},{"kind":"js","name":"HeaderNotificationPanel","declaration":{"name":"HeaderNotificationPanel","module":"./headerNotificationPanel"}}]},{"kind":"javascript-module","path":"src/components/global/localNav/index.ts","declarations":[],"exports":[{"kind":"js","name":"LocalNav","declaration":{"name":"LocalNav","module":"./localNav"}},{"kind":"js","name":"LocalNavLink","declaration":{"name":"LocalNavLink","module":"./localNavLink"}},{"kind":"js","name":"LocalNavDivider","declaration":{"name":"LocalNavDivider","module":"./localNavDivider"}}]},{"kind":"javascript-module","path":"src/components/global/localNav/localNav.ts","declarations":[{"kind":"class","description":"The global Side Navigation component.","name":"LocalNav","slots":[{"description":"The default slot, for local nav links.","name":"unnamed"},{"description":"Slot for a search input","name":"search"}],"members":[{"kind":"field","name":"pinned","type":{"text":"boolean"},"default":"false","description":"Local nav pinned state.","attribute":"pinned"},{"kind":"field","name":"manualToggleVariant","type":{"text":"boolean"},"default":"false","description":"Enables the manual-toggle interaction mode.\nStarts pinned/expanded by default and disables hover expansion.","attribute":"manual-toggle-variant"},{"kind":"field","name":"collapsedByDefault","type":{"text":"boolean"},"default":"false","description":"Whether the `manual-toggle` variant should start collapsed.\nBy default, `manual-toggle` starts pinned/expanded.","attribute":"collapsed-by-default"},{"kind":"field","name":"textStrings","default":"{\n pin: 'Pin',\n unpin: 'Unpin',\n toggleMenu: 'Toggle Menu',\n collapse: 'Collapse',\n menu: 'Menu',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_handleNavToggle","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleMobileNavToggle","privacy":"private"},{"kind":"method","name":"_clearPointerTimers","privacy":"private"},{"kind":"method","name":"handlePointerEnter","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerLeave","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"handleSlotChange","privacy":"private"},{"kind":"method","name":"_handleLinkActive","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent<{ text: string }>"}}]},{"kind":"method","name":"_refreshChildBreakpointState","privacy":"private"},{"kind":"method","name":"_handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"description":"Captures the click event and emits the pinned state and original event details. `detail:{ pinned: boolean, origEvent: Event }`","name":"on-toggle"}],"attributes":[{"name":"pinned","type":{"text":"boolean"},"default":"false","description":"Local nav pinned state.","fieldName":"pinned"},{"name":"manual-toggle-variant","type":{"text":"boolean"},"default":"false","description":"Enables the manual-toggle interaction mode.\nStarts pinned/expanded by default and disables hover expansion.","fieldName":"manualToggleVariant"},{"name":"collapsed-by-default","type":{"text":"boolean"},"default":"false","description":"Whether the `manual-toggle` variant should start collapsed.\nBy default, `manual-toggle` starts pinned/expanded.","fieldName":"collapsedByDefault"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-local-nav","customElement":true}],"exports":[{"kind":"js","name":"LocalNav","declaration":{"name":"LocalNav","module":"src/components/global/localNav/localNav.ts"}},{"kind":"custom-element-definition","name":"kyn-local-nav","declaration":{"name":"LocalNav","module":"src/components/global/localNav/localNav.ts"}}]},{"kind":"javascript-module","path":"src/components/global/localNav/localNavDivider.ts","declarations":[{"kind":"class","description":"Local Nav divider","name":"LocalNavDivider","members":[{"kind":"field","name":"heading","type":{"text":"string"},"default":"''","description":"Optional heading text.","attribute":"heading"}],"attributes":[{"name":"heading","type":{"text":"string"},"default":"''","description":"Optional heading text.","fieldName":"heading"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-local-nav-divider","customElement":true}],"exports":[{"kind":"js","name":"LocalNavDivider","declaration":{"name":"LocalNavDivider","module":"src/components/global/localNav/localNavDivider.ts"}},{"kind":"custom-element-definition","name":"kyn-local-nav-divider","declaration":{"name":"LocalNavDivider","module":"src/components/global/localNav/localNavDivider.ts"}}]},{"kind":"javascript-module","path":"src/components/global/localNav/localNavLink.ts","declarations":[{"kind":"class","description":"Link component for use in the global Side Navigation component.","name":"LocalNavLink","slots":[{"description":"The default slot, for the link text.","name":"unnamed"},{"description":"Slot for an icon. Use 16px size. Required for level 1.","name":"icon"},{"description":"Slot for the next level of links, supports three levels.","name":"links"}],"members":[{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Link url.","attribute":"href"},{"kind":"field","name":"expanded","type":{"text":"boolean"},"default":"false","description":"Expanded state.","attribute":"expanded"},{"kind":"field","name":"active","type":{"text":"boolean"},"default":"false","description":"Active state.","attribute":"active","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state.","attribute":"disabled"},{"kind":"field","name":"backText","type":{"text":"string"},"default":"'Back'","description":"Text for mobile \"Back\" button.","attribute":"backText"},{"kind":"field","name":"leftPadding","type":{"text":"boolean"},"default":"false","description":"Add left padding when icon is not provided to align text with links that do have icons. Does not apply to level 1.","attribute":"leftPadding"},{"kind":"field","name":"_isDesktopViewport","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"field","name":"_showCollapsedTooltip","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"method","name":"_handleTextSlotChange","privacy":"private"},{"kind":"method","name":"_getSlotText","privacy":"private"},{"kind":"method","name":"_handleLinksSlotChange","privacy":"private"},{"kind":"method","name":"updateChildren","privacy":"private"},{"kind":"method","name":"_handleBack","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"name":"on-link-active","type":{"text":"CustomEvent"}},{"name":"on-click","type":{"text":"CustomEvent"},"description":"Captures the click event and emits the original event, level, and if default was prevented. `detail:{ origEvent: ClickEvent, level: number, defaultPrevented: boolean }`"}],"attributes":[{"name":"href","type":{"text":"string"},"default":"''","description":"Link url.","fieldName":"href"},{"name":"expanded","type":{"text":"boolean"},"default":"false","description":"Expanded state.","fieldName":"expanded"},{"name":"active","type":{"text":"boolean"},"default":"false","description":"Active state.","fieldName":"active"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state.","fieldName":"disabled"},{"name":"backText","type":{"text":"string"},"default":"'Back'","description":"Text for mobile \"Back\" button.","fieldName":"backText"},{"name":"leftPadding","type":{"text":"boolean"},"default":"false","description":"Add left padding when icon is not provided to align text with links that do have icons. Does not apply to level 1.","fieldName":"leftPadding"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-local-nav-link","customElement":true}],"exports":[{"kind":"js","name":"LocalNavLink","declaration":{"name":"LocalNavLink","module":"src/components/global/localNav/localNavLink.ts"}},{"kind":"custom-element-definition","name":"kyn-local-nav-link","declaration":{"name":"LocalNavLink","module":"src/components/global/localNav/localNavLink.ts"}}]},{"kind":"javascript-module","path":"src/components/global/uiShell/index.ts","declarations":[],"exports":[{"kind":"js","name":"UiShell","declaration":{"name":"UiShell","module":"./uiShell"}}]},{"kind":"javascript-module","path":"src/components/global/uiShell/uiShell.ts","declarations":[{"kind":"class","description":"Container to help with positioning and padding of the global elements such as: adds padding for the fixed Header and Local Nav, adds main content gutters, and makes Footer sticky. This takes the onus off of the consuming app to configure these values.","name":"UiShell","slots":[{"description":"Slot for global elements.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-ui-shell","customElement":true}],"exports":[{"kind":"js","name":"UiShell","declaration":{"name":"UiShell","module":"src/components/global/uiShell/uiShell.ts"}},{"kind":"custom-element-definition","name":"kyn-ui-shell","declaration":{"name":"UiShell","module":"src/components/global/uiShell/uiShell.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/defs/helpers.ts","declarations":[{"kind":"function","name":"generateId","return":{"type":{"text":"string"}},"description":"Generate a unique ID for rules and groups"},{"kind":"function","name":"createEmptyRule","return":{"type":{"text":"RuleType"}},"description":"Create an empty rule with no field/operator/value selected"},{"kind":"function","name":"createDefaultQuery","return":{"type":{"text":"RuleGroupType"}},"description":"Create the initial/default query structure with one empty rule"}],"exports":[{"kind":"js","name":"generateId","declaration":{"name":"generateId","module":"src/components/reusable/queryBuilder/defs/helpers.ts"}},{"kind":"js","name":"createEmptyRule","declaration":{"name":"createEmptyRule","module":"src/components/reusable/queryBuilder/defs/helpers.ts"}},{"kind":"js","name":"createDefaultQuery","declaration":{"name":"createDefaultQuery","module":"src/components/reusable/queryBuilder/defs/helpers.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/defs/index.ts","declarations":[],"exports":[{"kind":"js","name":"RuleGroupType","declaration":{"name":"RuleGroupType","module":"./types"}},{"kind":"js","name":"RuleType","declaration":{"name":"RuleType","module":"./types"}},{"kind":"js","name":"RuleOrGroup","declaration":{"name":"RuleOrGroup","module":"./types"}},{"kind":"js","name":"QueryField","declaration":{"name":"QueryField","module":"./types"}},{"kind":"js","name":"FieldDataType","declaration":{"name":"FieldDataType","module":"./types"}},{"kind":"js","name":"QueryOperator","declaration":{"name":"QueryOperator","module":"./types"}},{"kind":"js","name":"QueryOption","declaration":{"name":"QueryOption","module":"./types"}},{"kind":"js","name":"QueryBuilderConfig","declaration":{"name":"QueryBuilderConfig","module":"./types"}},{"kind":"js","name":"QueryChangeEventDetail","declaration":{"name":"QueryChangeEventDetail","module":"./types"}},{"kind":"js","name":"QueryActionEventDetail","declaration":{"name":"QueryActionEventDetail","module":"./types"}},{"kind":"js","name":"QueryBuilderSize","declaration":{"name":"QueryBuilderSize","module":"./types"}},{"kind":"js","name":"ButtonSize","declaration":{"name":"ButtonSize","module":"./types"}},{"kind":"js","name":"isRuleGroup","declaration":{"name":"isRuleGroup","module":"./types"}},{"kind":"js","name":"isRule","declaration":{"name":"isRule","module":"./types"}},{"kind":"js","name":"sizeToButtonSize","declaration":{"name":"sizeToButtonSize","module":"./types"}},{"kind":"js","name":"getOperatorsForType","declaration":{"name":"getOperatorsForType","module":"./operators"}},{"kind":"js","name":"isNoValueOperator","declaration":{"name":"isNoValueOperator","module":"./operators"}},{"kind":"js","name":"isBetweenOperator","declaration":{"name":"isBetweenOperator","module":"./operators"}},{"kind":"js","name":"isMultiValueOperator","declaration":{"name":"isMultiValueOperator","module":"./operators"}},{"kind":"js","name":"generateId","declaration":{"name":"generateId","module":"./helpers"}},{"kind":"js","name":"createDefaultQuery","declaration":{"name":"createDefaultQuery","module":"./helpers"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/defs/operators.ts","declarations":[{"kind":"variable","name":"TEXT_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n { name: 'contains', label: 'Contains' },\n { name: 'notContains', label: 'Does Not Contain' },\n { name: 'startsWith', label: 'Starts With' },\n { name: 'endsWith', label: 'Ends With' },\n { name: 'isNull', label: 'Is Empty', valueCount: 'none' },\n { name: 'isNotNull', label: 'Is Not Empty', valueCount: 'none' },\n]","description":"Default operators for text fields"},{"kind":"variable","name":"NUMBER_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n { name: 'lessThan', label: 'Less Than' },\n { name: 'lessThanOrEqual', label: 'Less Than Or Equal' },\n { name: 'greaterThan', label: 'Greater Than' },\n { name: 'greaterThanOrEqual', label: 'Greater Than Or Equal' },\n { name: 'between', label: 'Between' },\n { name: 'notBetween', label: 'Not Between' },\n { name: 'isNull', label: 'Is Empty', valueCount: 'none' },\n { name: 'isNotNull', label: 'Is Not Empty', valueCount: 'none' },\n]","description":"Default operators for number fields"},{"kind":"variable","name":"DATE_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n { name: 'before', label: 'Before' },\n { name: 'after', label: 'After' },\n { name: 'between', label: 'Between' },\n { name: 'isNull', label: 'Is Empty', valueCount: 'none' },\n { name: 'isNotNull', label: 'Is Not Empty', valueCount: 'none' },\n]","description":"Default operators for date/datetime fields"},{"kind":"variable","name":"TIME_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n { name: 'before', label: 'Before' },\n { name: 'after', label: 'After' },\n { name: 'between', label: 'Between' },\n { name: 'isNull', label: 'Is Empty', valueCount: 'none' },\n { name: 'isNotNull', label: 'Is Not Empty', valueCount: 'none' },\n]","description":"Default operators for time fields"},{"kind":"variable","name":"BOOLEAN_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Is' },\n]","description":"default operators for boolean fields"},{"kind":"variable","name":"SELECT_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n { name: 'in', label: 'In' },\n { name: 'notIn', label: 'Not In' },\n { name: 'isNull', label: 'Is Empty', valueCount: 'none' },\n { name: 'isNotNull', label: 'Is Not Empty', valueCount: 'none' },\n]","description":"default operators for select/multiselect fields"},{"kind":"variable","name":"RADIO_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n]","description":"default operators for radio button fields"},{"kind":"variable","name":"SLIDER_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n { name: 'lessThan', label: 'Less Than' },\n { name: 'lessThanOrEqual', label: 'Less Than Or Equal' },\n { name: 'greaterThan', label: 'Greater Than' },\n { name: 'greaterThanOrEqual', label: 'Greater Than Or Equal' },\n { name: 'between', label: 'Between' },\n]","description":"default operators for slider fields (numeric range)"},{"kind":"function","name":"getOperatorsForType","return":{"type":{"text":"QueryOperator[]"}},"parameters":[{"name":"dataType","type":{"text":"FieldDataType"}}],"description":"get default operators for a given field data type"},{"kind":"function","name":"isNoValueOperator","return":{"type":{"text":"boolean"}},"parameters":[{"name":"operator","type":{"text":"string"}},{"name":"operators","type":{"text":"QueryOperator[]"}}],"description":"check if an operator requires no value"},{"kind":"function","name":"isBetweenOperator","return":{"type":{"text":"boolean"}},"parameters":[{"name":"operator","type":{"text":"string"}}],"description":"check if an operator requires two values (between, notBetween)"},{"kind":"function","name":"isMultiValueOperator","return":{"type":{"text":"boolean"}},"parameters":[{"name":"operator","type":{"text":"string"}}],"description":"check if an operator works with multiple values (in, notIn)"}],"exports":[{"kind":"js","name":"TEXT_OPERATORS","declaration":{"name":"TEXT_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"NUMBER_OPERATORS","declaration":{"name":"NUMBER_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"DATE_OPERATORS","declaration":{"name":"DATE_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"TIME_OPERATORS","declaration":{"name":"TIME_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"BOOLEAN_OPERATORS","declaration":{"name":"BOOLEAN_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"SELECT_OPERATORS","declaration":{"name":"SELECT_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"RADIO_OPERATORS","declaration":{"name":"RADIO_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"SLIDER_OPERATORS","declaration":{"name":"SLIDER_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"getOperatorsForType","declaration":{"name":"getOperatorsForType","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"isNoValueOperator","declaration":{"name":"isNoValueOperator","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"isBetweenOperator","declaration":{"name":"isBetweenOperator","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"isMultiValueOperator","declaration":{"name":"isMultiValueOperator","module":"src/components/reusable/queryBuilder/defs/operators.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/defs/types.ts","declarations":[{"kind":"function","name":"isRuleGroup","return":{"type":{"text":"item is RuleGroupType"}},"parameters":[{"name":"item","type":{"text":"RuleOrGroup"}}],"description":"type guard to check if an item is a RuleGroupType"},{"kind":"function","name":"isRule","return":{"type":{"text":"item is RuleType"}},"parameters":[{"name":"item","type":{"text":"RuleOrGroup"}}],"description":"type guard to check if an item is a RuleType"},{"kind":"variable","name":"sizeToButtonSize","type":{"text":"Record<QueryBuilderSize, ButtonSize>"},"default":"{\n xs: 'extra-small',\n sm: 'small',\n md: 'medium',\n lg: 'large',\n}","description":"maps QueryBuilderSize to ButtonSize."}],"exports":[{"kind":"js","name":"isRuleGroup","declaration":{"name":"isRuleGroup","module":"src/components/reusable/queryBuilder/defs/types.ts"}},{"kind":"js","name":"isRule","declaration":{"name":"isRule","module":"src/components/reusable/queryBuilder/defs/types.ts"}},{"kind":"js","name":"sizeToButtonSize","declaration":{"name":"sizeToButtonSize","module":"src/components/reusable/queryBuilder/defs/types.ts"}}]}]}
1
+ {"schemaVersion":"1.0.0","readme":"","modules":[{"kind":"javascript-module","path":"src/components/global/footer/footer.ts","declarations":[{"kind":"class","description":"The global Footer component.","name":"Footer","slots":[{"description":"Default slot, for links.","name":"unnamed"},{"description":"Slot for the logo, will overwrite the default logo.","name":"logo"},{"description":"Slot for the copyright text.","name":"copyright"}],"members":[{"kind":"field","name":"rootUrl","type":{"text":"string"},"default":"'/'","description":"URL for the footer logo link. Should target the application home page.","attribute":"rootUrl"},{"kind":"field","name":"logoAriaLabel","type":{"text":"string"},"default":"''","description":"Sets aria label attribute for logo link.","attribute":"logoAriaLabel"},{"kind":"method","name":"handleRootLinkClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"description":"Captures the logo link click event and emits the original event. `detail:{ origEvent: Event}`","name":"on-root-link-click"}],"attributes":[{"name":"rootUrl","type":{"text":"string"},"default":"'/'","description":"URL for the footer logo link. Should target the application home page.","fieldName":"rootUrl"},{"name":"logoAriaLabel","type":{"text":"string"},"default":"''","description":"Sets aria label attribute for logo link.","fieldName":"logoAriaLabel"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-footer","customElement":true}],"exports":[{"kind":"js","name":"Footer","declaration":{"name":"Footer","module":"src/components/global/footer/footer.ts"}},{"kind":"custom-element-definition","name":"kyn-footer","declaration":{"name":"Footer","module":"src/components/global/footer/footer.ts"}}]},{"kind":"javascript-module","path":"src/components/global/footer/index.ts","declarations":[],"exports":[{"kind":"js","name":"Footer","declaration":{"name":"Footer","module":"./footer"}}]},{"kind":"javascript-module","path":"src/components/global/header/header.ts","declarations":[{"kind":"class","description":"The global Header component.","name":"Header","slots":[{"description":"The default slot for all empty space right of the logo/title.","name":"unnamed"},{"description":"Slot for the logo, will overwrite the default logo.","name":"logo"},{"description":"Slot left of the logo, intended for the header nav.","name":"left"},{"description":"Slot between logo/title and right flyouts.","name":"center"}],"members":[{"kind":"field","name":"rootUrl","type":{"text":"string"},"default":"'/'","description":"URL for the header logo link. Should target the application home page.","attribute":"rootUrl"},{"kind":"field","name":"appTitle","type":{"text":"string"},"default":"''","description":"App title text next to logo. Hidden on smaller screens.","attribute":"appTitle"},{"kind":"method","name":"handleSlotChange","privacy":"private"},{"kind":"method","name":"handleRootLinkClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleNavToggle","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleFlyoutsToggle","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Captures the menu toggle click event and emits the menu open state in the detail. `detail:{ origEvent: Event}`","name":"on-menu-toggle"},{"description":"Captures the logo link click event and emits the original event details. `detail:{ origEvent: Event}`","name":"on-root-link-click"}],"attributes":[{"name":"rootUrl","type":{"text":"string"},"default":"'/'","description":"URL for the header logo link. Should target the application home page.","fieldName":"rootUrl"},{"name":"appTitle","type":{"text":"string"},"default":"''","description":"App title text next to logo. Hidden on smaller screens.","fieldName":"appTitle"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header","customElement":true}],"exports":[{"kind":"js","name":"Header","declaration":{"name":"Header","module":"src/components/global/header/header.ts"}},{"kind":"custom-element-definition","name":"kyn-header","declaration":{"name":"Header","module":"src/components/global/header/header.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerCategories.ts","declarations":[{"kind":"class","description":"Header categories wrapper for mega menu.","name":"HeaderCategories","cssProperties":[{"description":"Max width for one-column masonry layouts.","name":"--kyn-header-category-single-column-width","default":"350px"},{"description":"Width of each column. Applies to 2 column layouts. Also used for 3+ when `fixed-column-widths` is enabled.","name":"--kyn-header-category-column-width","default":"300px"},{"description":"Horizontal gap between columns.","name":"--kyn-header-category-column-gap","default":"32px"}],"slots":[{"description":"Slot for header category elements. Controlled via `activeMegaTabId` / `activeMegaCategoryId` but encapsulates all categorical/mega-nav view behavior (root/detail, \"More\", \"Back\"). Emits `on-nav-change` so parents can mirror state for tabs, routing, etc. Modes: - JSON mode - Provide `tabsConfig` and categories/links are rendered from config. - Each link may specify `href`, `target`, and `rel`. - Optional `linkRenderer` hook can be supplied to fully control the slotted content inside each `<kyn-header-link>`. - Slotted/manual mode - Omit `tabsConfig` and slot `<kyn-header-category>` / `<kyn-header-link>` elements directly in the light DOM. - Slotted `<kyn-header-link>` `href`, `target`, and `rel` attributes are preserved. - Root view will: - limit visible links per category at `maxRootLinks` - inject a \"More\" link when there are additional links - \"More\" switches to a detail view for that category, and the Back button returns to the root view.","name":"unnamed"}],"members":[{"kind":"field","name":"tabsConfig","type":{"text":"MegaTabsConfig | null"},"default":"null","description":"Configuration object for the mega nav (tab id -> categories/links)."},{"kind":"field","name":"activeMegaTabId","type":{"text":"string"},"default":"''","description":"Currently active tab id.","attribute":"activeMegaTabId"},{"kind":"field","name":"activeMegaCategoryId","type":{"text":"string | null"},"default":"null","description":"Currently active category id in detail view, or null for root view (controlled).","attribute":"activeMegaCategoryId"},{"kind":"field","name":"maxRootLinks","type":{"text":"number"},"default":"4","description":"Max number of links to render in root columns before showing \"More\".","attribute":"maxRootLinks"},{"kind":"field","name":"limitRootLinks","type":{"text":"boolean"},"default":"true","description":"Controls whether root-view categories are limited by `maxRootLinks` before showing \"More\".","attribute":"limit-root-links"},{"kind":"field","name":"layout","type":{"text":"'masonry' | 'grid' | ''"},"default":"''","description":"Layout mode for categories.\n- \"\" (default): Legacy responsive column-width layout for standard mega-nav\n- \"masonry\": CSS multi-column with fixed column-count based on category count\n- \"grid\": CSS Grid with fixed columns and row-based wrapping","attribute":"layout","reflects":true},{"kind":"field","name":"maxColumns","type":{"text":"number"},"default":"3","description":"Max number of columns to display when layout=\"grid\" or layout=\"masonry\".","attribute":"maxColumns"},{"kind":"field","name":"fixedColumnWidths","type":{"text":"boolean"},"default":"false","description":"When true, 3+ columns use fixed column widths instead of stretching to fill\nthe full flyout width. The flyout remains constrained by viewport max-width.","attribute":"fixed-column-widths","reflects":true},{"kind":"field","name":"showCategoryIcons","type":{"text":"boolean"},"default":"false","description":"When true, category headings render with the default design-system icon when none is provided.","attribute":"show-category-icons"},{"kind":"field","name":"hideCategoryDividers","type":{"text":"boolean"},"default":"false","description":"When true, hide dividers in root-view categories.","attribute":"hide-category-dividers"},{"kind":"field","name":"textStrings","type":{"text":"Partial<HeaderTextStrings> | null"},"default":"null","description":"Optional text overrides, merged with defaults.\ne.g. <kyn-header-categories .textStrings=${{ more: 'More items' }}>","attribute":"textStrings"},{"kind":"field","name":"detailLinksPerColumn","type":{"text":"number"},"default":"6","description":"Number of links per column in the detail view (JSON mode only).","attribute":"detailLinksPerColumn"},{"kind":"field","name":"linkRenderer","type":{"text":"HeaderMegaLinkRenderer | null"},"default":"null","description":"Optional hook to render the entire link content slotted into <kyn-header-link>.\n\nIMPORTANT:\n- This must return an HTML string or null.\n- The string is rendered via unsafeHTML; consumers are responsible for sanitizing\n any dynamic content they inject here.\n\nThis API is intentionally framework-agnostic: React, Vue, Angular, etc. can all\nbuild a string and pass it in.\n\nIf not provided, a simple circle-icon + label placeholder is used."},{"kind":"method","name":"chunkBy","privacy":"private","return":{"type":{"text":"T[][]"}},"parameters":[{"name":"items","type":{"text":"T[] | undefined"}},{"name":"size","type":{"text":"number"}}]},{"kind":"method","name":"normalizeHeaderLinkTarget","privacy":"private","return":{"type":{"text":"HeaderLinkTarget"}},"parameters":[{"name":"target","optional":true,"type":{"text":"string | null"}}]},{"kind":"field","name":"_rootLinksLimit","type":{"text":"number"},"privacy":"private","description":"Resolve max root links. Disabling limiting, or using non-positive values, means \"no limit\".","readonly":true},{"kind":"method","name":"_sanitizeSlotKey","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"value","type":{"text":"string"}}]},{"kind":"method","name":"_resolveCategoryId","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"categoryEl","type":{"text":"HeaderCategory"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_getRootSlotName","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"category","type":{"text":"SlottedCategoryData"}}]},{"kind":"method","name":"_getDetailSlotName","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"category","type":{"text":"SlottedCategoryData"}}]},{"kind":"method","name":"_getActiveSlottedCategory","privacy":"private","return":{"type":{"text":"SlottedCategoryData | null"}}},{"kind":"method","name":"_findSlottedCategoryFromEvent","privacy":"private","return":{"type":{"text":"SlottedCategoryData | null"}},"parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_resolveSlottedMoreCategoryId","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"e","type":{"text":"CustomEvent<{ categoryId: string }>"}}]},{"kind":"method","name":"_syncSlottedCategoryPresentation","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"_resetSlottedCategoryPresentation","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"_handleSlottedMoreClick","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"CustomEvent<{ categoryId: string }>"}}]},{"kind":"method","name":"_emitChange","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setRootView","return":{"type":{"text":"void"}},"parameters":[{"name":"tabId","optional":true,"type":{"text":"string"}}]},{"kind":"method","name":"openCategoryDetail","return":{"type":{"text":"void"}},"parameters":[{"name":"tabId","type":{"text":"string"}},{"name":"categoryId","type":{"text":"string"}},{"name":"e","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"handleBackClick","return":{"type":{"text":"void"}},"parameters":[{"name":"e","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"_handleNavToggle","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"CustomEvent<{ open?: boolean }>"}}]},{"kind":"method","name":"renderLinkContent","privacy":"private","parameters":[{"name":"link","type":{"text":"HeaderCategoryLinkType"}},{"name":"ctx","type":{"text":"HeaderLinkRendererContext"}}]},{"kind":"method","name":"renderCategoryColumn","privacy":"private","parameters":[{"name":"tabId","type":{"text":"string"}},{"name":"category","type":{"text":"HeaderCategoryType | undefined"}}]},{"kind":"method","name":"renderRootView","privacy":"private"},{"kind":"method","name":"renderDetailView","privacy":"private"},{"kind":"method","name":"_buildSlottedCategories","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderSlottedRoot","privacy":"private"},{"kind":"method","name":"computeDetailColumns","privacy":"private","return":{"type":{"text":"T[][]"}},"parameters":[{"name":"links","type":{"text":"T[] | undefined"}}]},{"kind":"method","name":"renderSlottedDetail","privacy":"private"},{"kind":"method","name":"_scheduleBuildSlottedCategories","privacy":"private","return":{"type":{"text":"void"}}}],"events":[{"name":"on-column-count-change","type":{"text":"CustomEvent"}},{"name":"on-nav-change","type":{"text":"CustomEvent"},"description":"Fires when the active category/tab view changes. Detail: `{ activeMegaTabId, activeMegaCategoryId, view }`."}],"attributes":[{"name":"activeMegaTabId","type":{"text":"string"},"default":"''","description":"Currently active tab id.","fieldName":"activeMegaTabId"},{"name":"activeMegaCategoryId","type":{"text":"string | null"},"default":"null","description":"Currently active category id in detail view, or null for root view (controlled).","fieldName":"activeMegaCategoryId"},{"name":"maxRootLinks","type":{"text":"number"},"default":"4","description":"Max number of links to render in root columns before showing \"More\".","fieldName":"maxRootLinks"},{"name":"limit-root-links","type":{"text":"boolean"},"default":"true","description":"Controls whether root-view categories are limited by `maxRootLinks` before showing \"More\".","fieldName":"limitRootLinks"},{"name":"layout","type":{"text":"'masonry' | 'grid' | ''"},"default":"''","description":"Layout mode for categories.\n- \"\" (default): Legacy responsive column-width layout for standard mega-nav\n- \"masonry\": CSS multi-column with fixed column-count based on category count\n- \"grid\": CSS Grid with fixed columns and row-based wrapping","fieldName":"layout"},{"name":"maxColumns","type":{"text":"number"},"default":"3","description":"Max number of columns to display when layout=\"grid\" or layout=\"masonry\".","fieldName":"maxColumns"},{"name":"fixed-column-widths","type":{"text":"boolean"},"default":"false","description":"When true, 3+ columns use fixed column widths instead of stretching to fill\nthe full flyout width. The flyout remains constrained by viewport max-width.","fieldName":"fixedColumnWidths"},{"name":"show-category-icons","type":{"text":"boolean"},"default":"false","description":"When true, category headings render with the default design-system icon when none is provided.","fieldName":"showCategoryIcons"},{"name":"hide-category-dividers","type":{"text":"boolean"},"default":"false","description":"When true, hide dividers in root-view categories.","fieldName":"hideCategoryDividers"},{"name":"textStrings","type":{"text":"Partial<HeaderTextStrings> | null"},"default":"null","description":"Optional text overrides, merged with defaults.\ne.g. <kyn-header-categories .textStrings=${{ more: 'More items' }}>","fieldName":"textStrings"},{"name":"detailLinksPerColumn","type":{"text":"number"},"default":"6","description":"Number of links per column in the detail view (JSON mode only).","fieldName":"detailLinksPerColumn"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-categories","customElement":true}],"exports":[{"kind":"js","name":"HeaderCategories","declaration":{"name":"HeaderCategories","module":"src/components/global/header/headerCategories.ts"}},{"kind":"custom-element-definition","name":"kyn-header-categories","declaration":{"name":"HeaderCategories","module":"src/components/global/header/headerCategories.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerCategory.ts","declarations":[{"kind":"class","description":"Header link category","name":"HeaderCategory","slots":[{"description":"Slot for links.","name":"unnamed"},{"description":"Slot for icon.","name":"icon"},{"description":"Slot for \"More\" link (indented with category links).","name":"more"}],"members":[{"kind":"field","name":"heading","type":{"text":"string"},"default":"''","description":"Category text.","attribute":"heading"},{"kind":"field","name":"leftPadding","type":{"text":"boolean"},"default":"false","description":"Add left padding when icon is not provided to align text with links that do have icons.","attribute":"leftPadding"},{"kind":"field","name":"showDivider","type":{"text":"boolean"},"default":"false","description":"Show bottom border/divider. Set to true to force show, false to force hide. By default, dividers are automatically shown when followed by another category.","attribute":"showDivider"},{"kind":"method","name":"_handleIconSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_checkForNextCategorySibling","privacy":"private"},{"kind":"method","name":"_getRegularLinks","privacy":"private","return":{"type":{"text":"HTMLElement[]"}}},{"kind":"method","name":"_getCustomMoreNodes","privacy":"private","return":{"type":{"text":"HTMLElement[]"}}},{"kind":"method","name":"_computeDetailColumnCount","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"linkCount","type":{"text":"number"}}]},{"kind":"method","name":"_syncLinks","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"_getResolvedCategoryId","privacy":"private","return":{"type":{"text":"string"}}},{"kind":"method","name":"_emitMoreClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleGeneratedMoreClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleGeneratedMoreKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_handleLinksSlotChange","privacy":"private"},{"kind":"method","name":"_handleMoreSlotChange","privacy":"private"}],"events":[{"name":"on-more-click","type":{"text":"CustomEvent"}}],"attributes":[{"name":"heading","type":{"text":"string"},"default":"''","description":"Category text.","fieldName":"heading"},{"name":"leftPadding","type":{"text":"boolean"},"default":"false","description":"Add left padding when icon is not provided to align text with links that do have icons.","fieldName":"leftPadding"},{"name":"showDivider","type":{"text":"boolean"},"default":"false","description":"Show bottom border/divider. Set to true to force show, false to force hide. By default, dividers are automatically shown when followed by another category.","fieldName":"showDivider"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-category","customElement":true}],"exports":[{"kind":"js","name":"HeaderCategory","declaration":{"name":"HeaderCategory","module":"src/components/global/header/headerCategory.ts"}},{"kind":"custom-element-definition","name":"kyn-header-category","declaration":{"name":"HeaderCategory","module":"src/components/global/header/headerCategory.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerDivider.ts","declarations":[{"kind":"class","description":"Header divider","name":"HeaderDivider","members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-divider","customElement":true}],"exports":[{"kind":"js","name":"HeaderDivider","declaration":{"name":"HeaderDivider","module":"src/components/global/header/headerDivider.ts"}},{"kind":"custom-element-definition","name":"kyn-header-divider","declaration":{"name":"HeaderDivider","module":"src/components/global/header/headerDivider.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerFlyout.ts","declarations":[{"kind":"class","description":"Component for header flyout items.","name":"HeaderFlyout","slots":[{"description":"Slot for flyout menu content.","name":"unnamed"},{"description":"Slot for button/toggle content.","name":"button"}],"members":[{"kind":"field","name":"_mobileButtonIconSvg","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"_mobileSummaryIconSvg","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"_mobileSummaryLabel","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"_mobileSummaryDetails","type":{"text":"MobileSummaryDetailItem[]"},"privacy":"private","default":"[]"},{"kind":"field","name":"_mobileLabelOverride","type":{"text":"string"},"privacy":"private","default":"''"},{"kind":"field","name":"_hideButtonContentOnMobile","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"_isDesktopViewport","type":{"text":"boolean"},"privacy":"private","default":"true"},{"kind":"field","name":"_copiedMobileSummaryIndex","type":{"text":"number | null"},"privacy":"private","default":"null"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Flyout open state.","attribute":"open","reflects":true},{"kind":"field","name":"anchorLeft","type":{"text":"boolean"},"default":"false","description":"Anchor flyout menu to the left edge of the button instead of the right edge.","attribute":"anchorLeft"},{"kind":"field","name":"hideArrow","type":{"text":"boolean"},"default":"false","description":"Hides the arrow.","attribute":"hideArrow"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Menu label, trigger `title`, and trigger `aria-label` (e.g. current account name).\nTruncate visually in the slot with CSS if needed; keep this value complete for tooltips and SR.","attribute":"label"},{"kind":"field","name":"hideMenuLabel","type":{"text":"boolean"},"default":"false","description":"Hide the label at the top of the flyout menu.","attribute":"hideMenuLabel"},{"kind":"field","name":"hideButtonLabel","type":{"text":"boolean"},"default":"false","description":"Hide the label in the mobile button.","attribute":"hideButtonLabel"},{"kind":"field","name":"assistiveText","type":{"text":"string"},"default":"''","deprecated":"Use `label` instead.","attribute":"assistive-text"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Turns the button into a link.","attribute":"href"},{"kind":"field","name":"backText","type":{"text":"string"},"default":"'Back'","description":"Text for mobile \"Back\" button.","attribute":"backText"},{"kind":"field","name":"noPadding","type":{"text":"boolean"},"default":"false","description":"Removes padding from the flyout menu.","attribute":"noPadding"},{"kind":"field","name":"_desktopMediaQuery","type":{"text":"MediaQueryList | undefined"},"privacy":"private"},{"kind":"field","name":"_mobileSummaryCopyFeedbackTimeout","type":{"text":"number | null"},"privacy":"private","default":"null"},{"kind":"field","name":"_triggerAssistiveText","privacy":"private","readonly":true},{"kind":"method","name":"_applyMobilePresentation","privacy":"private","parameters":[{"name":"config","default":"{}","type":{"text":"MobilePresentationConfig"}}]},{"kind":"method","name":"_clearMobilePresentation","privacy":"private"},{"kind":"method","name":"_renderMobileSummaryDetail","privacy":"private","parameters":[{"name":"detail","type":{"text":"MobileSummaryDetailItem"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_handleMobileSummaryDetailClick","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}},{"name":"detail","type":{"text":"MobileSummaryDetailItem"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_showMobileSummaryCopyFeedback","privacy":"private","parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_clearMobileSummaryCopyFeedback","privacy":"private"},{"kind":"method","name":"_handleBack","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private"},{"kind":"method","name":"handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Flyout open state.","fieldName":"open"},{"name":"anchorLeft","type":{"text":"boolean"},"default":"false","description":"Anchor flyout menu to the left edge of the button instead of the right edge.","fieldName":"anchorLeft"},{"name":"hideArrow","type":{"text":"boolean"},"default":"false","description":"Hides the arrow.","fieldName":"hideArrow"},{"name":"label","type":{"text":"string"},"default":"''","description":"Menu label, trigger `title`, and trigger `aria-label` (e.g. current account name).\nTruncate visually in the slot with CSS if needed; keep this value complete for tooltips and SR.","fieldName":"label"},{"name":"hideMenuLabel","type":{"text":"boolean"},"default":"false","description":"Hide the label at the top of the flyout menu.","fieldName":"hideMenuLabel"},{"name":"hideButtonLabel","type":{"text":"boolean"},"default":"false","description":"Hide the label in the mobile button.","fieldName":"hideButtonLabel"},{"name":"assistive-text","type":{"text":"string"},"default":"''","deprecated":"Use `label` instead.","fieldName":"assistiveText"},{"name":"href","type":{"text":"string"},"default":"''","description":"Turns the button into a link.","fieldName":"href"},{"name":"backText","type":{"text":"string"},"default":"'Back'","description":"Text for mobile \"Back\" button.","fieldName":"backText"},{"name":"noPadding","type":{"text":"boolean"},"default":"false","description":"Removes padding from the flyout menu.","fieldName":"noPadding"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-flyout","customElement":true}],"exports":[{"kind":"js","name":"HeaderFlyout","declaration":{"name":"HeaderFlyout","module":"src/components/global/header/headerFlyout.ts"}},{"kind":"custom-element-definition","name":"kyn-header-flyout","declaration":{"name":"HeaderFlyout","module":"src/components/global/header/headerFlyout.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerFlyouts.ts","declarations":[{"kind":"class","description":"Container for header-flyout components.","name":"HeaderFlyouts","slots":[{"description":"Slot for header-flyout components.","name":"unnamed"}],"members":[{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","attribute":"open"},{"kind":"method","name":"_toggleOpen","privacy":"private"},{"kind":"method","name":"_handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleFlyoutToggle","privacy":"private"},{"kind":"method","name":"_emitFlyoutsToggle","privacy":"private"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","fieldName":"open"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-flyouts","customElement":true}],"exports":[{"kind":"js","name":"HeaderFlyouts","declaration":{"name":"HeaderFlyouts","module":"src/components/global/header/headerFlyouts.ts"}},{"kind":"custom-element-definition","name":"kyn-header-flyouts","declaration":{"name":"HeaderFlyouts","module":"src/components/global/header/headerFlyouts.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerLink.ts","declarations":[{"kind":"class","description":"Component for navigation links within the Header.","name":"HeaderLink","slots":[{"description":"Slot for link text/content.","name":"unnamed"},{"description":"Slot for sublinks (up to two levels).","name":"links"},{"description":"Slot for icon.","name":"icon"}],"members":[{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Link url.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"HeaderLinkTarget"},"default":"'_self'","description":"Defines a target attribute for where to load the URL. Possible options include \"_self\" (default), \"_blank\", \"_parent\", \"_top\"","attribute":"target"},{"kind":"field","name":"rel","type":{"text":"string"},"default":"''","description":"Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship","attribute":"rel"},{"kind":"field","name":"isActive","type":{"text":"boolean"},"default":"false","description":"Link active state, for example when URL path matches link href.","attribute":"isActive"},{"kind":"field","name":"divider","type":{"text":"boolean"},"default":"false","description":"DEPRECATED. Adds a 1px shadow to the bottom of the link.","attribute":"divider"},{"kind":"field","name":"searchLabel","type":{"text":"string"},"default":"'Search'","description":"Label for sub-menu link search input, which is visible with > 5 sub-links.","attribute":"searchLabel"},{"kind":"field","name":"searchThreshold","type":{"text":"number"},"default":"6","description":"Number of child links required to show search input.","attribute":"searchThreshold"},{"kind":"field","name":"linksPerColumn","type":{"text":"number"},"default":"0","description":"Maximum number of links per column in plain (non-categorical) flyouts.\nWhen set to a positive number and the slotted link count exceeds this value,\nadditional columns are created automatically. Default 0 (auto — no column splitting).","attribute":"linksPerColumn"},{"kind":"field","name":"hideSearch","type":{"text":"boolean"},"default":"false","description":"Hide the search input regardless of the number of child links.","attribute":"hideSearch"},{"kind":"field","name":"backText","type":{"text":"string"},"default":"'Back'","description":"Text for mobile \"Back\" button.","attribute":"backText"},{"kind":"field","name":"leftPadding","type":{"text":"boolean"},"default":"false","description":"Add left padding when icon is not provided to align text with links that do have icons.","attribute":"leftPadding"},{"kind":"field","name":"truncate","type":{"text":"boolean"},"default":"false","description":"When true, long text truncates with ellipsis. Default: false (text wraps normally).","attribute":"truncate","reflects":true},{"kind":"field","name":"fullWidthFlyout","type":{"text":"boolean"},"default":"false","description":"Forces the desktop flyout to use the full-width categorical Global Switcher layout.","attribute":"full-width-flyout","reflects":true},{"kind":"method","name":"_handleSearch","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_searchFilter","privacy":"private"},{"kind":"method","name":"_handleDefaultSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}],"description":"Extract text content from the default slot to use as auto-title"},{"kind":"method","name":"_handleBack","privacy":"private","parameters":[{"name":"e","optional":true,"type":{"text":"Event"}}]},{"kind":"method","name":"_handleLinksSlotChange","privacy":"private"},{"kind":"method","name":"handlePointerEnter","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerLeave","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"determineLevel","privacy":"private"},{"kind":"method","name":"_positionMenu","privacy":"private"}],"events":[{"description":"Captures the click event and emits the original event details. `detail:{ origEvent: Event ,defaultPrevented: boolean}`","name":"on-click"}],"attributes":[{"name":"href","type":{"text":"string"},"default":"''","description":"Link url.","fieldName":"href"},{"name":"target","type":{"text":"HeaderLinkTarget"},"default":"'_self'","description":"Defines a target attribute for where to load the URL. Possible options include \"_self\" (default), \"_blank\", \"_parent\", \"_top\"","fieldName":"target"},{"name":"rel","type":{"text":"string"},"default":"''","description":"Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship","fieldName":"rel"},{"name":"isActive","type":{"text":"boolean"},"default":"false","description":"Link active state, for example when URL path matches link href.","fieldName":"isActive"},{"name":"divider","type":{"text":"boolean"},"default":"false","description":"DEPRECATED. Adds a 1px shadow to the bottom of the link.","fieldName":"divider"},{"name":"searchLabel","type":{"text":"string"},"default":"'Search'","description":"Label for sub-menu link search input, which is visible with > 5 sub-links.","fieldName":"searchLabel"},{"name":"searchThreshold","type":{"text":"number"},"default":"6","description":"Number of child links required to show search input.","fieldName":"searchThreshold"},{"name":"linksPerColumn","type":{"text":"number"},"default":"0","description":"Maximum number of links per column in plain (non-categorical) flyouts.\nWhen set to a positive number and the slotted link count exceeds this value,\nadditional columns are created automatically. Default 0 (auto — no column splitting).","fieldName":"linksPerColumn"},{"name":"hideSearch","type":{"text":"boolean"},"default":"false","description":"Hide the search input regardless of the number of child links.","fieldName":"hideSearch"},{"name":"backText","type":{"text":"string"},"default":"'Back'","description":"Text for mobile \"Back\" button.","fieldName":"backText"},{"name":"leftPadding","type":{"text":"boolean"},"default":"false","description":"Add left padding when icon is not provided to align text with links that do have icons.","fieldName":"leftPadding"},{"name":"truncate","type":{"text":"boolean"},"default":"false","description":"When true, long text truncates with ellipsis. Default: false (text wraps normally).","fieldName":"truncate"},{"name":"full-width-flyout","type":{"text":"boolean"},"default":"false","description":"Forces the desktop flyout to use the full-width categorical Global Switcher layout.","fieldName":"fullWidthFlyout"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-link","customElement":true}],"exports":[{"kind":"js","name":"HeaderLink","declaration":{"name":"HeaderLink","module":"src/components/global/header/headerLink.ts"}},{"kind":"custom-element-definition","name":"kyn-header-link","declaration":{"name":"HeaderLink","module":"src/components/global/header/headerLink.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerNav.ts","declarations":[{"kind":"class","description":"Container for header navigation links.","name":"HeaderNav","cssProperties":[{"description":"Max height for global-switcher flyout panels, including categorical nav wrappers.","name":"--kyn-global-switcher-max-height","default":"calc(100vh - var(--kd-header-reserved-space) - 16px)"}],"slots":[{"description":"This element has a slot.","name":"unnamed"}],"members":[{"kind":"field","name":"autoOpenFlyout","type":{"text":"string"},"default":"''","description":"Controls which flyout (if any) auto-opens when the nav renders.\n- `` (empty, default): original behavior — flyouts auto-collapse on mouse leave, nothing auto-opens.\n- `default`: auto-open the first categorical flyout; flyouts stay open on mouse leave.\n- `<id>`: auto-open the flyout whose kyn-header-link id matches; flyouts stay open on mouse leave.","attribute":"auto-open-flyout"},{"kind":"field","name":"truncateLinks","type":{"text":"boolean"},"default":"false","description":"When true, all links in flyouts will truncate long text with ellipsis.\nThis cascades to all nested kyn-header-link components via CSS custom property.","attribute":"truncate-links","reflects":true},{"kind":"method","name":"_toggleMenuOpen","privacy":"private"},{"kind":"method","name":"_updateCategoriesVisibility","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"name":"on-nav-toggle","type":{"text":"CustomEvent"},"description":"Fires when the nav menu opens or closes. `detail: { open }`."}],"attributes":[{"name":"auto-open-flyout","type":{"text":"string"},"default":"''","description":"Controls which flyout (if any) auto-opens when the nav renders.\n- `` (empty, default): original behavior — flyouts auto-collapse on mouse leave, nothing auto-opens.\n- `default`: auto-open the first categorical flyout; flyouts stay open on mouse leave.\n- `<id>`: auto-open the flyout whose kyn-header-link id matches; flyouts stay open on mouse leave.","fieldName":"autoOpenFlyout"},{"name":"truncate-links","type":{"text":"boolean"},"default":"false","description":"When true, all links in flyouts will truncate long text with ellipsis.\nThis cascades to all nested kyn-header-link components via CSS custom property.","fieldName":"truncateLinks"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-nav","customElement":true}],"exports":[{"kind":"js","name":"HeaderNav","declaration":{"name":"HeaderNav","module":"src/components/global/header/headerNav.ts"}},{"kind":"custom-element-definition","name":"kyn-header-nav","declaration":{"name":"HeaderNav","module":"src/components/global/header/headerNav.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerNotificationPanel.ts","declarations":[{"kind":"class","description":"Component for notification panel within the Header.","name":"HeaderNotificationPanel","slots":[{"description":"Slot for panel menu","name":"menu-slot"},{"description":"Slot for notification content.","name":"unnamed"}],"members":[{"kind":"field","name":"panelTitle","type":{"text":"string"},"default":"''","description":"Notification panel Title.","attribute":"panelTitle"},{"kind":"field","name":"panelFooterBtnText","type":{"text":"string"},"default":"''","description":"Notification panel footer button text.","attribute":"panelFooterBtnText"},{"kind":"field","name":"hidePanelFooter","type":{"text":"boolean"},"default":"false","description":"Hide notification panel footer","attribute":"hidePanelFooter"},{"kind":"method","name":"_handlefooterBtnEvent","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Emits the panel footer button event. `detail:{ origEvent: Event }`","name":"on-footer-btn-click"}],"attributes":[{"name":"panelTitle","type":{"text":"string"},"default":"''","description":"Notification panel Title.","fieldName":"panelTitle"},{"name":"panelFooterBtnText","type":{"text":"string"},"default":"''","description":"Notification panel footer button text.","fieldName":"panelFooterBtnText"},{"name":"hidePanelFooter","type":{"text":"boolean"},"default":"false","description":"Hide notification panel footer","fieldName":"hidePanelFooter"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-notification-panel","customElement":true}],"exports":[{"kind":"js","name":"HeaderNotificationPanel","declaration":{"name":"HeaderNotificationPanel","module":"src/components/global/header/headerNotificationPanel.ts"}},{"kind":"custom-element-definition","name":"kyn-header-notification-panel","declaration":{"name":"HeaderNotificationPanel","module":"src/components/global/header/headerNotificationPanel.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerPanelLink.ts","declarations":[{"kind":"class","description":"Header fly-out panel link.","name":"HeaderPanelLink","slots":[{"description":"Slot for link text/content.","name":"unnamed"}],"members":[{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Link url.","attribute":"href"},{"kind":"field","name":"target","default":"'_self'","type":{"text":"'_self'"},"description":"Defines a target attribute for where to load the URL. Possible options include \"_self\" (default), \"_blank\", \"_parent\", \"_top\"","attribute":"target"},{"kind":"field","name":"rel","type":{"text":"string"},"default":"''","description":"Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship","attribute":"rel"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"description":"Captures the click event and emits the original event details. `detail:{ origEvent: Event }`","name":"on-click"}],"attributes":[{"name":"href","type":{"text":"string"},"default":"''","description":"Link url.","fieldName":"href"},{"name":"target","default":"'_self'","type":{"text":"'_self'"},"description":"Defines a target attribute for where to load the URL. Possible options include \"_self\" (default), \"_blank\", \"_parent\", \"_top\"","fieldName":"target"},{"name":"rel","type":{"text":"string"},"default":"''","description":"Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship","fieldName":"rel"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-panel-link","customElement":true}],"exports":[{"kind":"js","name":"HeaderPanelLink","declaration":{"name":"HeaderPanelLink","module":"src/components/global/header/headerPanelLink.ts"}},{"kind":"custom-element-definition","name":"kyn-header-panel-link","declaration":{"name":"HeaderPanelLink","module":"src/components/global/header/headerPanelLink.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/headerUserProfile.ts","declarations":[{"kind":"class","description":"Header user profile.","name":"HeaderUserProfile","slots":[{"description":"Slot for the profile picture img.","name":"unnamed"}],"members":[{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"The user's name.","attribute":"name"},{"kind":"field","name":"subtitle","type":{"text":"string"},"default":"''","description":"The user's job title, or subtext.","attribute":"subtitle"},{"kind":"field","name":"email","type":{"text":"string"},"default":"''","description":"The user's email address.","attribute":"email"},{"kind":"field","name":"profileLink","type":{"text":"string"},"default":"''","description":"View profile link URL.","attribute":"profileLink"},{"kind":"field","name":"profileLinkText","type":{"text":"string"},"default":"'View Profile'","description":"View Profile link text.","attribute":"profileLinkText"},{"kind":"method","name":"_handleProfileClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Captures the view profile link click event and emits the original event details. `detail:{ origEvent: Event }`","name":"on-profile-link-click"}],"attributes":[{"name":"name","type":{"text":"string"},"default":"''","description":"The user's name.","fieldName":"name"},{"name":"subtitle","type":{"text":"string"},"default":"''","description":"The user's job title, or subtext.","fieldName":"subtitle"},{"name":"email","type":{"text":"string"},"default":"''","description":"The user's email address.","fieldName":"email"},{"name":"profileLink","type":{"text":"string"},"default":"''","description":"View profile link URL.","fieldName":"profileLink"},{"name":"profileLinkText","type":{"text":"string"},"default":"'View Profile'","description":"View Profile link text.","fieldName":"profileLinkText"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-header-user-profile","customElement":true}],"exports":[{"kind":"js","name":"HeaderUserProfile","declaration":{"name":"HeaderUserProfile","module":"src/components/global/header/headerUserProfile.ts"}},{"kind":"custom-element-definition","name":"kyn-header-user-profile","declaration":{"name":"HeaderUserProfile","module":"src/components/global/header/headerUserProfile.ts"}}]},{"kind":"javascript-module","path":"src/components/global/header/index.ts","declarations":[],"exports":[{"kind":"js","name":"Header","declaration":{"name":"Header","module":"./header"}},{"kind":"js","name":"HeaderNav","declaration":{"name":"HeaderNav","module":"./headerNav"}},{"kind":"js","name":"HeaderLink","declaration":{"name":"HeaderLink","module":"./headerLink"}},{"kind":"js","name":"HeaderCategories","declaration":{"name":"HeaderCategories","module":"./headerCategories"}},{"kind":"js","name":"HeaderCategory","declaration":{"name":"HeaderCategory","module":"./headerCategory"}},{"kind":"js","name":"HeaderDivider","declaration":{"name":"HeaderDivider","module":"./headerDivider"}},{"kind":"js","name":"HeaderFlyouts","declaration":{"name":"HeaderFlyouts","module":"./headerFlyouts"}},{"kind":"js","name":"HeaderFlyout","declaration":{"name":"HeaderFlyout","module":"./headerFlyout"}},{"kind":"js","name":"HeaderUserProfile","declaration":{"name":"HeaderUserProfile","module":"./headerUserProfile"}},{"kind":"js","name":"HeaderPanelLink","declaration":{"name":"HeaderPanelLink","module":"./headerPanelLink"}},{"kind":"js","name":"HeaderNotificationPanel","declaration":{"name":"HeaderNotificationPanel","module":"./headerNotificationPanel"}}]},{"kind":"javascript-module","path":"src/components/global/localNav/index.ts","declarations":[],"exports":[{"kind":"js","name":"LocalNav","declaration":{"name":"LocalNav","module":"./localNav"}},{"kind":"js","name":"LocalNavLink","declaration":{"name":"LocalNavLink","module":"./localNavLink"}},{"kind":"js","name":"LocalNavDivider","declaration":{"name":"LocalNavDivider","module":"./localNavDivider"}}]},{"kind":"javascript-module","path":"src/components/global/localNav/localNav.ts","declarations":[{"kind":"class","description":"The global Side Navigation component.","name":"LocalNav","slots":[{"description":"The default slot, for local nav links.","name":"unnamed"},{"description":"Slot for a search input","name":"search"}],"members":[{"kind":"field","name":"pinned","type":{"text":"boolean"},"default":"false","description":"Local nav pinned state.","attribute":"pinned"},{"kind":"field","name":"manualToggleVariant","type":{"text":"boolean"},"default":"false","description":"Enables the manual-toggle interaction mode.\nStarts pinned/expanded by default and disables hover expansion.","attribute":"manual-toggle-variant"},{"kind":"field","name":"collapsedByDefault","type":{"text":"boolean"},"default":"false","description":"Whether the `manual-toggle` variant should start collapsed.\nBy default, `manual-toggle` starts pinned/expanded.","attribute":"collapsed-by-default"},{"kind":"field","name":"textStrings","default":"{\n pin: 'Pin',\n unpin: 'Unpin',\n toggleMenu: 'Toggle Menu',\n collapse: 'Collapse',\n menu: 'Menu',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_handleNavToggle","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleMobileNavToggle","privacy":"private"},{"kind":"method","name":"_clearPointerTimers","privacy":"private"},{"kind":"method","name":"handlePointerEnter","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"handlePointerLeave","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"handleSlotChange","privacy":"private"},{"kind":"method","name":"_handleLinkActive","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent<{ text: string }>"}}]},{"kind":"method","name":"_refreshChildBreakpointState","privacy":"private"},{"kind":"method","name":"_handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"description":"Captures the click event and emits the pinned state and original event details. `detail:{ pinned: boolean, origEvent: Event }`","name":"on-toggle"}],"attributes":[{"name":"pinned","type":{"text":"boolean"},"default":"false","description":"Local nav pinned state.","fieldName":"pinned"},{"name":"manual-toggle-variant","type":{"text":"boolean"},"default":"false","description":"Enables the manual-toggle interaction mode.\nStarts pinned/expanded by default and disables hover expansion.","fieldName":"manualToggleVariant"},{"name":"collapsed-by-default","type":{"text":"boolean"},"default":"false","description":"Whether the `manual-toggle` variant should start collapsed.\nBy default, `manual-toggle` starts pinned/expanded.","fieldName":"collapsedByDefault"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-local-nav","customElement":true}],"exports":[{"kind":"js","name":"LocalNav","declaration":{"name":"LocalNav","module":"src/components/global/localNav/localNav.ts"}},{"kind":"custom-element-definition","name":"kyn-local-nav","declaration":{"name":"LocalNav","module":"src/components/global/localNav/localNav.ts"}}]},{"kind":"javascript-module","path":"src/components/global/localNav/localNavDivider.ts","declarations":[{"kind":"class","description":"Local Nav divider","name":"LocalNavDivider","members":[{"kind":"field","name":"heading","type":{"text":"string"},"default":"''","description":"Optional heading text.","attribute":"heading"}],"attributes":[{"name":"heading","type":{"text":"string"},"default":"''","description":"Optional heading text.","fieldName":"heading"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-local-nav-divider","customElement":true}],"exports":[{"kind":"js","name":"LocalNavDivider","declaration":{"name":"LocalNavDivider","module":"src/components/global/localNav/localNavDivider.ts"}},{"kind":"custom-element-definition","name":"kyn-local-nav-divider","declaration":{"name":"LocalNavDivider","module":"src/components/global/localNav/localNavDivider.ts"}}]},{"kind":"javascript-module","path":"src/components/global/localNav/localNavLink.ts","declarations":[{"kind":"class","description":"Link component for use in the global Side Navigation component.","name":"LocalNavLink","slots":[{"description":"The default slot, for the link text.","name":"unnamed"},{"description":"Slot for an icon. Use 16px size. Required for level 1.","name":"icon"},{"description":"Slot for the next level of links, supports three levels.","name":"links"}],"members":[{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Link url.","attribute":"href"},{"kind":"field","name":"expanded","type":{"text":"boolean"},"default":"false","description":"Expanded state.","attribute":"expanded"},{"kind":"field","name":"active","type":{"text":"boolean"},"default":"false","description":"Active state.","attribute":"active","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state.","attribute":"disabled"},{"kind":"field","name":"backText","type":{"text":"string"},"default":"'Back'","description":"Text for mobile \"Back\" button.","attribute":"backText"},{"kind":"field","name":"leftPadding","type":{"text":"boolean"},"default":"false","description":"Add left padding when icon is not provided to align text with links that do have icons. Does not apply to level 1.","attribute":"leftPadding"},{"kind":"field","name":"_isDesktopViewport","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"field","name":"_showCollapsedTooltip","type":{"text":"boolean"},"privacy":"private","readonly":true},{"kind":"method","name":"_handleTextSlotChange","privacy":"private"},{"kind":"method","name":"_getSlotText","privacy":"private"},{"kind":"method","name":"_handleLinksSlotChange","privacy":"private"},{"kind":"method","name":"updateChildren","privacy":"private"},{"kind":"method","name":"_handleBack","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"name":"on-link-active","type":{"text":"CustomEvent"}},{"name":"on-click","type":{"text":"CustomEvent"},"description":"Captures the click event and emits the original event, level, and if default was prevented. `detail:{ origEvent: ClickEvent, level: number, defaultPrevented: boolean }`"}],"attributes":[{"name":"href","type":{"text":"string"},"default":"''","description":"Link url.","fieldName":"href"},{"name":"expanded","type":{"text":"boolean"},"default":"false","description":"Expanded state.","fieldName":"expanded"},{"name":"active","type":{"text":"boolean"},"default":"false","description":"Active state.","fieldName":"active"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state.","fieldName":"disabled"},{"name":"backText","type":{"text":"string"},"default":"'Back'","description":"Text for mobile \"Back\" button.","fieldName":"backText"},{"name":"leftPadding","type":{"text":"boolean"},"default":"false","description":"Add left padding when icon is not provided to align text with links that do have icons. Does not apply to level 1.","fieldName":"leftPadding"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-local-nav-link","customElement":true}],"exports":[{"kind":"js","name":"LocalNavLink","declaration":{"name":"LocalNavLink","module":"src/components/global/localNav/localNavLink.ts"}},{"kind":"custom-element-definition","name":"kyn-local-nav-link","declaration":{"name":"LocalNavLink","module":"src/components/global/localNav/localNavLink.ts"}}]},{"kind":"javascript-module","path":"src/components/global/uiShell/index.ts","declarations":[],"exports":[{"kind":"js","name":"UiShell","declaration":{"name":"UiShell","module":"./uiShell"}}]},{"kind":"javascript-module","path":"src/components/global/uiShell/uiShell.ts","declarations":[{"kind":"class","description":"Container to help with positioning and padding of the global elements such as: adds padding for the fixed Header and Local Nav, adds main content gutters, and makes Footer sticky. This takes the onus off of the consuming app to configure these values.","name":"UiShell","slots":[{"description":"Slot for global elements.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-ui-shell","customElement":true}],"exports":[{"kind":"js","name":"UiShell","declaration":{"name":"UiShell","module":"src/components/global/uiShell/uiShell.ts"}},{"kind":"custom-element-definition","name":"kyn-ui-shell","declaration":{"name":"UiShell","module":"src/components/global/uiShell/uiShell.ts"}}]},{"kind":"javascript-module","path":"src/components/ai/aiLaunchButton/aiLaunchButton.ts","declarations":[{"kind":"class","description":"AI Assistant Launch Button.","name":"AILaunchButton","members":[{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether the button is disabled.","attribute":"disabled"},{"kind":"method","name":"_initAnimation","privacy":"private"},{"kind":"method","name":"_startHoverAnimation","privacy":"private"},{"kind":"method","name":"_stopHoverAnimation","privacy":"private"},{"kind":"method","name":"_emitClick","privacy":"private"}],"events":[{"description":"Emits when the button is clicked.","name":"on-click"}],"attributes":[{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether the button is disabled.","fieldName":"disabled"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-ai-launch-btn","customElement":true}],"exports":[{"kind":"js","name":"AILaunchButton","declaration":{"name":"AILaunchButton","module":"src/components/ai/aiLaunchButton/aiLaunchButton.ts"}},{"kind":"custom-element-definition","name":"kyn-ai-launch-btn","declaration":{"name":"AILaunchButton","module":"src/components/ai/aiLaunchButton/aiLaunchButton.ts"}}]},{"kind":"javascript-module","path":"src/components/ai/aiLaunchButton/index.ts","declarations":[],"exports":[{"kind":"js","name":"AILaunchButton","declaration":{"name":"AILaunchButton","module":"./aiLaunchButton"}}]},{"kind":"javascript-module","path":"src/components/ai/sourcesFeedback/aiSourcesFeedback.ts","declarations":[{"kind":"class","description":"AISourcesFeedback Component.","name":"AISourcesFeedback","slots":[{"description":"copy button","name":"copy"},{"description":"source cards in source panel.","name":"sources"},{"description":"Positive feedback form.","name":"feedback-form"}],"members":[{"kind":"field","name":"sourcesOpened","type":{"text":"boolean"},"default":"false","description":"expandable anchor opened state for Sources used.","attribute":"sourcesOpened"},{"kind":"field","name":"feedbackOpened","type":{"text":"boolean"},"default":"false","description":"expandable anchor opened state for Feedback buttons.","attribute":"feedbackOpened"},{"kind":"field","name":"sourcesDisabled","type":{"text":"boolean"},"default":"false","description":"expandable anchor disabled state for Sources used..","attribute":"sourcesDisabled"},{"kind":"field","name":"feedbackDisabled","type":{"text":"boolean"},"default":"false","description":"expandable anchor disabled state for Feedback buttons.","attribute":"feedbackDisabled"},{"kind":"field","name":"revealAllSources","type":{"text":"boolean"},"default":"false","description":"Limits visible sources behind a \"Show more\" button.","attribute":"revealAllSources"},{"kind":"field","name":"textStrings","default":"{\n sourcesText: 'Sources',\n foundSources: 'Found sources',\n showMore: 'Show more',\n showLess: 'Show less',\n positiveFeedback: 'Share what you liked',\n negativeFeedback: 'Help us improve',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"closeText","type":{"text":"string"},"default":"'Close'","description":"Close button text.","attribute":"closeText"},{"kind":"method","name":"_handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}},{"name":"panel","type":{"text":"'sources' | 'feedback'"}},{"name":"feedbackType","optional":true,"type":{"text":"'positive' | 'negative'"}}]},{"kind":"method","name":"_updateFeedbackCounts","privacy":"private","parameters":[{"name":"feedbackType","type":{"text":"'positive' | 'negative'"}}]},{"kind":"method","name":"_shouldEmitFeedbackEvent","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"feedbackType","optional":true,"type":{"text":"'positive' | 'negative'"}}]},{"kind":"method","name":"_emitToggleEvent","privacy":"private","parameters":[{"name":"panel","type":{"text":"'sources' | 'feedback'"}},{"name":"feedbackType","optional":true,"type":{"text":"'positive' | 'negative'"}}]},{"kind":"method","name":"_toggleFeedbackPanel","privacy":"private","parameters":[{"name":"feedbackType","optional":true,"type":{"text":"'positive' | 'negative'"}}]},{"kind":"method","name":"_handleSlotChange","privacy":"protected"},{"kind":"method","name":"_toggleLimitRevealed","privacy":"private","parameters":[{"name":"revealed","type":{"text":"boolean"}}]}],"events":[{"name":"on-feedback-deselected","type":{"text":"CustomEvent"},"description":"Emits when thumbs-up or thumbs-down button is deselected. `detail:{ feedbackType: string }`"},{"name":"on-toggle","type":{"text":"CustomEvent"},"description":"Emits the `opened` state when the panel item opens/closes. detail:{ sourcesOpened: boolean, feedbackOpened: boolean, selectedFeedbackType: string }"}],"attributes":[{"name":"sourcesOpened","type":{"text":"boolean"},"default":"false","description":"expandable anchor opened state for Sources used.","fieldName":"sourcesOpened"},{"name":"feedbackOpened","type":{"text":"boolean"},"default":"false","description":"expandable anchor opened state for Feedback buttons.","fieldName":"feedbackOpened"},{"name":"sourcesDisabled","type":{"text":"boolean"},"default":"false","description":"expandable anchor disabled state for Sources used..","fieldName":"sourcesDisabled"},{"name":"feedbackDisabled","type":{"text":"boolean"},"default":"false","description":"expandable anchor disabled state for Feedback buttons.","fieldName":"feedbackDisabled"},{"name":"revealAllSources","type":{"text":"boolean"},"default":"false","description":"Limits visible sources behind a \"Show more\" button.","fieldName":"revealAllSources"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"},{"name":"closeText","type":{"text":"string"},"default":"'Close'","description":"Close button text.","fieldName":"closeText"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-ai-sources-feedback","customElement":true}],"exports":[{"kind":"js","name":"AISourcesFeedback","declaration":{"name":"AISourcesFeedback","module":"src/components/ai/sourcesFeedback/aiSourcesFeedback.ts"}},{"kind":"custom-element-definition","name":"kyn-ai-sources-feedback","declaration":{"name":"AISourcesFeedback","module":"src/components/ai/sourcesFeedback/aiSourcesFeedback.ts"}}]},{"kind":"javascript-module","path":"src/components/ai/sourcesFeedback/index.ts","declarations":[],"exports":[{"kind":"js","name":"AISourcesFeedback","declaration":{"name":"AISourcesFeedback","module":"./aiSourcesFeedback"}}]},{"kind":"javascript-module","path":"src/components/reusable/accordion/accordion.ts","declarations":[{"kind":"class","description":"Accordion component.","name":"Accordion","slots":[{"description":"Holds Accordion Items (kyn-accordion-item) that make up the accordion","name":"unnamed"}],"members":[{"kind":"field","name":"showNumbers","type":{"text":"boolean"},"default":"false","description":"Specifies whether to show numbers on the list items.","attribute":"showNumbers"},{"kind":"field","name":"startNumber","type":{"text":"number"},"default":"1","description":"Specifies the number to start at if the list has numbers.","attribute":"startNumber"},{"kind":"field","name":"filledHeaders","type":{"text":"boolean"},"default":"false","description":"Specifies whether to show the accordion items with filled headers.","attribute":"filledHeaders"},{"kind":"field","name":"compact","type":{"text":"boolean"},"default":"false","description":"Display the accordion as compact or the default large size.","attribute":"compact"},{"kind":"field","name":"expandLabel","type":{"text":"string"},"default":"'Expand all items'","description":"The string that displays on the toggle to expand all the accordion items.","attribute":"expandLabel"},{"kind":"field","name":"collapseLabel","type":{"text":"string"},"default":"'Collapse all items'","description":"The string that displays on the toggle to collapse all the accordion items.","attribute":"collapseLabel"},{"kind":"method","name":"_handleSlotChange","privacy":"protected"},{"kind":"method","name":"_updateChildren","privacy":"protected"},{"kind":"method","name":"_openAllItems","privacy":"protected"},{"kind":"method","name":"_closeAllItems","privacy":"protected"},{"kind":"method","name":"_toggleExpandAll","privacy":"private"},{"kind":"method","name":"_handleToggle","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_checkOpenItems","privacy":"private"}],"attributes":[{"name":"showNumbers","type":{"text":"boolean"},"default":"false","description":"Specifies whether to show numbers on the list items.","fieldName":"showNumbers"},{"name":"startNumber","type":{"text":"number"},"default":"1","description":"Specifies the number to start at if the list has numbers.","fieldName":"startNumber"},{"name":"filledHeaders","type":{"text":"boolean"},"default":"false","description":"Specifies whether to show the accordion items with filled headers.","fieldName":"filledHeaders"},{"name":"compact","type":{"text":"boolean"},"default":"false","description":"Display the accordion as compact or the default large size.","fieldName":"compact"},{"name":"expandLabel","type":{"text":"string"},"default":"'Expand all items'","description":"The string that displays on the toggle to expand all the accordion items.","fieldName":"expandLabel"},{"name":"collapseLabel","type":{"text":"string"},"default":"'Collapse all items'","description":"The string that displays on the toggle to collapse all the accordion items.","fieldName":"collapseLabel"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-accordion","customElement":true}],"exports":[{"kind":"js","name":"Accordion","declaration":{"name":"Accordion","module":"src/components/reusable/accordion/accordion.ts"}},{"kind":"custom-element-definition","name":"kyn-accordion","declaration":{"name":"Accordion","module":"src/components/reusable/accordion/accordion.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/accordion/accordionItem.ts","declarations":[{"kind":"class","description":"Accordion Item component. *","name":"AccordionItem","slots":[{"description":"Optional leading icon. 24px, or 16px for compact.","name":"icon"},{"description":"Body of the accordion item.","name":"body"},{"description":"Title of the accordion item.","name":"title"},{"description":"Optional subtitle of the accordion item.","name":"subtitle"}],"members":[{"kind":"field","name":"opened","type":{"text":"boolean"},"default":"false","description":"Accordion item opened state.","attribute":"opened"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Accordion item disabled state.","attribute":"disabled"},{"kind":"method","name":"setIndex","parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"setShowNumbers","parameters":[{"name":"value","type":{"text":"boolean"}}]},{"kind":"method","name":"setFilledHeader","parameters":[{"name":"value","type":{"text":"boolean"}}]},{"kind":"method","name":"setCompact","parameters":[{"name":"value","type":{"text":"boolean"}}]},{"kind":"method","name":"_handleIconSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"open"},{"kind":"method","name":"close"},{"kind":"method","name":"_handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleKeypress","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_toggleOpenState","privacy":"private"},{"kind":"method","name":"_emitToggleEvent","privacy":"private"}],"events":[{"description":"Emits the `opened` state when the accordion item opens/closes. `detail:{ opened: boolean }`.","name":"on-toggle"}],"attributes":[{"name":"opened","type":{"text":"boolean"},"default":"false","description":"Accordion item opened state.","fieldName":"opened"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Accordion item disabled state.","fieldName":"disabled"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-accordion-item","customElement":true}],"exports":[{"kind":"js","name":"AccordionItem","declaration":{"name":"AccordionItem","module":"src/components/reusable/accordion/accordionItem.ts"}},{"kind":"custom-element-definition","name":"kyn-accordion-item","declaration":{"name":"AccordionItem","module":"src/components/reusable/accordion/accordionItem.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/accordion/index.ts","declarations":[],"exports":[{"kind":"js","name":"Accordion","declaration":{"name":"Accordion","module":"./accordion"}},{"kind":"js","name":"AccordionItem","declaration":{"name":"AccordionItem","module":"./accordionItem"}}]},{"kind":"javascript-module","path":"src/components/reusable/avatar/avatar.ts","declarations":[{"kind":"class","description":"User avatar.","name":"Avatar","slots":[{"description":"Slot for the profile picture img.","name":"unnamed"}],"members":[{"kind":"field","name":"initials","type":{"text":"string"},"default":"''","description":"1-2 letters to represent the user with the initials in the avatar circle. It also provides a slot that allows an image/photo to replace the initials","attribute":"initials"}],"attributes":[{"name":"initials","type":{"text":"string"},"default":"''","description":"1-2 letters to represent the user with the initials in the avatar circle. It also provides a slot that allows an image/photo to replace the initials","fieldName":"initials"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-avatar","customElement":true}],"exports":[{"kind":"js","name":"Avatar","declaration":{"name":"Avatar","module":"src/components/reusable/avatar/avatar.ts"}},{"kind":"custom-element-definition","name":"kyn-avatar","declaration":{"name":"Avatar","module":"src/components/reusable/avatar/avatar.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/avatar/index.ts","declarations":[],"exports":[{"kind":"js","name":"Avatar","declaration":{"name":"Avatar","module":"./avatar"}}]},{"kind":"javascript-module","path":"src/components/reusable/badge/badge.ts","declarations":[{"kind":"class","description":"Badge.","name":"Badge","slots":[{"description":"Slot for custom icon.","name":"unnamed"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Badge name.","attribute":"label"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Badge size, `'md'` (default) or `'sm'`. Icon size: 16px only.","attribute":"size"},{"kind":"field","name":"type","type":{"text":"string"},"default":"'medium'","description":"Badge type, `'medium'` (default), `'heavy'`, or `'light'`.","attribute":"type"},{"kind":"field","name":"status","type":{"text":"string"},"default":"'success'","description":"Badge status, `'success'` (default), `'critical'`, `'error'`, `'warning'`, `'information'`, `'others'`.","attribute":"status"},{"kind":"field","name":"noTruncation","type":{"text":"boolean"},"default":"false","description":"Removes label text truncation.","attribute":"noTruncation"},{"kind":"field","name":"iconTitle","type":{"text":"string"},"default":"'Icon title'","description":"Icon title for screen readers.","attribute":"iconTitle"},{"kind":"field","name":"hideIcon","type":{"text":"boolean"},"default":"false","description":"Hide icon. Default is `false`.","attribute":"hideIcon"},{"kind":"method","name":"_getStatusIcon","privacy":"private"}],"attributes":[{"name":"label","type":{"text":"string"},"default":"''","description":"Badge name.","fieldName":"label"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Badge size, `'md'` (default) or `'sm'`. Icon size: 16px only.","fieldName":"size"},{"name":"type","type":{"text":"string"},"default":"'medium'","description":"Badge type, `'medium'` (default), `'heavy'`, or `'light'`.","fieldName":"type"},{"name":"status","type":{"text":"string"},"default":"'success'","description":"Badge status, `'success'` (default), `'critical'`, `'error'`, `'warning'`, `'information'`, `'others'`.","fieldName":"status"},{"name":"noTruncation","type":{"text":"boolean"},"default":"false","description":"Removes label text truncation.","fieldName":"noTruncation"},{"name":"iconTitle","type":{"text":"string"},"default":"'Icon title'","description":"Icon title for screen readers.","fieldName":"iconTitle"},{"name":"hideIcon","type":{"text":"boolean"},"default":"false","description":"Hide icon. Default is `false`.","fieldName":"hideIcon"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-badge","customElement":true}],"exports":[{"kind":"js","name":"Badge","declaration":{"name":"Badge","module":"src/components/reusable/badge/badge.ts"}},{"kind":"custom-element-definition","name":"kyn-badge","declaration":{"name":"Badge","module":"src/components/reusable/badge/badge.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/badge/index.ts","declarations":[],"exports":[{"kind":"js","name":"Badge","declaration":{"name":"Badge","module":"./badge"}}]},{"kind":"javascript-module","path":"src/components/reusable/blockCodeView/blockCodeView.ts","declarations":[{"kind":"class","description":"`<kyn-block-code-view>` component to display `<code>` snippets as standalone single-/multi-line block elements.","name":"BlockCodeView","members":[{"kind":"field","name":"darkTheme","type":{"text":"'light' | 'dark' | 'default'"},"default":"'default'","description":"Sets background and text theming.","attribute":"darkTheme"},{"kind":"field","name":"language","type":{"text":"string"},"default":"''","description":"If empty string, attempt language syntax auto-detection. Setting a value will override auto-detection and manually configure desired language.","attribute":"language"},{"kind":"field","name":"lineNumbers","type":{"text":"boolean"},"default":"false","description":"Optionally display line numbers.","attribute":"lineNumbers"},{"kind":"field","name":"startLineNumber","type":{"text":"number"},"default":"1","description":"Sets the starting line number when lineNumbers is true. Must be a positive integer.","attribute":"startLineNumber"},{"kind":"field","name":"maxHeight","type":{"text":"number | null"},"default":"null","description":"Customizable max-height setting for code snippet container.","attribute":"maxHeight"},{"kind":"field","name":"flush","type":{"text":"boolean"},"default":"false","description":"Enables a full-height flush layout intended for pane/rail containers where the code view\nshould occupy the entire available height.","attribute":"flush","reflects":true},{"kind":"field","name":"codeViewLabel","type":{"text":"string"},"default":"''","description":"Optionally displayed label above code snippet container.","attribute":"codeViewLabel"},{"kind":"field","name":"copyOptionVisible","type":{"text":"boolean"},"default":"false","description":"Optionally display button to copy code snippet.","attribute":"copyOptionVisible"},{"kind":"field","name":"codeViewExpandable","type":{"text":"boolean"},"default":"false","description":"Optionally display button to expand code snippet container.","attribute":"codeViewExpandable"},{"kind":"field","name":"copyButtonText","type":{"text":"string"},"default":"''","description":"Sets copy code button text (optional).","attribute":"copyButtonText"},{"kind":"field","name":"copyButtonDescriptionAttr","type":{"text":"string"},"default":"''","description":"Sets copy button description attr value.","attribute":"copyButtonDescriptionAttr"},{"kind":"field","name":"codeSnippet","type":{"text":"string"},"default":"''","description":"Sets code snippet for display -- NOTE: original formatting is preserved.","attribute":"codeSnippet"},{"kind":"field","name":"textStrings","default":"{\n collapsed: 'Collapsed',\n expanded: 'Expanded',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"getContainerClasses","privacy":"private"},{"kind":"method","name":"renderCopyButton","privacy":"private"},{"kind":"method","name":"renderExpandButton","privacy":"private"},{"kind":"method","name":"highlightCode","privacy":"private"},{"kind":"method","name":"addLineNumbers","privacy":"private","parameters":[{"name":"preEl","type":{"text":"HTMLElement"}},{"name":"codeEl","type":{"text":"HTMLElement"}}]},{"kind":"method","name":"detectLanguage","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"code","type":{"text":"string"}}]},{"kind":"method","name":"calculateRelevance","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"tokens","type":{"text":"(string | Prism.Token)[]"}},{"name":"language","type":{"text":"string"}}]},{"kind":"method","name":"getTokenRelevance","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"token","type":{"text":"Prism.Token"}},{"name":"language","type":{"text":"string"}}]},{"kind":"method","name":"isLanguageSpecificToken","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"token","type":{"text":"Prism.Token"}},{"name":"language","type":{"text":"string"}}]},{"kind":"method","name":"determineMarkupLanguage","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"code","type":{"text":"string"}}]},{"kind":"method","name":"checkOverflow","privacy":"private"},{"kind":"method","name":"removeLeadingWhitespace","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"code","type":{"text":"string"}}]},{"kind":"method","name":"formatExampleCode","privacy":"private","parameters":[{"name":"code","type":{"text":"string"}}]},{"kind":"method","name":"copyCode","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"getContainerStyle","privacy":"private","return":{"type":{"text":"string"}}},{"kind":"method","name":"expandCodeView","privacy":"private"},{"kind":"method","name":"handleKeypress","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]}],"events":[{"name":"on-copy","type":{"text":"CustomEvent"},"description":"Emits when the copy button is clicked."}],"attributes":[{"name":"darkTheme","type":{"text":"'light' | 'dark' | 'default'"},"default":"'default'","description":"Sets background and text theming.","fieldName":"darkTheme"},{"name":"language","type":{"text":"string"},"default":"''","description":"If empty string, attempt language syntax auto-detection. Setting a value will override auto-detection and manually configure desired language.","fieldName":"language"},{"name":"lineNumbers","type":{"text":"boolean"},"default":"false","description":"Optionally display line numbers.","fieldName":"lineNumbers"},{"name":"startLineNumber","type":{"text":"number"},"default":"1","description":"Sets the starting line number when lineNumbers is true. Must be a positive integer.","fieldName":"startLineNumber"},{"name":"maxHeight","type":{"text":"number | null"},"default":"null","description":"Customizable max-height setting for code snippet container.","fieldName":"maxHeight"},{"name":"flush","type":{"text":"boolean"},"default":"false","description":"Enables a full-height flush layout intended for pane/rail containers where the code view\nshould occupy the entire available height.","fieldName":"flush"},{"name":"codeViewLabel","type":{"text":"string"},"default":"''","description":"Optionally displayed label above code snippet container.","fieldName":"codeViewLabel"},{"name":"copyOptionVisible","type":{"text":"boolean"},"default":"false","description":"Optionally display button to copy code snippet.","fieldName":"copyOptionVisible"},{"name":"codeViewExpandable","type":{"text":"boolean"},"default":"false","description":"Optionally display button to expand code snippet container.","fieldName":"codeViewExpandable"},{"name":"copyButtonText","type":{"text":"string"},"default":"''","description":"Sets copy code button text (optional).","fieldName":"copyButtonText"},{"name":"copyButtonDescriptionAttr","type":{"text":"string"},"default":"''","description":"Sets copy button description attr value.","fieldName":"copyButtonDescriptionAttr"},{"name":"codeSnippet","type":{"text":"string"},"default":"''","description":"Sets code snippet for display -- NOTE: original formatting is preserved.","fieldName":"codeSnippet"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-block-code-view","customElement":true}],"exports":[{"kind":"js","name":"BlockCodeView","declaration":{"name":"BlockCodeView","module":"src/components/reusable/blockCodeView/blockCodeView.ts"}},{"kind":"custom-element-definition","name":"kyn-block-code-view","declaration":{"name":"BlockCodeView","module":"src/components/reusable/blockCodeView/blockCodeView.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/blockCodeView/index.ts","declarations":[],"exports":[{"kind":"js","name":"BlockCodeView","declaration":{"name":"BlockCodeView","module":"./blockCodeView"}}]},{"kind":"javascript-module","path":"src/components/reusable/breadcrumbs/breadcrumbs.ts","declarations":[{"kind":"class","description":"Breadcrumbs Component.","name":"Breadcrumbs","slots":[{"description":"Slot for inserting links.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-breadcrumbs","customElement":true}],"exports":[{"kind":"js","name":"Breadcrumbs","declaration":{"name":"Breadcrumbs","module":"src/components/reusable/breadcrumbs/breadcrumbs.ts"}},{"kind":"custom-element-definition","name":"kyn-breadcrumbs","declaration":{"name":"Breadcrumbs","module":"src/components/reusable/breadcrumbs/breadcrumbs.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/breadcrumbs/index.ts","declarations":[],"exports":[{"kind":"js","name":"Breadcrumbs","declaration":{"name":"Breadcrumbs","module":"./breadcrumbs"}}]},{"kind":"javascript-module","path":"src/components/reusable/button/button.ts","declarations":[{"kind":"class","description":"Button component.","name":"Button","slots":[{"description":"Slot for button text.","name":"unnamed"},{"description":"Slot for an icon.","name":"icon"}],"members":[{"kind":"field","name":"description","type":{"text":"string"},"default":"''","description":"ARIA label for the button for accessibility.","attribute":"description"},{"kind":"field","name":"type","type":{"text":"BUTTON_TYPES"},"description":"Type for the &lt;button&gt; element.","attribute":"type"},{"kind":"field","name":"kind","type":{"text":"BUTTON_KINDS"},"description":"Specifies the visual appearance/kind of the button.","attribute":"kind"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Converts the button to an &lt;a&gt; tag if specified.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"string"},"default":"'_self'","description":"Link target, only valid if href is supplied.","attribute":"target"},{"kind":"field","name":"size","type":{"text":"BUTTON_SIZES"},"description":"Specifies the size of the button.","attribute":"size"},{"kind":"field","name":"iconPosition","type":{"text":"BUTTON_ICON_POSITION"},"description":"Specifies the position of the icon relative to any button text.","attribute":"iconPosition"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines if the button is disabled.","attribute":"disabled","reflects":true},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Button value.","attribute":"value"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"Button name.","attribute":"name"},{"kind":"field","name":"isFloating","type":{"text":"boolean"},"default":"false","description":"Determines if the button is Floatable","attribute":"isFloating"},{"kind":"field","name":"showOnScroll","type":{"text":"boolean"},"default":"false","description":"Show button after scrolling to 50% of the page","attribute":"showOnScroll"},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Button selected state.","attribute":"selected"},{"kind":"field","name":"formmethod","type":{"text":"any"},"description":"Button formmethod.","attribute":"formmethod"},{"kind":"field","name":"splitLayout","type":{"text":"boolean"},"default":"false","description":"Aligns button text and icon at the edges when `kyn-button` has a set width.","attribute":"splitLayout"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_testIconOnly","privacy":"private"},{"kind":"method","name":"_handleSlotChange","privacy":"private"}],"events":[{"description":"Emits the original click event. `detail:{ origEvent: Event }`","name":"on-click"}],"attributes":[{"name":"description","type":{"text":"string"},"default":"''","description":"ARIA label for the button for accessibility.","fieldName":"description"},{"name":"type","type":{"text":"BUTTON_TYPES"},"description":"Type for the &lt;button&gt; element.","fieldName":"type"},{"name":"kind","type":{"text":"BUTTON_KINDS"},"description":"Specifies the visual appearance/kind of the button.","fieldName":"kind"},{"name":"href","type":{"text":"string"},"default":"''","description":"Converts the button to an &lt;a&gt; tag if specified.","fieldName":"href"},{"name":"target","type":{"text":"string"},"default":"'_self'","description":"Link target, only valid if href is supplied.","fieldName":"target"},{"name":"size","type":{"text":"BUTTON_SIZES"},"description":"Specifies the size of the button.","fieldName":"size"},{"name":"iconPosition","type":{"text":"BUTTON_ICON_POSITION"},"description":"Specifies the position of the icon relative to any button text.","fieldName":"iconPosition"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines if the button is disabled.","fieldName":"disabled"},{"name":"value","type":{"text":"string"},"default":"''","description":"Button value.","fieldName":"value"},{"name":"name","type":{"text":"string"},"default":"''","description":"Button name.","fieldName":"name"},{"name":"isFloating","type":{"text":"boolean"},"default":"false","description":"Determines if the button is Floatable","fieldName":"isFloating"},{"name":"showOnScroll","type":{"text":"boolean"},"default":"false","description":"Show button after scrolling to 50% of the page","fieldName":"showOnScroll"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Button selected state.","fieldName":"selected"},{"name":"formmethod","type":{"text":"any"},"description":"Button formmethod.","fieldName":"formmethod"},{"name":"splitLayout","type":{"text":"boolean"},"default":"false","description":"Aligns button text and icon at the edges when `kyn-button` has a set width.","fieldName":"splitLayout"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-button","customElement":true}],"exports":[{"kind":"js","name":"Button","declaration":{"name":"Button","module":"src/components/reusable/button/button.ts"}},{"kind":"custom-element-definition","name":"kyn-button","declaration":{"name":"Button","module":"src/components/reusable/button/button.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/button/defs.ts","declarations":[{"kind":"variable","name":"BUTTON_KINDS_SOLID","type":{"text":"array"},"default":"[\n BUTTON_KINDS.PRIMARY,\n BUTTON_KINDS.PRIMARY_AI,\n BUTTON_KINDS.PRIMARY_DESTRUCTIVE,\n BUTTON_KINDS.SECONDARY,\n BUTTON_KINDS.SECONDARY_DESTRUCTIVE,\n BUTTON_KINDS.TERTIARY,\n BUTTON_KINDS.CONTENT,\n]"},{"kind":"variable","name":"BUTTON_KINDS_OUTLINE","type":{"text":"array"},"default":"[\n BUTTON_KINDS.OUTLINE,\n BUTTON_KINDS.OUTLINE_DESTRUCTIVE,\n]"}],"exports":[{"kind":"js","name":"BUTTON_KINDS_SOLID","declaration":{"name":"BUTTON_KINDS_SOLID","module":"src/components/reusable/button/defs.ts"}},{"kind":"js","name":"BUTTON_KINDS_OUTLINE","declaration":{"name":"BUTTON_KINDS_OUTLINE","module":"src/components/reusable/button/defs.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/button/index.ts","declarations":[],"exports":[{"kind":"js","name":"Button","declaration":{"name":"Button","module":"./button"}}]},{"kind":"javascript-module","path":"src/components/reusable/buttonGroup/buttonGroup.ts","declarations":[{"kind":"variable","name":"BUTTON_GROUP_KINDS","type":{"text":"{\n DEFAULT: 'default',\n PAGINATION: 'pagination',\n ICONS: 'icons',\n}"},"default":"{\n DEFAULT: 'default',\n PAGINATION: 'pagination',\n ICONS: 'icons',\n}"},{"kind":"class","description":"ButtonGroup component.","name":"ButtonGroup","slots":[{"description":"Slot for <kyn-button> elements.","name":"unnamed"}],"members":[{"kind":"field","name":"kind","type":{"text":"'default' | 'pagination' | 'icons'"},"description":"Button group kind. Valid values: 'default', 'pagination', 'icons'","attribute":"kind"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Display button group vertically.","attribute":"vertical"},{"kind":"field","name":"selectedIndex","type":{"text":"number"},"default":"0","description":"zero-based: default button index; for pagination, page-1","attribute":"selectedIndex"},{"kind":"field","name":"totalPages","type":{"text":"number"},"default":"1","attribute":"totalPages"},{"kind":"field","name":"maxVisible","type":{"text":"number"},"default":"5","attribute":"maxVisible"},{"kind":"field","name":"clickIncrementBy","type":{"text":"number"},"default":"1","attribute":"clickIncrementBy"},{"kind":"field","name":"_visibleStart","type":{"text":"number"},"privacy":"private","default":"1","description":"Starting page for the visible range (internal state)"},{"kind":"field","name":"visibleStart","privacy":"public","type":{"text":"number"},"description":"Current first page in the visible window (read-only)","readonly":true},{"kind":"field","name":"visibleEnd","privacy":"public","type":{"text":"number"},"description":"Current last page in the visible window (read-only)","readonly":true},{"kind":"field","name":"textStrings","default":"{\n prevButtonDescription: 'Previous Page',\n nextButtonDescription: 'Next Page',\n indivGroupItemDescription: '',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"_buttons","type":{"text":"Button[]"},"privacy":"private","description":"Target <kyn-button> children"},{"kind":"method","name":"_renderDefault","privacy":"private"},{"kind":"method","name":"_renderIcons","privacy":"private"},{"kind":"method","name":"_renderPagination","privacy":"private"},{"kind":"method","name":"_updateWindow","privacy":"private"},{"kind":"method","name":"_onPage","privacy":"private","parameters":[{"name":"cmd","type":{"text":"'prev' | 'next' | number"}}]},{"kind":"method","name":"_attachClickListeners","privacy":"private"},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_onButtonClick","privacy":"private","parameters":[{"name":"idx","type":{"text":"number"}}]},{"kind":"method","name":"_emitChange","privacy":"private","parameters":[{"name":"value","type":{"text":"unknown"}}]},{"kind":"method","name":"_syncSelection","privacy":"private"}],"events":[{"name":"on-change","type":{"text":"CustomEvent"},"description":"Captures the click event button selection in button group."}],"attributes":[{"name":"kind","type":{"text":"'default' | 'pagination' | 'icons'"},"description":"Button group kind. Valid values: 'default', 'pagination', 'icons'","fieldName":"kind"},{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Display button group vertically.","fieldName":"vertical"},{"name":"selectedIndex","type":{"text":"number"},"default":"0","description":"zero-based: default button index; for pagination, page-1","fieldName":"selectedIndex"},{"name":"totalPages","type":{"text":"number"},"default":"1","fieldName":"totalPages"},{"name":"maxVisible","type":{"text":"number"},"default":"5","fieldName":"maxVisible"},{"name":"clickIncrementBy","type":{"text":"number"},"default":"1","fieldName":"clickIncrementBy"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-button-group","customElement":true}],"exports":[{"kind":"js","name":"BUTTON_GROUP_KINDS","declaration":{"name":"BUTTON_GROUP_KINDS","module":"src/components/reusable/buttonGroup/buttonGroup.ts"}},{"kind":"js","name":"ButtonGroup","declaration":{"name":"ButtonGroup","module":"src/components/reusable/buttonGroup/buttonGroup.ts"}},{"kind":"custom-element-definition","name":"kyn-button-group","declaration":{"name":"ButtonGroup","module":"src/components/reusable/buttonGroup/buttonGroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/buttonGroup/index.ts","declarations":[],"exports":[{"kind":"js","name":"ButtonGroup","declaration":{"name":"ButtonGroup","module":"../buttonGroup/buttonGroup"}}]},{"kind":"javascript-module","path":"src/components/reusable/card/card.ts","declarations":[{"kind":"class","description":"Card.","name":"Card","cssParts":[{"description":"The wrapper element of the card. Use this part to customize its styles such as padding . Ex: `kyn-card::part(card-wrapper)`","name":"card-wrapper"}],"slots":[{"description":"Slot for card contents.","name":"unnamed"},{"description":"Slot for left icon when `variant` is `'notification'`.","name":"leftIcon"},{"description":"Slot for right icon when `variant` is `'notification'`.","name":"inlineConfirm"}],"members":[{"kind":"field","name":"type","type":{"text":"CardType"},"default":"'normal'","description":"Card Type. `'normal'` & `'clickable'`","attribute":"type"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Card link url for clickable cards.","attribute":"href"},{"kind":"field","name":"rel","type":{"text":"string"},"default":"''","description":"Use for Card type `'clickable'`. Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship.","attribute":"rel"},{"kind":"field","name":"target","type":{"text":"CardTarget"},"default":"'_self'","description":"Defines a target attribute for where to load the URL in case of clickable card. Possible options include `'_self'` (default), `'_blank'`, `'_parent'`, `'_top'`","attribute":"target"},{"kind":"field","name":"hideBorder","type":{"text":"boolean"},"default":"false","description":"Hide card border. Useful when clickable card use inside `<kyn-notification>` component.","attribute":"hideBorder"},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"AI theme toggle","attribute":"aiConnected"},{"kind":"field","name":"highlight","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for highlight","attribute":"highlight"},{"kind":"field","name":"compact","type":{"text":"boolean"},"default":"false","description":"Compact mode, reduces padding.","attribute":"compact"},{"kind":"field","name":"variant","type":{"text":"CardVariant"},"default":"'default'","description":"Card variant. `'default'`, `'notification'`, `'interaction'`\n* `'notification'` variant is used primarily for Info Card\nand contains additional padding, per design specs.\n* `'interaction'` variant is used for AI response","attribute":"variant","reflects":true},{"kind":"method","name":"renderNonDefaultVariant","privacy":"private","parameters":[{"name":"baseClasses","type":{"text":"Record<string, boolean>"}}]}],"events":[{"description":"Captures the click event of clickable card and emits the original event details. Use `e.stopPropagation()` / `e.preventDefault()` for any internal clickable elements when card type is `'clickable'` to stop bubbling / prevent event. `detail:{ origEvent: PointerEvent }`","name":"on-card-click"}],"attributes":[{"name":"type","type":{"text":"CardType"},"default":"'normal'","description":"Card Type. `'normal'` & `'clickable'`","fieldName":"type"},{"name":"href","type":{"text":"string"},"default":"''","description":"Card link url for clickable cards.","fieldName":"href"},{"name":"rel","type":{"text":"string"},"default":"''","description":"Use for Card type `'clickable'`. Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship.","fieldName":"rel"},{"name":"target","type":{"text":"CardTarget"},"default":"'_self'","description":"Defines a target attribute for where to load the URL in case of clickable card. Possible options include `'_self'` (default), `'_blank'`, `'_parent'`, `'_top'`","fieldName":"target"},{"name":"hideBorder","type":{"text":"boolean"},"default":"false","description":"Hide card border. Useful when clickable card use inside `<kyn-notification>` component.","fieldName":"hideBorder"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"AI theme toggle","fieldName":"aiConnected"},{"name":"highlight","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for highlight","fieldName":"highlight"},{"name":"compact","type":{"text":"boolean"},"default":"false","description":"Compact mode, reduces padding.","fieldName":"compact"},{"name":"variant","type":{"text":"CardVariant"},"default":"'default'","description":"Card variant. `'default'`, `'notification'`, `'interaction'`\n* `'notification'` variant is used primarily for Info Card\nand contains additional padding, per design specs.\n* `'interaction'` variant is used for AI response","fieldName":"variant"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-card","customElement":true}],"exports":[{"kind":"js","name":"Card","declaration":{"name":"Card","module":"src/components/reusable/card/card.ts"}},{"kind":"custom-element-definition","name":"kyn-card","declaration":{"name":"Card","module":"src/components/reusable/card/card.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/card/index.ts","declarations":[],"exports":[{"kind":"js","name":"Card","declaration":{"name":"Card","module":"./card"}},{"kind":"js","name":"VitalCardSkeleton","declaration":{"name":"VitalCardSkeleton","module":"./vitalCard.skeleton"}},{"kind":"js","name":"InformationalCardSkeleton","declaration":{"name":"InformationalCardSkeleton","module":"./informationalCard.skeleton"}}]},{"kind":"javascript-module","path":"src/components/reusable/card/informationalCard.skeleton.ts","declarations":[{"kind":"class","description":"`kyn-info-card-skeleton` Web Component.\nA skeleton loading state for the informational card component that mirrors its structure.","name":"InformationalCardSkeleton","members":[{"kind":"field","name":"lines","type":{"text":"any | undefined"},"default":"0","description":"Sets the number of body/description lines to show in the skeleton pattern example.","attribute":"lines"},{"kind":"field","name":"thumbnailVisible","type":{"text":"boolean | undefined"},"default":"false","description":"Sets show or hide thumbnail element.","attribute":"thumbnailVisible"}],"attributes":[{"name":"lines","type":{"text":"any | undefined"},"default":"0","description":"Sets the number of body/description lines to show in the skeleton pattern example.","fieldName":"lines"},{"name":"thumbnailVisible","type":{"text":"boolean | undefined"},"default":"false","description":"Sets show or hide thumbnail element.","fieldName":"thumbnailVisible"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-info-card-skeleton","customElement":true}],"exports":[{"kind":"js","name":"InformationalCardSkeleton","declaration":{"name":"InformationalCardSkeleton","module":"src/components/reusable/card/informationalCard.skeleton.ts"}},{"kind":"custom-element-definition","name":"kyn-info-card-skeleton","declaration":{"name":"InformationalCardSkeleton","module":"src/components/reusable/card/informationalCard.skeleton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/card/vitalCard.skeleton.ts","declarations":[{"kind":"class","description":"`kyn-vital-card-skeleton` Web Component.\nA skeleton loading state for the vital card component that mirrors its structure.","name":"VitalCardSkeleton","members":[{"kind":"field","name":"lines","type":{"text":"any | undefined"},"default":"0","description":"Sets the number of body/description lines to show in the skeleton pattern example.","attribute":"lines"}],"attributes":[{"name":"lines","type":{"text":"any | undefined"},"default":"0","description":"Sets the number of body/description lines to show in the skeleton pattern example.","fieldName":"lines"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-vital-card-skeleton","customElement":true}],"exports":[{"kind":"js","name":"VitalCardSkeleton","declaration":{"name":"VitalCardSkeleton","module":"src/components/reusable/card/vitalCard.skeleton.ts"}},{"kind":"custom-element-definition","name":"kyn-vital-card-skeleton","declaration":{"name":"VitalCardSkeleton","module":"src/components/reusable/card/vitalCard.skeleton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/checkbox/checkbox.ts","declarations":[{"kind":"class","description":"Checkbox.","name":"Checkbox","slots":[{"description":"Slot for label text.","name":"unnamed"}],"members":[{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Checkbox value.","attribute":"value"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Checkbox disabled state, inherited from the parent group.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Checkbox readonly state, inherited from the parent group.","attribute":"readonly"},{"kind":"field","name":"notFocusable","type":{"text":"boolean"},"default":"false","description":"Prevent checkbox from being focusable. Disables it functionally but not visually.","attribute":"notFocusable"},{"kind":"field","name":"visiblyHidden","type":{"text":"boolean"},"default":"false","description":"Determines whether the label should be hidden from visual view but remain accessible\nto screen readers for accessibility purposes.","attribute":"visiblyHidden"},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Determines whether the checkbox is in an indeterminate state.","attribute":"indeterminate"},{"kind":"method","name":"handleChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"name":"on-checkbox-change","type":{"text":"CustomEvent"},"description":"Captures the change event and emits the selected value and original event details."}],"attributes":[{"name":"value","type":{"text":"string"},"default":"''","description":"Checkbox value.","fieldName":"value"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Checkbox disabled state, inherited from the parent group.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Checkbox readonly state, inherited from the parent group.","fieldName":"readonly"},{"name":"notFocusable","type":{"text":"boolean"},"default":"false","description":"Prevent checkbox from being focusable. Disables it functionally but not visually.","fieldName":"notFocusable"},{"name":"visiblyHidden","type":{"text":"boolean"},"default":"false","description":"Determines whether the label should be hidden from visual view but remain accessible\nto screen readers for accessibility purposes.","fieldName":"visiblyHidden"},{"name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Determines whether the checkbox is in an indeterminate state.","fieldName":"indeterminate"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-checkbox","customElement":true}],"exports":[{"kind":"js","name":"Checkbox","declaration":{"name":"Checkbox","module":"src/components/reusable/checkbox/checkbox.ts"}},{"kind":"custom-element-definition","name":"kyn-checkbox","declaration":{"name":"Checkbox","module":"src/components/reusable/checkbox/checkbox.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/checkbox/checkboxGroup.ts","declarations":[{"kind":"class","description":"Checkbox group container.","name":"CheckboxGroup","slots":[{"description":"Slot for individual checkboxes.","name":"unnamed"},{"description":"Slot for tooltip.","name":"tooltip"},{"description":"Slot for description text.","name":"description"}],"members":[{"kind":"field","name":"value","type":{"text":"Array<any>"},"default":"[]","description":"Checkbox group selected values."},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes a single selection required.","attribute":"required"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Checkbox group disabled state.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Checkbox group readonly state.","attribute":"readonly"},{"kind":"field","name":"horizontal","type":{"text":"boolean"},"default":"false","description":"Checkbox group horizontal style.","attribute":"horizontal"},{"kind":"field","name":"selectAll","type":{"text":"boolean"},"default":"false","description":"Adds a \"Select All\" checkbox to the top of the group.","attribute":"selectAll"},{"kind":"field","name":"hideLegend","type":{"text":"boolean"},"default":"false","description":"Hide the group legend/label visually.","attribute":"hideLegend"},{"kind":"field","name":"filterable","type":{"text":"boolean"},"default":"false","description":"Adds a search input to enable filtering of checkboxes.","attribute":"filterable"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"searchTerm","type":{"text":"string"},"default":"''","description":"Search input value","attribute":"searchTerm"},{"kind":"field","name":"limitCheckboxes","type":{"text":"boolean"},"default":"false","description":"Limits visible checkboxes behind a \"Show all\" button.","attribute":"limitCheckboxes"},{"kind":"field","name":"limitCount","type":{"text":"number"},"default":"4","description":"Number of checkboxes visible when limited.","attribute":"limitCount"},{"kind":"field","name":"textStrings","default":"{\n selectAll: 'Select all',\n showMore: 'Show more',\n showLess: 'Show less',\n search: 'Search',\n required: 'Required',\n error: 'Error',\n warning: 'Warning',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_scopeRelevant","privacy":"private","return":{"type":{"text":"Array<any>"}}},{"kind":"method","name":"_computeSelectAllFromValues","privacy":"private"},{"kind":"method","name":"_updateCheckboxStates","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"boolean"}},{"name":"report","type":{"text":"boolean"}}]},{"kind":"method","name":"_handleCheckboxChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent<{ value: string; checked: boolean }>"}}]},{"kind":"method","name":"_emitChangeEvent","privacy":"private"},{"kind":"method","name":"_handleFilter","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_applyFilter","privacy":"private"},{"kind":"method","name":"_toggleRevealed","privacy":"private","parameters":[{"name":"revealed","type":{"text":"boolean"}}]},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"_handleSubgroupChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Captures the change event and emits the selected values. `detail:{ value: Array }`","name":"on-checkbox-group-change"},{"description":"Captures the search input event and emits the search term. `detail:{ searchTerm: string }`","name":"on-search"},{"description":"Captures the show more/less click and emits the expanded state. `detail:{ expanded: boolean }`","name":"on-limit-toggle"}],"attributes":[{"type":{"text":"array"},"description":"The selected values of the checkbox group.","name":"value","default":"[]"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes a single selection required.","fieldName":"required"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Checkbox group disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Checkbox group readonly state.","fieldName":"readonly"},{"name":"horizontal","type":{"text":"boolean"},"default":"false","description":"Checkbox group horizontal style.","fieldName":"horizontal"},{"name":"selectAll","type":{"text":"boolean"},"default":"false","description":"Adds a \"Select All\" checkbox to the top of the group.","fieldName":"selectAll"},{"name":"hideLegend","type":{"text":"boolean"},"default":"false","description":"Hide the group legend/label visually.","fieldName":"hideLegend"},{"name":"filterable","type":{"text":"boolean"},"default":"false","description":"Adds a search input to enable filtering of checkboxes.","fieldName":"filterable"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"searchTerm","type":{"text":"string"},"default":"''","description":"Search input value","fieldName":"searchTerm"},{"name":"limitCheckboxes","type":{"text":"boolean"},"default":"false","description":"Limits visible checkboxes behind a \"Show all\" button.","fieldName":"limitCheckboxes"},{"name":"limitCount","type":{"text":"number"},"default":"4","description":"Number of checkboxes visible when limited.","fieldName":"limitCount"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-checkbox-group","customElement":true}],"exports":[{"kind":"js","name":"CheckboxGroup","declaration":{"name":"CheckboxGroup","module":"src/components/reusable/checkbox/checkboxGroup.ts"}},{"kind":"custom-element-definition","name":"kyn-checkbox-group","declaration":{"name":"CheckboxGroup","module":"src/components/reusable/checkbox/checkboxGroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/checkbox/checkboxSubgroup.ts","declarations":[{"kind":"class","description":"Checkbox subgroup","name":"CheckboxSubgroup","slots":[{"description":"Slot for child kyn-checkboxes.","name":"unnamed"},{"description":"Slot for parent kyn-checkbox.","name":"parent"}],"members":[{"kind":"method","name":"_handleSlotchange","privacy":"private"},{"kind":"method","name":"_syncParent","privacy":"private","parameters":[{"name":"count","type":{"text":"number"}}]},{"kind":"method","name":"_handleCheckboxChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-checkbox-subgroup","customElement":true}],"exports":[{"kind":"js","name":"CheckboxSubgroup","declaration":{"name":"CheckboxSubgroup","module":"src/components/reusable/checkbox/checkboxSubgroup.ts"}},{"kind":"custom-element-definition","name":"kyn-checkbox-subgroup","declaration":{"name":"CheckboxSubgroup","module":"src/components/reusable/checkbox/checkboxSubgroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/checkbox/index.ts","declarations":[],"exports":[{"kind":"js","name":"Checkbox","declaration":{"name":"Checkbox","module":"./checkbox"}},{"kind":"js","name":"CheckboxGroup","declaration":{"name":"CheckboxGroup","module":"./checkboxGroup"}},{"kind":"js","name":"CheckboxSubgroup","declaration":{"name":"CheckboxSubgroup","module":"./checkboxSubgroup"}}]},{"kind":"javascript-module","path":"src/components/reusable/colorInput/colorInput.ts","declarations":[{"kind":"class","description":"Color input.","name":"ColorInput","slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","attribute":"caption"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","attribute":"disabled"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Input required state.","attribute":"required"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","attribute":"readonly"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n errorText: 'Error',\n pleaseSelectColor: 'Please select a color',\n invalidFormat: 'Enter a valid hex color (e.g. #FF0000)',\n colorTextInput: 'Color text input',\n warning: 'Warning',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"autoComplete","type":{"text":"string"},"default":"'off'","description":"Control for native browser autocomplete. Use `on`, `off`, or a space-separated `token-list` describing autocomplete behavior.","attribute":"autoComplete"},{"kind":"method","name":"handleColorChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleTextInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_emitValue","privacy":"private","parameters":[{"name":"e","optional":true,"type":{"text":"any"}}]},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]}],"events":[{"description":"Captures the input event and emits the selected value and original event details. `detail:{ value: string, origEvent: Event }`","name":"on-input"}],"attributes":[{"type":{"text":"string"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","fieldName":"caption"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","fieldName":"disabled"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Input required state.","fieldName":"required"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","fieldName":"readonly"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"autoComplete","type":{"text":"string"},"default":"'off'","description":"Control for native browser autocomplete. Use `on`, `off`, or a space-separated `token-list` describing autocomplete behavior.","fieldName":"autoComplete"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-color-input","customElement":true}],"exports":[{"kind":"js","name":"ColorInput","declaration":{"name":"ColorInput","module":"src/components/reusable/colorInput/colorInput.ts"}},{"kind":"custom-element-definition","name":"kyn-color-input","declaration":{"name":"ColorInput","module":"src/components/reusable/colorInput/colorInput.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/colorInput/index.ts","declarations":[],"exports":[{"kind":"js","name":"ColorInput","declaration":{"name":"ColorInput","module":"./colorInput"}}]},{"kind":"javascript-module","path":"src/components/reusable/datePicker/datepicker.ts","declarations":[{"kind":"class","description":"Datepicker: uses Flatpickr's datetime picker library -- `https://flatpickr.js.org`","name":"DatePicker","slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"locale","type":{"text":"SupportedLocale | string"},"default":"'en'","attribute":"locale"},{"kind":"field","name":"dateFormat","type":{"text":"string"},"default":"'Y-m-d'","description":"Sets flatpickr value to define how the date will be displayed in the input box (ex: `Y-m-d H:i`).","attribute":"dateFormat"},{"kind":"field","name":"defaultDate","type":{"text":"string | string[] | null"},"default":"null","description":"Sets the initial selected date(s).","deprecated":"Soft-deprecated. Prefer setting `value`.\n\nBackward compatibility notes:\n- still supports property assignment (`defaultDate = '2025-01-01'` or string[]).\n- empty attribute values are treated as `null`.","attribute":"default-date"},{"kind":"field","name":"defaultErrorMessage","type":{"text":"string"},"default":"''","description":"Sets default error message.","attribute":"defaultErrorMessage"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Sets datepicker form input value to required/required.","attribute":"required"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"value","type":{"text":"Date | Date[] | string | string[] | null"},"default":"null","description":"Current date value for the component.\n\n- Controlled: set from the host (recommended).\n- Uncontrolled: populated from `defaultDate` and user selections.\n\nNote: for backward compatibility, `value` may arrive as strings from some\nhost frameworks; this component will attempt to parse/normalize those."},{"kind":"field","name":"disable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to disable specific dates. Accepts array of dates in Y-m-d format, timestamps, or Date objects.","attribute":"disable"},{"kind":"field","name":"enable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to enable specific dates.","attribute":"enable"},{"kind":"field","name":"mode","type":{"text":"'single' | 'multiple'"},"default":"'single'","description":"Sets flatpickr mode to select single (default), multiple dates.","attribute":"mode"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Sets caption to be displayed under primary date picker elements.","attribute":"caption"},{"kind":"field","name":"datePickerDisabled","type":{"text":"boolean"},"default":"false","description":"Sets entire datepicker form element to enabled/disabled.","attribute":"datePickerDisabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Sets entire datepicker form element to readonly.","attribute":"readonly"},{"kind":"field","name":"twentyFourHourFormat","type":{"text":"boolean | null"},"default":"null","description":"Sets 24 hour formatting true/false.\nDefaults to 12H for all `en-*` locales and 24H for all other locales.","attribute":"twentyFourHourFormat"},{"kind":"field","name":"minDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets lower boundary of datepicker date selection.","attribute":"minDate"},{"kind":"field","name":"maxDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets upper boundary of datepicker date selection.","attribute":"maxDate"},{"kind":"field","name":"allowManualInput","type":{"text":"boolean"},"default":"false","description":"Allows manual input of date/time string that matches dateFormat when true.","attribute":"allowManualInput"},{"kind":"field","name":"errorAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for error message. Use `textStrings` instead to set errorText.","attribute":"errorAriaLabel"},{"kind":"field","name":"errorTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for error message. Use `textStrings` instead to set errorText.","attribute":"errorTitle"},{"kind":"field","name":"warningAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for warning message. Use `textStrings` instead to set warning label/title.","attribute":"warningAriaLabel"},{"kind":"field","name":"warningTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for warning message. Use `textStrings` instead to set warning label/title.","attribute":"warningTitle"},{"kind":"field","name":"staticPosition","type":{"text":"boolean"},"default":"false","description":"Sets whether the Flatpickr calendar UI should use static positioning.","attribute":"staticPosition"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n clearAll: 'Clear',\n pleaseSelectDate: 'Please select a date',\n noDateSelected: 'No date selected',\n pleaseSelectValidDate: 'Please select a valid date',\n invalidDateFormat: 'Invalid date format provided',\n errorProcessing: 'Error processing date',\n\n lockedStartDate: 'Start date is locked',\n lockedEndDate: 'End date is locked',\n dateLocked: 'Date is locked',\n dateNotAvailable: 'Date is not available',\n dateInSelectedRange: 'Date is in selected range',\n warning: 'Warning Text',\n errorText: 'Error',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"applyLegacyDefaultDate","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"hasValue","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"datesMatch","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"a","type":{"text":"Date[]"}},{"name":"b","type":{"text":"Date[]"}}]},{"kind":"method","name":"updateFormValue","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"renderValidationMessage","privacy":"private","parameters":[{"name":"errorId","type":{"text":"string"}},{"name":"warningId","type":{"text":"string"}}]},{"kind":"method","name":"getDatepickerClasses"},{"kind":"method","name":"processDefaultDates","privacy":"private","return":{"type":{"text":"Date[]"}},"parameters":[{"name":"defaultDate","type":{"text":"string | string[] | Date | Date[] | null"}}]},{"kind":"method","name":"syncAllowInput","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setupAnchor","privacy":"private"},{"kind":"method","name":"_handleClear","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"initializeFlatpickr"},{"kind":"method","name":"updateFlatpickrOptions"},{"kind":"method","name":"parseDateString","privacy":"private","return":{"type":{"text":"Date | null"}},"parameters":[{"name":"dateStr","type":{"text":"string"}}]},{"kind":"method","name":"normalizeToDate","privacy":"private","return":{"type":{"text":"Date | null"}},"parameters":[{"name":"value","type":{"text":"string | number | Date | ''"}}]},{"kind":"method","name":"isDateInRange","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"date","type":{"text":"Date"}}]},{"kind":"method","name":"resolveYearFromConfig","privacy":"private","return":{"type":{"text":"number | null"}},"parameters":[{"name":"value","type":{"text":"Date | string | number | undefined"}}]},{"kind":"method","name":"setInitialDates"},{"kind":"method","name":"normalizeValueInput","privacy":"private","return":{"type":{"text":"Date[]"}},"parameters":[{"name":"value","type":{"text":"DatePickerValueInput"}}]},{"kind":"method","name":"validateAndNormalizeHostValue","privacy":"private","return":{"type":{"text":"{\n dates: Date[];\n hostProvidedSomething: boolean;\n parseFailed: boolean;\n outOfRange: boolean;\n }"}},"parameters":[{"name":"raw","type":{"text":"DatePickerValueInput"}}],"description":"Validate pre-filled `value`."},{"kind":"method","name":"getComponentFlatpickrOptions","return":{"type":{"text":"Promise<Partial<BaseOptions>>"}}},{"kind":"method","name":"handleOpen"},{"kind":"method","name":"handleClose"},{"kind":"method","name":"handleDateChange","parameters":[{"name":"selectedDates","type":{"text":"Date[]"}},{"name":"dateStr","type":{"text":"string"}}]},{"kind":"method","name":"handleNativeInputEvent","privacy":"private"},{"kind":"method","name":"handleManualInputChange","privacy":"private"},{"kind":"method","name":"commitManualInputValue","privacy":"private"},{"kind":"method","name":"setShouldFlatpickrOpen","privacy":"private","parameters":[{"name":"value","type":{"text":"boolean"}}]},{"kind":"method","name":"closeFlatpickr","privacy":"private"},{"kind":"method","name":"onSuppressLabelInteraction","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleInputClickEvent","privacy":"private"},{"kind":"method","name":"handleInputFocusEvent","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"boolean"}},{"name":"report","type":{"text":"boolean"}}]},{"kind":"method","name":"_onChange","privacy":"private"},{"kind":"method","name":"_handleFormReset","privacy":"private"},{"kind":"method","name":"getValue","privacy":"public","return":{"type":{"text":"Date | Date[] | null"}}},{"kind":"method","name":"setValue","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"newValue","type":{"text":"Date | Date[] | null"}}]}],"events":[{"description":"Emitted when the selected date(s) change. Event.detail has the shape: { dates: string | string[] | null | [], dateString?: string, source?: string } - dates: ISO string for single selection, or array of ISO strings for multiple selections. An empty array or null indicates the value was cleared. - dateString: the display string from the input (may be empty when cleared) - source: 'clear' when the value was cleared; otherwise may be 'date-selection' or undefined.","name":"on-change"}],"attributes":[{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"Date | Date[] | string | string[]"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"locale","type":{"text":"SupportedLocale | string"},"default":"'en'","fieldName":"locale"},{"name":"dateFormat","type":{"text":"string"},"default":"'Y-m-d'","description":"Sets flatpickr value to define how the date will be displayed in the input box (ex: `Y-m-d H:i`).","fieldName":"dateFormat"},{"name":"default-date","type":{"text":"string | string[] | null"},"default":"null","description":"Sets the initial selected date(s).","deprecated":"Soft-deprecated. Prefer setting `value`.\n\nBackward compatibility notes:\n- still supports property assignment (`defaultDate = '2025-01-01'` or string[]).\n- empty attribute values are treated as `null`.","fieldName":"defaultDate"},{"name":"defaultErrorMessage","type":{"text":"string"},"default":"''","description":"Sets default error message.","fieldName":"defaultErrorMessage"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Sets datepicker form input value to required/required.","fieldName":"required"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"disable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to disable specific dates. Accepts array of dates in Y-m-d format, timestamps, or Date objects.","fieldName":"disable"},{"name":"enable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to enable specific dates.","fieldName":"enable"},{"name":"mode","type":{"text":"'single' | 'multiple'"},"default":"'single'","description":"Sets flatpickr mode to select single (default), multiple dates.","fieldName":"mode"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Sets caption to be displayed under primary date picker elements.","fieldName":"caption"},{"name":"datePickerDisabled","type":{"text":"boolean"},"default":"false","description":"Sets entire datepicker form element to enabled/disabled.","fieldName":"datePickerDisabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Sets entire datepicker form element to readonly.","fieldName":"readonly"},{"name":"twentyFourHourFormat","type":{"text":"boolean | null"},"default":"null","description":"Sets 24 hour formatting true/false.\nDefaults to 12H for all `en-*` locales and 24H for all other locales.","fieldName":"twentyFourHourFormat"},{"name":"minDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets lower boundary of datepicker date selection.","fieldName":"minDate"},{"name":"maxDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets upper boundary of datepicker date selection.","fieldName":"maxDate"},{"name":"allowManualInput","type":{"text":"boolean"},"default":"false","description":"Allows manual input of date/time string that matches dateFormat when true.","fieldName":"allowManualInput"},{"name":"errorAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for error message. Use `textStrings` instead to set errorText.","fieldName":"errorAriaLabel"},{"name":"errorTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for error message. Use `textStrings` instead to set errorText.","fieldName":"errorTitle"},{"name":"warningAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for warning message. Use `textStrings` instead to set warning label/title.","fieldName":"warningAriaLabel"},{"name":"warningTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for warning message. Use `textStrings` instead to set warning label/title.","fieldName":"warningTitle"},{"name":"staticPosition","type":{"text":"boolean"},"default":"false","description":"Sets whether the Flatpickr calendar UI should use static positioning.","fieldName":"staticPosition"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-date-picker","customElement":true}],"exports":[{"kind":"js","name":"DatePicker","declaration":{"name":"DatePicker","module":"src/components/reusable/datePicker/datepicker.ts"}},{"kind":"custom-element-definition","name":"kyn-date-picker","declaration":{"name":"DatePicker","module":"src/components/reusable/datePicker/datepicker.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/datePicker/index.ts","declarations":[],"exports":[{"kind":"js","name":"DatePicker","declaration":{"name":"DatePicker","module":"./datepicker"}}]},{"kind":"javascript-module","path":"src/components/reusable/daterangepicker/daterangepicker.ts","declarations":[{"kind":"class","description":"Date Range Picker: uses Flatpickr library, range picker implementation -- `https://flatpickr.js.org/examples/#range-calendar`","name":"DateRangePicker","slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"locale","type":{"text":"SupportedLocale | string"},"default":"'en'","description":"Sets and dynamically imports specific l10n calendar localization.","attribute":"locale"},{"kind":"field","name":"dateFormat","type":{"text":"string"},"default":"'Y-m-d'","description":"Sets flatpickr value to define how the date will be displayed in the input box (ex: `Y-m-d H:i`).","attribute":"dateFormat"},{"kind":"field","name":"defaultDate","type":{"text":"string | string[] | null"},"default":"null","description":"Sets the initial selected date(s) for the range.","deprecated":"Soft-deprecated. Prefer setting `value`.\n\nBackward compatibility notes:\n- still supports property assignment (`defaultDate = '2025-01-01'` or string[]).\n- empty attribute values are treated as `null`.","attribute":"default-date"},{"kind":"field","name":"rangeEditMode","type":{"text":"DateRangeEditableMode"},"description":"Controls which parts of the date range are editable.","attribute":"rangeEditMode"},{"kind":"field","name":"defaultErrorMessage","type":{"text":"string"},"default":"''","description":"Sets default error message.","attribute":"defaultErrorMessage"},{"kind":"field","name":"value","type":{"text":"[Date | null, Date | null]"},"default":"[null, null]","description":"Current date range value for the component.\n\n- Uncontrolled: populated from `defaultDate` and user selections.\n- Controlled: can be set from the host (e.g. Vue `:value`)."},{"kind":"field","name":"disable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to disable specific dates. Accepts array of dates in Y-m-d format, timestamps, or Date objects.","attribute":"disable"},{"kind":"field","name":"enable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to enable specific dates.","attribute":"enable"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Sets caption to be displayed under primary date picker elements.","attribute":"caption"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Sets date range picker form input value to required.","attribute":"required"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"dateRangePickerDisabled","type":{"text":"boolean"},"default":"false","description":"Sets entire date range picker form element to enabled/disabled.","attribute":"dateRangePickerDisabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Sets entire date range picker form element to readonly.","attribute":"readonly"},{"kind":"field","name":"twentyFourHourFormat","type":{"text":"boolean | null"},"default":"null","description":"Sets 24-hour formatting true/false.\nDefaults to 12H for all `en-` locales and 24H for all other locales.","attribute":"twentyFourHourFormat"},{"kind":"field","name":"minDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets lower boundary of date range picker date selection.","attribute":"minDate"},{"kind":"field","name":"allowManualInput","type":{"text":"boolean"},"default":"false","description":"Allows manual input of date/time string that matches dateFormat when true.","attribute":"allowManualInput"},{"kind":"field","name":"maxDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets upper boundary of date range picker date selection.","attribute":"maxDate"},{"kind":"field","name":"errorAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for error message. Use `textStrings` instead to set errorText.","attribute":"errorAriaLabel"},{"kind":"field","name":"errorTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for error message. Use `textStrings` instead to set errorText.","attribute":"errorTitle"},{"kind":"field","name":"warningAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for warning message. Use `textStrings` instead to set warning label/title.","attribute":"warningAriaLabel"},{"kind":"field","name":"warningTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for warning message. Use `textStrings` instead to set warning label/title.","attribute":"warningTitle"},{"kind":"field","name":"staticPosition","type":{"text":"boolean"},"default":"false","description":"Sets whether the Flatpickr calendar UI should use static positioning.","attribute":"staticPosition"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n clearAll: 'Clear',\n pleaseSelectDate: 'Please select a date',\n pleaseSelectValidDate: 'Please select a valid date',\n pleaseSelectBothDates: 'Please select a start and end date.',\n dateRange: 'Date range',\n noDateSelected: 'No dates selected',\n startDateSelected: 'Start date selected: {0}. Please select end date.',\n invalidDateRange:\n 'Invalid date range: End date cannot be earlier than start date',\n dateRangeSelected: 'Selected date range: {0} to {1}',\n\n lockedStartDate: 'Start date is locked',\n lockedEndDate: 'End date is locked',\n dateLocked: 'Date is locked',\n dateNotAvailable: 'Date is not available',\n dateInSelectedRange: 'Date is in selected range',\n warning: 'Warning',\n errorText: 'Error',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"hasValue","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"datesMatch","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"a","type":{"text":"Date[]"}},{"name":"b","type":{"text":"Date[]"}}]},{"kind":"method","name":"getRangeSeparator","privacy":"private","return":{"type":{"text":"string"}}},{"kind":"method","name":"updateFormValue","privacy":"private"},{"kind":"method","name":"renderValidationMessage","privacy":"private","parameters":[{"name":"errorId","type":{"text":"string"}},{"name":"warningId","type":{"text":"string"}}]},{"kind":"method","name":"getDateRangePickerClasses","privacy":"private"},{"kind":"method","name":"parseDateString","privacy":"private","return":{"type":{"text":"Date | null"}},"parameters":[{"name":"dateStr","type":{"text":"string"}}]},{"kind":"method","name":"syncAllowInput","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"setupAnchor","privacy":"private"},{"kind":"method","name":"normalizeToDate","privacy":"private","return":{"type":{"text":"Date | null"}},"parameters":[{"name":"value","type":{"text":"string | number | Date | ''"}}]},{"kind":"method","name":"processDefaultDates","privacy":"private","return":{"type":{"text":"Date[]"}},"parameters":[{"name":"defaultDate","type":{"text":"string | string[] | Date | Date[] | null"}}]},{"kind":"method","name":"_clearInput","privacy":"private","parameters":[{"name":"options","default":"{ reinitFlatpickr: true }","type":{"text":"{ reinitFlatpickr?: boolean }"}}]},{"kind":"method","name":"_handleClear","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleClose","privacy":"public"},{"kind":"method","name":"handleNativeInputEvent","privacy":"private"},{"kind":"method","name":"handleManualInputChange","privacy":"private"},{"kind":"method","name":"commitManualInputValue","privacy":"private"},{"kind":"method","name":"initializeFlatpickr","privacy":"public"},{"kind":"method","name":"updateFlatpickrOptions","privacy":"public"},{"kind":"method","name":"getComponentFlatpickrOptions","privacy":"public","return":{"type":{"text":"Promise<Partial<BaseOptions>>"}}},{"kind":"method","name":"setInitialDates","privacy":"public"},{"kind":"method","name":"handleOpen","privacy":"public"},{"kind":"method","name":"syncFlatpickrFromValue","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"dates","type":{"text":"Date[]"}}]},{"kind":"method","name":"handleDateChange","privacy":"public","parameters":[{"name":"selectedDates","type":{"text":"Date[]"}},{"name":"dateStr","type":{"text":"string"}}]},{"kind":"method","name":"updateSelectedDateRangeAria","privacy":"private","parameters":[{"name":"selectedDates","type":{"text":"Date[]"}}]},{"kind":"method","name":"setShouldFlatpickrOpen","privacy":"private","parameters":[{"name":"value","type":{"text":"boolean"}}]},{"kind":"method","name":"closeFlatpickr","privacy":"private"},{"kind":"method","name":"onSuppressLabelInteraction","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleInputClickEvent","privacy":"private"},{"kind":"method","name":"handleInputFocusEvent","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"boolean"}},{"name":"report","type":{"text":"boolean"}}]},{"kind":"method","name":"_onChange","privacy":"private"},{"kind":"method","name":"_handleFormReset","privacy":"private"},{"kind":"method","name":"getValue","privacy":"public","return":{"type":{"text":"[Date | null, Date | null]"}}},{"kind":"method","name":"setValue","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"newValue","type":{"text":"[Date | null, Date | null]"}}]}],"events":[{"description":"Emitted when the selected date range changes. Event.detail has the shape: { dates: string[] | (Date | null)[] | null, dateString?: string, source?: string } - dates: array of ISO strings for selected dates (length 1 or 2), or an array containing Date/null values, or null/empty when cleared. - dateString: the display string from the input (may be empty when cleared) - source: 'clear' when the value was cleared; otherwise may be 'date-selection' or undefined.","name":"on-change"}],"attributes":[{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"[Date | null, Date | null]"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"locale","type":{"text":"SupportedLocale | string"},"default":"'en'","description":"Sets and dynamically imports specific l10n calendar localization.","fieldName":"locale"},{"name":"dateFormat","type":{"text":"string"},"default":"'Y-m-d'","description":"Sets flatpickr value to define how the date will be displayed in the input box (ex: `Y-m-d H:i`).","fieldName":"dateFormat"},{"name":"default-date","type":{"text":"string | string[] | null"},"default":"null","description":"Sets the initial selected date(s) for the range.","deprecated":"Soft-deprecated. Prefer setting `value`.\n\nBackward compatibility notes:\n- still supports property assignment (`defaultDate = '2025-01-01'` or string[]).\n- empty attribute values are treated as `null`.","fieldName":"defaultDate"},{"name":"rangeEditMode","type":{"text":"DateRangeEditableMode"},"description":"Controls which parts of the date range are editable.","fieldName":"rangeEditMode"},{"name":"defaultErrorMessage","type":{"text":"string"},"default":"''","description":"Sets default error message.","fieldName":"defaultErrorMessage"},{"name":"disable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to disable specific dates. Accepts array of dates in Y-m-d format, timestamps, or Date objects.","fieldName":"disable"},{"name":"enable","type":{"text":"(string | number | Date)[]"},"default":"[]","description":"Sets flatpickr options setting to enable specific dates.","fieldName":"enable"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Sets caption to be displayed under primary date picker elements.","fieldName":"caption"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Sets date range picker form input value to required.","fieldName":"required"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"dateRangePickerDisabled","type":{"text":"boolean"},"default":"false","description":"Sets entire date range picker form element to enabled/disabled.","fieldName":"dateRangePickerDisabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Sets entire date range picker form element to readonly.","fieldName":"readonly"},{"name":"twentyFourHourFormat","type":{"text":"boolean | null"},"default":"null","description":"Sets 24-hour formatting true/false.\nDefaults to 12H for all `en-` locales and 24H for all other locales.","fieldName":"twentyFourHourFormat"},{"name":"minDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets lower boundary of date range picker date selection.","fieldName":"minDate"},{"name":"allowManualInput","type":{"text":"boolean"},"default":"false","description":"Allows manual input of date/time string that matches dateFormat when true.","fieldName":"allowManualInput"},{"name":"maxDate","type":{"text":"string | number | Date"},"default":"''","description":"Sets upper boundary of date range picker date selection.","fieldName":"maxDate"},{"name":"errorAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for error message. Use `textStrings` instead to set errorText.","fieldName":"errorAriaLabel"},{"name":"errorTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for error message. Use `textStrings` instead to set errorText.","fieldName":"errorTitle"},{"name":"warningAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for warning message. Use `textStrings` instead to set warning label/title.","fieldName":"warningAriaLabel"},{"name":"warningTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for warning message. Use `textStrings` instead to set warning label/title.","fieldName":"warningTitle"},{"name":"staticPosition","type":{"text":"boolean"},"default":"false","description":"Sets whether the Flatpickr calendar UI should use static positioning.","fieldName":"staticPosition"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-date-range-picker","customElement":true}],"exports":[{"kind":"js","name":"DateRangePicker","declaration":{"name":"DateRangePicker","module":"src/components/reusable/daterangepicker/daterangepicker.ts"}},{"kind":"custom-element-definition","name":"kyn-date-range-picker","declaration":{"name":"DateRangePicker","module":"src/components/reusable/daterangepicker/daterangepicker.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/daterangepicker/index.ts","declarations":[],"exports":[{"kind":"js","name":"DateRangePicker","declaration":{"name":"DateRangePicker","module":"./daterangepicker"}}]},{"kind":"javascript-module","path":"src/components/reusable/divider/divider.ts","declarations":[{"kind":"class","description":"Divider Component.","name":"Divider","members":[{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical orientation. <br><i>Note:</i> Vertical divider will span the full height of its container.","attribute":"vertical","reflects":true},{"kind":"field","name":"dragHandle","type":{"text":"boolean"},"default":"false","description":"Shows a centered drag grip for resizable layouts.\nResize behavior is provided by the parent layout (for example the Split View pattern).","attribute":"drag-handle","reflects":true},{"kind":"field","name":"decorative","type":{"text":"boolean"},"default":"false","description":"When true, suppresses separator semantics so a parent can own the interaction model.","attribute":"decorative","reflects":true},{"kind":"field","name":"resizeLabel","type":{"text":"string"},"default":"'Resize panels'","description":"Accessible name when `dragHandle` is true (resize affordance).","attribute":"resizeLabel"},{"kind":"field","name":"dragging","type":{"text":"boolean"},"default":"false","description":"Visual pressed state while the parent is dragging (optional).","attribute":"dragging","reflects":true},{"kind":"field","name":"hideHairline","type":{"text":"boolean"},"default":"false","description":"When using `drag-handle`, set to hide the internal hairline so a parent (e.g. split-view\ntrack) can paint the line in the light DOM for reliable visibility.","attribute":"hideHairline","reflects":true},{"kind":"field","name":"invertedHandle","type":{"text":"'none' | 'left' | 'right'"},"default":"'none'","description":"Per-line grip contrast when the handle straddles light/dark surfaces.\n`'left'` inverts the left grip line, `'right'` inverts the right grip line.","attribute":"inverted-handle","reflects":true}],"attributes":[{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical orientation. <br><i>Note:</i> Vertical divider will span the full height of its container.","fieldName":"vertical"},{"name":"drag-handle","type":{"text":"boolean"},"default":"false","description":"Shows a centered drag grip for resizable layouts.\nResize behavior is provided by the parent layout (for example the Split View pattern).","fieldName":"dragHandle"},{"name":"decorative","type":{"text":"boolean"},"default":"false","description":"When true, suppresses separator semantics so a parent can own the interaction model.","fieldName":"decorative"},{"name":"resizeLabel","type":{"text":"string"},"default":"'Resize panels'","description":"Accessible name when `dragHandle` is true (resize affordance).","fieldName":"resizeLabel"},{"name":"dragging","type":{"text":"boolean"},"default":"false","description":"Visual pressed state while the parent is dragging (optional).","fieldName":"dragging"},{"name":"hideHairline","type":{"text":"boolean"},"default":"false","description":"When using `drag-handle`, set to hide the internal hairline so a parent (e.g. split-view\ntrack) can paint the line in the light DOM for reliable visibility.","fieldName":"hideHairline"},{"name":"inverted-handle","type":{"text":"'none' | 'left' | 'right'"},"default":"'none'","description":"Per-line grip contrast when the handle straddles light/dark surfaces.\n`'left'` inverts the left grip line, `'right'` inverts the right grip line.","fieldName":"invertedHandle"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-divider","customElement":true}],"exports":[{"kind":"js","name":"Divider","declaration":{"name":"Divider","module":"src/components/reusable/divider/divider.ts"}},{"kind":"custom-element-definition","name":"kyn-divider","declaration":{"name":"Divider","module":"src/components/reusable/divider/divider.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/divider/index.ts","declarations":[],"exports":[{"kind":"js","name":"Divider","declaration":{"name":"Divider","module":"./divider"}}]},{"kind":"javascript-module","path":"src/components/reusable/dropdown/dropdown.ts","declarations":[{"kind":"class","description":"Dropdown.","name":"Dropdown","slots":[{"description":"Slot for dropdown options.","name":"unnamed"},{"description":"Slot for tooltip.","name":"tooltip"},{"description":"Slot for custom dropdown anchor element. If not provided, defaults to standard input-style anchor.","name":"anchor"},{"description":"Slot for providing a custom “Add new option” input.","name":"add-option-input"},{"description":"Slot for providing a custom “Add new option” button.","name":"add-option-button"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Dropdown size/height. \"xs\", \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"kind","type":{"text":"'ai' | 'default'"},"default":"'default'","description":"Dropdown kind.","attribute":"kind"},{"kind":"field","name":"inline","type":{"text":"boolean"},"default":"false","description":"Dropdown inline style type.","attribute":"inline"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","attribute":"caption"},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Dropdown placeholder.","attribute":"placeholder"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Listbox/drawer open state.","attribute":"open","reflects":true},{"kind":"field","name":"searchable","type":{"text":"boolean"},"default":"false","description":"Makes the dropdown searchable.","attribute":"searchable"},{"kind":"field","name":"searchThreshold","type":{"text":"number"},"default":"0","description":"Minimum number of options required before the search input is shown.\nWhen set to a value greater than `0`, the search input will only\nrender if the number of slotted options meets or exceeds this\nthreshold — this implicitly enables search without needing\n`searchable`. When `0` or not set, search visibility is controlled\nsolely by the `searchable` prop.","attribute":"searchThreshold"},{"kind":"field","name":"enhanced","type":{"text":"boolean"},"default":"false","description":"Makes the dropdown enhanced.","attribute":"enhanced"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Dropdown read-only state (focusable but not interactive).","attribute":"readonly","reflects":true},{"kind":"field","name":"filterSearch","type":{"text":"boolean"},"default":"false","description":"Searchable variant filters results.","attribute":"filterSearch"},{"kind":"field","name":"multiple","type":{"text":"boolean"},"default":"false","description":"Enabled multi-select functionality.","attribute":"multiple"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the dropdown required.","attribute":"required"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Dropdown disabled state.","attribute":"disabled"},{"kind":"field","name":"hideTags","type":{"text":"boolean"},"default":"false","description":"Hide the tags below multi-select.","attribute":"hideTags"},{"kind":"field","name":"selectAll","type":{"text":"boolean"},"default":"false","description":"Adds a \"Select all\" option to the top of a multi-select dropdown.","attribute":"selectAll"},{"kind":"field","name":"selectAllText","type":{"text":"string"},"default":"'Select all'","description":"\"Select all\" text customization.","attribute":"selectAllText"},{"kind":"field","name":"menuMinWidth","type":{"text":"string"},"default":"'120px'","description":"Menu CSS min-width value.","attribute":"menuMinWidth"},{"kind":"field","name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdown opens.","attribute":"openDirection"},{"kind":"field","name":"textStrings","default":"{\n title: 'Dropdown',\n selectedOptions: 'List of selected options',\n requiredText: 'Required',\n errorText: 'Error',\n clearAll: 'Clear all',\n clear: 'Clear',\n addItem: 'Add item...',\n add: 'Add',\n duplicateOption: 'Duplicate option. Please select a unique option.',\n addOptionInvalid: 'Please check this value and try again.',\n warning: 'Warning',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"allowAddOption","type":{"text":"boolean"},"default":"false","description":"Enables the \"Add New Option\" feature.","attribute":"allowAddOption"},{"kind":"field","name":"preventDuplicateAddOption","type":{"text":"boolean"},"default":"true","description":"Enables duplicate prevention when adding new options.","attribute":"preventDuplicateAddOption"},{"kind":"field","name":"allowDuplicateSelections","type":{"text":"boolean"},"default":"true","description":"Allows duplicate selections in multi-select dropdowns.","attribute":"allowDuplicateSelections"},{"kind":"field","name":"searchText","type":{"text":"string"},"default":"''","description":"Search input value.","attribute":"searchText"},{"kind":"method","name":"_getSlottedAddOptionInput","privacy":"private","return":{"type":{"text":"HTMLElement | null"}}},{"kind":"method","name":"_getAddOptionInputEls","privacy":"private","return":{"type":{"text":"{\n slottedEl: HTMLElement | null;\n slottedNative: HTMLInputElement | null;\n fallbackNative: HTMLInputElement | null;\n }"}}},{"kind":"method","name":"_getOptionDisplayText","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"option","type":{"text":"DropdownOption | EnhancedDropdownOption"}}]},{"kind":"method","name":"_handleAddOptionSlotChange","privacy":"private"},{"kind":"method","name":"_attachAddOptionInputListener","privacy":"private"},{"kind":"method","name":"_getAddOptionTextInput","privacy":"private"},{"kind":"method","name":"canOpen","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"handleAnchorClick","privacy":"private","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"_clearAddOptionInput","privacy":"private"},{"kind":"method","name":"_validateNewOptionValue","privacy":"private","return":{"type":{"text":"{\n valid: boolean;\n message: string;\n }"}},"parameters":[{"name":"valueRaw","type":{"text":"string"}}]},{"kind":"method","name":"handleAnchorKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"renderHelperContent","privacy":"private"},{"kind":"method","name":"handleSlotChange","privacy":"private"},{"kind":"method","name":"updateChildOptions","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private"},{"kind":"method","name":"handleButtonKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleListKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent & { keyCode: number }"}}]},{"kind":"method","name":"_handleListFocus","privacy":"private"},{"kind":"method","name":"handleListBlur","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"FocusEvent"}}]},{"kind":"method","name":"handleKeyboard","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent & { keyCode: number; target: EventTarget | null }"}},{"name":"keyCode","type":{"text":"number"}},{"name":"target","type":{"text":"'button' | 'list' | 'addOption'"}}]},{"kind":"method","name":"handleClearMultiple","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleTagClear","privacy":"private","parameters":[{"name":"tag","type":{"text":"any"}}]},{"kind":"method","name":"handleClear","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleSearchClick","privacy":"private","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"handleSearchKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleSearchInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_updateSelectedOptions","privacy":"private"},{"kind":"method","name":"_handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleBlur","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"updateValue","privacy":"private","parameters":[{"name":"value","type":{"text":"string"}},{"name":"selected","default":"false"}]},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"boolean"}},{"name":"report","type":{"text":"boolean"}}]},{"kind":"method","name":"emitValue","privacy":"private"},{"kind":"method","name":"_emitSearch","privacy":"private"},{"kind":"method","name":"_updateTags","privacy":"private"},{"kind":"method","name":"_updateOptions","privacy":"private"},{"kind":"method","name":"_handleRemoveOption","privacy":"private"},{"kind":"method","name":"_updateSelectedText","privacy":"private"}],"events":[{"name":"kind-changed","type":{"text":"CustomEvent"}},{"description":"Captures the dropdown change event and emits the selected value and original event details. `detail:{ value: string/array }`","name":"on-change"},{"description":"Capture the search input event and emits the search text.`detail:{ searchText: string }`","name":"on-search"},{"description":"Captures the the multi-select clear all button click event and emits the value. `detail:{ value: array }`","name":"on-clear-all"},{"description":"Captures the add button click and emits the newly added option. `detail:{ value: string }`","name":"on-add-option"}],"attributes":[{"type":{"text":"string/array"},"description":"The selected value(s) of the input. For single select, it is a string. For multi-select, it is an array of strings.","name":"value","default":"''/[]"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Dropdown size/height. \"xs\", \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"kind","type":{"text":"'ai' | 'default'"},"default":"'default'","description":"Dropdown kind.","fieldName":"kind"},{"name":"inline","type":{"text":"boolean"},"default":"false","description":"Dropdown inline style type.","fieldName":"inline"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","fieldName":"caption"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Dropdown placeholder.","fieldName":"placeholder"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Listbox/drawer open state.","fieldName":"open"},{"name":"searchable","type":{"text":"boolean"},"default":"false","description":"Makes the dropdown searchable.","fieldName":"searchable"},{"name":"searchThreshold","type":{"text":"number"},"default":"0","description":"Minimum number of options required before the search input is shown.\nWhen set to a value greater than `0`, the search input will only\nrender if the number of slotted options meets or exceeds this\nthreshold — this implicitly enables search without needing\n`searchable`. When `0` or not set, search visibility is controlled\nsolely by the `searchable` prop.","fieldName":"searchThreshold"},{"name":"enhanced","type":{"text":"boolean"},"default":"false","description":"Makes the dropdown enhanced.","fieldName":"enhanced"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Dropdown read-only state (focusable but not interactive).","fieldName":"readonly"},{"name":"filterSearch","type":{"text":"boolean"},"default":"false","description":"Searchable variant filters results.","fieldName":"filterSearch"},{"name":"multiple","type":{"text":"boolean"},"default":"false","description":"Enabled multi-select functionality.","fieldName":"multiple"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the dropdown required.","fieldName":"required"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Dropdown disabled state.","fieldName":"disabled"},{"name":"hideTags","type":{"text":"boolean"},"default":"false","description":"Hide the tags below multi-select.","fieldName":"hideTags"},{"name":"selectAll","type":{"text":"boolean"},"default":"false","description":"Adds a \"Select all\" option to the top of a multi-select dropdown.","fieldName":"selectAll"},{"name":"selectAllText","type":{"text":"string"},"default":"'Select all'","description":"\"Select all\" text customization.","fieldName":"selectAllText"},{"name":"menuMinWidth","type":{"text":"string"},"default":"'120px'","description":"Menu CSS min-width value.","fieldName":"menuMinWidth"},{"name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdown opens.","fieldName":"openDirection"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"},{"name":"allowAddOption","type":{"text":"boolean"},"default":"false","description":"Enables the \"Add New Option\" feature.","fieldName":"allowAddOption"},{"name":"preventDuplicateAddOption","type":{"text":"boolean"},"default":"true","description":"Enables duplicate prevention when adding new options.","fieldName":"preventDuplicateAddOption"},{"name":"allowDuplicateSelections","type":{"text":"boolean"},"default":"true","description":"Allows duplicate selections in multi-select dropdowns.","fieldName":"allowDuplicateSelections"},{"name":"searchText","type":{"text":"string"},"default":"''","description":"Search input value.","fieldName":"searchText"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-dropdown","customElement":true}],"exports":[{"kind":"js","name":"Dropdown","declaration":{"name":"Dropdown","module":"src/components/reusable/dropdown/dropdown.ts"}},{"kind":"custom-element-definition","name":"kyn-dropdown","declaration":{"name":"Dropdown","module":"src/components/reusable/dropdown/dropdown.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/dropdown/dropdownCategory.ts","declarations":[{"kind":"class","description":"Dropdown category.","name":"DropdownCategory","slots":[{"description":"Slot for category title text.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-dropdown-category","customElement":true}],"exports":[{"kind":"js","name":"DropdownCategory","declaration":{"name":"DropdownCategory","module":"src/components/reusable/dropdown/dropdownCategory.ts"}},{"kind":"custom-element-definition","name":"kyn-dropdown-category","declaration":{"name":"DropdownCategory","module":"src/components/reusable/dropdown/dropdownCategory.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/dropdown/dropdownOption.ts","declarations":[{"kind":"class","description":"Dropdown option.","name":"DropdownOption","slots":[{"description":"Slot for option text.","name":"unnamed"},{"description":"Slot for option icon. Icon size should be 16px only.","name":"icon"}],"members":[{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Option value.","attribute":"value"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Option disabled state.","attribute":"disabled"},{"kind":"field","name":"allowAddOption","type":{"text":"boolean"},"default":"false","description":"Allow Add Option state, derived from parent.","attribute":"allowAddOption"},{"kind":"field","name":"removable","type":{"text":"boolean"},"default":"false","description":"Removable option.","attribute":"removable"},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Determines whether the checkbox is in an indeterminate state.","attribute":"indeterminate","reflects":true},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Readonly state (from parent). Option stays focusable but not selectable.","attribute":"readonly","reflects":true},{"kind":"field","name":"role","type":{"text":"string"},"default":"'option'","attribute":"role","reflects":true},{"kind":"field","name":"ariaSelected","type":{"text":"string"},"default":"'false'","attribute":"aria-selected","reflects":true},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"moveFocus","privacy":"private","parameters":[{"name":"delta","type":{"text":"number"}}]},{"kind":"method","name":"moveToEdge","privacy":"private","parameters":[{"name":"where","type":{"text":"'start' | 'end'"}}]},{"kind":"method","name":"handleRemoveClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"handleSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleCheckboxChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}},{"name":"forcedChecked","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"handleBlur","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleIconSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"name":"on-click","type":{"text":"CustomEvent"},"description":"Emits the option details to the parent dropdown. `detail:{ selected: boolean, value: string, origEvent: PointerEvent }`"},{"description":"Emits the option that is removed. `detail:{ value: string }`","name":"on-remove-option"}],"attributes":[{"name":"value","type":{"text":"string"},"default":"''","description":"Option value.","fieldName":"value"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Option disabled state.","fieldName":"disabled"},{"name":"allowAddOption","type":{"text":"boolean"},"default":"false","description":"Allow Add Option state, derived from parent.","fieldName":"allowAddOption"},{"name":"removable","type":{"text":"boolean"},"default":"false","description":"Removable option.","fieldName":"removable"},{"name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Determines whether the checkbox is in an indeterminate state.","fieldName":"indeterminate"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Readonly state (from parent). Option stays focusable but not selectable.","fieldName":"readonly"},{"name":"role","type":{"text":"string"},"default":"'option'","fieldName":"role"},{"name":"aria-selected","type":{"text":"string"},"default":"'false'","fieldName":"ariaSelected"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-dropdown-option","customElement":true}],"exports":[{"kind":"js","name":"DropdownOption","declaration":{"name":"DropdownOption","module":"src/components/reusable/dropdown/dropdownOption.ts"}},{"kind":"custom-element-definition","name":"kyn-dropdown-option","declaration":{"name":"DropdownOption","module":"src/components/reusable/dropdown/dropdownOption.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/dropdown/enhancedDropdownOption.ts","declarations":[{"kind":"class","description":"Enhanced Dropdown option with rich content support.","name":"EnhancedDropdownOption","slots":[{"description":"Slot for option icon. Icon size should be 16px only.","name":"icon"},{"description":"Slot for option title text.","name":"title"},{"description":"Slot for inline tag appended to title.","name":"tag"},{"description":"Slot for option description text.","name":"description"},{"description":"Slot for option type label.","name":"optionType"},{"description":"Fallback slot for simple text content.","name":"unnamed"}],"members":[{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Option value.","attribute":"value"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Option disabled state.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Readonly state (from parent). Option stays focusable but not selectable.","attribute":"readonly","reflects":true},{"kind":"field","name":"allowAddOption","type":{"text":"boolean"},"default":"false","description":"Allow Add Option state, derived from parent.","attribute":"allowAddOption"},{"kind":"field","name":"removable","type":{"text":"boolean"},"default":"false","description":"Removable option.","attribute":"removable"},{"kind":"field","name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Determines whether the checkbox is in an indeterminate state.","attribute":"indeterminate","reflects":true},{"kind":"field","name":"role","type":{"text":"string"},"default":"'option'","description":"ARIA role for the option, defaults to 'option'.","attribute":"role","reflects":true},{"kind":"field","name":"ariaSelected","type":{"text":"string"},"default":"'false'","description":"ARIA selected must mirror `selected`.","attribute":"aria-selected","reflects":true},{"kind":"field","name":"kind","type":{"text":"'ai' | 'default'"},"default":"'default'","description":"Kind of the item, derived from parent."},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"onKeyDown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"moveFocus","privacy":"private","parameters":[{"name":"delta","type":{"text":"number"}}]},{"kind":"method","name":"moveToEdge","privacy":"private","parameters":[{"name":"where","type":{"text":"'start' | 'end'"}}]},{"kind":"method","name":"onIconSlotChange","privacy":"private"},{"kind":"field","name":"iconSlot","type":{"text":"HTMLSlotElement"},"privacy":"private","readonly":true},{"kind":"method","name":"onTitleSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"onClick","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"onRemove","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"onBlur","privacy":"private","parameters":[{"name":"e","type":{"text":"FocusEvent"}}]}],"events":[{"name":"on-click","type":{"text":"CustomEvent"},"description":"Emits the option details to the parent dropdown. `detail:{ selected: boolean, value: string, origEvent: PointerEvent }`"},{"name":"on-remove-option","type":{"text":"CustomEvent"},"description":"Emits the option that is removed. `detail:{ selected: boolean, value: string, origEvent: PointerEvent }`"},{"name":"on-blur","type":{"text":"CustomEvent"}}],"attributes":[{"name":"value","type":{"text":"string"},"default":"''","description":"Option value.","fieldName":"value"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Option disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Readonly state (from parent). Option stays focusable but not selectable.","fieldName":"readonly"},{"name":"allowAddOption","type":{"text":"boolean"},"default":"false","description":"Allow Add Option state, derived from parent.","fieldName":"allowAddOption"},{"name":"removable","type":{"text":"boolean"},"default":"false","description":"Removable option.","fieldName":"removable"},{"name":"indeterminate","type":{"text":"boolean"},"default":"false","description":"Determines whether the checkbox is in an indeterminate state.","fieldName":"indeterminate"},{"name":"role","type":{"text":"string"},"default":"'option'","description":"ARIA role for the option, defaults to 'option'.","fieldName":"role"},{"name":"aria-selected","type":{"text":"string"},"default":"'false'","description":"ARIA selected must mirror `selected`.","fieldName":"ariaSelected"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-enhanced-dropdown-option","customElement":true}],"exports":[{"kind":"js","name":"EnhancedDropdownOption","declaration":{"name":"EnhancedDropdownOption","module":"src/components/reusable/dropdown/enhancedDropdownOption.ts"}},{"kind":"custom-element-definition","name":"kyn-enhanced-dropdown-option","declaration":{"name":"EnhancedDropdownOption","module":"src/components/reusable/dropdown/enhancedDropdownOption.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/dropdown/index.ts","declarations":[],"exports":[{"kind":"js","name":"Dropdown","declaration":{"name":"Dropdown","module":"./dropdown"}},{"kind":"js","name":"DropdownOption","declaration":{"name":"DropdownOption","module":"./dropdownOption"}},{"kind":"js","name":"DropdownCategory","declaration":{"name":"DropdownCategory","module":"./dropdownCategory"}},{"kind":"js","name":"EnhancedDropdownOption","declaration":{"name":"EnhancedDropdownOption","module":"./enhancedDropdownOption"}}]},{"kind":"javascript-module","path":"src/components/reusable/errorBlock/errorBlock.ts","declarations":[{"kind":"class","description":"Error block.","name":"ErrorBlock","slots":[{"description":"Slot for the error description.","name":"unnamed"},{"description":"Slot for the error image.","name":"image"},{"description":"Slot for the action buttons.","name":"actions"}],"members":[{"kind":"field","name":"titleText","type":{"text":"string"},"default":"''","description":"Title text","attribute":"titleText"}],"attributes":[{"name":"titleText","type":{"text":"string"},"default":"''","description":"Title text","fieldName":"titleText"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-error-block","customElement":true}],"exports":[{"kind":"js","name":"ErrorBlock","declaration":{"name":"ErrorBlock","module":"src/components/reusable/errorBlock/errorBlock.ts"}},{"kind":"custom-element-definition","name":"kyn-error-block","declaration":{"name":"ErrorBlock","module":"src/components/reusable/errorBlock/errorBlock.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/errorBlock/index.ts","declarations":[],"exports":[{"kind":"js","name":"ErrorBlock","declaration":{"name":"ErrorBlock","module":"./errorBlock"}}]},{"kind":"javascript-module","path":"src/components/reusable/fileUploader/fileUploader.ts","declarations":[{"kind":"class","description":"File Uploader.","name":"FileUploader","slots":[{"description":"Slot for upload status/notification.","name":"upload-status"}],"members":[{"kind":"field","name":"accept","type":{"text":"string[]"},"default":"[]","description":"Set the file types that the component accepts. By default, it accepts all file types.","attribute":"accept"},{"kind":"field","name":"multiple","type":{"text":"boolean"},"default":"false","description":"Accept multiple files.","attribute":"multiple"},{"kind":"field","name":"textStrings","default":"{\n dragAndDropText: 'Drag files here to upload',\n separatorText: 'or',\n buttonText: 'Browse files',\n maxFileSizeText: 'Max file size',\n supportedFileTypeText: 'Supported file type: ',\n fileTypeDisplyText: 'Any file type',\n invalidFileListLabel: 'Some files could not be added:',\n validFileListLabel: 'Files added:',\n clearListText: 'Clear list',\n fileTypeErrorText: 'Invaild file type',\n fileSizeErrorText: 'Max file size exceeded',\n customFileErrorText: 'Custom file error',\n inlineConfirmAnchorText: 'Delete',\n inlineConfirmConfirmText: 'Confirm',\n inlineConfirmCancelText: 'Cancel',\n validationNotificationTitle: 'Multiple files not allowed',\n validationNotificationMessage: 'Please select only one file.',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"maxFileSize","type":{"text":"number"},"default":"10485760","description":"Set the maximum file size in bytes.","attribute":"maxFileSize"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable the file uploader.","attribute":"disabled"},{"kind":"field","name":"validFiles","type":{"text":"{\n id: string;\n file: File;\n status: 'new' | 'uploading' | 'uploaded' | 'error';\n }[]"},"default":"[]","description":"Valid files. This property is used to set the initial or updated state of the valid files.","attribute":"validFiles"},{"kind":"field","name":"invalidFiles","type":{"text":"{\n id: string;\n file: File;\n status: 'sizeError' | 'typeError' | 'unknownError';\n customErrorMsg?: string;\n }[]"},"default":"[]","description":"Invalid files. This property is used to set the initial state of the invalid files.","attribute":"invalidFiles"},{"kind":"method","name":"handleDragOver","parameters":[{"name":"event","type":{"text":"DragEvent"}}]},{"kind":"method","name":"handleDrop","parameters":[{"name":"event","type":{"text":"DragEvent"}}]},{"kind":"method","name":"_triggerFileSelect","privacy":"private"},{"kind":"method","name":"handleFileChange","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"_getFilesSize","privacy":"private","parameters":[{"name":"bytes","type":{"text":"number"}}]},{"kind":"method","name":"_clearInvalidFiles","privacy":"private"},{"kind":"method","name":"_validateFiles","privacy":"private","parameters":[{"name":"files","type":{"text":"File[]"}}]},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]},{"kind":"method","name":"_setFormValue","privacy":"private"},{"kind":"method","name":"_displayActions","privacy":"private","parameters":[{"name":"file","type":{"text":"any"}}]},{"kind":"method","name":"_deleteFile","privacy":"private","parameters":[{"name":"fileId","type":{"text":"string"}}]},{"kind":"method","name":"_emitFileUploadEvent","privacy":"private"}],"events":[{"description":"Emits the uploaded files.`detail:{ validFiles: Array, invalidFiles: Array }`","name":"selected-files"}],"attributes":[{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"name":"accept","type":{"text":"string[]"},"default":"[]","description":"Set the file types that the component accepts. By default, it accepts all file types.","fieldName":"accept"},{"name":"multiple","type":{"text":"boolean"},"default":"false","description":"Accept multiple files.","fieldName":"multiple"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"maxFileSize","type":{"text":"number"},"default":"10485760","description":"Set the maximum file size in bytes.","fieldName":"maxFileSize"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable the file uploader.","fieldName":"disabled"},{"name":"validFiles","type":{"text":"{\n id: string;\n file: File;\n status: 'new' | 'uploading' | 'uploaded' | 'error';\n }[]"},"default":"[]","description":"Valid files. This property is used to set the initial or updated state of the valid files.","fieldName":"validFiles"},{"name":"invalidFiles","type":{"text":"{\n id: string;\n file: File;\n status: 'sizeError' | 'typeError' | 'unknownError';\n customErrorMsg?: string;\n }[]"},"default":"[]","description":"Invalid files. This property is used to set the initial state of the invalid files.","fieldName":"invalidFiles"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-file-uploader","customElement":true}],"exports":[{"kind":"js","name":"FileUploader","declaration":{"name":"FileUploader","module":"src/components/reusable/fileUploader/fileUploader.ts"}},{"kind":"custom-element-definition","name":"kyn-file-uploader","declaration":{"name":"FileUploader","module":"src/components/reusable/fileUploader/fileUploader.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/fileUploader/fileUploaderListContainer.ts","declarations":[{"kind":"class","description":"File Uploader List Container","name":"FileUploaderListContainer","slots":[{"description":"Slot for individual file uploader items.","name":"unnamed"},{"description":"Slot for action button.","name":"action-button"}],"members":[{"kind":"field","name":"titleText","type":{"text":"string"},"default":"'File details'","description":"File details container title.","attribute":"titleText"},{"kind":"field","name":"textStrings","default":"{\n expand: 'Expand',\n collapse: 'Collapse',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_addScrollListener","privacy":"private"},{"kind":"method","name":"_removeScrollListener","privacy":"private"},{"kind":"method","name":"_toggleShadowClass","privacy":"private","parameters":[{"name":"container","type":{"text":"HTMLElement"}}]}],"attributes":[{"name":"titleText","type":{"text":"string"},"default":"'File details'","description":"File details container title.","fieldName":"titleText"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-file-uploader-list-container","customElement":true}],"exports":[{"kind":"js","name":"FileUploaderListContainer","declaration":{"name":"FileUploaderListContainer","module":"src/components/reusable/fileUploader/fileUploaderListContainer.ts"}},{"kind":"custom-element-definition","name":"kyn-file-uploader-list-container","declaration":{"name":"FileUploaderListContainer","module":"src/components/reusable/fileUploader/fileUploaderListContainer.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/fileUploader/index.ts","declarations":[],"exports":[{"kind":"js","name":"FileUploader","declaration":{"name":"FileUploader","module":"./fileUploader"}},{"kind":"js","name":"FileUploaderListContainer","declaration":{"name":"FileUploaderListContainer","module":"./fileUploaderListContainer"}}]},{"kind":"javascript-module","path":"src/components/reusable/floatingContainer/floatingContainer.ts","declarations":[{"kind":"class","description":"Floating Container.","name":"FloatingContainer","slots":[{"description":"Slot for kyn-button options.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-button-float-container","customElement":true}],"exports":[{"kind":"js","name":"FloatingContainer","declaration":{"name":"FloatingContainer","module":"src/components/reusable/floatingContainer/floatingContainer.ts"}},{"kind":"custom-element-definition","name":"kyn-button-float-container","declaration":{"name":"FloatingContainer","module":"src/components/reusable/floatingContainer/floatingContainer.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/floatingContainer/index.ts","declarations":[],"exports":[{"kind":"js","name":"FloatingContainer","declaration":{"name":"FloatingContainer","module":"./floatingContainer"}}]},{"kind":"javascript-module","path":"src/components/reusable/globalFilter/globalFilter.ts","declarations":[{"kind":"class","description":"DEPRECATED. See [Patterns/Search & Action Bar](/docs/patterns-search-action-bar--docs).","name":"GlobalFilter","slots":[{"description":"Left slot, intended for search input and modal.","name":"unnamed"},{"description":"Right slot, intended for action buttons and overflow menu.","name":"actions"},{"description":"Slot below the filter bar, for tag group.","name":"tags"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-global-filter","customElement":true}],"exports":[{"kind":"js","name":"GlobalFilter","declaration":{"name":"GlobalFilter","module":"src/components/reusable/globalFilter/globalFilter.ts"}},{"kind":"custom-element-definition","name":"kyn-global-filter","declaration":{"name":"GlobalFilter","module":"src/components/reusable/globalFilter/globalFilter.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/globalFilter/index.ts","declarations":[],"exports":[{"kind":"js","name":"GlobalFilter","declaration":{"name":"GlobalFilter","module":"./globalFilter"}}]},{"kind":"javascript-module","path":"src/components/reusable/iconSelector/iconSelector.ts","declarations":[{"kind":"class","description":"Icon Selector - A checkbox-style toggle using icons for visual states.\nPrimarily designed for favorite/unfavorite functionality.","name":"IconSelector","slots":[{"description":"Optional icon for unchecked state. Defaults to star outline.","name":"icon-unchecked"},{"description":"Optional icon for checked state. Defaults to filled star.","name":"icon-checked"}],"members":[{"kind":"field","name":"checked","type":{"text":"boolean"},"default":"false","description":"Checked/selected state.","attribute":"checked","reflects":true},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Value associated with this selector, useful for identifying the item.","attribute":"value"},{"kind":"field","name":"checkedLabel","type":{"text":"string"},"default":"'Remove from favorites'","description":"Accessible label when checked.","attribute":"checkedLabel"},{"kind":"field","name":"uncheckedLabel","type":{"text":"string"},"default":"'Add to favorites'","description":"Accessible label when unchecked.","attribute":"uncheckedLabel"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state.","attribute":"disabled","reflects":true},{"kind":"field","name":"onlyVisibleOnHover","type":{"text":"boolean"},"default":"false","description":"When true, the icon is only visible when the parent element is hovered.\nVisibility is controlled via CSS on the parent component.\nCan also be set via `--kyn-icon-selector-only-visible-on-hover: 1` on an ancestor.","attribute":"onlyVisibleOnHover","reflects":true},{"kind":"field","name":"persistWhenChecked","type":{"text":"boolean"},"default":"false","description":"When true, checked items remain visible even when onlyVisibleOnHover is enabled.\nUseful for showing users which items they've already favorited.\nCan also be set via `--kyn-icon-selector-persist-when-checked: 1` on an ancestor.","attribute":"persistWhenChecked"},{"kind":"field","name":"animateSelection","type":{"text":"boolean"},"default":"false","description":"Enables a subtle pop/crossfade animation when toggling checked state.\nCan also be enabled for all descendants by setting the CSS custom property\n`--kyn-icon-selector-animate-selection: 1` on any ancestor element.","attribute":"animateSelection"},{"kind":"method","name":"_handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_emitChange","privacy":"private","parameters":[{"name":"origEvent","type":{"text":"Event"}}]},{"kind":"method","name":"_readCSSFlags","privacy":"private"},{"kind":"method","name":"_resolveFlags","privacy":"private"}],"events":[{"name":"on-change","type":{"text":"CustomEvent"},"description":"Emits when the checked state changes. Detail includes checked (boolean), value (string), and origEvent."}],"attributes":[{"name":"checked","type":{"text":"boolean"},"default":"false","description":"Checked/selected state.","fieldName":"checked"},{"name":"value","type":{"text":"string"},"default":"''","description":"Value associated with this selector, useful for identifying the item.","fieldName":"value"},{"name":"checkedLabel","type":{"text":"string"},"default":"'Remove from favorites'","description":"Accessible label when checked.","fieldName":"checkedLabel"},{"name":"uncheckedLabel","type":{"text":"string"},"default":"'Add to favorites'","description":"Accessible label when unchecked.","fieldName":"uncheckedLabel"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state.","fieldName":"disabled"},{"name":"onlyVisibleOnHover","type":{"text":"boolean"},"default":"false","description":"When true, the icon is only visible when the parent element is hovered.\nVisibility is controlled via CSS on the parent component.\nCan also be set via `--kyn-icon-selector-only-visible-on-hover: 1` on an ancestor.","fieldName":"onlyVisibleOnHover"},{"name":"persistWhenChecked","type":{"text":"boolean"},"default":"false","description":"When true, checked items remain visible even when onlyVisibleOnHover is enabled.\nUseful for showing users which items they've already favorited.\nCan also be set via `--kyn-icon-selector-persist-when-checked: 1` on an ancestor.","fieldName":"persistWhenChecked"},{"name":"animateSelection","type":{"text":"boolean"},"default":"false","description":"Enables a subtle pop/crossfade animation when toggling checked state.\nCan also be enabled for all descendants by setting the CSS custom property\n`--kyn-icon-selector-animate-selection: 1` on any ancestor element.","fieldName":"animateSelection"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-icon-selector","customElement":true}],"exports":[{"kind":"js","name":"IconSelector","declaration":{"name":"IconSelector","module":"src/components/reusable/iconSelector/iconSelector.ts"}},{"kind":"custom-element-definition","name":"kyn-icon-selector","declaration":{"name":"IconSelector","module":"src/components/reusable/iconSelector/iconSelector.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/iconSelector/iconSelectorGroup.ts","declarations":[{"kind":"class","description":"Icon Selector Group - A container for managing multiple icon selectors with multi-select functionality.","name":"IconSelectorGroup","slots":[{"description":"Slot for icon-selector elements.","name":"unnamed"}],"members":[{"kind":"field","name":"value","type":{"text":"string[]"},"default":"[]","description":"Selected values array.","attribute":"value"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state for all selectors.","attribute":"disabled","reflects":true},{"kind":"field","name":"direction","type":{"text":"'vertical' | 'horizontal'"},"default":"'vertical'","description":"Stack direction: 'vertical' or 'horizontal'.","attribute":"direction","reflects":true},{"kind":"field","name":"onlyVisibleOnHover","type":{"text":"boolean"},"default":"false","description":"When true, all child icon-selectors are only visible when the parent element is hovered.\nThis propagates the onlyVisibleOnHover attribute to all children.","attribute":"onlyVisibleOnHover","reflects":true},{"kind":"field","name":"persistWhenChecked","type":{"text":"boolean"},"default":"false","description":"When true, checked child icon-selectors remain visible even when onlyVisibleOnHover is enabled.","attribute":"persistWhenChecked"},{"kind":"field","name":"animateSelection","type":{"text":"boolean"},"default":"false","description":"Enables a subtle pop/crossfade animation when toggling checked state on all children.","attribute":"animateSelection"},{"kind":"method","name":"_syncChildrenState","privacy":"private"}],"events":[{"description":"Emits when any icon selector's state changes. `detail: { value: string[], origEvent: Event }`","name":"on-change"}],"attributes":[{"name":"value","type":{"text":"string[]"},"default":"[]","description":"Selected values array.","fieldName":"value"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state for all selectors.","fieldName":"disabled"},{"name":"direction","type":{"text":"'vertical' | 'horizontal'"},"default":"'vertical'","description":"Stack direction: 'vertical' or 'horizontal'.","fieldName":"direction"},{"name":"onlyVisibleOnHover","type":{"text":"boolean"},"default":"false","description":"When true, all child icon-selectors are only visible when the parent element is hovered.\nThis propagates the onlyVisibleOnHover attribute to all children.","fieldName":"onlyVisibleOnHover"},{"name":"persistWhenChecked","type":{"text":"boolean"},"default":"false","description":"When true, checked child icon-selectors remain visible even when onlyVisibleOnHover is enabled.","fieldName":"persistWhenChecked"},{"name":"animateSelection","type":{"text":"boolean"},"default":"false","description":"Enables a subtle pop/crossfade animation when toggling checked state on all children.","fieldName":"animateSelection"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-icon-selector-group","customElement":true}],"exports":[{"kind":"js","name":"IconSelectorGroup","declaration":{"name":"IconSelectorGroup","module":"src/components/reusable/iconSelector/iconSelectorGroup.ts"}},{"kind":"custom-element-definition","name":"kyn-icon-selector-group","declaration":{"name":"IconSelectorGroup","module":"src/components/reusable/iconSelector/iconSelectorGroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/iconSelector/index.ts","declarations":[],"exports":[{"kind":"js","name":"IconSelector","declaration":{"name":"IconSelector","module":"./iconSelector"}},{"kind":"js","name":"IconSelectorGroup","declaration":{"name":"IconSelectorGroup","module":"./iconSelectorGroup"}}]},{"kind":"javascript-module","path":"src/components/reusable/inlineCodeView/index.ts","declarations":[],"exports":[{"kind":"js","name":"InlineCodeView","declaration":{"name":"InlineCodeView","module":"./inlineCodeView"}}]},{"kind":"javascript-module","path":"src/components/reusable/inlineCodeView/inlineCodeView.ts","declarations":[{"kind":"class","description":"`<kyn-inline-code-view>` component to display code snippets inline within HTML content.","name":"InlineCodeView","slots":[{"description":"inline code snippet slot.","name":"unnamed"}],"members":[{"kind":"field","name":"darkTheme","type":{"text":"'light' | 'dark' | 'default'"},"default":"'default'","description":"Sets background and text theming.","attribute":"darkTheme"},{"kind":"field","name":"snippetFontSize","type":{"text":"number"},"default":"14","description":"Font size value (px) to match code snippet font-size of surrounding text (min, default 14px).","attribute":"snippetFontSize"}],"attributes":[{"name":"darkTheme","type":{"text":"'light' | 'dark' | 'default'"},"default":"'default'","description":"Sets background and text theming.","fieldName":"darkTheme"},{"name":"snippetFontSize","type":{"text":"number"},"default":"14","description":"Font size value (px) to match code snippet font-size of surrounding text (min, default 14px).","fieldName":"snippetFontSize"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-inline-code-view","customElement":true}],"exports":[{"kind":"js","name":"InlineCodeView","declaration":{"name":"InlineCodeView","module":"src/components/reusable/inlineCodeView/inlineCodeView.ts"}},{"kind":"custom-element-definition","name":"kyn-inline-code-view","declaration":{"name":"InlineCodeView","module":"src/components/reusable/inlineCodeView/inlineCodeView.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/inlineConfirm/index.ts","declarations":[],"exports":[{"kind":"js","name":"InlineConfirm","declaration":{"name":"InlineConfirm","module":"./inlineConfirm"}}]},{"kind":"javascript-module","path":"src/components/reusable/inlineConfirm/inlineConfirm.ts","declarations":[{"kind":"class","description":"InlineConfirm component.","name":"InlineConfirm","slots":[{"description":"Slot for anchor button icon.","name":"unnamed"},{"description":"Slot for confirm icon button, will be a check icon by default if none provided.","name":"confirmIcon"}],"members":[{"kind":"field","name":"destructive","type":{"text":"boolean"},"default":"false","description":"Determines if the action is destructive.","attribute":"destructive"},{"kind":"field","name":"anchorText","type":{"text":"string"},"default":"''","description":"Anchor button text.","attribute":"anchorText"},{"kind":"field","name":"confirmText","type":{"text":"string"},"default":"'Confirm'","description":"Confirm button text.","attribute":"confirmText"},{"kind":"field","name":"cancelText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button text.","attribute":"cancelText"},{"kind":"field","name":"openRight","type":{"text":"boolean"},"default":"false","description":"Open to the right.","attribute":"openRight"},{"kind":"method","name":"_handleToggle","privacy":"private"},{"kind":"method","name":"_handleConfirm","privacy":"private","parameters":[{"name":"e","optional":true,"type":{"text":"Event"}}]}],"events":[{"description":"Dispatched when the confirm button is clicked.`detail:{ origEvent: PointerEvent }`","name":"on-confirm"}],"attributes":[{"name":"destructive","type":{"text":"boolean"},"default":"false","description":"Determines if the action is destructive.","fieldName":"destructive"},{"name":"anchorText","type":{"text":"string"},"default":"''","description":"Anchor button text.","fieldName":"anchorText"},{"name":"confirmText","type":{"text":"string"},"default":"'Confirm'","description":"Confirm button text.","fieldName":"confirmText"},{"name":"cancelText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button text.","fieldName":"cancelText"},{"name":"openRight","type":{"text":"boolean"},"default":"false","description":"Open to the right.","fieldName":"openRight"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-inline-confirm","customElement":true}],"exports":[{"kind":"js","name":"InlineConfirm","declaration":{"name":"InlineConfirm","module":"src/components/reusable/inlineConfirm/inlineConfirm.ts"}},{"kind":"custom-element-definition","name":"kyn-inline-confirm","declaration":{"name":"InlineConfirm","module":"src/components/reusable/inlineConfirm/inlineConfirm.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/link/defs.ts","declarations":[],"exports":[]},{"kind":"javascript-module","path":"src/components/reusable/link/index.ts","declarations":[],"exports":[{"kind":"js","name":"Link","declaration":{"name":"Link","module":"./link"}}]},{"kind":"javascript-module","path":"src/components/reusable/link/link.ts","declarations":[{"kind":"class","description":"Component for navigation links.","name":"Link","slots":[{"description":"Slot for link text.","name":"unnamed"},{"description":"Slot for an icon.","name":"icon"}],"members":[{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Link url.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"LINK_TARGETS"},"description":"Defines a target attribute for where to load the URL. Possible options include \"_self\" (default), \"_blank\", \"_parent\", \"_top\"","attribute":"target"},{"kind":"field","name":"kind","type":{"text":"LINK_TYPES"},"description":"The Link type. Primary(App) or Secondary(Web).","attribute":"kind"},{"kind":"field","name":"rel","type":{"text":"string"},"default":"''","description":"Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship","attribute":"rel"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines if the link is disabled.","attribute":"disabled","reflects":true},{"kind":"field","name":"standalone","type":{"text":"boolean"},"default":"false","description":"Whether you want the standalone Link. By default false. Use this prop. (true) with icon with link variant.","attribute":"standalone"},{"kind":"field","name":"iconLeft","type":{"text":"boolean"},"default":"false","description":"Positions icon on the left.","attribute":"iconLeft"},{"kind":"field","name":"linkFontWeight","type":{"text":"'lighter' | 'default'"},"default":"'default'","description":"Sets font-weight between default heavier and lighter font-weight.","attribute":"linkFontWeight"},{"kind":"field","name":"animationInactive","type":{"text":"boolean"},"default":"false","description":"Disables the hover animation on the icon.","attribute":"animationInactive"},{"kind":"method","name":"returnClassMap","privacy":"private"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"description":"Captures the click event and emits the original event details. `detail: { origEvent: PointerEvent, href: string }`","name":"on-click"}],"attributes":[{"name":"href","type":{"text":"string"},"default":"''","description":"Link url.","fieldName":"href"},{"name":"target","type":{"text":"LINK_TARGETS"},"description":"Defines a target attribute for where to load the URL. Possible options include \"_self\" (default), \"_blank\", \"_parent\", \"_top\"","fieldName":"target"},{"name":"kind","type":{"text":"LINK_TYPES"},"description":"The Link type. Primary(App) or Secondary(Web).","fieldName":"kind"},{"name":"rel","type":{"text":"string"},"default":"''","description":"Defines a relationship between a linked resource and the document. An empty string (default) means no particular relationship","fieldName":"rel"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines if the link is disabled.","fieldName":"disabled"},{"name":"standalone","type":{"text":"boolean"},"default":"false","description":"Whether you want the standalone Link. By default false. Use this prop. (true) with icon with link variant.","fieldName":"standalone"},{"name":"iconLeft","type":{"text":"boolean"},"default":"false","description":"Positions icon on the left.","fieldName":"iconLeft"},{"name":"linkFontWeight","type":{"text":"'lighter' | 'default'"},"default":"'default'","description":"Sets font-weight between default heavier and lighter font-weight.","fieldName":"linkFontWeight"},{"name":"animationInactive","type":{"text":"boolean"},"default":"false","description":"Disables the hover animation on the icon.","fieldName":"animationInactive"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-link","customElement":true}],"exports":[{"kind":"js","name":"Link","declaration":{"name":"Link","module":"src/components/reusable/link/link.ts"}},{"kind":"custom-element-definition","name":"kyn-link","declaration":{"name":"Link","module":"src/components/reusable/link/link.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/loaders/aiLoader.ts","declarations":[{"kind":"class","description":"AI Loader (pure CSS/SVG).","name":"AiLoaderWrapper","members":[{"kind":"field","name":"size","type":{"text":"'default' | 'mini'"},"default":"'default'","description":"Size for AI loader.","attribute":"size"},{"kind":"field","name":"ariaLabel","type":{"text":"string"},"default":"'Loading AI results'","description":"Accessible label for screen readers.","attribute":"ariaLabel"}],"attributes":[{"name":"size","type":{"text":"'default' | 'mini'"},"default":"'default'","description":"Size for AI loader.","fieldName":"size"},{"name":"ariaLabel","type":{"text":"string"},"default":"'Loading AI results'","description":"Accessible label for screen readers.","fieldName":"ariaLabel"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-ai-loader","customElement":true}],"exports":[{"kind":"js","name":"AiLoaderWrapper","declaration":{"name":"AiLoaderWrapper","module":"src/components/reusable/loaders/aiLoader.ts"}},{"kind":"custom-element-definition","name":"kyn-ai-loader","declaration":{"name":"AiLoaderWrapper","module":"src/components/reusable/loaders/aiLoader.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/loaders/index.ts","declarations":[],"exports":[{"kind":"js","name":"Loader","declaration":{"name":"Loader","module":"./loader"}},{"kind":"js","name":"LoaderInline","declaration":{"name":"LoaderInline","module":"./inline"}},{"kind":"js","name":"Skeleton","declaration":{"name":"Skeleton","module":"./skeleton"}}]},{"kind":"javascript-module","path":"src/components/reusable/loaders/inline.ts","declarations":[{"kind":"class","description":"Inline Loader.","name":"LoaderInline","slots":[{"description":"Slot for text/description.","name":"unnamed"}],"members":[{"kind":"field","name":"status","type":{"text":"string"},"default":"'active'","description":"Status. Can be `active`, `inactive`, `success`, `error`.","attribute":"status"},{"kind":"method","name":"_emitStart","privacy":"private"},{"kind":"method","name":"_emitStop","privacy":"private"}],"events":[{"description":"Emits when the loader been started. `detail: null`","name":"on-start"},{"description":"Emits when the loader has been stopped and all animations have completed. `detail: null`","name":"on-stop"}],"attributes":[{"name":"status","type":{"text":"string"},"default":"'active'","description":"Status. Can be `active`, `inactive`, `success`, `error`.","fieldName":"status"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-loader-inline","customElement":true}],"exports":[{"kind":"js","name":"LoaderInline","declaration":{"name":"LoaderInline","module":"src/components/reusable/loaders/inline.ts"}},{"kind":"custom-element-definition","name":"kyn-loader-inline","declaration":{"name":"LoaderInline","module":"src/components/reusable/loaders/inline.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/loaders/loader.ts","declarations":[{"kind":"class","description":"Loader.","name":"Loader","members":[{"kind":"field","name":"stopped","type":{"text":"boolean"},"default":"false","description":"Animation stopped state","attribute":"stopped"},{"kind":"field","name":"overlay","type":{"text":"boolean"},"default":"false","description":"Display the loader as an overlay","attribute":"overlay"},{"kind":"method","name":"_emitStart","privacy":"private"},{"kind":"method","name":"_emitStop","privacy":"private"}],"events":[{"description":"Emits when the loader been started.`detail: null`","name":"on-start"},{"description":"Emits when the loader has been stopped and all animations have completed.`detail:null`","name":"on-stop"}],"attributes":[{"name":"stopped","type":{"text":"boolean"},"default":"false","description":"Animation stopped state","fieldName":"stopped"},{"name":"overlay","type":{"text":"boolean"},"default":"false","description":"Display the loader as an overlay","fieldName":"overlay"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-loader","customElement":true}],"exports":[{"kind":"js","name":"Loader","declaration":{"name":"Loader","module":"src/components/reusable/loaders/loader.ts"}},{"kind":"custom-element-definition","name":"kyn-loader","declaration":{"name":"Loader","module":"src/components/reusable/loaders/loader.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/loaders/skeleton.ts","declarations":[{"kind":"class","description":"","name":"Skeleton","members":[{"kind":"field","name":"shape","type":{"text":"'rectangle' | 'circle'"},"default":"'rectangle'","description":"Defines the shape of the skeleton element.","attribute":"shape","reflects":true},{"kind":"field","name":"size","type":{"text":"'small' | 'medium' | 'large' | undefined"},"description":"Optional: Predefined size (small, medium, large).","attribute":"size"},{"kind":"field","name":"width","type":{"text":"string | undefined"},"description":"Optional: Custom width (overrides size if provided).","attribute":"width"},{"kind":"field","name":"height","type":{"text":"string | undefined"},"description":"Optional: Custom height (overrides size if provided).","attribute":"height"},{"kind":"field","name":"lines","type":{"text":"number"},"default":"1","description":"Sets the number of skeleton lines to display.","attribute":"lines"},{"kind":"field","name":"inline","type":{"text":"boolean"},"default":"false","description":"Sets whether to display inline or block.","attribute":"inline","reflects":true},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set to `true` for AI theme.\nThis adds the `.ai-connected` class and reflects the host attribute,\nallowing shidoka-scoped CSS variables to resolve.","attribute":"aiConnected","reflects":true}],"attributes":[{"name":"shape","type":{"text":"'rectangle' | 'circle'"},"default":"'rectangle'","description":"Defines the shape of the skeleton element.","fieldName":"shape"},{"name":"size","type":{"text":"'small' | 'medium' | 'large' | undefined"},"description":"Optional: Predefined size (small, medium, large).","fieldName":"size"},{"name":"width","type":{"text":"string | undefined"},"description":"Optional: Custom width (overrides size if provided).","fieldName":"width"},{"name":"height","type":{"text":"string | undefined"},"description":"Optional: Custom height (overrides size if provided).","fieldName":"height"},{"name":"lines","type":{"text":"number"},"default":"1","description":"Sets the number of skeleton lines to display.","fieldName":"lines"},{"name":"inline","type":{"text":"boolean"},"default":"false","description":"Sets whether to display inline or block.","fieldName":"inline"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set to `true` for AI theme.\nThis adds the `.ai-connected` class and reflects the host attribute,\nallowing shidoka-scoped CSS variables to resolve.","fieldName":"aiConnected"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-skeleton","customElement":true}],"exports":[{"kind":"js","name":"Skeleton","declaration":{"name":"Skeleton","module":"src/components/reusable/loaders/skeleton.ts"}},{"kind":"custom-element-definition","name":"kyn-skeleton","declaration":{"name":"Skeleton","module":"src/components/reusable/loaders/skeleton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/loaders/spinner.ts","declarations":[{"kind":"class","description":"Spinner component\n\n- tag: <kyn-spinner>\n- variant: 'ai' (CSS/SVG spinner) or 'inline' (lottie indeterminate animation)\n- status: for inline variant -> 'active' | 'inactive' | 'success' | 'error'\n- size: for ai variant -> 'default' | 'mini'\n\nColors can be set via properties: primaryColor, secondaryColor, trackColor\nwhich set CSS variables on the host (--loader-primary, --loader-secondary, --loader-track).","name":"KynSpinner","members":[{"kind":"field","name":"variant","type":{"text":"SpinnerVariant"},"default":"'ai'","description":"Which variant to render: 'ai' | 'inline'","attribute":"variant"},{"kind":"field","name":"status","type":{"text":"string"},"default":"'active'","description":"Inline spinner status. Can be `active`, `inactive`, `success`, `error`.","attribute":"status"},{"kind":"field","name":"size","type":{"text":"SpinnerSize"},"default":"'default'","description":"Size for AI spinner","attribute":"size"},{"kind":"field","name":"primaryColor","type":{"text":"string | undefined"},"default":"undefined","description":"Primary color for spinner (CSS color string). Sets --loader-primary on host.","attribute":"primaryColor"},{"kind":"field","name":"secondaryColor","type":{"text":"string | undefined"},"default":"undefined","description":"Secondary color (e.g., arc color). Sets --loader-secondary on host.","attribute":"secondaryColor"},{"kind":"field","name":"trackColor","type":{"text":"string | undefined"},"default":"undefined","description":"Track/backdrop color for SVG track. Sets --loader-track on host.","attribute":"trackColor"},{"kind":"field","name":"_stopped","type":{"text":"boolean"},"privacy":"private","default":"false","description":"Inline spinner internal states"},{"kind":"field","name":"_hidden","type":{"text":"boolean"},"privacy":"private","default":"false"},{"kind":"field","name":"_containerEl","type":{"text":"any"},"privacy":"private"},{"kind":"method","name":"_syncCssVars","privacy":"private"},{"kind":"method","name":"_emitStart","privacy":"private"},{"kind":"method","name":"_emitStop","privacy":"private"}],"events":[{"name":"on-start","type":{"text":"CustomEvent"}},{"name":"on-stop","type":{"text":"CustomEvent"}}],"attributes":[{"name":"variant","type":{"text":"SpinnerVariant"},"default":"'ai'","description":"Which variant to render: 'ai' | 'inline'","fieldName":"variant"},{"name":"status","type":{"text":"string"},"default":"'active'","description":"Inline spinner status. Can be `active`, `inactive`, `success`, `error`.","fieldName":"status"},{"name":"size","type":{"text":"SpinnerSize"},"default":"'default'","description":"Size for AI spinner","fieldName":"size"},{"name":"primaryColor","type":{"text":"string | undefined"},"default":"undefined","description":"Primary color for spinner (CSS color string). Sets --loader-primary on host.","fieldName":"primaryColor"},{"name":"secondaryColor","type":{"text":"string | undefined"},"default":"undefined","description":"Secondary color (e.g., arc color). Sets --loader-secondary on host.","fieldName":"secondaryColor"},{"name":"trackColor","type":{"text":"string | undefined"},"default":"undefined","description":"Track/backdrop color for SVG track. Sets --loader-track on host.","fieldName":"trackColor"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-spinner","customElement":true}],"exports":[{"kind":"js","name":"KynSpinner","declaration":{"name":"KynSpinner","module":"src/components/reusable/loaders/spinner.ts"}},{"kind":"custom-element-definition","name":"kyn-spinner","declaration":{"name":"KynSpinner","module":"src/components/reusable/loaders/spinner.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/metaData/index.ts","declarations":[],"exports":[{"kind":"js","name":"MetaData","declaration":{"name":"MetaData","module":"./metaData"}}]},{"kind":"javascript-module","path":"src/components/reusable/metaData/metaData.ts","declarations":[{"kind":"class","description":"MetaData component.","name":"MetaData","slots":[{"description":"Slot for icon.","name":"icon"},{"description":"Slot for label.","name":"label"},{"description":"Slot for body/other content.","name":"unnamed"}],"members":[{"kind":"field","name":"horizontal","type":{"text":"boolean"},"default":"false","description":"Horizontal orientation.","attribute":"horizontal"},{"kind":"field","name":"noBackground","type":{"text":"boolean"},"default":"false","description":"No background.","attribute":"noBackground"},{"kind":"field","name":"scrollableContent","type":{"text":"boolean"},"default":"false","description":"Adds scrollable overflow to the slot content.","attribute":"scrollableContent"},{"kind":"method","name":"onIconSlotChange","privacy":"private"},{"kind":"method","name":"onLabelSlotChange","privacy":"private"}],"attributes":[{"name":"horizontal","type":{"text":"boolean"},"default":"false","description":"Horizontal orientation.","fieldName":"horizontal"},{"name":"noBackground","type":{"text":"boolean"},"default":"false","description":"No background.","fieldName":"noBackground"},{"name":"scrollableContent","type":{"text":"boolean"},"default":"false","description":"Adds scrollable overflow to the slot content.","fieldName":"scrollableContent"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-meta-data","customElement":true}],"exports":[{"kind":"js","name":"MetaData","declaration":{"name":"MetaData","module":"src/components/reusable/metaData/metaData.ts"}},{"kind":"custom-element-definition","name":"kyn-meta-data","declaration":{"name":"MetaData","module":"src/components/reusable/metaData/metaData.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/modal/index.ts","declarations":[],"exports":[{"kind":"js","name":"Modal","declaration":{"name":"Modal","module":"./modal"}}]},{"kind":"javascript-module","path":"src/components/reusable/modal/modal.ts","declarations":[{"kind":"class","description":"Modal.","name":"Modal","slots":[{"description":"Slot for modal body content.","name":"unnamed"},{"description":"Slot for the anchor button content.","name":"anchor"},{"description":"Slot for an inline header action (badge/button) rendered next to the title/label when using the default header.","name":"header-inline"},{"description":"Slot for the footer content which replaces the ok, cancel, and second ary buttons.","name":"footer"}],"members":[{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Modal open state.","attribute":"open"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'auto'","description":"Modal size. `'auto'`, `'md'`, or `'lg', or `'xl'`.","attribute":"size"},{"kind":"field","name":"titleText","type":{"text":"string"},"default":"''","description":"Title/heading text, required.","attribute":"titleText"},{"kind":"field","name":"labelText","type":{"text":"string"},"default":"''","description":"Label text, optional.","attribute":"labelText"},{"kind":"field","name":"okText","type":{"text":"string"},"default":"'OK'","description":"OK button text.","attribute":"okText"},{"kind":"field","name":"cancelText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button text.","attribute":"cancelText"},{"kind":"field","name":"destructive","type":{"text":"boolean"},"default":"false","description":"Changes the primary button styles to indicate the action is destructive.","attribute":"destructive"},{"kind":"field","name":"okDisabled","type":{"text":"boolean"},"default":"false","description":"Disables the primary button.","attribute":"okDisabled"},{"kind":"field","name":"secondaryDisabled","type":{"text":"boolean"},"default":"false","description":"Disables the secondary button.","attribute":"secondaryDisabled"},{"kind":"field","name":"hideFooter","type":{"text":"boolean"},"default":"false","description":"Hides the footer/action buttons to create a passive modal.","attribute":"hideFooter"},{"kind":"field","name":"secondaryButtonText","type":{"text":"string"},"default":"'Secondary'","description":"Secondary button text.","attribute":"secondaryButtonText"},{"kind":"field","name":"showSecondaryButton","type":{"text":"boolean"},"default":"false","description":"Hides the secondary button.","attribute":"showSecondaryButton"},{"kind":"field","name":"secondaryDestructive","type":{"text":"boolean"},"default":"false","description":"Changes the secondary button styles to indicate the action is destructive.","attribute":"secondaryDestructive"},{"kind":"field","name":"hideCancelButton","type":{"text":"boolean"},"default":"false","description":"Hides the cancel button.","attribute":"hideCancelButton"},{"kind":"field","name":"beforeClose","type":{"text":"Function"},"description":"Function to execute before the modal can close. Useful for running checks or validations before closing. Exposes `returnValue` (`'ok'` or `'cancel'`). Must return `true` or `false`."},{"kind":"field","name":"closeText","type":{"text":"string"},"default":"'Close'","description":"Close button text.","attribute":"closeText"},{"kind":"field","name":"gradientBackground","type":{"text":"boolean"},"default":"false","description":"Apply gradient to modal background","attribute":"gradientBackground","reflects":true},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Determines if the component is themed for GenAI.","attribute":"aiConnected","reflects":true},{"kind":"field","name":"disableScroll","type":{"text":"boolean"},"default":"false","description":"Disables scroll on the modal body to allow scrolling of nested elements inside.","attribute":"disableScroll"},{"kind":"method","name":"_openModal","privacy":"private"},{"kind":"method","name":"_closeModal","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}},{"name":"returnValue","type":{"text":"string"}}]},{"kind":"method","name":"_emitCloseEvent","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_emitOpenEvent","privacy":"private"}],"events":[{"description":"Emits the modal close event with `returnValue` (`'ok'` or `'cancel'`).`detail:{ origEvent: PointerEvent,returnValue: string }`","name":"on-close"},{"description":"Emits the modal open event.","name":"on-open"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Modal open state.","fieldName":"open"},{"name":"size","type":{"text":"string"},"default":"'auto'","description":"Modal size. `'auto'`, `'md'`, or `'lg', or `'xl'`.","fieldName":"size"},{"name":"titleText","type":{"text":"string"},"default":"''","description":"Title/heading text, required.","fieldName":"titleText"},{"name":"labelText","type":{"text":"string"},"default":"''","description":"Label text, optional.","fieldName":"labelText"},{"name":"okText","type":{"text":"string"},"default":"'OK'","description":"OK button text.","fieldName":"okText"},{"name":"cancelText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button text.","fieldName":"cancelText"},{"name":"destructive","type":{"text":"boolean"},"default":"false","description":"Changes the primary button styles to indicate the action is destructive.","fieldName":"destructive"},{"name":"okDisabled","type":{"text":"boolean"},"default":"false","description":"Disables the primary button.","fieldName":"okDisabled"},{"name":"secondaryDisabled","type":{"text":"boolean"},"default":"false","description":"Disables the secondary button.","fieldName":"secondaryDisabled"},{"name":"hideFooter","type":{"text":"boolean"},"default":"false","description":"Hides the footer/action buttons to create a passive modal.","fieldName":"hideFooter"},{"name":"secondaryButtonText","type":{"text":"string"},"default":"'Secondary'","description":"Secondary button text.","fieldName":"secondaryButtonText"},{"name":"showSecondaryButton","type":{"text":"boolean"},"default":"false","description":"Hides the secondary button.","fieldName":"showSecondaryButton"},{"name":"secondaryDestructive","type":{"text":"boolean"},"default":"false","description":"Changes the secondary button styles to indicate the action is destructive.","fieldName":"secondaryDestructive"},{"name":"hideCancelButton","type":{"text":"boolean"},"default":"false","description":"Hides the cancel button.","fieldName":"hideCancelButton"},{"name":"closeText","type":{"text":"string"},"default":"'Close'","description":"Close button text.","fieldName":"closeText"},{"name":"gradientBackground","type":{"text":"boolean"},"default":"false","description":"Apply gradient to modal background","fieldName":"gradientBackground"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Determines if the component is themed for GenAI.","fieldName":"aiConnected"},{"name":"disableScroll","type":{"text":"boolean"},"default":"false","description":"Disables scroll on the modal body to allow scrolling of nested elements inside.","fieldName":"disableScroll"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-modal","customElement":true}],"exports":[{"kind":"js","name":"Modal","declaration":{"name":"Modal","module":"src/components/reusable/modal/modal.ts"}},{"kind":"custom-element-definition","name":"kyn-modal","declaration":{"name":"Modal","module":"src/components/reusable/modal/modal.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/multiInputField/index.ts","declarations":[],"exports":[{"kind":"js","name":"MultiInputField","declaration":{"name":"MultiInputField","module":"./multiInputField"}}]},{"kind":"javascript-module","path":"src/components/reusable/multiInputField/multiInputField.ts","declarations":[{"kind":"class","description":"Multi-input field component.","name":"MultiInputField","slots":[{"description":"Slot for tag icon.","name":"unnamed"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Helper or error caption.","attribute":"caption"},{"kind":"field","name":"inputType","type":{"text":"'email' | 'default'"},"default":"'default'","description":"Sets input type to either email or default.","attribute":"inputType"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes field required.","attribute":"required"},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Placeholder text.","attribute":"placeholder"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable the textarea.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Read‐only mode.","attribute":"readonly"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Hide visible label (for screen‐reader only).","attribute":"hideLabel"},{"kind":"field","name":"autoSuggestionDisabled","type":{"text":"boolean"},"default":"false","description":"Whether automatic suggestion is active.","attribute":"autoSuggestionDisabled"},{"kind":"field","name":"validationsDisabled","type":{"text":"boolean"},"default":"false","description":"Disable all validations.","attribute":"validationsDisabled"},{"kind":"field","name":"customSuggestions","type":{"text":"string[]"},"default":"[]","description":"Optional array of custom suggestions to use instead of the default mock data.","attribute":"customSuggestions"},{"kind":"field","name":"maxItems","type":{"text":"number | undefined"},"default":"undefined","description":"Maximum number of tags allowed.","attribute":"maxItems"},{"kind":"field","name":"textStrings","default":"defaultTextStrings","description":"Customizable text strings.","attribute":"textStrings"},{"kind":"field","name":"hideIcon","type":{"text":"boolean"},"default":"false","description":"Suppress any tag icon (even on email).","attribute":"hideIcon"},{"kind":"field","name":"pattern","type":{"text":"string | undefined"},"default":"undefined","description":"Pattern attribute for the input element.","attribute":"pattern"},{"kind":"field","name":"itemStatusMap","type":{"text":"Record<string, 'error' | 'success' | 'default'>"},"default":"{}","description":"Consumer-driven status map, e.g.\n{ \"foo@boo.com\": \"error\", \"bar@ex.com\": \"success\", \"example@test.com\": \"default\" }","attribute":"itemStatusMap"},{"kind":"method","name":"renderLabel","privacy":"private"},{"kind":"method","name":"renderTag","privacy":"private","parameters":[{"name":"item","type":{"text":"string"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_renderTagWithColor","privacy":"private","parameters":[{"name":"item","type":{"text":"string"}},{"name":"index","type":{"text":"number"}},{"name":"tagColor","type":{"text":"'red' | 'spruce' | 'default'"}}]},{"kind":"method","name":"renderInput","privacy":"private","parameters":[{"name":"stateMgmtClasses","type":{"text":"any"}},{"name":"placeholderText","type":{"text":"string"}}]},{"kind":"method","name":"renderTagsAndInput","privacy":"private","parameters":[{"name":"stateMgmtClasses","type":{"text":"any"}},{"name":"placeholderText","type":{"text":"string"}}]},{"kind":"method","name":"renderSuggestions","privacy":"private"},{"kind":"method","name":"renderCaptionAndError","privacy":"private","parameters":[{"name":"error","type":{"text":"boolean"}},{"name":"validCount","type":{"text":"number"}}]},{"kind":"method","name":"handleInput","privacy":"private","parameters":[{"name":"e","type":{"text":"InputEvent"}}]},{"kind":"method","name":"_handleFocus","privacy":"private"},{"kind":"method","name":"_handleBlur","privacy":"private"},{"kind":"method","name":"_fetchSuggestions","privacy":"private"},{"kind":"method","name":"_queryEmails","privacy":"private","return":{"type":{"text":"Promise<string[]>"}},"parameters":[{"name":"query","type":{"text":"string"}}]},{"kind":"method","name":"_selectSuggestion","privacy":"private","parameters":[{"name":"suggestion","type":{"text":"string"}}]},{"kind":"method","name":"handleSuggestionNavigation","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handleTagCreation","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"onKeydown","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"handlePaste","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"ClipboardEvent"}}]},{"kind":"method","name":"createPositionMirror","privacy":"private","return":{"type":{"text":"HTMLElement"}},"parameters":[{"name":"input","type":{"text":"HTMLInputElement"}},{"name":"selEnd","type":{"text":"number"}}]},{"kind":"method","name":"calculateSuggestionPosition","privacy":"private","return":{"type":{"text":"{ top: string; left: string }"}},"parameters":[{"name":"input","type":{"text":"HTMLInputElement"}},{"name":"mirror","type":{"text":"HTMLElement"}},{"name":"selEnd","type":{"text":"number"}}]},{"kind":"method","name":"_updateSuggestionPosition","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"_interacted","type":{"text":"boolean"}}]},{"kind":"method","name":"_validateAllTags","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"addTagsFromValue","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"removeAt","privacy":"private","parameters":[{"name":"idx","type":{"text":"number"}}]}],"events":[{"name":"on-input","type":{"text":"CustomEvent"},"description":"– emits { value, origEvent } on every keystroke. `detail:{ origEvent: Event,value: string }`"},{"name":"on-change","type":{"text":"CustomEvent"},"description":"– emits string[] after tags are added/removed. `detail:{ value: string[] }`"}],"attributes":[{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Helper or error caption.","fieldName":"caption"},{"name":"inputType","type":{"text":"'email' | 'default'"},"default":"'default'","description":"Sets input type to either email or default.","fieldName":"inputType"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes field required.","fieldName":"required"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Placeholder text.","fieldName":"placeholder"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable the textarea.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Read‐only mode.","fieldName":"readonly"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Hide visible label (for screen‐reader only).","fieldName":"hideLabel"},{"name":"autoSuggestionDisabled","type":{"text":"boolean"},"default":"false","description":"Whether automatic suggestion is active.","fieldName":"autoSuggestionDisabled"},{"name":"validationsDisabled","type":{"text":"boolean"},"default":"false","description":"Disable all validations.","fieldName":"validationsDisabled"},{"name":"customSuggestions","type":{"text":"string[]"},"default":"[]","description":"Optional array of custom suggestions to use instead of the default mock data.","fieldName":"customSuggestions"},{"name":"maxItems","type":{"text":"number | undefined"},"default":"undefined","description":"Maximum number of tags allowed.","fieldName":"maxItems"},{"name":"textStrings","default":"defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"hideIcon","type":{"text":"boolean"},"default":"false","description":"Suppress any tag icon (even on email).","fieldName":"hideIcon"},{"name":"pattern","type":{"text":"string | undefined"},"default":"undefined","description":"Pattern attribute for the input element.","fieldName":"pattern"},{"name":"itemStatusMap","type":{"text":"Record<string, 'error' | 'success' | 'default'>"},"default":"{}","description":"Consumer-driven status map, e.g.\n{ \"foo@boo.com\": \"error\", \"bar@ex.com\": \"success\", \"example@test.com\": \"default\" }","fieldName":"itemStatusMap"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-multi-input-field","customElement":true}],"exports":[{"kind":"js","name":"MultiInputField","declaration":{"name":"MultiInputField","module":"src/components/reusable/multiInputField/multiInputField.ts"}},{"kind":"custom-element-definition","name":"kyn-multi-input-field","declaration":{"name":"MultiInputField","module":"src/components/reusable/multiInputField/multiInputField.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/notification/index.ts","declarations":[],"exports":[{"kind":"js","name":"Notification","declaration":{"name":"Notification","module":"./notification"}},{"kind":"js","name":"NotificationContainer","declaration":{"name":"NotificationContainer","module":"./notificationContainer"}}]},{"kind":"javascript-module","path":"src/components/reusable/notification/notification.ts","declarations":[{"kind":"class","description":"Notification component.","name":"Notification","slots":[{"description":"Slot for notification message body.","name":"unnamed"},{"description":"Slot for menu.","name":"actions"},{"description":"Slot for an icon.","name":"icon"}],"members":[{"kind":"field","name":"notificationTitle","type":{"text":"string"},"default":"''","description":"Notification Title (Required).","attribute":"notificationTitle"},{"kind":"field","name":"notificationSubtitle","type":{"text":"string"},"default":"''","description":"Notification subtitle.(optional)","attribute":"notificationSubtitle"},{"kind":"field","name":"timeStamp","type":{"text":"string"},"default":"''","description":"Timestamp of notification.\nIt is recommended to add the context along with the timestamp. Example: `Updated 2 mins ago`.","attribute":"timeStamp"},{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Card href link.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"'_self' | '_blank' | '_parent' | '_top' | ''"},"default":"''","description":"Card link target.","attribute":"target"},{"kind":"field","name":"tagStatus","type":{"text":"TagStatus"},"default":"'default'","description":"Notification status / tag type. `'default'`, `'info'`, `'warning'`, `'success'` & `'error'`.","attribute":"tagStatus"},{"kind":"field","name":"type","type":{"text":"NotificationType"},"default":"'normal'","description":"Notification type. `'normal'`, `'inline'`, `'toast'` and `'clickable'`. Clickable type can be use inside notification panel","attribute":"type"},{"kind":"field","name":"textStrings","type":{"text":"TextStrings"},"default":"{\n success: 'Success',\n warning: 'Warning',\n info: 'Information',\n error: 'Error',\n }","description":"Customizable text strings.","attribute":"textStrings"},{"kind":"field","name":"closeBtnDescription","type":{"text":"string"},"default":"'Close'","description":"Close button description (Required to support accessibility).","attribute":"closeBtnDescription"},{"kind":"field","name":"assistiveNotificationTypeText","type":{"text":"string"},"default":"''","description":"Assistive text for notification type.\nRequired for `'clickable'`, `'inline'` and `'toast'` notification types.","attribute":"assistiveNotificationTypeText"},{"kind":"field","name":"notificationRole","type":{"text":"'alert' | 'log' | 'status' | undefined"},"description":"Notification role (Required to support accessibility).","attribute":"notificationRole"},{"kind":"field","name":"statusLabel","type":{"text":"string"},"default":"'Status'","description":"Status label (Required to support accessibility).\nAssign the localized string value for the word **Status**.","attribute":"statusLabel"},{"kind":"field","name":"unRead","type":{"text":"boolean"},"default":"false","description":"Set notification unread state. Applies to `type: 'normal'` and `type: 'clickable'`.","attribute":"unRead","reflects":true},{"kind":"field","name":"hideCloseButton","type":{"text":"boolean"},"default":"false","description":"Hide close (x) button. Useful only for `type='toast'`. This required `timeout > 0` otherwise toast remain as it is when `hideCloseButton` is set true.","attribute":"hideCloseButton"},{"kind":"field","name":"timeout","type":{"text":"number"},"default":"8","description":"Timeout (Default 8 seconds for Toast). Specify an optional duration the toast notification should be closed in. Only apply with `type = 'toast'`","attribute":"timeout"},{"kind":"method","name":"renderInnerUI","privacy":"private"},{"kind":"method","name":"_close","privacy":"private"},{"kind":"method","name":"_handleClose","privacy":"private"},{"kind":"method","name":"_handleCardClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_checkSlotContent","privacy":"private"}],"events":[{"description":"Emit event for clickable notification.`detail:{ origEvent: PointerEvent }`","name":"on-notification-click"},{"description":"Emits when an inline/toast notification closes.","name":"on-close"}],"attributes":[{"name":"notificationTitle","type":{"text":"string"},"default":"''","description":"Notification Title (Required).","fieldName":"notificationTitle"},{"name":"notificationSubtitle","type":{"text":"string"},"default":"''","description":"Notification subtitle.(optional)","fieldName":"notificationSubtitle"},{"name":"timeStamp","type":{"text":"string"},"default":"''","description":"Timestamp of notification.\nIt is recommended to add the context along with the timestamp. Example: `Updated 2 mins ago`.","fieldName":"timeStamp"},{"name":"href","type":{"text":"string"},"default":"''","description":"Card href link.","fieldName":"href"},{"name":"target","type":{"text":"'_self' | '_blank' | '_parent' | '_top' | ''"},"default":"''","description":"Card link target.","fieldName":"target"},{"name":"tagStatus","type":{"text":"TagStatus"},"default":"'default'","description":"Notification status / tag type. `'default'`, `'info'`, `'warning'`, `'success'` & `'error'`.","fieldName":"tagStatus"},{"name":"type","type":{"text":"NotificationType"},"default":"'normal'","description":"Notification type. `'normal'`, `'inline'`, `'toast'` and `'clickable'`. Clickable type can be use inside notification panel","fieldName":"type"},{"name":"textStrings","type":{"text":"TextStrings"},"default":"{\n success: 'Success',\n warning: 'Warning',\n info: 'Information',\n error: 'Error',\n }","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"closeBtnDescription","type":{"text":"string"},"default":"'Close'","description":"Close button description (Required to support accessibility).","fieldName":"closeBtnDescription"},{"name":"assistiveNotificationTypeText","type":{"text":"string"},"default":"''","description":"Assistive text for notification type.\nRequired for `'clickable'`, `'inline'` and `'toast'` notification types.","fieldName":"assistiveNotificationTypeText"},{"name":"notificationRole","type":{"text":"'alert' | 'log' | 'status' | undefined"},"description":"Notification role (Required to support accessibility).","fieldName":"notificationRole"},{"name":"statusLabel","type":{"text":"string"},"default":"'Status'","description":"Status label (Required to support accessibility).\nAssign the localized string value for the word **Status**.","fieldName":"statusLabel"},{"name":"unRead","type":{"text":"boolean"},"default":"false","description":"Set notification unread state. Applies to `type: 'normal'` and `type: 'clickable'`.","fieldName":"unRead"},{"name":"hideCloseButton","type":{"text":"boolean"},"default":"false","description":"Hide close (x) button. Useful only for `type='toast'`. This required `timeout > 0` otherwise toast remain as it is when `hideCloseButton` is set true.","fieldName":"hideCloseButton"},{"name":"timeout","type":{"text":"number"},"default":"8","description":"Timeout (Default 8 seconds for Toast). Specify an optional duration the toast notification should be closed in. Only apply with `type = 'toast'`","fieldName":"timeout"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-notification","customElement":true}],"exports":[{"kind":"js","name":"Notification","declaration":{"name":"Notification","module":"src/components/reusable/notification/notification.ts"}},{"kind":"custom-element-definition","name":"kyn-notification","declaration":{"name":"Notification","module":"src/components/reusable/notification/notification.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/notification/notificationContainer.ts","declarations":[{"kind":"class","description":"Notification container component for Toast notification.\nUsage is limited for <kyn-notification type=\"toast\">..</kyn-notification>","name":"NotificationContainer","slots":[{"description":"Slot for <kyn-notification type=\"toast\"> component.","name":"unnamed"}],"members":[{"kind":"field","name":"bottom","type":{"text":"boolean"},"default":"false","description":"Position at bottom instead of top of screen.","attribute":"bottom"}],"attributes":[{"name":"bottom","type":{"text":"boolean"},"default":"false","description":"Position at bottom instead of top of screen.","fieldName":"bottom"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-notification-container","customElement":true}],"exports":[{"kind":"js","name":"NotificationContainer","declaration":{"name":"NotificationContainer","module":"src/components/reusable/notification/notificationContainer.ts"}},{"kind":"custom-element-definition","name":"kyn-notification-container","declaration":{"name":"NotificationContainer","module":"src/components/reusable/notification/notificationContainer.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/numberInput/index.ts","declarations":[],"exports":[{"kind":"js","name":"NumberInput","declaration":{"name":"NumberInput","module":"./numberInput"}}]},{"kind":"javascript-module","path":"src/components/reusable/numberInput/numberInput.ts","declarations":[{"kind":"class","description":"Number input.","name":"NumberInput","cssProperties":[{"description":"Maximum width of the number input inner container.","name":"--kyn-number-input-inner-max-width","default":"200px"},{"description":"Minimum width of the number input inner container.","name":"--kyn-number-input-inner-min-width","default":"0px"}],"slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"value","type":{"text":"number"},"default":"0","description":"Input value."},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Input placeholder.","attribute":"placeholder"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","attribute":"required"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","attribute":"readonly"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","attribute":"caption"},{"kind":"field","name":"max","type":{"text":"number"},"description":"Maximum value.","attribute":"max"},{"kind":"field","name":"min","type":{"text":"number"},"description":"Minimum value.","attribute":"min"},{"kind":"field","name":"step","type":{"text":"number"},"default":"1","description":"Step value.","attribute":"step"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"inline","type":{"text":"boolean"},"default":"false","description":"Inline mode: hides the step buttons, label, and errors.","attribute":"inline"},{"kind":"field","name":"inlineBorder","type":{"text":"boolean"},"default":"false","description":"Shows the border/background when inline mode is enabled.","attribute":"inlineBorder"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n subtract: 'Subtract',\n add: 'Add',\n error: 'Error',\n warning: 'Warning',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_sizeMap","privacy":"private","return":{"type":{"text":"'extra-small' | 'small' | 'medium' | 'large'"}},"parameters":[{"name":"size","type":{"text":"string"}}]},{"kind":"method","name":"_handleSubtract","privacy":"private"},{"kind":"method","name":"_handleAdd","privacy":"private"},{"kind":"method","name":"_handleInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_emitValue","privacy":"private","parameters":[{"name":"e","optional":true,"type":{"text":"any"}}]},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]}],"events":[{"description":"Captures the input event and emits the value and original event details.`detail:{ value: number }`","name":"on-input"}],"attributes":[{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Input placeholder.","fieldName":"placeholder"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","fieldName":"required"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","fieldName":"readonly"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","fieldName":"caption"},{"name":"max","type":{"text":"number"},"description":"Maximum value.","fieldName":"max"},{"name":"min","type":{"text":"number"},"description":"Minimum value.","fieldName":"min"},{"name":"step","type":{"text":"number"},"default":"1","description":"Step value.","fieldName":"step"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"inline","type":{"text":"boolean"},"default":"false","description":"Inline mode: hides the step buttons, label, and errors.","fieldName":"inline"},{"name":"inlineBorder","type":{"text":"boolean"},"default":"false","description":"Shows the border/background when inline mode is enabled.","fieldName":"inlineBorder"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-number-input","customElement":true}],"exports":[{"kind":"js","name":"NumberInput","declaration":{"name":"NumberInput","module":"src/components/reusable/numberInput/numberInput.ts"}},{"kind":"custom-element-definition","name":"kyn-number-input","declaration":{"name":"NumberInput","module":"src/components/reusable/numberInput/numberInput.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/overflowMenu/index.ts","declarations":[],"exports":[{"kind":"js","name":"OverflowMenu","declaration":{"name":"OverflowMenu","module":"./overflowMenu"}},{"kind":"js","name":"OverflowMenuItem","declaration":{"name":"OverflowMenuItem","module":"./overflowMenuItem"}}]},{"kind":"javascript-module","path":"src/components/reusable/overflowMenu/overflowMenu.ts","declarations":[{"kind":"class","description":"Overflow Menu.","name":"OverflowMenu","slots":[{"description":"Slot for overflow icon.","name":"icon"},{"description":"Slot for overflow menu items.","name":"unnamed"}],"members":[{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Menu open state.","attribute":"open"},{"kind":"field","name":"kind","type":{"text":"'ai'|'default'|string"},"default":"'default'","description":"Menu kind.","attribute":"kind"},{"kind":"field","name":"anchorRight","type":{"text":"boolean"},"default":"false","description":"Anchors the menu to the right of the button.","attribute":"anchorRight"},{"kind":"field","name":"backButtonText","type":{"text":"string"},"default":"''","description":"Text displayed in nested menu back button.","attribute":"backButtonText"},{"kind":"field","name":"verticalDots","type":{"text":"boolean"},"default":"false","description":"3 dots vertical orientation.","attribute":"verticalDots"},{"kind":"field","name":"fixed","type":{"text":"boolean"},"default":"false","description":"Use fixed instead of absolute position. Useful when placed within elements with overflow scroll.","attribute":"fixed"},{"kind":"field","name":"assistiveText","type":{"text":"string"},"default":"'Toggle Menu'","description":"Button assistive text..","attribute":"assistiveText"},{"kind":"field","name":"_onDocClick","privacy":"private"},{"kind":"field","name":"_onDocKeydown","privacy":"private"},{"kind":"field","name":"_onItemClick","privacy":"private"},{"kind":"field","name":"_onOpenSubmenu","privacy":"private"},{"kind":"method","name":"_emitToggleEvent","privacy":"private"},{"kind":"method","name":"toggleMenu","privacy":"private"},{"kind":"method","name":"_positionMenu","privacy":"private"},{"kind":"method","name":"handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"handleEscapePress","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"getMenuItems"},{"kind":"method","name":"getMenu"},{"kind":"method","name":"handleOpenSubmenu","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"goBack","privacy":"private"}],"events":[{"name":"kind-changed","type":{"text":"CustomEvent"}},{"description":"Capture the open/close event and emits the new state.`detail:{ open: boolean }`","name":"on-toggle"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Menu open state.","fieldName":"open"},{"name":"kind","type":{"text":"'ai'|'default'|string"},"default":"'default'","description":"Menu kind.","fieldName":"kind"},{"name":"anchorRight","type":{"text":"boolean"},"default":"false","description":"Anchors the menu to the right of the button.","fieldName":"anchorRight"},{"name":"backButtonText","type":{"text":"string"},"default":"''","description":"Text displayed in nested menu back button.","fieldName":"backButtonText"},{"name":"verticalDots","type":{"text":"boolean"},"default":"false","description":"3 dots vertical orientation.","fieldName":"verticalDots"},{"name":"fixed","type":{"text":"boolean"},"default":"false","description":"Use fixed instead of absolute position. Useful when placed within elements with overflow scroll.","fieldName":"fixed"},{"name":"assistiveText","type":{"text":"string"},"default":"'Toggle Menu'","description":"Button assistive text..","fieldName":"assistiveText"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-overflow-menu","customElement":true}],"exports":[{"kind":"js","name":"OverflowMenu","declaration":{"name":"OverflowMenu","module":"src/components/reusable/overflowMenu/overflowMenu.ts"}},{"kind":"custom-element-definition","name":"kyn-overflow-menu","declaration":{"name":"OverflowMenu","module":"src/components/reusable/overflowMenu/overflowMenu.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/overflowMenu/overflowMenuItem.ts","declarations":[{"kind":"class","description":"Overflow Menu Item.","name":"OverflowMenuItem","slots":[{"description":"Slot for menu item text.","name":"unnamed"},{"description":"Provide a nested submenu's markup here (light DOM). Presence auto-detects nesting.","name":"submenu"},{"description":"Slot for tooltip content.","name":"tooltip"}],"members":[{"kind":"field","name":"href","type":{"text":"string"},"default":"''","description":"Makes the item a link.","attribute":"href"},{"kind":"field","name":"destructive","type":{"text":"boolean"},"default":"false","description":"Adds destructive styles.","attribute":"destructive"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Item disabled state.","attribute":"disabled"},{"kind":"field","name":"description","type":{"text":"string"},"default":"''","description":"Item description text for screen readers.","attribute":"description"},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"handleKeyDown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"checkOverflow","privacy":"private"},{"type":{"text":"'ai'|'default'|string"},"description":"Visual variant inherited from parent menu.","name":"kind","kind":"field","attribute":"kind","reflects":true}],"events":[{"name":"open-submenu","type":{"text":"CustomEvent"}},{"name":"on-click","type":{"text":"CustomEvent"},"description":"Captures the click event and emits the original event details.`detail:{ origEvent: PointerEvent }`"}],"attributes":[{"name":"href","type":{"text":"string"},"default":"''","description":"Makes the item a link.","fieldName":"href"},{"name":"destructive","type":{"text":"boolean"},"default":"false","description":"Adds destructive styles.","fieldName":"destructive"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Item disabled state.","fieldName":"disabled"},{"name":"description","type":{"text":"string"},"default":"''","description":"Item description text for screen readers.","fieldName":"description"},{"type":{"text":"'ai'|'default'|string"},"description":"Visual variant inherited from parent menu.","name":"kind","fieldName":"kind"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-overflow-menu-item","customElement":true}],"exports":[{"kind":"js","name":"OverflowMenuItem","declaration":{"name":"OverflowMenuItem","module":"src/components/reusable/overflowMenu/overflowMenuItem.ts"}},{"kind":"custom-element-definition","name":"kyn-overflow-menu-item","declaration":{"name":"OverflowMenuItem","module":"src/components/reusable/overflowMenu/overflowMenuItem.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagetitle/index.ts","declarations":[],"exports":[{"kind":"js","name":"PageTitle","declaration":{"name":"PageTitle","module":"./pageTitle"}},{"kind":"js","name":"PageTitleOption","declaration":{"name":"PageTitleOption","module":"./pageTitleOption"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagetitle/pageTitle.ts","declarations":[{"kind":"class","description":"Page Title\n\nIf the contextual variant is used to trigger navigation, consider using anchor elements instead, as buttons do not convey destination information to assistive technology users.","name":"PageTitle","slots":[{"description":"Slot for icon. Use size 56 * 56 as per UX guidelines.","name":"icon"},{"description":"Slot for `kyn-pagetitle-option` elements when using the contextual variant.","name":"unnamed"}],"members":[{"kind":"field","name":"headLine","type":{"text":"string"},"default":"''","description":"Headline text.","attribute":"headLine"},{"kind":"field","name":"pageTitle","type":{"text":"string"},"default":"''","description":"Page title text (required). Used as fallback when no contextual item is selected.","attribute":"pageTitle"},{"kind":"field","name":"subTitle","type":{"text":"string"},"default":"''","description":"Page subtitle text.","attribute":"subTitle"},{"kind":"field","name":"type","type":{"text":"string"},"default":"'primary'","description":"Type of page title `'primary'` , `'secondary'` & `'tertiary'`.","attribute":"type"},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for AI theme.","attribute":"aiConnected"},{"kind":"field","name":"contextual","type":{"text":"boolean"},"default":"false","description":"Enables the contextual dropdown variant with a chevron toggle.","attribute":"contextual","reflects":true},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Whether the contextual dropdown is open.","attribute":"open","reflects":true},{"kind":"method","name":"_syncOptions","privacy":"private"},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_getDisplayTitle","privacy":"private","return":{"type":{"text":"string"}}},{"kind":"method","name":"_emitChange","privacy":"private","parameters":[{"name":"item","type":{"text":"{ value: string; text: string }"}}]},{"kind":"method","name":"_closeDropdown","privacy":"private"},{"kind":"method","name":"_handleTriggerKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_handleListboxKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_renderContextualTitle","privacy":"private","parameters":[{"name":"classes","type":{"text":"Record<string, boolean>"}},{"name":"displayTitle","type":{"text":"string"}}]}],"events":[{"name":"on-change","type":{"text":"CustomEvent"},"description":"Fired when a contextual dropdown item is selected. Detail: `{ value: string, text: string }`."}],"attributes":[{"name":"headLine","type":{"text":"string"},"default":"''","description":"Headline text.","fieldName":"headLine"},{"name":"pageTitle","type":{"text":"string"},"default":"''","description":"Page title text (required). Used as fallback when no contextual item is selected.","fieldName":"pageTitle"},{"name":"subTitle","type":{"text":"string"},"default":"''","description":"Page subtitle text.","fieldName":"subTitle"},{"name":"type","type":{"text":"string"},"default":"'primary'","description":"Type of page title `'primary'` , `'secondary'` & `'tertiary'`.","fieldName":"type"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for AI theme.","fieldName":"aiConnected"},{"name":"contextual","type":{"text":"boolean"},"default":"false","description":"Enables the contextual dropdown variant with a chevron toggle.","fieldName":"contextual"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Whether the contextual dropdown is open.","fieldName":"open"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-page-title","customElement":true}],"exports":[{"kind":"js","name":"PageTitle","declaration":{"name":"PageTitle","module":"src/components/reusable/pagetitle/pageTitle.ts"}},{"kind":"custom-element-definition","name":"kyn-page-title","declaration":{"name":"PageTitle","module":"src/components/reusable/pagetitle/pageTitle.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagetitle/pageTitleOption.ts","declarations":[{"kind":"class","description":"Page title contextual dropdown option.","name":"PageTitleOption","slots":[{"description":"Slot for option text.","name":"unnamed"}],"members":[{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Option value.","attribute":"value"},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Option selected state.","attribute":"selected","reflects":true},{"kind":"method","name":"_handleSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleClick","privacy":"private"},{"kind":"method","name":"_handleKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]}],"attributes":[{"name":"value","type":{"text":"string"},"default":"''","description":"Option value.","fieldName":"value"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Option selected state.","fieldName":"selected"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-pagetitle-option","customElement":true}],"exports":[{"kind":"js","name":"PageTitleOption","declaration":{"name":"PageTitleOption","module":"src/components/reusable/pagetitle/pageTitleOption.ts"}},{"kind":"custom-element-definition","name":"kyn-pagetitle-option","declaration":{"name":"PageTitleOption","module":"src/components/reusable/pagetitle/pageTitleOption.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagination/Pagination.ts","declarations":[{"kind":"class","description":"`kyn-pagination` Web Component.\n\nA component that provides pagination functionality, enabling the user to\nnavigate through large datasets by splitting them into discrete chunks.\nIntegrates with other utility components like items range display, page size dropdown,\nand navigation buttons.","name":"Pagination","members":[{"kind":"field","name":"count","type":{"text":"number"},"default":"0","description":"Total number of items that need pagination.","attribute":"count","reflects":true},{"kind":"field","name":"pageNumber","type":{"text":"number"},"default":"1","description":"Current active page number.","attribute":"pageNumber","reflects":true},{"kind":"field","name":"pageSize","type":{"text":"number"},"default":"5","description":"Number of items displayed per page.","attribute":"pageSize","reflects":true},{"kind":"field","name":"pageSizeOptions","type":{"text":"number[]"},"default":"[5, 10, 20, 30, 40, 50, 100]","description":"Available options for the page size.","attribute":"pageSizeOptions"},{"kind":"field","name":"_numberOfPages","type":{"text":"number"},"default":"1","description":"Number of pages."},{"kind":"field","name":"pageSizeDropdownLabel","default":"PAGE_SIZE_LABEL","description":"Label for the page size dropdown. Required for accessibility.","attribute":"pageSizeDropdownLabel"},{"kind":"field","name":"pageNumberLabel","default":"PAGE_NUMBER_LABEL","description":"Label for the page size dropdown. Required for accessibility.","attribute":"pageNumberLabel"},{"kind":"field","name":"hideItemsRange","type":{"text":"boolean"},"default":"false","description":"Option to hide the items range display.","attribute":"hideItemsRange"},{"kind":"field","name":"hidePageSizeDropdown","type":{"text":"boolean"},"default":"false","description":"Option to hide the page size dropdown.","attribute":"hidePageSizeDropdown"},{"kind":"field","name":"hideNavigationButtons","type":{"text":"boolean"},"default":"false","description":"Option to hide the navigation buttons.","attribute":"hideNavigationButtons"},{"kind":"field","name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdowns open.","attribute":"openDirection"},{"kind":"field","name":"textStrings","type":{"text":"object"},"default":"{\n showing: 'Showing',\n of: 'of',\n items: 'items',\n pages: 'pages',\n itemsPerPage: 'Items per page:',\n previousPage: 'Previous page',\n nextPage: 'Next page',\n }","description":"Customizable text strings","attribute":"textStrings"},{"kind":"method","name":"handlePageSizeChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"},"description":"The emitted custom event with the selected page size."}],"description":"Handler for the event when the page size is changed by the user.\nUpdates the `pageSize` and resets the `pageNumber` to 1."},{"kind":"method","name":"handlePageNumberChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"},"description":"The emitted custom event with the selected page number."}],"description":"Handler for the event when the page number is changed by the user.\nUpdates the `pageNumber`."}],"events":[{"description":"Dispatched when the page size changes.`detail:{ value: number }`","name":"on-page-size-change"},{"description":"Dispatched when the currently active page changes.`detail:{ value: number }`","name":"on-page-number-change"}],"attributes":[{"name":"count","type":{"text":"number"},"default":"0","description":"Total number of items that need pagination.","fieldName":"count"},{"name":"pageNumber","type":{"text":"number"},"default":"1","description":"Current active page number.","fieldName":"pageNumber"},{"name":"pageSize","type":{"text":"number"},"default":"5","description":"Number of items displayed per page.","fieldName":"pageSize"},{"name":"pageSizeOptions","type":{"text":"number[]"},"default":"[5, 10, 20, 30, 40, 50, 100]","description":"Available options for the page size.","fieldName":"pageSizeOptions"},{"name":"pageSizeDropdownLabel","default":"PAGE_SIZE_LABEL","description":"Label for the page size dropdown. Required for accessibility.","fieldName":"pageSizeDropdownLabel"},{"name":"pageNumberLabel","default":"PAGE_NUMBER_LABEL","description":"Label for the page size dropdown. Required for accessibility.","fieldName":"pageNumberLabel"},{"name":"hideItemsRange","type":{"text":"boolean"},"default":"false","description":"Option to hide the items range display.","fieldName":"hideItemsRange"},{"name":"hidePageSizeDropdown","type":{"text":"boolean"},"default":"false","description":"Option to hide the page size dropdown.","fieldName":"hidePageSizeDropdown"},{"name":"hideNavigationButtons","type":{"text":"boolean"},"default":"false","description":"Option to hide the navigation buttons.","fieldName":"hideNavigationButtons"},{"name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdowns open.","fieldName":"openDirection"},{"name":"textStrings","type":{"text":"object"},"default":"{\n showing: 'Showing',\n of: 'of',\n items: 'items',\n pages: 'pages',\n itemsPerPage: 'Items per page:',\n previousPage: 'Previous page',\n nextPage: 'Next page',\n }","description":"Customizable text strings","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-pagination","customElement":true}],"exports":[{"kind":"js","name":"Pagination","declaration":{"name":"Pagination","module":"src/components/reusable/pagination/Pagination.ts"}},{"kind":"custom-element-definition","name":"kyn-pagination","declaration":{"name":"Pagination","module":"src/components/reusable/pagination/Pagination.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagination/index.ts","declarations":[],"exports":[{"kind":"js","name":"Pagination","declaration":{"name":"Pagination","module":"./Pagination"}},{"kind":"js","name":"PaginationItemsRange","declaration":{"name":"PaginationItemsRange","module":"./pagination-items-range"}},{"kind":"js","name":"PaginationPageSizeDropdown","declaration":{"name":"PaginationPageSizeDropdown","module":"./pagination-page-size-dropdown"}},{"kind":"js","name":"PaginationNavigationButtons","declaration":{"name":"PaginationNavigationButtons","module":"./pagination-navigation-buttons"}},{"kind":"js","name":"PaginationSkeleton","declaration":{"name":"PaginationSkeleton","module":"./pagination.skeleton"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagination/pagination-items-range.ts","declarations":[{"kind":"class","description":"`kyn-pagination-items-range` Web Component.\n\nThis component is responsible for displaying the range of items being displayed\nin the context of pagination. It shows which items (by number) are currently visible\nand the total number of items.","name":"PaginationItemsRange","members":[{"kind":"field","name":"count","type":{"text":"number"},"default":"0","description":"Total number of items.","attribute":"count","reflects":true},{"kind":"field","name":"pageNumber","type":{"text":"number"},"default":"1","description":"Current page number being displayed.","attribute":"pageNumber","reflects":true},{"kind":"field","name":"pageSize","type":{"text":"number"},"default":"5","description":"Number of items displayed per page.","attribute":"pageSize","reflects":true},{"kind":"method","name":"itemsRangeText","privacy":"private","return":{"type":{"text":"string"}},"parameters":[{"name":"isMobile","type":{"text":"Boolean"}}]}],"attributes":[{"name":"count","type":{"text":"number"},"default":"0","description":"Total number of items.","fieldName":"count"},{"name":"pageNumber","type":{"text":"number"},"default":"1","description":"Current page number being displayed.","fieldName":"pageNumber"},{"name":"pageSize","type":{"text":"number"},"default":"5","description":"Number of items displayed per page.","fieldName":"pageSize"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-pagination-items-range","customElement":true}],"exports":[{"kind":"js","name":"PaginationItemsRange","declaration":{"name":"PaginationItemsRange","module":"src/components/reusable/pagination/pagination-items-range.ts"}},{"kind":"custom-element-definition","name":"kyn-pagination-items-range","declaration":{"name":"PaginationItemsRange","module":"src/components/reusable/pagination/pagination-items-range.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagination/pagination-navigation-buttons.ts","declarations":[{"kind":"class","description":"`kyn-pagination-navigation-buttons` Web Component.\n\nThis component provides navigational controls for pagination.\nIt includes back and next buttons, along with displaying the current page and total pages.","name":"PaginationNavigationButtons","members":[{"kind":"field","name":"pageNumber","type":{"text":"number"},"default":"1","attribute":"pageNumber","reflects":true},{"kind":"field","name":"numberOfPages","type":{"text":"number"},"default":"1","attribute":"numberOfPages","reflects":true},{"kind":"field","name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdown opens.","attribute":"openDirection"},{"kind":"field","name":"pageNumberOptions","type":{"text":"Array<number>"},"default":"[]","description":"Available options for the page number."},{"kind":"field","name":"SMALLEST_PAGE_NUMBER","type":{"text":"number"},"privacy":"private","readonly":true,"default":"1"},{"kind":"method","name":"handleButtonClick","privacy":"private","parameters":[{"name":"next","type":{"text":"boolean"},"description":"If true, will move to the next page, otherwise to the previous page"}],"description":"Handles the button click event, either moving to the next page or previous page"},{"kind":"method","name":"handleChange","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Handles the dropdown change event."}],"events":[{"name":"on-page-number-change","type":{"text":"CustomEvent"},"description":"Dispatched when the page number is changed."}],"attributes":[{"name":"pageNumber","type":{"text":"number"},"default":"1","fieldName":"pageNumber"},{"name":"numberOfPages","type":{"text":"number"},"default":"1","fieldName":"numberOfPages"},{"name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdown opens.","fieldName":"openDirection"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-pagination-navigation-buttons","customElement":true}],"exports":[{"kind":"js","name":"PaginationNavigationButtons","declaration":{"name":"PaginationNavigationButtons","module":"src/components/reusable/pagination/pagination-navigation-buttons.ts"}},{"kind":"custom-element-definition","name":"kyn-pagination-navigation-buttons","declaration":{"name":"PaginationNavigationButtons","module":"src/components/reusable/pagination/pagination-navigation-buttons.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagination/pagination-page-size-dropdown.ts","declarations":[{"kind":"class","description":"`kyn-pagination-page-size-dropdown` Web Component.\n\nThis component provides a dropdown to select the page size for pagination.\nIt emits events when the selected page size changes.","name":"PaginationPageSizeDropdown","members":[{"kind":"field","name":"pageSize","type":{"text":"number"},"default":"5","description":"Current page size.","attribute":"pageSize","reflects":true},{"kind":"field","name":"pageSizeOptions","type":{"text":"Array<number>"},"default":"[5, 10, 20, 30, 40, 50]","description":"Available options for the page size."},{"kind":"field","name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdown opens.","attribute":"openDirection"},{"kind":"method","name":"handleChange","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"},"description":"The dropdown change event."}],"description":"Handles the dropdown change event."}],"events":[{"name":"on-page-size-change","type":{"text":"CustomEvent"},"description":"The event fired when the page size changes."}],"attributes":[{"name":"pageSize","type":{"text":"number"},"default":"5","description":"Current page size.","fieldName":"pageSize"},{"name":"openDirection","type":{"text":"'auto' | 'up' | 'down'"},"default":"'auto'","description":"Controls direction that dropdown opens.","fieldName":"openDirection"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-pagination-page-size-dropdown","customElement":true}],"exports":[{"kind":"js","name":"PaginationPageSizeDropdown","declaration":{"name":"PaginationPageSizeDropdown","module":"src/components/reusable/pagination/pagination-page-size-dropdown.ts"}},{"kind":"custom-element-definition","name":"kyn-pagination-page-size-dropdown","declaration":{"name":"PaginationPageSizeDropdown","module":"src/components/reusable/pagination/pagination-page-size-dropdown.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/pagination/pagination.skeleton.ts","declarations":[{"kind":"class","description":"`kyn-pagination-skeleton` Web Component.","name":"PaginationSkeleton","members":[{"kind":"field","name":"hideItemsRange","type":{"text":"boolean"},"default":"false","description":"Option to hide the items range display.","attribute":"hideItemsRange"},{"kind":"field","name":"hidePageSizeDropdown","type":{"text":"boolean"},"default":"false","description":"Option to hide the page size dropdown.","attribute":"hidePageSizeDropdown"},{"kind":"field","name":"hideNavigationButtons","type":{"text":"boolean"},"default":"false","description":"Option to hide the navigation buttons.","attribute":"hideNavigationButtons"}],"attributes":[{"name":"hideItemsRange","type":{"text":"boolean"},"default":"false","description":"Option to hide the items range display.","fieldName":"hideItemsRange"},{"name":"hidePageSizeDropdown","type":{"text":"boolean"},"default":"false","description":"Option to hide the page size dropdown.","fieldName":"hidePageSizeDropdown"},{"name":"hideNavigationButtons","type":{"text":"boolean"},"default":"false","description":"Option to hide the navigation buttons.","fieldName":"hideNavigationButtons"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-pagination-skeleton","customElement":true}],"exports":[{"kind":"js","name":"PaginationSkeleton","declaration":{"name":"PaginationSkeleton","module":"src/components/reusable/pagination/pagination.skeleton.ts"}},{"kind":"custom-element-definition","name":"kyn-pagination-skeleton","declaration":{"name":"PaginationSkeleton","module":"src/components/reusable/pagination/pagination.skeleton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/popover/index.ts","declarations":[],"exports":[{"kind":"js","name":"Popover","declaration":{"name":"Popover","module":"./popover"}}]},{"kind":"javascript-module","path":"src/components/reusable/popover/popover.ts","declarations":[{"kind":"class","description":"Popover component.\n\nTwo positioning modes are available:\n- anchor: positioned relative to an anchor slot element\n- floating: manually positioned via top/left/bottom/right properties\n\nFor anchor mode, the popover will be positioned relative to the anchor element\nbased on the direction property. The position can be fixed or absolute.\n\nFor floating (manual) mode, set triggerType=\"none\" and use top/left/bottom/right\nproperties to position the popover.","name":"Popover","slots":[{"description":"The main popover slotted body content","name":"unnamed"},{"description":"The trigger element (icon, button, link, etc.)","name":"anchor"},{"description":"Optional link to be displayed in the footer","name":"footerLink"}],"members":[{"kind":"field","name":"direction","type":{"text":"'top' | 'right' | 'bottom' | 'left' | 'auto'"},"default":"'auto'","description":"Manual direction or auto (anchor mode only)","attribute":"direction","reflects":true},{"kind":"field","name":"positionType","type":{"text":"PositionType"},"default":"'fixed'","description":"Position type: fixed (default) or absolute\n- fixed: positions relative to the viewport\n- absolute: positions relative to the nearest positioned ancestor","attribute":"positionType"},{"kind":"field","name":"launchBehavior","type":{"text":"'default' | 'hover' | 'link'"},"default":"'default'","description":"Popover launch behavior.\n- default: click to launch/open popover\n- hover: opens on hover and closes on mouse leave\n- link: click to navigate to an externally linked URL + hover to open","attribute":"launchBehavior"},{"kind":"field","name":"linkHref","type":{"text":"string"},"default":"''","description":"URL for link behavior (when launchBehavior is 'link')","attribute":"linkHref"},{"kind":"field","name":"footerLinkOnly","type":{"text":"boolean"},"default":"false","description":"When true, render only the footer link/slot and hide all footer buttons.","attribute":"footerLinkOnly"},{"kind":"field","name":"linkTarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top'"},"default":"'_self'","description":"Target for link behavior (when launchBehavior is 'link')","attribute":"linkTarget"},{"kind":"field","name":"size","type":{"text":"'mini' | 'narrow' | 'wide'"},"default":"'mini'","description":"Size variants for the popover.","attribute":"size"},{"kind":"field","name":"offsetDistance","type":{"text":"number | undefined"},"description":"Distance between anchor and popover (px)\nControls how far the popover is positioned from its anchor element","attribute":"offsetDistance","reflects":true},{"kind":"field","name":"shiftPadding","type":{"text":"number | undefined"},"description":"Padding from viewport edges (px)","attribute":"shiftPadding","reflects":true},{"kind":"field","name":"triggerType","type":{"text":"'icon' | 'link' | 'button' | 'none'"},"default":"'button'","description":"how we style the anchor slot","attribute":"triggerType","reflects":true},{"kind":"field","name":"arrowPosition","type":{"text":"string | undefined"},"description":"Optional manual offset for tooltip-like triangular shaped arrow.\nWhen set, this will override the automatic arrow positioning.","attribute":"arrowPosition","reflects":true},{"kind":"field","name":"open","description":"Controls the popover's open state."},{"kind":"field","name":"animationDuration","type":{"text":"number"},"default":"200","description":"Animation duration in milliseconds","attribute":"animationDuration"},{"kind":"field","name":"top","type":{"text":"string | undefined"},"description":"Top position value.","attribute":"top"},{"kind":"field","name":"left","type":{"text":"string | undefined"},"description":"Left position value.","attribute":"left"},{"kind":"field","name":"bottom","type":{"text":"string | undefined"},"description":"Bottom position value.","attribute":"bottom"},{"kind":"field","name":"right","type":{"text":"string | undefined"},"description":"Right position value.","attribute":"right"},{"kind":"field","name":"destructive","type":{"text":"boolean"},"default":"false","description":"Changes the primary button styles to indicate a destructive action","attribute":"destructive"},{"kind":"field","name":"zIndex","type":{"text":"number | undefined"},"description":"Z-index for the popover.","attribute":"zIndex"},{"kind":"field","name":"responsivePosition","type":{"text":"string | undefined"},"description":"Responsive breakpoints for adjusting position.","attribute":"responsivePosition"},{"kind":"field","name":"titleText","type":{"text":"string"},"default":"''","description":"Body title text","attribute":"titleText"},{"kind":"field","name":"labelText","type":{"text":"string"},"default":"''","description":"Body subtitle/label","attribute":"labelText"},{"kind":"field","name":"okText","type":{"text":"string"},"default":"'OK'","description":"OK button label","attribute":"okText"},{"kind":"field","name":"cancelText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button label","attribute":"cancelText"},{"kind":"field","name":"closeText","type":{"text":"string"},"default":"'Close'","description":"Close button description text","attribute":"closeText"},{"kind":"field","name":"popoverAriaLabel","type":{"text":"string"},"default":"'Popover'","description":"Accessible name for the popover dialog\nUsed as aria-label when no title is present","attribute":"popoverAriaLabel"},{"kind":"field","name":"secondaryButtonText","type":{"text":"string"},"default":"'Secondary'","description":"Secondary button text","attribute":"secondaryButtonText"},{"kind":"field","name":"showSecondaryButton","type":{"text":"boolean"},"default":"false","description":"Show or hide the secondary button","attribute":"showSecondaryButton"},{"kind":"field","name":"tertiaryButtonText","type":{"text":"string"},"default":"'Tertiary'","description":"Tertiary button text","attribute":"tertiaryButtonText"},{"kind":"field","name":"showTertiaryButton","type":{"text":"boolean"},"default":"false","description":"Show or hide the tertiary button","attribute":"showTertiaryButton"},{"kind":"field","name":"footerLinkText","type":{"text":"string"},"default":"''","description":"Text to display for an optional link in the footer.","attribute":"footerLinkText"},{"kind":"field","name":"footerLinkHref","type":{"text":"string"},"default":"''","description":"URL for the optional footer link.","attribute":"footerLinkHref"},{"kind":"field","name":"footerLinkTarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top'"},"default":"'_self'","description":"Target for the footer link (ex: \"_blank\" for new tab).\nIf empty, defaults to same tab.","attribute":"footerLinkTarget"},{"kind":"field","name":"hideFooter","type":{"text":"boolean"},"default":"false","description":"Hide the entire footer","attribute":"hideFooter"},{"kind":"method","name":"_renderMini","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"_renderStandard","privacy":"private","return":{"type":{"text":"TemplateResult"}}},{"kind":"method","name":"_toggle","privacy":"private"},{"kind":"method","name":"_close","privacy":"private"},{"kind":"method","name":"_handleFocusKeyboardEvents","privacy":"private"},{"kind":"method","name":"_removeFocusListener","privacy":"private"},{"kind":"method","name":"_position","privacy":"private"}],"events":[{"description":"Emitted when any action closes the popover.`detail:{ action: string }`","name":"on-close"},{"description":"Emitted when popover opens. `detail:{ origEvent: Event }`","name":"on-open"}],"attributes":[{"name":"direction","type":{"text":"'top' | 'right' | 'bottom' | 'left' | 'auto'"},"default":"'auto'","description":"Manual direction or auto (anchor mode only)","fieldName":"direction"},{"name":"positionType","type":{"text":"PositionType"},"default":"'fixed'","description":"Position type: fixed (default) or absolute\n- fixed: positions relative to the viewport\n- absolute: positions relative to the nearest positioned ancestor","fieldName":"positionType"},{"name":"launchBehavior","type":{"text":"'default' | 'hover' | 'link'"},"default":"'default'","description":"Popover launch behavior.\n- default: click to launch/open popover\n- hover: opens on hover and closes on mouse leave\n- link: click to navigate to an externally linked URL + hover to open","fieldName":"launchBehavior"},{"name":"linkHref","type":{"text":"string"},"default":"''","description":"URL for link behavior (when launchBehavior is 'link')","fieldName":"linkHref"},{"name":"footerLinkOnly","type":{"text":"boolean"},"default":"false","description":"When true, render only the footer link/slot and hide all footer buttons.","fieldName":"footerLinkOnly"},{"name":"linkTarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top'"},"default":"'_self'","description":"Target for link behavior (when launchBehavior is 'link')","fieldName":"linkTarget"},{"name":"size","type":{"text":"'mini' | 'narrow' | 'wide'"},"default":"'mini'","description":"Size variants for the popover.","fieldName":"size"},{"name":"offsetDistance","type":{"text":"number | undefined"},"description":"Distance between anchor and popover (px)\nControls how far the popover is positioned from its anchor element","fieldName":"offsetDistance"},{"name":"shiftPadding","type":{"text":"number | undefined"},"description":"Padding from viewport edges (px)","fieldName":"shiftPadding"},{"name":"triggerType","type":{"text":"'icon' | 'link' | 'button' | 'none'"},"default":"'button'","description":"how we style the anchor slot","fieldName":"triggerType"},{"name":"arrowPosition","type":{"text":"string | undefined"},"description":"Optional manual offset for tooltip-like triangular shaped arrow.\nWhen set, this will override the automatic arrow positioning.","fieldName":"arrowPosition"},{"name":"animationDuration","type":{"text":"number"},"default":"200","description":"Animation duration in milliseconds","fieldName":"animationDuration"},{"name":"top","type":{"text":"string | undefined"},"description":"Top position value.","fieldName":"top"},{"name":"left","type":{"text":"string | undefined"},"description":"Left position value.","fieldName":"left"},{"name":"bottom","type":{"text":"string | undefined"},"description":"Bottom position value.","fieldName":"bottom"},{"name":"right","type":{"text":"string | undefined"},"description":"Right position value.","fieldName":"right"},{"name":"destructive","type":{"text":"boolean"},"default":"false","description":"Changes the primary button styles to indicate a destructive action","fieldName":"destructive"},{"name":"zIndex","type":{"text":"number | undefined"},"description":"Z-index for the popover.","fieldName":"zIndex"},{"name":"responsivePosition","type":{"text":"string | undefined"},"description":"Responsive breakpoints for adjusting position.","fieldName":"responsivePosition"},{"name":"titleText","type":{"text":"string"},"default":"''","description":"Body title text","fieldName":"titleText"},{"name":"labelText","type":{"text":"string"},"default":"''","description":"Body subtitle/label","fieldName":"labelText"},{"name":"okText","type":{"text":"string"},"default":"'OK'","description":"OK button label","fieldName":"okText"},{"name":"cancelText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button label","fieldName":"cancelText"},{"name":"closeText","type":{"text":"string"},"default":"'Close'","description":"Close button description text","fieldName":"closeText"},{"name":"popoverAriaLabel","type":{"text":"string"},"default":"'Popover'","description":"Accessible name for the popover dialog\nUsed as aria-label when no title is present","fieldName":"popoverAriaLabel"},{"name":"secondaryButtonText","type":{"text":"string"},"default":"'Secondary'","description":"Secondary button text","fieldName":"secondaryButtonText"},{"name":"showSecondaryButton","type":{"text":"boolean"},"default":"false","description":"Show or hide the secondary button","fieldName":"showSecondaryButton"},{"name":"tertiaryButtonText","type":{"text":"string"},"default":"'Tertiary'","description":"Tertiary button text","fieldName":"tertiaryButtonText"},{"name":"showTertiaryButton","type":{"text":"boolean"},"default":"false","description":"Show or hide the tertiary button","fieldName":"showTertiaryButton"},{"name":"footerLinkText","type":{"text":"string"},"default":"''","description":"Text to display for an optional link in the footer.","fieldName":"footerLinkText"},{"name":"footerLinkHref","type":{"text":"string"},"default":"''","description":"URL for the optional footer link.","fieldName":"footerLinkHref"},{"name":"footerLinkTarget","type":{"text":"'_self' | '_blank' | '_parent' | '_top'"},"default":"'_self'","description":"Target for the footer link (ex: \"_blank\" for new tab).\nIf empty, defaults to same tab.","fieldName":"footerLinkTarget"},{"name":"hideFooter","type":{"text":"boolean"},"default":"false","description":"Hide the entire footer","fieldName":"hideFooter"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-popover","customElement":true}],"exports":[{"kind":"js","name":"Popover","declaration":{"name":"Popover","module":"src/components/reusable/popover/popover.ts"}},{"kind":"custom-element-definition","name":"kyn-popover","declaration":{"name":"Popover","module":"src/components/reusable/popover/popover.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/progressBar/index.ts","declarations":[],"exports":[{"kind":"js","name":"ProgressBar","declaration":{"name":"ProgressBar","module":"./progressBar"}}]},{"kind":"javascript-module","path":"src/components/reusable/progressBar/progressBar.ts","declarations":[{"kind":"class","description":"Progress bar component.","name":"ProgressBar","slots":[{"description":"Slot for tooltip text content.","name":"unnamed"}],"members":[{"kind":"field","name":"showInlineLoadStatus","type":{"text":"boolean"},"default":"false","description":"Sets visibility of optional inline load status spinner.","attribute":"showInlineLoadStatus"},{"kind":"field","name":"showActiveHelperText","type":{"text":"boolean"},"default":"false","description":"Controls whether to show default helper text for active state.","attribute":"showActiveHelperText"},{"kind":"field","name":"progressBarId","type":{"text":"string"},"default":"''","description":"Sets progress bar html id property for accessibility (ex: `example-progress-bar`).","attribute":"progressBarId"},{"kind":"field","name":"status","type":{"text":"'active' | 'success' | 'warning' | 'error'"},"default":"'active'","description":"Sets progress bar status mode.","attribute":"status"},{"kind":"field","name":"value","type":{"text":"number | null"},"default":"null","description":"Sets initial progress bar value (optionally hard-coded).","attribute":"value"},{"kind":"field","name":"max","type":{"text":"number"},"default":"100","description":"Sets manual max value.","attribute":"max"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Sets optional progress bar label.","attribute":"label"},{"kind":"field","name":"helperText","type":{"text":"string"},"default":"''","description":"Sets optional helper text that appears underneath progress bar element.","attribute":"helperText"},{"kind":"field","name":"unit","type":{"text":"string"},"default":"''","description":"Sets the unit for progress measurement (ex: 'MB', 'GB', '%')","attribute":"unit"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"hidePercentageValue","type":{"text":"boolean"},"default":"false","description":"Sets visibility of percentage value.","attribute":"hidePercentageValue"},{"kind":"method","name":"renderProgressBar","privacy":"private","parameters":[{"name":"currentStatus","type":{"text":"ProgressStatus"}},{"name":"currentValue","type":{"text":"number | null"}}]},{"kind":"method","name":"renderProgressBarLabel","privacy":"private","parameters":[{"name":"currentStatus","type":{"text":"ProgressStatus"}},{"name":"currentValue","type":{"text":"number | null"}}]},{"kind":"method","name":"renderStatusIconOrLoader","privacy":"private","parameters":[{"name":"currentStatus","type":{"text":"ProgressStatus"}},{"name":"currentValue","type":{"text":"number | null"}}]},{"kind":"method","name":"getProgressBarClasses","privacy":"private","parameters":[{"name":"status","type":{"text":"ProgressStatus"}}]},{"kind":"method","name":"getHelperText","privacy":"private"},{"kind":"method","name":"getCurrentStatus","privacy":"private","return":{"type":{"text":"ProgressStatus"}},"parameters":[{"name":"currentValue","type":{"text":"number | null"}}]},{"kind":"method","name":"startProgress","privacy":"private"},{"kind":"method","name":"cancelAnimation","privacy":"private"}],"attributes":[{"name":"showInlineLoadStatus","type":{"text":"boolean"},"default":"false","description":"Sets visibility of optional inline load status spinner.","fieldName":"showInlineLoadStatus"},{"name":"showActiveHelperText","type":{"text":"boolean"},"default":"false","description":"Controls whether to show default helper text for active state.","fieldName":"showActiveHelperText"},{"name":"progressBarId","type":{"text":"string"},"default":"''","description":"Sets progress bar html id property for accessibility (ex: `example-progress-bar`).","fieldName":"progressBarId"},{"name":"status","type":{"text":"'active' | 'success' | 'warning' | 'error'"},"default":"'active'","description":"Sets progress bar status mode.","fieldName":"status"},{"name":"value","type":{"text":"number | null"},"default":"null","description":"Sets initial progress bar value (optionally hard-coded).","fieldName":"value"},{"name":"max","type":{"text":"number"},"default":"100","description":"Sets manual max value.","fieldName":"max"},{"name":"label","type":{"text":"string"},"default":"''","description":"Sets optional progress bar label.","fieldName":"label"},{"name":"helperText","type":{"text":"string"},"default":"''","description":"Sets optional helper text that appears underneath progress bar element.","fieldName":"helperText"},{"name":"unit","type":{"text":"string"},"default":"''","description":"Sets the unit for progress measurement (ex: 'MB', 'GB', '%')","fieldName":"unit"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"hidePercentageValue","type":{"text":"boolean"},"default":"false","description":"Sets visibility of percentage value.","fieldName":"hidePercentageValue"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-progress-bar","customElement":true}],"exports":[{"kind":"js","name":"ProgressBar","declaration":{"name":"ProgressBar","module":"src/components/reusable/progressBar/progressBar.ts"}},{"kind":"custom-element-definition","name":"kyn-progress-bar","declaration":{"name":"ProgressBar","module":"src/components/reusable/progressBar/progressBar.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/index.ts","declarations":[],"exports":[{"kind":"js","name":"QueryBuilder","declaration":{"name":"QueryBuilder","module":"./queryBuilder"}},{"kind":"js","name":"QueryBuilderGroup","declaration":{"name":"QueryBuilderGroup","module":"./queryBuilderGroup"}},{"kind":"js","name":"QueryBuilderRule","declaration":{"name":"QueryBuilderRule","module":"./queryBuilderRule"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/queryBuilder.ts","declarations":[{"kind":"class","description":"Query Builder component.\nA visual query builder for constructing complex filter conditions.","name":"QueryBuilder","slots":[{"description":"Slot for custom header content","name":"header"}],"members":[{"kind":"field","name":"query","type":{"text":"RuleGroupType"},"description":"The query data structure","attribute":"query"},{"kind":"field","name":"fields","type":{"text":"QueryField[]"},"default":"[]","description":"Available fields to query","attribute":"fields"},{"kind":"field","name":"showCloneButtons","type":{"text":"boolean"},"default":"false","description":"Show clone button on rules/groups","attribute":"showCloneButtons"},{"kind":"field","name":"showLockButtons","type":{"text":"boolean"},"default":"false","description":"Show lock/disable button on rules/groups","attribute":"showLockButtons"},{"kind":"field","name":"maxDepth","default":"Infinity","description":"Maximum nesting depth (default: unlimited)","attribute":"maxDepth"},{"kind":"field","name":"disableDragAndDrop","type":{"text":"boolean"},"default":"false","description":"Disable drag-and-drop reordering","attribute":"disableDragAndDrop"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable the entire query builder","attribute":"disabled","reflects":true},{"kind":"field","name":"size","type":{"text":"QueryBuilderSize"},"default":"'xs'","description":"Size of all child components (buttons, inputs, dropdowns, datepickers)","attribute":"size"},{"kind":"field","name":"searchThreshold","type":{"text":"number"},"default":"25","description":"Minimum number of dropdown options before a search input is shown.\nApplies to field, value, and multi-select dropdowns within rules.\nWhen `0`, search is always shown. Default `25`.","attribute":"searchThreshold"},{"kind":"field","name":"textStrings","default":"{\n and: 'AND',\n or: 'OR',\n removeGroup: 'Remove group',\n cloneGroup: 'Clone group',\n addRule: 'Add Rule',\n addGroup: 'Group',\n lockGroup: 'Lock group',\n unlockGroup: 'Unlock group',\n removeRule: 'Remove rule',\n cloneRule: 'Clone rule',\n lockRule: 'Lock rule',\n unlockRule: 'Unlock rule',\n dragToReorder: 'Drag to reorder',\n selectField: 'Select Field',\n selectOperator: 'Select Operator',\n value: 'Value',\n selectValue: 'Select value',\n selectValues: 'Select values',\n selectDate: 'Select date',\n selectDateTime: 'Select date/time',\n selectTime: 'Select time',\n min: 'Min',\n max: 'Max',\n start: 'Start',\n end: 'End',\n from: 'From',\n to: 'To',\n validationErrors: 'Validation errors',\n validationErrorCount: '{count} validation error(s)',\n}","description":"Text string customization for i18n.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_renderValidationSummary","privacy":"private"},{"kind":"method","name":"_collectValidationErrors","privacy":"private","return":{"type":{"text":"Array<{ fieldLabel: string; message: string }>"}},"parameters":[{"name":"group","type":{"text":"RuleGroupType"}}],"description":"Recursively collect all validation errors from the query tree"},{"kind":"method","name":"_handleGroupChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleGroupLock","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_emitQueryChange","privacy":"private"},{"kind":"method","name":"getQuery","return":{"type":{"text":"RuleGroupType"}},"description":"get the current query"},{"kind":"method","name":"setQuery","parameters":[{"name":"query","type":{"text":"RuleGroupType"}}],"description":"set the query programmatically"},{"kind":"method","name":"resetQuery","description":"reset the query to initial empty state"},{"kind":"method","name":"_handleItemMove","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}],"description":"handle drag-and-drop move events"},{"kind":"method","name":"_getGroupAtPath","privacy":"private","return":{"type":{"text":"RuleGroupType | null"}},"parameters":[{"name":"query","type":{"text":"RuleGroupType"}},{"name":"path","type":{"text":"number[]"}}],"description":"get a group at a specific path in the query tree"},{"kind":"method","name":"_normalizeQuery","privacy":"private","return":{"type":{"text":"RuleGroupType"}},"parameters":[{"name":"query","type":{"text":"RuleGroupType"}}]},{"kind":"method","name":"_cloneQuery","privacy":"private","return":{"type":{"text":"RuleGroupType"}},"parameters":[{"name":"query","type":{"text":"RuleGroupType"}}]},{"kind":"method","name":"_getMaxGroupDepth","privacy":"private","return":{"type":{"text":"number"}},"parameters":[{"name":"group","type":{"text":"RuleGroupType"}}]}],"events":[{"name":"on-query-change","type":{"text":"CustomEvent"},"description":"Emits when the query changes. `detail: { query: RuleGroupType }`"}],"attributes":[{"name":"query","type":{"text":"RuleGroupType"},"description":"The query data structure","fieldName":"query"},{"name":"fields","type":{"text":"QueryField[]"},"default":"[]","description":"Available fields to query","fieldName":"fields"},{"name":"showCloneButtons","type":{"text":"boolean"},"default":"false","description":"Show clone button on rules/groups","fieldName":"showCloneButtons"},{"name":"showLockButtons","type":{"text":"boolean"},"default":"false","description":"Show lock/disable button on rules/groups","fieldName":"showLockButtons"},{"name":"maxDepth","default":"Infinity","description":"Maximum nesting depth (default: unlimited)","fieldName":"maxDepth"},{"name":"disableDragAndDrop","type":{"text":"boolean"},"default":"false","description":"Disable drag-and-drop reordering","fieldName":"disableDragAndDrop"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable the entire query builder","fieldName":"disabled"},{"name":"size","type":{"text":"QueryBuilderSize"},"default":"'xs'","description":"Size of all child components (buttons, inputs, dropdowns, datepickers)","fieldName":"size"},{"name":"searchThreshold","type":{"text":"number"},"default":"25","description":"Minimum number of dropdown options before a search input is shown.\nApplies to field, value, and multi-select dropdowns within rules.\nWhen `0`, search is always shown. Default `25`.","fieldName":"searchThreshold"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization for i18n.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-query-builder","customElement":true}],"exports":[{"kind":"js","name":"QueryBuilder","declaration":{"name":"QueryBuilder","module":"src/components/reusable/queryBuilder/queryBuilder.ts"}},{"kind":"custom-element-definition","name":"kyn-query-builder","declaration":{"name":"QueryBuilder","module":"src/components/reusable/queryBuilder/queryBuilder.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/queryBuilderGroup.ts","declarations":[{"kind":"class","description":"Query Builder Group component.\nRepresents a group of rules with a combinator (AND/OR).","name":"QueryBuilderGroup","members":[{"kind":"field","name":"group","type":{"text":"RuleGroupType"},"default":"{\n id: '',\n combinator: 'and',\n rules: [],\n }","description":"The group data","attribute":"group"},{"kind":"field","name":"fields","type":{"text":"QueryField[]"},"default":"[]","description":"Available fields for rules","attribute":"fields"},{"kind":"field","name":"combinators","type":{"text":"QueryOption[]"},"default":"[\n { value: 'and', label: 'AND' },\n { value: 'or', label: 'OR' },\n ]","description":"Available combinators","attribute":"combinators"},{"kind":"field","name":"path","type":{"text":"number[]"},"default":"[]","description":"Path to this group in the query tree","attribute":"path"},{"kind":"field","name":"depth","type":{"text":"number"},"default":"0","description":"Current depth level (0 = root)","attribute":"depth"},{"kind":"field","name":"maxDepth","default":"Infinity","description":"Maximum allowed depth","attribute":"maxDepth"},{"kind":"field","name":"isRoot","type":{"text":"boolean"},"default":"false","description":"Whether this is the root group","attribute":"isRoot"},{"kind":"field","name":"showCloneButton","type":{"text":"boolean"},"default":"false","description":"Whether to show clone button","attribute":"showCloneButton"},{"kind":"field","name":"showLockButton","type":{"text":"boolean"},"default":"false","description":"Whether to show lock button","attribute":"showLockButton"},{"kind":"field","name":"disableDragAndDrop","type":{"text":"boolean"},"default":"false","description":"Whether drag and drop is disabled","attribute":"disableDragAndDrop"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether the group is disabled/locked","attribute":"disabled","reflects":true},{"kind":"field","name":"siblingCount","type":{"text":"number"},"default":"1","description":"Number of siblings at this level (used to determine if drag handle should show at depth 1)","attribute":"siblingCount"},{"kind":"field","name":"textStrings","type":{"text":"Record<string, string>"},"default":"{}","description":"Text strings for i18n","attribute":"textStrings"},{"kind":"field","name":"size","type":{"text":"QueryBuilderSize"},"default":"'xs'","description":"Size of child components","attribute":"size"},{"kind":"field","name":"searchThreshold","type":{"text":"number"},"default":"25","description":"Minimum number of dropdown options before search is shown.","attribute":"searchThreshold"},{"kind":"field","name":"_dragOverIndex","type":{"text":"number | null"},"default":"null","description":"Current drag over index for drop indicator"},{"kind":"method","name":"_renderHeader","privacy":"private"},{"kind":"method","name":"_renderDragHandle","privacy":"private"},{"kind":"method","name":"_renderCombinatorToggle","privacy":"private"},{"kind":"method","name":"_handleCombinatorGroupChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_renderRules","privacy":"private"},{"kind":"method","name":"_renderEmptyState","privacy":"private"},{"kind":"method","name":"_renderRuleOrGroup","privacy":"private","parameters":[{"name":"item","type":{"text":"RuleOrGroup"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_isLastRule","privacy":"private","return":{"type":{"text":"boolean"}},"parameters":[{"name":"index","type":{"text":"number"}}],"description":"Check if this is the last rule (not group) in the rules array"},{"kind":"method","name":"_handleCombinatorChange","privacy":"private","parameters":[{"name":"combinator","type":{"text":"string"}}]},{"kind":"method","name":"_handleAddRule","privacy":"private"},{"kind":"method","name":"_handleAddRuleAfter","privacy":"private","parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_addNewRule","privacy":"private","parameters":[{"name":"insertIndex","type":{"text":"number"}}]},{"kind":"method","name":"_handleAddGroup","privacy":"private"},{"kind":"method","name":"_handleRuleChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_handleRuleRemove","privacy":"private","parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_handleRuleClone","privacy":"private","parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_handleRuleLock","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_handleNestedGroupChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleNestedGroupRemove","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleNestedGroupClone","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleNestedGroupLock","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleRemoveGroup","privacy":"private"},{"kind":"method","name":"_handleCloneGroup","privacy":"private"},{"kind":"method","name":"_handleLockToggle","privacy":"private"},{"kind":"method","name":"_emitGroupChange","privacy":"private","parameters":[{"name":"group","type":{"text":"RuleGroupType"}}]},{"kind":"method","name":"_deepCloneGroup","privacy":"private","return":{"type":{"text":"RuleGroupType"}},"parameters":[{"name":"group","type":{"text":"RuleGroupType"}}]},{"kind":"method","name":"_handleDragStart","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}}]},{"kind":"method","name":"_handleDragEnd","privacy":"private"},{"kind":"method","name":"_handleItemDragOver","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}},{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_handleItemDragLeave","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}}]},{"kind":"method","name":"_handleItemDrop","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}},{"name":"targetIndex","type":{"text":"number"}}]},{"kind":"method","name":"_handleGroupDragOver","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}}]},{"kind":"method","name":"_handleGroupDrop","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}}]},{"kind":"method","name":"_handleNestedItemMove","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]}],"events":[{"name":"on-group-remove","type":{"text":"CustomEvent"},"description":"Emits when the group should be removed. `detail: { groupId: string, path: number[] }`"},{"name":"on-group-clone","type":{"text":"CustomEvent"},"description":"Emits when the group should be cloned. `detail: { groupId: string, path: number[] }`"},{"name":"on-group-lock","type":{"text":"CustomEvent"},"description":"Emits when the group lock state changes. `detail: { groupId: string, disabled: boolean, path: number[] }`"},{"name":"on-group-change","type":{"text":"CustomEvent"},"description":"Emits when the group changes. `detail: { group: RuleGroupType, path: number[] }`"},{"name":"on-item-move","type":{"text":"CustomEvent"}}],"attributes":[{"name":"group","type":{"text":"RuleGroupType"},"default":"{\n id: '',\n combinator: 'and',\n rules: [],\n }","description":"The group data","fieldName":"group"},{"name":"fields","type":{"text":"QueryField[]"},"default":"[]","description":"Available fields for rules","fieldName":"fields"},{"name":"combinators","type":{"text":"QueryOption[]"},"default":"[\n { value: 'and', label: 'AND' },\n { value: 'or', label: 'OR' },\n ]","description":"Available combinators","fieldName":"combinators"},{"name":"path","type":{"text":"number[]"},"default":"[]","description":"Path to this group in the query tree","fieldName":"path"},{"name":"depth","type":{"text":"number"},"default":"0","description":"Current depth level (0 = root)","fieldName":"depth"},{"name":"maxDepth","default":"Infinity","description":"Maximum allowed depth","fieldName":"maxDepth"},{"name":"isRoot","type":{"text":"boolean"},"default":"false","description":"Whether this is the root group","fieldName":"isRoot"},{"name":"showCloneButton","type":{"text":"boolean"},"default":"false","description":"Whether to show clone button","fieldName":"showCloneButton"},{"name":"showLockButton","type":{"text":"boolean"},"default":"false","description":"Whether to show lock button","fieldName":"showLockButton"},{"name":"disableDragAndDrop","type":{"text":"boolean"},"default":"false","description":"Whether drag and drop is disabled","fieldName":"disableDragAndDrop"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether the group is disabled/locked","fieldName":"disabled"},{"name":"siblingCount","type":{"text":"number"},"default":"1","description":"Number of siblings at this level (used to determine if drag handle should show at depth 1)","fieldName":"siblingCount"},{"name":"textStrings","type":{"text":"Record<string, string>"},"default":"{}","description":"Text strings for i18n","fieldName":"textStrings"},{"name":"size","type":{"text":"QueryBuilderSize"},"default":"'xs'","description":"Size of child components","fieldName":"size"},{"name":"searchThreshold","type":{"text":"number"},"default":"25","description":"Minimum number of dropdown options before search is shown.","fieldName":"searchThreshold"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-qb-group","customElement":true}],"exports":[{"kind":"js","name":"QueryBuilderGroup","declaration":{"name":"QueryBuilderGroup","module":"src/components/reusable/queryBuilder/queryBuilderGroup.ts"}},{"kind":"custom-element-definition","name":"kyn-qb-group","declaration":{"name":"QueryBuilderGroup","module":"src/components/reusable/queryBuilder/queryBuilderGroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/queryBuilderRule.ts","declarations":[{"kind":"class","description":"Query Builder Rule component.\nRepresents a single condition in the query (field + operator + value).","name":"QueryBuilderRule","members":[{"kind":"field","name":"rule","type":{"text":"RuleType"},"default":"{\n id: '',\n field: '',\n operator: '',\n value: '',\n }","description":"The rule data","attribute":"rule"},{"kind":"field","name":"fields","type":{"text":"QueryField[]"},"default":"[]","description":"Available fields","attribute":"fields"},{"kind":"field","name":"isLast","type":{"text":"boolean"},"default":"false","description":"Whether this is the last rule in the group (shows add button)","attribute":"isLast"},{"kind":"field","name":"showCloneButton","type":{"text":"boolean"},"default":"false","description":"Whether to show the clone button","attribute":"showCloneButton"},{"kind":"field","name":"showLockButton","type":{"text":"boolean"},"default":"false","description":"Whether to show the lock button","attribute":"showLockButton"},{"kind":"field","name":"disableDragAndDrop","type":{"text":"boolean"},"default":"false","description":"Whether drag and drop is disabled","attribute":"disableDragAndDrop"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether the rule is disabled/locked","attribute":"disabled","reflects":true},{"kind":"field","name":"index","type":{"text":"number"},"default":"0","description":"Index of this rule in its parent group (for drag-and-drop)","attribute":"index"},{"kind":"field","name":"parentPath","type":{"text":"number[]"},"default":"[]","description":"Path to the parent group (for drag-and-drop)","attribute":"parentPath"},{"kind":"field","name":"siblingCount","type":{"text":"number"},"default":"1","description":"Number of siblings at this level (used to determine if drag handle should show at depth 1)","attribute":"siblingCount"},{"kind":"field","name":"textStrings","type":{"text":"Record<string, string>"},"default":"{}","description":"Text strings for i18n","attribute":"textStrings"},{"kind":"field","name":"size","type":{"text":"QueryBuilderSize"},"default":"'xs'","description":"Size of child components","attribute":"size"},{"kind":"field","name":"searchThreshold","type":{"text":"number"},"default":"25","description":"Minimum number of dropdown options before search is shown.","attribute":"searchThreshold"},{"kind":"field","name":"selectedField","type":{"text":"QueryField | undefined"},"privacy":"private","description":"Get the currently selected field configuration","readonly":true},{"kind":"field","name":"operators","type":{"text":"QueryOperator[]"},"privacy":"private","description":"Get operators for the current field","readonly":true},{"kind":"field","name":"isNoValue","type":{"text":"boolean"},"privacy":"private","description":"Check if current operator requires no value","readonly":true},{"kind":"field","name":"isBetween","type":{"text":"boolean"},"privacy":"private","description":"Check if current operator requires two values","readonly":true},{"kind":"field","name":"isMultiValue","type":{"text":"boolean"},"privacy":"private","description":"Check if current operator accepts multiple values","readonly":true},{"kind":"method","name":"_renderDragHandle","privacy":"private"},{"kind":"method","name":"_handleDragStart","privacy":"private","parameters":[{"name":"e","type":{"text":"DragEvent"}}]},{"kind":"method","name":"_handleDragEnd","privacy":"private"},{"kind":"method","name":"_renderFieldSelector","privacy":"private"},{"kind":"method","name":"_renderOperatorSelector","privacy":"private"},{"kind":"method","name":"_renderValueEditor","privacy":"private"},{"kind":"method","name":"_renderTextInput","privacy":"private","parameters":[{"name":"field","optional":true,"type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderNumberInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderDateInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderDateTimeInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderTimeInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderBooleanInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderRadioInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderSliderInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderSelectInput","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderMultiSelectEditor","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderBetweenEditor","privacy":"private","parameters":[{"name":"field","type":{"text":"QueryField"}}]},{"kind":"method","name":"_renderActions","privacy":"private"},{"kind":"method","name":"_handleFieldChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleOperatorChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleValueChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleBooleanChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleRadioChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleSliderChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleMultiValueChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleBetweenChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}},{"name":"index","type":{"text":"0 | 1"}}]},{"kind":"method","name":"_emitRuleChange","privacy":"private","parameters":[{"name":"rule","type":{"text":"RuleType"}}]},{"kind":"method","name":"_validateRule","privacy":"private","description":"validate the current rule using native validation and field's validator function"},{"kind":"method","name":"_handleValueBlur","privacy":"private","description":"handle blur events on value inputs to trigger validation"},{"kind":"method","name":"_getDetailValue","privacy":"private","return":{"type":{"text":"unknown"}},"parameters":[{"name":"detail","type":{"text":"Record<string, unknown>"}}]},{"kind":"method","name":"_handleAddRule","privacy":"private"},{"kind":"method","name":"_handleRemoveRule","privacy":"private"},{"kind":"method","name":"_handleCloneRule","privacy":"private"},{"kind":"method","name":"_handleLockToggle","privacy":"private"}],"events":[{"name":"on-rule-change","type":{"text":"CustomEvent"},"description":"Emits when the rule changes. `detail: { rule: RuleType }`"},{"name":"on-rule-add","type":{"text":"CustomEvent"},"description":"Emits when a new rule should be added after this one. `detail: { ruleId: string }`"},{"name":"on-rule-remove","type":{"text":"CustomEvent"},"description":"Emits when the rule should be removed. `detail: { ruleId: string }`"},{"name":"on-rule-clone","type":{"text":"CustomEvent"},"description":"Emits when the rule should be cloned. `detail: { ruleId: string }`"},{"name":"on-rule-lock","type":{"text":"CustomEvent"},"description":"Emits when the rule lock state changes. `detail: { ruleId: string, disabled: boolean }`"}],"attributes":[{"name":"rule","type":{"text":"RuleType"},"default":"{\n id: '',\n field: '',\n operator: '',\n value: '',\n }","description":"The rule data","fieldName":"rule"},{"name":"fields","type":{"text":"QueryField[]"},"default":"[]","description":"Available fields","fieldName":"fields"},{"name":"isLast","type":{"text":"boolean"},"default":"false","description":"Whether this is the last rule in the group (shows add button)","fieldName":"isLast"},{"name":"showCloneButton","type":{"text":"boolean"},"default":"false","description":"Whether to show the clone button","fieldName":"showCloneButton"},{"name":"showLockButton","type":{"text":"boolean"},"default":"false","description":"Whether to show the lock button","fieldName":"showLockButton"},{"name":"disableDragAndDrop","type":{"text":"boolean"},"default":"false","description":"Whether drag and drop is disabled","fieldName":"disableDragAndDrop"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Whether the rule is disabled/locked","fieldName":"disabled"},{"name":"index","type":{"text":"number"},"default":"0","description":"Index of this rule in its parent group (for drag-and-drop)","fieldName":"index"},{"name":"parentPath","type":{"text":"number[]"},"default":"[]","description":"Path to the parent group (for drag-and-drop)","fieldName":"parentPath"},{"name":"siblingCount","type":{"text":"number"},"default":"1","description":"Number of siblings at this level (used to determine if drag handle should show at depth 1)","fieldName":"siblingCount"},{"name":"textStrings","type":{"text":"Record<string, string>"},"default":"{}","description":"Text strings for i18n","fieldName":"textStrings"},{"name":"size","type":{"text":"QueryBuilderSize"},"default":"'xs'","description":"Size of child components","fieldName":"size"},{"name":"searchThreshold","type":{"text":"number"},"default":"25","description":"Minimum number of dropdown options before search is shown.","fieldName":"searchThreshold"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-qb-rule","customElement":true}],"exports":[{"kind":"js","name":"QueryBuilderRule","declaration":{"name":"QueryBuilderRule","module":"src/components/reusable/queryBuilder/queryBuilderRule.ts"}},{"kind":"custom-element-definition","name":"kyn-qb-rule","declaration":{"name":"QueryBuilderRule","module":"src/components/reusable/queryBuilder/queryBuilderRule.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/radioButton/index.ts","declarations":[],"exports":[{"kind":"js","name":"RadioButton","declaration":{"name":"RadioButton","module":"./radioButton"}},{"kind":"js","name":"RadioButtonGroup","declaration":{"name":"RadioButtonGroup","module":"./radioButtonGroup"}}]},{"kind":"javascript-module","path":"src/components/reusable/radioButton/radioButton.ts","declarations":[{"kind":"class","description":"Radio button.","name":"RadioButton","slots":[{"description":"Slot for label text.","name":"unnamed"}],"members":[{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Radio button value.","attribute":"value"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Radio button disabled state, inherited from the parent group.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Radio button readonly state, inherited from the parent group.","attribute":"readonly"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'lg'","description":"Input size. \"xs\" or \"lg\".","attribute":"size"},{"kind":"method","name":"handleChange","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"description":"Captures the change event and emits the selected value and original event details.`detail:{checked:boolean,origEvent:Event,value:string}`","name":"on-radio-change"}],"attributes":[{"name":"value","type":{"text":"string"},"default":"''","description":"Radio button value.","fieldName":"value"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Radio button disabled state, inherited from the parent group.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Radio button readonly state, inherited from the parent group.","fieldName":"readonly"},{"name":"size","type":{"text":"string"},"default":"'lg'","description":"Input size. \"xs\" or \"lg\".","fieldName":"size"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-radio-button","customElement":true}],"exports":[{"kind":"js","name":"RadioButton","declaration":{"name":"RadioButton","module":"src/components/reusable/radioButton/radioButton.ts"}},{"kind":"custom-element-definition","name":"kyn-radio-button","declaration":{"name":"RadioButton","module":"src/components/reusable/radioButton/radioButton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/radioButton/radioButtonGroup.ts","declarations":[{"kind":"class","description":"Radio button group container.","name":"RadioButtonGroup","slots":[{"description":"Slot for individual radio buttons.","name":"unnamed"},{"description":"Slot for description text.","name":"description"},{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text","attribute":"label"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","attribute":"required"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Radio button group disabled state.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Radio button group readonly state.","attribute":"readonly"},{"kind":"field","name":"horizontal","type":{"text":"boolean"},"default":"false","description":"Radio button group horizontal layout.","attribute":"horizontal"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hides the label while keeping it accessible to screen readers.","attribute":"hideLabel"},{"kind":"field","name":"textStrings","default":"{\n required: 'Required',\n error: 'Error',\n warning: 'Warning',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]},{"kind":"method","name":"_handleRadioChange","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent<{ value: string; checked: boolean }>"}}]}],"events":[{"name":"on-radio-group-change","type":{"text":"CustomEvent"},"description":"Captures the change event and emits the selected value.`detail:{ value: string }`"}],"attributes":[{"type":{"text":"string"},"description":"The selected value of the radio group.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text","fieldName":"label"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","fieldName":"required"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Radio button group disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Radio button group readonly state.","fieldName":"readonly"},{"name":"horizontal","type":{"text":"boolean"},"default":"false","description":"Radio button group horizontal layout.","fieldName":"horizontal"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hides the label while keeping it accessible to screen readers.","fieldName":"hideLabel"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-radio-button-group","customElement":true}],"exports":[{"kind":"js","name":"RadioButtonGroup","declaration":{"name":"RadioButtonGroup","module":"src/components/reusable/radioButton/radioButtonGroup.ts"}},{"kind":"custom-element-definition","name":"kyn-radio-button-group","declaration":{"name":"RadioButtonGroup","module":"src/components/reusable/radioButton/radioButtonGroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/search/index.ts","declarations":[],"exports":[{"kind":"js","name":"Search","declaration":{"name":"Search","module":"./search"}}]},{"kind":"javascript-module","path":"src/components/reusable/search/search.ts","declarations":[{"kind":"class","description":"Search","name":"Search","members":[{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"Input name.","attribute":"name"},{"kind":"field","name":"label","type":{"text":"string"},"default":"'Search'","description":"Label text.","attribute":"label"},{"kind":"field","name":"expandable","type":{"text":"boolean"},"default":"false","description":"Expandable style search.","attribute":"expandable"},{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Input value.","attribute":"value"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state.","attribute":"disabled"},{"kind":"field","name":"suggestions","type":{"text":"Array<string>"},"default":"[]","description":"Auto-suggest array of strings that should match the current value. Update this array externally after on-input.","attribute":"suggestions"},{"kind":"field","name":"searchHistory","type":{"text":"Array<string>"},"default":"[]","description":"Auto-suggest history array of strings. Update this array externally after on-input.","attribute":"searchHistory"},{"kind":"field","name":"expandableSearchBtnDescription","type":{"text":"string"},"default":"''","description":"Expandable style search button description (Required to support accessibility).","attribute":"expandableSearchBtnDescription"},{"kind":"field","name":"assistiveTextStrings","default":"{\n searchSuggestions: 'Search suggestions.',\n noMatches: 'No matches found for',\n selected: 'Selected',\n found: 'Found',\n recentSearches: 'Recent searches',\n}","description":"Assistive text strings.","attribute":"assistiveTextStrings","type":{"text":"object"}},{"kind":"field","name":"enableSearchHistory","type":{"text":"boolean"},"default":"false","description":"To show history searches in suggestion panel","attribute":"enableSearchHistory"},{"kind":"method","name":"_buttonSizeMap","privacy":"private"},{"kind":"method","name":"_handleFocus","privacy":"private"},{"kind":"method","name":"_handleButtonClick","privacy":"private"},{"kind":"method","name":"_handleInput","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]},{"kind":"method","name":"_handleSuggestionClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"suggestion","type":{"text":"string"}}]},{"kind":"method","name":"_handleSuggestionWithMouseUp","privacy":"private","parameters":[{"name":"suggestion","type":{"text":"string"}}]},{"kind":"method","name":"_handleSuggestionWithMouseDown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleSearchKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleListKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleKeyboard","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"keyCode","type":{"text":"number"}},{"name":"target","type":{"text":"string"}}]},{"kind":"method","name":"_checkForMatchingSuggestions","privacy":"private"},{"kind":"method","name":"_renderSuggestionContent","privacy":"private","parameters":[{"name":"suggestion","type":{"text":"string"}},{"name":"isSearchHistory","type":{"text":"boolean"}}]},{"kind":"method","name":"_wrapTextWithSpaces","privacy":"private","parameters":[{"name":"text","type":{"text":"string"}}]},{"kind":"method","name":"_handleClickOut","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]}],"events":[{"description":"Emits the value on text input/clear.`detail:{ origEvent: InputEvent,value: string }`","name":"on-input"}],"attributes":[{"name":"name","type":{"text":"string"},"default":"''","description":"Input name.","fieldName":"name"},{"name":"label","type":{"text":"string"},"default":"'Search'","description":"Label text.","fieldName":"label"},{"name":"expandable","type":{"text":"boolean"},"default":"false","description":"Expandable style search.","fieldName":"expandable"},{"name":"value","type":{"text":"string"},"default":"''","description":"Input value.","fieldName":"value"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disabled state.","fieldName":"disabled"},{"name":"suggestions","type":{"text":"Array<string>"},"default":"[]","description":"Auto-suggest array of strings that should match the current value. Update this array externally after on-input.","fieldName":"suggestions"},{"name":"searchHistory","type":{"text":"Array<string>"},"default":"[]","description":"Auto-suggest history array of strings. Update this array externally after on-input.","fieldName":"searchHistory"},{"name":"expandableSearchBtnDescription","type":{"text":"string"},"default":"''","description":"Expandable style search button description (Required to support accessibility).","fieldName":"expandableSearchBtnDescription"},{"name":"assistiveTextStrings","default":"_defaultTextStrings","description":"Assistive text strings.","fieldName":"assistiveTextStrings"},{"name":"enableSearchHistory","type":{"text":"boolean"},"default":"false","description":"To show history searches in suggestion panel","fieldName":"enableSearchHistory"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-search","customElement":true}],"exports":[{"kind":"js","name":"Search","declaration":{"name":"Search","module":"src/components/reusable/search/search.ts"}},{"kind":"custom-element-definition","name":"kyn-search","declaration":{"name":"Search","module":"src/components/reusable/search/search.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/sideDrawer/index.ts","declarations":[],"exports":[{"kind":"js","name":"SideDrawer","declaration":{"name":"SideDrawer","module":"./sideDrawer"}}]},{"kind":"javascript-module","path":"src/components/reusable/sideDrawer/sideDrawer.ts","declarations":[{"kind":"class","description":"Side Drawer.","name":"SideDrawer","slots":[{"description":"Slot for drawer body content.","name":"unnamed"},{"description":"Slot for the anchor button content.","name":"anchor"}],"members":[{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Drawer open state.","attribute":"open"},{"kind":"field","name":"size","type":{"text":"'md' | 'sm' | 'xl' | 'standard'"},"default":"'md'","description":"Drawer size.","attribute":"size"},{"kind":"field","name":"titleText","type":{"text":"string"},"default":"''","description":"Title / Heading text, required.","attribute":"titleText"},{"kind":"field","name":"labelText","type":{"text":"string"},"default":"''","description":"Label text, optional.","attribute":"labelText"},{"kind":"field","name":"submitBtnText","type":{"text":"string"},"default":"'Ok'","description":"Submit button text.","attribute":"submitBtnText"},{"kind":"field","name":"cancelBtnText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button text.","attribute":"cancelBtnText"},{"kind":"field","name":"closeBtnDescription","type":{"text":"string"},"default":"'Close'","description":"Close button description (Required to support accessibility).","attribute":"closeBtnDescription"},{"kind":"field","name":"submitBtnDisabled","type":{"text":"boolean"},"default":"false","description":"Disables the primary button.","attribute":"submitBtnDisabled"},{"kind":"field","name":"gradientBackground","type":{"text":"boolean"},"default":"false","description":"Apply gradient to modal background","attribute":"gradientBackground","reflects":true},{"kind":"field","name":"hideFooter","type":{"text":"boolean"},"default":"false","description":"Determine whether needs footer","attribute":"hideFooter"},{"kind":"field","name":"destructive","type":{"text":"boolean"},"default":"false","description":"Changes the primary button styles to indicate the action is destructive.","attribute":"destructive"},{"kind":"field","name":"secondaryButtonText","type":{"text":"string"},"default":"'Secondary'","description":"Secondary button text.","attribute":"secondaryButtonText"},{"kind":"field","name":"showSecondaryButton","type":{"text":"boolean"},"default":"false","description":"Hides the secondary button.","attribute":"showSecondaryButton"},{"kind":"field","name":"secondaryDestructive","type":{"text":"boolean"},"default":"false","description":"Changes the secondary button styles to indicate the action is destructive.","attribute":"secondaryDestructive"},{"kind":"field","name":"hideCancelButton","type":{"text":"boolean"},"default":"false","description":"Hides the cancel button.","attribute":"hideCancelButton"},{"kind":"field","name":"beforeClose","type":{"text":"Function"},"description":"Function to execute before the Drawer can close. Useful for running checks or validations before closing. Exposes `returnValue` (`'ok'` or `'cancel'`). Must return `true` or `false`."},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for AI theme.","attribute":"aiConnected"},{"kind":"field","name":"noBackdrop","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for no backdrop","attribute":"noBackdrop"},{"kind":"field","name":"resizable","type":{"text":"boolean"},"default":"false","description":"Allow the drawer to be resized by dragging the left edge. Width is constrained between 384px and 1024px.","attribute":"resizable"},{"kind":"method","name":"_openDrawer","privacy":"private"},{"kind":"method","name":"_closeDrawer","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}},{"name":"returnValue","type":{"text":"string"}}]},{"kind":"method","name":"_emitCloseEvent","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_emitOpenEvent","privacy":"private"},{"kind":"method","name":"_onDragStart","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"_onDragMove","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"_onDragEnd","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]}],"events":[{"name":"on-resize","type":{"text":"CustomEvent"},"description":"Emits when the drawer is resized via drag. `detail: { width: number }`"},{"description":"Emits the drawer close event with `returnValue` (`'ok'` or `'cancel'`).`detail:{ origEvent: PointerEvent,returnValue: string }`","name":"on-close"},{"description":"Emits the drawer open event.","name":"on-open"}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Drawer open state.","fieldName":"open"},{"name":"size","type":{"text":"'md' | 'sm' | 'xl' | 'standard'"},"default":"'md'","description":"Drawer size.","fieldName":"size"},{"name":"titleText","type":{"text":"string"},"default":"''","description":"Title / Heading text, required.","fieldName":"titleText"},{"name":"labelText","type":{"text":"string"},"default":"''","description":"Label text, optional.","fieldName":"labelText"},{"name":"submitBtnText","type":{"text":"string"},"default":"'Ok'","description":"Submit button text.","fieldName":"submitBtnText"},{"name":"cancelBtnText","type":{"text":"string"},"default":"'Cancel'","description":"Cancel button text.","fieldName":"cancelBtnText"},{"name":"closeBtnDescription","type":{"text":"string"},"default":"'Close'","description":"Close button description (Required to support accessibility).","fieldName":"closeBtnDescription"},{"name":"submitBtnDisabled","type":{"text":"boolean"},"default":"false","description":"Disables the primary button.","fieldName":"submitBtnDisabled"},{"name":"gradientBackground","type":{"text":"boolean"},"default":"false","description":"Apply gradient to modal background","fieldName":"gradientBackground"},{"name":"hideFooter","type":{"text":"boolean"},"default":"false","description":"Determine whether needs footer","fieldName":"hideFooter"},{"name":"destructive","type":{"text":"boolean"},"default":"false","description":"Changes the primary button styles to indicate the action is destructive.","fieldName":"destructive"},{"name":"secondaryButtonText","type":{"text":"string"},"default":"'Secondary'","description":"Secondary button text.","fieldName":"secondaryButtonText"},{"name":"showSecondaryButton","type":{"text":"boolean"},"default":"false","description":"Hides the secondary button.","fieldName":"showSecondaryButton"},{"name":"secondaryDestructive","type":{"text":"boolean"},"default":"false","description":"Changes the secondary button styles to indicate the action is destructive.","fieldName":"secondaryDestructive"},{"name":"hideCancelButton","type":{"text":"boolean"},"default":"false","description":"Hides the cancel button.","fieldName":"hideCancelButton"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for AI theme.","fieldName":"aiConnected"},{"name":"noBackdrop","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for no backdrop","fieldName":"noBackdrop"},{"name":"resizable","type":{"text":"boolean"},"default":"false","description":"Allow the drawer to be resized by dragging the left edge. Width is constrained between 384px and 1024px.","fieldName":"resizable"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-side-drawer","customElement":true}],"exports":[{"kind":"js","name":"SideDrawer","declaration":{"name":"SideDrawer","module":"src/components/reusable/sideDrawer/sideDrawer.ts"}},{"kind":"custom-element-definition","name":"kyn-side-drawer","declaration":{"name":"SideDrawer","module":"src/components/reusable/sideDrawer/sideDrawer.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/sliderInput/index.ts","declarations":[],"exports":[{"kind":"js","name":"SliderInput","declaration":{"name":"SliderInput","module":"./sliderInput"}}]},{"kind":"javascript-module","path":"src/components/reusable/sliderInput/sliderInput.ts","declarations":[{"kind":"class","description":"Slider Input.","name":"SliderInput","slots":[{"description":"Slot for tooltip.","name":"tooltip"},{"description":"Slot for left button icon.","name":"leftBtnIcon"},{"description":"Slot for right button icon.","name":"rightBtnIcon"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"value","type":{"text":"number"},"default":"0","description":"Input value."},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","attribute":"disabled"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","attribute":"caption"},{"kind":"field","name":"max","type":{"text":"number"},"default":"100","description":"The maximum value.","attribute":"max"},{"kind":"field","name":"min","type":{"text":"number"},"default":"0","description":"The minimum value.","attribute":"min"},{"kind":"field","name":"step","type":{"text":"number"},"default":"1","description":"The step between values.","attribute":"step"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"enableTickMarker","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for enable Tick Marker on slider.","attribute":"enableTickMarker"},{"kind":"field","name":"enableScaleMarker","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for enable Scale Marker below slider","attribute":"enableScaleMarker"},{"kind":"field","name":"editableInput","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for editable Input. Note: Enabling this property will disable the tooltip.","attribute":"editableInput"},{"kind":"field","name":"textStrings","default":"{\n error: 'Error',\n decrease: 'Decrease',\n increase: 'Increase',\n warning: 'Warning',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"customLabels","type":{"text":"string[]"},"default":"[]","description":"Custom Labels","attribute":"customLabels"},{"kind":"field","name":"enableTooltip","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for enable Tooltip.","attribute":"enableTooltip"},{"kind":"field","name":"enableButtonControls","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for button controls.","attribute":"enableButtonControls"},{"kind":"field","name":"fullWidth","type":{"text":"boolean"},"default":"false","description":"Makes the slider expand to fill the full width of its container.","attribute":"fullWidth","reflects":true},{"kind":"method","name":"_renderTickMarker","privacy":"private","parameters":[{"name":"tickCount","type":{"text":"any"}}]},{"kind":"method","name":"_handleDecrease","privacy":"private"},{"kind":"method","name":"_handleIncrease","privacy":"private"},{"kind":"method","name":"_renderCustomLabel","privacy":"private"},{"kind":"method","name":"_renderScaleMarker","privacy":"private","parameters":[{"name":"tickCount","type":{"text":"any"}}]},{"kind":"method","name":"_renderTooltip","privacy":"private"},{"kind":"method","name":"_renderEditableInput","privacy":"private"},{"kind":"method","name":"_showTooltip","privacy":"private"},{"kind":"method","name":"_hideTooltip","privacy":"private"},{"kind":"method","name":"_handleInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleNumberInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_emitValue","privacy":"private","parameters":[{"name":"e","optional":true,"type":{"text":"any"}}]},{"kind":"method","name":"_getTooltipPosition","privacy":"private"},{"kind":"method","name":"_updateTooltipPosition","privacy":"private"},{"kind":"method","name":"showTickMark","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]}],"events":[{"description":"Captures the input event and emits the selected value and original event details.`detail:{ origEvent: Event,value: number }`","name":"on-input"}],"attributes":[{"type":{"text":"number"},"description":"The value of the input.","name":"value","default":"0"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","fieldName":"disabled"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","fieldName":"caption"},{"name":"max","type":{"text":"number"},"default":"100","description":"The maximum value.","fieldName":"max"},{"name":"min","type":{"text":"number"},"default":"0","description":"The minimum value.","fieldName":"min"},{"name":"step","type":{"text":"number"},"default":"1","description":"The step between values.","fieldName":"step"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"enableTickMarker","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for enable Tick Marker on slider.","fieldName":"enableTickMarker"},{"name":"enableScaleMarker","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for enable Scale Marker below slider","fieldName":"enableScaleMarker"},{"name":"editableInput","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for editable Input. Note: Enabling this property will disable the tooltip.","fieldName":"editableInput"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"customLabels","type":{"text":"string[]"},"default":"[]","description":"Custom Labels","fieldName":"customLabels"},{"name":"enableTooltip","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for enable Tooltip.","fieldName":"enableTooltip"},{"name":"enableButtonControls","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for button controls.","fieldName":"enableButtonControls"},{"name":"fullWidth","type":{"text":"boolean"},"default":"false","description":"Makes the slider expand to fill the full width of its container.","fieldName":"fullWidth"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-slider-input","customElement":true}],"exports":[{"kind":"js","name":"SliderInput","declaration":{"name":"SliderInput","module":"src/components/reusable/sliderInput/sliderInput.ts"}},{"kind":"custom-element-definition","name":"kyn-slider-input","declaration":{"name":"SliderInput","module":"src/components/reusable/sliderInput/sliderInput.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/splitButton/defs.ts","declarations":[],"exports":[]},{"kind":"javascript-module","path":"src/components/reusable/splitButton/index.ts","declarations":[],"exports":[{"kind":"js","name":"SplitButton","declaration":{"name":"SplitButton","module":"./splitButton"}},{"kind":"js","name":"SplitButtonOption","declaration":{"name":"SplitButtonOption","module":"./splitButtonOption"}}]},{"kind":"javascript-module","path":"src/components/reusable/splitButton/splitButton.ts","declarations":[{"kind":"class","description":"Split Button","name":"SplitButton","slots":[{"description":"Slot for split button options.","name":"unnamed"},{"description":"Slot for an icon (optional).","name":"icon"}],"members":[{"kind":"field","name":"description","type":{"text":"string"},"default":"''","description":"ARIA label for the buttons for accessibility.","attribute":"description"},{"kind":"field","name":"name","type":{"text":"string"},"default":"''","description":"Split button name.","attribute":"name"},{"kind":"field","name":"kind","type":{"text":"SPLIT_BTN_KINDS"},"description":"Specifies the visual appearance/kind of the split button.","attribute":"kind"},{"kind":"field","name":"size","type":{"text":"SPLIT_BTN_SIZES"},"description":"Specifies the size of the split button.","attribute":"size"},{"kind":"field","name":"iconPosition","type":{"text":"SPLIIT_BTN_ICON_POSITION"},"description":"Specifies the position of the icon relative to any split button text. Default `'left'`. This is optional and work with icon slot.","attribute":"iconPosition"},{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Split button text (required)","attribute":"label"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines if the split button is disabled.","attribute":"disabled","reflects":true},{"kind":"field","name":"destructive","type":{"text":"boolean"},"default":"false","description":"Determines if the split button indicates a destructive action.","attribute":"destructive","reflects":true},{"kind":"field","name":"menuMinWidth","type":{"text":"string"},"default":"'initial'","description":"Menu CSS min-width value.","attribute":"menuMinWidth"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Listbox/menu open state.","attribute":"open"},{"kind":"method","name":"_positionMenu","privacy":"private","description":"Repositions the menu so it stays within the viewport: opens upwards when\nnear the bottom edge and anchors to the right (opens leftwards) when a\nleft-aligned menu would overflow the right edge, preventing page scroll."},{"kind":"method","name":"handleListBlur","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleButtonKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleListKeydown","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleKeyboard","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"keyCode","type":{"text":"number"}},{"name":"target","type":{"text":"string"}}]},{"kind":"field","name":"toggleDropdown","privacy":"private"},{"kind":"method","name":"_handleClickOut","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"_handleBlur","privacy":"private","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handlePrimaryClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"emitValue","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Captures the event and emits the selected value and original event details.","name":"on-click"}],"attributes":[{"name":"description","type":{"text":"string"},"default":"''","description":"ARIA label for the buttons for accessibility.","fieldName":"description"},{"name":"name","type":{"text":"string"},"default":"''","description":"Split button name.","fieldName":"name"},{"name":"kind","type":{"text":"SPLIT_BTN_KINDS"},"description":"Specifies the visual appearance/kind of the split button.","fieldName":"kind"},{"name":"size","type":{"text":"SPLIT_BTN_SIZES"},"description":"Specifies the size of the split button.","fieldName":"size"},{"name":"iconPosition","type":{"text":"SPLIIT_BTN_ICON_POSITION"},"description":"Specifies the position of the icon relative to any split button text. Default `'left'`. This is optional and work with icon slot.","fieldName":"iconPosition"},{"name":"label","type":{"text":"string"},"default":"''","description":"Split button text (required)","fieldName":"label"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines if the split button is disabled.","fieldName":"disabled"},{"name":"destructive","type":{"text":"boolean"},"default":"false","description":"Determines if the split button indicates a destructive action.","fieldName":"destructive"},{"name":"menuMinWidth","type":{"text":"string"},"default":"'initial'","description":"Menu CSS min-width value.","fieldName":"menuMinWidth"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Listbox/menu open state.","fieldName":"open"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-split-btn","customElement":true}],"exports":[{"kind":"js","name":"SplitButton","declaration":{"name":"SplitButton","module":"src/components/reusable/splitButton/splitButton.ts"}},{"kind":"custom-element-definition","name":"kyn-split-btn","declaration":{"name":"SplitButton","module":"src/components/reusable/splitButton/splitButton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/splitButton/splitButtonOption.ts","declarations":[{"kind":"class","description":"Split button option.","name":"SplitButtonOption","slots":[{"description":"Slot for option text.","name":"unnamed"}],"members":[{"kind":"field","name":"value","type":{"text":"string"},"default":"''","description":"Split button option value.","attribute":"value"},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Split button option selected state.","attribute":"selected","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Split button menu option disabled state.","attribute":"disabled"},{"kind":"method","name":"handleSlotChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"handleClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"handleBlur","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Emits the option details to the parent split button. `detail:{ origEvent: CustomEvent,value: string, text: string,otherattributes }`","name":"on-action-click"}],"attributes":[{"name":"value","type":{"text":"string"},"default":"''","description":"Split button option value.","fieldName":"value"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Split button option selected state.","fieldName":"selected"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Split button menu option disabled state.","fieldName":"disabled"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-splitbutton-option","customElement":true}],"exports":[{"kind":"js","name":"SplitButtonOption","declaration":{"name":"SplitButtonOption","module":"src/components/reusable/splitButton/splitButtonOption.ts"}},{"kind":"custom-element-definition","name":"kyn-splitbutton-option","declaration":{"name":"SplitButtonOption","module":"src/components/reusable/splitButton/splitButtonOption.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/splitView/index.ts","declarations":[],"exports":[{"kind":"js","name":"SplitView","declaration":{"name":"SplitView","module":"./splitView"}}]},{"kind":"javascript-module","path":"src/components/reusable/splitView/splitView.ts","declarations":[{"kind":"class","description":"Split View — resizable multi-pane layout.\n\nSlot content into `start`, the default (primary), and optionally `end` panes.\nThree-pane mode activates automatically when the `end` slot has content.\nAt narrow container widths the layout collapses to a tabbed compact view\nusing `kyn-tabs`.","name":"SplitView","slots":[{"description":"Content for the start (left) pane.","name":"start"},{"description":"Content for the primary (center) pane.","name":"unnamed"},{"description":"Content for the end (right) pane. Presence of content enables three-pane mode.","name":"end"}],"members":[{"kind":"field","name":"startPaneSize","type":{"text":"string"},"default":"'39%'","description":"Initial width of the start pane. Accepts any CSS length value.","attribute":"startPaneSize"},{"kind":"field","name":"endPaneSize","type":{"text":"string"},"default":"'28%'","description":"Initial width of the end pane (three-pane mode only). Accepts any CSS length value.","attribute":"endPaneSize"},{"kind":"field","name":"compactBreakpoint","type":{"text":"number"},"default":"900","description":"Container width (px) below which the layout switches to compact tabbed mode. Set to `0` to disable.","attribute":"compactBreakpoint"},{"kind":"field","name":"minPaneSize","type":{"text":"number"},"default":"120","description":"Minimum width (px) for start and end panes during drag resize.","attribute":"minPaneSize"},{"kind":"field","name":"minCenterSize","type":{"text":"number"},"default":"160","description":"Minimum width (px) for the primary (center) pane during drag resize.","attribute":"minCenterSize"},{"kind":"field","name":"startPaneLabel","type":{"text":"string"},"default":"'Start'","description":"Label for the start pane tab in compact mode.","attribute":"startPaneLabel"},{"kind":"field","name":"primaryPaneLabel","type":{"text":"string"},"default":"'Primary'","description":"Label for the primary pane tab in compact mode.","attribute":"primaryPaneLabel"},{"kind":"field","name":"endPaneLabel","type":{"text":"string"},"default":"'End'","description":"Label for the end pane tab in compact mode.","attribute":"endPaneLabel"},{"kind":"field","name":"startDividerInverted","type":{"text":"'none' | 'left' | 'right'"},"default":"'none'","description":"Invert one grip line on the start divider for contrast against a dark adjacent pane. `'left'` or `'right'`.","attribute":"startDividerInverted"},{"kind":"field","name":"endDividerInverted","type":{"text":"'none' | 'left' | 'right'"},"default":"'none'","description":"Invert one grip line on the end divider for contrast against a dark adjacent pane. `'left'` or `'right'`.","attribute":"endDividerInverted"},{"kind":"field","name":"hideBorder","type":{"text":"boolean"},"default":"false","description":"Removes the default border, border-radius, and box-shadow from the component.","attribute":"hideBorder","reflects":true},{"kind":"field","name":"textStrings","default":"{\n resizePanes: 'Resize panes',\n resizeStartPane: 'Resize start pane',\n resizeEndPane: 'Resize end pane',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"_renderDesktop","privacy":"private"},{"kind":"method","name":"_renderCompact","privacy":"private"},{"kind":"method","name":"_handleEndSlotChange","privacy":"private"},{"kind":"method","name":"_updateCompactState","privacy":"private"},{"kind":"method","name":"_getPaneEl","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}}]},{"kind":"method","name":"_getPaneWidth","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}}]},{"kind":"method","name":"_getPaneMaxWidth","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}}]},{"kind":"method","name":"_applyPaneWidth","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}},{"name":"width","type":{"text":"number"}}]},{"kind":"method","name":"_getDividerAriaLabel","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}}]},{"kind":"method","name":"_syncDividerAria","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}},{"name":"width","type":{"text":"number"}},{"name":"maxWidth","type":{"text":"number"}}]},{"kind":"method","name":"_syncPaneMetrics","privacy":"private"},{"kind":"method","name":"_emitResize","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}}]},{"kind":"method","name":"_onDividerDown","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}},{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"_onDragMove","privacy":"private","parameters":[{"name":"e","type":{"text":"PointerEvent"}}]},{"kind":"method","name":"_onDividerKeyDown","privacy":"private","parameters":[{"name":"which","type":{"text":"1 | 2"}},{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_onDragEnd","privacy":"private"}],"events":[{"name":"on-resize","type":{"text":"CustomEvent"},"description":"Fires when a pane is resized via drag or keyboard. `detail: { pane: 'start' | 'end', width: number }`"}],"attributes":[{"name":"startPaneSize","type":{"text":"string"},"default":"'39%'","description":"Initial width of the start pane. Accepts any CSS length value.","fieldName":"startPaneSize"},{"name":"endPaneSize","type":{"text":"string"},"default":"'28%'","description":"Initial width of the end pane (three-pane mode only). Accepts any CSS length value.","fieldName":"endPaneSize"},{"name":"compactBreakpoint","type":{"text":"number"},"default":"900","description":"Container width (px) below which the layout switches to compact tabbed mode. Set to `0` to disable.","fieldName":"compactBreakpoint"},{"name":"minPaneSize","type":{"text":"number"},"default":"120","description":"Minimum width (px) for start and end panes during drag resize.","fieldName":"minPaneSize"},{"name":"minCenterSize","type":{"text":"number"},"default":"160","description":"Minimum width (px) for the primary (center) pane during drag resize.","fieldName":"minCenterSize"},{"name":"startPaneLabel","type":{"text":"string"},"default":"'Start'","description":"Label for the start pane tab in compact mode.","fieldName":"startPaneLabel"},{"name":"primaryPaneLabel","type":{"text":"string"},"default":"'Primary'","description":"Label for the primary pane tab in compact mode.","fieldName":"primaryPaneLabel"},{"name":"endPaneLabel","type":{"text":"string"},"default":"'End'","description":"Label for the end pane tab in compact mode.","fieldName":"endPaneLabel"},{"name":"startDividerInverted","type":{"text":"'none' | 'left' | 'right'"},"default":"'none'","description":"Invert one grip line on the start divider for contrast against a dark adjacent pane. `'left'` or `'right'`.","fieldName":"startDividerInverted"},{"name":"endDividerInverted","type":{"text":"'none' | 'left' | 'right'"},"default":"'none'","description":"Invert one grip line on the end divider for contrast against a dark adjacent pane. `'left'` or `'right'`.","fieldName":"endDividerInverted"},{"name":"hideBorder","type":{"text":"boolean"},"default":"false","description":"Removes the default border, border-radius, and box-shadow from the component.","fieldName":"hideBorder"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-split-view","customElement":true}],"exports":[{"kind":"js","name":"SplitView","declaration":{"name":"SplitView","module":"src/components/reusable/splitView/splitView.ts"}},{"kind":"custom-element-definition","name":"kyn-split-view","declaration":{"name":"SplitView","module":"src/components/reusable/splitView/splitView.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/statusButton/defs.ts","declarations":[{"kind":"variable","name":"STATUS_KINDS_SOLID","type":{"text":"array"},"default":"[\n STATUS_KINDS.SUCCESS,\n STATUS_KINDS.WARNING,\n STATUS_KINDS.ERROR,\n STATUS_KINDS.CRITICAL,\n STATUS_KINDS.LOW,\n STATUS_KINDS.MEDIUM,\n STATUS_KINDS.HIGH,\n STATUS_KINDS.AI,\n]"},{"kind":"variable","name":"STATUS_KINDS_OUTLINE","type":{"text":"array"},"default":"[\n STATUS_KINDS.OUTLINE_SUCCESS,\n STATUS_KINDS.OUTLINE_WARNING,\n STATUS_KINDS.OUTLINE_ERROR,\n STATUS_KINDS.OUTLINE_CRITICAL,\n STATUS_KINDS.OUTLINE_LOW,\n STATUS_KINDS.OUTLINE_MEDIUM,\n STATUS_KINDS.OUTLINE_HIGH,\n]"}],"exports":[{"kind":"js","name":"STATUS_KINDS_SOLID","declaration":{"name":"STATUS_KINDS_SOLID","module":"src/components/reusable/statusButton/defs.ts"}},{"kind":"js","name":"STATUS_KINDS_OUTLINE","declaration":{"name":"STATUS_KINDS_OUTLINE","module":"src/components/reusable/statusButton/defs.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/statusButton/index.ts","declarations":[],"exports":[{"kind":"js","name":"StatusButton","declaration":{"name":"StatusButton","module":"./statusButton"}}]},{"kind":"javascript-module","path":"src/components/reusable/statusButton/statusButton.ts","declarations":[{"kind":"class","description":"Status Button.","name":"StatusButton","slots":[{"description":"Slot for icon.","name":"unnamed"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Status label (Required).","attribute":"label"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Specify disabled state.","attribute":"disabled"},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Specify selected state.","attribute":"selected"},{"kind":"field","name":"noTruncation","type":{"text":"boolean"},"default":"false","description":"Removes label text truncation.","attribute":"noTruncation"},{"kind":"field","name":"kind","type":{"text":"STATUS_KINDS"},"description":"Specifies the visual appearance/kind of the status.","attribute":"kind"},{"kind":"method","name":"handleBtnClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"value","type":{"text":"string"}}]}],"events":[{"description":"Captures the event and emits the selected value and original event details.`detail:{ origEvent: PointerEvent,value: string }`","name":"on-click"}],"attributes":[{"name":"label","type":{"text":"string"},"default":"''","description":"Status label (Required).","fieldName":"label"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Specify disabled state.","fieldName":"disabled"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Specify selected state.","fieldName":"selected"},{"name":"noTruncation","type":{"text":"boolean"},"default":"false","description":"Removes label text truncation.","fieldName":"noTruncation"},{"name":"kind","type":{"text":"STATUS_KINDS"},"description":"Specifies the visual appearance/kind of the status.","fieldName":"kind"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-status-btn","customElement":true}],"exports":[{"kind":"js","name":"StatusButton","declaration":{"name":"StatusButton","module":"src/components/reusable/statusButton/statusButton.ts"}},{"kind":"custom-element-definition","name":"kyn-status-btn","declaration":{"name":"StatusButton","module":"src/components/reusable/statusButton/statusButton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/stepper/index.ts","declarations":[],"exports":[{"kind":"js","name":"Stepper","declaration":{"name":"Stepper","module":"./stepper"}},{"kind":"js","name":"StepperItem","declaration":{"name":"StepperItem","module":"./stepperItem"}},{"kind":"js","name":"StepperItemChild","declaration":{"name":"StepperItemChild","module":"./stepperItemChild"}}]},{"kind":"javascript-module","path":"src/components/reusable/stepper/stepper.ts","declarations":[{"kind":"class","description":"Stepper","name":"Stepper","slots":[{"description":"Slot for step items.","name":"unnamed"}],"members":[{"kind":"field","name":"stepperType","type":{"text":"string"},"default":"'procedure'","description":"Stepper type `'procedure'` & `'status'`.\n\nprocedure: Allows a user to move through a series of steps that need to be completed, such as filling out a series of forms. The user can therefore know where they are in the sequence, and can go back to previous steps if needed. Procedure should use the `'large'` size stepper.\n\nstatus: Should not allow the user navigate to previous steps for ex: sequential forms, payment gateway etc. Should use the `'small'` size to avoid unnecessary clutter.\n\nNote: Read the stepper guidelines for more info.","attribute":"stepperType"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Wheter the stepper is in vertical type.","attribute":"vertical"},{"kind":"field","name":"stepperSize","type":{"text":"string"},"default":"'large'","description":"Stepper size `'large'` & `'small'`.","attribute":"stepperSize"},{"kind":"field","name":"currentIndex","type":{"text":"number"},"default":"0","description":"Curent index of stepper. Usefull for navigation logic like next, prev etc.","attribute":"currentIndex"},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"_determineFirstLastSteps","privacy":"private"},{"kind":"method","name":"_handleStepClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]}],"events":[{"description":"Captures the event and emits the active step and original event details when click on any step title. This is only for procedure type stepper. Status stepper doesn't emit this event.","name":"on-click"}],"attributes":[{"name":"stepperType","type":{"text":"string"},"default":"'procedure'","description":"Stepper type `'procedure'` & `'status'`.\n\nprocedure: Allows a user to move through a series of steps that need to be completed, such as filling out a series of forms. The user can therefore know where they are in the sequence, and can go back to previous steps if needed. Procedure should use the `'large'` size stepper.\n\nstatus: Should not allow the user navigate to previous steps for ex: sequential forms, payment gateway etc. Should use the `'small'` size to avoid unnecessary clutter.\n\nNote: Read the stepper guidelines for more info.","fieldName":"stepperType"},{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Wheter the stepper is in vertical type.","fieldName":"vertical"},{"name":"stepperSize","type":{"text":"string"},"default":"'large'","description":"Stepper size `'large'` & `'small'`.","fieldName":"stepperSize"},{"name":"currentIndex","type":{"text":"number"},"default":"0","description":"Curent index of stepper. Usefull for navigation logic like next, prev etc.","fieldName":"currentIndex"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-stepper","customElement":true}],"exports":[{"kind":"js","name":"Stepper","declaration":{"name":"Stepper","module":"src/components/reusable/stepper/stepper.ts"}},{"kind":"custom-element-definition","name":"kyn-stepper","declaration":{"name":"Stepper","module":"src/components/reusable/stepper/stepper.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/stepper/stepperItem.ts","declarations":[{"kind":"class","description":"Stepper Item.","name":"StepperItem","slots":[{"description":"Slot for tooltip.","name":"tooltip"},{"description":"Children slot. Used for nested children in vertical stepper. Visible only when step state is active. Do not use inside stepperType `'status'`.","name":"child"},{"description":"Optional slot for content in vertical stepper. Visible only when step state is active.","name":"unnamed"}],"members":[{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Whether the stepper is in vertical type.","attribute":"vertical"},{"kind":"field","name":"stepSize","type":{"text":"string"},"default":"'large'","description":"Stepper size `'large'` & `'small'`.","attribute":"stepSize"},{"kind":"field","name":"stepName","type":{"text":"string"},"default":"''","description":"Step name.","attribute":"stepName"},{"kind":"field","name":"stepTitle","type":{"text":"string"},"default":"''","description":"Step title.","attribute":"stepTitle"},{"kind":"field","name":"stepLink","type":{"text":"string"},"default":"''","description":"Step link.","attribute":"stepLink"},{"kind":"field","name":"stepState","type":{"text":"string"},"default":"'pending'","description":"Step state. `'pending'`, `'active'`, `'completed'`, `'excluded'`, `'warning'` & `'destructive'`.\n\n`'pending'`, `'active'` and `'completed'` / `'excluded'` states has 0%, 50% & 100% progress set internally.","attribute":"stepState"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable step.","attribute":"disabled"},{"kind":"field","name":"showCounter","type":{"text":"boolean"},"default":"false","description":"Optional. Show counter for vertical stepper when stepState is `'pending'`.","attribute":"showCounter"},{"kind":"method","name":"_handleChildToggle","privacy":"private"},{"kind":"method","name":"_handleStepClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleChildSlotChange","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"getProgressValue","privacy":"private","return":{"type":{"text":"number"}}}],"events":[{"description":"Emits the step details to the parent stepper component when click on step title.`detail:{ origEvent: PointerEvent,step: StepperItem, otherattributes }`","name":"on-step-click"}],"attributes":[{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Whether the stepper is in vertical type.","fieldName":"vertical"},{"name":"stepSize","type":{"text":"string"},"default":"'large'","description":"Stepper size `'large'` & `'small'`.","fieldName":"stepSize"},{"name":"stepName","type":{"text":"string"},"default":"''","description":"Step name.","fieldName":"stepName"},{"name":"stepTitle","type":{"text":"string"},"default":"''","description":"Step title.","fieldName":"stepTitle"},{"name":"stepLink","type":{"text":"string"},"default":"''","description":"Step link.","fieldName":"stepLink"},{"name":"stepState","type":{"text":"string"},"default":"'pending'","description":"Step state. `'pending'`, `'active'`, `'completed'`, `'excluded'`, `'warning'` & `'destructive'`.\n\n`'pending'`, `'active'` and `'completed'` / `'excluded'` states has 0%, 50% & 100% progress set internally.","fieldName":"stepState"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disable step.","fieldName":"disabled"},{"name":"showCounter","type":{"text":"boolean"},"default":"false","description":"Optional. Show counter for vertical stepper when stepState is `'pending'`.","fieldName":"showCounter"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-stepper-item","customElement":true}],"exports":[{"kind":"js","name":"StepperItem","declaration":{"name":"StepperItem","module":"src/components/reusable/stepper/stepperItem.ts"}},{"kind":"custom-element-definition","name":"kyn-stepper-item","declaration":{"name":"StepperItem","module":"src/components/reusable/stepper/stepperItem.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/stepper/stepperItemChild.ts","declarations":[{"kind":"class","description":"Stepper Item child.","name":"StepperItemChild","slots":[{"description":"Slot for other elements.","name":"unnamed"}],"members":[{"kind":"field","name":"childTitle","type":{"text":"string"},"default":"''","description":"Child Title. Required for nested child inside step.","attribute":"childTitle"},{"kind":"field","name":"childLink","type":{"text":"string"},"default":"''","description":"Child link.","attribute":"childLink"},{"kind":"field","name":"childSubTitle","type":{"text":"string"},"default":"''","description":"Optional Child Subtitle.","attribute":"childSubTitle"},{"kind":"field","name":"childState","type":{"text":"string"},"default":"'pending'","description":"Child State. `'pending'`, `'active'` & `'completed'`.","attribute":"childState"},{"kind":"method","name":"_handleChildStepClick","privacy":"private","parameters":[{"name":"e","type":{"text":"Event"}}]},{"kind":"method","name":"getProgressValue","privacy":"private","return":{"type":{"text":"number"}}}],"events":[{"description":"Emits event on child click. Only for vertical mode. `detail:{ origEvent: PointerEvent,step: StepperItem, otherattributes }`","name":"on-child-click"}],"attributes":[{"name":"childTitle","type":{"text":"string"},"default":"''","description":"Child Title. Required for nested child inside step.","fieldName":"childTitle"},{"name":"childLink","type":{"text":"string"},"default":"''","description":"Child link.","fieldName":"childLink"},{"name":"childSubTitle","type":{"text":"string"},"default":"''","description":"Optional Child Subtitle.","fieldName":"childSubTitle"},{"name":"childState","type":{"text":"string"},"default":"'pending'","description":"Child State. `'pending'`, `'active'` & `'completed'`.","fieldName":"childState"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-stepper-item-child","customElement":true}],"exports":[{"kind":"js","name":"StepperItemChild","declaration":{"name":"StepperItemChild","module":"src/components/reusable/stepper/stepperItemChild.ts"}},{"kind":"custom-element-definition","name":"kyn-stepper-item-child","declaration":{"name":"StepperItemChild","module":"src/components/reusable/stepper/stepperItemChild.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/defs.ts","declarations":[],"exports":[]},{"kind":"javascript-module","path":"src/components/reusable/table/index.ts","declarations":[],"exports":[{"kind":"js","name":"Table","declaration":{"name":"Table","module":"./table"}},{"kind":"js","name":"TableCell","declaration":{"name":"TableCell","module":"./table-cell"}},{"kind":"js","name":"TableRow","declaration":{"name":"TableRow","module":"./table-row"}},{"kind":"js","name":"TableBody","declaration":{"name":"TableBody","module":"./table-body"}},{"kind":"js","name":"TableHead","declaration":{"name":"TableHead","module":"./table-head"}},{"kind":"js","name":"TableHeader","declaration":{"name":"TableHeader","module":"./table-header"}},{"kind":"js","name":"TableFoot","declaration":{"name":"TableFoot","module":"./table-foot"}},{"kind":"js","name":"TableFooter","declaration":{"name":"TableFooter","module":"./table-footer"}},{"kind":"js","name":"TableLegend","declaration":{"name":"TableLegend","module":"./table-legend"}},{"kind":"js","name":"TableLegendItem","declaration":{"name":"TableLegendItem","module":"./table-legend-item"}},{"kind":"js","name":"TableToolbar","declaration":{"name":"TableToolbar","module":"./table-toolbar"}},{"kind":"js","name":"TableContainer","declaration":{"name":"TableContainer","module":"./table-container"}},{"kind":"js","name":"TableHeaderRow","declaration":{"name":"TableHeaderRow","module":"./table-header-row"}},{"kind":"js","name":"TableExpandedRow","declaration":{"name":"TableExpandedRow","module":"./table-expanded-row"}},{"kind":"js","name":"TableSkeleton","declaration":{"name":"TableSkeleton","module":"./table.skeleton"}},{"kind":"js","name":"TableHeaderGroup","declaration":{"name":"TableHeaderGroup","module":"./table-header-group"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-body.ts","declarations":[{"kind":"class","description":"`kyn-tbody` Web Component.\n\nRepresents the body section of Shidoka's design system tables. Designed to provide\na consistent look and feel, and can offer striped rows for enhanced readability.","name":"TableBody","slots":[{"description":"The content slot for adding rows (`<kyn-tr>`) within the table body.","name":"unnamed"}],"members":[{"kind":"field","name":"striped","type":{"text":"boolean"},"default":"false","description":"Determines if the rows in the table body should be striped.","attribute":"striped","reflects":true},{"kind":"field","name":"handleContextChange","description":"Updates the row's striped property when the context changes.","parameters":[{"description":"The updated context.","name":"context","type":{"text":"TableContextType"}}]}],"events":[{"name":"on-rows-change","type":{"text":"CustomEvent"},"description":"Dispatched when the rows in the table body change."}],"attributes":[{"name":"striped","type":{"text":"boolean"},"default":"false","description":"Determines if the rows in the table body should be striped.","fieldName":"striped"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tbody","customElement":true}],"exports":[{"kind":"js","name":"TableBody","declaration":{"name":"TableBody","module":"src/components/reusable/table/table-body.ts"}},{"kind":"custom-element-definition","name":"kyn-tbody","declaration":{"name":"TableBody","module":"src/components/reusable/table/table-body.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-cell.ts","declarations":[{"kind":"class","description":"`kyn-td` Web Component.\n\nRepresents a table cell (data cell) within Shidoka's design system tables.\nAllows customization of alignment and can reflect the sort direction when\nused within sortable columns.","name":"TableCell","slots":[{"description":"The content slot for adding table data inside the cell.","name":"unnamed"}],"members":[{"kind":"field","name":"dense","type":{"text":"boolean"},"default":"false","attribute":"dense","reflects":true},{"kind":"field","name":"align","type":{"text":"TABLE_CELL_ALIGN"},"description":"Determines the text alignment of the table cell's content.","attribute":"align","reflects":true},{"kind":"field","name":"width","type":{"text":"string"},"default":"''","description":"Sets a fixed width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","attribute":"width","reflects":true},{"kind":"field","name":"maxWidth","type":{"text":"string"},"default":"''","description":"Sets a maximum width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","attribute":"maxWidth","reflects":true},{"kind":"field","name":"minWidth","type":{"text":"string"},"default":"''","description":"Sets a minimum width for the cell;\nAccepts standard CSS width values (e.g., '150px', '50%').","attribute":"minWidth","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the cell.","attribute":"disabled","reflects":true},{"kind":"field","name":"dimmed","type":{"text":"boolean"},"default":"false","description":"Dim the cell.","attribute":"dimmed","reflects":true},{"kind":"field","name":"handleContextChange","description":"Updates the cell's dense properties when the context changes.","parameters":[{"description":"The updated context.","name":"context","type":{"text":"TableContextType"}}]}],"attributes":[{"name":"dense","type":{"text":"boolean"},"default":"false","fieldName":"dense"},{"name":"align","type":{"text":"TABLE_CELL_ALIGN"},"description":"Determines the text alignment of the table cell's content.","fieldName":"align"},{"name":"width","type":{"text":"string"},"default":"''","description":"Sets a fixed width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","fieldName":"width"},{"name":"maxWidth","type":{"text":"string"},"default":"''","description":"Sets a maximum width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","fieldName":"maxWidth"},{"name":"minWidth","type":{"text":"string"},"default":"''","description":"Sets a minimum width for the cell;\nAccepts standard CSS width values (e.g., '150px', '50%').","fieldName":"minWidth"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Disables the cell.","fieldName":"disabled"},{"name":"dimmed","type":{"text":"boolean"},"default":"false","description":"Dim the cell.","fieldName":"dimmed"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-td","customElement":true}],"exports":[{"kind":"js","name":"TableCell","declaration":{"name":"TableCell","module":"src/components/reusable/table/table-cell.ts"}},{"kind":"custom-element-definition","name":"kyn-td","declaration":{"name":"TableCell","module":"src/components/reusable/table/table-cell.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-container.ts","declarations":[{"kind":"class","description":"`kyn-table-container` Web Component.\n\nProvides a container for Shidoka's design system tables. It's designed to encapsulate\nand apply styles uniformly across the table elements.","name":"TableContainer","slots":[{"description":"The content slot for adding table and related elements.","name":"unnamed"}],"members":[{"kind":"field","name":"tabIndex","type":{"text":"number"},"default":"0","attribute":"tabIndex","reflects":true}],"attributes":[{"name":"tabIndex","type":{"text":"number"},"default":"0","fieldName":"tabIndex"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table-container","customElement":true}],"exports":[{"kind":"js","name":"TableContainer","declaration":{"name":"TableContainer","module":"src/components/reusable/table/table-container.ts"}},{"kind":"custom-element-definition","name":"kyn-table-container","declaration":{"name":"TableContainer","module":"src/components/reusable/table/table-container.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-context.ts","declarations":[{"kind":"variable","name":"tableContext"}],"exports":[{"kind":"js","name":"tableContext","declaration":{"name":"tableContext","module":"src/components/reusable/table/table-context.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-expanded-row.ts","declarations":[{"kind":"class","description":"\n`kyn-expanded-tr` Web Component.\n\nDesigned to display additional details for a row in a table.\nThe row is expandable and can be expanded/collapsed by toggling the plus/minus icons.","name":"TableExpandedRow","slots":[{"description":"The slot for adding content to the expandable details section.","name":"unnamed"}],"members":[{"kind":"field","name":"colSpan","type":{"text":"number"},"default":"1","description":"The number of columns that the expanded row should span.\nReflects the `colspan` attribute.","attribute":"colspan"},{"kind":"field","name":"expanded","type":{"text":"boolean"},"default":"false","description":"`true` if the table row should be expanded.","attribute":"expanded","reflects":true}],"attributes":[{"name":"colspan","type":{"text":"number"},"default":"1","description":"The number of columns that the expanded row should span.\nReflects the `colspan` attribute.","fieldName":"colSpan"},{"name":"expanded","type":{"text":"boolean"},"default":"false","description":"`true` if the table row should be expanded.","fieldName":"expanded"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-expanded-tr","customElement":true}],"exports":[{"kind":"js","name":"TableExpandedRow","declaration":{"name":"TableExpandedRow","module":"src/components/reusable/table/table-expanded-row.ts"}},{"kind":"custom-element-definition","name":"kyn-expanded-tr","declaration":{"name":"TableExpandedRow","module":"src/components/reusable/table/table-expanded-row.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-foot.ts","declarations":[{"kind":"class","description":"`kyn-tfoot` Web Component.\n\nRepresents a custom table foot (`<tfoot>`) for Shidoka's design system tables.\nDesigned to contain and style table footer rows (`<tr>`) and footer cells (`<td>`).","name":"TableFoot","slots":[{"description":"The content slot for adding table foot rows.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tfoot","customElement":true}],"exports":[{"kind":"js","name":"TableFoot","declaration":{"name":"TableFoot","module":"src/components/reusable/table/table-foot.ts"}},{"kind":"custom-element-definition","name":"kyn-tfoot","declaration":{"name":"TableFoot","module":"src/components/reusable/table/table-foot.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-footer.ts","declarations":[{"kind":"class","description":"Table Footer\n\nIntended to contain Legend and Pagination.","name":"TableFooter","slots":[{"description":"Default slot.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table-footer","customElement":true}],"exports":[{"kind":"js","name":"TableFooter","declaration":{"name":"TableFooter","module":"src/components/reusable/table/table-footer.ts"}},{"kind":"custom-element-definition","name":"kyn-table-footer","declaration":{"name":"TableFooter","module":"src/components/reusable/table/table-footer.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-head.ts","declarations":[{"kind":"class","description":"`kyn-thead` Web Component.\n\nRepresents a custom table head (`<thead>`) for Shidoka's design system tables.\nDesigned to contain and style table header rows (`<tr>`) and header cells (`<th>`).","name":"TableHead","slots":[{"description":"The content slot for adding table header rows (`<kyn-header-tr>`).","name":"unnamed"}],"members":[{"kind":"field","name":"stickyHeader","type":{"text":"boolean"},"default":"false","attribute":"stickyHeader","reflects":true},{"kind":"field","name":"handleContextChange","description":"Update the stickyHeader property when the context changes.","parameters":[{"description":"The updated context.","name":"context","type":{"text":"TableContextType"}}]},{"kind":"method","name":"handleChildSort","privacy":"private","parameters":[{"name":"e","type":{"text":"CustomEvent"}}]}],"attributes":[{"name":"stickyHeader","type":{"text":"boolean"},"default":"false","fieldName":"stickyHeader"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-thead","customElement":true}],"exports":[{"kind":"js","name":"TableHead","declaration":{"name":"TableHead","module":"src/components/reusable/table/table-head.ts"}},{"kind":"custom-element-definition","name":"kyn-thead","declaration":{"name":"TableHead","module":"src/components/reusable/table/table-head.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-header-group.ts","declarations":[{"kind":"class","description":"`kyn-th-group` Web Component.\nRepresents a stacked/grouped header that spans multiple columns.\nUses `display: contents` so it is invisible to the CSS table layout,\nallowing its child `kyn-th` elements to participate directly as table-cells.\nThe group label is passed to children, which render it above their content.","name":"TableHeaderGroup","slots":[{"description":"Slot for child `kyn-th` elements that belong to this group.","name":"unnamed"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"The label/title displayed in the stacked (parent) header row.","attribute":"label"},{"kind":"field","name":"align","type":{"text":"TABLE_CELL_ALIGN"},"description":"Specifies the alignment of the group header label.\nOptions: 'left', 'center', 'right'","attribute":"align","reflects":true}],"attributes":[{"name":"label","type":{"text":"string"},"default":"''","description":"The label/title displayed in the stacked (parent) header row.","fieldName":"label"},{"name":"align","type":{"text":"TABLE_CELL_ALIGN"},"description":"Specifies the alignment of the group header label.\nOptions: 'left', 'center', 'right'","fieldName":"align"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-th-group","customElement":true}],"exports":[{"kind":"js","name":"TableHeaderGroup","declaration":{"name":"TableHeaderGroup","module":"src/components/reusable/table/table-header-group.ts"}},{"kind":"custom-element-definition","name":"kyn-th-group","declaration":{"name":"TableHeaderGroup","module":"src/components/reusable/table/table-header-group.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-header-row.ts","declarations":[{"kind":"class","description":"`kyn-header-tr` Web Component.\n\nThe `<kyn-header-tr>` component is designed to function as the\nheader row within a table that's part of Shidoka's design system.","name":"TableHeaderRow","members":[{"kind":"field","name":"expandableColumnWidth","type":{"text":"string"},"default":"'64px'","description":"expandableColumnWidth: The width of the expandable column.","attribute":"expandableColumnWidth"},{"kind":"field","name":"multiSelectColumnWidth","type":{"text":"string"},"default":"'64px'","description":"multiSelectColumnWidth: The width of the multi-select column.","attribute":"multiSelectColumnWidth"},{"kind":"field","name":"selectAllItemsText","type":{"text":"string"},"default":"'Select all items'","description":"Text for \"Select all items\" option in the bulk selection menu.","attribute":"selectAllItemsText"},{"kind":"field","name":"selectAllTooltipText","type":{"text":"string"},"default":"''","description":"Tooltip text for \"Select all items\" option in the bulk selection menu.","attribute":"selectAllTooltipText"},{"kind":"field","name":"selectAllAssistiveText","type":{"text":"string"},"default":"'Select all options'","description":"Assistive text for the bulk selection menu trigger.","attribute":"selectAllAssistiveText"},{"kind":"field","name":"clearSelectionText","type":{"text":"string"},"default":"'Clear selection'","description":"Text for \"Clear selection\" option in the bulk selection menu.","attribute":"clearSelectionText"},{"kind":"field","name":"disableClearSelection","type":{"text":"boolean"},"default":"false","description":"\"Clear selection\" option state in the bulk selection menu.","attribute":"disableClearSelection"},{"kind":"method","name":"handleToggleBulkSelection","privacy":"private","parameters":[{"name":"action","type":{"text":"'bulkselect-all' | 'clear-all'"}}],"description":"Handles bulk menu selection"},{"kind":"method","name":"handleToggleSelectionAll","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Toggles the selection state of all rows in the table."},{"kind":"method","name":"updateHeaderCheckboxState","parameters":[{"name":"indeterminate","type":{"text":"boolean"}},{"name":"checked","type":{"text":"boolean"}}],"description":"Updates the state of the header checkbox based on the number of\nselected rows."},{"kind":"field","name":"rowId","type":{"text":"string"},"default":"''","description":"rowId: String - Unique identifier for the row.","attribute":"rowId","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"selected: Boolean indicating whether the row is selected.\nReflects the `selected` attribute.","attribute":"selected","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"checkboxSelection","type":{"text":"boolean"},"default":"false","description":"checkboxSelection: Boolean indicating whether rows should be\nselectable using checkboxes.","attribute":"checkboxSelection","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"dense","type":{"text":"boolean"},"default":"false","description":"dense: Boolean indicating whether the table should be displayed\nin dense mode.","attribute":"dense","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"unread","type":{"text":"boolean"},"default":"false","description":"Unread row state.","attribute":"unread","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"locked","type":{"text":"boolean"},"default":"false","description":"locked: Boolean indicating whether the row is locked.\nIf a row is selected before it is locked, it remains selected even after being locked.\nA row can be selected and disabled/locked simultaneously.","attribute":"locked","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"expandable","type":{"text":"boolean"},"default":"false","description":"expandable: Boolean indicating whether the row is expandable.","attribute":"expandable","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"expanded","type":{"text":"boolean"},"default":"false","description":"expanded: Boolean indicating whether the row is expanded.","attribute":"expanded","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"disabled: Boolean indicating whether the row is disabled.\nA disabled row is not allowed to have any user interactions.\nA row can be selected and disabled/locked simultaneously.","attribute":"disabled","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"preventHighlight","type":{"text":"boolean"},"default":"false","description":"preventHighlight: Boolean indicating whether the row should not be highlighted.","attribute":"preventHighlight","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"dimmed","type":{"text":"boolean"},"default":"false","description":"dimmed: Boolean indicating whether the row is dimmed.\nA row should not be selected and dimmed simultaneously.","attribute":"dimmed","reflects":true,"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"textStrings","default":"{\n expanded: 'Expanded',\n collapsed: 'Collapsed',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"},"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"field","name":"handleContextChange","description":"Updates the cell's dense and ellipsis properties when the context changes.","parameters":[{"description":"The updated context.","name":"context","type":{"text":"TableContextType"}}],"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"method","name":"handleRowSelectionChange","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Handles the change of selection state for a specific row.","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"method","name":"_emitSelected","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"method","name":"_handleUserInitiatedToggleExpando","parameters":[{"name":"expanded","default":"!this.expanded"}],"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"method","name":"_handleExpanding","privacy":"private","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}}],"events":[{"name":"on-bulkselect-all","type":{"text":"CustomEvent"}},{"name":"on-header-checkbox-toggle","type":{"text":"CustomEvent"}},{"name":"on-row-select","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"table-row-expando-beingtoggled","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"table-row-expando-toggled","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}}],"attributes":[{"name":"expandableColumnWidth","type":{"text":"string"},"default":"'64px'","description":"expandableColumnWidth: The width of the expandable column.","fieldName":"expandableColumnWidth"},{"name":"multiSelectColumnWidth","type":{"text":"string"},"default":"'64px'","description":"multiSelectColumnWidth: The width of the multi-select column.","fieldName":"multiSelectColumnWidth"},{"name":"selectAllItemsText","type":{"text":"string"},"default":"'Select all items'","description":"Text for \"Select all items\" option in the bulk selection menu.","fieldName":"selectAllItemsText"},{"name":"selectAllTooltipText","type":{"text":"string"},"default":"''","description":"Tooltip text for \"Select all items\" option in the bulk selection menu.","fieldName":"selectAllTooltipText"},{"name":"selectAllAssistiveText","type":{"text":"string"},"default":"'Select all options'","description":"Assistive text for the bulk selection menu trigger.","fieldName":"selectAllAssistiveText"},{"name":"clearSelectionText","type":{"text":"string"},"default":"'Clear selection'","description":"Text for \"Clear selection\" option in the bulk selection menu.","fieldName":"clearSelectionText"},{"name":"disableClearSelection","type":{"text":"boolean"},"default":"false","description":"\"Clear selection\" option state in the bulk selection menu.","fieldName":"disableClearSelection"},{"name":"rowId","type":{"text":"string"},"default":"''","description":"rowId: String - Unique identifier for the row.","fieldName":"rowId","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"selected: Boolean indicating whether the row is selected.\nReflects the `selected` attribute.","fieldName":"selected","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"checkboxSelection","type":{"text":"boolean"},"default":"false","description":"checkboxSelection: Boolean indicating whether rows should be\nselectable using checkboxes.","fieldName":"checkboxSelection","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"dense","type":{"text":"boolean"},"default":"false","description":"dense: Boolean indicating whether the table should be displayed\nin dense mode.","fieldName":"dense","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"unread","type":{"text":"boolean"},"default":"false","description":"Unread row state.","fieldName":"unread","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"locked","type":{"text":"boolean"},"default":"false","description":"locked: Boolean indicating whether the row is locked.\nIf a row is selected before it is locked, it remains selected even after being locked.\nA row can be selected and disabled/locked simultaneously.","fieldName":"locked","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"expandable","type":{"text":"boolean"},"default":"false","description":"expandable: Boolean indicating whether the row is expandable.","fieldName":"expandable","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"expanded","type":{"text":"boolean"},"default":"false","description":"expanded: Boolean indicating whether the row is expanded.","fieldName":"expanded","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"disabled: Boolean indicating whether the row is disabled.\nA disabled row is not allowed to have any user interactions.\nA row can be selected and disabled/locked simultaneously.","fieldName":"disabled","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"preventHighlight","type":{"text":"boolean"},"default":"false","description":"preventHighlight: Boolean indicating whether the row should not be highlighted.","fieldName":"preventHighlight","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"dimmed","type":{"text":"boolean"},"default":"false","description":"dimmed: Boolean indicating whether the row is dimmed.\nA row should not be selected and dimmed simultaneously.","fieldName":"dimmed","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}}],"superclass":{"name":"TableRow","module":"/src/components/reusable/table/table-row"},"tagName":"kyn-header-tr","customElement":true,"slots":[{"description":"The content slot for adding table cells (`kyn-td` or other relevant cells).","name":"unnamed","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"description":"Slot for expand placeholder content (like `kyn-td` or other relevant cells).","name":"expand-placeholder","inheritedFrom":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}}]}],"exports":[{"kind":"js","name":"TableHeaderRow","declaration":{"name":"TableHeaderRow","module":"src/components/reusable/table/table-header-row.ts"}},{"kind":"custom-element-definition","name":"kyn-header-tr","declaration":{"name":"TableHeaderRow","module":"src/components/reusable/table/table-header-row.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-header.ts","declarations":[{"kind":"class","description":"`kyn-th` Web Component.\n\nRepresents a custom table header cell (`<th>`) for Shidoka's design system tables.\nProvides sorting functionality when enabled and allows alignment customization.","name":"TableHeader","slots":[{"description":"The content slot for adding header text or content.","name":"unnamed"},{"description":"slot for column filter.","name":"column-filter"}],"members":[{"kind":"field","name":"dense","type":{"text":"boolean"},"default":"false","description":"Determines if the cell should have a denser layout.","attribute":"dense","reflects":true},{"kind":"field","name":"handleContextChange","description":"Updates the cell's dense properties when the context changes.","parameters":[{"description":"The updated context.","name":"context","type":{"text":"TableContextType"}}]},{"kind":"field","name":"align","type":{"text":"TABLE_CELL_ALIGN"},"description":"Specifies the alignment of the content within the table header.\nOptions: 'left', 'center', 'right'","attribute":"align","reflects":true},{"kind":"field","name":"sortable","type":{"text":"boolean"},"default":"false","description":"Specifies if the column is sortable.\nIf set to true, an arrow icon will be displayed unpon hover,\nallowing the user to toggle sort directions.","attribute":"sortable","reflects":true},{"kind":"field","name":"sortDirection","type":{"text":"SORT_DIRECTION"},"description":"Specifies the direction of sorting applied to the column.","attribute":"sortDirection","reflects":true},{"kind":"field","name":"headerLabel","type":{"text":"string"},"default":"''","description":"The textual content associated with this component.\nRepresents the primary content or label that will be displayed.","attribute":"headerLabel"},{"kind":"field","name":"sortKey","type":{"text":"string"},"default":"''","description":"The unique identifier representing this column header.\nUsed to distinguish between different sortable columns and\nto ensure that only one column is sorted at a time.","attribute":"sortKey"},{"kind":"field","name":"visiblyHidden","type":{"text":"boolean"},"default":"false","description":"Determines whether the content should be hidden from visual view but remain accessible\nto screen readers for accessibility purposes. When set to `true`, the content\nwill not be visibly shown, but its content can still be read by screen readers.\nThis is especially useful for providing additional context or information to\nassistive technologies without cluttering the visual UI.","attribute":"visiblyHidden"},{"kind":"field","name":"width","type":{"text":"string"},"default":"''","description":"Sets a fixed width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","attribute":"width","reflects":true},{"kind":"field","name":"maxWidth","type":{"text":"string"},"default":"''","description":"Sets a maximum width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","attribute":"maxWidth","reflects":true},{"kind":"field","name":"minWidth","type":{"text":"string"},"default":"''","description":"Sets a minimum width for the cell;\nAccepts standard CSS width values (e.g., '150px', '50%').","attribute":"minWidth","reflects":true},{"kind":"field","name":"resizable","type":{"text":"boolean"},"default":"false","description":"Enables resizing for this column.\nWhen true, a resize handle appears on the right edge of the column.","attribute":"resizable","reflects":true},{"kind":"field","name":"assistiveResizeText","type":{"text":"string"},"default":"'Column resize'","description":"Assistive resize handle text for screen readers.","attribute":"assistiveResizeText"},{"kind":"field","name":"resizeMinWidth","type":{"text":"string"},"default":"'0px'","description":"Sets a resize minimum width for the cell(supports 'px'.e.g., '150px');","attribute":"resizeMinWidth"},{"kind":"field","name":"resizeMaxWidth","type":{"text":"string"},"default":"''","description":"Sets a resize maximum width for the cell (supports 'px'e.g., '150px');","attribute":"resizeMaxWidth"},{"kind":"method","name":"resetSort","description":"Resets the sorting direction of the component to its default state.\nUseful for initializing or clearing any applied sorting on the element."},{"kind":"method","name":"toggleSortDirection","privacy":"private","description":"Toggles the sort direction between ascending, descending, and default states.\nIt also dispatches an event to notify parent components of the sorting change."},{"kind":"method","name":"getTextContent"},{"kind":"method","name":"_handleResizeHandleHeight","privacy":"private","parameters":[{"name":"table","type":{"text":"any"}}]}],"events":[{"name":"on-sort-changed","type":{"text":"CustomEvent"},"description":"Dispatched when the sort direction is changed. `detail: {sortDirection: string, sortKey: string } `"},{"description":"Dispatched when the column is resized. `detail: { columnIndex: number, newWidth: string }`","name":"on-column-resize"}],"attributes":[{"name":"dense","type":{"text":"boolean"},"default":"false","description":"Determines if the cell should have a denser layout.","fieldName":"dense"},{"name":"align","type":{"text":"TABLE_CELL_ALIGN"},"description":"Specifies the alignment of the content within the table header.\nOptions: 'left', 'center', 'right'","fieldName":"align"},{"name":"sortable","type":{"text":"boolean"},"default":"false","description":"Specifies if the column is sortable.\nIf set to true, an arrow icon will be displayed unpon hover,\nallowing the user to toggle sort directions.","fieldName":"sortable"},{"name":"sortDirection","type":{"text":"SORT_DIRECTION"},"description":"Specifies the direction of sorting applied to the column.","fieldName":"sortDirection"},{"name":"headerLabel","type":{"text":"string"},"default":"''","description":"The textual content associated with this component.\nRepresents the primary content or label that will be displayed.","fieldName":"headerLabel"},{"name":"sortKey","type":{"text":"string"},"default":"''","description":"The unique identifier representing this column header.\nUsed to distinguish between different sortable columns and\nto ensure that only one column is sorted at a time.","fieldName":"sortKey"},{"name":"visiblyHidden","type":{"text":"boolean"},"default":"false","description":"Determines whether the content should be hidden from visual view but remain accessible\nto screen readers for accessibility purposes. When set to `true`, the content\nwill not be visibly shown, but its content can still be read by screen readers.\nThis is especially useful for providing additional context or information to\nassistive technologies without cluttering the visual UI.","fieldName":"visiblyHidden"},{"name":"width","type":{"text":"string"},"default":"''","description":"Sets a fixed width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","fieldName":"width"},{"name":"maxWidth","type":{"text":"string"},"default":"''","description":"Sets a maximum width for the cell.\nAccepts standard CSS width values (e.g., '150px', '50%').","fieldName":"maxWidth"},{"name":"minWidth","type":{"text":"string"},"default":"''","description":"Sets a minimum width for the cell;\nAccepts standard CSS width values (e.g., '150px', '50%').","fieldName":"minWidth"},{"name":"resizable","type":{"text":"boolean"},"default":"false","description":"Enables resizing for this column.\nWhen true, a resize handle appears on the right edge of the column.","fieldName":"resizable"},{"name":"assistiveResizeText","type":{"text":"string"},"default":"'Column resize'","description":"Assistive resize handle text for screen readers.","fieldName":"assistiveResizeText"},{"name":"resizeMinWidth","type":{"text":"string"},"default":"'0px'","description":"Sets a resize minimum width for the cell(supports 'px'.e.g., '150px');","fieldName":"resizeMinWidth"},{"name":"resizeMaxWidth","type":{"text":"string"},"default":"''","description":"Sets a resize maximum width for the cell (supports 'px'e.g., '150px');","fieldName":"resizeMaxWidth"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-th","customElement":true}],"exports":[{"kind":"js","name":"TableHeader","declaration":{"name":"TableHeader","module":"src/components/reusable/table/table-header.ts"}},{"kind":"custom-element-definition","name":"kyn-th","declaration":{"name":"TableHeader","module":"src/components/reusable/table/table-header.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-legend-item.ts","declarations":[{"kind":"class","description":"Table Legend Item","name":"TableLegendItem","slots":[{"description":"Default slot for icon and text.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table-legend-item","customElement":true}],"exports":[{"kind":"js","name":"TableLegendItem","declaration":{"name":"TableLegendItem","module":"src/components/reusable/table/table-legend-item.ts"}},{"kind":"custom-element-definition","name":"kyn-table-legend-item","declaration":{"name":"TableLegendItem","module":"src/components/reusable/table/table-legend-item.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-legend.ts","declarations":[{"kind":"class","description":"Table Legend","name":"TableLegend","slots":[{"description":"Default slot for Legend Items.","name":"unnamed"}],"members":[],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table-legend","customElement":true}],"exports":[{"kind":"js","name":"TableLegend","declaration":{"name":"TableLegend","module":"src/components/reusable/table/table-legend.ts"}},{"kind":"custom-element-definition","name":"kyn-table-legend","declaration":{"name":"TableLegend","module":"src/components/reusable/table/table-legend.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-row.ts","declarations":[{"kind":"class","description":"`kyn-tr` Web Component.\n\nRepresents a table row (`<tr>`) equivalent for custom tables created with Shidoka's design system.\nIt primarily acts as a container for individual table cells and behaves similarly to a native `<tr>` element.","name":"TableRow","slots":[{"description":"The content slot for adding table cells (`kyn-td` or other relevant cells).","name":"unnamed"},{"description":"Slot for expand placeholder content (like `kyn-td` or other relevant cells).","name":"expand-placeholder"}],"members":[{"kind":"field","name":"rowId","type":{"text":"string"},"default":"''","description":"rowId: String - Unique identifier for the row.","attribute":"rowId","reflects":true},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"selected: Boolean indicating whether the row is selected.\nReflects the `selected` attribute.","attribute":"selected","reflects":true},{"kind":"field","name":"checkboxSelection","type":{"text":"boolean"},"default":"false","description":"checkboxSelection: Boolean indicating whether rows should be\nselectable using checkboxes.","attribute":"checkboxSelection","reflects":true},{"kind":"field","name":"dense","type":{"text":"boolean"},"default":"false","description":"dense: Boolean indicating whether the table should be displayed\nin dense mode.","attribute":"dense"},{"kind":"field","name":"unread","type":{"text":"boolean"},"default":"false","description":"Unread row state.","attribute":"unread"},{"kind":"field","name":"locked","type":{"text":"boolean"},"default":"false","description":"locked: Boolean indicating whether the row is locked.\nIf a row is selected before it is locked, it remains selected even after being locked.\nA row can be selected and disabled/locked simultaneously.","attribute":"locked","reflects":true},{"kind":"field","name":"expandable","type":{"text":"boolean"},"default":"false","description":"expandable: Boolean indicating whether the row is expandable.","attribute":"expandable","reflects":true},{"kind":"field","name":"expanded","type":{"text":"boolean"},"default":"false","description":"expanded: Boolean indicating whether the row is expanded.","attribute":"expanded","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"disabled: Boolean indicating whether the row is disabled.\nA disabled row is not allowed to have any user interactions.\nA row can be selected and disabled/locked simultaneously.","attribute":"disabled","reflects":true},{"kind":"field","name":"preventHighlight","type":{"text":"boolean"},"default":"false","description":"preventHighlight: Boolean indicating whether the row should not be highlighted.","attribute":"preventHighlight","reflects":true},{"kind":"field","name":"dimmed","type":{"text":"boolean"},"default":"false","description":"dimmed: Boolean indicating whether the row is dimmed.\nA row should not be selected and dimmed simultaneously.","attribute":"dimmed","reflects":true},{"kind":"field","name":"textStrings","default":"{\n expanded: 'Expanded',\n collapsed: 'Collapsed',\n}","description":"Text string customization.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"handleContextChange","description":"Updates the cell's dense and ellipsis properties when the context changes.","parameters":[{"description":"The updated context.","name":"context","type":{"text":"TableContextType"}}]},{"kind":"method","name":"handleRowSelectionChange","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Handles the change of selection state for a specific row."},{"kind":"method","name":"_emitSelected"},{"kind":"method","name":"_handleUserInitiatedToggleExpando","parameters":[{"name":"expanded","default":"!this.expanded"}]},{"kind":"method","name":"_handleExpanding","privacy":"private"}],"events":[{"name":"on-row-select","type":{"text":"CustomEvent"}},{"name":"table-row-expando-beingtoggled","type":{"text":"CustomEvent"}},{"name":"table-row-expando-toggled","type":{"text":"CustomEvent"}}],"attributes":[{"name":"rowId","type":{"text":"string"},"default":"''","description":"rowId: String - Unique identifier for the row.","fieldName":"rowId"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"selected: Boolean indicating whether the row is selected.\nReflects the `selected` attribute.","fieldName":"selected"},{"name":"checkboxSelection","type":{"text":"boolean"},"default":"false","description":"checkboxSelection: Boolean indicating whether rows should be\nselectable using checkboxes.","fieldName":"checkboxSelection"},{"name":"dense","type":{"text":"boolean"},"default":"false","description":"dense: Boolean indicating whether the table should be displayed\nin dense mode.","fieldName":"dense"},{"name":"unread","type":{"text":"boolean"},"default":"false","description":"Unread row state.","fieldName":"unread"},{"name":"locked","type":{"text":"boolean"},"default":"false","description":"locked: Boolean indicating whether the row is locked.\nIf a row is selected before it is locked, it remains selected even after being locked.\nA row can be selected and disabled/locked simultaneously.","fieldName":"locked"},{"name":"expandable","type":{"text":"boolean"},"default":"false","description":"expandable: Boolean indicating whether the row is expandable.","fieldName":"expandable"},{"name":"expanded","type":{"text":"boolean"},"default":"false","description":"expanded: Boolean indicating whether the row is expanded.","fieldName":"expanded"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"disabled: Boolean indicating whether the row is disabled.\nA disabled row is not allowed to have any user interactions.\nA row can be selected and disabled/locked simultaneously.","fieldName":"disabled"},{"name":"preventHighlight","type":{"text":"boolean"},"default":"false","description":"preventHighlight: Boolean indicating whether the row should not be highlighted.","fieldName":"preventHighlight"},{"name":"dimmed","type":{"text":"boolean"},"default":"false","description":"dimmed: Boolean indicating whether the row is dimmed.\nA row should not be selected and dimmed simultaneously.","fieldName":"dimmed"},{"name":"textStrings","default":"_defaultTextStrings","description":"Text string customization.","fieldName":"textStrings"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tr","customElement":true}],"exports":[{"kind":"js","name":"TableRow","declaration":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}},{"kind":"custom-element-definition","name":"kyn-tr","declaration":{"name":"TableRow","module":"src/components/reusable/table/table-row.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table-toolbar.ts","declarations":[{"kind":"class","description":"`kyn-table-toolbar` Web Component.\n\nThis component provides a toolbar for tables, primarily featuring a title and additional content.\nThe title is rendered prominently, while the slot can be used for controls, buttons, or other interactive elements.","name":"TableToolbar","slots":[{"description":"The primary content slot for controls, buttons, or other toolbar content.","name":"unnamed"}],"members":[{"kind":"field","name":"tableTitle","type":{"text":"string"},"default":"''","description":"The title for the toolbar","attribute":"tableTitle"},{"kind":"field","name":"tableSubtitle","type":{"text":"string"},"default":"''","description":"The subtitle for the toolbar","attribute":"tableSubtitle"}],"attributes":[{"name":"tableTitle","type":{"text":"string"},"default":"''","description":"The title for the toolbar","fieldName":"tableTitle"},{"name":"tableSubtitle","type":{"text":"string"},"default":"''","description":"The subtitle for the toolbar","fieldName":"tableSubtitle"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table-toolbar","customElement":true}],"exports":[{"kind":"js","name":"TableToolbar","declaration":{"name":"TableToolbar","module":"src/components/reusable/table/table-toolbar.ts"}},{"kind":"custom-element-definition","name":"kyn-table-toolbar","declaration":{"name":"TableToolbar","module":"src/components/reusable/table/table-toolbar.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table.skeleton.ts","declarations":[{"kind":"class","description":"`kyn-table-skeleton` Web Component.\nA skeleton loading state for the table component that mirrors its structure.","name":"TableSkeleton","members":[{"kind":"field","name":"rows","type":{"text":"number"},"default":"5","description":"Number of skeleton rows to display.","attribute":"rows"},{"kind":"field","name":"showPagination","type":{"text":"boolean"},"default":"false","description":"Shows/hides pagination skeleton.","attribute":"showPagination"},{"kind":"field","name":"dense","type":{"text":"boolean"},"default":"false","description":"Sets dense mode value.","attribute":"dense"},{"kind":"field","name":"striped","type":{"text":"boolean"},"default":"false","description":"Sets striped rows value.","attribute":"striped"},{"kind":"field","name":"hideTableTitles","type":{"text":"boolean"},"default":"false","description":"Show/hide table header.","attribute":"hideTableTitles"},{"kind":"field","name":"fixedLayout","type":{"text":"boolean"},"default":"false","description":"Fixed layout boolean.","attribute":"fixedLayout"},{"kind":"field","name":"tableTitle","type":{"text":"string"},"default":"''","description":"Sets title to display in the table toolbar.","attribute":"tableTitle"},{"kind":"field","name":"tableSubtitle","type":{"text":"string"},"default":"''","description":"Sets subtitle to display in the table toolbar.","attribute":"tableSubtitle"},{"kind":"field","name":"showGlobalFilter","type":{"text":"boolean"},"default":"false","description":"Shows/hides golbal filter skeleton.","attribute":"showGlobalFilter"},{"kind":"method","name":"renderSkeletonCell","privacy":"private","parameters":[{"name":"type","type":{"text":"'thead' | 'tbody'"}}]}],"attributes":[{"name":"rows","type":{"text":"number"},"default":"5","description":"Number of skeleton rows to display.","fieldName":"rows"},{"name":"showPagination","type":{"text":"boolean"},"default":"false","description":"Shows/hides pagination skeleton.","fieldName":"showPagination"},{"name":"dense","type":{"text":"boolean"},"default":"false","description":"Sets dense mode value.","fieldName":"dense"},{"name":"striped","type":{"text":"boolean"},"default":"false","description":"Sets striped rows value.","fieldName":"striped"},{"name":"hideTableTitles","type":{"text":"boolean"},"default":"false","description":"Show/hide table header.","fieldName":"hideTableTitles"},{"name":"fixedLayout","type":{"text":"boolean"},"default":"false","description":"Fixed layout boolean.","fieldName":"fixedLayout"},{"name":"tableTitle","type":{"text":"string"},"default":"''","description":"Sets title to display in the table toolbar.","fieldName":"tableTitle"},{"name":"tableSubtitle","type":{"text":"string"},"default":"''","description":"Sets subtitle to display in the table toolbar.","fieldName":"tableSubtitle"},{"name":"showGlobalFilter","type":{"text":"boolean"},"default":"false","description":"Shows/hides golbal filter skeleton.","fieldName":"showGlobalFilter"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table-skeleton","customElement":true}],"exports":[{"kind":"js","name":"TableSkeleton","declaration":{"name":"TableSkeleton","module":"src/components/reusable/table/table.skeleton.ts"}},{"kind":"custom-element-definition","name":"kyn-table-skeleton","declaration":{"name":"TableSkeleton","module":"src/components/reusable/table/table.skeleton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/table/table.ts","declarations":[{"kind":"class","description":"`kyn-table` Web Component.\nThis component provides a table with sorting, pagination, and selection capabilities.\nIt is designed to be used with the `kyn-table-toolbar` and `kyn-table-container` components.","name":"Table","members":[{"kind":"field","name":"checkboxSelection","type":{"text":"boolean"},"description":"checkboxSelection: Boolean indicating whether rows should be\nselectable using checkboxes.","attribute":"checkboxSelection"},{"kind":"field","name":"striped","type":{"text":"boolean"},"default":"false","description":"striped: Boolean indicating whether rows should have alternate\ncoloring.","attribute":"striped"},{"kind":"field","name":"stickyHeader","type":{"text":"boolean"},"default":"false","description":"stickyHeader: Boolean indicating whether the table header should be sticky.\nMust also set a height or max-height on kyn-table-container.","attribute":"stickyHeader"},{"kind":"field","name":"dense","type":{"text":"boolean"},"default":"false","description":"dense: Boolean indicating whether the table should be displayed\nin dense mode.","attribute":"dense"},{"kind":"field","name":"fixedLayout","type":{"text":"boolean"},"default":"false","description":"fixedLayout: Boolean indicating whether the table should have a fixed layout.\nThis will set the table's layout to fixed, which means the table and column widths\nwill be determined by the width of the columns and not by the content of the cells.\nThis can be useful when you want to have a consistent column width across multiple tables.","attribute":"fixedLayout"},{"kind":"field","name":"enableBulkSelection","type":{"text":"boolean"},"description":"enableBulkSelection: Boolean indicating whether to show the bulk selection menu in the header when checkboxSelection is enabled.","default":"false","attribute":"enableBulkSelection"},{"kind":"method","name":"_updateHeaderCheckbox","privacy":"private","description":"Updates the state of the header checkbox based on the number of\nselected rows."},{"kind":"method","name":"_handleRowSelectionChange","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Handles the change of selection state for a specific row."},{"kind":"method","name":"_toggleSelectionAll","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Toggles the selection state of all rows in the table."},{"kind":"method","name":"updateAfterExternalChanges","privacy":"public","description":"Resets the selection state of all rows in the table.\nThis method is called when the table is reset or cleared.","return":{"type":{"text":""}}},{"kind":"method","name":"getSelectedRows","privacy":"public","description":"Returns the selected rows in the table.","return":{"type":{"text":""}}},{"kind":"method","name":"_handleRowsChange","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"},"description":"The custom event containing the updated rows."}],"description":"Handles the change of rows in the table body."},{"kind":"method","name":"_updateSelectionStates","privacy":"private"},{"kind":"method","name":"_handleBulkSelectAll","privacy":"private","parameters":[{"name":"event","type":{"text":"CustomEvent"}}],"description":"Handles bulk selection menu actions.\nbulkselect-all -> for selecting all rows across pages (when pagination is implemented)\nclear-all -> clears everything"},{"kind":"method","name":"_updateVisibleSelectedRows","privacy":"private","description":"Updates currently visible selected rows.\nOnly rows on current page."}],"events":[{"name":"on-row-selection-change","type":{"text":"CustomEvent"},"description":"Dispatched when the selection state of a row is toggled.`detail:{mode:string,selectedRow:TableRow,selectedRows:TableRow[]}`. Also, `excludedRowIds:[]` will get included in detail to track unselected rows when \"Select all\" is active."},{"name":"on-all-rows-selection-change","type":{"text":"CustomEvent"},"description":"Dispatched when the selection state of all rows is toggled.`detail:{mode:string,selectedRows:TableRow[]}`. Here `mode: select_all | select_visible_all | clear_all`"}],"attributes":[{"name":"checkboxSelection","type":{"text":"boolean"},"description":"checkboxSelection: Boolean indicating whether rows should be\nselectable using checkboxes.","fieldName":"checkboxSelection"},{"name":"striped","type":{"text":"boolean"},"default":"false","description":"striped: Boolean indicating whether rows should have alternate\ncoloring.","fieldName":"striped"},{"name":"stickyHeader","type":{"text":"boolean"},"default":"false","description":"stickyHeader: Boolean indicating whether the table header should be sticky.\nMust also set a height or max-height on kyn-table-container.","fieldName":"stickyHeader"},{"name":"dense","type":{"text":"boolean"},"default":"false","description":"dense: Boolean indicating whether the table should be displayed\nin dense mode.","fieldName":"dense"},{"name":"fixedLayout","type":{"text":"boolean"},"default":"false","description":"fixedLayout: Boolean indicating whether the table should have a fixed layout.\nThis will set the table's layout to fixed, which means the table and column widths\nwill be determined by the width of the columns and not by the content of the cells.\nThis can be useful when you want to have a consistent column width across multiple tables.","fieldName":"fixedLayout"},{"name":"enableBulkSelection","type":{"text":"boolean"},"description":"enableBulkSelection: Boolean indicating whether to show the bulk selection menu in the header when checkboxSelection is enabled.","default":"false","fieldName":"enableBulkSelection"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-table","customElement":true}],"exports":[{"kind":"js","name":"Table","declaration":{"name":"Table","module":"src/components/reusable/table/table.ts"}},{"kind":"custom-element-definition","name":"kyn-table","declaration":{"name":"Table","module":"src/components/reusable/table/table.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tabs/defs.ts","declarations":[],"exports":[]},{"kind":"javascript-module","path":"src/components/reusable/tabs/index.ts","declarations":[],"exports":[{"kind":"js","name":"Tabs","declaration":{"name":"Tabs","module":"./tabs"}},{"kind":"js","name":"Tab","declaration":{"name":"Tab","module":"./tab"}},{"kind":"js","name":"TabPanel","declaration":{"name":"TabPanel","module":"./tabPanel"}}]},{"kind":"javascript-module","path":"src/components/reusable/tabs/tab.ts","declarations":[{"kind":"class","description":"","name":"Tab","members":[{"kind":"field","name":"id","type":{"text":"string"},"default":"''","description":"Matching Tab ID, required.","attribute":"id","reflects":true},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Determines selected state.","attribute":"selected","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines disabled state.","attribute":"disabled"},{"kind":"field","name":"fillWidth","type":{"text":"boolean"},"default":"false","description":"Allows the tab button to fill the host width when the host is sized by a parent pattern.","attribute":"fill-width","reflects":true},{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Determines vertical state.","attribute":"vertical","reflects":true},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"AI connected state.","attribute":"data-aiconnected","reflects":true},{"kind":"field","name":"role","type":{"text":"string"},"default":"'tab'","description":"aria role.","attribute":"role","reflects":true},{"kind":"field","name":"tabIndex","type":{"text":"number"},"default":"0","description":"Tab index.","attribute":"tabIndex","reflects":true},{"kind":"field","name":"'aria-selected'","type":{"text":"string"},"default":"'false'","description":"Aria selected state.","attribute":"'aria-selected'","reflects":true},{"kind":"field","name":"'aria-controls'","type":{"text":"string"},"default":"''","description":"Aria controls state.","attribute":"'aria-controls'","reflects":true},{"kind":"field","name":"'aria-disabled'","type":{"text":"string"},"default":"'false'","description":"Aria disabled state.","attribute":"'aria-disabled'","reflects":true}],"attributes":[{"name":"id","type":{"text":"string"},"default":"''","description":"Matching Tab ID, required.","fieldName":"id"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Determines selected state.","fieldName":"selected"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Determines disabled state.","fieldName":"disabled"},{"name":"fill-width","type":{"text":"boolean"},"default":"false","description":"Allows the tab button to fill the host width when the host is sized by a parent pattern.","fieldName":"fillWidth"},{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Determines vertical state.","fieldName":"vertical"},{"name":"data-aiconnected","type":{"text":"boolean"},"default":"false","description":"AI connected state.","fieldName":"aiConnected"},{"name":"role","type":{"text":"string"},"default":"'tab'","description":"aria role.","fieldName":"role"},{"name":"tabIndex","type":{"text":"number"},"default":"0","description":"Tab index.","fieldName":"tabIndex"},{"name":"'aria-selected'","type":{"text":"string"},"default":"'false'","description":"Aria selected state.","fieldName":"'aria-selected'"},{"name":"'aria-controls'","type":{"text":"string"},"default":"''","description":"Aria controls state.","fieldName":"'aria-controls'"},{"name":"'aria-disabled'","type":{"text":"string"},"default":"'false'","description":"Aria disabled state.","fieldName":"'aria-disabled'"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tab","customElement":true}],"exports":[{"kind":"js","name":"Tab","declaration":{"name":"Tab","module":"src/components/reusable/tabs/tab.ts"}},{"kind":"custom-element-definition","name":"kyn-tab","declaration":{"name":"Tab","module":"src/components/reusable/tabs/tab.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tabs/tabPanel.ts","declarations":[{"kind":"class","description":"Tabs.","name":"TabPanel","slots":[{"description":"Slot for tab content.","name":"unnamed"}],"members":[{"kind":"field","name":"tabId","type":{"text":"string"},"default":"''","description":"Matching Tab ID, required.","attribute":"tabId"},{"kind":"field","name":"visible","type":{"text":"boolean"},"default":"false","description":"Tab Panel visible state. Must match Tab selected state.","attribute":"visible","reflects":true},{"kind":"field","name":"noPadding","type":{"text":"boolean"},"default":"false","description":"Remove side padding (left/right) on tab panel.","attribute":"noPadding"}],"attributes":[{"name":"tabId","type":{"text":"string"},"default":"''","description":"Matching Tab ID, required.","fieldName":"tabId"},{"name":"visible","type":{"text":"boolean"},"default":"false","description":"Tab Panel visible state. Must match Tab selected state.","fieldName":"visible"},{"name":"noPadding","type":{"text":"boolean"},"default":"false","description":"Remove side padding (left/right) on tab panel.","fieldName":"noPadding"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tab-panel","customElement":true}],"exports":[{"kind":"js","name":"TabPanel","declaration":{"name":"TabPanel","module":"src/components/reusable/tabs/tabPanel.ts"}},{"kind":"custom-element-definition","name":"kyn-tab-panel","declaration":{"name":"TabPanel","module":"src/components/reusable/tabs/tabPanel.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tabs/tabs.ts","declarations":[{"kind":"class","description":"Tabs.","name":"Tabs","slots":[{"description":"Slot for kyn-tab-panel components.","name":"unnamed"},{"description":"Slot for kyn-tab components.","name":"tabs"}],"members":[{"kind":"field","name":"tabSize","type":{"text":"string"},"default":"'md'","description":"Size of the tab buttons, `'sm'` or `'md'`. Icon size: 16px.","attribute":"tabSize"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical orientation.","attribute":"vertical"},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"AI specifier.","attribute":"aiConnected"},{"kind":"field","name":"disableAutoFocusUpdate","type":{"text":"boolean"},"default":"false","description":"Enables tab content change on focus with keyboard navigation/assistive technologies.","attribute":"disableAutoFocusUpdate"},{"kind":"field","name":"scrollablePanels","type":{"text":"boolean"},"default":"false","description":"Adds scrollable overflow to the tab panels.","attribute":"scrollablePanels"},{"kind":"method","name":"_handleSlotChangeTabs","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"_handleChange","privacy":"private","parameters":[{"name":"e","type":{"text":"any"},"description":"The parameter \"e\" is an event object that contains information about the event\nthat triggered the handleChange function."}],"description":"Updates children and emits a change event based on the provided\nevent details when a child kyn-tab is clicked."},{"kind":"method","name":"_updateChildrenSelection","privacy":"private","parameters":[{"name":"selectedTabId","type":{"text":"string"},"description":"The selectedTabId parameter is a string that represents the ID of\nthe tab that is currently selected."},{"name":"updatePanel","default":"true"}],"description":"Updates the selected property of tabs and the visible property of tab panels based on\nthe selected tab ID."},{"kind":"method","name":"_emitChangeEvent","privacy":"private","parameters":[{"name":"origEvent","type":{"text":"any"},"description":"The origEvent parameter is the original event object that triggered the\nchange event. It could be any type of event object, such as a click event or a keydown event."},{"name":"selectedTabId","type":{"text":"string"},"description":"The selectedTabId parameter is a string that represents the ID of\nthe selected tab."}],"description":"Creates and dispatches a custom event called 'on-change' with the provided original event and\nselected tab ID as details."},{"kind":"method","name":"_handleKeyboard","privacy":"private","parameters":[{"name":"e","type":{"text":"any"},"description":"The parameter `e` is an event object that represents the keyboard event. It\ncontains information about the keyboard event, such as the key code of the pressed key."}],"description":"Handles keyboard events for navigating between tabs.","return":{"type":{"text":""}}}],"events":[{"description":"Emits the new selected Tab ID when switching tabs. `detail:{ origEvent: PointerEvent,selectedTabId: string }`","name":"on-change"}],"attributes":[{"name":"tabSize","type":{"text":"string"},"default":"'md'","description":"Size of the tab buttons, `'sm'` or `'md'`. Icon size: 16px.","fieldName":"tabSize"},{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical orientation.","fieldName":"vertical"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"AI specifier.","fieldName":"aiConnected"},{"name":"disableAutoFocusUpdate","type":{"text":"boolean"},"default":"false","description":"Enables tab content change on focus with keyboard navigation/assistive technologies.","fieldName":"disableAutoFocusUpdate"},{"name":"scrollablePanels","type":{"text":"boolean"},"default":"false","description":"Adds scrollable overflow to the tab panels.","fieldName":"scrollablePanels"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tabs","customElement":true}],"exports":[{"kind":"js","name":"Tabs","declaration":{"name":"Tabs","module":"src/components/reusable/tabs/tabs.ts"}},{"kind":"custom-element-definition","name":"kyn-tabs","declaration":{"name":"Tabs","module":"src/components/reusable/tabs/tabs.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tag/index.ts","declarations":[],"exports":[{"kind":"js","name":"Tag","declaration":{"name":"Tag","module":"./tag"}},{"kind":"js","name":"TagGroup","declaration":{"name":"TagGroup","module":"./tagGroup"}},{"kind":"js","name":"TagSkeleton","declaration":{"name":"TagSkeleton","module":"./tag.skeleton"}}]},{"kind":"javascript-module","path":"src/components/reusable/tag/tag.skeleton.ts","declarations":[{"kind":"class","description":"","name":"TagSkeleton","members":[{"kind":"field","name":"tagSize","type":{"text":"string"},"default":"'sm'","description":"Size of the tag, `'md'` (default) or `'sm'`. Icon size: 16px.","attribute":"tagSize"}],"attributes":[{"name":"tagSize","type":{"text":"string"},"default":"'sm'","description":"Size of the tag, `'md'` (default) or `'sm'`. Icon size: 16px.","fieldName":"tagSize"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tag-skeleton","customElement":true}],"exports":[{"kind":"js","name":"TagSkeleton","declaration":{"name":"TagSkeleton","module":"src/components/reusable/tag/tag.skeleton.ts"}},{"kind":"custom-element-definition","name":"kyn-tag-skeleton","declaration":{"name":"TagSkeleton","module":"src/components/reusable/tag/tag.skeleton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tag/tag.ts","declarations":[{"kind":"class","description":"Tag.","name":"Tag","slots":[{"description":"Slot for icon.","name":"unnamed"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Tag name (Required).","attribute":"label"},{"kind":"field","name":"tagSize","type":{"text":"string"},"default":"'md'","description":"Size of the tag, `'md'` (default) or `'sm'`. Icon size: 16px.","attribute":"tagSize"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Specify if the Tag is disabled.","attribute":"disabled"},{"kind":"field","name":"filter","type":{"text":"boolean"},"default":"false","description":"Determine if Tag state is filter.","attribute":"filter"},{"kind":"field","name":"persistentTag","type":{"text":"boolean"},"default":"false","description":"When true, tag-group visibility limiting will never hide this tag.\nNote: this should primarily for the `Clear All` tag.","attribute":"persistentTag"},{"kind":"field","name":"noTruncation","type":{"text":"boolean"},"default":"false","description":"Removes label text truncation.","attribute":"noTruncation"},{"kind":"field","name":"clickable","type":{"text":"boolean"},"default":"false","description":"Determine if Tag is clickable.","attribute":"clickable"},{"kind":"field","name":"tagColor","type":{"text":"'default' | 'spruce' | 'sea' | 'lilac' | 'ai' | 'red'"},"default":"'default'","description":"Color variants.","attribute":"tagColor"},{"kind":"field","name":"clearTagText","type":{"text":"string"},"default":"'Clear Tag'","description":"Clear Tag Text to improve accessibility","attribute":"clearTagText"},{"kind":"method","name":"_checkForNewTag","privacy":"private"},{"kind":"method","name":"_isTagClickable","privacy":"private"},{"kind":"method","name":"handleTagClear","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"value","type":{"text":"string"}}]},{"kind":"method","name":"handleTagClearPress","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"value","type":{"text":"string"}}]},{"kind":"method","name":"handleTagClick","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"value","type":{"text":"string"}}]},{"kind":"method","name":"handleTagPress","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}},{"name":"value","type":{"text":"string"}}]}],"events":[{"description":"Captures the close event and emits the Tag value. Works with filterable tags. `detail:{ origEvent: PointerEvent,value: string }`","name":"on-close"},{"description":"Captures the click event and emits the Tag value. Works with clickable tags. `detail:{ origEvent: PointerEvent,value: string }`","name":"on-click"}],"attributes":[{"name":"label","type":{"text":"string"},"default":"''","description":"Tag name (Required).","fieldName":"label"},{"name":"tagSize","type":{"text":"string"},"default":"'md'","description":"Size of the tag, `'md'` (default) or `'sm'`. Icon size: 16px.","fieldName":"tagSize"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Specify if the Tag is disabled.","fieldName":"disabled"},{"name":"filter","type":{"text":"boolean"},"default":"false","description":"Determine if Tag state is filter.","fieldName":"filter"},{"name":"persistentTag","type":{"text":"boolean"},"default":"false","description":"When true, tag-group visibility limiting will never hide this tag.\nNote: this should primarily for the `Clear All` tag.","fieldName":"persistentTag"},{"name":"noTruncation","type":{"text":"boolean"},"default":"false","description":"Removes label text truncation.","fieldName":"noTruncation"},{"name":"clickable","type":{"text":"boolean"},"default":"false","description":"Determine if Tag is clickable.","fieldName":"clickable"},{"name":"tagColor","type":{"text":"'default' | 'spruce' | 'sea' | 'lilac' | 'ai' | 'red'"},"default":"'default'","description":"Color variants.","fieldName":"tagColor"},{"name":"clearTagText","type":{"text":"string"},"default":"'Clear Tag'","description":"Clear Tag Text to improve accessibility","fieldName":"clearTagText"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tag","customElement":true}],"exports":[{"kind":"js","name":"Tag","declaration":{"name":"Tag","module":"src/components/reusable/tag/tag.ts"}},{"kind":"custom-element-definition","name":"kyn-tag","declaration":{"name":"Tag","module":"src/components/reusable/tag/tag.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tag/tagGroup.ts","declarations":[{"kind":"class","description":"Tag & Tag Group","name":"TagGroup","slots":[{"description":"Slot for individual tags and tagsskeleton.","name":"unnamed"}],"members":[{"kind":"field","name":"textStrings","type":{"text":"object"},"default":"{\n showAll: 'Show all',\n showLess: 'Show less',\n }","description":"Text string customization.","attribute":"textStrings"},{"kind":"field","name":"limitTags","type":{"text":"boolean"},"default":"false","description":"Limits visible tags (5) behind a \"Show all\" button. Use only if having more than 5 tags.","attribute":"limitTags"},{"kind":"field","name":"filter","type":{"text":"boolean"},"default":"false","description":"Tag group filter","attribute":"filter"},{"kind":"field","name":"tagSize","type":{"text":"string"},"default":"'md'","description":"Size of the tag, `'md'` (default) or `'sm'`. Icon size: 16px.","attribute":"tagSize"},{"kind":"field","name":"limitCount","type":{"text":"number"},"default":"5","description":"Maximum number of tags to display before showing the \"Show all\" button.","attribute":"limitCount"},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"},{"kind":"method","name":"_toggleRevealed","privacy":"private","parameters":[{"name":"revealed","type":{"text":"boolean"}}]}],"attributes":[{"name":"textStrings","type":{"text":"object"},"default":"{\n showAll: 'Show all',\n showLess: 'Show less',\n }","description":"Text string customization.","fieldName":"textStrings"},{"name":"limitTags","type":{"text":"boolean"},"default":"false","description":"Limits visible tags (5) behind a \"Show all\" button. Use only if having more than 5 tags.","fieldName":"limitTags"},{"name":"filter","type":{"text":"boolean"},"default":"false","description":"Tag group filter","fieldName":"filter"},{"name":"tagSize","type":{"text":"string"},"default":"'md'","description":"Size of the tag, `'md'` (default) or `'sm'`. Icon size: 16px.","fieldName":"tagSize"},{"name":"limitCount","type":{"text":"number"},"default":"5","description":"Maximum number of tags to display before showing the \"Show all\" button.","fieldName":"limitCount"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tag-group","customElement":true}],"exports":[{"kind":"js","name":"TagGroup","declaration":{"name":"TagGroup","module":"src/components/reusable/tag/tagGroup.ts"}},{"kind":"custom-element-definition","name":"kyn-tag-group","declaration":{"name":"TagGroup","module":"src/components/reusable/tag/tagGroup.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/textArea/index.ts","declarations":[],"exports":[{"kind":"js","name":"TextArea","declaration":{"name":"TextArea","module":"./textArea"}}]},{"kind":"javascript-module","path":"src/components/reusable/textArea/textArea.ts","declarations":[{"kind":"class","description":"Text area.","name":"TextArea","slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","attribute":"caption"},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Input placeholder.","attribute":"placeholder"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","attribute":"required"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","attribute":"readonly"},{"kind":"field","name":"maxLength","type":{"text":"number"},"description":"Maximum number of characters.","attribute":"maxLength"},{"kind":"field","name":"minLength","type":{"text":"number"},"description":"Minimum number of characters.","attribute":"minLength"},{"kind":"field","name":"notResizeable","type":{"text":"boolean"},"default":"false","description":"Set it to `true`, if text area is not resizeable.","attribute":"notResizeable"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"rows","type":{"text":"number"},"description":"textarea rows attribute. The number of visible text lines.\n**Required** when `aiConnected` is set to `true`.","attribute":"rows"},{"kind":"field","name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for AI theme.","attribute":"aiConnected"},{"kind":"field","name":"maxRowsVisible","type":{"text":"number"},"default":"5","description":"Maximum number of visible text lines allowed. Default `5` rows. <br />\n**NOTE**: Applies only when `aiConnected` is set to `true`. <br />\n`rows` is always less than or equal to `maxRowsVisible` and `rows` is used as minimum number of visible text lines.","attribute":"maxRowsVisible"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n errorText: 'Error',\n warning: 'Warning',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"autoComplete","type":{"text":"string"},"default":"'off'","description":"Control for native browser autocomplete. Use `on`, `off`, or a space-separated `token-list` describing autocomplete behavior.","attribute":"autoComplete"},{"kind":"method","name":"handleInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_updateVisibleRows","privacy":"private"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]}],"events":[{"description":"Captures the input event and emits the selected value and original event details. `detail:{ origEvent: InputEvent,value: string }`","name":"on-input"}],"attributes":[{"type":{"text":"string"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","fieldName":"caption"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Input placeholder.","fieldName":"placeholder"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","fieldName":"required"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","fieldName":"readonly"},{"name":"maxLength","type":{"text":"number"},"description":"Maximum number of characters.","fieldName":"maxLength"},{"name":"minLength","type":{"text":"number"},"description":"Minimum number of characters.","fieldName":"minLength"},{"name":"notResizeable","type":{"text":"boolean"},"default":"false","description":"Set it to `true`, if text area is not resizeable.","fieldName":"notResizeable"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"rows","type":{"text":"number"},"description":"textarea rows attribute. The number of visible text lines.\n**Required** when `aiConnected` is set to `true`.","fieldName":"rows"},{"name":"aiConnected","type":{"text":"boolean"},"default":"false","description":"Set this to `true` for AI theme.","fieldName":"aiConnected"},{"name":"maxRowsVisible","type":{"text":"number"},"default":"5","description":"Maximum number of visible text lines allowed. Default `5` rows. <br />\n**NOTE**: Applies only when `aiConnected` is set to `true`. <br />\n`rows` is always less than or equal to `maxRowsVisible` and `rows` is used as minimum number of visible text lines.","fieldName":"maxRowsVisible"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"autoComplete","type":{"text":"string"},"default":"'off'","description":"Control for native browser autocomplete. Use `on`, `off`, or a space-separated `token-list` describing autocomplete behavior.","fieldName":"autoComplete"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-text-area","customElement":true}],"exports":[{"kind":"js","name":"TextArea","declaration":{"name":"TextArea","module":"src/components/reusable/textArea/textArea.ts"}},{"kind":"custom-element-definition","name":"kyn-text-area","declaration":{"name":"TextArea","module":"src/components/reusable/textArea/textArea.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/textInput/index.ts","declarations":[],"exports":[{"kind":"js","name":"TextInput","declaration":{"name":"TextInput","module":"./textInput"}}]},{"kind":"javascript-module","path":"src/components/reusable/textInput/textInput.ts","declarations":[{"kind":"class","description":"Text input.","name":"TextInput","slots":[{"description":"Slot for contextual icon.","name":"icon"},{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"type","type":{"text":"'text' | 'password' | 'email' | 'search' | 'tel' | 'url'"},"default":"'text'","description":"Input type, limited to options that are \"text like\".","attribute":"type"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","attribute":"caption"},{"kind":"field","name":"placeholder","type":{"text":"string"},"default":"''","description":"Input placeholder.","attribute":"placeholder"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","attribute":"required"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","attribute":"disabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","attribute":"readonly"},{"kind":"field","name":"pattern","type":{"text":"string"},"description":"RegEx pattern to validate.","attribute":"pattern"},{"kind":"field","name":"maxLength","type":{"text":"number"},"description":"Maximum number of characters.","attribute":"maxLength"},{"kind":"field","name":"minLength","type":{"text":"number"},"description":"Minimum number of characters.","attribute":"minLength"},{"kind":"field","name":"iconRight","type":{"text":"boolean"},"default":"false","description":"Place icon on the right.","attribute":"iconRight"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n clearAll: 'Clear all',\n errorText: 'Error',\n showPassword: 'Show password',\n hidePassword: 'Hide password',\n warning: 'Warning',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"field","name":"autoComplete","type":{"text":"string"},"default":"'off'","description":"Control for native browser autocomplete. Use `on`, `off`, or a space-separated `token-list` describing autocomplete behavior.","attribute":"autoComplete"},{"kind":"method","name":"_handleInput","privacy":"private","parameters":[{"name":"e","type":{"text":"any"}}]},{"kind":"method","name":"_handleClear","privacy":"private"},{"kind":"method","name":"_emitValue","privacy":"private","parameters":[{"name":"e","optional":true,"type":{"text":"any"}}]},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"Boolean"}},{"name":"report","type":{"text":"Boolean"}}]},{"kind":"method","name":"determineIfSlotted","privacy":"private"},{"kind":"method","name":"_togglePasswordVisibility","privacy":"private","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"setValueAndNotify","parameters":[{"name":"val","type":{"text":"string"}}]}],"events":[{"description":"Captures the input event and emits the selected value and original event details.`detail:{ origEvent: InputEvent, value: string }`","name":"on-input"}],"attributes":[{"type":{"text":"string"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"type","type":{"text":"'text' | 'password' | 'email' | 'search' | 'tel' | 'url'"},"default":"'text'","description":"Input type, limited to options that are \"text like\".","fieldName":"type"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Optional text beneath the input.","fieldName":"caption"},{"name":"placeholder","type":{"text":"string"},"default":"''","description":"Input placeholder.","fieldName":"placeholder"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Makes the input required.","fieldName":"required"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Input disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Input readonly state.","fieldName":"readonly"},{"name":"pattern","type":{"text":"string"},"description":"RegEx pattern to validate.","fieldName":"pattern"},{"name":"maxLength","type":{"text":"number"},"description":"Maximum number of characters.","fieldName":"maxLength"},{"name":"minLength","type":{"text":"number"},"description":"Minimum number of characters.","fieldName":"minLength"},{"name":"iconRight","type":{"text":"boolean"},"default":"false","description":"Place icon on the right.","fieldName":"iconRight"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"},{"name":"autoComplete","type":{"text":"string"},"default":"'off'","description":"Control for native browser autocomplete. Use `on`, `off`, or a space-separated `token-list` describing autocomplete behavior.","fieldName":"autoComplete"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-text-input","customElement":true}],"exports":[{"kind":"js","name":"TextInput","declaration":{"name":"TextInput","module":"src/components/reusable/textInput/textInput.ts"}},{"kind":"custom-element-definition","name":"kyn-text-input","declaration":{"name":"TextInput","module":"src/components/reusable/textInput/textInput.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/timepicker/index.ts","declarations":[],"exports":[{"kind":"js","name":"TimePicker","declaration":{"name":"TimePicker","module":"./timepicker"}}]},{"kind":"javascript-module","path":"src/components/reusable/timepicker/timepicker.ts","declarations":[{"kind":"class","description":"Timepicker: uses Flatpickr library,time picker implementation -- `https://flatpickr.js.org/examples/#time-picker`","name":"TimePicker","slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","attribute":"hideLabel"},{"kind":"field","name":"locale","type":{"text":"SupportedLocale | string"},"default":"'en'","description":"Sets desired locale and, if supported, dynamically loads language lib","attribute":"locale"},{"kind":"field","name":"defaultHour","type":{"text":"number | null"},"default":"null","deprecated":"Use `value` (Date or time string) to prefill the time instead.\nLegacy: initial hour when `value` is unset.","attribute":"defaultHour","reflects":true},{"kind":"field","name":"defaultMinute","type":{"text":"number | null"},"default":"null","deprecated":"Use `value` (Date or time string) to prefill the time instead.\nLegacy: initial minute when `value` is unset.","attribute":"defaultMinute","reflects":true},{"kind":"field","name":"defaultSeconds","type":{"text":"number | null"},"default":"null","deprecated":"Use `value` (Date or time string) to prefill the time instead.\nLegacy: initial seconds when `value` is unset.","attribute":"defaultSeconds","reflects":true},{"kind":"field","name":"allowManualInput","type":{"text":"boolean"},"default":"false","description":"Allows manual input of time string (when true, user can type a time)","attribute":"allowManualInput"},{"kind":"field","name":"value","type":{"text":"string | Date | null"},"default":"null","description":"Current time value for the component.\n\n- Uncontrolled: populated from `defaultHour` / `defaultMinute` / `defaultSeconds` and user selections.\n- Controlled: can be set from the host (e.g. Vue `:value`) as a `Date` or time string."},{"kind":"field","name":"defaultErrorMessage","type":{"text":"string"},"default":"''","description":"Sets default error message.","attribute":"defaultErrorMessage"},{"kind":"field","name":"caption","type":{"text":"string"},"default":"''","description":"Sets caption to be displayed under primary time picker elements.","attribute":"caption"},{"kind":"field","name":"required","type":{"text":"boolean"},"default":"false","description":"Sets timepicker form input value to required.","attribute":"required"},{"kind":"field","name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","attribute":"size"},{"kind":"field","name":"timepickerDisabled","type":{"text":"boolean"},"default":"false","description":"Sets entire timepicker form element to enabled/disabled.","attribute":"timepickerDisabled"},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Sets entire timepicker form element to readonly.","attribute":"readonly"},{"kind":"field","name":"twentyFourHourFormat","type":{"text":"boolean | null"},"default":"null","description":"Sets 24-hour formatting true/false.","attribute":"twentyFourHourFormat"},{"kind":"field","name":"enableSeconds","type":{"text":"boolean"},"default":"false","description":"Enable seconds in the timepicker UI.","attribute":"enableSeconds"},{"kind":"field","name":"minTime","type":{"text":"string | number | Date"},"default":"''","description":"Sets lower boundary of time selection.","attribute":"minTime"},{"kind":"field","name":"maxTime","type":{"text":"string | number | Date"},"default":"''","description":"Sets upper boundary of time selection.","attribute":"maxTime"},{"kind":"field","name":"errorAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for error message. Use `textStrings` instead to set errorText.","attribute":"errorAriaLabel"},{"kind":"field","name":"errorTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for error message. Use `textStrings` instead to set errorText.","attribute":"errorTitle"},{"kind":"field","name":"warningAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for warning message. Use `textStrings` instead to set warning label/title.","attribute":"warningAriaLabel"},{"kind":"field","name":"warningTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for warning message. Use `textStrings` instead to set warning label/title.","attribute":"warningTitle"},{"kind":"field","name":"staticPosition","type":{"text":"boolean"},"default":"false","description":"Sets whether the Flatpickr calendar UI should use static positioning.","attribute":"staticPosition"},{"kind":"field","name":"textStrings","default":"{\n requiredText: 'Required',\n clearAll: 'Clear',\n pleaseSelectDate: 'Please select a time',\n noTimeSelected: 'No time selected',\n pleaseSelectValidDate: 'Please select a valid time',\n warning: 'Warning',\n errorText: 'Error',\n}","description":"Customizable text strings.","attribute":"textStrings","type":{"text":"object"}},{"kind":"method","name":"parseTimeString","privacy":"private","return":{"type":{"text":"Date | null"}},"parameters":[{"name":"time","type":{"text":"string | number | Date"}}],"description":"Parses a time string (e.g. \"14:30\" or \"14:30:45\") or Date/number into a Date object\nanchored to today, or returns null if invalid."},{"kind":"method","name":"_timesEqual","privacy":"private","parameters":[{"name":"a","type":{"text":"Date | null | undefined"}},{"name":"b","type":{"text":"Date | null | undefined"}}]},{"kind":"method","name":"_incomingValueToDate","privacy":"private","return":{"type":{"text":"Date | null"}},"parameters":[{"name":"value","type":{"text":"TimePickerValue"}}]},{"kind":"method","name":"hasValue","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"updateFormValue","privacy":"private"},{"kind":"method","name":"renderValidationMessage","privacy":"private","parameters":[{"name":"errorId","type":{"text":"string"}},{"name":"warningId","type":{"text":"string"}}]},{"kind":"method","name":"getRawValue","privacy":"private","return":{"type":{"text":"TimePickerValue"}}},{"kind":"method","name":"getTimepickerClasses"},{"kind":"method","name":"_padSecondsForInput","privacy":"private","parameters":[{"name":"el","optional":true,"type":{"text":"HTMLInputElement | null"}}]},{"kind":"method","name":"syncFlatpickrFromHostValue","privacy":"private"},{"kind":"method","name":"isElementVisible","privacy":"private","return":{"type":{"text":"boolean"}}},{"kind":"method","name":"syncAllowInput","privacy":"private","return":{"type":{"text":"void"}}},{"kind":"method","name":"_handleClear","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"setupAnchor","privacy":"private"},{"kind":"method","name":"removeCalendarElement","privacy":"private","parameters":[{"name":"id","optional":true,"type":{"text":"string"}}]},{"kind":"method","name":"initializeFlatpickr"},{"kind":"method","name":"updateFlatpickrOptions"},{"kind":"method","name":"getComponentFlatpickrOptions","return":{"type":{"text":"Promise<Partial<BaseOptions>>"}}},{"kind":"method","name":"setInitialDates","parameters":[{"name":"instance","type":{"text":"flatpickr.Instance"}}]},{"kind":"method","name":"handleOpen"},{"kind":"method","name":"getValue","privacy":"public","return":{"type":{"text":"Date | null"}},"description":"Returns the selected time as a Date (anchored to today) or null."},{"kind":"method","name":"handleClose"},{"kind":"method","name":"handleNativeInputEvent","privacy":"private"},{"kind":"method","name":"handleManualInputChange","privacy":"private"},{"kind":"method","name":"commitManualInputValue","privacy":"private"},{"kind":"method","name":"handleTimeChange","parameters":[{"name":"selectedDates","type":{"text":"Date[]"}},{"name":"dateStr","type":{"text":"string"}}]},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"boolean"}},{"name":"report","type":{"text":"boolean"}}]},{"kind":"method","name":"_onChange","privacy":"private"},{"kind":"method","name":"_handleFormReset","privacy":"private"},{"kind":"method","name":"setShouldFlatpickrOpen","privacy":"private","parameters":[{"name":"value","type":{"text":"boolean"}}]},{"kind":"method","name":"closeFlatpickr","privacy":"private"},{"kind":"method","name":"onSuppressLabelInteraction","privacy":"private","parameters":[{"name":"event","type":{"text":"Event"}}]},{"kind":"method","name":"handleInputClickEvent","privacy":"private"},{"kind":"method","name":"handleInputFocusEvent","privacy":"private"},{"kind":"method","name":"setValue","privacy":"public","return":{"type":{"text":"void"}},"parameters":[{"name":"newValue","type":{"text":"Date | null"}}]}],"events":[{"description":"Emitted when the selected time changes. Event.detail has the shape: { time: string | null, source?: string } - time: formatted time string when a time is selected, or null when cleared. - source: 'clear' when the value was cleared; otherwise undefined.","name":"on-change"}],"attributes":[{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"type":{"text":"string"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The custom validation message when the input is invalid.","name":"invalidText","default":"''"},{"type":{"text":"string"},"description":"The custom warning message when the input is in a warning state.","name":"warnText","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Visually hide the label.","fieldName":"hideLabel"},{"name":"locale","type":{"text":"SupportedLocale | string"},"default":"'en'","description":"Sets desired locale and, if supported, dynamically loads language lib","fieldName":"locale"},{"name":"defaultHour","type":{"text":"number | null"},"default":"null","deprecated":"Use `value` (Date or time string) to prefill the time instead.\nLegacy: initial hour when `value` is unset.","fieldName":"defaultHour"},{"name":"defaultMinute","type":{"text":"number | null"},"default":"null","deprecated":"Use `value` (Date or time string) to prefill the time instead.\nLegacy: initial minute when `value` is unset.","fieldName":"defaultMinute"},{"name":"defaultSeconds","type":{"text":"number | null"},"default":"null","deprecated":"Use `value` (Date or time string) to prefill the time instead.\nLegacy: initial seconds when `value` is unset.","fieldName":"defaultSeconds"},{"name":"allowManualInput","type":{"text":"boolean"},"default":"false","description":"Allows manual input of time string (when true, user can type a time)","fieldName":"allowManualInput"},{"name":"defaultErrorMessage","type":{"text":"string"},"default":"''","description":"Sets default error message.","fieldName":"defaultErrorMessage"},{"name":"caption","type":{"text":"string"},"default":"''","description":"Sets caption to be displayed under primary time picker elements.","fieldName":"caption"},{"name":"required","type":{"text":"boolean"},"default":"false","description":"Sets timepicker form input value to required.","fieldName":"required"},{"name":"size","type":{"text":"string"},"default":"'md'","description":"Input size. \"xs\", \"sm\", \"md\", or \"lg\".","fieldName":"size"},{"name":"timepickerDisabled","type":{"text":"boolean"},"default":"false","description":"Sets entire timepicker form element to enabled/disabled.","fieldName":"timepickerDisabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Sets entire timepicker form element to readonly.","fieldName":"readonly"},{"name":"twentyFourHourFormat","type":{"text":"boolean | null"},"default":"null","description":"Sets 24-hour formatting true/false.","fieldName":"twentyFourHourFormat"},{"name":"enableSeconds","type":{"text":"boolean"},"default":"false","description":"Enable seconds in the timepicker UI.","fieldName":"enableSeconds"},{"name":"minTime","type":{"text":"string | number | Date"},"default":"''","description":"Sets lower boundary of time selection.","fieldName":"minTime"},{"name":"maxTime","type":{"text":"string | number | Date"},"default":"''","description":"Sets upper boundary of time selection.","fieldName":"maxTime"},{"name":"errorAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for error message. Use `textStrings` instead to set errorText.","fieldName":"errorAriaLabel"},{"name":"errorTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for error message. Use `textStrings` instead to set errorText.","fieldName":"errorTitle"},{"name":"warningAriaLabel","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets aria label attribute for warning message. Use `textStrings` instead to set warning label/title.","fieldName":"warningAriaLabel"},{"name":"warningTitle","type":{"text":"string"},"default":"''","description":"DEPRECATED.Sets title attribute for warning message. Use `textStrings` instead to set warning label/title.","fieldName":"warningTitle"},{"name":"staticPosition","type":{"text":"boolean"},"default":"false","description":"Sets whether the Flatpickr calendar UI should use static positioning.","fieldName":"staticPosition"},{"name":"textStrings","default":"_defaultTextStrings","description":"Customizable text strings.","fieldName":"textStrings"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-time-picker","customElement":true}],"exports":[{"kind":"js","name":"TimePicker","declaration":{"name":"TimePicker","module":"src/components/reusable/timepicker/timepicker.ts"}},{"kind":"custom-element-definition","name":"kyn-time-picker","declaration":{"name":"TimePicker","module":"src/components/reusable/timepicker/timepicker.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/toggleButton/index.ts","declarations":[],"exports":[{"kind":"js","name":"ToggleButton","declaration":{"name":"ToggleButton","module":"./toggleButton"}}]},{"kind":"javascript-module","path":"src/components/reusable/toggleButton/toggleButton.ts","declarations":[{"kind":"class","description":"Toggle Button.","name":"ToggleButton","slots":[{"description":"Slot for tooltip.","name":"tooltip"}],"members":[{"kind":"field","name":"label","type":{"text":"string"},"default":"''","description":"Label text.","attribute":"label"},{"kind":"field","name":"checked","type":{"text":"boolean"},"default":"false","description":"Checkbox checked state.","attribute":"checked","reflects":true},{"kind":"field","name":"checkedText","type":{"text":"string"},"default":"'On'","description":"Checked state text.","attribute":"checkedText"},{"kind":"field","name":"uncheckedText","type":{"text":"string"},"default":"'Off'","description":"Unchecked state text.","attribute":"uncheckedText"},{"kind":"field","name":"small","type":{"text":"boolean"},"default":"false","description":"Option to use small size.","attribute":"small","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Checkbox disabled state.","attribute":"disabled","reflects":true},{"kind":"field","name":"readonly","type":{"text":"boolean"},"default":"false","description":"Toggle read-only state (non-modifiable but focusable).","attribute":"readonly","reflects":true},{"kind":"field","name":"reverse","type":{"text":"boolean"},"default":"false","description":"Reverse UI element order, label on the left.","attribute":"reverse"},{"kind":"field","name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Hides the label visually.","attribute":"hideLabel"},{"kind":"method","name":"_validate","privacy":"private","parameters":[{"name":"interacted","type":{"text":"boolean"}},{"name":"report","type":{"text":"boolean"}}]}],"events":[{"description":"Emits the change event. `detail:{ origEvent: Event, checked: boolean, value: string }`","name":"on-change"}],"attributes":[{"type":{"text":"string"},"description":"The value of the input.","name":"value","default":"''"},{"type":{"text":"string"},"description":"The name of the input, used for form submission.","name":"name","default":"''"},{"name":"label","type":{"text":"string"},"default":"''","description":"Label text.","fieldName":"label"},{"name":"checked","type":{"text":"boolean"},"default":"false","description":"Checkbox checked state.","fieldName":"checked"},{"name":"checkedText","type":{"text":"string"},"default":"'On'","description":"Checked state text.","fieldName":"checkedText"},{"name":"uncheckedText","type":{"text":"string"},"default":"'Off'","description":"Unchecked state text.","fieldName":"uncheckedText"},{"name":"small","type":{"text":"boolean"},"default":"false","description":"Option to use small size.","fieldName":"small"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Checkbox disabled state.","fieldName":"disabled"},{"name":"readonly","type":{"text":"boolean"},"default":"false","description":"Toggle read-only state (non-modifiable but focusable).","fieldName":"readonly"},{"name":"reverse","type":{"text":"boolean"},"default":"false","description":"Reverse UI element order, label on the left.","fieldName":"reverse"},{"name":"hideLabel","type":{"text":"boolean"},"default":"false","description":"Hides the label visually.","fieldName":"hideLabel"}],"mixins":[{"name":"FormMixin","module":"/src/common/mixins/form-input"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-toggle-button","customElement":true}],"exports":[{"kind":"js","name":"ToggleButton","declaration":{"name":"ToggleButton","module":"src/components/reusable/toggleButton/toggleButton.ts"}},{"kind":"custom-element-definition","name":"kyn-toggle-button","declaration":{"name":"ToggleButton","module":"src/components/reusable/toggleButton/toggleButton.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/tooltip/index.ts","declarations":[],"exports":[{"kind":"js","name":"Tooltip","declaration":{"name":"Tooltip","module":"./tooltip"}}]},{"kind":"javascript-module","path":"src/components/reusable/tooltip/tooltip.ts","declarations":[{"kind":"class","description":"Tooltip.","name":"Tooltip","slots":[{"description":"Slot for tooltip content.","name":"unnamed"},{"description":"Slot for custom anchor button content.","name":"anchor"}],"members":[{"kind":"field","name":"assistiveText","type":{"text":"string"},"default":"'Tooltip'","description":"Assistive text for anchor button.","attribute":"assistiveText"},{"kind":"field","name":"nonInteractiveAnchor","type":{"text":"boolean"},"default":"false","description":"Render a passive span anchor instead of a button.\nUseful when the tooltip trigger lives inside another interactive element.","attribute":"non-interactive-anchor"},{"kind":"field","name":"compact","type":{"text":"boolean"},"default":"false","description":"Renders the tooltip with tighter spacing.","attribute":"compact"},{"kind":"method","name":"_positionTooltip","privacy":"private"},{"kind":"method","name":"_handleOpen","privacy":"private"},{"kind":"method","name":"_handleClose","privacy":"private"},{"kind":"method","name":"_handleMouseLeave","privacy":"private"},{"kind":"method","name":"_handleEsc","privacy":"private","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_emitToggle","privacy":"private"}],"events":[{"description":"Emits the open state of the tooltip on open/close. `detail:{ open: boolean }`","name":"on-tooltip-toggle"}],"attributes":[{"name":"assistiveText","type":{"text":"string"},"default":"'Tooltip'","description":"Assistive text for anchor button.","fieldName":"assistiveText"},{"name":"non-interactive-anchor","type":{"text":"boolean"},"default":"false","description":"Render a passive span anchor instead of a button.\nUseful when the tooltip trigger lives inside another interactive element.","fieldName":"nonInteractiveAnchor"},{"name":"compact","type":{"text":"boolean"},"default":"false","description":"Renders the tooltip with tighter spacing.","fieldName":"compact"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-tooltip","customElement":true}],"exports":[{"kind":"js","name":"Tooltip","declaration":{"name":"Tooltip","module":"src/components/reusable/tooltip/tooltip.ts"}},{"kind":"custom-element-definition","name":"kyn-tooltip","declaration":{"name":"Tooltip","module":"src/components/reusable/tooltip/tooltip.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/widget/defs.ts","declarations":[],"exports":[]},{"kind":"javascript-module","path":"src/components/reusable/widget/index.ts","declarations":[],"exports":[{"kind":"js","name":"Widget","declaration":{"name":"Widget","module":"./widget"}},{"kind":"js","name":"WidgetDragHandle","declaration":{"name":"WidgetDragHandle","module":"./widgetDragHandle"}},{"kind":"js","name":"WidgetGridstack","declaration":{"name":"WidgetGridstack","module":"./widgetGridstack"}}]},{"kind":"javascript-module","path":"src/components/reusable/widget/widget.ts","declarations":[{"kind":"class","description":"Widget.","name":"Widget","slots":[{"description":"Slot for widget content.","name":"unnamed"},{"description":"Slot for action buttons.","name":"actions"},{"description":"Slot for badge status.","name":"badge"},{"description":"Slot for tooltip in header.","name":"tooltip"},{"description":"Slot for drag handle.","name":"draghandle"},{"description":"Slot for subtitle content.","name":"subtitle"},{"description":"Slot for footer content.","name":"footer"}],"members":[{"kind":"field","name":"widgetTitle","type":{"text":"string"},"default":"''","description":"Widget title.","attribute":"widgetTitle"},{"kind":"field","name":"subTitle","type":{"text":"string"},"default":"''","description":"Widget sub-title(Deprecated). Use `subtitle` slot instead.","attribute":"subTitle"},{"kind":"field","name":"dragActive","type":{"text":"boolean"},"default":"false","description":"Widget drag active state.","attribute":"dragActive"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","description":"Widget disabled state.","attribute":"disabled"},{"kind":"field","name":"selectable","type":{"text":"boolean"},"default":"false","description":"Widget selectable state.","attribute":"selectable"},{"kind":"field","name":"selected","type":{"text":"boolean"},"default":"false","description":"Widget selected state.","attribute":"selected"},{"kind":"field","name":"compact","type":{"text":"boolean"},"default":"false","description":"Widget compact state, reduced padding.","attribute":"compact"},{"kind":"field","name":"removeHeader","type":{"text":"boolean"},"default":"false","description":"Removes the widget header.","attribute":"removeHeader"},{"kind":"field","name":"showStatusBadge","type":{"text":"boolean"},"default":"false","description":"Show Status badge(Deprecated). Use `badge` slot instead.","attribute":"showStatusBadge"},{"kind":"field","name":"statusBadgeLabel","type":{"text":"string"},"default":"'Update'","description":"Status Badge label(Deprecated). Use `badge` slot instead.","attribute":"statusBadgeLabel"},{"kind":"field","name":"widgetStatus","type":{"text":"WIDGET_STATUS"},"description":"Widget status.","attribute":"widgetStatus"},{"kind":"method","name":"_handleBodyClick","privacy":"private"},{"kind":"method","name":"_handleKeyDown","privacy":"private","parameters":[{"name":"event","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_handleSlotChange","privacy":"private"},{"kind":"method","name":"_updateChildren","privacy":"private"}],"events":[{"name":"on-select","type":{"text":"CustomEvent"},"description":"Emits the widget selected state .`detail:{ selected: boolean }`"}],"attributes":[{"name":"widgetTitle","type":{"text":"string"},"default":"''","description":"Widget title.","fieldName":"widgetTitle"},{"name":"subTitle","type":{"text":"string"},"default":"''","description":"Widget sub-title(Deprecated). Use `subtitle` slot instead.","fieldName":"subTitle"},{"name":"dragActive","type":{"text":"boolean"},"default":"false","description":"Widget drag active state.","fieldName":"dragActive"},{"name":"disabled","type":{"text":"boolean"},"default":"false","description":"Widget disabled state.","fieldName":"disabled"},{"name":"selectable","type":{"text":"boolean"},"default":"false","description":"Widget selectable state.","fieldName":"selectable"},{"name":"selected","type":{"text":"boolean"},"default":"false","description":"Widget selected state.","fieldName":"selected"},{"name":"compact","type":{"text":"boolean"},"default":"false","description":"Widget compact state, reduced padding.","fieldName":"compact"},{"name":"removeHeader","type":{"text":"boolean"},"default":"false","description":"Removes the widget header.","fieldName":"removeHeader"},{"name":"showStatusBadge","type":{"text":"boolean"},"default":"false","description":"Show Status badge(Deprecated). Use `badge` slot instead.","fieldName":"showStatusBadge"},{"name":"statusBadgeLabel","type":{"text":"string"},"default":"'Update'","description":"Status Badge label(Deprecated). Use `badge` slot instead.","fieldName":"statusBadgeLabel"},{"name":"widgetStatus","type":{"text":"WIDGET_STATUS"},"description":"Widget status.","fieldName":"widgetStatus"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-widget","customElement":true}],"exports":[{"kind":"js","name":"Widget","declaration":{"name":"Widget","module":"src/components/reusable/widget/widget.ts"}},{"kind":"custom-element-definition","name":"kyn-widget","declaration":{"name":"Widget","module":"src/components/reusable/widget/widget.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/widget/widgetDragHandle.ts","declarations":[{"kind":"class","description":"Widget drag handle.","name":"WidgetDragHandle","members":[{"kind":"field","name":"slot","type":{"text":"string"},"default":"'draghandle'","description":"Force widget slot","attribute":"slot","reflects":true}],"attributes":[{"name":"slot","type":{"text":"string"},"default":"'draghandle'","description":"Force widget slot","fieldName":"slot"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-widget-drag-handle","customElement":true}],"exports":[{"kind":"js","name":"WidgetDragHandle","declaration":{"name":"WidgetDragHandle","module":"src/components/reusable/widget/widgetDragHandle.ts"}},{"kind":"custom-element-definition","name":"kyn-widget-drag-handle","declaration":{"name":"WidgetDragHandle","module":"src/components/reusable/widget/widgetDragHandle.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/widget/widgetGridstack.ts","declarations":[{"kind":"class","description":"GridStack wrapper that includes Shidoka default config and styles.","name":"WidgetGridstack","slots":[{"description":"Slot for .grid-stack container element.","name":"unnamed"}],"members":[{"kind":"field","name":"layout","type":{"text":"any"},"default":"{}","description":"GridStack layout/widget size/position definitions for each breakpoint.","attribute":"layout"},{"kind":"field","name":"gridstackConfig","type":{"text":"any"},"description":"Custom GridStack config.","attribute":"gridstackConfig"},{"kind":"field","name":"gridStack","type":{"text":"any"},"default":"GridStack","description":"GridStack instance."},{"kind":"field","name":"grid","type":{"text":"any"},"description":"GridStack grid instance."},{"kind":"field","name":"compact","type":{"text":"boolean"},"default":"false","description":"Use compact grid config. Ignored in case of custom gridstackConfig.","attribute":"compact"},{"kind":"field","name":"wholeWidgetDraggable","type":{"text":"boolean"},"default":"false","description":"Make entire widget draggable. Ignored in case of custom gridstackConfig.","attribute":"wholeWidgetDraggable"},{"kind":"method","name":"_saveLayout","privacy":"private","description":"The private `_saveLayout` function saves the grid layout by updating each widget's properties and\nemitting a custom event with the new layout."},{"kind":"method","name":"_initGridstack","privacy":"private","description":"The function `_initGridstack` initializes a GridStack layout with event listeners for drag, resize,\nand saving layout changes."},{"kind":"method","name":"_updateWidgetsDensity","privacy":"private","description":"The function `_updateWidgetsDensity` iterates through all `kyn-widget` elements and sets their\n`compact` property based on the parent element's `compact` property."},{"kind":"method","name":"_updateLayout","privacy":"private"},{"kind":"method","name":"_setBreakpoint","privacy":"private","description":"The function `_setBreakpoint` retrieves and sets the current breakpoint value from the CSS custom\nproperty `--kd-current-breakpoint`."},{"kind":"method","name":"_setMargin","privacy":"private","description":"The private `_setMargin` function adjusts the margin of a grid based on a breakpoint value."}],"events":[{"description":"Emits after GridStack initializes. `detail:{ layout : Object }`","name":"on-grid-init"},{"description":"Emits the GridStack save() method results (new layout) on dragstop and resizestop. `detail:{ layout : Object }`","name":"on-grid-save"}],"attributes":[{"name":"layout","type":{"text":"any"},"default":"{}","description":"GridStack layout/widget size/position definitions for each breakpoint.","fieldName":"layout"},{"name":"gridstackConfig","type":{"text":"any"},"description":"Custom GridStack config.","fieldName":"gridstackConfig"},{"name":"compact","type":{"text":"boolean"},"default":"false","description":"Use compact grid config. Ignored in case of custom gridstackConfig.","fieldName":"compact"},{"name":"wholeWidgetDraggable","type":{"text":"boolean"},"default":"false","description":"Make entire widget draggable. Ignored in case of custom gridstackConfig.","fieldName":"wholeWidgetDraggable"}],"superclass":{"name":"LitElement","package":"lit"},"tagName":"kyn-widget-gridstack","customElement":true}],"exports":[{"kind":"js","name":"WidgetGridstack","declaration":{"name":"WidgetGridstack","module":"src/components/reusable/widget/widgetGridstack.ts"}},{"kind":"custom-element-definition","name":"kyn-widget-gridstack","declaration":{"name":"WidgetGridstack","module":"src/components/reusable/widget/widgetGridstack.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/defs/helpers.ts","declarations":[{"kind":"function","name":"generateId","return":{"type":{"text":"string"}},"description":"Generate a unique ID for rules and groups"},{"kind":"function","name":"createEmptyRule","return":{"type":{"text":"RuleType"}},"description":"Create an empty rule with no field/operator/value selected"},{"kind":"function","name":"createDefaultQuery","return":{"type":{"text":"RuleGroupType"}},"description":"Create the initial/default query structure with one empty rule"}],"exports":[{"kind":"js","name":"generateId","declaration":{"name":"generateId","module":"src/components/reusable/queryBuilder/defs/helpers.ts"}},{"kind":"js","name":"createEmptyRule","declaration":{"name":"createEmptyRule","module":"src/components/reusable/queryBuilder/defs/helpers.ts"}},{"kind":"js","name":"createDefaultQuery","declaration":{"name":"createDefaultQuery","module":"src/components/reusable/queryBuilder/defs/helpers.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/defs/index.ts","declarations":[],"exports":[{"kind":"js","name":"RuleGroupType","declaration":{"name":"RuleGroupType","module":"./types"}},{"kind":"js","name":"RuleType","declaration":{"name":"RuleType","module":"./types"}},{"kind":"js","name":"RuleOrGroup","declaration":{"name":"RuleOrGroup","module":"./types"}},{"kind":"js","name":"QueryField","declaration":{"name":"QueryField","module":"./types"}},{"kind":"js","name":"FieldDataType","declaration":{"name":"FieldDataType","module":"./types"}},{"kind":"js","name":"QueryOperator","declaration":{"name":"QueryOperator","module":"./types"}},{"kind":"js","name":"QueryOption","declaration":{"name":"QueryOption","module":"./types"}},{"kind":"js","name":"QueryBuilderConfig","declaration":{"name":"QueryBuilderConfig","module":"./types"}},{"kind":"js","name":"QueryChangeEventDetail","declaration":{"name":"QueryChangeEventDetail","module":"./types"}},{"kind":"js","name":"QueryActionEventDetail","declaration":{"name":"QueryActionEventDetail","module":"./types"}},{"kind":"js","name":"QueryBuilderSize","declaration":{"name":"QueryBuilderSize","module":"./types"}},{"kind":"js","name":"ButtonSize","declaration":{"name":"ButtonSize","module":"./types"}},{"kind":"js","name":"isRuleGroup","declaration":{"name":"isRuleGroup","module":"./types"}},{"kind":"js","name":"isRule","declaration":{"name":"isRule","module":"./types"}},{"kind":"js","name":"sizeToButtonSize","declaration":{"name":"sizeToButtonSize","module":"./types"}},{"kind":"js","name":"getOperatorsForType","declaration":{"name":"getOperatorsForType","module":"./operators"}},{"kind":"js","name":"isNoValueOperator","declaration":{"name":"isNoValueOperator","module":"./operators"}},{"kind":"js","name":"isBetweenOperator","declaration":{"name":"isBetweenOperator","module":"./operators"}},{"kind":"js","name":"isMultiValueOperator","declaration":{"name":"isMultiValueOperator","module":"./operators"}},{"kind":"js","name":"generateId","declaration":{"name":"generateId","module":"./helpers"}},{"kind":"js","name":"createDefaultQuery","declaration":{"name":"createDefaultQuery","module":"./helpers"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/defs/operators.ts","declarations":[{"kind":"variable","name":"TEXT_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n { name: 'contains', label: 'Contains' },\n { name: 'notContains', label: 'Does Not Contain' },\n { name: 'startsWith', label: 'Starts With' },\n { name: 'endsWith', label: 'Ends With' },\n { name: 'isNull', label: 'Is Empty', valueCount: 'none' },\n { name: 'isNotNull', label: 'Is Not Empty', valueCount: 'none' },\n]","description":"Default operators for text fields"},{"kind":"variable","name":"NUMBER_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n { name: 'lessThan', label: 'Less Than' },\n { name: 'lessThanOrEqual', label: 'Less Than Or Equal' },\n { name: 'greaterThan', label: 'Greater Than' },\n { name: 'greaterThanOrEqual', label: 'Greater Than Or Equal' },\n { name: 'between', label: 'Between' },\n { name: 'notBetween', label: 'Not Between' },\n { name: 'isNull', label: 'Is Empty', valueCount: 'none' },\n { name: 'isNotNull', label: 'Is Not Empty', valueCount: 'none' },\n]","description":"Default operators for number fields"},{"kind":"variable","name":"DATE_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n { name: 'before', label: 'Before' },\n { name: 'after', label: 'After' },\n { name: 'between', label: 'Between' },\n { name: 'isNull', label: 'Is Empty', valueCount: 'none' },\n { name: 'isNotNull', label: 'Is Not Empty', valueCount: 'none' },\n]","description":"Default operators for date/datetime fields"},{"kind":"variable","name":"TIME_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n { name: 'before', label: 'Before' },\n { name: 'after', label: 'After' },\n { name: 'between', label: 'Between' },\n { name: 'isNull', label: 'Is Empty', valueCount: 'none' },\n { name: 'isNotNull', label: 'Is Not Empty', valueCount: 'none' },\n]","description":"Default operators for time fields"},{"kind":"variable","name":"BOOLEAN_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Is' },\n]","description":"default operators for boolean fields"},{"kind":"variable","name":"SELECT_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n { name: 'in', label: 'In' },\n { name: 'notIn', label: 'Not In' },\n { name: 'isNull', label: 'Is Empty', valueCount: 'none' },\n { name: 'isNotNull', label: 'Is Not Empty', valueCount: 'none' },\n]","description":"default operators for select/multiselect fields"},{"kind":"variable","name":"RADIO_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n]","description":"default operators for radio button fields"},{"kind":"variable","name":"SLIDER_OPERATORS","type":{"text":"QueryOperator[]"},"default":"[\n { name: 'equal', label: 'Equals' },\n { name: 'notEqual', label: 'Does Not Equal' },\n { name: 'lessThan', label: 'Less Than' },\n { name: 'lessThanOrEqual', label: 'Less Than Or Equal' },\n { name: 'greaterThan', label: 'Greater Than' },\n { name: 'greaterThanOrEqual', label: 'Greater Than Or Equal' },\n { name: 'between', label: 'Between' },\n]","description":"default operators for slider fields (numeric range)"},{"kind":"function","name":"getOperatorsForType","return":{"type":{"text":"QueryOperator[]"}},"parameters":[{"name":"dataType","type":{"text":"FieldDataType"}}],"description":"get default operators for a given field data type"},{"kind":"function","name":"isNoValueOperator","return":{"type":{"text":"boolean"}},"parameters":[{"name":"operator","type":{"text":"string"}},{"name":"operators","type":{"text":"QueryOperator[]"}}],"description":"check if an operator requires no value"},{"kind":"function","name":"isBetweenOperator","return":{"type":{"text":"boolean"}},"parameters":[{"name":"operator","type":{"text":"string"}}],"description":"check if an operator requires two values (between, notBetween)"},{"kind":"function","name":"isMultiValueOperator","return":{"type":{"text":"boolean"}},"parameters":[{"name":"operator","type":{"text":"string"}}],"description":"check if an operator works with multiple values (in, notIn)"}],"exports":[{"kind":"js","name":"TEXT_OPERATORS","declaration":{"name":"TEXT_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"NUMBER_OPERATORS","declaration":{"name":"NUMBER_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"DATE_OPERATORS","declaration":{"name":"DATE_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"TIME_OPERATORS","declaration":{"name":"TIME_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"BOOLEAN_OPERATORS","declaration":{"name":"BOOLEAN_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"SELECT_OPERATORS","declaration":{"name":"SELECT_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"RADIO_OPERATORS","declaration":{"name":"RADIO_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"SLIDER_OPERATORS","declaration":{"name":"SLIDER_OPERATORS","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"getOperatorsForType","declaration":{"name":"getOperatorsForType","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"isNoValueOperator","declaration":{"name":"isNoValueOperator","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"isBetweenOperator","declaration":{"name":"isBetweenOperator","module":"src/components/reusable/queryBuilder/defs/operators.ts"}},{"kind":"js","name":"isMultiValueOperator","declaration":{"name":"isMultiValueOperator","module":"src/components/reusable/queryBuilder/defs/operators.ts"}}]},{"kind":"javascript-module","path":"src/components/reusable/queryBuilder/defs/types.ts","declarations":[{"kind":"function","name":"isRuleGroup","return":{"type":{"text":"item is RuleGroupType"}},"parameters":[{"name":"item","type":{"text":"RuleOrGroup"}}],"description":"type guard to check if an item is a RuleGroupType"},{"kind":"function","name":"isRule","return":{"type":{"text":"item is RuleType"}},"parameters":[{"name":"item","type":{"text":"RuleOrGroup"}}],"description":"type guard to check if an item is a RuleType"},{"kind":"variable","name":"sizeToButtonSize","type":{"text":"Record<QueryBuilderSize, ButtonSize>"},"default":"{\n xs: 'extra-small',\n sm: 'small',\n md: 'medium',\n lg: 'large',\n}","description":"maps QueryBuilderSize to ButtonSize."}],"exports":[{"kind":"js","name":"isRuleGroup","declaration":{"name":"isRuleGroup","module":"src/components/reusable/queryBuilder/defs/types.ts"}},{"kind":"js","name":"isRule","declaration":{"name":"isRule","module":"src/components/reusable/queryBuilder/defs/types.ts"}},{"kind":"js","name":"sizeToButtonSize","declaration":{"name":"sizeToButtonSize","module":"src/components/reusable/queryBuilder/defs/types.ts"}}]}]}