@scalar/components 0.14.22 → 0.14.25
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/README.md +7 -0
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts.map +1 -1
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.js +22 -31
- package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue.d.ts +11 -0
- package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue.d.ts.map +1 -0
- package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue.js +7 -0
- package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue2.js +66 -0
- package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue3.js +4 -0
- package/dist/components/ScalarCodeBlock/index.d.ts +1 -0
- package/dist/components/ScalarCodeBlock/index.d.ts.map +1 -1
- package/dist/components/ScalarHotkey/ScalarHotkey.vue.d.ts +8 -0
- package/dist/components/ScalarHotkey/ScalarHotkey.vue.d.ts.map +1 -0
- package/dist/components/ScalarHotkey/ScalarHotkey.vue.js +30 -0
- package/dist/components/ScalarHotkey/ScalarHotkey.vue2.js +4 -0
- package/dist/components/ScalarHotkey/constants.d.ts +30 -0
- package/dist/components/ScalarHotkey/constants.d.ts.map +1 -0
- package/dist/components/ScalarHotkey/constants.js +29 -0
- package/dist/components/ScalarHotkey/formatHotkey.d.ts +10 -0
- package/dist/components/ScalarHotkey/formatHotkey.d.ts.map +1 -0
- package/dist/components/ScalarHotkey/formatHotkey.js +21 -0
- package/dist/components/ScalarHotkey/index.d.ts +4 -0
- package/dist/components/ScalarHotkey/index.d.ts.map +1 -0
- package/dist/components/ScalarHotkey/types.d.ts +5 -0
- package/dist/components/ScalarHotkey/types.d.ts.map +1 -0
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts +6 -14
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts.map +1 -1
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.js +27 -30
- package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue.d.ts +59 -0
- package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue.d.ts.map +1 -0
- package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue.js +63 -0
- package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue2.js +4 -0
- package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue3.js +5 -0
- package/dist/components/ScalarMarkdown/index.d.ts +1 -0
- package/dist/components/ScalarMarkdown/index.d.ts.map +1 -1
- package/dist/components/ScalarMarkdown/samples/alerts.d.ts +3 -0
- package/dist/components/ScalarMarkdown/samples/alerts.d.ts.map +1 -0
- package/dist/components/ScalarMarkdown/samples/blockquotes.d.ts +3 -0
- package/dist/components/ScalarMarkdown/samples/blockquotes.d.ts.map +1 -0
- package/dist/components/ScalarMarkdown/samples/codeblocks.d.ts +3 -0
- package/dist/components/ScalarMarkdown/samples/codeblocks.d.ts.map +1 -0
- package/dist/components/ScalarMarkdown/samples/document.d.ts +3 -0
- package/dist/components/ScalarMarkdown/samples/document.d.ts.map +1 -0
- package/dist/components/ScalarMarkdown/samples/headers.d.ts +3 -0
- package/dist/components/ScalarMarkdown/samples/headers.d.ts.map +1 -0
- package/dist/components/ScalarMarkdown/samples/html.d.ts +3 -0
- package/dist/components/ScalarMarkdown/samples/html.d.ts.map +1 -0
- package/dist/components/ScalarMarkdown/samples/index.d.ts +32 -0
- package/dist/components/ScalarMarkdown/samples/index.d.ts.map +1 -0
- package/dist/components/ScalarMarkdown/samples/inline.d.ts +3 -0
- package/dist/components/ScalarMarkdown/samples/inline.d.ts.map +1 -0
- package/dist/components/ScalarMarkdown/samples/lists.d.ts +3 -0
- package/dist/components/ScalarMarkdown/samples/lists.d.ts.map +1 -0
- package/dist/components/ScalarMarkdown/samples/paragraphs.d.ts +3 -0
- package/dist/components/ScalarMarkdown/samples/paragraphs.d.ts.map +1 -0
- package/dist/components/ScalarMarkdown/samples/tables.d.ts +3 -0
- package/dist/components/ScalarMarkdown/samples/tables.d.ts.map +1 -0
- package/dist/components/ScalarMarkdown/types.d.ts +39 -0
- package/dist/components/ScalarMarkdown/types.d.ts.map +1 -0
- package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue.d.ts +38 -0
- package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue.d.ts.map +1 -0
- package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue.js +62 -0
- package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue2.js +4 -0
- package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts +2 -12
- package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts.map +1 -1
- package/dist/components/ScalarTooltip/index.d.ts +2 -1
- package/dist/components/ScalarTooltip/index.d.ts.map +1 -1
- package/dist/components/ScalarTooltip/types.d.ts +35 -0
- package/dist/components/ScalarTooltip/types.d.ts.map +1 -1
- package/dist/components/ScalarTooltip/useTooltip.d.ts.map +1 -1
- package/dist/components/ScalarTooltip/useTooltip.js +44 -32
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +169 -158
- package/dist/style.css +1 -1
- package/package.json +15 -6
- package/dist/components/ScalarButton/ScalarButton.stories.d.ts +0 -263
- package/dist/components/ScalarButton/ScalarButton.stories.d.ts.map +0 -1
- package/dist/components/ScalarButton/ScalarButton.test.d.ts +0 -2
- package/dist/components/ScalarButton/ScalarButton.test.d.ts.map +0 -1
- package/dist/components/ScalarCard/ScalarCard.stories.d.ts +0 -10
- package/dist/components/ScalarCard/ScalarCard.stories.d.ts.map +0 -1
- package/dist/components/ScalarCard/ScalarCard.test.d.ts +0 -2
- package/dist/components/ScalarCard/ScalarCard.test.d.ts.map +0 -1
- package/dist/components/ScalarCheckbox/ScalarCheckbox.stories.d.ts +0 -236
- package/dist/components/ScalarCheckbox/ScalarCheckbox.stories.d.ts.map +0 -1
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.stories.d.ts +0 -93
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.stories.d.ts.map +0 -1
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.test.d.ts +0 -2
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.test.d.ts.map +0 -1
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.stories.d.ts +0 -9
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.stories.d.ts.map +0 -1
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.test.d.ts +0 -2
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.test.d.ts.map +0 -1
- package/dist/components/ScalarCombobox/ScalarCombobox.stories.d.ts +0 -55
- package/dist/components/ScalarCombobox/ScalarCombobox.stories.d.ts.map +0 -1
- package/dist/components/ScalarCombobox/ScalarCombobox.test.d.ts +0 -2
- package/dist/components/ScalarCombobox/ScalarCombobox.test.d.ts.map +0 -1
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.test.d.ts +0 -2
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.test.d.ts.map +0 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOption.test.d.ts +0 -2
- package/dist/components/ScalarCombobox/ScalarComboboxOption.test.d.ts.map +0 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.test.d.ts +0 -2
- package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.test.d.ts.map +0 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.test.d.ts +0 -2
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.test.d.ts.map +0 -1
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.test.d.ts +0 -2
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.test.d.ts.map +0 -1
- package/dist/components/ScalarContextMenu/ScalarContextMenu.stories.d.ts +0 -273
- package/dist/components/ScalarContextMenu/ScalarContextMenu.stories.d.ts.map +0 -1
- package/dist/components/ScalarContextMenu/ScalarContextMenu.test.d.ts +0 -2
- package/dist/components/ScalarContextMenu/ScalarContextMenu.test.d.ts.map +0 -1
- package/dist/components/ScalarDropdown/ScalarDropdown.stories.d.ts +0 -232
- package/dist/components/ScalarDropdown/ScalarDropdown.stories.d.ts.map +0 -1
- package/dist/components/ScalarDropdown/ScalarDropdown.test.d.ts +0 -2
- package/dist/components/ScalarDropdown/ScalarDropdown.test.d.ts.map +0 -1
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.stories.d.ts +0 -6
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.stories.d.ts.map +0 -1
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.test.d.ts +0 -2
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.test.d.ts.map +0 -1
- package/dist/components/ScalarFileUpload/ScalarFileUpload.stories.d.ts +0 -364
- package/dist/components/ScalarFileUpload/ScalarFileUpload.stories.d.ts.map +0 -1
- package/dist/components/ScalarFileUpload/ScalarFileUpload.test.d.ts +0 -2
- package/dist/components/ScalarFileUpload/ScalarFileUpload.test.d.ts.map +0 -1
- package/dist/components/ScalarFloating/ScalarFloating.stories.d.ts +0 -6
- package/dist/components/ScalarFloating/ScalarFloating.stories.d.ts.map +0 -1
- package/dist/components/ScalarFloating/ScalarFloating.test.d.ts +0 -2
- package/dist/components/ScalarFloating/ScalarFloating.test.d.ts.map +0 -1
- package/dist/components/ScalarFloating/useResizeWithTarget.test.d.ts +0 -2
- package/dist/components/ScalarFloating/useResizeWithTarget.test.d.ts.map +0 -1
- package/dist/components/ScalarForm/ScalarForm.stories.d.ts +0 -9
- package/dist/components/ScalarForm/ScalarForm.stories.d.ts.map +0 -1
- package/dist/components/ScalarForm/ScalarForm.test.d.ts +0 -2
- package/dist/components/ScalarForm/ScalarForm.test.d.ts.map +0 -1
- package/dist/components/ScalarHeader/ScalarHeader.stories.d.ts +0 -146
- package/dist/components/ScalarHeader/ScalarHeader.stories.d.ts.map +0 -1
- package/dist/components/ScalarHeader/ScalarHeader.test.d.ts +0 -2
- package/dist/components/ScalarHeader/ScalarHeader.test.d.ts.map +0 -1
- package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts +0 -52
- package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts.map +0 -1
- package/dist/components/ScalarIcon/ScalarIcon.test.d.ts +0 -2
- package/dist/components/ScalarIcon/ScalarIcon.test.d.ts.map +0 -1
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.test.d.ts +0 -2
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.test.d.ts.map +0 -1
- package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts +0 -44
- package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts.map +0 -1
- package/dist/components/ScalarIconButton/ScalarIconButton.test.d.ts +0 -2
- package/dist/components/ScalarIconButton/ScalarIconButton.test.d.ts.map +0 -1
- package/dist/components/ScalarListbox/ScalarListbox.stories.d.ts +0 -98
- package/dist/components/ScalarListbox/ScalarListbox.stories.d.ts.map +0 -1
- package/dist/components/ScalarListbox/ScalarListbox.test.d.ts +0 -2
- package/dist/components/ScalarListbox/ScalarListbox.test.d.ts.map +0 -1
- package/dist/components/ScalarLoading/ScalarLoading.stories.d.ts +0 -120
- package/dist/components/ScalarLoading/ScalarLoading.stories.d.ts.map +0 -1
- package/dist/components/ScalarLoading/ScalarLoading.test.d.ts +0 -2
- package/dist/components/ScalarLoading/ScalarLoading.test.d.ts.map +0 -1
- package/dist/components/ScalarMarkdown/ScalarMarkdown.stories.d.ts +0 -110
- package/dist/components/ScalarMarkdown/ScalarMarkdown.stories.d.ts.map +0 -1
- package/dist/components/ScalarMarkdown/ScalarMarkdown.test.d.ts +0 -2
- package/dist/components/ScalarMarkdown/ScalarMarkdown.test.d.ts.map +0 -1
- package/dist/components/ScalarMenu/ScalarMenu.stories.d.ts +0 -129
- package/dist/components/ScalarMenu/ScalarMenu.stories.d.ts.map +0 -1
- package/dist/components/ScalarMenu/ScalarMenu.test.d.ts +0 -2
- package/dist/components/ScalarMenu/ScalarMenu.test.d.ts.map +0 -1
- package/dist/components/ScalarModal/ScalarModal.stories.d.ts +0 -66
- package/dist/components/ScalarModal/ScalarModal.stories.d.ts.map +0 -1
- package/dist/components/ScalarModal/ScalarModal.test.d.ts +0 -2
- package/dist/components/ScalarModal/ScalarModal.test.d.ts.map +0 -1
- package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts +0 -167
- package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts.map +0 -1
- package/dist/components/ScalarPopover/ScalarPopover.test.d.ts +0 -2
- package/dist/components/ScalarPopover/ScalarPopover.test.d.ts.map +0 -1
- package/dist/components/ScalarSearchInput/ScalarSearchInput.stories.d.ts +0 -82
- package/dist/components/ScalarSearchInput/ScalarSearchInput.stories.d.ts.map +0 -1
- package/dist/components/ScalarSearchInput/ScalarSearchInput.test.d.ts +0 -2
- package/dist/components/ScalarSearchInput/ScalarSearchInput.test.d.ts.map +0 -1
- package/dist/components/ScalarSearchResults/ScalarSearchResults.stories.d.ts +0 -158
- package/dist/components/ScalarSearchResults/ScalarSearchResults.stories.d.ts.map +0 -1
- package/dist/components/ScalarSearchResults/ScalarSearchResults.test.d.ts +0 -2
- package/dist/components/ScalarSearchResults/ScalarSearchResults.test.d.ts.map +0 -1
- package/dist/components/ScalarSidebar/ScalarSidebar.stories.d.ts +0 -11
- package/dist/components/ScalarSidebar/ScalarSidebar.stories.d.ts.map +0 -1
- package/dist/components/ScalarSidebar/ScalarSidebar.test.d.ts +0 -2
- package/dist/components/ScalarSidebar/ScalarSidebar.test.d.ts.map +0 -1
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.test.d.ts +0 -2
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.test.d.ts.map +0 -1
- package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.test.d.ts +0 -2
- package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.test.d.ts.map +0 -1
- package/dist/components/ScalarSidebar/findScrollContainer.test.d.ts +0 -2
- package/dist/components/ScalarSidebar/findScrollContainer.test.d.ts.map +0 -1
- package/dist/components/ScalarSidebar/useSidebarGroups.test.d.ts +0 -2
- package/dist/components/ScalarSidebar/useSidebarGroups.test.d.ts.map +0 -1
- package/dist/components/ScalarSidebar/useSidebarNestedItems.test.d.ts +0 -2
- package/dist/components/ScalarSidebar/useSidebarNestedItems.test.d.ts.map +0 -1
- package/dist/components/ScalarTeleport/ScalarTeleport.stories.d.ts +0 -7
- package/dist/components/ScalarTeleport/ScalarTeleport.stories.d.ts.map +0 -1
- package/dist/components/ScalarTeleport/ScalarTeleport.test.d.ts +0 -2
- package/dist/components/ScalarTeleport/ScalarTeleport.test.d.ts.map +0 -1
- package/dist/components/ScalarTeleport/useTeleport.test.d.ts +0 -2
- package/dist/components/ScalarTeleport/useTeleport.test.d.ts.map +0 -1
- package/dist/components/ScalarTextArea/ScalarTextArea.stories.d.ts +0 -7
- package/dist/components/ScalarTextArea/ScalarTextArea.stories.d.ts.map +0 -1
- package/dist/components/ScalarTextArea/ScalarTextArea.test.d.ts +0 -2
- package/dist/components/ScalarTextArea/ScalarTextArea.test.d.ts.map +0 -1
- package/dist/components/ScalarTextInput/ScalarTextInput.stories.d.ts +0 -9
- package/dist/components/ScalarTextInput/ScalarTextInput.stories.d.ts.map +0 -1
- package/dist/components/ScalarTextInput/ScalarTextInput.test.d.ts +0 -2
- package/dist/components/ScalarTextInput/ScalarTextInput.test.d.ts.map +0 -1
- package/dist/components/ScalarToggle/ScalarToggle.stories.d.ts +0 -79
- package/dist/components/ScalarToggle/ScalarToggle.stories.d.ts.map +0 -1
- package/dist/components/ScalarToggle/ScalarToggle.test.d.ts +0 -2
- package/dist/components/ScalarToggle/ScalarToggle.test.d.ts.map +0 -1
- package/dist/components/ScalarTooltip/ScalarTooltip.stories.d.ts +0 -229
- package/dist/components/ScalarTooltip/ScalarTooltip.stories.d.ts.map +0 -1
- package/dist/components/ScalarTooltip/ScalarTooltip.test.d.ts +0 -2
- package/dist/components/ScalarTooltip/ScalarTooltip.test.d.ts.map +0 -1
- package/dist/components/ScalarTooltip/useTooltip.test.d.ts +0 -2
- package/dist/components/ScalarTooltip/useTooltip.test.d.ts.map +0 -1
- package/dist/components/ScalarVirtualText/ScalarVirtualText.stories.d.ts +0 -94
- package/dist/components/ScalarVirtualText/ScalarVirtualText.stories.d.ts.map +0 -1
- package/dist/components/ScalarVirtualText/ScalarVirtualText.test.d.ts +0 -2
- package/dist/components/ScalarVirtualText/ScalarVirtualText.test.d.ts.map +0 -1
- package/dist/docs/icons/ScalarIcons.stories.d.ts +0 -63
- package/dist/docs/icons/ScalarIcons.stories.d.ts.map +0 -1
- package/dist/docs/useBindCx/useBindCx.stories.d.ts +0 -426
- package/dist/docs/useBindCx/useBindCx.stories.d.ts.map +0 -1
- package/dist/helpers/add-scalar-classes.test.d.ts +0 -2
- package/dist/helpers/add-scalar-classes.test.d.ts.map +0 -1
- package/dist/scripts/typegen.d.ts +0 -2
- package/dist/scripts/typegen.d.ts.map +0 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: "\n> [!NOTE] \n> Highlights information that users should take into account, even when skimming.\n\n> [!TIP]\n> Optional information to help a user be more successful.\n\n> [!IMPORTANT] \n> Crucial information necessary for users to succeed.\n\n> [!WARNING] \n> Critical content demanding immediate user attention due to potential risks.\n\n> [!CAUTION]\n> Negative potential consequences of an action.\n";
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=alerts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alerts.d.ts","sourceRoot":"","sources":["../../../../src/components/ScalarMarkdown/samples/alerts.ts"],"names":[],"mappings":";AAAA,wBAeC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: "\nNormal Blockquote\n\n> This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,\n> consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.\n> Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.\n>\n> Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse\n> id sem consectetuer libero luctus adipiscing.\n\n---\n\nBlockquote with hard wraps and no additional `>`\n\n> This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,\nconsectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.\nVestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.\n>\n> Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse\nid sem consectetuer libero luctus adipiscing.\n\n---\n\nBlockquote with nested blockquote\n\n> This is the first level of quoting.\n>\n> > This is nested blockquote.\n>\n> Back to the first level.\n\n---\n\nBlockquote with nested markdown content\n\n> ## This is a header.\n>\n> 1. This is the first list item.\n> 2. This is the second list item.\n>\n> Here's some example code:\n>\n> return shell_exec(\"echo $input | $markdown_script\");\n";
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=blockquotes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blockquotes.d.ts","sourceRoot":"","sources":["../../../../src/components/ScalarMarkdown/samples/blockquotes.ts"],"names":[],"mappings":";AAAA,wBA2CC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: "\nCodeblock via indent\n\n tell application \"Foo\"\n beep\n end tell\n\n---\n\nCodeblock via backticks\n\n```javascript\nconst message = 'this is a code block'\n\nconsole.log(message)\n```\n\n---\n\nCodeblock with HTML\n\n```html\n<div class=\"footer\">© 2004 Foo Corporation</div>\n```\n\n---\n\nCodeblock with markdown\n\n\n```md\n# Title\n\nI should not be **bold**.\n```\n";
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=codeblocks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"codeblocks.d.ts","sourceRoot":"","sources":["../../../../src/components/ScalarMarkdown/samples/codeblocks.ts"],"names":[],"mappings":";AAAA,wBAmCC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: "\n# One morning, when Gregor Samsa woke from troubled dreams.\nOne morning, when Gregor Samsa woke from troubled dreams, he found himself *transformed* in his bed into a horrible [vermin](http://en.wikipedia.org/wiki/Vermin \"Wikipedia Vermin\"). He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover **strong** it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, link waved about helplessly as he looked. <cite>“What's happened to me?”</cite> he thought. It wasn't a dream. His room, a proper human room although a little too small, lay peacefully between its four familiar walls.\n\n## The bedding was hardly able to cover it.\n\nIt showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer a solid fur muff into which her entire forearm disappeared..\n\n### Things we know about Gregor's sleeping habits.\n\n- He always slept on his right side.\n- He has to get up early (to start another dreadful day).\n- He has a drawer and a alarm clock next to his bed.\n- His mother calls him when he gets up to late.\n\nFirst he wanted to stand up quietly and undisturbed, get dressed, above all have breakfast, and only then consider further action, for (he noticed this clearly) by thinking things over in bed he would not reach a reasonable conclusion. He remembered that he had already often felt a light pain or other in bed, perhaps the result of an awkward lying position, which later turned out to be purely imaginary when he stood up, and he was eager to see how his present fantasies would gradually dissipate. That the change in his voice was nothing other than the onset of a real chill, an occupational illness of commercial travelers, of that he had not the slightest doubt.\n";
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=document.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../../../src/components/ScalarMarkdown/samples/document.ts"],"names":[],"mappings":";AAAA,wBAgBC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: "\nATX Headers (Prefixed with `#`'s')\n\n# This is a first level header\n\n## This is a second level header\n\n### This is a third level header\n\n#### This is a fourth level header\n\n##### This is a fifth level header\n\n###### This is a sixth level header\n\n---\n\nATX Headers (Prefixed and suffixed with `#`'s')\n\n# This is a first level header #\n\n## This is a second level header ##\n\n### This is a third level header ###\n\n#### This is a fourth level header ####\n\n##### This is a fifth level header #####\n\n###### This is a sixth level header ######\n\n---\n\nSetext Headers\n\nThis is a first level heading\n=============================\n\nThis is a second level heading\n------------------------------\n";
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=headers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"headers.d.ts","sourceRoot":"","sources":["../../../../src/components/ScalarMarkdown/samples/headers.ts"],"names":[],"mappings":";AAAA,wBAwCC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: "\nSummary / Details\n\n<details>\n <summary>Using Details Tags</summary>\n <p>HTML Example</p>\n</details>\n\n---\n\nDescription List\n\n<dl>\n <dt>Beast of Bodmin</dt>\n <dd>A large feline inhabiting Bodmin Moor.</dd>\n <dt>Morgawr</dt>\n <dd>A sea serpent.</dd>\n <dt>Owlman</dt>\n <dd>A giant owl-like creature.</dd>\n</dl>\n";
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=html.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"html.d.ts","sourceRoot":"","sources":["../../../../src/components/ScalarMarkdown/samples/html.ts"],"names":[],"mappings":";AAAA,wBAoBC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export declare const samples: readonly [{
|
|
2
|
+
readonly label: "Document";
|
|
3
|
+
readonly value: "\n# One morning, when Gregor Samsa woke from troubled dreams.\nOne morning, when Gregor Samsa woke from troubled dreams, he found himself *transformed* in his bed into a horrible [vermin](http://en.wikipedia.org/wiki/Vermin \"Wikipedia Vermin\"). He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover **strong** it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, link waved about helplessly as he looked. <cite>“What's happened to me?”</cite> he thought. It wasn't a dream. His room, a proper human room although a little too small, lay peacefully between its four familiar walls.\n\n## The bedding was hardly able to cover it.\n\nIt showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer a solid fur muff into which her entire forearm disappeared..\n\n### Things we know about Gregor's sleeping habits.\n\n- He always slept on his right side.\n- He has to get up early (to start another dreadful day).\n- He has a drawer and a alarm clock next to his bed.\n- His mother calls him when he gets up to late.\n\nFirst he wanted to stand up quietly and undisturbed, get dressed, above all have breakfast, and only then consider further action, for (he noticed this clearly) by thinking things over in bed he would not reach a reasonable conclusion. He remembered that he had already often felt a light pain or other in bed, perhaps the result of an awkward lying position, which later turned out to be purely imaginary when he stood up, and he was eager to see how his present fantasies would gradually dissipate. That the change in his voice was nothing other than the onset of a real chill, an occupational illness of commercial travelers, of that he had not the slightest doubt.\n";
|
|
4
|
+
}, {
|
|
5
|
+
readonly label: "Alerts";
|
|
6
|
+
readonly value: "\n> [!NOTE] \n> Highlights information that users should take into account, even when skimming.\n\n> [!TIP]\n> Optional information to help a user be more successful.\n\n> [!IMPORTANT] \n> Crucial information necessary for users to succeed.\n\n> [!WARNING] \n> Critical content demanding immediate user attention due to potential risks.\n\n> [!CAUTION]\n> Negative potential consequences of an action.\n";
|
|
7
|
+
}, {
|
|
8
|
+
readonly label: "Blockquotes";
|
|
9
|
+
readonly value: "\nNormal Blockquote\n\n> This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,\n> consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.\n> Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.\n>\n> Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse\n> id sem consectetuer libero luctus adipiscing.\n\n---\n\nBlockquote with hard wraps and no additional `>`\n\n> This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,\nconsectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.\nVestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.\n>\n> Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse\nid sem consectetuer libero luctus adipiscing.\n\n---\n\nBlockquote with nested blockquote\n\n> This is the first level of quoting.\n>\n> > This is nested blockquote.\n>\n> Back to the first level.\n\n---\n\nBlockquote with nested markdown content\n\n> ## This is a header.\n>\n> 1. This is the first list item.\n> 2. This is the second list item.\n>\n> Here's some example code:\n>\n> return shell_exec(\"echo $input | $markdown_script\");\n";
|
|
10
|
+
}, {
|
|
11
|
+
readonly label: "Codeblocks";
|
|
12
|
+
readonly value: "\nCodeblock via indent\n\n tell application \"Foo\"\n beep\n end tell\n\n---\n\nCodeblock via backticks\n\n```javascript\nconst message = 'this is a code block'\n\nconsole.log(message)\n```\n\n---\n\nCodeblock with HTML\n\n```html\n<div class=\"footer\">© 2004 Foo Corporation</div>\n```\n\n---\n\nCodeblock with markdown\n\n\n```md\n# Title\n\nI should not be **bold**.\n```\n";
|
|
13
|
+
}, {
|
|
14
|
+
readonly label: "Headers";
|
|
15
|
+
readonly value: "\nATX Headers (Prefixed with `#`'s')\n\n# This is a first level header\n\n## This is a second level header\n\n### This is a third level header\n\n#### This is a fourth level header\n\n##### This is a fifth level header\n\n###### This is a sixth level header\n\n---\n\nATX Headers (Prefixed and suffixed with `#`'s')\n\n# This is a first level header #\n\n## This is a second level header ##\n\n### This is a third level header ###\n\n#### This is a fourth level header ####\n\n##### This is a fifth level header #####\n\n###### This is a sixth level header ######\n\n---\n\nSetext Headers\n\nThis is a first level heading\n=============================\n\nThis is a second level heading\n------------------------------\n";
|
|
16
|
+
}, {
|
|
17
|
+
readonly label: "HTML";
|
|
18
|
+
readonly value: "\nSummary / Details\n\n<details>\n <summary>Using Details Tags</summary>\n <p>HTML Example</p>\n</details>\n\n---\n\nDescription List\n\n<dl>\n <dt>Beast of Bodmin</dt>\n <dd>A large feline inhabiting Bodmin Moor.</dd>\n <dt>Morgawr</dt>\n <dd>A sea serpent.</dd>\n <dt>Owlman</dt>\n <dd>A giant owl-like creature.</dd>\n</dl>\n";
|
|
19
|
+
}, {
|
|
20
|
+
readonly label: "Inline";
|
|
21
|
+
readonly value: "\nParagraph with inline elements\n\nThis is a demo paragraph with **bold text**, _italic text_, a [link](https://example.com), and some `inline code` to show various Markdown inline elements.\n\n---\n\nLink\n\nThis is [an example](http://example.com/) inline link.\n\nThis [link](http://example.com/ \"Title\") has a title attribute.\n\n---\n\nEmphasis\n\n_single asterisks_\n\n_single underscores_\n\n**double asterisks**\n\n**double underscores**\n\n---\n\nInline Code\n\nUse the `printf()` function.\n\n---\n\nEmoji\n\n:sparkles:\n";
|
|
22
|
+
}, {
|
|
23
|
+
readonly label: "Lists";
|
|
24
|
+
readonly value: "\nUnordered list\n\n- Red\n- Green\n- Blue\n\n---\n\nUnordered list with mixed symbols\n\n- Red\n+ Green\n* Blue\n\n---\n\nOrdered list\n\n1. Bird\n1. McHale\n1. Parish\n\n---\n\nOrdered list with mixed numbers\n\n1. Bird\n3. McHale\n2. Parish\n\n---\n\nEscaped ordered list\n\n1994. Was a good year\n\n---\nList with blockquote\n\n* A list item with a blockquote:\n\n > This is a blockquote\n > inside a list item.\n\n---\n\nList with codeblock\n\n* A list item with a code block:\n\n <code goes here>\n\n---\n\nNested unordered lists \n\n* A\n * A1\n * A2\n* B\n* C\n\n---\n\nNested mixed lists \n\n* Item\n* Item\n 1. One\n 1. Two\n * Item\n * Item\n 1. Three\n 1. Four\n\n---\n\nTask list\n\n- [x] Write the press release\n- [ ] Update the website\n- [ ] Contact the media\n";
|
|
25
|
+
}, {
|
|
26
|
+
readonly label: "Paragraphs";
|
|
27
|
+
readonly value: "\nA paragraph is simply one or more consecutive lines of text, separated\nby one or more blank lines. (A blank line is any line that looks like a\nblank line -- a line containing nothing but spaces or tabs is considered\nblank.) Normal paragraphs should not be indented with spaces or tabs.\n\n---\n\nLine with a soft break\n...following line.\n\nLine with a hard break \n...following line.\n\n--- \n\nLine with several blank lines after...\n\n\n\n...following paragraph.\n";
|
|
28
|
+
}, {
|
|
29
|
+
readonly label: "Tables";
|
|
30
|
+
readonly value: "\nBasic Table\n\n| Syntax | Description |\n| ----------- | ----------- |\n| Header | Title |\n| Paragraph | Text |\n\n\n---\n\nTable with alignment\n\n| Syntax | Description | Test Text |\n| :--- | :----: | ---: |\n| Header | Title | Here's this |\n| Paragraph | Text | And more |\n";
|
|
31
|
+
}];
|
|
32
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ScalarMarkdown/samples/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBV,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: "\nParagraph with inline elements\n\nThis is a demo paragraph with **bold text**, _italic text_, a [link](https://example.com), and some `inline code` to show various Markdown inline elements.\n\n---\n\nLink\n\nThis is [an example](http://example.com/) inline link.\n\nThis [link](http://example.com/ \"Title\") has a title attribute.\n\n---\n\nEmphasis\n\n_single asterisks_\n\n_single underscores_\n\n**double asterisks**\n\n**double underscores**\n\n---\n\nInline Code\n\nUse the `printf()` function.\n\n---\n\nEmoji\n\n:sparkles:\n";
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=inline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inline.d.ts","sourceRoot":"","sources":["../../../../src/components/ScalarMarkdown/samples/inline.ts"],"names":[],"mappings":";AAAA,wBAoCC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: "\nUnordered list\n\n- Red\n- Green\n- Blue\n\n---\n\nUnordered list with mixed symbols\n\n- Red\n+ Green\n* Blue\n\n---\n\nOrdered list\n\n1. Bird\n1. McHale\n1. Parish\n\n---\n\nOrdered list with mixed numbers\n\n1. Bird\n3. McHale\n2. Parish\n\n---\n\nEscaped ordered list\n\n1994. Was a good year\n\n---\nList with blockquote\n\n* A list item with a blockquote:\n\n > This is a blockquote\n > inside a list item.\n\n---\n\nList with codeblock\n\n* A list item with a code block:\n\n <code goes here>\n\n---\n\nNested unordered lists \n\n* A\n * A1\n * A2\n* B\n* C\n\n---\n\nNested mixed lists \n\n* Item\n* Item\n 1. One\n 1. Two\n * Item\n * Item\n 1. Three\n 1. Four\n\n---\n\nTask list\n\n- [x] Write the press release\n- [ ] Update the website\n- [ ] Contact the media\n";
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=lists.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lists.d.ts","sourceRoot":"","sources":["../../../../src/components/ScalarMarkdown/samples/lists.ts"],"names":[],"mappings":";AAAA,wBAmFC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: "\nA paragraph is simply one or more consecutive lines of text, separated\nby one or more blank lines. (A blank line is any line that looks like a\nblank line -- a line containing nothing but spaces or tabs is considered\nblank.) Normal paragraphs should not be indented with spaces or tabs.\n\n---\n\nLine with a soft break\n...following line.\n\nLine with a hard break \n...following line.\n\n--- \n\nLine with several blank lines after...\n\n\n\n...following paragraph.\n";
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=paragraphs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paragraphs.d.ts","sourceRoot":"","sources":["../../../../src/components/ScalarMarkdown/samples/paragraphs.ts"],"names":[],"mappings":";AAAA,wBAqBC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: "\nBasic Table\n\n| Syntax | Description |\n| ----------- | ----------- |\n| Header | Title |\n| Paragraph | Text |\n\n\n---\n\nTable with alignment\n\n| Syntax | Description | Test Text |\n| :--- | :----: | ---: |\n| Header | Title | Here's this |\n| Paragraph | Text | And more |\n";
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=tables.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tables.d.ts","sourceRoot":"","sources":["../../../../src/components/ScalarMarkdown/samples/tables.ts"],"names":[],"mappings":";AAAA,wBAiBC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export type ScalarMarkdownProps = {
|
|
2
|
+
/**
|
|
3
|
+
* The markdown content to render.
|
|
4
|
+
*/
|
|
5
|
+
value?: string;
|
|
6
|
+
/**
|
|
7
|
+
* Whether to render images.
|
|
8
|
+
*
|
|
9
|
+
* @default false
|
|
10
|
+
*/
|
|
11
|
+
withImages?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Whether to add anchors to the headings.
|
|
14
|
+
*
|
|
15
|
+
* @default false
|
|
16
|
+
*/
|
|
17
|
+
withAnchors?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* A function to transform the markdown content.
|
|
20
|
+
*
|
|
21
|
+
* @see https://github.com/remarkjs/remark-rehype
|
|
22
|
+
*/
|
|
23
|
+
transform?: (node: Record<string, any>) => Record<string, any>;
|
|
24
|
+
/**
|
|
25
|
+
* The type of transform to apply.
|
|
26
|
+
*
|
|
27
|
+
* @see https://github.com/remarkjs/remark-rehype
|
|
28
|
+
*/
|
|
29
|
+
transformType?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The number of lines to truncate the content to.
|
|
32
|
+
*/
|
|
33
|
+
clamp?: number;
|
|
34
|
+
/**
|
|
35
|
+
* Whether to add anchors to the headings.
|
|
36
|
+
*/
|
|
37
|
+
anchorPrefix?: string;
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMarkdown/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC9D;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB,CAAA"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { HotKeyModifier } from '../ScalarHotkey/types';
|
|
2
|
+
import type { ScalarTooltipPlacement } from './types';
|
|
3
|
+
/**
|
|
4
|
+
* Scalar hotkey tooltip component
|
|
5
|
+
*
|
|
6
|
+
* Adds a tooltip to an interactive element with a hotkey, if
|
|
7
|
+
* you don't need to display a hotkey, use the ScalarTooltip
|
|
8
|
+
* component instead
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* <ScalarHotkeyTooltip content="Bold" hotkey="B" modifier="Meta">
|
|
12
|
+
* <ScalarButton>Make bold</ScalarButton>
|
|
13
|
+
* </ScalarHotkeyTooltip>
|
|
14
|
+
*/
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
16
|
+
content?: string;
|
|
17
|
+
hotkey: string;
|
|
18
|
+
modifier?: HotKeyModifier[];
|
|
19
|
+
delay?: number;
|
|
20
|
+
placement?: ScalarTooltipPlacement;
|
|
21
|
+
offset?: number;
|
|
22
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
23
|
+
content?: string;
|
|
24
|
+
hotkey: string;
|
|
25
|
+
modifier?: HotKeyModifier[];
|
|
26
|
+
delay?: number;
|
|
27
|
+
placement?: ScalarTooltipPlacement;
|
|
28
|
+
offset?: number;
|
|
29
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
30
|
+
default?(_: {}): any;
|
|
31
|
+
}>;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=ScalarHotkeyTooltip.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScalarHotkeyTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTooltip/ScalarHotkeyTooltip.vue"],"names":[],"mappings":"AA2GA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAE3D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAKrD;;;;;;;;;;;GAWG;;cAIS,MAAM;YACR,MAAM;eACH,cAAc,EAAE;YACnB,MAAM;gBACF,sBAAsB;aACzB,MAAM;;cALL,MAAM;YACR,MAAM;eACH,cAAc,EAAE;YACnB,MAAM;gBACF,sBAAsB;aACzB,MAAM;;qBAqGY,GAAG;;AA7GhC,wBA+IC;AAWD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { defineComponent as c, ref as i, computed as n, render as f, h as l, createElementBlock as m, openBlock as s, normalizeClass as u, renderSlot as h } from "vue";
|
|
2
|
+
import { DEFAULT_OFFSET as y, DEFAULT_DELAY as k } from "./constants.js";
|
|
3
|
+
import { useTooltip as p } from "./useTooltip.js";
|
|
4
|
+
import a from "../ScalarHotkey/ScalarHotkey.vue.js";
|
|
5
|
+
const T = {}, w = /* @__PURE__ */ c({
|
|
6
|
+
...T,
|
|
7
|
+
__name: "ScalarHotkeyTooltip",
|
|
8
|
+
props: {
|
|
9
|
+
content: { default: "" },
|
|
10
|
+
hotkey: {},
|
|
11
|
+
modifier: {},
|
|
12
|
+
delay: { default: () => k },
|
|
13
|
+
placement: { default: "top" },
|
|
14
|
+
offset: { default: () => y }
|
|
15
|
+
},
|
|
16
|
+
setup(e) {
|
|
17
|
+
const r = i(null), d = n(() => {
|
|
18
|
+
if (!document) return "";
|
|
19
|
+
const t = document.createElement("div"), o = "-m-0.5 border-none p-0 grid grid-flow-col *:border *:h-5 *:min-w-5 *:border-border-tooltip *:rounded *:px-1 *:flex *:items-center *:justify-center";
|
|
20
|
+
return e.content ? f(
|
|
21
|
+
l("div", { class: "flex items-center gap-2" }, [
|
|
22
|
+
e.content,
|
|
23
|
+
l(a, {
|
|
24
|
+
class: o,
|
|
25
|
+
hotkey: e.hotkey,
|
|
26
|
+
modifier: e.modifier
|
|
27
|
+
})
|
|
28
|
+
]),
|
|
29
|
+
t
|
|
30
|
+
) : f(
|
|
31
|
+
l(a, {
|
|
32
|
+
class: o,
|
|
33
|
+
hotkey: e.hotkey,
|
|
34
|
+
modifier: e.modifier
|
|
35
|
+
}),
|
|
36
|
+
t
|
|
37
|
+
), t.innerHTML;
|
|
38
|
+
});
|
|
39
|
+
return p({
|
|
40
|
+
content: d,
|
|
41
|
+
contentTarget: "innerHTML",
|
|
42
|
+
delay: n(() => e.delay),
|
|
43
|
+
placement: n(() => e.placement),
|
|
44
|
+
offset: n(() => e.offset),
|
|
45
|
+
targetRef: n(
|
|
46
|
+
() => {
|
|
47
|
+
var t, o;
|
|
48
|
+
return ((o = (t = r.value) == null ? void 0 : t.children) == null ? void 0 : o[0]) || r.value || void 0;
|
|
49
|
+
}
|
|
50
|
+
)
|
|
51
|
+
}), (t, o) => (s(), m("div", {
|
|
52
|
+
ref_key: "wrapperRef",
|
|
53
|
+
ref: r,
|
|
54
|
+
class: u({ contents: !!t.$slots.default })
|
|
55
|
+
}, [
|
|
56
|
+
h(t.$slots, "default")
|
|
57
|
+
], 2));
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
export {
|
|
61
|
+
w as default
|
|
62
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ScalarTooltipProps } from './types';
|
|
2
2
|
/**
|
|
3
3
|
* Scalar tooltip component
|
|
4
4
|
*
|
|
@@ -9,17 +9,7 @@ import type { ScalarTooltipPlacement } from './types';
|
|
|
9
9
|
* <ScalarButton>Hover Me</ScalarButton>
|
|
10
10
|
* </ScalarTooltip>
|
|
11
11
|
*/
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
13
|
-
content?: string;
|
|
14
|
-
delay?: number;
|
|
15
|
-
placement?: ScalarTooltipPlacement;
|
|
16
|
-
offset?: number;
|
|
17
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
18
|
-
content?: string;
|
|
19
|
-
delay?: number;
|
|
20
|
-
placement?: ScalarTooltipPlacement;
|
|
21
|
-
offset?: number;
|
|
22
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<ScalarTooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ScalarTooltipProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
23
13
|
default?(_: {}): any;
|
|
24
14
|
}>;
|
|
25
15
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScalarTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTooltip/ScalarTooltip.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ScalarTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTooltip/ScalarTooltip.vue"],"names":[],"mappings":"AAuEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAKjD;;;;;;;;;GASG;;qBA4D0B,GAAG;;AA3DhC,wBA6FC;AAWD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as ScalarTooltip } from './ScalarTooltip.vue.js';
|
|
2
|
-
export
|
|
2
|
+
export { default as ScalarHotkeyTooltip } from './ScalarHotkeyTooltip.vue.js';
|
|
3
|
+
export type { ScalarTooltipPlacement, PublicTooltipConfiguration as TooltipConfiguration, } from './types';
|
|
3
4
|
export { useTooltip } from './useTooltip.js';
|
|
4
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,2BAA2B,CAAA;AAE1E,YAAY,EACV,sBAAsB,EACtB,0BAA0B,IAAI,oBAAoB,GACnD,MAAM,SAAS,CAAA;AAChB,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -7,10 +7,45 @@ export type MaybeElement = Element | undefined | null;
|
|
|
7
7
|
export type ScalarTooltipPlacement = FloatingPlacement | undefined;
|
|
8
8
|
/** The configuration for the active tooltip */
|
|
9
9
|
export type TooltipConfiguration = {
|
|
10
|
+
/** The text content for the tooltip */
|
|
10
11
|
content: MaybeRef<string>;
|
|
12
|
+
/**
|
|
13
|
+
* Whether the content should be injected as innerHTML or as textContent
|
|
14
|
+
*
|
|
15
|
+
* FOR INTERNAL USE ONLY
|
|
16
|
+
*
|
|
17
|
+
* Should be used with caution and not to render user-provided content
|
|
18
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML
|
|
19
|
+
*
|
|
20
|
+
* @default 'textContent'
|
|
21
|
+
*/
|
|
22
|
+
contentTarget?: MaybeRef<'innerHTML' | 'textContent'>;
|
|
23
|
+
/**
|
|
24
|
+
* The placement for the tooltip
|
|
25
|
+
*
|
|
26
|
+
* @see https://floating-ui.com/docs/computeposition#placement
|
|
27
|
+
* */
|
|
11
28
|
placement?: MaybeRef<ScalarTooltipPlacement>;
|
|
29
|
+
/**
|
|
30
|
+
* The delay before showing the tooltip in milliseconds
|
|
31
|
+
*
|
|
32
|
+
* @default 300
|
|
33
|
+
*/
|
|
12
34
|
delay?: MaybeRef<number>;
|
|
35
|
+
/**
|
|
36
|
+
* The offset between the target and the tooltip in pixels
|
|
37
|
+
*
|
|
38
|
+
* @default 4
|
|
39
|
+
*/
|
|
13
40
|
offset?: MaybeRef<number>;
|
|
41
|
+
/** The target element ref */
|
|
14
42
|
targetRef: MaybeRef<MaybeElement>;
|
|
15
43
|
};
|
|
44
|
+
export type PublicTooltipConfiguration = Omit<TooltipConfiguration, 'contentTarget'>;
|
|
45
|
+
export type ScalarTooltipProps = {
|
|
46
|
+
content?: string;
|
|
47
|
+
delay?: number;
|
|
48
|
+
placement?: ScalarTooltipPlacement;
|
|
49
|
+
offset?: number;
|
|
50
|
+
};
|
|
16
51
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTooltip/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,IAAI,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AACtE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,yBAAyB;AACzB,MAAM,MAAM,KAAK,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAA;AAEjD,uCAAuC;AACvC,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,SAAS,GAAG,IAAI,CAAA;AAErD,MAAM,MAAM,sBAAsB,GAAG,iBAAiB,GAAG,SAAS,CAAA;AAElE,+CAA+C;AAC/C,MAAM,MAAM,oBAAoB,GAAG;IACjC,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;IACzB,SAAS,CAAC,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAA;IAC5C,KAAK,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;IACxB,MAAM,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;IACzB,SAAS,EAAE,QAAQ,CAAC,YAAY,CAAC,CAAA;CAClC,CAAA"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTooltip/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,IAAI,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AACtE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,yBAAyB;AACzB,MAAM,MAAM,KAAK,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAA;AAEjD,uCAAuC;AACvC,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,SAAS,GAAG,IAAI,CAAA;AAErD,MAAM,MAAM,sBAAsB,GAAG,iBAAiB,GAAG,SAAS,CAAA;AAElE,+CAA+C;AAC/C,MAAM,MAAM,oBAAoB,GAAG;IACjC,uCAAuC;IACvC,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;IACzB;;;;;;;;;OASG;IACH,aAAa,CAAC,EAAE,QAAQ,CAAC,WAAW,GAAG,aAAa,CAAC,CAAA;IACrD;;;;UAIM;IACN,SAAS,CAAC,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAA;IAC5C;;;;OAIG;IACH,KAAK,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;IACzB,6BAA6B;IAC7B,SAAS,EAAE,QAAQ,CAAC,YAAY,CAAC,CAAA;CAClC,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG,IAAI,CAAC,oBAAoB,EAAE,eAAe,CAAC,CAAA;AAEpF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,sBAAsB,CAAA;IAClC,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTooltip.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTooltip/useTooltip.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAS,oBAAoB,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"useTooltip.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTooltip/useTooltip.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAS,oBAAoB,EAAE,MAAM,SAAS,CAAA;AA4F1D;;;;GAIG;AACH,wBAAgB,wBAAwB,SA4BvC;AAED;;GAEG;AACH,wBAAgB,qBAAqB,SAGpC;AA2ED;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,oBAAoB,QAqDpD"}
|
|
@@ -1,75 +1,87 @@
|
|
|
1
|
-
import { useFloating as
|
|
2
|
-
import { watch as m, unref as
|
|
3
|
-
import { ELEMENT_ID as
|
|
4
|
-
const
|
|
1
|
+
import { useFloating as p, autoUpdate as y, flip as T, shift as g } from "@floating-ui/vue";
|
|
2
|
+
import { watch as m, unref as i, ref as E, computed as c } from "vue";
|
|
3
|
+
import { ELEMENT_ID as v, ELEMENT_CLASS as L, DEFAULT_DELAY as h, DEFAULT_OFFSET as b } from "./constants.js";
|
|
4
|
+
const d = E(), t = E(), s = E(), { floatingStyles: o } = p(
|
|
5
5
|
c(() => {
|
|
6
6
|
var e;
|
|
7
|
-
return
|
|
7
|
+
return i((e = s.value) == null ? void 0 : e.targetRef);
|
|
8
8
|
}),
|
|
9
9
|
t,
|
|
10
10
|
{
|
|
11
11
|
placement: c(() => {
|
|
12
12
|
var e;
|
|
13
|
-
return
|
|
13
|
+
return i((e = s.value) == null ? void 0 : e.placement);
|
|
14
14
|
}),
|
|
15
|
-
whileElementsMounted:
|
|
16
|
-
middleware: c(() => [
|
|
15
|
+
whileElementsMounted: y,
|
|
16
|
+
middleware: c(() => [T(), g()])
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
|
-
m(
|
|
20
|
-
t.value && (t.value.style.position =
|
|
19
|
+
m(o, () => {
|
|
20
|
+
t.value && (t.value.style.position = o.value.position, t.value.style.top = o.value.top, t.value.style.left = o.value.left, t.value.style.transform = o.value.transform ?? "", t.value.style.willChange = o.value.willChange ?? "");
|
|
21
21
|
});
|
|
22
22
|
m(
|
|
23
23
|
s,
|
|
24
24
|
(e) => {
|
|
25
25
|
if (t.value)
|
|
26
26
|
if (e) {
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
const l = i(e == null ? void 0 : e.contentTarget) ?? "textContent";
|
|
28
|
+
t.value[l] = i(e == null ? void 0 : e.content) ?? "";
|
|
29
|
+
const n = i(e == null ? void 0 : e.offset) ?? b;
|
|
29
30
|
t.value.style.setProperty("--scalar-tooltip-offset", `${n}px`), t.value.style.setProperty("display", "block");
|
|
30
31
|
} else
|
|
31
|
-
t.value.
|
|
32
|
+
t.value.innerHTML = "", t.value.style.removeProperty("--scalar-tooltip-offset"), t.value.style.setProperty("display", "none");
|
|
32
33
|
},
|
|
33
34
|
{ deep: !0 }
|
|
34
35
|
);
|
|
35
36
|
function A() {
|
|
36
37
|
if (typeof document > "u" || typeof window > "u" || t.value)
|
|
37
38
|
return;
|
|
38
|
-
const e = document.getElementById(
|
|
39
|
-
e ? t.value = e : (t.value = document.createElement("div"), t.value.role = "tooltip", t.value.id =
|
|
39
|
+
const e = document.getElementById(v);
|
|
40
|
+
e ? t.value = e : (t.value = document.createElement("div"), t.value.role = "tooltip", t.value.id = v, t.value.classList.add(L), t.value.classList.add("scalar-app"), t.value.style.setProperty("display", "none"), t.value.addEventListener("mouseleave", u), document.body.appendChild(t.value));
|
|
40
41
|
}
|
|
41
42
|
function u(e) {
|
|
42
|
-
|
|
43
|
+
M(e) && (f(), s.value = void 0);
|
|
43
44
|
}
|
|
44
|
-
function
|
|
45
|
+
function P(e) {
|
|
45
46
|
e.key === "Escape" && (e.stopPropagation(), u(e));
|
|
46
47
|
}
|
|
47
48
|
function f() {
|
|
48
|
-
|
|
49
|
+
d.value && (clearTimeout(d.value), d.value = void 0);
|
|
49
50
|
}
|
|
50
|
-
function
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
51
|
+
function w(e) {
|
|
52
|
+
const l = [];
|
|
53
|
+
let n = e.parentElement;
|
|
54
|
+
for (; n; )
|
|
55
|
+
l.push(n), n = n.parentElement;
|
|
56
|
+
return l;
|
|
57
|
+
}
|
|
58
|
+
function M(e) {
|
|
59
|
+
var n;
|
|
60
|
+
const l = i((n = s.value) == null ? void 0 : n.targetRef);
|
|
61
|
+
if (e instanceof MouseEvent && e.relatedTarget instanceof Element && l) {
|
|
62
|
+
const r = w(e.relatedTarget);
|
|
63
|
+
return e.relatedTarget.id !== v && !r.some((a) => a.id === v) && e.relatedTarget !== l;
|
|
64
|
+
}
|
|
65
|
+
return !0;
|
|
54
66
|
}
|
|
55
|
-
function
|
|
67
|
+
function F(e) {
|
|
56
68
|
A();
|
|
57
|
-
function
|
|
58
|
-
const
|
|
59
|
-
f(),
|
|
69
|
+
function l(r) {
|
|
70
|
+
const a = i(e.delay) ?? h;
|
|
71
|
+
f(), a > 0 ? d.value = setTimeout(() => n(), a) : n();
|
|
60
72
|
}
|
|
61
|
-
function
|
|
62
|
-
f(), document.addEventListener("keydown",
|
|
73
|
+
function n(r) {
|
|
74
|
+
f(), document.addEventListener("keydown", P, { once: !0, capture: !0 }), s.value = e;
|
|
63
75
|
}
|
|
64
76
|
m(
|
|
65
|
-
() =>
|
|
66
|
-
(
|
|
67
|
-
|
|
77
|
+
() => i(e.targetRef),
|
|
78
|
+
(r, a) => {
|
|
79
|
+
a && (a.removeEventListener("mouseenter", l), a.removeEventListener("mouseleave", u), a.removeEventListener("focus", n), a.removeEventListener("blur", u), a.removeAttribute("aria-describedby")), r && (r.addEventListener("mouseenter", l), r.addEventListener("mouseleave", u), r.addEventListener("focus", n), r.addEventListener("blur", u), r.setAttribute("aria-describedby", v));
|
|
68
80
|
},
|
|
69
81
|
{ immediate: !0 }
|
|
70
82
|
);
|
|
71
83
|
}
|
|
72
84
|
export {
|
|
73
85
|
A as initializeTooltipElement,
|
|
74
|
-
|
|
86
|
+
F as useTooltip
|
|
75
87
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export * from './components/ScalarFileUpload';
|
|
|
11
11
|
export * from './components/ScalarFloating';
|
|
12
12
|
export * from './components/ScalarForm';
|
|
13
13
|
export * from './components/ScalarHeader';
|
|
14
|
+
export * from './components/ScalarHotkey';
|
|
14
15
|
export * from './components/ScalarIcon';
|
|
15
16
|
export * from './components/ScalarIconButton';
|
|
16
17
|
export * from './components/ScalarListbox';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAA;AAEpB,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,oCAAoC,CAAA;AAClD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,kCAAkC,CAAA;AAChD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,0BAA0B,CAAA;AACxC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,kCAAkC,CAAA;AAChD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAE9C,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,MAAM,6BAA6B,CAAA;AAC7E,cAAc,WAAW,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAA;AAEpB,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,oCAAoC,CAAA;AAClD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,kCAAkC,CAAA;AAChD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,2BAA2B,CAAA;AACzC,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,0BAA0B,CAAA;AACxC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,kCAAkC,CAAA;AAChD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAE9C,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,MAAM,6BAA6B,CAAA;AAC7E,cAAc,WAAW,CAAA"}
|