@scalar/components 0.14.26 → 0.14.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/dist/components/ScalarButton/ScalarButton.vue.d.ts +9 -12
  2. package/dist/components/ScalarButton/ScalarButton.vue.d.ts.map +1 -1
  3. package/dist/components/ScalarButton/variants.d.ts +2 -2
  4. package/dist/components/ScalarCard/ScalarCard.vue.d.ts +3 -3
  5. package/dist/components/ScalarCard/ScalarCard.vue.d.ts.map +1 -1
  6. package/dist/components/ScalarCard/ScalarCardFooter.vue.d.ts +3 -3
  7. package/dist/components/ScalarCard/ScalarCardFooter.vue.d.ts.map +1 -1
  8. package/dist/components/ScalarCard/ScalarCardHeader.vue.d.ts +5 -4
  9. package/dist/components/ScalarCard/ScalarCardHeader.vue.d.ts.map +1 -1
  10. package/dist/components/ScalarCard/ScalarCardSection.vue.d.ts +3 -3
  11. package/dist/components/ScalarCard/ScalarCardSection.vue.d.ts.map +1 -1
  12. package/dist/components/ScalarCard/useCardHeading.d.ts.map +1 -1
  13. package/dist/components/ScalarCheckbox/ScalarCheckbox.vue.d.ts +6 -11
  14. package/dist/components/ScalarCheckbox/ScalarCheckbox.vue.d.ts.map +1 -1
  15. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts +1 -1
  16. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts.map +1 -1
  17. package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue.d.ts +1 -1
  18. package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue.d.ts.map +1 -1
  19. package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue.d.ts.map +1 -1
  20. package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.d.ts +4 -2
  21. package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.d.ts.map +1 -1
  22. package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.d.ts.map +1 -1
  23. package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts +9 -10
  24. package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts.map +1 -1
  25. package/dist/components/ScalarCombobox/ScalarCombobox.vue.js +31 -37
  26. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +10 -11
  27. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts.map +1 -1
  28. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.js +36 -40
  29. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts +9 -14
  30. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts.map +1 -1
  31. package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue.d.ts +8 -12
  32. package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue.d.ts.map +1 -1
  33. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts +8 -9
  34. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts.map +1 -1
  35. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.js +193 -5
  36. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue2.js +2 -166
  37. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts +3 -56
  38. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts.map +1 -1
  39. package/dist/components/ScalarCombobox/types.d.ts +9 -4
  40. package/dist/components/ScalarCombobox/types.d.ts.map +1 -1
  41. package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts +7 -11
  42. package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts.map +1 -1
  43. package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts +2 -13
  44. package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts.map +1 -1
  45. package/dist/components/ScalarDropdown/ScalarDropdown.vue.js +9 -9
  46. package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.d.ts +3 -3
  47. package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.d.ts.map +1 -1
  48. package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.js +2 -2
  49. package/dist/components/ScalarDropdown/ScalarDropdownButton.vue2.js +2 -2
  50. package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.d.ts.map +1 -1
  51. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts +3 -3
  52. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts.map +1 -1
  53. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.js +1 -1
  54. package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue.d.ts +3 -8
  55. package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue.d.ts.map +1 -1
  56. package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue.d.ts +5 -10
  57. package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue.d.ts.map +1 -1
  58. package/dist/components/ScalarFileUpload/ScalarFileUpload.vue.d.ts +17 -25
  59. package/dist/components/ScalarFileUpload/ScalarFileUpload.vue.d.ts.map +1 -1
  60. package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue.d.ts +3 -3
  61. package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue.d.ts.map +1 -1
  62. package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue.d.ts +3 -3
  63. package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue.d.ts.map +1 -1
  64. package/dist/components/ScalarFileUpload/ScalarFileUploadFileList.vue.d.ts +4 -2
  65. package/dist/components/ScalarFileUpload/ScalarFileUploadFileList.vue.d.ts.map +1 -1
  66. package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.d.ts +3 -3
  67. package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.d.ts.map +1 -1
  68. package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.d.ts +3 -3
  69. package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.d.ts.map +1 -1
  70. package/dist/components/ScalarFileUpload/ScalarFileUploadLoading.vue.d.ts.map +1 -1
  71. package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts +14 -35
  72. package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts.map +1 -1
  73. package/dist/components/ScalarFloating/ScalarFloating.vue.js +3 -3
  74. package/dist/components/ScalarFloating/ScalarFloatingBackdrop.vue.d.ts +3 -3
  75. package/dist/components/ScalarFloating/ScalarFloatingBackdrop.vue.d.ts.map +1 -1
  76. package/dist/components/ScalarFloating/types.d.ts +2 -0
  77. package/dist/components/ScalarFloating/types.d.ts.map +1 -1
  78. package/dist/components/ScalarForm/ScalarForm.vue.d.ts +3 -3
  79. package/dist/components/ScalarForm/ScalarForm.vue.d.ts.map +1 -1
  80. package/dist/components/ScalarForm/ScalarFormError.vue.d.ts +5 -10
  81. package/dist/components/ScalarForm/ScalarFormError.vue.d.ts.map +1 -1
  82. package/dist/components/ScalarForm/ScalarFormField.vue.d.ts +7 -5
  83. package/dist/components/ScalarForm/ScalarFormField.vue.d.ts.map +1 -1
  84. package/dist/components/ScalarForm/ScalarFormSection.vue.d.ts.map +1 -1
  85. package/dist/components/ScalarHeader/ScalarHeader.vue.d.ts +2 -9
  86. package/dist/components/ScalarHeader/ScalarHeader.vue.d.ts.map +1 -1
  87. package/dist/components/ScalarHeader/ScalarHeaderButton.vue.d.ts +3 -6
  88. package/dist/components/ScalarHeader/ScalarHeaderButton.vue.d.ts.map +1 -1
  89. package/dist/components/ScalarHotkey/ScalarHotkey.vue.d.ts.map +1 -1
  90. package/dist/components/ScalarIcon/IconList.vue.d.ts.map +1 -1
  91. package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts.map +1 -1
  92. package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.d.ts.map +1 -1
  93. package/dist/components/ScalarIcon/utils/index.d.ts.map +1 -1
  94. package/dist/components/ScalarIcon/variants.d.ts +2 -2
  95. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts +1 -3
  96. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts.map +1 -1
  97. package/dist/components/ScalarIconButton/variants.d.ts +2 -2
  98. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts +8 -20
  99. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts.map +1 -1
  100. package/dist/components/ScalarListbox/ScalarListbox.vue.js +29 -24
  101. package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.d.ts +1 -1
  102. package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.d.ts.map +1 -1
  103. package/dist/components/ScalarListbox/ScalarListboxItem.vue.d.ts.map +1 -1
  104. package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts.map +1 -1
  105. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts +1 -3
  106. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts.map +1 -1
  107. package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue.d.ts +11 -45
  108. package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue.d.ts.map +1 -1
  109. package/dist/components/ScalarMarkdown/samples/document.d.ts +1 -1
  110. package/dist/components/ScalarMenu/ScalarMenu.vue.d.ts +12 -27
  111. package/dist/components/ScalarMenu/ScalarMenu.vue.d.ts.map +1 -1
  112. package/dist/components/ScalarMenu/ScalarMenuButton.vue.d.ts +3 -9
  113. package/dist/components/ScalarMenu/ScalarMenuButton.vue.d.ts.map +1 -1
  114. package/dist/components/ScalarMenu/ScalarMenuLink.vue.d.ts +5 -10
  115. package/dist/components/ScalarMenu/ScalarMenuLink.vue.d.ts.map +1 -1
  116. package/dist/components/ScalarMenu/ScalarMenuProduct.vue.d.ts +5 -10
  117. package/dist/components/ScalarMenu/ScalarMenuProduct.vue.d.ts.map +1 -1
  118. package/dist/components/ScalarMenu/ScalarMenuProducts.vue.d.ts.map +1 -1
  119. package/dist/components/ScalarMenu/ScalarMenuResources.vue.d.ts.map +1 -1
  120. package/dist/components/ScalarMenu/ScalarMenuSection.vue.d.ts +5 -10
  121. package/dist/components/ScalarMenu/ScalarMenuSection.vue.d.ts.map +1 -1
  122. package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.d.ts.map +1 -1
  123. package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue.d.ts.map +1 -1
  124. package/dist/components/ScalarModal/ScalarModal.vue.d.ts +5 -4
  125. package/dist/components/ScalarModal/ScalarModal.vue.d.ts.map +1 -1
  126. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts +3 -9
  127. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts.map +1 -1
  128. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts +6 -6
  129. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts.map +1 -1
  130. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts +11 -13
  131. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts.map +1 -1
  132. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts +7 -11
  133. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts.map +1 -1
  134. package/dist/components/ScalarSidebar/ScalarSidebar.vue.d.ts +3 -3
  135. package/dist/components/ScalarSidebar/ScalarSidebar.vue.d.ts.map +1 -1
  136. package/dist/components/ScalarSidebar/ScalarSidebarButton.vue.d.ts +2 -2
  137. package/dist/components/ScalarSidebar/ScalarSidebarButton.vue.d.ts.map +1 -1
  138. package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue.d.ts +2 -9
  139. package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue.d.ts.map +1 -1
  140. package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue.d.ts +6 -20
  141. package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue.d.ts.map +1 -1
  142. package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.d.ts +3 -12
  143. package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.d.ts.map +1 -1
  144. package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue.d.ts.map +1 -1
  145. package/dist/components/ScalarSidebar/ScalarSidebarItem.vue.d.ts +2 -2
  146. package/dist/components/ScalarSidebar/ScalarSidebarItem.vue.d.ts.map +1 -1
  147. package/dist/components/ScalarSidebar/ScalarSidebarItems.vue.d.ts +3 -3
  148. package/dist/components/ScalarSidebar/ScalarSidebarItems.vue.d.ts.map +1 -1
  149. package/dist/components/ScalarSidebar/ScalarSidebarNestedItems.vue.d.ts +6 -23
  150. package/dist/components/ScalarSidebar/ScalarSidebarNestedItems.vue.d.ts.map +1 -1
  151. package/dist/components/ScalarSidebar/ScalarSidebarPlayground.vue.d.ts +14 -17
  152. package/dist/components/ScalarSidebar/ScalarSidebarPlayground.vue.d.ts.map +1 -1
  153. package/dist/components/ScalarSidebar/ScalarSidebarSearchButton.vue.d.ts +7 -11
  154. package/dist/components/ScalarSidebar/ScalarSidebarSearchButton.vue.d.ts.map +1 -1
  155. package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.vue.d.ts +4 -4
  156. package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.vue.d.ts.map +1 -1
  157. package/dist/components/ScalarSidebar/ScalarSidebarSection.vue.d.ts +2 -7
  158. package/dist/components/ScalarSidebar/ScalarSidebarSection.vue.d.ts.map +1 -1
  159. package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue.d.ts.map +1 -1
  160. package/dist/components/ScalarSidebar/useSidebarGroups.d.ts.map +1 -1
  161. package/dist/components/ScalarSidebar/useSidebarNestedItems.d.ts +3 -1
  162. package/dist/components/ScalarSidebar/useSidebarNestedItems.d.ts.map +1 -1
  163. package/dist/components/ScalarTeleport/ScalarTeleport.vue.d.ts +3 -6
  164. package/dist/components/ScalarTeleport/ScalarTeleport.vue.d.ts.map +1 -1
  165. package/dist/components/ScalarTeleport/ScalarTeleportRoot.vue.d.ts +3 -6
  166. package/dist/components/ScalarTeleport/ScalarTeleportRoot.vue.d.ts.map +1 -1
  167. package/dist/components/ScalarTeleport/useTeleport.d.ts.map +1 -1
  168. package/dist/components/ScalarTextArea/ScalarTextArea.vue.d.ts +2 -2
  169. package/dist/components/ScalarTextArea/ScalarTextArea.vue.d.ts.map +1 -1
  170. package/dist/components/ScalarTextInput/ScalarTextInput.vue.d.ts +11 -8
  171. package/dist/components/ScalarTextInput/ScalarTextInput.vue.d.ts.map +1 -1
  172. package/dist/components/ScalarToggle/ScalarToggle.vue.d.ts +1 -1
  173. package/dist/components/ScalarToggle/ScalarToggle.vue.d.ts.map +1 -1
  174. package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue.d.ts +4 -4
  175. package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue.d.ts.map +1 -1
  176. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts +3 -3
  177. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts.map +1 -1
  178. package/dist/components/ScalarTooltip/constants.d.ts.map +1 -1
  179. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts +1 -1
  180. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts.map +1 -1
  181. package/dist/docs/useBindCx/MockComponent.d.ts +2 -2
  182. package/dist/style.css +1 -1
  183. package/package.json +6 -6
  184. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue3.js +0 -4
