@qualcomm-ui/react-mdx 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +31 -0
- package/dist/all.min.css +1 -0
- package/dist/angular-logo/angular-logo.d.ts +3 -0
- package/dist/angular-logo/angular-logo.d.ts.map +1 -0
- package/dist/angular-logo/index.d.ts +2 -0
- package/dist/angular-logo/index.d.ts.map +1 -0
- package/dist/angular-logo/index.js +3 -0
- package/dist/angular-logo/index.js.map +7 -0
- package/dist/code-demo/code-demo.types.d.ts +14 -0
- package/dist/code-demo/code-demo.types.d.ts.map +1 -0
- package/dist/code-demo/code-demo.utils.d.ts +54 -0
- package/dist/code-demo/code-demo.utils.d.ts.map +1 -0
- package/dist/code-demo/index.d.ts +6 -0
- package/dist/code-demo/index.d.ts.map +1 -0
- package/dist/code-demo/index.js +7 -0
- package/dist/code-demo/index.js.map +7 -0
- package/dist/code-demo/internal/index.d.ts +4 -0
- package/dist/code-demo/internal/index.d.ts.map +1 -0
- package/dist/code-demo/internal/qds-demo-theme-selector.d.ts +6 -0
- package/dist/code-demo/internal/qds-demo-theme-selector.d.ts.map +1 -0
- package/dist/code-demo/internal/use-code-demo-preview.d.ts +21 -0
- package/dist/code-demo/internal/use-code-demo-preview.d.ts.map +1 -0
- package/dist/code-demo/internal/use-qds-demo-theme.d.ts +19 -0
- package/dist/code-demo/internal/use-qds-demo-theme.d.ts.map +1 -0
- package/dist/code-demo/qds-angular-demo-runner.d.ts +32 -0
- package/dist/code-demo/qds-angular-demo-runner.d.ts.map +1 -0
- package/dist/code-demo/qds-demo-runner.d.ts +46 -0
- package/dist/code-demo/qds-demo-runner.d.ts.map +1 -0
- package/dist/code-demo/qds-react-demo.d.ts +56 -0
- package/dist/code-demo/qds-react-demo.d.ts.map +1 -0
- package/dist/code-highlight/code-highlight.d.ts +65 -0
- package/dist/code-highlight/code-highlight.d.ts.map +1 -0
- package/dist/code-highlight/index.d.ts +2 -0
- package/dist/code-highlight/index.d.ts.map +1 -0
- package/dist/code-highlight/index.js +4 -0
- package/dist/code-highlight/index.js.map +7 -0
- package/dist/code-highlight/reflection-reference-popup.d.ts +8 -0
- package/dist/code-highlight/reflection-reference-popup.d.ts.map +1 -0
- package/dist/context/index.d.ts +3 -0
- package/dist/context/index.d.ts.map +1 -0
- package/dist/context/index.js +3 -0
- package/dist/context/index.js.map +7 -0
- package/dist/context/use-mdx-docs-context.d.ts +44 -0
- package/dist/context/use-mdx-docs-context.d.ts.map +1 -0
- package/dist/context/use-site-context.d.ts +5 -0
- package/dist/context/use-site-context.d.ts.map +1 -0
- package/dist/copy-to-clipboard/copy-to-clipboard-button.d.ts +6 -0
- package/dist/copy-to-clipboard/copy-to-clipboard-button.d.ts.map +1 -0
- package/dist/copy-to-clipboard/copy-to-clipboard-context.d.ts +8 -0
- package/dist/copy-to-clipboard/copy-to-clipboard-context.d.ts.map +1 -0
- package/dist/copy-to-clipboard/copy-to-clipboard-icon-button.d.ts +6 -0
- package/dist/copy-to-clipboard/copy-to-clipboard-icon-button.d.ts.map +1 -0
- package/dist/copy-to-clipboard/index.d.ts +5 -0
- package/dist/copy-to-clipboard/index.d.ts.map +1 -0
- package/dist/copy-to-clipboard/index.js +3 -0
- package/dist/copy-to-clipboard/index.js.map +7 -0
- package/dist/copy-to-clipboard/use-copy-to-clipboard.d.ts +9 -0
- package/dist/copy-to-clipboard/use-copy-to-clipboard.d.ts.map +1 -0
- package/dist/deprecated-module/deprecated-module.d.ts +14 -0
- package/dist/deprecated-module/deprecated-module.d.ts.map +1 -0
- package/dist/deprecated-module/index.d.ts +2 -0
- package/dist/deprecated-module/index.d.ts.map +1 -0
- package/dist/deprecated-module/index.js +3 -0
- package/dist/deprecated-module/index.js.map +7 -0
- package/dist/docs-layout/docs-layout.d.ts +15 -0
- package/dist/docs-layout/docs-layout.d.ts.map +1 -0
- package/dist/docs-layout/index.d.ts +5 -0
- package/dist/docs-layout/index.d.ts.map +1 -0
- package/dist/docs-layout/index.js +3 -0
- package/dist/docs-layout/index.js.map +7 -0
- package/dist/docs-layout/internal/anchor-header.d.ts +22 -0
- package/dist/docs-layout/internal/anchor-header.d.ts.map +1 -0
- package/dist/docs-layout/internal/code-tabs.d.ts +6 -0
- package/dist/docs-layout/internal/code-tabs.d.ts.map +1 -0
- package/dist/docs-layout/internal/index.d.ts +5 -0
- package/dist/docs-layout/internal/index.d.ts.map +1 -0
- package/dist/docs-layout/internal/shiki-pre.d.ts +5 -0
- package/dist/docs-layout/internal/shiki-pre.d.ts.map +1 -0
- package/dist/docs-layout/internal/toc-link.d.ts +10 -0
- package/dist/docs-layout/internal/toc-link.d.ts.map +1 -0
- package/dist/docs-layout/layout/app-content.d.ts +10 -0
- package/dist/docs-layout/layout/app-content.d.ts.map +1 -0
- package/dist/docs-layout/layout/breadcrumbs.d.ts +11 -0
- package/dist/docs-layout/layout/breadcrumbs.d.ts.map +1 -0
- package/dist/docs-layout/layout/content-wrapper.d.ts +10 -0
- package/dist/docs-layout/layout/content-wrapper.d.ts.map +1 -0
- package/dist/docs-layout/layout/docs-footer.d.ts +10 -0
- package/dist/docs-layout/layout/docs-footer.d.ts.map +1 -0
- package/dist/docs-layout/layout/index.d.ts +5 -0
- package/dist/docs-layout/layout/index.d.ts.map +1 -0
- package/dist/docs-layout/layout/layout.d.ts +21 -0
- package/dist/docs-layout/layout/layout.d.ts.map +1 -0
- package/dist/docs-layout/layout/main-content.d.ts +14 -0
- package/dist/docs-layout/layout/main-content.d.ts.map +1 -0
- package/dist/docs-layout/layout/mobile-sidebar.d.ts +12 -0
- package/dist/docs-layout/layout/mobile-sidebar.d.ts.map +1 -0
- package/dist/docs-layout/layout/page-links.d.ts +8 -0
- package/dist/docs-layout/layout/page-links.d.ts.map +1 -0
- package/dist/docs-layout/layout/root.d.ts +12 -0
- package/dist/docs-layout/layout/root.d.ts.map +1 -0
- package/dist/docs-layout/layout/sidebar.d.ts +27 -0
- package/dist/docs-layout/layout/sidebar.d.ts.map +1 -0
- package/dist/docs-layout/layout/table-of-contents.d.ts +7 -0
- package/dist/docs-layout/layout/table-of-contents.d.ts.map +1 -0
- package/dist/docs-layout/layout/use-mdx-docs-layout.d.ts +18 -0
- package/dist/docs-layout/layout/use-mdx-docs-layout.d.ts.map +1 -0
- package/dist/docs-layout/mdx-provider.d.ts +44 -0
- package/dist/docs-layout/mdx-provider.d.ts.map +1 -0
- package/dist/docs-layout/types.d.ts +88 -0
- package/dist/docs-layout/types.d.ts.map +1 -0
- package/dist/file-tree/file-tree.d.ts +12 -0
- package/dist/file-tree/file-tree.d.ts.map +1 -0
- package/dist/file-tree/index.d.ts +2 -0
- package/dist/file-tree/index.d.ts.map +1 -0
- package/dist/file-tree/index.js +3 -0
- package/dist/file-tree/index.js.map +7 -0
- package/dist/not-found/index.d.ts +2 -0
- package/dist/not-found/index.d.ts.map +1 -0
- package/dist/not-found/index.js +3 -0
- package/dist/not-found/index.js.map +7 -0
- package/dist/not-found/not-found.d.ts +5 -0
- package/dist/not-found/not-found.d.ts.map +1 -0
- package/dist/npm-install-tabs/index.d.ts +2 -0
- package/dist/npm-install-tabs/index.d.ts.map +1 -0
- package/dist/npm-install-tabs/index.js +3 -0
- package/dist/npm-install-tabs/index.js.map +7 -0
- package/dist/npm-install-tabs/npm-install-tabs.d.ts +19 -0
- package/dist/npm-install-tabs/npm-install-tabs.d.ts.map +1 -0
- package/dist/qui-ecosystem/index.d.ts +2 -0
- package/dist/qui-ecosystem/index.d.ts.map +1 -0
- package/dist/qui-ecosystem/index.js +3 -0
- package/dist/qui-ecosystem/index.js.map +7 -0
- package/dist/qui-ecosystem/qui-ecosystem.d.ts +8 -0
- package/dist/qui-ecosystem/qui-ecosystem.d.ts.map +1 -0
- package/dist/react-logo/index.d.ts +2 -0
- package/dist/react-logo/index.d.ts.map +1 -0
- package/dist/react-logo/index.js +3 -0
- package/dist/react-logo/index.js.map +7 -0
- package/dist/react-logo/react-logo.d.ts +6 -0
- package/dist/react-logo/react-logo.d.ts.map +1 -0
- package/dist/runner/index.d.ts +5 -0
- package/dist/runner/index.d.ts.map +1 -0
- package/dist/runner/index.js +3 -0
- package/dist/runner/index.js.map +7 -0
- package/dist/runner/runner.d.ts +26 -0
- package/dist/runner/runner.d.ts.map +1 -0
- package/dist/runner/transform.d.ts +3 -0
- package/dist/runner/transform.d.ts.map +1 -0
- package/dist/runner/types.d.ts +11 -0
- package/dist/runner/types.d.ts.map +1 -0
- package/dist/runner/use-runner.d.ts +12 -0
- package/dist/runner/use-runner.d.ts.map +1 -0
- package/dist/runner/utils.d.ts +6 -0
- package/dist/runner/utils.d.ts.map +1 -0
- package/dist/shiki/index.d.ts +3 -0
- package/dist/shiki/index.d.ts.map +1 -0
- package/dist/shiki/index.js +3 -0
- package/dist/shiki/index.js.map +7 -0
- package/dist/shiki/shiki-highlighter.d.ts +12 -0
- package/dist/shiki/shiki-highlighter.d.ts.map +1 -0
- package/dist/shiki/shiki-instance.d.ts +10 -0
- package/dist/shiki/shiki-instance.d.ts.map +1 -0
- package/dist/site-search/grouped-result-item.d.ts +9 -0
- package/dist/site-search/grouped-result-item.d.ts.map +1 -0
- package/dist/site-search/index.d.ts +6 -0
- package/dist/site-search/index.d.ts.map +1 -0
- package/dist/site-search/index.js +3 -0
- package/dist/site-search/index.js.map +7 -0
- package/dist/site-search/search-result-item.d.ts +11 -0
- package/dist/site-search/search-result-item.d.ts.map +1 -0
- package/dist/site-search/site-search.d.ts +12 -0
- package/dist/site-search/site-search.d.ts.map +1 -0
- package/dist/site-search/use-grouped-results.d.ts +11 -0
- package/dist/site-search/use-grouped-results.d.ts.map +1 -0
- package/dist/site-search/use-site-search.d.ts +6 -0
- package/dist/site-search/use-site-search.d.ts.map +1 -0
- package/dist/spoiler/index.d.ts +2 -0
- package/dist/spoiler/index.d.ts.map +1 -0
- package/dist/spoiler/index.js +3 -0
- package/dist/spoiler/index.js.map +7 -0
- package/dist/spoiler/spoiler.d.ts +25 -0
- package/dist/spoiler/spoiler.d.ts.map +1 -0
- package/dist/tsbuildinfo +1 -0
- package/dist/typedoc/docs-external-link.d.ts +9 -0
- package/dist/typedoc/docs-external-link.d.ts.map +1 -0
- package/dist/typedoc/index.d.ts +15 -0
- package/dist/typedoc/index.d.ts.map +1 -0
- package/dist/typedoc/index.js +10 -0
- package/dist/typedoc/index.js.map +7 -0
- package/dist/typedoc/internal/index.d.ts +3 -0
- package/dist/typedoc/internal/index.d.ts.map +1 -0
- package/dist/typedoc/internal/jsdoc-comment.d.ts +7 -0
- package/dist/typedoc/internal/jsdoc-comment.d.ts.map +1 -0
- package/dist/typedoc/internal/prop-types.utils.d.ts +30 -0
- package/dist/typedoc/internal/prop-types.utils.d.ts.map +1 -0
- package/dist/typedoc/prop-default.d.ts +7 -0
- package/dist/typedoc/prop-default.d.ts.map +1 -0
- package/dist/typedoc/prop-description/index.d.ts +9 -0
- package/dist/typedoc/prop-description/index.d.ts.map +1 -0
- package/dist/typedoc/prop-description/prop-description-block-tags.d.ts +7 -0
- package/dist/typedoc/prop-description/prop-description-block-tags.d.ts.map +1 -0
- package/dist/typedoc/prop-description/prop-description-extra-details.d.ts +8 -0
- package/dist/typedoc/prop-description/prop-description-extra-details.d.ts.map +1 -0
- package/dist/typedoc/prop-description/prop-description-function-args.d.ts +8 -0
- package/dist/typedoc/prop-description/prop-description-function-args.d.ts.map +1 -0
- package/dist/typedoc/prop-description/prop-description-inline-tag.d.ts +8 -0
- package/dist/typedoc/prop-description/prop-description-inline-tag.d.ts.map +1 -0
- package/dist/typedoc/prop-description/prop-description-option-tags.d.ts +8 -0
- package/dist/typedoc/prop-description/prop-description-option-tags.d.ts.map +1 -0
- package/dist/typedoc/prop-description/prop-description-see-tags.d.ts +9 -0
- package/dist/typedoc/prop-description/prop-description-see-tags.d.ts.map +1 -0
- package/dist/typedoc/prop-description/prop-description-summary.d.ts +8 -0
- package/dist/typedoc/prop-description/prop-description-summary.d.ts.map +1 -0
- package/dist/typedoc/prop-description/prop-description.d.ts +8 -0
- package/dist/typedoc/prop-description/prop-description.d.ts.map +1 -0
- package/dist/typedoc/prop-name.d.ts +10 -0
- package/dist/typedoc/prop-name.d.ts.map +1 -0
- package/dist/typedoc/prop-types/index.d.ts +7 -0
- package/dist/typedoc/prop-types/index.d.ts.map +1 -0
- package/dist/typedoc/prop-types/prop-type.d.ts +8 -0
- package/dist/typedoc/prop-types/prop-type.d.ts.map +1 -0
- package/dist/typedoc/prop-types/reference.d.ts +8 -0
- package/dist/typedoc/prop-types/reference.d.ts.map +1 -0
- package/dist/typedoc/prop-types/reflection.d.ts +7 -0
- package/dist/typedoc/prop-types/reflection.d.ts.map +1 -0
- package/dist/typedoc/prop-types/simple-type.d.ts +10 -0
- package/dist/typedoc/prop-types/simple-type.d.ts.map +1 -0
- package/dist/typedoc/prop-types/ts-icon.d.ts +5 -0
- package/dist/typedoc/prop-types/ts-icon.d.ts.map +1 -0
- package/dist/typedoc/prop-types/type-info-popup.d.ts +7 -0
- package/dist/typedoc/prop-types/type-info-popup.d.ts.map +1 -0
- package/dist/typedoc/reflection/index.d.ts +4 -0
- package/dist/typedoc/reflection/index.d.ts.map +1 -0
- package/dist/typedoc/reflection/type-doc-parameters-table.d.ts +7 -0
- package/dist/typedoc/reflection/type-doc-parameters-table.d.ts.map +1 -0
- package/dist/typedoc/reflection/type-doc-reflection-return.d.ts +7 -0
- package/dist/typedoc/reflection/type-doc-reflection-return.d.ts.map +1 -0
- package/dist/typedoc/reflection/type-doc-reflection.d.ts +9 -0
- package/dist/typedoc/reflection/type-doc-reflection.d.ts.map +1 -0
- package/dist/typedoc/type-doc-angular-attributes.d.ts +6 -0
- package/dist/typedoc/type-doc-angular-attributes.d.ts.map +1 -0
- package/dist/typedoc/type-doc-attributes.d.ts +10 -0
- package/dist/typedoc/type-doc-attributes.d.ts.map +1 -0
- package/dist/typedoc/type-doc-props.d.ts +71 -0
- package/dist/typedoc/type-doc-props.d.ts.map +1 -0
- package/dist/typedoc/typedoc-props-list.d.ts +11 -0
- package/dist/typedoc/typedoc-props-list.d.ts.map +1 -0
- package/dist/typedoc/typedoc-props-table.d.ts +11 -0
- package/dist/typedoc/typedoc-props-table.d.ts.map +1 -0
- package/dist/typedoc/use-props-context.d.ts +6 -0
- package/dist/typedoc/use-props-context.d.ts.map +1 -0
- package/dist/typedoc/use-props-layout-context.d.ts +16 -0
- package/dist/typedoc/use-props-layout-context.d.ts.map +1 -0
- package/dist/typedoc/use-typedoc-context.d.ts +21 -0
- package/dist/typedoc/use-typedoc-context.d.ts.map +1 -0
- package/package.json +53 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
interface Props {
|
|
3
|
+
as?: "pre" | "code";
|
|
4
|
+
href: string;
|
|
5
|
+
text: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function DocsExternalLink({ as: Element, href, text, }: Props): ReactNode;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=docs-external-link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"docs-external-link.d.ts","sourceRoot":"","sources":["../../src/typedoc/docs-external-link.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,OAAO,CAAA;AAMpC,UAAU,KAAK;IACb,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,EAAE,EAAE,OAAe,EACnB,IAAI,EACJ,IAAI,GACL,EAAE,KAAK,GAAG,SAAS,CAQnB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export * from "./docs-external-link";
|
|
2
|
+
export * from "./prop-default";
|
|
3
|
+
export * from "./prop-description";
|
|
4
|
+
export * from "./prop-name";
|
|
5
|
+
export * from "./prop-types";
|
|
6
|
+
export * from "./reflection";
|
|
7
|
+
export * from "./type-doc-angular-attributes";
|
|
8
|
+
export * from "./type-doc-attributes";
|
|
9
|
+
export * from "./type-doc-props";
|
|
10
|
+
export * from "./typedoc-props-list";
|
|
11
|
+
export * from "./typedoc-props-table";
|
|
12
|
+
export * from "./use-props-context";
|
|
13
|
+
export * from "./use-props-layout-context";
|
|
14
|
+
export * from "./use-typedoc-context";
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/typedoc/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,cAAc,CAAA;AAC5B,cAAc,+BAA+B,CAAA;AAC7C,cAAc,uBAAuB,CAAA;AACrC,cAAc,kBAAkB,CAAA;AAChC,cAAc,sBAAsB,CAAA;AACpC,cAAc,uBAAuB,CAAA;AACrC,cAAc,qBAAqB,CAAA;AACnC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,uBAAuB,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import{jsx as we}from"react/jsx-runtime";import{ExternalLink as ut}from"lucide-react";import{Link as ft}from"@qualcomm-ui/react/link";function B({as:t="pre",href:e,text:r}){return we(t,{className:"qui-docs-code font-code-demo fit",children:we(ft,{endIcon:ut,href:e,target:"_blank",children:r})})}import{jsx as ht}from"react/jsx-runtime";import{compiler as yt}from"markdown-to-jsx";function xt(t){return t.replaceAll("<","<").replaceAll(">",">")}function ee({prop:t}){let r=((t.comment??{summary:[]}).blockTags??[]).find(s=>s.tag==="@default"),n=r?yt(xt(r.content[0].text),{overrides:{code:{component:"pre",props:{className:"qui-docs-code font-code-demo fit"}},pre:{component:"span"}}}):null;return ht("span",{children:n})}import{Fragment as kt,jsx as j,jsxs as Dt}from"react/jsx-runtime";import{Fragment as Lt}from"react";import{SpoilerContent as St,SpoilerRoot as wt,SpoilerSummary as jt}from"@qualcomm-ui/react-mdx/spoiler";import{Fragment as Ct,jsx as F}from"react/jsx-runtime";import{Fragment as Ae}from"react";import{compiler as bt}from"markdown-to-jsx";import{CodeHighlight as Nt}from"@qualcomm-ui/react-mdx/code-highlight";import{c as gt}from"react/compiler-runtime";import{Fragment as Tt,jsx as te}from"react/jsx-runtime";import{ExternalLink as _t}from"lucide-react";import{Link as Pt}from"@qualcomm-ui/react/link";import{useMdxDocsContext as vt}from"@qualcomm-ui/react-mdx/context";function je(t){let e=gt(8),{inlineTag:r}=t,{tag:n,target:s,text:o}=r,{renderLink:c}=vt(),p;e[0]!==c||e[1]!==s||e[2]!==o?(p=()=>o.startsWith("http")||typeof s=="string"&&s.startsWith("http")?te(Pt,{endIcon:_t,href:s,target:"_blank",children:o}):o.startsWith("/")?te(c,{href:o,children:o}):te(c,{href:`#${o}`,children:o}),e[0]=c,e[1]=s,e[2]=o,e[3]=p):p=e[3];let i;if(e[4]!==p||e[5]!==n){i=Symbol.for("react.early_return_sentinel");e:{let m={"@link":p};if(n&&m[n]){i=m[n]();break e}}e[4]=p,e[5]=n,e[6]=i}else i=e[6];if(i!==Symbol.for("react.early_return_sentinel"))return i;let a;return e[7]===Symbol.for("react.memo_cache_sentinel")?(a=te(Tt,{}),e[7]=a):a=e[7],a}function T({summary:t}){return F(Ct,{children:t.map((e,r)=>{let n="tsx";return e.kind==="code"&&e.text.startsWith("```")&&(n=e.text.substring(3,e.text.indexOf(`
|
|
3
|
+
`))),F(Ae,{children:e.kind==="code"?F(Ae,{children:e.text.startsWith("```")?F(Nt,{className:"doc-props-description__summary-code",code:e.text.replace(/```.*\r\n/,"").replace(/\r\n```/,"").replace(/```.*\n/,"").replace(/\n```/,""),disableCopy:!0,language:n}):F("span",{children:bt(e.text)})},r):e.kind==="inline-tag"?F(je,{inlineTag:e},r):e.text===`
|
|
4
|
+
`?F("br",{}):F("span",{dangerouslySetInnerHTML:{__html:e.text.replaceAll(`
|
|
5
|
+
|
|
6
|
+
`,"<br /><br />").replaceAll(`
|
|
7
|
+
-`,"<br />-")}})},r)})})}function re({tags:t}){let e=t.filter(r=>r.tag in Re);return j(kt,{children:e.map((r,n)=>{let s=Re[r.tag];return j(Lt,{children:s?j(s,{tag:r}):j(T,{summary:r.content})},`${r.name}-${n}`)})})}var Re={"@example":({tag:t})=>j("div",{className:"doc-props-description__example-tag",children:j(T,{summary:t.content})}),"@remarks":function({tag:e}){return j("div",{className:"doc-props-description__remarks-tag",children:Dt(wt,{children:[j(jt,{children:"Remarks"}),j(St,{children:j(T,{summary:e.content})})]})})}};import{jsx as Ee}from"react/jsx-runtime";function oe({prop:t}){let e=t.comment?.blockTags??[];return Ee("div",{className:"doc-props-description__extra-details",children:Ee(re,{tags:e})})}function ne(t){return t.comment&&t.comment.blockTags?.some(e=>e.tag==="@example"||e.tag==="@remarks")}import{jsx as J,jsxs as At}from"react/jsx-runtime";function se({functionArgs:t}){let e=t.filter(r=>r.name&&r.summary?.length);return J("ul",{className:"doc-props__function-args-list",children:e.map(r=>J("li",{className:"doc-props__function-args-list-item",children:At("span",{children:[J("span",{className:"doc-props__function-arg-name",children:r.name}),J("span",{children:J(T,{summary:r.summary})})]})},r.name))})}import{jsx as xe}from"react/jsx-runtime";function Fe({tags:t}){return xe("ul",{className:"doc-props-description__option-tags",children:t.map((e,r)=>xe("li",{children:xe(T,{summary:e.content})},r))})}import{c as Rt}from"react/compiler-runtime";import{jsx as D,jsxs as Et}from"react/jsx-runtime";import{Fragment as Ft}from"react";import{Link as Ie}from"@qualcomm-ui/react/link";import{useMdxDocsContext as It}from"@qualcomm-ui/react-mdx/context";function $t(t){return t.content.length===1&&(t.content[0].docLink||t.content[0].kind==="text"&&!t.content[0].text.includes(" "))}function Mt(t){if(t.content.length%3!==0||t.content.length<3)return!1;for(let r=0;r<t.content.length;r+=3){let n=t.content.slice(r,r+3);if(n[0].text!==" - "||n[2].text!==`
|
|
8
|
+
`)return!1}return!0}function $e(t){return t.docLink?{text:t.text,url:t.docLink}:{text:t.text,url:`./#${t.text}`}}function Me(t){let e=Rt(6),{hideTitle:r,seeTags:n}=t,{renderLink:s}=It(),o;if(e[0]!==s||e[1]!==r||e[2]!==n){let c;e[4]!==s?(c=(p,i)=>{if($t(p)){let{text:a,url:m}=$e(p.content[0]);return D("li",{children:D(Ie,{render:D(s,{href:m}),children:a})},i)}return Mt(p)?D(Ft,{children:p.content.filter(Ht).map(a=>{let{text:m,url:d}=$e(a);return D("li",{children:D(Ie,{render:D(s,{href:d}),children:m})},a.text)})},i):D("li",{children:D(T,{summary:p.content})},i)},e[4]=s,e[5]=c):c=e[5],o=Et("div",{className:"doc-props-description__see-tags",children:[r?null:D("div",{children:"Related symbols:"}),D("ul",{className:"see-tag-list",children:n.map(c)})]}),e[0]=s,e[1]=r,e[2]=n,e[3]=o}else o=e[3];return o}function Ht(t){return t.text!==" - "&&t.text!==`
|
|
9
|
+
`}import{jsx as I,jsxs as ge}from"react/jsx-runtime";import{mergeProps as Wt}from"@qualcomm-ui/utils/merge-props";function ie({children:t,prop:e,...r}){let n=e.comment??{blockTags:[],summary:[]},s=n?.blockTags?.find(a=>a.tag==="@deprecated"),o=(e.resolvedType.parameters??[]).reduce((a,m)=>(m.args&&a.push(m.args),a),[]),c=n.blockTags?.filter(a=>a.tag==="@option")??[],p=n?.blockTags?.filter(a=>a.tag==="@see")??[];if(!n.summary.length&&!s&&!c.length&&!p.length&&!o.length&&!e.resolvedType.functionArgs?.length&&!e.resolvedType.parameters?.length&&!o.length)return null;let i=Wt({className:"doc-props-description__root"},r);return ge("div",{...i,children:[ge("span",{children:[I(T,{summary:n.summary}),s?ge("span",{children:["Deprecated"," ",I(T,{summary:s.content})]}):null,e.resolvedType.functionArgs?I(se,{functionArgs:e.resolvedType.functionArgs}):null,e.resolvedType.parameters&&e.resolvedType.baseType==="reflection"?I(se,{functionArgs:e.resolvedType.parameters}):null,o.length?o.map((a,m)=>I("div",{children:I(se,{functionArgs:a})},`${e.name}-parameter-function-args-${m}`)):null]}),c.length?I(Fe,{tags:c}):null,p.length?I(Me,{seeTags:p}):null,t]})}import{jsx as b,jsxs as Te}from"react/jsx-runtime";import"react";import{Info as Bt}from"lucide-react";import{Icon as Vt}from"@qualcomm-ui/react/icon";import{Link as We}from"@qualcomm-ui/react/link";import{Tooltip as pe}from"@qualcomm-ui/react/tooltip";import{useMdxDocsContext as qe}from"@qualcomm-ui/react-mdx/context";import{createContext as qt,useContext as Ut}from"react";var He=qt(null),ce=He.Provider;function $(){return Ut(He)}function Ot(t,e){return e?e.startsWith("v")?`${t}#${e.substring(1).split(".").join("")}`:`${t}#${e.split(".").join("")}`:""}function le(t){let{changelogPathname:e,id:r,prop:n}=t,{renderLink:s}=qe(),{disableRequired:o,linkifyPrimaryColumn:c}=$(),p=n.resolvedType.required&&!o,i=n.resolvedType.deprecated,a=n.resolvedType.type?.match(/^((EventEmitter)|(OutputEmitterRef))/),m=a?!1:n.resolvedType?.type?.startsWith("ModelSignal"),u=n.comment?.blockTags?.find?.(zt)?.content?.[0]?.text,h=a?`(${n.name})`:m?`[(${n.name})]`:n.name,{docProps:y}=qe(),k=e||y?.changelogUrl||"/changelog",l=c?b(We,{render:b(s,{href:`#${r||n.name}`}),style:{textDecoration:i?"line-through":"unset"},suppressHydrationWarning:!0,children:String(h)}):b("code",{className:"qui-docs-code",children:String(h)});return Te("div",{className:"doc-props-item__name",children:[Te("div",{className:"doc-props-item__label",children:[l,p?b("div",{className:"doc-props-item__required-indicator",children:b("sup",{children:"*"})}):null,i?b("div",{className:"doc-props-item__deprecated-indicator",children:b("sup",{children:"*"})}):null]}),m?Te(pe.Root,{children:[b(pe.Trigger,{children:b(Vt,{icon:Bt,size:"xs"})}),b(pe.Positioner,{children:b(pe.Content,{children:"This property supports two-way binding"})})]}):null,u?e===null?b("div",{className:"doc-props__since",children:u}):b(We,{className:"doc-props__since",emphasis:"neutral",render:b(s,{href:Ot(k,u)}),children:u}):null]})}function zt(t){return t.tag==="@since"}import{c as Lr}from"react/compiler-runtime";import{Fragment as Sr,jsx as L,jsxs as Pe}from"react/jsx-runtime";import{CodeHighlight as wr}from"@qualcomm-ui/react-mdx/code-highlight";import{useMdxDocsContext as jr}from"@qualcomm-ui/react-mdx/context";import{c as pr}from"react/compiler-runtime";import{Fragment as lr,jsx as f}from"react/jsx-runtime";var Xt=/([\p{Ll}\d])(\p{Lu})/gu,Jt=/(\p{Lu})([\p{Lu}][\p{Ll}])/gu,Gt=/(\d)\p{Ll}|(\p{L})\d/u,Kt=/[^\p{L}\d]+/giu,Ue="$1\0$2";function Be(t){let e=t.trim();e=e.replace(Xt,Ue).replace(Jt,Ue),e=e.replace(Kt,"\0");let r=0,n=e.length;for(;e.charAt(r)==="\0";)r++;if(r===n)return[];for(;e.charAt(n-1)==="\0";)n--;return e.slice(r,n).split(/\0/g)}function Qt(t){let e=Be(t);for(let r=0;r<e.length;r++){let n=e[r],s=Gt.exec(n);if(s){let o=s.index+(s[1]??s[2]).length;e.splice(r,1,n.slice(0,o),n.slice(o))}}return e}function Ve(t,e){let[r,n,s]=rr(t,e),o=Yt(e?.locale),c=Zt(e?.locale),p=e?.mergeAmbiguousCharacters?er(o,c):tr(o,c);return r+n.map(p).join(e?.delimiter??"")+s}function Yt(t){return t===!1?e=>e.toLowerCase():e=>e.toLocaleLowerCase(t)}function Zt(t){return t===!1?e=>e.toUpperCase():e=>e.toLocaleUpperCase(t)}function er(t,e){return r=>`${e(r[0])}${t(r.slice(1))}`}function tr(t,e){return(r,n)=>{let s=r[0];return(n>0&&s>="0"&&s<="9"?"_"+s:e(s))+t(r.slice(1))}}function rr(t,e={}){let r=e.split??(e.separateNumbers?Qt:Be),n=e.prefixCharacters??"",s=e.suffixCharacters??"",o=0,c=t.length;for(;o<t.length;){let p=t.charAt(o);if(!n.includes(p))break;o++}for(;c>o;){let p=c-1,i=t.charAt(p);if(!s.includes(i))break;c=p}return[t.slice(0,o),r(t.slice(o,c)),t.slice(c)]}import{Link as G}from"@qualcomm-ui/react/link";import{CodeHighlight as ar}from"@qualcomm-ui/react-mdx/code-highlight";import{useMdxDocsContext as mr}from"@qualcomm-ui/react-mdx/context";import{useMdxDocsLayoutContext as dr}from"@qualcomm-ui/react-mdx/docs-layout";import{dummyTypePrefix as ur}from"@qualcomm-ui/react-mdx/shiki";import{createContext as or,useContext as nr}from"react";var Oe=or(null),vn=Oe.Provider;function V(){let t=nr(Oe);if(!t)throw new Error("Error, expected a <PropsContextProvider> somewhere in the component tree.");return t}import{Fragment as sr,jsx as ze}from"react/jsx-runtime";import{CodeHighlight as ir}from"@qualcomm-ui/react-mdx/code-highlight";import{dummyTypePrefix as cr}from"@qualcomm-ui/react-mdx/shiki";function W({content:t}){return t==="''"?ze(sr,{}):ze(ir,{className:"qui-docs-code fit",code:t?`${cr}${t}`:"",disableCopy:!0,language:"tsx"})}function Xe(t){let e=pr(37),{prop:r}=t,n=V(),{toc:s}=dr(),{renderLink:o}=mr();if(r.resolvedType.type==="ReactNode"){let l;return e[0]===Symbol.for("react.memo_cache_sentinel")?(l=f(B,{href:"https://github.com/DefinitelyTyped/DefinitelyTyped/blob/d076add9f29db350a19bd94c37b197729cc02f87/types/react/index.d.ts#L237",text:"ReactNode"}),e[0]=l):l=e[0],l}if(r.resolvedType.type==="LucideIconBase"){let l;return e[1]===Symbol.for("react.memo_cache_sentinel")?(l=f(B,{href:"https://lucide.dev/icons",text:"LucideIcon"}),e[1]=l):l=e[1],l}if(r.resolvedType.type==="CSSProperties"){let l;return e[2]===Symbol.for("react.memo_cache_sentinel")?(l=f(B,{href:"https://www.npmjs.com/package/csstype",text:"CSSProperties"}),e[2]=l):l=e[2],l}let c=n[r.resolvedType.name];if(r.resolvedType.type==="any"&&c?.resolvedType?.docLink){let l;return e[3]!==o||e[4]!==c?.resolvedType?.docLink||e[5]!==r.resolvedType.name?(l=f("pre",{className:"qui-docs-code font-code-demo fit",children:f(G,{render:f(o,{href:c?.resolvedType?.docLink}),children:r.resolvedType.name})}),e[3]=o,e[4]=c?.resolvedType?.docLink,e[5]=r.resolvedType.name,e[6]=l):l=e[6],l}let{docLink:p,inheritDoc:i,prettyType:a,reference:m,referenceLink:d,type:u,typeArgs:h}=r.resolvedType,y=a===void 0?"":a;if(d){if(i){let l;return e[7]!==o||e[8]!==y||e[9]!==d||e[10]!==u?(l=f("pre",{className:"qui-docs-code font-code-demo fit",children:f(G,{render:f(o,{href:d}),children:y||u})}),e[7]=o,e[8]=y,e[9]=d,e[10]=u,e[11]=l):l=e[11],l}else if(m){let l;return e[12]!==m||e[13]!==d?(l=f(B,{href:d,text:m}),e[12]=m,e[13]=d,e[14]=l):l=e[14],l}}if(p){if(i){let l;return e[15]!==o||e[16]!==p||e[17]!==y||e[18]!==u?(l=f("pre",{className:"qui-docs-code font-code-demo fit",children:f(G,{render:f(o,{href:p}),children:y||u})}),e[15]=o,e[16]=p,e[17]=y,e[18]=u,e[19]=l):l=e[19],l}else if(m){let l;return e[20]!==p||e[21]!==m?(l=f(B,{href:p,text:m}),e[20]=p,e[21]=m,e[22]=l):l=e[22],l}}else if(i){let l,g;if(e[23]!==o||e[24]!==l||e[25]!==n||e[26]!==s||e[27]!==u||e[28]!==h){g=Symbol.for("react.early_return_sentinel");e:{let x;if(h?.[0]?.baseType==="reference"&&h[0].type&&(x=h[0].type,l=n[x]),!l&&u&&(x=u,l=n[x],!l&&u.endsWith(">")&&(x=u.slice(0,u.indexOf("<")),l=n[x])),l){let q=s.find(A=>{if(A.textContent===x)return!0;if(x&&A.textContent.startsWith("<")){if(A.id===x.toLowerCase())return!0;if(x.endsWith("Props"))return Ve(A.id)===x.substring(0,x.length-5)}return!1})?.id;if(q){g=f("pre",{className:"qui-docs-code font-code-demo fit",children:f(G,{render:f(o,{href:`#${q}`}),children:x||u})});break e}}}e[23]=o,e[24]=l,e[25]=n,e[26]=s,e[27]=u,e[28]=h,e[29]=g,e[30]=l}else g=e[29],l=e[30];if(g!==Symbol.for("react.early_return_sentinel"))return g}if(r.resolvedType.parentTypeParam){let l;return e[31]!==r.resolvedType.parentTypeParam.type?(l=f(W,{content:r.resolvedType.parentTypeParam.type}),e[31]=r.resolvedType.parentTypeParam.type,e[32]=l):l=e[32],l}if(!y)return null;let k;return e[33]!==o||e[34]!==y||e[35]!==r.resolvedType.docLink?(k=f(lr,{children:r.resolvedType.docLink?f("pre",{className:"qui-docs-code font-code-demo fit",children:f(G,{render:f(o,{href:r.resolvedType.docLink}),children:y})}):f(ar,{className:"qui-docs-code fit",code:`${ur}${y}`,disableCopy:!0,language:"tsx"})}),e[33]=o,e[34]=y,e[35]=r.resolvedType.docLink,e[36]=k):k=e[36],k}import{c as vr}from"react/compiler-runtime";import{jsx as Ge,jsxs as Cr}from"react/jsx-runtime";import"react";import{CodeHighlight as br}from"@qualcomm-ui/react-mdx/code-highlight";import{useMdxDocsContext as Nr}from"@qualcomm-ui/react-mdx/context";import{useMdxDocsLayoutContext as kr}from"@qualcomm-ui/react-mdx/docs-layout";import{dummyTypePrefix as Dr}from"@qualcomm-ui/react-mdx/shiki";import{jsx as M,jsxs as hr}from"react/jsx-runtime";import{useMemo as yr,useRef as xr,useState as gr}from"react";import{Popover as K}from"@qualcomm-ui/react/popover";import{CodeHighlight as Tr}from"@qualcomm-ui/react-mdx/code-highlight";import{CopyToClipboardContextProvider as _r,useCopyToClipboard as Pr}from"@qualcomm-ui/react-mdx/copy-to-clipboard";import{jsx as _e,jsxs as fr}from"react/jsx-runtime";function Je(t){return fr("svg",{viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg",...t,children:[_e("path",{d:"M40,6H8C6.895,6,6,6.895,6,8v32c0,1.105,0.895,2,2,2h32c1.105,0,2-0.895,2-2V8 C42,6.895,41.105,6,40,6z",fill:"currentColor"}),_e("path",{d:"M29.832,33.824c0.45,0.485,0.809,0.998,1.284,1.359c1.031,0.784,2.197,0.921,3.401,0.413 c0.579-0.244,0.917-0.716,0.937-1.35c0.018-0.56-0.252-1.019-0.741-1.276c-0.942-0.494-1.93-0.903-2.861-1.417 c-0.834-0.46-1.705-0.916-2.405-1.546c-1.855-1.67-1.851-4.942-0.132-6.617c0.935-0.911,2.064-1.351,3.374-1.385 c4.31,0,5.279,2.716,5.279,2.716c-0.715,0.517-2.714,1.803-2.714,1.803c-0.358-0.549-1.09-1.246-1.747-1.37 c-0.826-0.155-1.593,0.159-1.855,0.798c-0.302,0.737-0.04,1.466,0.782,1.905c0.979,0.522,1.997,0.973,2.997,1.457 c0.98,0.474,1.918,1.018,2.592,1.899c1.704,2.229,1.365,6.494-2.537,7.506c-2.133,0.553-4.218,0.427-6.177-0.718 c-0.923-0.539-1.783-1.581-2.311-2.488C27,35.513,28.967,34.329,29.832,33.824z",fill:"#fff"}),_e("polygon",{fill:"#fff",points:"14,22 14,25.034 18.972,25.034 18.972,38.972 21.965,38.972 22.018,25.034 27,25.034 27,22"})]})}function Q({importStatement:t}){let{copyToClipboard:e,isCopied:r}=Pr({valueOrFn:t}),n=yr(()=>({copyToClipboard:e,isCopied:r}),[e,r]),[s,o]=gr(!1),c=xr(void 0);return M(_r,{value:n,children:hr(K.Root,{onOpenChange:o,open:s,positioning:{offset:{mainAxis:12}},children:[M(K.Anchor,{children:M(K.Trigger,{children:M("button",{"aria-label":"Show full type import",className:"doc-props-type-info-popup-trigger",onClick:p=>{p.stopPropagation(),p.preventDefault()},onMouseEnter:()=>{o(!0),clearTimeout(c.current)},onMouseLeave:()=>{c.current=setTimeout(()=>{o(!1)},100)},children:M(Je,{className:"doc-props__type-info-icon",height:22,onClick:()=>{e()},width:22})})})}),M(K.Positioner,{children:M(K.Content,{className:"doc-props__type-info-popup-content",onMouseEnter:()=>clearTimeout(c.current),onMouseLeave:()=>o(!1),children:M(Tr,{className:"code-highlight-popup",code:t,forceShowCopyButton:!0,language:"tsx"})})})]})})}function Ke(t){let e=vr(14),{prop:r}=t,{renderLink:n}=Nr(),{resolvedType:s}=r,{toc:o}=kr(),c=V(),p=s.prettyType??"",i;if(e[0]!==p||e[1]!==c||e[2]!==s.functionArgs||e[3]!==o){let d;e[5]!==p||e[6]!==c||e[7]!==o?(d=(u,h)=>{if(h.referenceType&&c[h.referenceType]&&p.includes(h.referenceType)){let y=o.find(k=>k.textContent===h.referenceType)?.id;y&&(u[h.referenceType]={href:`#${y}`,prettyType:h.prettyType||h.type})}return u},e[5]=p,e[6]=c,e[7]=o,e[8]=d):d=e[8],i=(s.functionArgs??[]).reduce(d,{}),e[0]=p,e[1]=c,e[2]=s.functionArgs,e[3]=o,e[4]=i}else i=e[4];let a=i,m;return e[9]!==p||e[10]!==a||e[11]!==n||e[12]!==s.importStatement?(m=Cr("div",{className:"doc-props__type-wrapper",children:[s.importStatement?Ge(Q,{importStatement:s.importStatement}):null,Ge(br,{code:`${Dr}${p}`,disableCopy:!0,highlightedReferences:a,language:"tsx",renderLink:n,style:{width:"fit-content"}})]}),e[9]=p,e[10]=a,e[11]=n,e[12]=s.importStatement,e[13]=m):m=e[13],m}function ae(t){let e=Lr(20),{prop:r}=t,{layout:n}=$(),{renderLink:s}=jr();if(!r.resolvedType){console.debug("unsupported type",r.type);let i;return e[0]===Symbol.for("react.memo_cache_sentinel")?(i=L(Sr,{}),e[0]=i):i=e[0],i}let o=r.resolvedType,c=o.prettyType??"";e:switch(o.baseType??r.type){case"intrinsic":{let i;return e[1]!==c?(i=L(W,{content:c}),e[1]=c,e[2]=i):i=e[2],i}case"reference":{let i=o.typeArgs?.[0]?.importStatement||o.importStatement,a;return e[3]!==i||e[4]!==r?(a=Pe("div",{className:"doc-props__type-wrapper",children:[i?L(Q,{importStatement:i}):null,L(Xe,{prop:r})]}),e[3]=i,e[4]=r,e[5]=a):a=e[5],a}case"array":{if(o.docLink&&o.inheritDoc){let i;return e[6]!==s||e[7]!==c||e[8]!==o.docLink||e[9]!==o.type?(i=L("pre",{className:"qui-docs-code font-code-demo fit",children:L(s,{href:o.docLink,children:c||o.type})}),e[6]=s,e[7]=c,e[8]=o.docLink,e[9]=o.type,e[10]=i):i=e[10],i}break e}case"reflection":{let i;return e[11]!==r?(i=L(Ke,{prop:r}),e[11]=r,e[12]=i):i=e[12],i}case"union":if(n==="table"){let i;return e[13]!==c||e[14]!==o.importStatement?(i=Pe("div",{className:"doc-props__type-wrapper",children:[o.importStatement?L(Q,{importStatement:o.importStatement}):null,L(wr,{className:"prop-type__union qui-docs-code fit",code:c,disableCopy:!0,language:"tsx"})]}),e[13]=c,e[14]=o.importStatement,e[15]=i):i=e[15],i}else if(o.type){let i;if(e[16]!==o.type){let a=o.type.split("|");i=L("pre",{className:"qui-docs-code font-code-demo doc-props__resolved-type",children:a.map((m,d)=>Pe("span",{children:[m,d<a.length-1?"|":""]},m))}),e[16]=o.type,e[17]=i}else i=e[17];return i}}let p;return e[18]!==c?(p=L(W,{content:c}),e[18]=c,e[19]=p):p=e[19],p}import{jsx as N,jsxs as Y}from"react/jsx-runtime";function Qe({parameters:t}){return N("div",{className:"typedoc-props__table-wrapper",children:Y("table",{children:[N("thead",{children:Y("tr",{children:[N("th",{children:"Parameter Name"}),N("th",{children:"Parameter Type"}),N("th",{children:"Default"})]})}),N("tbody",{children:t.map(e=>{let r=e.name;return Y("tr",{children:[Y("td",{className:"doc-props-table__name-cell",children:[N("span",{className:"doc-props-table__row-anchor",id:r,suppressHydrationWarning:!0}),Y("div",{className:"doc-props-item__description",children:[N("div",{className:"doc-props-item__border",children:N("div",{className:"doc-props-item__name",children:N("div",{className:"doc-props-item__label",children:e.name})})}),N("div",{className:"doc-props-description__root doc-props-table",children:N(T,{summary:e.summary??[]})})]})]}),N("td",{children:N(W,{content:e.type})})]},r)})})]})})}import{c as $r}from"react/compiler-runtime";import{Fragment as et,jsx as H,jsxs as tt}from"react/jsx-runtime";import{CodeHighlight as Mr}from"@qualcomm-ui/react-mdx/code-highlight";import{createContext as Ar,useContext as Rr}from"react";var Ye=Ar(null),Ls=Ye.Provider,Er={propsLayout:"table",setPropsLayout:t=>{}};function me(t){let{strict:e}=t===void 0?{}:t,r=Rr(Ye);if(!r&&e)throw new Error("PropsLayout components must be wrapped in a <PropsLayoutProvider>");return r??Er}import{jsx as Fr}from"react/jsx-runtime";import{CodeHighlight as Ir}from"@qualcomm-ui/react-mdx/code-highlight";function Ze({resolvedType:t}){return Fr(Ir,{code:t.prettyType||"",disableCopy:!0,language:"tsx"})}function rt(t){let e=$r(6),{resolvedType:r}=t,{propsLayout:n}=me(),s,o;if(e[0]!==n||e[1]!==r){o=Symbol.for("react.early_return_sentinel");e:{let c=r.parameters||[];if(!c.length){let p;e[4]!==r.prettyType?(p=r.prettyType?H("div",{className:"doc-props__symbol-wrapper",children:H(Mr,{code:r.prettyType,disableCopy:!0,language:"tsx"})}):null,e[4]=r.prettyType,e[5]=p):p=e[5],o=p;break e}s=tt("div",{className:"doc-props__root",children:[n==="table"?tt(et,{children:[H("div",{className:"docs-table__wrapper",children:H(Qe,{parameters:c})}),H("div",{className:"docs-list-wrapper"})]}):H(et,{}),H("h5",{className:"mdx",children:"Full Signature:"}),H(Ze,{resolvedType:r})]})}e[0]=n,e[1]=r,e[2]=s,e[3]=o}else s=e[2],o=e[3];return o!==Symbol.for("react.early_return_sentinel")?o:s}import{jsx as ro}from"react/jsx-runtime";import{jsx as fe,jsxs as mt}from"react/jsx-runtime";import{ChevronRight as Qr}from"lucide-react";import{Collapsible as ke}from"@qualcomm-ui/react/collapsible";import{Icon as Yr}from"@qualcomm-ui/react/icon";import{Fragment as Vr,jsx as P,jsxs as Ne}from"react/jsx-runtime";import{useEffect as pt,useMemo as ue,useState as lt}from"react";import{ExternalLink as Or}from"lucide-react";import{InlineNotification as zr}from"@qualcomm-ui/react/inline-notification";import{Link as Xr}from"@qualcomm-ui/react/link";import{CodeHighlight as Jr}from"@qualcomm-ui/react-mdx/code-highlight";import{ensureArray as Gr}from"@qualcomm-ui/utils/array";import{mergeProps as Kr}from"@qualcomm-ui/utils/merge-props";import{jsx as ot,jsxs as Hr}from"react/jsx-runtime";function nt({comment:t}){let e=t?.summary||[],r=t?.blockTags||[];return!e.length&&!r.length?null:Hr("div",{className:"doc-props-description__root doc-props__top-level-jsdoc-comment",children:[e.length?ot(T,{summary:e}):null,r.length?ot(re,{tags:r}):null]})}function de(t){return t.resolvedType.required}function ve(t,e){return t.sort((r,n)=>{if(e){if(de(r)&&!de(n))return-1;if(de(n)&&!de(r))return 1}let s=r.name,o=n.name;return s.localeCompare(o)})}import{ensureArray as Wr}from"@qualcomm-ui/utils/array";function Ce(t){let{angularConfig:e={},name:r,pageProps:n,partial:s,propFilter:o,propTransformer:c,sortRequiredPropsFirst:p,unionWithPick:i}=t,{mergeInputAndOutput:a=!0,output:m,publicMethods:d}=e,u=i?Object.keys(i).reduce((R,v)=>{let C=i[v],E=Ce({angularConfig:{},name:v,omit:[],omitFrom:void 0,pageProps:n,partial:s,pick:C,propFilter:o,sortRequiredPropsFirst:p,unionWithPick:void 0});return R.push(...E),R},[]):[];if(!n)return[];let h=Wr(r),y=new Map;for(let R of h){let v=n[R];if(!v)continue;let C=m?v.output??[]:d?v.publicMethods??[]:v.input??v.props??[];for(let E of C)y.set(E.name,E)}let k=Array.from(y.values()),l=p&&!s,g=ve([...st(k,t),...u],l);if(o&&(g=g.filter(o)),c&&(g=g.map(c)),!a)return g;let x=new Map;for(let R of h){let v=n[R];if(v)for(let C of v.output??[])x.set(C.name,C)}let q=Array.from(x.values()),A=ve(st(q,t),l);return[...g,...A]}function it(t,e){for(let r of t)if(r.endsWith("Props")){let n=r.substring(0,r.length-5),s=e[n]?.comment;if(s)return s}else return e[r]?.comment}function st(t,e){let{omit:r,omitFrom:n,pageProps:s,pick:o}=e,c=n?s?.[n]:void 0,p=[...t];if(r){let i=new Set(r??[]);i.size&&(p=p.filter(a=>!i.has(a.name)))}if(o){let i=new Set(o??[]);i.size&&(p=p.filter(a=>i.has(a.name)))}if(c){let i=[c.props,c.input,c.output,c.publicMethods].filter(m=>!!m).flat(),a=new Set((i?.map(m=>m.name)??[]).filter(Boolean));a.size&&(p=p.filter(m=>!a.has(m.name)))}return p}import{c as qr}from"react/compiler-runtime";import{jsx as S,jsxs as Z}from"react/jsx-runtime";function be(t){let e=qr(11),{changelogPathname:r,props:n,suppressIds:s}=t,{columnNames:o,hideDefaultColumn:c}=$();if(!n.length)return null;let p;if(e[0]!==r||e[1]!==o||e[2]!==c||e[3]!==s||e[4]!==n){let i;e[6]!==r||e[7]!==o||e[8]!==c||e[9]!==s?(i=a=>{let m=a.id,d=typeof a.defaultValue<"u";return Z("div",{className:"doc-props-list-item__root",suppressHydrationWarning:!0,children:[S("span",{className:"doc-props-table__row-anchor",id:s?void 0:m,suppressHydrationWarning:!0}),S("div",{className:"doc-props-list-item__name-wrapper",suppressHydrationWarning:!0,children:S(le,{changelogPathname:r,id:m,prop:a})}),Z("div",{className:"doc-props-columns",children:[Z("div",{className:"doc-props__content",children:[S("div",{className:"doc-props__title",children:o.type}),S(ae,{prop:a})]}),d&&c?Z("div",{className:"doc-props__content",children:[S("div",{className:"doc-props__title",children:o.defaultValue||"Default"}),S(ee,{prop:a})]}):null,a.comment?Z("div",{className:"doc-props__content",children:[S("div",{className:"doc-props__title",children:"Description"}),S(ie,{prop:a,children:ne(a)?S(oe,{prop:a}):null})]}):null]})]},`${m}-${s}`)},e[6]=r,e[7]=o,e[8]=c,e[9]=s,e[10]=i):i=e[10],p=S("div",{className:"doc-props-list__root",suppressHydrationWarning:!0,children:n.map(i)}),e[0]=r,e[1]=o,e[2]=c,e[3]=s,e[4]=n,e[5]=p}else p=e[5];return p}import{c as Ur}from"react/compiler-runtime";import{jsx as _,jsxs as O}from"react/jsx-runtime";import{Fragment as Br}from"react";function ct(t){let e=Ur(14),{changelogPathname:r,props:n,suppressIds:s}=t,{columnNames:o,hideDefaultColumn:c}=$(),p=c?2:3;if(!n.length)return null;let i;if(e[0]!==r||e[1]!==o.defaultValue||e[2]!==o.name||e[3]!==o.type||e[4]!==p||e[5]!==c||e[6]!==s||e[7]!==n){let a;e[9]!==r||e[10]!==p||e[11]!==c||e[12]!==s?(a=m=>{let d=m.id,u=ne(m);return O(Br,{children:[O("tr",{suppressHydrationWarning:!0,children:[O("td",{className:"doc-props-table__name-cell",suppressHydrationWarning:!0,children:[_("span",{className:"doc-props-table__row-anchor",id:s?void 0:d,suppressHydrationWarning:!0}),O("div",{className:"doc-props-item__description",children:[_("div",{className:"doc-props-item__border",children:_(le,{changelogPathname:r,id:d,prop:m})}),_(ie,{className:"doc-props-table__description",prop:m})]})]}),_("td",{children:_(ae,{prop:m})}),c?null:_("td",{children:_(ee,{prop:m})})]}),u?_("tr",{className:"doc-props-table__details-row",children:_("td",{colSpan:p,children:_(oe,{prop:m})})}):null]},`${d}-${s}`)},e[9]=r,e[10]=p,e[11]=c,e[12]=s,e[13]=a):a=e[13],i=_("div",{className:"typedoc-props__table-wrapper",suppressHydrationWarning:!0,children:O("table",{children:[_("thead",{children:O("tr",{children:[_("th",{children:o.name}),_("th",{children:o.type}),c?null:_("th",{children:o.defaultValue||"Default"})]})}),_("tbody",{children:n.map(a)})]})}),e[0]=r,e[1]=o.defaultValue,e[2]=o.name,e[3]=o.type,e[4]=p,e[5]=c,e[6]=s,e[7]=n,e[8]=i}else i=e[8];return i}function at({angularConfig:t,changelogPathname:e,columnNames:r,hideDefaultColumn:n=!1,linkifyPrimaryColumn:s=!0,name:o,omit:c,omitFrom:p,partial:i,pick:a,propFilter:m,propTransformer:d,showComponentJsdoc:u=!0,sortRequiredPropsFirst:h=!0,unionWithPick:y,...k}){let l=V(),{propsLayout:g}=me(),[x,q]=lt(!1);pt(()=>{q(!0)},[]);let[A,R]=lt(()=>typeof window<"u"&&window.matchMedia("(min-width: 950px)").matches);pt(()=>{let w=window.matchMedia("(min-width: 950px)"),z=X=>R(X.matches);return w.addEventListener("change",z),R(w.matches),()=>w.removeEventListener("change",z)},[]);let v=Gr(o),{firstValidPropTypes:C,missingNames:E}=ue(()=>{let w=[],z=[],X;for(let ye of v){let Se=l[ye];Se?(w.push(ye),X||(X=Se)):z.push(ye)}return{existingNames:w,firstValidPropTypes:X,missingNames:z}},[v,l]),U=ue(()=>Ce({angularConfig:t,name:o,omit:c,omitFrom:p,pageProps:l,partial:i,pick:a,propFilter:m,propTransformer:d,sortRequiredPropsFirst:h,unionWithPick:y}),[t,o,c,p,i,a,l,m,d,h,y]),De=ue(()=>[t?.output,t?.publicMethods,n].some(w=>!!w)||U.every(w=>!w.defaultValue),[t?.output,t?.publicMethods,n,U]),he=ue(()=>({columnNames:r??{defaultValue:"Default",description:"Description",name:"Prop",type:"Type"},disableRequired:i??!1,hideDefaultColumn:De,layout:g,linkifyPrimaryColumn:s}),[r,De,s,i,g]);if(E.length)return P(zr,{description:P(Xr,{endIcon:Or,href:"https://docs.qui.qualcomm.com/guide/typedoc#type-detection",rel:"noreferrer",size:"md",target:"_blank",children:"Learn more"}),emphasis:"danger",label:Ne("div",{children:[P("span",{children:E.length===1?"Entity not found: ":"Some entities could not be found: "}),P("code",{className:"qui-docs-code",children:E.join(", ")})]}),orientation:"vertical",style:{marginTop:24}});let Le=u&&it(v,l);if(!U.length){if(C?.resolvedType?.type==="signature")return P(ce,{value:he,children:P(rt,{comment:C.comment,name:C.name,resolvedType:C.resolvedType})});if(C?.resolvedType?.prettyType&&C?.resolvedType?.type!=="any")return P(ce,{value:he,children:P("div",{className:"doc-props__symbol-wrapper",children:P(Jr,{code:C.resolvedType.prettyType,disableCopy:!0,language:"tsx"})})});if(!Le)return null}return P(ce,{value:he,children:Ne("div",{...Kr({className:"doc-props__root"},k),suppressHydrationWarning:!0,children:[P(nt,{comment:Le||null}),g==="table"?Ne(Vr,{children:[P("div",{className:"docs-table__wrapper",suppressHydrationWarning:!0,children:P(ct,{changelogPathname:e,props:U,suppressIds:x&&!A})}),P("div",{className:"docs-list-wrapper",children:P(be,{changelogPathname:e,props:U,suppressIds:!x||A})})]}):P(be,{changelogPathname:e,props:U})]})})}var Zr={description:"Description",name:"Attribute / Property",type:"Value"},eo=new Set(["className","hidden","style","tabIndex"]),to=t=>t.name.startsWith("data-")||eo.has(t.name);function dt(t){return mt(ke.Root,{className:"mdx-spoiler__root",children:[mt(ke.Trigger,{className:"mdx-spoiler__trigger",children:["Attributes",fe(Yr,{className:"mdx-spoiler__indicator",icon:Qr})]}),fe(ke.Content,{className:"mdx-spoiler__content",children:fe("div",{className:"mdx-spoiler__content-body",children:fe(at,{columnNames:Zr,hideDefaultColumn:!0,linkifyPrimaryColumn:!1,partial:!0,propFilter:to,showComponentJsdoc:!1,sortRequiredPropsFirst:!1,...t})})})]})}function oo(t){return{...t,name:t.name==="className"?"class":t.name}}function Wi(t){return ro(dt,{propTransformer:oo,...t})}export{B as DocsExternalLink,ee as PropDefault,ie as PropDescription,re as PropDescriptionBlockTags,oe as PropDescriptionExtraDetails,se as PropDescriptionFunctionArgs,je as PropDescriptionInlineTag,Fe as PropDescriptionOptionTags,Me as PropDescriptionSeeTags,T as PropDescriptionSummary,le as PropName,ae as PropType,vn as PropsContextProvider,Ls as PropsLayoutProvider,Xe as Reference,Ke as Reflection,W as SimpleType,Je as TsIcon,Wi as TypeDocAngularAttributes,dt as TypeDocAttributes,ce as TypeDocContextProvider,Qe as TypeDocParametersTable,at as TypeDocProps,rt as TypeDocReflection,Q as TypeInfoPopup,be as TypedocPropsList,ct as TypedocPropsTable,ne as getHasExtraDetails,V as usePropsContext,me as usePropsLayoutContext,$ as useTypeDocContext};
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/typedoc/docs-external-link.tsx", "../../src/typedoc/prop-default.tsx", "../../src/typedoc/prop-description/prop-description-block-tags.tsx", "../../src/typedoc/prop-description/prop-description-summary.tsx", "../../src/typedoc/prop-description/prop-description-inline-tag.tsx", "../../src/typedoc/prop-description/prop-description-extra-details.tsx", "../../src/typedoc/prop-description/prop-description-function-args.tsx", "../../src/typedoc/prop-description/prop-description-option-tags.tsx", "../../src/typedoc/prop-description/prop-description-see-tags.tsx", "../../src/typedoc/prop-description/prop-description.tsx", "../../src/typedoc/prop-name.tsx", "../../src/typedoc/use-typedoc-context.tsx", "../../src/typedoc/prop-types/prop-type.tsx", "../../src/typedoc/prop-types/reference.tsx", "../../../../../node_modules/.pnpm/change-case@5.4.4/node_modules/change-case/src/index.ts", "../../src/typedoc/use-props-context.tsx", "../../src/typedoc/prop-types/simple-type.tsx", "../../src/typedoc/prop-types/reflection.tsx", "../../src/typedoc/prop-types/type-info-popup.tsx", "../../src/typedoc/prop-types/ts-icon.tsx", "../../src/typedoc/reflection/type-doc-parameters-table.tsx", "../../src/typedoc/reflection/type-doc-reflection.tsx", "../../src/typedoc/use-props-layout-context.tsx", "../../src/typedoc/reflection/type-doc-reflection-return.tsx", "../../src/typedoc/type-doc-angular-attributes.tsx", "../../src/typedoc/type-doc-attributes.tsx", "../../src/typedoc/type-doc-props.tsx", "../../src/typedoc/internal/jsdoc-comment.tsx", "../../../../common/typedoc-common/src/utils.ts", "../../src/typedoc/internal/prop-types.utils.ts", "../../src/typedoc/typedoc-props-list.tsx", "../../src/typedoc/typedoc-props-table.tsx"],
|
|
4
|
+
"sourcesContent": ["import { jsx } from \"react/jsx-runtime\";\nimport { ExternalLink } from \"lucide-react\";\nimport { Link } from \"@qualcomm-ui/react/link\";\nexport function DocsExternalLink({\n as: Element = \"pre\",\n href,\n text\n}) {\n return /* @__PURE__ */jsx(Element, {\n className: \"qui-docs-code font-code-demo fit\",\n children: /* @__PURE__ */jsx(Link, {\n endIcon: ExternalLink,\n href,\n target: \"_blank\",\n children: text\n })\n });\n}", "import { jsx } from \"react/jsx-runtime\";\nimport { compiler } from \"markdown-to-jsx\";\nfunction sanitize(text) {\n return text.replaceAll(\"<\", \"<\").replaceAll(\">\", \">\");\n}\nexport function PropDefault({\n prop\n}) {\n const comment = prop.comment ?? {\n summary: []\n };\n const defaultValue = (comment.blockTags ?? []).find(tag => tag.tag === \"@default\");\n const jsx2 = defaultValue ? compiler(sanitize(defaultValue.content[0].text), {\n overrides: {\n code: {\n component: \"pre\",\n props: {\n className: \"qui-docs-code font-code-demo fit\"\n }\n },\n pre: {\n component: \"span\"\n }\n }\n }) : null;\n return /* @__PURE__ */jsx(\"span\", {\n children: jsx2\n });\n}", "import { Fragment, jsx, jsxs } from \"react/jsx-runtime\";\nimport { Fragment as Fragment2 } from \"react\";\nimport { SpoilerContent, SpoilerRoot, SpoilerSummary } from \"@qualcomm-ui/react-mdx/spoiler\";\nimport { PropDescriptionSummary } from \"./prop-description-summary\";\nexport function PropDescriptionBlockTags({\n tags\n}) {\n const filteredTags = tags.filter(tag => tag.tag in tagComponents);\n return /* @__PURE__ */jsx(Fragment, {\n children: filteredTags.map((tag, index) => {\n const Component = tagComponents[tag.tag];\n return /* @__PURE__ */jsx(Fragment2, {\n children: Component ? /* @__PURE__ */jsx(Component, {\n tag\n }) : /* @__PURE__ */jsx(PropDescriptionSummary, {\n summary: tag.content\n })\n }, `${tag.name}-${index}`);\n })\n });\n}\nconst tagComponents = {\n \"@example\": ({\n tag\n }) => {\n return /* @__PURE__ */jsx(\"div\", {\n className: \"doc-props-description__example-tag\",\n children: /* @__PURE__ */jsx(PropDescriptionSummary, {\n summary: tag.content\n })\n });\n },\n \"@remarks\": function Row({\n tag\n }) {\n return /* @__PURE__ */jsx(\"div\", {\n className: \"doc-props-description__remarks-tag\",\n children: /* @__PURE__ */jsxs(SpoilerRoot, {\n children: [/* @__PURE__ */jsx(SpoilerSummary, {\n children: \"Remarks\"\n }), /* @__PURE__ */jsx(SpoilerContent, {\n children: /* @__PURE__ */jsx(PropDescriptionSummary, {\n summary: tag.content\n })\n })]\n })\n });\n }\n};", "import { Fragment, jsx } from \"react/jsx-runtime\";\nimport { Fragment as Fragment2 } from \"react\";\nimport { compiler } from \"markdown-to-jsx\";\nimport { CodeHighlight } from \"@qualcomm-ui/react-mdx/code-highlight\";\nimport { PropDescriptionInlineTag } from \"./prop-description-inline-tag\";\nexport function PropDescriptionSummary({\n summary\n}) {\n return /* @__PURE__ */jsx(Fragment, {\n children: summary.map((part, index) => {\n let language = \"tsx\";\n if (part.kind === \"code\" && part.text.startsWith(\"```\")) {\n language = part.text.substring(3, part.text.indexOf(\"\\n\"));\n }\n return /* @__PURE__ */jsx(Fragment2, {\n children: part.kind === \"code\" ? /* @__PURE__ */jsx(Fragment2, {\n children: part.text.startsWith(\"```\") ? /* @__PURE__ */jsx(CodeHighlight, {\n className: \"doc-props-description__summary-code\",\n code: part.text.replace(/```.*\\r\\n/, \"\").replace(/\\r\\n```/, \"\").replace(/```.*\\n/, \"\").replace(/\\n```/, \"\"),\n disableCopy: true,\n language\n }) : /* @__PURE__ */jsx(\"span\", {\n children: compiler(part.text)\n })\n }, index) : part.kind === \"inline-tag\" ? /* @__PURE__ */jsx(PropDescriptionInlineTag, {\n inlineTag: part\n }, index) : part.text === \"\\n\" ? /* @__PURE__ */jsx(\"br\", {}) : /* @__PURE__ */jsx(\"span\", {\n dangerouslySetInnerHTML: {\n __html: part.text.replaceAll(\"\\n\\n\", \"<br /><br />\").replaceAll(\"\\n-\", \"<br />-\")\n }\n })\n }, index);\n })\n });\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { Fragment, jsx } from \"react/jsx-runtime\";\nimport { ExternalLink } from \"lucide-react\";\nimport { Link } from \"@qualcomm-ui/react/link\";\nimport { useMdxDocsContext } from \"@qualcomm-ui/react-mdx/context\";\nexport function PropDescriptionInlineTag(t0) {\n const $ = _c(8);\n const {\n inlineTag: t1\n } = t0;\n const {\n tag,\n target,\n text\n } = t1;\n const {\n renderLink: RenderLink\n } = useMdxDocsContext();\n let t2;\n if ($[0] !== RenderLink || $[1] !== target || $[2] !== text) {\n t2 = () => text.startsWith(\"http\") || typeof target === \"string\" && target.startsWith(\"http\") ? jsx(Link, {\n endIcon: ExternalLink,\n href: target,\n target: \"_blank\",\n children: text\n }) : text.startsWith(\"/\") ? jsx(RenderLink, {\n href: text,\n children: text\n }) : jsx(RenderLink, {\n href: `#${text}`,\n children: text\n });\n $[0] = RenderLink;\n $[1] = target;\n $[2] = text;\n $[3] = t2;\n } else {\n t2 = $[3];\n }\n let t3;\n if ($[4] !== t2 || $[5] !== tag) {\n t3 = Symbol.for(\"react.early_return_sentinel\");\n bb0: {\n const tags = {\n \"@link\": t2\n };\n if (tag && tags[tag]) {\n t3 = tags[tag]();\n break bb0;\n }\n }\n $[4] = t2;\n $[5] = tag;\n $[6] = t3;\n } else {\n t3 = $[6];\n }\n if (t3 !== Symbol.for(\"react.early_return_sentinel\")) {\n return t3;\n }\n let t4;\n if ($[7] === Symbol.for(\"react.memo_cache_sentinel\")) {\n t4 = jsx(Fragment, {});\n $[7] = t4;\n } else {\n t4 = $[7];\n }\n return t4;\n}", "import { jsx } from \"react/jsx-runtime\";\nimport { PropDescriptionBlockTags } from \"./prop-description-block-tags\";\nexport function PropDescriptionExtraDetails({\n prop\n}) {\n const blockTags = prop.comment?.blockTags ?? [];\n return /* @__PURE__ */jsx(\"div\", {\n className: \"doc-props-description__extra-details\",\n children: /* @__PURE__ */jsx(PropDescriptionBlockTags, {\n tags: blockTags\n })\n });\n}\nexport function getHasExtraDetails(prop) {\n return prop.comment && prop.comment.blockTags?.some(tag => tag.tag === \"@example\" || tag.tag === \"@remarks\");\n}", "import { jsx, jsxs } from \"react/jsx-runtime\";\nimport { PropDescriptionSummary } from \"./prop-description-summary\";\nexport function PropDescriptionFunctionArgs({\n functionArgs\n}) {\n const filteredArgs = functionArgs.filter(arg => arg.name && arg.summary?.length);\n return /* @__PURE__ */jsx(\"ul\", {\n className: \"doc-props__function-args-list\",\n children: filteredArgs.map(arg => {\n return /* @__PURE__ */jsx(\"li\", {\n className: \"doc-props__function-args-list-item\",\n children: /* @__PURE__ */jsxs(\"span\", {\n children: [/* @__PURE__ */jsx(\"span\", {\n className: \"doc-props__function-arg-name\",\n children: arg.name\n }), /* @__PURE__ */jsx(\"span\", {\n children: /* @__PURE__ */jsx(PropDescriptionSummary, {\n summary: arg.summary\n })\n })]\n })\n }, arg.name);\n })\n });\n}", "import { jsx } from \"react/jsx-runtime\";\nimport { PropDescriptionSummary } from \"./prop-description-summary\";\nexport function PropDescriptionOptionTags({\n tags\n}) {\n return /* @__PURE__ */jsx(\"ul\", {\n className: \"doc-props-description__option-tags\",\n children: tags.map((tag, index) => {\n return /* @__PURE__ */jsx(\"li\", {\n children: /* @__PURE__ */jsx(PropDescriptionSummary, {\n summary: tag.content\n })\n }, index);\n })\n });\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx, jsxs } from \"react/jsx-runtime\";\nimport { Fragment } from \"react\";\nimport { Link } from \"@qualcomm-ui/react/link\";\nimport { useMdxDocsContext } from \"@qualcomm-ui/react-mdx/context\";\nimport { PropDescriptionSummary } from \"./prop-description-summary\";\nfunction isSingleLinkTag(tag) {\n return tag.content.length === 1 && (tag.content[0].docLink || tag.content[0].kind === \"text\" && !tag.content[0].text.includes(\" \"));\n}\nfunction isMultiLinkTag(tag) {\n const chunkSize = 3;\n if (tag.content.length % 3 !== 0 || tag.content.length < 3) {\n return false;\n }\n for (let i = 0; i < tag.content.length; i += chunkSize) {\n const chunk = tag.content.slice(i, i + chunkSize);\n if (chunk[0].text !== \" - \") {\n return false;\n }\n if (chunk[2].text !== \"\\n\") {\n return false;\n }\n }\n return true;\n}\nfunction formatSingleLink(content) {\n if (content.docLink) {\n return {\n text: content.text,\n url: content.docLink\n };\n }\n return {\n text: content.text,\n url: `./#${content.text}`\n };\n}\nexport function PropDescriptionSeeTags(t0) {\n const $ = _c(6);\n const {\n hideTitle,\n seeTags\n } = t0;\n const {\n renderLink: RenderLink\n } = useMdxDocsContext();\n let t1;\n if ($[0] !== RenderLink || $[1] !== hideTitle || $[2] !== seeTags) {\n let t2;\n if ($[4] !== RenderLink) {\n t2 = (tag, index) => {\n if (isSingleLinkTag(tag)) {\n const {\n text,\n url\n } = formatSingleLink(tag.content[0]);\n return jsx(\"li\", {\n children: jsx(Link, {\n render: jsx(RenderLink, {\n href: url\n }),\n children: text\n })\n }, index);\n }\n if (isMultiLinkTag(tag)) {\n return jsx(Fragment, {\n children: tag.content.filter(_temp).map(content_0 => {\n const {\n text: text_0,\n url: url_0\n } = formatSingleLink(content_0);\n return jsx(\"li\", {\n children: jsx(Link, {\n render: jsx(RenderLink, {\n href: url_0\n }),\n children: text_0\n })\n }, content_0.text);\n })\n }, index);\n }\n return jsx(\"li\", {\n children: jsx(PropDescriptionSummary, {\n summary: tag.content\n })\n }, index);\n };\n $[4] = RenderLink;\n $[5] = t2;\n } else {\n t2 = $[5];\n }\n t1 = jsxs(\"div\", {\n className: \"doc-props-description__see-tags\",\n children: [hideTitle ? null : jsx(\"div\", {\n children: \"Related symbols:\"\n }), jsx(\"ul\", {\n className: \"see-tag-list\",\n children: seeTags.map(t2)\n })]\n });\n $[0] = RenderLink;\n $[1] = hideTitle;\n $[2] = seeTags;\n $[3] = t1;\n } else {\n t1 = $[3];\n }\n return t1;\n}\nfunction _temp(content) {\n return content.text !== \" - \" && content.text !== \"\\n\";\n}", "import { jsx, jsxs } from \"react/jsx-runtime\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nimport { PropDescriptionFunctionArgs } from \"./prop-description-function-args\";\nimport { PropDescriptionOptionTags } from \"./prop-description-option-tags\";\nimport { PropDescriptionSeeTags } from \"./prop-description-see-tags\";\nimport { PropDescriptionSummary } from \"./prop-description-summary\";\nexport function PropDescription({\n children,\n prop,\n ...props\n}) {\n const comment = prop.comment ?? {\n blockTags: [],\n summary: []\n };\n const deprecatedBlock = comment?.blockTags?.find(tag => tag.tag === \"@deprecated\");\n const parameterArgs = (prop.resolvedType.parameters ?? []).reduce((acc, current) => {\n if (current.args) {\n acc.push(current.args);\n }\n return acc;\n }, []);\n const optionTags = comment.blockTags?.filter(tag => tag.tag === \"@option\") ?? [];\n const seeTags = comment?.blockTags?.filter(tag => tag.tag === \"@see\") ?? [];\n if (!comment.summary.length && !deprecatedBlock && !optionTags.length && !seeTags.length && !parameterArgs.length && !prop.resolvedType.functionArgs?.length && !prop.resolvedType.parameters?.length && !parameterArgs.length) {\n return null;\n }\n const mergedProps = mergeProps({\n className: \"doc-props-description__root\"\n }, props);\n return /* @__PURE__ */jsxs(\"div\", {\n ...mergedProps,\n children: [/* @__PURE__ */jsxs(\"span\", {\n children: [/* @__PURE__ */jsx(PropDescriptionSummary, {\n summary: comment.summary\n }), deprecatedBlock ? /* @__PURE__ */jsxs(\"span\", {\n children: [\"Deprecated\", \" \", /* @__PURE__ */jsx(PropDescriptionSummary, {\n summary: deprecatedBlock.content\n })]\n }) : null, prop.resolvedType.functionArgs ? /* @__PURE__ */jsx(PropDescriptionFunctionArgs, {\n functionArgs: prop.resolvedType.functionArgs\n }) : null, prop.resolvedType.parameters && prop.resolvedType.baseType === \"reflection\" ? /* @__PURE__ */jsx(PropDescriptionFunctionArgs, {\n functionArgs: prop.resolvedType.parameters\n }) : null, parameterArgs.length ? parameterArgs.map((args, index) => {\n return /* @__PURE__ */jsx(\"div\", {\n children: /* @__PURE__ */jsx(PropDescriptionFunctionArgs, {\n functionArgs: args\n })\n }, `${prop.name}-parameter-function-args-${index}`);\n }) : null]\n }), optionTags.length ? /* @__PURE__ */jsx(PropDescriptionOptionTags, {\n tags: optionTags\n }) : null, seeTags.length ? /* @__PURE__ */jsx(PropDescriptionSeeTags, {\n seeTags\n }) : null, children]\n });\n}", "import { jsx, jsxs } from \"react/jsx-runtime\";\nimport { useMemo } from \"react\";\nimport { Info } from \"lucide-react\";\nimport { Icon } from \"@qualcomm-ui/react/icon\";\nimport { Link } from \"@qualcomm-ui/react/link\";\nimport { Tooltip } from \"@qualcomm-ui/react/tooltip\";\nimport { useMdxDocsContext } from \"@qualcomm-ui/react-mdx/context\";\nimport { useTypeDocContext } from \"./use-typedoc-context\";\nfunction formatSinceUrl(changelogUrl, since) {\n if (!since) {\n return \"\";\n }\n return since.startsWith(\"v\") ? `${changelogUrl}#${since.substring(1).split(\".\").join(\"\")}` : `${changelogUrl}#${since.split(\".\").join(\"\")}`;\n}\nexport function PropName(t0) {\n const {\n changelogPathname,\n id,\n prop\n } = t0;\n const {\n renderLink: RenderLink\n } = useMdxDocsContext();\n const {\n disableRequired,\n linkifyPrimaryColumn\n } = useTypeDocContext();\n const required = prop.resolvedType.required && !disableRequired;\n const deprecated = prop.resolvedType.deprecated;\n const isOutput = prop.resolvedType.type?.match(/^((EventEmitter)|(OutputEmitterRef))/);\n const isTwoWayBindingProperty = isOutput ? false : prop.resolvedType?.type?.startsWith(\"ModelSignal\");\n const sinceTag = prop.comment?.blockTags?.find?.(_temp);\n const sinceText = sinceTag?.content?.[0]?.text;\n const name = isOutput ? `(${prop.name})` : isTwoWayBindingProperty ? `[(${prop.name})]` : prop.name;\n const {\n docProps\n } = useMdxDocsContext();\n const changelogUrl = changelogPathname || docProps?.changelogUrl || \"/changelog\";\n const nameElement = linkifyPrimaryColumn ? jsx(Link, {\n render: jsx(RenderLink, {\n href: `#${id || prop.name}`\n }),\n style: {\n textDecoration: deprecated ? \"line-through\" : \"unset\"\n },\n suppressHydrationWarning: true,\n children: String(name)\n }) : jsx(\"code\", {\n className: \"qui-docs-code\",\n children: String(name)\n });\n return jsxs(\"div\", {\n className: \"doc-props-item__name\",\n children: [jsxs(\"div\", {\n className: \"doc-props-item__label\",\n children: [nameElement, required ? jsx(\"div\", {\n className: \"doc-props-item__required-indicator\",\n children: jsx(\"sup\", {\n children: \"*\"\n })\n }) : null, deprecated ? jsx(\"div\", {\n className: \"doc-props-item__deprecated-indicator\",\n children: jsx(\"sup\", {\n children: \"*\"\n })\n }) : null]\n }), isTwoWayBindingProperty ? jsxs(Tooltip.Root, {\n children: [jsx(Tooltip.Trigger, {\n children: jsx(Icon, {\n icon: Info,\n size: \"xs\"\n })\n }), jsx(Tooltip.Positioner, {\n children: jsx(Tooltip.Content, {\n children: \"This property supports two-way binding\"\n })\n })]\n }) : null, sinceText ? changelogPathname === null ? jsx(\"div\", {\n className: \"doc-props__since\",\n children: sinceText\n }) : jsx(Link, {\n className: \"doc-props__since\",\n emphasis: \"neutral\",\n render: jsx(RenderLink, {\n href: formatSinceUrl(changelogUrl, sinceText)\n }),\n children: sinceText\n }) : null]\n });\n}\nfunction _temp(tag) {\n return tag.tag === \"@since\";\n}", "import { createContext, useContext } from \"react\";\nconst TypeDocContext = createContext(null);\nexport const TypeDocContextProvider = TypeDocContext.Provider;\nexport function useTypeDocContext() {\n return useContext(TypeDocContext);\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { Fragment, jsx, jsxs } from \"react/jsx-runtime\";\nimport { CodeHighlight } from \"@qualcomm-ui/react-mdx/code-highlight\";\nimport { useMdxDocsContext } from \"@qualcomm-ui/react-mdx/context\";\nimport { useTypeDocContext } from \"../use-typedoc-context\";\nimport { Reference } from \"./reference\";\nimport { Reflection } from \"./reflection\";\nimport { SimpleType } from \"./simple-type\";\nimport { TypeInfoPopup } from \"./type-info-popup\";\nexport function PropType(t0) {\n const $ = _c(20);\n const {\n prop\n } = t0;\n const {\n layout\n } = useTypeDocContext();\n const {\n renderLink: Link\n } = useMdxDocsContext();\n if (!prop.resolvedType) {\n console.debug(\"unsupported type\", prop.type);\n let t1;\n if ($[0] === Symbol.for(\"react.memo_cache_sentinel\")) {\n t1 = jsx(Fragment, {});\n $[0] = t1;\n } else {\n t1 = $[0];\n }\n return t1;\n }\n const resolvedType = prop.resolvedType;\n const prettyType = resolvedType.prettyType ?? \"\";\n bb0: switch (resolvedType.baseType ?? prop.type) {\n case \"intrinsic\":\n {\n let t1;\n if ($[1] !== prettyType) {\n t1 = jsx(SimpleType, {\n content: prettyType\n });\n $[1] = prettyType;\n $[2] = t1;\n } else {\n t1 = $[2];\n }\n return t1;\n }\n case \"reference\":\n {\n const importStatement = resolvedType.typeArgs?.[0]?.importStatement || resolvedType.importStatement;\n let t1;\n if ($[3] !== importStatement || $[4] !== prop) {\n t1 = jsxs(\"div\", {\n className: \"doc-props__type-wrapper\",\n children: [importStatement ? jsx(TypeInfoPopup, {\n importStatement\n }) : null, jsx(Reference, {\n prop\n })]\n });\n $[3] = importStatement;\n $[4] = prop;\n $[5] = t1;\n } else {\n t1 = $[5];\n }\n return t1;\n }\n case \"array\":\n {\n if (resolvedType.docLink && resolvedType.inheritDoc) {\n let t1;\n if ($[6] !== Link || $[7] !== prettyType || $[8] !== resolvedType.docLink || $[9] !== resolvedType.type) {\n t1 = jsx(\"pre\", {\n className: \"qui-docs-code font-code-demo fit\",\n children: jsx(Link, {\n href: resolvedType.docLink,\n children: prettyType || resolvedType.type\n })\n });\n $[6] = Link;\n $[7] = prettyType;\n $[8] = resolvedType.docLink;\n $[9] = resolvedType.type;\n $[10] = t1;\n } else {\n t1 = $[10];\n }\n return t1;\n }\n break bb0;\n }\n case \"reflection\":\n {\n let t1;\n if ($[11] !== prop) {\n t1 = jsx(Reflection, {\n prop\n });\n $[11] = prop;\n $[12] = t1;\n } else {\n t1 = $[12];\n }\n return t1;\n }\n case \"union\":\n {\n if (layout === \"table\") {\n let t1;\n if ($[13] !== prettyType || $[14] !== resolvedType.importStatement) {\n t1 = jsxs(\"div\", {\n className: \"doc-props__type-wrapper\",\n children: [resolvedType.importStatement ? jsx(TypeInfoPopup, {\n importStatement: resolvedType.importStatement\n }) : null, jsx(CodeHighlight, {\n className: \"prop-type__union qui-docs-code fit\",\n code: prettyType,\n disableCopy: true,\n language: \"tsx\"\n })]\n });\n $[13] = prettyType;\n $[14] = resolvedType.importStatement;\n $[15] = t1;\n } else {\n t1 = $[15];\n }\n return t1;\n } else {\n if (resolvedType.type) {\n let t1;\n if ($[16] !== resolvedType.type) {\n const opts = resolvedType.type.split(\"|\");\n t1 = jsx(\"pre\", {\n className: \"qui-docs-code font-code-demo doc-props__resolved-type\",\n children: opts.map((opt, index) => jsxs(\"span\", {\n children: [opt, index < opts.length - 1 ? \"|\" : \"\"]\n }, opt))\n });\n $[16] = resolvedType.type;\n $[17] = t1;\n } else {\n t1 = $[17];\n }\n return t1;\n }\n }\n }\n }\n let t1;\n if ($[18] !== prettyType) {\n t1 = jsx(SimpleType, {\n content: prettyType\n });\n $[18] = prettyType;\n $[19] = t1;\n } else {\n t1 = $[19];\n }\n return t1;\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { Fragment, jsx } from \"react/jsx-runtime\";\nimport { pascalCase } from \"change-case\";\nimport { Link } from \"@qualcomm-ui/react/link\";\nimport { CodeHighlight } from \"@qualcomm-ui/react-mdx/code-highlight\";\nimport { useMdxDocsContext } from \"@qualcomm-ui/react-mdx/context\";\nimport { useMdxDocsLayoutContext } from \"@qualcomm-ui/react-mdx/docs-layout\";\nimport { dummyTypePrefix } from \"@qualcomm-ui/react-mdx/shiki\";\nimport { DocsExternalLink } from \"../docs-external-link\";\nimport { usePropsContext } from \"../use-props-context\";\nimport { SimpleType } from \"./simple-type\";\nexport function Reference(t0) {\n const $ = _c(37);\n const {\n prop\n } = t0;\n const props = usePropsContext();\n const {\n toc\n } = useMdxDocsLayoutContext();\n const {\n renderLink: RenderLink\n } = useMdxDocsContext();\n if (prop.resolvedType.type === \"ReactNode\") {\n let t1;\n if ($[0] === Symbol.for(\"react.memo_cache_sentinel\")) {\n t1 = jsx(DocsExternalLink, {\n href: \"https://github.com/DefinitelyTyped/DefinitelyTyped/blob/d076add9f29db350a19bd94c37b197729cc02f87/types/react/index.d.ts#L237\",\n text: \"ReactNode\"\n });\n $[0] = t1;\n } else {\n t1 = $[0];\n }\n return t1;\n }\n if (prop.resolvedType.type === \"LucideIconBase\") {\n let t1;\n if ($[1] === Symbol.for(\"react.memo_cache_sentinel\")) {\n t1 = jsx(DocsExternalLink, {\n href: \"https://lucide.dev/icons\",\n text: \"LucideIcon\"\n });\n $[1] = t1;\n } else {\n t1 = $[1];\n }\n return t1;\n }\n if (prop.resolvedType.type === \"CSSProperties\") {\n let t1;\n if ($[2] === Symbol.for(\"react.memo_cache_sentinel\")) {\n t1 = jsx(DocsExternalLink, {\n href: \"https://www.npmjs.com/package/csstype\",\n text: \"CSSProperties\"\n });\n $[2] = t1;\n } else {\n t1 = $[2];\n }\n return t1;\n }\n const docProp = props[prop.resolvedType.name];\n if (prop.resolvedType.type === \"any\" && docProp?.resolvedType?.docLink) {\n let t1;\n if ($[3] !== RenderLink || $[4] !== docProp?.resolvedType?.docLink || $[5] !== prop.resolvedType.name) {\n t1 = jsx(\"pre\", {\n className: \"qui-docs-code font-code-demo fit\",\n children: jsx(Link, {\n render: jsx(RenderLink, {\n href: docProp?.resolvedType?.docLink\n }),\n children: prop.resolvedType.name\n })\n });\n $[3] = RenderLink;\n $[4] = docProp?.resolvedType?.docLink;\n $[5] = prop.resolvedType.name;\n $[6] = t1;\n } else {\n t1 = $[6];\n }\n return t1;\n }\n const {\n docLink,\n inheritDoc,\n prettyType: t1,\n reference,\n referenceLink,\n type,\n typeArgs\n } = prop.resolvedType;\n const prettyType = t1 === undefined ? \"\" : t1;\n if (referenceLink) {\n if (inheritDoc) {\n let t2;\n if ($[7] !== RenderLink || $[8] !== prettyType || $[9] !== referenceLink || $[10] !== type) {\n t2 = jsx(\"pre\", {\n className: \"qui-docs-code font-code-demo fit\",\n children: jsx(Link, {\n render: jsx(RenderLink, {\n href: referenceLink\n }),\n children: prettyType || type\n })\n });\n $[7] = RenderLink;\n $[8] = prettyType;\n $[9] = referenceLink;\n $[10] = type;\n $[11] = t2;\n } else {\n t2 = $[11];\n }\n return t2;\n } else {\n if (reference) {\n let t2;\n if ($[12] !== reference || $[13] !== referenceLink) {\n t2 = jsx(DocsExternalLink, {\n href: referenceLink,\n text: reference\n });\n $[12] = reference;\n $[13] = referenceLink;\n $[14] = t2;\n } else {\n t2 = $[14];\n }\n return t2;\n }\n }\n }\n if (docLink) {\n if (inheritDoc) {\n let t2;\n if ($[15] !== RenderLink || $[16] !== docLink || $[17] !== prettyType || $[18] !== type) {\n t2 = jsx(\"pre\", {\n className: \"qui-docs-code font-code-demo fit\",\n children: jsx(Link, {\n render: jsx(RenderLink, {\n href: docLink\n }),\n children: prettyType || type\n })\n });\n $[15] = RenderLink;\n $[16] = docLink;\n $[17] = prettyType;\n $[18] = type;\n $[19] = t2;\n } else {\n t2 = $[19];\n }\n return t2;\n } else {\n if (reference) {\n let t2;\n if ($[20] !== docLink || $[21] !== reference) {\n t2 = jsx(DocsExternalLink, {\n href: docLink,\n text: reference\n });\n $[20] = docLink;\n $[21] = reference;\n $[22] = t2;\n } else {\n t2 = $[22];\n }\n return t2;\n }\n }\n } else {\n if (inheritDoc) {\n let docProp2;\n let t2;\n if ($[23] !== RenderLink || $[24] !== docProp2 || $[25] !== props || $[26] !== toc || $[27] !== type || $[28] !== typeArgs) {\n t2 = Symbol.for(\"react.early_return_sentinel\");\n bb0: {\n let typeName;\n if (typeArgs?.[0]?.baseType === \"reference\" && typeArgs[0].type) {\n typeName = typeArgs[0].type;\n docProp2 = props[typeName];\n }\n if (!docProp2 && type) {\n typeName = type;\n docProp2 = props[typeName];\n if (!docProp2 && type.endsWith(\">\")) {\n typeName = type.slice(0, type.indexOf(\"<\"));\n docProp2 = props[typeName];\n }\n }\n if (docProp2) {\n const headingId = toc.find(entry => {\n if (entry.textContent === typeName) {\n return true;\n }\n if (typeName && entry.textContent.startsWith(\"<\")) {\n if (entry.id === typeName.toLowerCase()) {\n return true;\n } else {\n if (typeName.endsWith(\"Props\")) {\n return pascalCase(entry.id) === typeName.substring(0, typeName.length - 5);\n }\n }\n }\n return false;\n })?.id;\n if (headingId) {\n t2 = jsx(\"pre\", {\n className: \"qui-docs-code font-code-demo fit\",\n children: jsx(Link, {\n render: jsx(RenderLink, {\n href: `#${headingId}`\n }),\n children: typeName || type\n })\n });\n break bb0;\n }\n }\n }\n $[23] = RenderLink;\n $[24] = docProp2;\n $[25] = props;\n $[26] = toc;\n $[27] = type;\n $[28] = typeArgs;\n $[29] = t2;\n $[30] = docProp2;\n } else {\n t2 = $[29];\n docProp2 = $[30];\n }\n if (t2 !== Symbol.for(\"react.early_return_sentinel\")) {\n return t2;\n }\n }\n }\n if (prop.resolvedType.parentTypeParam) {\n let t2;\n if ($[31] !== prop.resolvedType.parentTypeParam.type) {\n t2 = jsx(SimpleType, {\n content: prop.resolvedType.parentTypeParam.type\n });\n $[31] = prop.resolvedType.parentTypeParam.type;\n $[32] = t2;\n } else {\n t2 = $[32];\n }\n return t2;\n }\n if (!prettyType) {\n return null;\n }\n let t2;\n if ($[33] !== RenderLink || $[34] !== prettyType || $[35] !== prop.resolvedType.docLink) {\n t2 = jsx(Fragment, {\n children: prop.resolvedType.docLink ? jsx(\"pre\", {\n className: \"qui-docs-code font-code-demo fit\",\n children: jsx(Link, {\n render: jsx(RenderLink, {\n href: prop.resolvedType.docLink\n }),\n children: prettyType\n })\n }) : jsx(CodeHighlight, {\n className: \"qui-docs-code fit\",\n code: `${dummyTypePrefix}${prettyType}`,\n disableCopy: true,\n language: \"tsx\"\n })\n });\n $[33] = RenderLink;\n $[34] = prettyType;\n $[35] = prop.resolvedType.docLink;\n $[36] = t2;\n } else {\n t2 = $[36];\n }\n return t2;\n}", "// Regexps involved with splitting words in various case formats.\nconst SPLIT_LOWER_UPPER_RE = /([\\p{Ll}\\d])(\\p{Lu})/gu;\nconst SPLIT_UPPER_UPPER_RE = /(\\p{Lu})([\\p{Lu}][\\p{Ll}])/gu;\n\n// Used to iterate over the initial split result and separate numbers.\nconst SPLIT_SEPARATE_NUMBER_RE = /(\\d)\\p{Ll}|(\\p{L})\\d/u;\n\n// Regexp involved with stripping non-word characters from the result.\nconst DEFAULT_STRIP_REGEXP = /[^\\p{L}\\d]+/giu;\n\n// The replacement value for splits.\nconst SPLIT_REPLACE_VALUE = \"$1\\0$2\";\n\n// The default characters to keep after transforming case.\nconst DEFAULT_PREFIX_SUFFIX_CHARACTERS = \"\";\n\n/**\n * Supported locale values. Use `false` to ignore locale.\n * Defaults to `undefined`, which uses the host environment.\n */\nexport type Locale = string[] | string | false | undefined;\n\n/**\n * Options used for converting strings to pascal/camel case.\n */\nexport interface PascalCaseOptions extends Options {\n mergeAmbiguousCharacters?: boolean;\n}\n\n/**\n * Options used for converting strings to any case.\n */\nexport interface Options {\n locale?: Locale;\n split?: (value: string) => string[];\n /** @deprecated Pass `split: splitSeparateNumbers` instead. */\n separateNumbers?: boolean;\n delimiter?: string;\n prefixCharacters?: string;\n suffixCharacters?: string;\n}\n\n/**\n * Split any cased input strings into an array of words.\n */\nexport function split(value: string) {\n let result = value.trim();\n\n result = result\n .replace(SPLIT_LOWER_UPPER_RE, SPLIT_REPLACE_VALUE)\n .replace(SPLIT_UPPER_UPPER_RE, SPLIT_REPLACE_VALUE);\n\n result = result.replace(DEFAULT_STRIP_REGEXP, \"\\0\");\n\n let start = 0;\n let end = result.length;\n\n // Trim the delimiter from around the output string.\n while (result.charAt(start) === \"\\0\") start++;\n if (start === end) return [];\n while (result.charAt(end - 1) === \"\\0\") end--;\n\n return result.slice(start, end).split(/\\0/g);\n}\n\n/**\n * Split the input string into an array of words, separating numbers.\n */\nexport function splitSeparateNumbers(value: string) {\n const words = split(value);\n for (let i = 0; i < words.length; i++) {\n const word = words[i];\n const match = SPLIT_SEPARATE_NUMBER_RE.exec(word);\n if (match) {\n const offset = match.index + (match[1] ?? match[2]).length;\n words.splice(i, 1, word.slice(0, offset), word.slice(offset));\n }\n }\n return words;\n}\n\n/**\n * Convert a string to space separated lower case (`foo bar`).\n */\nexport function noCase(input: string, options?: Options) {\n const [prefix, words, suffix] = splitPrefixSuffix(input, options);\n return (\n prefix +\n words.map(lowerFactory(options?.locale)).join(options?.delimiter ?? \" \") +\n suffix\n );\n}\n\n/**\n * Convert a string to camel case (`fooBar`).\n */\nexport function camelCase(input: string, options?: PascalCaseOptions) {\n const [prefix, words, suffix] = splitPrefixSuffix(input, options);\n const lower = lowerFactory(options?.locale);\n const upper = upperFactory(options?.locale);\n const transform = options?.mergeAmbiguousCharacters\n ? capitalCaseTransformFactory(lower, upper)\n : pascalCaseTransformFactory(lower, upper);\n return (\n prefix +\n words\n .map((word, index) => {\n if (index === 0) return lower(word);\n return transform(word, index);\n })\n .join(options?.delimiter ?? \"\") +\n suffix\n );\n}\n\n/**\n * Convert a string to pascal case (`FooBar`).\n */\nexport function pascalCase(input: string, options?: PascalCaseOptions) {\n const [prefix, words, suffix] = splitPrefixSuffix(input, options);\n const lower = lowerFactory(options?.locale);\n const upper = upperFactory(options?.locale);\n const transform = options?.mergeAmbiguousCharacters\n ? capitalCaseTransformFactory(lower, upper)\n : pascalCaseTransformFactory(lower, upper);\n return prefix + words.map(transform).join(options?.delimiter ?? \"\") + suffix;\n}\n\n/**\n * Convert a string to pascal snake case (`Foo_Bar`).\n */\nexport function pascalSnakeCase(input: string, options?: Options) {\n return capitalCase(input, { delimiter: \"_\", ...options });\n}\n\n/**\n * Convert a string to capital case (`Foo Bar`).\n */\nexport function capitalCase(input: string, options?: Options) {\n const [prefix, words, suffix] = splitPrefixSuffix(input, options);\n const lower = lowerFactory(options?.locale);\n const upper = upperFactory(options?.locale);\n return (\n prefix +\n words\n .map(capitalCaseTransformFactory(lower, upper))\n .join(options?.delimiter ?? \" \") +\n suffix\n );\n}\n\n/**\n * Convert a string to constant case (`FOO_BAR`).\n */\nexport function constantCase(input: string, options?: Options) {\n const [prefix, words, suffix] = splitPrefixSuffix(input, options);\n return (\n prefix +\n words.map(upperFactory(options?.locale)).join(options?.delimiter ?? \"_\") +\n suffix\n );\n}\n\n/**\n * Convert a string to dot case (`foo.bar`).\n */\nexport function dotCase(input: string, options?: Options) {\n return noCase(input, { delimiter: \".\", ...options });\n}\n\n/**\n * Convert a string to kebab case (`foo-bar`).\n */\nexport function kebabCase(input: string, options?: Options) {\n return noCase(input, { delimiter: \"-\", ...options });\n}\n\n/**\n * Convert a string to path case (`foo/bar`).\n */\nexport function pathCase(input: string, options?: Options) {\n return noCase(input, { delimiter: \"/\", ...options });\n}\n\n/**\n * Convert a string to path case (`Foo bar`).\n */\nexport function sentenceCase(input: string, options?: Options) {\n const [prefix, words, suffix] = splitPrefixSuffix(input, options);\n const lower = lowerFactory(options?.locale);\n const upper = upperFactory(options?.locale);\n const transform = capitalCaseTransformFactory(lower, upper);\n return (\n prefix +\n words\n .map((word, index) => {\n if (index === 0) return transform(word);\n return lower(word);\n })\n .join(options?.delimiter ?? \" \") +\n suffix\n );\n}\n\n/**\n * Convert a string to snake case (`foo_bar`).\n */\nexport function snakeCase(input: string, options?: Options) {\n return noCase(input, { delimiter: \"_\", ...options });\n}\n\n/**\n * Convert a string to header case (`Foo-Bar`).\n */\nexport function trainCase(input: string, options?: Options) {\n return capitalCase(input, { delimiter: \"-\", ...options });\n}\n\nfunction lowerFactory(locale: Locale): (input: string) => string {\n return locale === false\n ? (input: string) => input.toLowerCase()\n : (input: string) => input.toLocaleLowerCase(locale);\n}\n\nfunction upperFactory(locale: Locale): (input: string) => string {\n return locale === false\n ? (input: string) => input.toUpperCase()\n : (input: string) => input.toLocaleUpperCase(locale);\n}\n\nfunction capitalCaseTransformFactory(\n lower: (input: string) => string,\n upper: (input: string) => string,\n) {\n return (word: string) => `${upper(word[0])}${lower(word.slice(1))}`;\n}\n\nfunction pascalCaseTransformFactory(\n lower: (input: string) => string,\n upper: (input: string) => string,\n) {\n return (word: string, index: number) => {\n const char0 = word[0];\n const initial =\n index > 0 && char0 >= \"0\" && char0 <= \"9\" ? \"_\" + char0 : upper(char0);\n return initial + lower(word.slice(1));\n };\n}\n\nfunction splitPrefixSuffix(\n input: string,\n options: Options = {},\n): [string, string[], string] {\n const splitFn =\n options.split ?? (options.separateNumbers ? splitSeparateNumbers : split);\n const prefixCharacters =\n options.prefixCharacters ?? DEFAULT_PREFIX_SUFFIX_CHARACTERS;\n const suffixCharacters =\n options.suffixCharacters ?? DEFAULT_PREFIX_SUFFIX_CHARACTERS;\n let prefixIndex = 0;\n let suffixIndex = input.length;\n\n while (prefixIndex < input.length) {\n const char = input.charAt(prefixIndex);\n if (!prefixCharacters.includes(char)) break;\n prefixIndex++;\n }\n\n while (suffixIndex > prefixIndex) {\n const index = suffixIndex - 1;\n const char = input.charAt(index);\n if (!suffixCharacters.includes(char)) break;\n suffixIndex = index;\n }\n\n return [\n input.slice(0, prefixIndex),\n splitFn(input.slice(prefixIndex, suffixIndex)),\n input.slice(suffixIndex),\n ];\n}\n", "import { createContext, useContext } from \"react\";\nconst PropsContext = createContext(null);\nexport const PropsContextProvider = PropsContext.Provider;\nexport function usePropsContext() {\n const context = useContext(PropsContext);\n if (!context) {\n throw new Error(\"Error, expected a <PropsContextProvider> somewhere in the component tree.\");\n }\n return context;\n}", "import { Fragment, jsx } from \"react/jsx-runtime\";\nimport { CodeHighlight } from \"@qualcomm-ui/react-mdx/code-highlight\";\nimport { dummyTypePrefix } from \"@qualcomm-ui/react-mdx/shiki\";\nexport function SimpleType({\n content\n}) {\n if (content === \"''\") {\n return /* @__PURE__ */jsx(Fragment, {});\n }\n return /* @__PURE__ */jsx(CodeHighlight, {\n className: \"qui-docs-code fit\",\n code: content ? `${dummyTypePrefix}${content}` : \"\",\n disableCopy: true,\n language: \"tsx\"\n });\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx, jsxs } from \"react/jsx-runtime\";\nimport { useMemo } from \"react\";\nimport { CodeHighlight } from \"@qualcomm-ui/react-mdx/code-highlight\";\nimport { useMdxDocsContext } from \"@qualcomm-ui/react-mdx/context\";\nimport { useMdxDocsLayoutContext } from \"@qualcomm-ui/react-mdx/docs-layout\";\nimport { dummyTypePrefix } from \"@qualcomm-ui/react-mdx/shiki\";\nimport { usePropsContext } from \"../use-props-context\";\nimport { TypeInfoPopup } from \"./type-info-popup\";\nexport function Reflection(t0) {\n const $ = _c(14);\n const {\n prop\n } = t0;\n const {\n renderLink\n } = useMdxDocsContext();\n const {\n resolvedType\n } = prop;\n const {\n toc\n } = useMdxDocsLayoutContext();\n const props = usePropsContext();\n const prettyType = resolvedType.prettyType ?? \"\";\n let t1;\n if ($[0] !== prettyType || $[1] !== props || $[2] !== resolvedType.functionArgs || $[3] !== toc) {\n let t2;\n if ($[5] !== prettyType || $[6] !== props || $[7] !== toc) {\n t2 = (acc, arg) => {\n if (arg.referenceType && props[arg.referenceType] && prettyType.includes(arg.referenceType)) {\n const headingId = toc.find(entry => entry.textContent === arg.referenceType)?.id;\n if (headingId) {\n acc[arg.referenceType] = {\n href: `#${headingId}`,\n prettyType: arg.prettyType || arg.type\n };\n }\n }\n return acc;\n };\n $[5] = prettyType;\n $[6] = props;\n $[7] = toc;\n $[8] = t2;\n } else {\n t2 = $[8];\n }\n t1 = (resolvedType.functionArgs ?? []).reduce(t2, {});\n $[0] = prettyType;\n $[1] = props;\n $[2] = resolvedType.functionArgs;\n $[3] = toc;\n $[4] = t1;\n } else {\n t1 = $[4];\n }\n const referenceLinks = t1;\n let t2;\n if ($[9] !== prettyType || $[10] !== referenceLinks || $[11] !== renderLink || $[12] !== resolvedType.importStatement) {\n t2 = jsxs(\"div\", {\n className: \"doc-props__type-wrapper\",\n children: [resolvedType.importStatement ? jsx(TypeInfoPopup, {\n importStatement: resolvedType.importStatement\n }) : null, jsx(CodeHighlight, {\n code: `${dummyTypePrefix}${prettyType}`,\n disableCopy: true,\n highlightedReferences: referenceLinks,\n language: \"tsx\",\n renderLink,\n style: {\n width: \"fit-content\"\n }\n })]\n });\n $[9] = prettyType;\n $[10] = referenceLinks;\n $[11] = renderLink;\n $[12] = resolvedType.importStatement;\n $[13] = t2;\n } else {\n t2 = $[13];\n }\n return t2;\n}", "import { jsx, jsxs } from \"react/jsx-runtime\";\nimport { useMemo, useRef, useState } from \"react\";\nimport { Popover } from \"@qualcomm-ui/react/popover\";\nimport { CodeHighlight } from \"@qualcomm-ui/react-mdx/code-highlight\";\nimport { CopyToClipboardContextProvider, useCopyToClipboard } from \"@qualcomm-ui/react-mdx/copy-to-clipboard\";\nimport { TsIcon } from \"./ts-icon\";\nexport function TypeInfoPopup({\n importStatement\n}) {\n const {\n copyToClipboard,\n isCopied\n } = useCopyToClipboard({\n valueOrFn: importStatement\n });\n const context = useMemo(() => ({\n copyToClipboard,\n isCopied\n }), [copyToClipboard, isCopied]);\n const [open, setOpen] = useState(false);\n const leaveTimeoutRef = useRef(void 0);\n return /* @__PURE__ */jsx(CopyToClipboardContextProvider, {\n value: context,\n children: /* @__PURE__ */jsxs(Popover.Root, {\n onOpenChange: setOpen,\n open,\n positioning: {\n offset: {\n mainAxis: 12\n }\n },\n children: [/* @__PURE__ */jsx(Popover.Anchor, {\n children: /* @__PURE__ */jsx(Popover.Trigger, {\n children: /* @__PURE__ */jsx(\"button\", {\n \"aria-label\": \"Show full type import\",\n className: \"doc-props-type-info-popup-trigger\",\n onClick: event => {\n event.stopPropagation();\n event.preventDefault();\n },\n onMouseEnter: () => {\n setOpen(true);\n clearTimeout(leaveTimeoutRef.current);\n },\n onMouseLeave: () => {\n leaveTimeoutRef.current = setTimeout(() => {\n setOpen(false);\n }, 100);\n },\n children: /* @__PURE__ */jsx(TsIcon, {\n className: \"doc-props__type-info-icon\",\n height: 22,\n onClick: () => {\n copyToClipboard();\n },\n width: 22\n })\n })\n })\n }), /* @__PURE__ */jsx(Popover.Positioner, {\n children: /* @__PURE__ */jsx(Popover.Content, {\n className: \"doc-props__type-info-popup-content\",\n onMouseEnter: () => clearTimeout(leaveTimeoutRef.current),\n onMouseLeave: () => setOpen(false),\n children: /* @__PURE__ */jsx(CodeHighlight, {\n className: \"code-highlight-popup\",\n code: importStatement,\n forceShowCopyButton: true,\n language: \"tsx\"\n })\n })\n })]\n })\n });\n}", "import { jsx, jsxs } from \"react/jsx-runtime\";\nexport function TsIcon(props) {\n return /* @__PURE__ */jsxs(\"svg\", {\n viewBox: \"0 0 48 48\",\n xmlns: \"http://www.w3.org/2000/svg\",\n ...props,\n children: [/* @__PURE__ */jsx(\"path\", {\n d: \"M40,6H8C6.895,6,6,6.895,6,8v32c0,1.105,0.895,2,2,2h32c1.105,0,2-0.895,2-2V8 C42,6.895,41.105,6,40,6z\",\n fill: \"currentColor\"\n }), /* @__PURE__ */jsx(\"path\", {\n d: \"M29.832,33.824c0.45,0.485,0.809,0.998,1.284,1.359c1.031,0.784,2.197,0.921,3.401,0.413 c0.579-0.244,0.917-0.716,0.937-1.35c0.018-0.56-0.252-1.019-0.741-1.276c-0.942-0.494-1.93-0.903-2.861-1.417 c-0.834-0.46-1.705-0.916-2.405-1.546c-1.855-1.67-1.851-4.942-0.132-6.617c0.935-0.911,2.064-1.351,3.374-1.385 c4.31,0,5.279,2.716,5.279,2.716c-0.715,0.517-2.714,1.803-2.714,1.803c-0.358-0.549-1.09-1.246-1.747-1.37 c-0.826-0.155-1.593,0.159-1.855,0.798c-0.302,0.737-0.04,1.466,0.782,1.905c0.979,0.522,1.997,0.973,2.997,1.457 c0.98,0.474,1.918,1.018,2.592,1.899c1.704,2.229,1.365,6.494-2.537,7.506c-2.133,0.553-4.218,0.427-6.177-0.718 c-0.923-0.539-1.783-1.581-2.311-2.488C27,35.513,28.967,34.329,29.832,33.824z\",\n fill: \"#fff\"\n }), /* @__PURE__ */jsx(\"polygon\", {\n fill: \"#fff\",\n points: \"14,22 14,25.034 18.972,25.034 18.972,38.972 21.965,38.972 22.018,25.034 27,25.034 27,22\"\n })]\n });\n}", "import { jsx, jsxs } from \"react/jsx-runtime\";\nimport { PropDescriptionSummary } from \"../prop-description\";\nimport { SimpleType } from \"../prop-types\";\nexport function TypeDocParametersTable({\n parameters\n}) {\n return /* @__PURE__ */jsx(\"div\", {\n className: \"typedoc-props__table-wrapper\",\n children: /* @__PURE__ */jsxs(\"table\", {\n children: [/* @__PURE__ */jsx(\"thead\", {\n children: /* @__PURE__ */jsxs(\"tr\", {\n children: [/* @__PURE__ */jsx(\"th\", {\n children: \"Parameter Name\"\n }), /* @__PURE__ */jsx(\"th\", {\n children: \"Parameter Type\"\n }), /* @__PURE__ */jsx(\"th\", {\n children: \"Default\"\n })]\n })\n }), /* @__PURE__ */jsx(\"tbody\", {\n children: parameters.map(parameter => {\n const id = parameter.name;\n return /* @__PURE__ */jsxs(\"tr\", {\n children: [/* @__PURE__ */jsxs(\"td\", {\n className: \"doc-props-table__name-cell\",\n children: [/* @__PURE__ */jsx(\"span\", {\n className: \"doc-props-table__row-anchor\",\n id,\n suppressHydrationWarning: true\n }), /* @__PURE__ */jsxs(\"div\", {\n className: \"doc-props-item__description\",\n children: [/* @__PURE__ */jsx(\"div\", {\n className: \"doc-props-item__border\",\n children: /* @__PURE__ */jsx(\"div\", {\n className: \"doc-props-item__name\",\n children: /* @__PURE__ */jsx(\"div\", {\n className: \"doc-props-item__label\",\n children: parameter.name\n })\n })\n }), /* @__PURE__ */jsx(\"div\", {\n className: \"doc-props-description__root doc-props-table\",\n children: /* @__PURE__ */jsx(PropDescriptionSummary, {\n summary: parameter.summary ?? []\n })\n })]\n })]\n }), /* @__PURE__ */jsx(\"td\", {\n children: /* @__PURE__ */jsx(SimpleType, {\n content: parameter.type\n })\n })]\n }, id);\n })\n })]\n })\n });\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { Fragment, jsx, jsxs } from \"react/jsx-runtime\";\nimport { CodeHighlight } from \"@qualcomm-ui/react-mdx/code-highlight\";\nimport { usePropsLayoutContext } from \"../use-props-layout-context\";\nimport { TypeDocParametersTable } from \"./type-doc-parameters-table\";\nimport { TypeDocReflectionReturn } from \"./type-doc-reflection-return\";\nexport function TypeDocReflection(t0) {\n const $ = _c(6);\n const {\n resolvedType\n } = t0;\n const {\n propsLayout\n } = usePropsLayoutContext();\n let t1;\n let t2;\n if ($[0] !== propsLayout || $[1] !== resolvedType) {\n t2 = Symbol.for(\"react.early_return_sentinel\");\n bb0: {\n const parameters = resolvedType.parameters || [];\n if (!parameters.length) {\n let t3;\n if ($[4] !== resolvedType.prettyType) {\n t3 = resolvedType.prettyType ? jsx(\"div\", {\n className: \"doc-props__symbol-wrapper\",\n children: jsx(CodeHighlight, {\n code: resolvedType.prettyType,\n disableCopy: true,\n language: \"tsx\"\n })\n }) : null;\n $[4] = resolvedType.prettyType;\n $[5] = t3;\n } else {\n t3 = $[5];\n }\n t2 = t3;\n break bb0;\n }\n t1 = jsxs(\"div\", {\n className: \"doc-props__root\",\n children: [propsLayout === \"table\" ? jsxs(Fragment, {\n children: [jsx(\"div\", {\n className: \"docs-table__wrapper\",\n children: jsx(TypeDocParametersTable, {\n parameters\n })\n }), jsx(\"div\", {\n className: \"docs-list-wrapper\"\n })]\n }) : jsx(Fragment, {}), jsx(\"h5\", {\n className: \"mdx\",\n children: \"Full Signature:\"\n }), jsx(TypeDocReflectionReturn, {\n resolvedType\n })]\n });\n }\n $[0] = propsLayout;\n $[1] = resolvedType;\n $[2] = t1;\n $[3] = t2;\n } else {\n t1 = $[2];\n t2 = $[3];\n }\n if (t2 !== Symbol.for(\"react.early_return_sentinel\")) {\n return t2;\n }\n return t1;\n}", "import { createContext, useContext } from \"react\";\nconst PropsLayoutContext = createContext(null);\nexport const PropsLayoutProvider = PropsLayoutContext.Provider;\nconst defaultState = {\n propsLayout: \"table\",\n setPropsLayout: _value => {}\n};\nexport function usePropsLayoutContext(t0) {\n const {\n strict\n } = t0 === undefined ? {} : t0;\n const context = useContext(PropsLayoutContext);\n if (!context && strict) {\n throw new Error(\"PropsLayout components must be wrapped in a <PropsLayoutProvider>\");\n }\n return context ?? defaultState;\n}", "import { jsx } from \"react/jsx-runtime\";\nimport { CodeHighlight } from \"@qualcomm-ui/react-mdx/code-highlight\";\nexport function TypeDocReflectionReturn({\n resolvedType\n}) {\n return /* @__PURE__ */jsx(CodeHighlight, {\n code: resolvedType.prettyType || \"\",\n disableCopy: true,\n language: \"tsx\"\n });\n}", "import { jsx } from \"react/jsx-runtime\";\nimport { TypeDocAttributes } from \"./type-doc-attributes\";\nfunction propTransformer(prop) {\n return {\n ...prop,\n name: prop.name === \"className\" ? \"class\" : prop.name\n };\n}\nexport function TypeDocAngularAttributes(props) {\n return /* @__PURE__ */jsx(TypeDocAttributes, {\n propTransformer,\n ...props\n });\n}", "import { jsx, jsxs } from \"react/jsx-runtime\";\nimport { ChevronRight } from \"lucide-react\";\nimport { Collapsible } from \"@qualcomm-ui/react/collapsible\";\nimport { Icon } from \"@qualcomm-ui/react/icon\";\nimport { TypeDocProps } from \"./type-doc-props\";\nconst cols = {\n description: \"Description\",\n name: \"Attribute / Property\",\n type: \"Value\"\n};\nconst whitelisted = /* @__PURE__ */new Set([\"className\", \"hidden\", \"style\", \"tabIndex\"]);\nconst propFilter = prop => {\n return prop.name.startsWith(\"data-\") || whitelisted.has(prop.name);\n};\nexport function TypeDocAttributes(props) {\n return /* @__PURE__ */jsxs(Collapsible.Root, {\n className: \"mdx-spoiler__root\",\n children: [/* @__PURE__ */jsxs(Collapsible.Trigger, {\n className: \"mdx-spoiler__trigger\",\n children: [\"Attributes\", /* @__PURE__ */jsx(Icon, {\n className: \"mdx-spoiler__indicator\",\n icon: ChevronRight\n })]\n }), /* @__PURE__ */jsx(Collapsible.Content, {\n className: \"mdx-spoiler__content\",\n children: /* @__PURE__ */jsx(\"div\", {\n className: \"mdx-spoiler__content-body\",\n children: /* @__PURE__ */jsx(TypeDocProps, {\n columnNames: cols,\n hideDefaultColumn: true,\n linkifyPrimaryColumn: false,\n partial: true,\n propFilter,\n showComponentJsdoc: false,\n sortRequiredPropsFirst: false,\n ...props\n })\n })\n })]\n });\n}", "import { Fragment, jsx, jsxs } from \"react/jsx-runtime\";\nimport { useEffect, useMemo, useState } from \"react\";\nimport { ExternalLink } from \"lucide-react\";\nimport { InlineNotification } from \"@qualcomm-ui/react/inline-notification\";\nimport { Link } from \"@qualcomm-ui/react/link\";\nimport { CodeHighlight } from \"@qualcomm-ui/react-mdx/code-highlight\";\nimport { ensureArray } from \"@qualcomm-ui/utils/array\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nimport { findFirstComponentJsdoc, JsdocComment, sortAndSelectProps } from \"./internal\";\nimport { TypeDocReflection } from \"./reflection\";\nimport { TypedocPropsList } from \"./typedoc-props-list\";\nimport { TypedocPropsTable } from \"./typedoc-props-table\";\nimport { usePropsContext } from \"./use-props-context\";\nimport { usePropsLayoutContext } from \"./use-props-layout-context\";\nimport { TypeDocContextProvider } from \"./use-typedoc-context\";\nexport function TypeDocProps({\n angularConfig,\n changelogPathname,\n columnNames,\n hideDefaultColumn: hideDefaultColumnProp = false,\n linkifyPrimaryColumn = true,\n name,\n omit,\n omitFrom,\n partial,\n pick,\n propFilter,\n propTransformer,\n showComponentJsdoc = true,\n sortRequiredPropsFirst = true,\n unionWithPick,\n ...props\n}) {\n const propContext = usePropsContext();\n const {\n propsLayout\n } = usePropsLayoutContext();\n const [loaded, setLoaded] = useState(false);\n useEffect(() => {\n setLoaded(true);\n }, []);\n const [isDesktop, setIsDesktop] = useState(() => typeof window !== \"undefined\" && window.matchMedia(\"(min-width: 950px)\").matches);\n useEffect(() => {\n const mql = window.matchMedia(\"(min-width: 950px)\");\n const handler = e => setIsDesktop(e.matches);\n mql.addEventListener(\"change\", handler);\n setIsDesktop(mql.matches);\n return () => mql.removeEventListener(\"change\", handler);\n }, []);\n const names = ensureArray(name);\n const {\n firstValidPropTypes,\n missingNames\n } = useMemo(() => {\n const existing = [];\n const missing = [];\n let firstValid;\n for (const currentName of names) {\n const propTypes = propContext[currentName];\n if (propTypes) {\n existing.push(currentName);\n if (!firstValid) {\n firstValid = propTypes;\n }\n } else {\n missing.push(currentName);\n }\n }\n return {\n existingNames: existing,\n firstValidPropTypes: firstValid,\n missingNames: missing\n };\n }, [names, propContext]);\n const sortedProps = useMemo(() => {\n return sortAndSelectProps({\n angularConfig,\n name,\n omit,\n omitFrom,\n pageProps: propContext,\n partial,\n pick,\n propFilter,\n propTransformer,\n sortRequiredPropsFirst,\n unionWithPick\n });\n }, [angularConfig, name, omit, omitFrom, partial, pick, propContext, propFilter, propTransformer, sortRequiredPropsFirst, unionWithPick]);\n const hideDefaultColumn = useMemo(() => [angularConfig?.output, angularConfig?.publicMethods, hideDefaultColumnProp].some(cond => !!cond) || sortedProps.every(p => !p.defaultValue), [angularConfig?.output, angularConfig?.publicMethods, hideDefaultColumnProp, sortedProps]);\n const typeDocContext = useMemo(() => {\n return {\n columnNames: columnNames ?? {\n defaultValue: \"Default\",\n description: \"Description\",\n name: \"Prop\",\n type: \"Type\"\n },\n disableRequired: partial ?? false,\n hideDefaultColumn,\n layout: propsLayout,\n linkifyPrimaryColumn\n };\n }, [columnNames, hideDefaultColumn, linkifyPrimaryColumn, partial, propsLayout]);\n if (missingNames.length) {\n return /* @__PURE__ */jsx(InlineNotification, {\n description: /* @__PURE__ */jsx(Link, {\n endIcon: ExternalLink,\n href: \"https://docs.qui.qualcomm.com/guide/typedoc#type-detection\",\n rel: \"noreferrer\",\n size: \"md\",\n target: \"_blank\",\n children: \"Learn more\"\n }),\n emphasis: \"danger\",\n label: /* @__PURE__ */jsxs(\"div\", {\n children: [/* @__PURE__ */jsx(\"span\", {\n children: missingNames.length === 1 ? \"Entity not found: \" : \"Some entities could not be found: \"\n }), /* @__PURE__ */jsx(\"code\", {\n className: \"qui-docs-code\",\n children: missingNames.join(\", \")\n })]\n }),\n orientation: \"vertical\",\n style: {\n marginTop: 24\n }\n });\n }\n const componentJsdoc = showComponentJsdoc && findFirstComponentJsdoc(names, propContext);\n if (!sortedProps.length) {\n if (firstValidPropTypes?.resolvedType?.type === \"signature\") {\n return /* @__PURE__ */jsx(TypeDocContextProvider, {\n value: typeDocContext,\n children: /* @__PURE__ */jsx(TypeDocReflection, {\n comment: firstValidPropTypes.comment,\n name: firstValidPropTypes.name,\n resolvedType: firstValidPropTypes.resolvedType\n })\n });\n } else if (firstValidPropTypes?.resolvedType?.prettyType && firstValidPropTypes?.resolvedType?.type !== \"any\") {\n return /* @__PURE__ */jsx(TypeDocContextProvider, {\n value: typeDocContext,\n children: /* @__PURE__ */jsx(\"div\", {\n className: \"doc-props__symbol-wrapper\",\n children: /* @__PURE__ */jsx(CodeHighlight, {\n code: firstValidPropTypes.resolvedType.prettyType,\n disableCopy: true,\n language: \"tsx\"\n })\n })\n });\n } else if (!componentJsdoc) {\n return null;\n }\n }\n return /* @__PURE__ */jsx(TypeDocContextProvider, {\n value: typeDocContext,\n children: /* @__PURE__ */jsxs(\"div\", {\n ...mergeProps({\n className: \"doc-props__root\"\n }, props),\n suppressHydrationWarning: true,\n children: [/* @__PURE__ */jsx(JsdocComment, {\n comment: componentJsdoc || null\n }), propsLayout === \"table\" ? /* @__PURE__ */jsxs(Fragment, {\n children: [/* @__PURE__ */jsx(\"div\", {\n className: \"docs-table__wrapper\",\n suppressHydrationWarning: true,\n children: /* @__PURE__ */jsx(TypedocPropsTable, {\n changelogPathname,\n props: sortedProps,\n suppressIds: loaded && !isDesktop\n })\n }), /* @__PURE__ */jsx(\"div\", {\n className: \"docs-list-wrapper\",\n children: /* @__PURE__ */jsx(TypedocPropsList, {\n changelogPathname,\n props: sortedProps,\n suppressIds: !loaded || isDesktop\n })\n })]\n }) : /* @__PURE__ */jsx(TypedocPropsList, {\n changelogPathname,\n props: sortedProps\n })]\n })\n });\n}", "import { jsx, jsxs } from \"react/jsx-runtime\";\nimport { PropDescriptionBlockTags, PropDescriptionSummary } from \"../prop-description\";\nexport function JsdocComment({\n comment\n}) {\n const summary = comment?.summary || [];\n const blockTags = comment?.blockTags || [];\n if (!summary.length && !blockTags.length) {\n return null;\n }\n return /* @__PURE__ */jsxs(\"div\", {\n className: \"doc-props-description__root doc-props__top-level-jsdoc-comment\",\n children: [summary.length ? /* @__PURE__ */jsx(PropDescriptionSummary, {\n summary\n }) : null, blockTags.length ? /* @__PURE__ */jsx(PropDescriptionBlockTags, {\n tags: blockTags\n }) : null]\n });\n}", "// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nimport type {QuiPropDeclaration} from \"./types\"\n\nexport function humanFileSize(size: number) {\n const i = size === 0 ? 0 : Math.floor(Math.log(size) / Math.log(1024))\n // @ts-expect-error\n return `${(size / Math.pow(1024, i)).toFixed(2) * 1} ${\n [\"B\", \"kB\", \"MB\", \"GB\", \"TB\"][i]\n }`\n}\n\nexport function isPropRequired(prop: QuiPropDeclaration) {\n return prop.resolvedType.required\n}\n\nexport function sortTypeDocProps<\n T extends QuiPropDeclaration = QuiPropDeclaration,\n>(props: T[], sortRequiredPropsFirst: boolean | undefined) {\n return props.sort((a, b) => {\n if (sortRequiredPropsFirst) {\n if (isPropRequired(a) && !isPropRequired(b)) {\n return -1\n } else if (isPropRequired(b) && !isPropRequired(a)) {\n return 1\n }\n }\n const aName = a.name\n const bName = b.name\n return aName.localeCompare(bName)\n })\n}\n", "import { sortTypeDocProps } from \"@qualcomm-ui/typedoc-common\";\nimport { ensureArray } from \"@qualcomm-ui/utils/array\";\nexport function sortAndSelectProps(params) {\n const {\n angularConfig = {},\n name,\n pageProps,\n partial,\n propFilter,\n propTransformer,\n sortRequiredPropsFirst,\n unionWithPick\n } = params;\n const {\n mergeInputAndOutput = true,\n output,\n publicMethods\n } = angularConfig;\n const propTypesFromUnion = unionWithPick ? Object.keys(unionWithPick).reduce((acc, current) => {\n const pickProps = unionWithPick[current];\n const props = sortAndSelectProps({\n angularConfig: {},\n name: current,\n omit: [],\n omitFrom: void 0,\n pageProps,\n partial,\n pick: pickProps,\n propFilter,\n sortRequiredPropsFirst,\n unionWithPick: void 0\n });\n acc.push(...props);\n return acc;\n }, []) : [];\n if (!pageProps) {\n return [];\n }\n const names = ensureArray(name);\n const propMap = /* @__PURE__ */new Map();\n for (const currentName of names) {\n const propTypes = pageProps[currentName];\n if (!propTypes) {\n continue;\n }\n const targetProps = output ? propTypes.output ?? [] : publicMethods ? propTypes.publicMethods ?? [] : propTypes.input ?? propTypes.props ?? [];\n for (const prop of targetProps) {\n propMap.set(prop.name, prop);\n }\n }\n const allTargetProps = Array.from(propMap.values());\n const shouldSortRequiredPropsFirst = sortRequiredPropsFirst && !partial;\n let sortedProps = sortTypeDocProps([...filterProps(allTargetProps, params), ...propTypesFromUnion], shouldSortRequiredPropsFirst);\n if (propFilter) {\n sortedProps = sortedProps.filter(propFilter);\n }\n if (propTransformer) {\n sortedProps = sortedProps.map(propTransformer);\n }\n if (!mergeInputAndOutput) {\n return sortedProps;\n }\n const outputPropMap = /* @__PURE__ */new Map();\n for (const currentName of names) {\n const propTypes = pageProps[currentName];\n if (propTypes) {\n for (const prop of propTypes.output ?? []) {\n outputPropMap.set(prop.name, prop);\n }\n }\n }\n const allOutputProps = Array.from(outputPropMap.values());\n const outputProps = sortTypeDocProps(filterProps(allOutputProps, params), shouldSortRequiredPropsFirst);\n return [...sortedProps, ...outputProps];\n}\nexport function findFirstComponentJsdoc(names, propContext) {\n for (const name of names) {\n if (name.endsWith(\"Props\")) {\n const componentName = name.substring(0, name.length - 5);\n const comment = propContext[componentName]?.comment;\n if (comment) {\n return comment;\n }\n } else {\n return propContext[name]?.comment;\n }\n }\n return void 0;\n}\nfunction filterProps(props, params) {\n const {\n omit,\n omitFrom,\n pageProps,\n pick\n } = params;\n const inheritedProps = omitFrom ? pageProps?.[omitFrom] : void 0;\n let filteredProps = [...props];\n if (omit) {\n const omitSet = new Set(omit ?? []);\n if (omitSet.size) {\n filteredProps = filteredProps.filter(p => !omitSet.has(p.name));\n }\n }\n if (pick) {\n const pickSet = new Set(pick ?? []);\n if (pickSet.size) {\n filteredProps = filteredProps.filter(p => pickSet.has(p.name));\n }\n }\n if (inheritedProps) {\n const inherited = [inheritedProps.props, inheritedProps.input, inheritedProps.output, inheritedProps.publicMethods].filter(props2 => !!props2).flat();\n const omitSet = new Set((inherited?.map(prop => prop.name) ?? []).filter(Boolean));\n if (omitSet.size) {\n filteredProps = filteredProps.filter(p => !omitSet.has(p.name));\n }\n }\n return filteredProps;\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx, jsxs } from \"react/jsx-runtime\";\nimport { PropDefault } from \"./prop-default\";\nimport { getHasExtraDetails, PropDescription, PropDescriptionExtraDetails } from \"./prop-description\";\nimport { PropName } from \"./prop-name\";\nimport { PropType } from \"./prop-types\";\nimport { useTypeDocContext } from \"./use-typedoc-context\";\nexport function TypedocPropsList(t0) {\n const $ = _c(11);\n const {\n changelogPathname,\n props: tdProps,\n suppressIds\n } = t0;\n const {\n columnNames,\n hideDefaultColumn\n } = useTypeDocContext();\n if (!tdProps.length) {\n return null;\n }\n let t1;\n if ($[0] !== changelogPathname || $[1] !== columnNames || $[2] !== hideDefaultColumn || $[3] !== suppressIds || $[4] !== tdProps) {\n let t2;\n if ($[6] !== changelogPathname || $[7] !== columnNames || $[8] !== hideDefaultColumn || $[9] !== suppressIds) {\n t2 = prop => {\n const id = prop.id;\n const hasDefaultValue = typeof prop.defaultValue !== \"undefined\";\n return jsxs(\"div\", {\n className: \"doc-props-list-item__root\",\n suppressHydrationWarning: true,\n children: [jsx(\"span\", {\n className: \"doc-props-table__row-anchor\",\n id: suppressIds ? void 0 : id,\n suppressHydrationWarning: true\n }), jsx(\"div\", {\n className: \"doc-props-list-item__name-wrapper\",\n suppressHydrationWarning: true,\n children: jsx(PropName, {\n changelogPathname,\n id,\n prop\n })\n }), jsxs(\"div\", {\n className: \"doc-props-columns\",\n children: [jsxs(\"div\", {\n className: \"doc-props__content\",\n children: [jsx(\"div\", {\n className: \"doc-props__title\",\n children: columnNames.type\n }), jsx(PropType, {\n prop\n })]\n }), hasDefaultValue && hideDefaultColumn ? jsxs(\"div\", {\n className: \"doc-props__content\",\n children: [jsx(\"div\", {\n className: \"doc-props__title\",\n children: columnNames.defaultValue || \"Default\"\n }), jsx(PropDefault, {\n prop\n })]\n }) : null, prop.comment ? jsxs(\"div\", {\n className: \"doc-props__content\",\n children: [jsx(\"div\", {\n className: \"doc-props__title\",\n children: \"Description\"\n }), jsx(PropDescription, {\n prop,\n children: getHasExtraDetails(prop) ? jsx(PropDescriptionExtraDetails, {\n prop\n }) : null\n })]\n }) : null]\n })]\n }, `${id}-${suppressIds}`);\n };\n $[6] = changelogPathname;\n $[7] = columnNames;\n $[8] = hideDefaultColumn;\n $[9] = suppressIds;\n $[10] = t2;\n } else {\n t2 = $[10];\n }\n t1 = jsx(\"div\", {\n className: \"doc-props-list__root\",\n suppressHydrationWarning: true,\n children: tdProps.map(t2)\n });\n $[0] = changelogPathname;\n $[1] = columnNames;\n $[2] = hideDefaultColumn;\n $[3] = suppressIds;\n $[4] = tdProps;\n $[5] = t1;\n } else {\n t1 = $[5];\n }\n return t1;\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx, jsxs } from \"react/jsx-runtime\";\nimport { Fragment } from \"react\";\nimport { PropDefault } from \"./prop-default\";\nimport { getHasExtraDetails, PropDescription, PropDescriptionExtraDetails } from \"./prop-description\";\nimport { PropName } from \"./prop-name\";\nimport { PropType } from \"./prop-types\";\nimport { useTypeDocContext } from \"./use-typedoc-context\";\nexport function TypedocPropsTable(t0) {\n const $ = _c(14);\n const {\n changelogPathname,\n props: tdProps,\n suppressIds\n } = t0;\n const {\n columnNames,\n hideDefaultColumn\n } = useTypeDocContext();\n const detailsColSpan = hideDefaultColumn ? 2 : 3;\n if (!tdProps.length) {\n return null;\n }\n let t1;\n if ($[0] !== changelogPathname || $[1] !== columnNames.defaultValue || $[2] !== columnNames.name || $[3] !== columnNames.type || $[4] !== detailsColSpan || $[5] !== hideDefaultColumn || $[6] !== suppressIds || $[7] !== tdProps) {\n let t2;\n if ($[9] !== changelogPathname || $[10] !== detailsColSpan || $[11] !== hideDefaultColumn || $[12] !== suppressIds) {\n t2 = prop => {\n const id = prop.id;\n const hasDetails = getHasExtraDetails(prop);\n return jsxs(Fragment, {\n children: [jsxs(\"tr\", {\n suppressHydrationWarning: true,\n children: [jsxs(\"td\", {\n className: \"doc-props-table__name-cell\",\n suppressHydrationWarning: true,\n children: [jsx(\"span\", {\n className: \"doc-props-table__row-anchor\",\n id: suppressIds ? void 0 : id,\n suppressHydrationWarning: true\n }), jsxs(\"div\", {\n className: \"doc-props-item__description\",\n children: [jsx(\"div\", {\n className: \"doc-props-item__border\",\n children: jsx(PropName, {\n changelogPathname,\n id,\n prop\n })\n }), jsx(PropDescription, {\n className: \"doc-props-table__description\",\n prop\n })]\n })]\n }), jsx(\"td\", {\n children: jsx(PropType, {\n prop\n })\n }), hideDefaultColumn ? null : jsx(\"td\", {\n children: jsx(PropDefault, {\n prop\n })\n })]\n }), hasDetails ? jsx(\"tr\", {\n className: \"doc-props-table__details-row\",\n children: jsx(\"td\", {\n colSpan: detailsColSpan,\n children: jsx(PropDescriptionExtraDetails, {\n prop\n })\n })\n }) : null]\n }, `${id}-${suppressIds}`);\n };\n $[9] = changelogPathname;\n $[10] = detailsColSpan;\n $[11] = hideDefaultColumn;\n $[12] = suppressIds;\n $[13] = t2;\n } else {\n t2 = $[13];\n }\n t1 = jsx(\"div\", {\n className: \"typedoc-props__table-wrapper\",\n suppressHydrationWarning: true,\n children: jsxs(\"table\", {\n children: [jsx(\"thead\", {\n children: jsxs(\"tr\", {\n children: [jsx(\"th\", {\n children: columnNames.name\n }), jsx(\"th\", {\n children: columnNames.type\n }), hideDefaultColumn ? null : jsx(\"th\", {\n children: columnNames.defaultValue || \"Default\"\n })]\n })\n }), jsx(\"tbody\", {\n children: tdProps.map(t2)\n })]\n })\n });\n $[0] = changelogPathname;\n $[1] = columnNames.defaultValue;\n $[2] = columnNames.name;\n $[3] = columnNames.type;\n $[4] = detailsColSpan;\n $[5] = hideDefaultColumn;\n $[6] = suppressIds;\n $[7] = tdProps;\n $[8] = t1;\n } else {\n t1 = $[8];\n }\n return t1;\n}"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["jsx", "ExternalLink", "Link", "DocsExternalLink", "Element", "href", "text", "jsx", "compiler", "sanitize", "text", "PropDefault", "prop", "defaultValue", "tag", "jsx2", "Fragment", "jsx", "jsxs", "Fragment2", "SpoilerContent", "SpoilerRoot", "SpoilerSummary", "Fragment", "jsx", "Fragment2", "compiler", "CodeHighlight", "_c", "Fragment", "jsx", "ExternalLink", "Link", "useMdxDocsContext", "PropDescriptionInlineTag", "t0", "$", "t1", "tag", "target", "text", "RenderLink", "t2", "t3", "bb0", "tags", "t4", "PropDescriptionSummary", "summary", "jsx", "Fragment", "part", "index", "language", "Fragment2", "CodeHighlight", "compiler", "PropDescriptionInlineTag", "PropDescriptionBlockTags", "tags", "filteredTags", "tag", "tagComponents", "jsx", "Fragment", "index", "Component", "Fragment2", "PropDescriptionSummary", "jsxs", "SpoilerRoot", "SpoilerSummary", "SpoilerContent", "jsx", "PropDescriptionExtraDetails", "prop", "blockTags", "jsx", "PropDescriptionBlockTags", "getHasExtraDetails", "tag", "jsx", "jsxs", "PropDescriptionFunctionArgs", "functionArgs", "filteredArgs", "arg", "jsx", "jsxs", "PropDescriptionSummary", "jsx", "PropDescriptionOptionTags", "tags", "jsx", "tag", "index", "PropDescriptionSummary", "_c", "jsx", "jsxs", "Fragment", "Link", "useMdxDocsContext", "isSingleLinkTag", "tag", "isMultiLinkTag", "i", "chunk", "formatSingleLink", "content", "PropDescriptionSeeTags", "t0", "$", "_c", "hideTitle", "seeTags", "RenderLink", "useMdxDocsContext", "t1", "t2", "index", "text", "url", "jsx", "Link", "Fragment", "_temp", "content_0", "text_0", "url_0", "PropDescriptionSummary", "jsxs", "jsx", "jsxs", "mergeProps", "PropDescription", "children", "prop", "props", "comment", "deprecatedBlock", "tag", "parameterArgs", "acc", "current", "optionTags", "seeTags", "mergedProps", "mergeProps", "jsxs", "jsx", "PropDescriptionSummary", "PropDescriptionFunctionArgs", "args", "index", "PropDescriptionOptionTags", "PropDescriptionSeeTags", "jsx", "jsxs", "Info", "Icon", "Link", "Tooltip", "useMdxDocsContext", "createContext", "useContext", "TypeDocContext", "TypeDocContextProvider", "useTypeDocContext", "formatSinceUrl", "changelogUrl", "since", "PropName", "t0", "changelogPathname", "id", "prop", "RenderLink", "useMdxDocsContext", "disableRequired", "linkifyPrimaryColumn", "useTypeDocContext", "required", "deprecated", "isOutput", "isTwoWayBindingProperty", "sinceText", "_temp", "name", "docProps", "nameElement", "jsx", "Link", "jsxs", "Tooltip", "Icon", "Info", "tag", "_c", "Fragment", "jsx", "jsxs", "CodeHighlight", "useMdxDocsContext", "_c", "Fragment", "jsx", "SPLIT_LOWER_UPPER_RE", "SPLIT_UPPER_UPPER_RE", "SPLIT_SEPARATE_NUMBER_RE", "DEFAULT_STRIP_REGEXP", "SPLIT_REPLACE_VALUE", "split", "value", "result", "SPLIT_LOWER_UPPER_RE", "SPLIT_REPLACE_VALUE", "SPLIT_UPPER_UPPER_RE", "DEFAULT_STRIP_REGEXP", "start", "end", "splitSeparateNumbers", "words", "i", "word", "match", "SPLIT_SEPARATE_NUMBER_RE", "offset", "pascalCase", "input", "options", "prefix", "words", "suffix", "splitPrefixSuffix", "lower", "lowerFactory", "upper", "upperFactory", "transform", "capitalCaseTransformFactory", "pascalCaseTransformFactory", "lowerFactory", "locale", "input", "upperFactory", "capitalCaseTransformFactory", "lower", "upper", "word", "pascalCaseTransformFactory", "index", "char0", "splitPrefixSuffix", "options", "splitFn", "splitSeparateNumbers", "split", "prefixCharacters", "suffixCharacters", "prefixIndex", "suffixIndex", "char", "Link", "CodeHighlight", "useMdxDocsContext", "useMdxDocsLayoutContext", "dummyTypePrefix", "createContext", "useContext", "PropsContext", "PropsContextProvider", "usePropsContext", "context", "Fragment", "jsx", "CodeHighlight", "dummyTypePrefix", "SimpleType", "content", "Reference", "t0", "$", "_c", "prop", "props", "usePropsContext", "toc", "useMdxDocsLayoutContext", "RenderLink", "useMdxDocsContext", "t1", "jsx", "DocsExternalLink", "docProp", "Link", "docLink", "inheritDoc", "reference", "referenceLink", "type", "typeArgs", "prettyType", "t2", "docProp2", "bb0", "typeName", "headingId", "entry", "pascalCase", "SimpleType", "Fragment", "CodeHighlight", "dummyTypePrefix", "_c", "jsx", "jsxs", "CodeHighlight", "useMdxDocsContext", "useMdxDocsLayoutContext", "dummyTypePrefix", "jsx", "jsxs", "useMemo", "useRef", "useState", "Popover", "CodeHighlight", "CopyToClipboardContextProvider", "useCopyToClipboard", "jsx", "jsxs", "TsIcon", "props", "TypeInfoPopup", "importStatement", "copyToClipboard", "isCopied", "useCopyToClipboard", "context", "useMemo", "open", "setOpen", "useState", "leaveTimeoutRef", "useRef", "jsx", "CopyToClipboardContextProvider", "jsxs", "Popover", "event", "TsIcon", "CodeHighlight", "Reflection", "t0", "$", "_c", "prop", "renderLink", "useMdxDocsContext", "resolvedType", "toc", "useMdxDocsLayoutContext", "props", "usePropsContext", "prettyType", "t1", "t2", "acc", "arg", "headingId", "entry", "referenceLinks", "jsxs", "jsx", "TypeInfoPopup", "CodeHighlight", "dummyTypePrefix", "PropType", "t0", "$", "_c", "prop", "layout", "useTypeDocContext", "Link", "useMdxDocsContext", "t1", "jsx", "Fragment", "resolvedType", "prettyType", "bb0", "SimpleType", "importStatement", "jsxs", "TypeInfoPopup", "Reference", "Reflection", "CodeHighlight", "opts", "opt", "index", "jsx", "jsxs", "TypeDocParametersTable", "parameters", "jsx", "jsxs", "parameter", "id", "PropDescriptionSummary", "SimpleType", "_c", "Fragment", "jsx", "jsxs", "CodeHighlight", "createContext", "useContext", "PropsLayoutContext", "PropsLayoutProvider", "defaultState", "_value", "usePropsLayoutContext", "t0", "strict", "context", "jsx", "CodeHighlight", "TypeDocReflectionReturn", "resolvedType", "TypeDocReflection", "t0", "$", "_c", "resolvedType", "propsLayout", "usePropsLayoutContext", "t1", "t2", "bb0", "parameters", "t3", "jsx", "CodeHighlight", "jsxs", "Fragment", "TypeDocParametersTable", "TypeDocReflectionReturn", "jsx", "jsx", "jsxs", "ChevronRight", "Collapsible", "Icon", "Fragment", "jsx", "jsxs", "useEffect", "useMemo", "useState", "ExternalLink", "InlineNotification", "Link", "CodeHighlight", "ensureArray", "mergeProps", "jsx", "jsxs", "JsdocComment", "comment", "summary", "blockTags", "jsxs", "jsx", "PropDescriptionSummary", "PropDescriptionBlockTags", "isPropRequired", "prop", "sortTypeDocProps", "props", "sortRequiredPropsFirst", "a", "b", "aName", "bName", "ensureArray", "sortAndSelectProps", "params", "angularConfig", "name", "pageProps", "partial", "propFilter", "propTransformer", "sortRequiredPropsFirst", "unionWithPick", "mergeInputAndOutput", "output", "publicMethods", "propTypesFromUnion", "acc", "current", "pickProps", "props", "names", "propMap", "currentName", "propTypes", "targetProps", "prop", "allTargetProps", "shouldSortRequiredPropsFirst", "sortedProps", "sortTypeDocProps", "filterProps", "outputPropMap", "allOutputProps", "outputProps", "findFirstComponentJsdoc", "propContext", "componentName", "comment", "omit", "omitFrom", "pick", "inheritedProps", "filteredProps", "omitSet", "p", "pickSet", "inherited", "props2", "_c", "jsx", "jsxs", "TypedocPropsList", "t0", "$", "_c", "changelogPathname", "tdProps", "suppressIds", "columnNames", "hideDefaultColumn", "useTypeDocContext", "t1", "t2", "prop", "id", "hasDefaultValue", "jsxs", "jsx", "PropName", "PropType", "PropDefault", "PropDescription", "getHasExtraDetails", "PropDescriptionExtraDetails", "_c", "jsx", "jsxs", "Fragment", "TypedocPropsTable", "t0", "$", "_c", "changelogPathname", "tdProps", "suppressIds", "columnNames", "hideDefaultColumn", "useTypeDocContext", "detailsColSpan", "t1", "t2", "prop", "id", "hasDetails", "getHasExtraDetails", "jsxs", "Fragment", "jsx", "PropName", "PropDescription", "PropType", "PropDefault", "PropDescriptionExtraDetails", "TypeDocProps", "angularConfig", "changelogPathname", "columnNames", "hideDefaultColumnProp", "linkifyPrimaryColumn", "name", "omit", "omitFrom", "partial", "pick", "propFilter", "propTransformer", "showComponentJsdoc", "sortRequiredPropsFirst", "unionWithPick", "props", "propContext", "usePropsContext", "propsLayout", "usePropsLayoutContext", "loaded", "setLoaded", "useState", "useEffect", "isDesktop", "setIsDesktop", "mql", "handler", "e", "names", "ensureArray", "firstValidPropTypes", "missingNames", "useMemo", "existing", "missing", "firstValid", "currentName", "propTypes", "sortedProps", "sortAndSelectProps", "hideDefaultColumn", "cond", "p", "typeDocContext", "jsx", "InlineNotification", "Link", "ExternalLink", "jsxs", "componentJsdoc", "findFirstComponentJsdoc", "TypeDocContextProvider", "TypeDocReflection", "CodeHighlight", "mergeProps", "JsdocComment", "Fragment", "TypedocPropsTable", "TypedocPropsList", "cols", "whitelisted", "propFilter", "prop", "TypeDocAttributes", "props", "jsxs", "Collapsible", "jsx", "Icon", "ChevronRight", "TypeDocProps", "propTransformer", "prop", "TypeDocAngularAttributes", "props", "jsx", "TypeDocAttributes"]
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/typedoc/internal/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,oBAAoB,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import type { QuiComment } from "@qualcomm-ui/typedoc-common";
|
|
3
|
+
export interface JsdocCommentProps {
|
|
4
|
+
comment?: QuiComment | null;
|
|
5
|
+
}
|
|
6
|
+
export declare function JsdocComment({ comment, }: JsdocCommentProps): ReactElement | null;
|
|
7
|
+
//# sourceMappingURL=jsdoc-comment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jsdoc-comment.d.ts","sourceRoot":"","sources":["../../../src/typedoc/internal/jsdoc-comment.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAEvC,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,6BAA6B,CAAA;AAO3D,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,EAAE,UAAU,GAAG,IAAI,CAAA;CAC5B;AAED,wBAAgB,YAAY,CAAC,EAC3B,OAAO,GACR,EAAE,iBAAiB,GAAG,YAAY,GAAG,IAAI,CAczC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { PageDocProps, PagePropType } from "@qualcomm-ui/mdx-common";
|
|
2
|
+
import { type QuiComment, type QuiPropTypes } from "@qualcomm-ui/typedoc-common";
|
|
3
|
+
export interface TypeDocAngularPropConfig {
|
|
4
|
+
/**
|
|
5
|
+
* @default true
|
|
6
|
+
*/
|
|
7
|
+
mergeInputAndOutput?: boolean;
|
|
8
|
+
output?: boolean;
|
|
9
|
+
publicMethods?: boolean;
|
|
10
|
+
}
|
|
11
|
+
interface Params {
|
|
12
|
+
angularConfig: TypeDocAngularPropConfig | undefined;
|
|
13
|
+
name: string | string[];
|
|
14
|
+
omit: string[] | undefined;
|
|
15
|
+
omitFrom: string | undefined;
|
|
16
|
+
pageProps: PageDocProps;
|
|
17
|
+
partial: boolean | undefined;
|
|
18
|
+
pick: string[] | undefined;
|
|
19
|
+
propFilter?: (prop: PagePropType) => boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Always applied after the {@link propFilter}
|
|
22
|
+
*/
|
|
23
|
+
propTransformer?: (prop: PagePropType) => PagePropType;
|
|
24
|
+
sortRequiredPropsFirst: boolean | undefined;
|
|
25
|
+
unionWithPick: Record<string, string[]> | undefined;
|
|
26
|
+
}
|
|
27
|
+
export declare function sortAndSelectProps(params: Params): PagePropType[];
|
|
28
|
+
export declare function findFirstComponentJsdoc(names: string[], propContext: Record<string, QuiPropTypes>): QuiComment | undefined;
|
|
29
|
+
export {};
|
|
30
|
+
//# sourceMappingURL=prop-types.utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prop-types.utils.d.ts","sourceRoot":"","sources":["../../../src/typedoc/internal/prop-types.utils.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,YAAY,EACZ,YAAY,EAEb,MAAM,yBAAyB,CAAA;AAChC,OAAO,EACL,KAAK,UAAU,EACf,KAAK,YAAY,EAElB,MAAM,6BAA6B,CAAA;AAGpC,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,UAAU,MAAM;IACd,aAAa,EAAE,wBAAwB,GAAG,SAAS,CAAA;IACnD,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACvB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,CAAA;IAC1B,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAA;IAC5B,SAAS,EAAE,YAAY,CAAA;IACvB,OAAO,EAAE,OAAO,GAAG,SAAS,CAAA;IAC5B,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,CAAA;IAC1B,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,OAAO,CAAA;IAC5C;;OAEG;IACH,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,YAAY,CAAA;IACtD,sBAAsB,EAAE,OAAO,GAAG,SAAS,CAAA;IAC3C,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,GAAG,SAAS,CAAA;CACpD;AAED,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,YAAY,EAAE,CAqFjE;AAED,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,MAAM,EAAE,EACf,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,GACxC,UAAU,GAAG,SAAS,CAaxB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import type { QuiPropDeclaration } from "@qualcomm-ui/typedoc-common";
|
|
3
|
+
export interface PropDefaultProps {
|
|
4
|
+
prop: QuiPropDeclaration;
|
|
5
|
+
}
|
|
6
|
+
export declare function PropDefault({ prop }: PropDefaultProps): ReactElement | null;
|
|
7
|
+
//# sourceMappingURL=prop-default.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prop-default.d.ts","sourceRoot":"","sources":["../../src/typedoc/prop-default.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAIvC,OAAO,KAAK,EAAa,kBAAkB,EAAC,MAAM,6BAA6B,CAAA;AAE/E,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,kBAAkB,CAAA;CACzB;AAMD,wBAAgB,WAAW,CAAC,EAAC,IAAI,EAAC,EAAE,gBAAgB,GAAG,YAAY,GAAG,IAAI,CAuBzE"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./prop-description-block-tags";
|
|
2
|
+
export * from "./prop-description-extra-details";
|
|
3
|
+
export * from "./prop-description-function-args";
|
|
4
|
+
export * from "./prop-description-inline-tag";
|
|
5
|
+
export * from "./prop-description-option-tags";
|
|
6
|
+
export * from "./prop-description-see-tags";
|
|
7
|
+
export * from "./prop-description-summary";
|
|
8
|
+
export * from "./prop-description";
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/typedoc/prop-description/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,kCAAkC,CAAA;AAChD,cAAc,kCAAkC,CAAA;AAChD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oBAAoB,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type ReactElement } from "react";
|
|
2
|
+
import type { QuiCommentTag } from "@qualcomm-ui/typedoc-common";
|
|
3
|
+
export interface PropDescriptionBlockTagsProps {
|
|
4
|
+
tags: QuiCommentTag[];
|
|
5
|
+
}
|
|
6
|
+
export declare function PropDescriptionBlockTags({ tags, }: PropDescriptionBlockTagsProps): ReactElement;
|
|
7
|
+
//# sourceMappingURL=prop-description-block-tags.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prop-description-block-tags.d.ts","sourceRoot":"","sources":["../../../src/typedoc/prop-description/prop-description-block-tags.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAW,KAAK,YAAY,EAAC,MAAM,OAAO,CAAA;AAOjD,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,6BAA6B,CAAA;AAI9D,MAAM,WAAW,6BAA6B;IAC5C,IAAI,EAAE,aAAa,EAAE,CAAA;CACtB;AAED,wBAAgB,wBAAwB,CAAC,EACvC,IAAI,GACL,EAAE,6BAA6B,GAAG,YAAY,CAkB9C"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import type { QuiPropDeclaration } from "@qualcomm-ui/typedoc-common";
|
|
3
|
+
export interface PropDescriptionExtraDetailsProps {
|
|
4
|
+
prop: QuiPropDeclaration;
|
|
5
|
+
}
|
|
6
|
+
export declare function PropDescriptionExtraDetails({ prop, }: PropDescriptionExtraDetailsProps): ReactElement;
|
|
7
|
+
export declare function getHasExtraDetails(prop: QuiPropDeclaration): boolean | undefined;
|
|
8
|
+
//# sourceMappingURL=prop-description-extra-details.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prop-description-extra-details.d.ts","sourceRoot":"","sources":["../../../src/typedoc/prop-description/prop-description-extra-details.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAEvC,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,6BAA6B,CAAA;AAInE,MAAM,WAAW,gCAAgC;IAC/C,IAAI,EAAE,kBAAkB,CAAA;CACzB;AAED,wBAAgB,2BAA2B,CAAC,EAC1C,IAAI,GACL,EAAE,gCAAgC,GAAG,YAAY,CAOjD;AAED,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,kBAAkB,GACvB,OAAO,GAAG,SAAS,CAOrB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
import type { SerializedParameters } from "@qualcomm-ui/typedoc-common";
|
|
3
|
+
interface Props {
|
|
4
|
+
functionArgs: SerializedParameters[];
|
|
5
|
+
}
|
|
6
|
+
export declare function PropDescriptionFunctionArgs({ functionArgs }: Props): ReactNode;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=prop-description-function-args.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prop-description-function-args.d.ts","sourceRoot":"","sources":["../../../src/typedoc/prop-description/prop-description-function-args.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,OAAO,CAAA;AAEpC,OAAO,KAAK,EAEV,oBAAoB,EACrB,MAAM,6BAA6B,CAAA;AAIpC,UAAU,KAAK;IACb,YAAY,EAAE,oBAAoB,EAAE,CAAA;CACrC;AAED,wBAAgB,2BAA2B,CAAC,EAAC,YAAY,EAAC,EAAE,KAAK,GAAG,SAAS,CAqB5E"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
import type { QuiInlineTagDisplayPart } from "@qualcomm-ui/typedoc-common";
|
|
3
|
+
interface Props {
|
|
4
|
+
inlineTag: QuiInlineTagDisplayPart;
|
|
5
|
+
}
|
|
6
|
+
export declare function PropDescriptionInlineTag({ inlineTag: { tag, target, text }, }: Props): ReactNode;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=prop-description-inline-tag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prop-description-inline-tag.d.ts","sourceRoot":"","sources":["../../../src/typedoc/prop-description/prop-description-inline-tag.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,OAAO,CAAA;AAMpC,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,6BAA6B,CAAA;AAExE,UAAU,KAAK;IACb,SAAS,EAAE,uBAAuB,CAAA;CACnC;AAED,wBAAgB,wBAAwB,CAAC,EACvC,SAAS,EAAE,EAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAC,GAC/B,EAAE,KAAK,GAAG,SAAS,CAqBnB"}
|