@@ -1,28 +1,25 @@
1
1
  type __VLS_Props = {
2
2
  indent: number;
3
3
  };
4
- type __VLS_PublicProps = {
4
+ type __VLS_PublicProps = __VLS_Props & {
5
5
  'selected'?: string;
6
- } & __VLS_Props;
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: {
10
- search?(_: {}): any;
11
- default?(_: {}): any;
12
- footer?(_: {}): any;
13
- };
14
- refs: {};
15
- rootEl: HTMLDivElement;
16
6
  };
17
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
7
+ declare var __VLS_4: {}, __VLS_9: {}, __VLS_11: {};
8
+ type __VLS_Slots = {} & {
9
+ search?: (props: typeof __VLS_4) => any;
10
+ } & {
11
+ default?: (props: typeof __VLS_9) => any;
12
+ } & {
13
+ footer?: (props: typeof __VLS_11) => any;
14
+ };
18
15
  declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
- "update:selected": (value: string) => any;
16
+ "update:selected": (value: string | undefined) => any;
20
17
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
21
- "onUpdate:selected"?: ((value: string) => any) | undefined;
22
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
23
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ "onUpdate:selected"?: ((value: string | undefined) => any) | undefined;
19
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
24
21
  export default _default;
25
- type __VLS_WithTemplateSlots<T, S> = T & {
22
+ type __VLS_WithSlots<T, S> = T & {
26
23
  new (): {
27
24
  $slots: S;
28
25
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSidebarPlayground.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarPlayground.vue"],"names":[],"mappings":"AAkDA,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AAaF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAyGT,OAAO,IAA6B;;wBAVtB,GAAG;yBACD,GAAG;wBACJ,GAAG;;;;EAa/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ScalarSidebarPlayground.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarPlayground.vue"],"names":[],"mappings":"AAgDA,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AASF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAgGF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAChE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAwB/C,QAAA,MAAM,eAAe;;;;kFAOnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,20 +1,16 @@
1
1
  type __VLS_Props = {
2
2
  hotKey?: string;
3
3
  };
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: {
7
- default?(_: {}): any;
8
- shortcut?(_: {}): any;
9
- };
10
- refs: {};
11
- rootEl: any;
4
+ declare var __VLS_5: {}, __VLS_7: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_5) => any;
7
+ } & {
8
+ shortcut?: (props: typeof __VLS_7) => any;
12
9
  };
13
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
10
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
12
  export default _default;
17
- type __VLS_WithTemplateSlots<T, S> = T & {
13
+ type __VLS_WithSlots<T, S> = T & {
18
14
  new (): {
19
15
  $slots: S;
20
16
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSidebarSearchButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarSearchButton.vue"],"names":[],"mappings":"AA0CA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAC;AAWF,iBAAS,cAAc;WAkET,OAAO,IAA6B;;yBATrB,GAAG;0BACF,GAAG;;;;EAahC;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ScalarSidebarSearchButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarSearchButton.vue"],"names":[],"mappings":"AAwCA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAC;AA+DF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAqBhD,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -4,13 +4,13 @@ type __VLS_Props = {
4
4
  loading?: LoadingState;
5
5
  label?: string;
6
6
  };
7
- type __VLS_PublicProps = {
7
+ type __VLS_PublicProps = __VLS_Props & {
8
8
  modelValue?: string;
9
- } & __VLS_Props;
9
+ };
10
10
  declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- "update:modelValue": (value: string) => any;
11
+ "update:modelValue": (value: string | undefined) => any;
12
12
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
13
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
13
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
14
14
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  export default _default;
16
16
  //# sourceMappingURL=ScalarSidebarSearchInput.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSidebarSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarSearchInput.vue"],"names":[],"mappings":"AA0EA,OAAO,EAAE,KAAK,YAAY,EAAiB,MAAM,kBAAkB,CAAA;AAInE,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,OAAO,CAAC,EAAE,YAAY,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AA4BF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;AAwHhB,wBAOG"}
1
+ {"version":3,"file":"ScalarSidebarSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarSearchInput.vue"],"names":[],"mappings":"AA0EA,OAAO,EAAE,KAAK,YAAY,EAAiB,MAAM,kBAAkB,CAAA;AAEnE,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,OAAO,CAAC,EAAE,YAAY,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAwBF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;AA4HF,wBAOG"}
@@ -17,19 +17,14 @@ import type { ScalarSidebarItemProps } from './types';
17
17
  * </template>
18
18
  * </ScalarSidebarSection>
19
19
  */
20
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<ScalarSidebarItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ScalarSidebarItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{
21
- /** The text content of the toggle */
22
- default?(): unknown;
23
- /** The list of sidebar subitems */
24
- items?(): unknown;
25
- }> & {
20
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ScalarSidebarItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ScalarSidebarItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
26
21
  /** The text content of the toggle */
27
22
  default?(): unknown;
28
23
  /** The list of sidebar subitems */
29
24
  items?(): unknown;
30
25
  }>;
31
26
  export default _default;
32
- type __VLS_WithTemplateSlots<T, S> = T & {
27
+ type __VLS_WithSlots<T, S> = T & {
33
28
  new (): {
34
29
  $slots: S;
35
30
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSidebarSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarSection.vue"],"names":[],"mappings":"AA0FA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAKrD;;;;;;;;;;;;;;;;;GAiBG;;IAQD,qCAAqC;gBACzB,OAAO;IACnB,mCAAmC;cACzB,OAAO;;IAHjB,qCAAqC;gBACzB,OAAO;IACnB,mCAAmC;cACzB,OAAO;;AAVnB,wBAuHC;AAWD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ScalarSidebarSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarSection.vue"],"names":[],"mappings":"AA0FA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAIrD;;;;;;;;;;;;;;;;;GAiBG;;IAMD,qCAAqC;gBACzB,OAAO;IACnB,mCAAmC;cACzB,OAAO;;AARnB,wBA0HC;AAOD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSidebarSpacer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarSpacer.vue"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;AAI3D;;;;;;;;;GASG;;aAG2B,iBAAiB;;aAAjB,iBAAiB;;AAF/C,wBA2EC"}
1
+ {"version":3,"file":"ScalarSidebarSpacer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarSpacer.vue"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;AAG3D;;;;;;;;;GASG;;aAE2B,iBAAiB;;aAAjB,iBAAiB;;AAD/C,wBAuDC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useSidebarGroups.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/useSidebarGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAmB,MAAM,KAAK,CAAA;AAExD,KAAK,mBAAmB,GAAG;IACzB,gDAAgD;IAChD,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,CAAA;AAED;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;AAEzD;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,EAAe,YAAY,CAAC,iBAAiB,CAAC,CAAA;AAEhF;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,aAAa,mBAAmB;;CAc5D,CAAA"}
1
+ {"version":3,"file":"useSidebarGroups.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/useSidebarGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAmB,MAAM,KAAK,CAAA;AAExD,KAAK,mBAAmB,GAAG;IACzB,gDAAgD;IAChD,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,CAAA;AAED;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;AAEzD;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,EAAe,YAAY,CAAC,iBAAiB,CAAC,CAAA;AAEhF;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,GAAI,UAAS,mBAAwB;;CAcjE,CAAA"}
@@ -8,7 +8,9 @@ export declare const SIDEBAR_NESTED_ITEMS_SYMBOL: InjectionKey<Ref<Ref<boolean>[
8
8
  /**
9
9
  * Get the open / closed model for the nearest nested child items
10
10
  */
11
- export declare const useSidebarNestedItem: (open: Ref<boolean>) => void;
11
+ export declare const useSidebarNestedItem: (
12
+ /** The model defining the open state of the current nested items */
13
+ open: Ref<boolean>) => void;
12
14
  /**
13
15
  * Get whether or not any nested child items are open
14
16
  */
@@ -1 +1 @@
1
- {"version":3,"file":"useSidebarNestedItems.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/useSidebarNestedItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmD,KAAK,YAAY,EAAE,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAElG;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,EAAe,YAAY,CAAC,GAAG,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAA;AAExF;;GAEG;AACH,eAAO,MAAM,oBAAoB,SAEzB,GAAG,CAAC,OAAO,CAAC,SAYnB,CAAA;AACD;;GAEG;AACH,eAAO,MAAM,qBAAqB;IAO9B,qDAAqD;;CAGxD,CAAA"}
1
+ {"version":3,"file":"useSidebarNestedItems.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/useSidebarNestedItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmD,KAAK,YAAY,EAAE,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAElG;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,EAAe,YAAY,CAAC,GAAG,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAA;AAExF;;GAEG;AACH,eAAO,MAAM,oBAAoB;AAC/B,oEAAoE;AACpE,MAAM,GAAG,CAAC,OAAO,CAAC,SAYnB,CAAA;AACD;;GAEG;AACH,eAAO,MAAM,qBAAqB;IAO9B,qDAAqD;;CAGxD,CAAA"}
@@ -12,7 +12,7 @@ import type { TeleportProps } from 'vue';
12
12
  * <div>Teleported Content</div>
13
13
  * </ScalarTeleport>
14
14
  */
15
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
15
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
16
16
  /**
17
17
  * Override the default teleport target
18
18
  */
@@ -42,15 +42,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
42
42
  * Whether to disable teleportation
43
43
  */
44
44
  disabled?: TeleportProps["disabled"];
45
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{
46
- /** The element to be teleported */
47
- default(): unknown;
48
- }> & {
45
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
49
46
  /** The element to be teleported */
50
47
  default(): unknown;
51
48
  }>;
52
49
  export default _default;
53
- type __VLS_WithTemplateSlots<T, S> = T & {
50
+ type __VLS_WithSlots<T, S> = T & {
54
51
  new (): {
55
52
  $slots: S;
56
53
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarTeleport.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTeleport/ScalarTeleport.vue"],"names":[],"mappings":"AA8DA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,KAAK,CAAA;AAMxC;;;;;;;;;;;;GAYG;;IAID;;OAEG;SACE,aAAa,CAAC,IAAI,CAAC;IACxB;;;;OAIG;gBACS,OAAO;IACnB;;OAEG;eACQ,aAAa,CAAC,UAAU,CAAC;;IAbpC;;OAEG;SACE,aAAa,CAAC,IAAI,CAAC;IACxB;;;;OAIG;gBACS,OAAO;IACnB;;OAEG;eACQ,aAAa,CAAC,UAAU,CAAC;;IAKpC,mCAAmC;eACxB,OAAO;;IADlB,mCAAmC;eACxB,OAAO;;AAtBpB,wBAkGC;AAWD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ScalarTeleport.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTeleport/ScalarTeleport.vue"],"names":[],"mappings":"AA8DA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,KAAK,CAAA;AAKxC;;;;;;;;;;;;GAYG;;IAGD;;OAEG;SACE,aAAa,CAAC,IAAI,CAAC;IACxB;;;;OAIG;gBACS,OAAO;IACnB;;OAEG;eACQ,aAAa,CAAC,UAAU,CAAC;;IAbpC;;OAEG;SACE,aAAa,CAAC,IAAI,CAAC;IACxB;;;;OAIG;gBACS,OAAO;IACnB;;OAEG;eACQ,aAAa,CAAC,UAAU,CAAC;;IAKpC,mCAAmC;eACxB,OAAO;;AArBpB,wBAwFC;AAOD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -12,7 +12,7 @@
12
12
  * ...
13
13
  * </ScalarTeleportRoot>
14
14
  */
15
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
15
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
16
16
  /**
17
17
  * Override the default teleport target id
18
18
  */
@@ -22,15 +22,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
22
22
  * Override the default teleport target id
23
23
  */
24
24
  id?: string;
25
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{
26
- /** The content which contains <ScalarTeleports> */
27
- default(): unknown;
28
- }> & {
25
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
29
26
  /** The content which contains <ScalarTeleports> */
30
27
  default(): unknown;
31
28
  }>;
32
29
  export default _default;
33
- type __VLS_WithTemplateSlots<T, S> = T & {
30
+ type __VLS_WithSlots<T, S> = T & {
34
31
  new (): {
35
32
  $slots: S;
36
33
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarTeleportRoot.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTeleport/ScalarTeleportRoot.vue"],"names":[],"mappings":"AAgDA;;;;;;;;;;;;;GAaG;;IAID;;OAEG;SACE,MAAM;;IAHX;;OAEG;SACE,MAAM;;IAKX,mDAAmD;eACxC,OAAO;;IADlB,mDAAmD;eACxC,OAAO;;AAZpB,wBAiFC;AAWD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ScalarTeleportRoot.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTeleport/ScalarTeleportRoot.vue"],"names":[],"mappings":"AA+CA;;;;;;;;;;;;;GAaG;;IAGD;;OAEG;SACE,MAAM;;IAHX;;OAEG;SACE,MAAM;;IAKX,mDAAmD;eACxC,OAAO;;AAXpB,wBA8DC;AAOD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useTeleport.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTeleport/useTeleport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,YAAY,EAAmB,MAAM,KAAK,CAAA;AAExD;;GAEG;AACH,eAAO,MAAM,eAAe,EAAe,YAAY,CAAC,MAAM,CAAC,CAAA;AAE/D;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,cAAwC,CAAA;AAEhE;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,QAAS,MAAM,WAI7C,CAAA"}
1
+ {"version":3,"file":"useTeleport.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTeleport/useTeleport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,YAAY,EAAmB,MAAM,KAAK,CAAA;AAExD;;GAEG;AACH,eAAO,MAAM,eAAe,EAAe,YAAY,CAAC,MAAM,CAAC,CAAA;AAE/D;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,cAAwC,CAAA;AAEhE;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,GAAI,KAAK,MAAM,WAI7C,CAAA"}
@@ -9,11 +9,11 @@
9
9
  declare const _default: import("vue").DefineComponent<{
10
10
  modelValue?: string;
11
11
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
- "update:modelValue": (value: string) => any;
12
+ "update:modelValue": (value: string | undefined) => any;
13
13
  }, string, import("vue").PublicProps, Readonly<{
14
14
  modelValue?: string;
15
15
  }> & Readonly<{
16
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
16
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
17
17
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
18
  export default _default;
19
19
  //# sourceMappingURL=ScalarTextArea.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarTextArea.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTextArea/ScalarTextArea.vue"],"names":[],"mappings":"AAsDA;;;;;;;GAOG;;iBA0BU,MAAM;;;;iBAAN,MAAM;;;;AAzBnB,wBA0GC"}
1
+ {"version":3,"file":"ScalarTextArea.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTextArea/ScalarTextArea.vue"],"names":[],"mappings":"AAqDA;;;;;;;GAOG;;iBAsBU,MAAM;;;;iBAAN,MAAM;;;;AArBnB,wBAyFC"}
@@ -6,22 +6,25 @@
6
6
  * @example
7
7
  * <ScalarTextInput v-model="model" />
8
8
  */
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
9
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
10
10
  modelValue?: string;
11
11
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
- "update:modelValue": (value: string) => any;
12
+ "update:modelValue": (value: string | undefined) => any;
13
13
  }, string, import("vue").PublicProps, Readonly<{
14
14
  modelValue?: string;
15
15
  }> & Readonly<{
16
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
16
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
17
17
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
18
- prefix?(_: {}): any;
19
- prefix?(_: {}): any;
20
- suffix?(_: {}): any;
21
- aside?(_: {}): any;
18
+ prefix?: (props: {}) => any;
19
+ } & {
20
+ prefix?: (props: {}) => any;
21
+ } & {
22
+ suffix?: (props: {}) => any;
23
+ } & {
24
+ aside?: (props: {}) => any;
22
25
  }>;
23
26
  export default _default;
24
- type __VLS_WithTemplateSlots<T, S> = T & {
27
+ type __VLS_WithSlots<T, S> = T & {
25
28
  new (): {
26
29
  $slots: S;
27
30
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarTextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTextInput/ScalarTextInput.vue"],"names":[],"mappings":"AAwEA;;;;;;;GAOG;;iBAuBU,MAAM;;;;iBAAN,MAAM;;;;oBAuFS,GAAG;oBACH,GAAG;oBACH,GAAG;mBACJ,GAAG;;AAhH9B,wBAsJC;AAWD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ScalarTextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTextInput/ScalarTextInput.vue"],"names":[],"mappings":"AAuEA;;;;;;;GAOG;;iBAmBU,MAAM;;;;iBAAN,MAAM;;;;aA0FN,CAAC,KAAK,IAAgB,KAAK,GAAG;;aAC9B,CAAC,KAAK,IAAgB,KAAK,GAAG;;aAC9B,CAAC,KAAK,IAAgB,KAAK,GAAG;;YAC/B,CAAC,KAAK,IAAgB,KAAK,GAAG;;AA/G1C,wBAkJC;AAOD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -7,6 +7,6 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
7
7
  "update:modelValue": (value: boolean) => any;
8
8
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
9
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLButtonElement>;
10
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
11
  export default _default;
12
12
  //# sourceMappingURL=ScalarToggle.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarToggle/ScalarToggle.vue"],"names":[],"mappings":"AAoDA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;;;;;AAkGF,wBAQG"}
1
+ {"version":3,"file":"ScalarToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarToggle/ScalarToggle.vue"],"names":[],"mappings":"AAkDA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;;;;;AAuFF,wBAOG"}
@@ -12,7 +12,7 @@ import type { ScalarTooltipPlacement } from './types';
12
12
  * <ScalarButton>Make bold</ScalarButton>
13
13
  * </ScalarHotkeyTooltip>
14
14
  */
15
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
15
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
16
16
  content?: string;
17
17
  hotkey: string;
18
18
  modifier?: HotKeyModifier[];
@@ -26,11 +26,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
26
26
  delay?: number;
27
27
  placement?: ScalarTooltipPlacement;
28
28
  offset?: number;
29
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>, {
30
- default?(_: {}): any;
29
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
30
+ default?: (props: {}) => any;
31
31
  }>;
32
32
  export default _default;
33
- type __VLS_WithTemplateSlots<T, S> = T & {
33
+ type __VLS_WithSlots<T, S> = T & {
34
34
  new (): {
35
35
  $slots: S;
36
36
  };
@@ -1 +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"}
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;AAIrD;;;;;;;;;;;GAWG;;cAGS,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;;cAqFH,CAAC,KAAK,IAAgB,KAAK,GAAG;;AA5F5C,wBA0HC;AAOD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -9,11 +9,11 @@ import type { ScalarTooltipProps } from './types';
9
9
  * <ScalarButton>Hover Me</ScalarButton>
10
10
  * </ScalarTooltip>
11
11
  */
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>, {
13
- default?(_: {}): any;
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ScalarTooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ScalarTooltipProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
13
+ default?: (props: {}) => any;
14
14
  }>;
15
15
  export default _default;
16
- type __VLS_WithTemplateSlots<T, S> = T & {
16
+ type __VLS_WithSlots<T, S> = T & {
17
17
  new (): {
18
18
  $slots: S;
19
19
  };
@@ -1 +1 @@
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
+ {"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;AAIjD;;;;;;;;;GASG;;cA2CW,CAAC,KAAK,IAAgB,KAAK,GAAG;;AA1C5C,wBAwEC;AAOD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTooltip/constants.ts"],"names":[],"mappings":"AAAA,iEAAiE;AACjE,eAAO,MAAM,UAAU,kBAA4B,CAAA;AAEnD,4CAA4C;AAC5C,eAAO,MAAM,aAAa,kBAA4B,CAAA;AAEtD,wCAAwC;AACxC,eAAO,MAAM,aAAa,KAAe,CAAA;AAEzC,yCAAyC;AACzC,eAAO,MAAM,cAAc,GAAa,CAAA"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTooltip/constants.ts"],"names":[],"mappings":"AAAA,iEAAiE;AACjE,eAAO,MAAM,UAAU,EAAG,gBAAyB,CAAA;AAEnD,4CAA4C;AAC5C,eAAO,MAAM,aAAa,EAAG,gBAAyB,CAAA;AAEtD,wCAAwC;AACxC,eAAO,MAAM,aAAa,EAAG,GAAY,CAAA;AAEzC,yCAAyC;AACzC,eAAO,MAAM,cAAc,EAAG,CAAU,CAAA"}
@@ -15,6 +15,6 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
15
15
  containerClass: string;
16
16
  contentClass: string;
17
17
  lineClass: string;
18
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
19
  export default _default;
20
20
  //# sourceMappingURL=ScalarVirtualText.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarVirtualText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarVirtualText/ScalarVirtualText.vue"],"names":[],"mappings":"AA8HA,KAAK,WAAW,GAAG;IACf,sBAAsB;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;;gBAJa,MAAM;oBACF,MAAM;kBACR,MAAM;eACT,MAAM;;AAmKtB,wBAQG"}
1
+ {"version":3,"file":"ScalarVirtualText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarVirtualText/ScalarVirtualText.vue"],"names":[],"mappings":"AA4HA,KAAK,WAAW,GAAG;IACf,sBAAsB;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;;gBAJa,MAAM;oBACF,MAAM;kBACR,MAAM;eACT,MAAM;;AA0JtB,wBAOG"}
@@ -11,7 +11,7 @@ export declare const MockComponent: import("vue").DefineComponent<import("vue").
11
11
  variants: (props?: ({
12
12
  active?: boolean | undefined;
13
13
  } & ({
14
- class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
14
+ class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
15
15
  [x: string]: any;
16
16
  } | null | undefined)[] | {
17
17
  [x: string]: any;
@@ -39,7 +39,7 @@ export declare const MockComponent: import("vue").DefineComponent<import("vue").
39
39
  className?: never;
40
40
  } | {
41
41
  class?: never;
42
- className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
42
+ className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
43
43
  [x: string]: any;
44
44
  } | null | undefined)[] | {
45
45
  [x: string]: any;