@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
@@ -6,19 +6,14 @@ type __VLS_Props = {
6
6
  icon?: Icon | ScalarIconComponent;
7
7
  strong?: boolean;
8
8
  };
9
- declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
- slots: {
12
- default?(_: {}): any;
13
- };
14
- refs: {};
15
- rootEl: any;
9
+ declare var __VLS_10: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_10) => any;
16
12
  };
17
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
13
  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>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
20
15
  export default _default;
21
- type __VLS_WithTemplateSlots<T, S> = T & {
16
+ type __VLS_WithSlots<T, S> = T & {
22
17
  new (): {
23
18
  $slots: S;
24
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarMenuLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuLink.vue"],"names":[],"mappings":"AAuCA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAGpC,OAAO,EAAE,KAAK,IAAI,EAA2B,MAAM,eAAe,CAAA;AAIlE,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,mBAAmB,CAAA;IACjC,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;AASF,iBAAS,cAAc;WAgET,OAAO,IAA6B;;yBARpB,GAAG;;;;EAahC;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,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":"ScalarMenuLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuLink.vue"],"names":[],"mappings":"AAuCA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAGpC,OAAO,EAAE,KAAK,IAAI,EAA2B,MAAM,eAAe,CAAA;AAElE,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,mBAAmB,CAAA;IACjC,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;AAgEF,QAAA,IAAI,QAAQ,IAAW,CAAE;AACzB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,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"}
@@ -6,19 +6,14 @@ type __VLS_Props = {
6
6
  selected?: boolean;
7
7
  icon: Icon | ScalarIconComponent;
8
8
  };
9
- declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
- slots: {
12
- default?(_: {}): any;
13
- };
14
- refs: {};
15
- rootEl: any;
9
+ declare var __VLS_6: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_6) => any;
16
12
  };
17
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
13
  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>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
20
15
  export default _default;
21
- type __VLS_WithTemplateSlots<T, S> = T & {
16
+ type __VLS_WithSlots<T, S> = T & {
22
17
  new (): {
23
18
  $slots: S;
24
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarMenuProduct.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuProduct.vue"],"names":[],"mappings":"AAwCA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAG9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAEpC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAKlC,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,EAAE,IAAI,GAAG,mBAAmB,CAAA;CACjC,CAAC;AAsBF,iBAAS,cAAc;WAyCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAWD,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":"ScalarMenuProduct.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuProduct.vue"],"names":[],"mappings":"AAwCA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAG9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAEpC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAGlC,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,EAAE,IAAI,GAAG,mBAAmB,CAAA;CACjC,CAAC;AA+CF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAsB/C,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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarMenuProducts.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuProducts.vue"],"names":[],"mappings":"AA8DA,KAAK,OAAO,GAAG,WAAW,GAAG,MAAM,GAAG,QAAQ,CAAA;AAE9C,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,CAAA;CAChC,CAAC;;;;;;AA0IF,wBAOG"}
1
+ {"version":3,"file":"ScalarMenuProducts.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuProducts.vue"],"names":[],"mappings":"AA4DA,KAAK,OAAO,GAAG,WAAW,GAAG,MAAM,GAAG,QAAQ,CAAA;AAE9C,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,CAAA;CAChC,CAAC;;;;;;AAoHF,wBAOG"}
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarMenuResources.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuResources.vue"],"names":[],"mappings":";AAqIA,wBAMG"}
1
+ {"version":3,"file":"ScalarMenuResources.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuResources.vue"],"names":[],"mappings":";AAiIA,wBAKG"}
@@ -1,16 +1,11 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {};
7
- rootEl: any;
1
+ declare var __VLS_5: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_5) => any;
8
4
  };
9
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
5
  declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
7
  export default _default;
13
- type __VLS_WithTemplateSlots<T, S> = T & {
8
+ type __VLS_WithSlots<T, S> = T & {
14
9
  new (): {
15
10
  $slots: S;
16
11
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarMenuSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuSection.vue"],"names":[],"mappings":"AAsBA,iBAAS,cAAc;WAuCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ScalarMenuSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuSection.vue"],"names":[],"mappings":"AAiCA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAkB/C,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,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":"ScalarMenuTeamPicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuTeamPicker.vue"],"names":[],"mappings":"AAwGA,OAAO,EAAkB,KAAK,oBAAoB,EAAE,MAAM,IAAI,CAAA;AAK9D,KAAK,WAAW,GAAG;IACjB,kCAAkC;IAClC,IAAI,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAA;IACvC,uCAAuC;IACvC,KAAK,EAAE,oBAAoB,EAAE,CAAA;CAC9B,CAAC;;;;;;;;AA8LF,wBAOG"}
1
+ {"version":3,"file":"ScalarMenuTeamPicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuTeamPicker.vue"],"names":[],"mappings":"AAwGA,OAAO,EAAkB,KAAK,oBAAoB,EAAE,MAAM,IAAI,CAAA;AAG9D,KAAK,WAAW,GAAG;IACjB,kCAAkC;IAClC,IAAI,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAA;IACvC,uCAAuC;IACvC,KAAK,EAAE,oBAAoB,EAAE,CAAA;CAC9B,CAAC;;;;;;;;AA6NF,wBAOG"}
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarMenuTeamProfile.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuTeamProfile.vue"],"names":[],"mappings":"AA6CA,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;AA6FF,wBAMG"}
1
+ {"version":3,"file":"ScalarMenuTeamProfile.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuTeamProfile.vue"],"names":[],"mappings":"AA2CA,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;AAuFF,wBAMG"}
@@ -4,7 +4,7 @@ export declare function useModal(): {
4
4
  show: () => void;
5
5
  hide: () => void;
6
6
  };
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
8
8
  state: ReturnType<typeof useModal>;
9
9
  title?: string;
10
10
  bodyClass?: string;
@@ -19,11 +19,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
19
19
  size?: "xs" | "sm" | "md" | "lg" | "xl" | "full" | "xxs" | undefined;
20
20
  variant?: "form" | "search" | "error" | undefined;
21
21
  }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
22
- default?(_: {}): any;
23
- default?(_: {}): any;
22
+ default?: (props: {}) => any;
23
+ } & {
24
+ default?: (props: {}) => any;
24
25
  }>;
25
26
  export default _default;
26
- type __VLS_WithTemplateSlots<T, S> = T & {
27
+ type __VLS_WithSlots<T, S> = T & {
27
28
  new (): {
28
29
  $slots: S;
29
30
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarModal/ScalarModal.vue"],"names":[],"mappings":"AAiNA,+CAA+C;AAC/C,wBAAgB,QAAQ;;;;EAUvB;;WAOQ,UAAU,CAAC,OAAO,QAAQ,CAAC;YAC1B,MAAM;gBACF,MAAM;eACP,MAAM;;;;WAHV,UAAU,CAAC,OAAO,QAAQ,CAAC;YAC1B,MAAM;gBACF,MAAM;eACP,MAAM;;;;qBAoMW,GAAG;qBACH,GAAG;;AA7MjC,wBAmPK;AAWL,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ScalarModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarModal/ScalarModal.vue"],"names":[],"mappings":"AAgNA,+CAA+C;AAC/C,wBAAgB,QAAQ;;;;EAUvB;;WAMQ,UAAU,CAAC,OAAO,QAAQ,CAAC;YAC1B,MAAM;gBACF,MAAM;eACP,MAAM;;;;WAHV,UAAU,CAAC,OAAO,QAAQ,CAAC;YAC1B,MAAM;gBACF,MAAM;eACP,MAAM;;;;cA+LL,CAAC,KAAK,IAAiB,KAAK,GAAG;;cAC/B,CAAC,KAAK,IAAiB,KAAK,GAAG;;AAvM7C,wBAyOK;AAOL,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -4,17 +4,11 @@ type __VLS_Props = {
4
4
  /** Automatically focus the popover panel when it opens */
5
5
  focus?: boolean;
6
6
  } & ScalarFloatingOptions;
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: Readonly<Slots> & Slots;
10
- refs: {};
11
- rootEl: any;
12
- };
13
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
7
+ type __VLS_Slots = Slots;
14
8
  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"]>;
9
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
10
  export default _default;
17
- type __VLS_WithTemplateSlots<T, S> = T & {
11
+ type __VLS_WithSlots<T, S> = T & {
18
12
  new (): {
19
13
  $slots: S;
20
14
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarPopover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarPopover/ScalarPopover.vue"],"names":[],"mappings":"AAwDA,OAAO,EAGL,KAAK,qBAAqB,EAC3B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAIpC,KAAK,WAAW,GAAG;IACf,0DAA0D;IAC1D,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,GAAG,qBAAqB,CAAC;AAe5B,iBAAS,cAAc;WAqFT,OAAO,IAA6B;;;;EAKjD;AAcD,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":"ScalarPopover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarPopover/ScalarPopover.vue"],"names":[],"mappings":"AAwDA,OAAO,EAGL,KAAK,qBAAqB,EAC3B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAEpC,KAAK,WAAW,GAAG;IACf,0DAA0D;IAC1D,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,GAAG,qBAAqB,CAAC;AAK5B,KAAK,WAAW,GAAG,KAAK,CAAC;AAoHzB,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"}
@@ -12,19 +12,19 @@ import { type LoadingState } from '../ScalarLoading';
12
12
  * <ScalarSearchInput v-model="search" />
13
13
  */
14
14
  declare const _default: import("vue").DefineComponent<{
15
- modelValue?: string;
16
- } & {
17
15
  loading?: LoadingState;
18
16
  label?: string;
17
+ } & {
18
+ modelValue?: string;
19
19
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
- "update:modelValue": (value: string) => any;
20
+ "update:modelValue": (value: string | undefined) => any;
21
21
  }, string, import("vue").PublicProps, Readonly<{
22
- modelValue?: string;
23
- } & {
24
22
  loading?: LoadingState;
25
23
  label?: string;
24
+ } & {
25
+ modelValue?: string;
26
26
  }> & Readonly<{
27
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
27
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
28
28
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
29
  export default _default;
30
30
  //# sourceMappingURL=ScalarSearchInput.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSearchInput/ScalarSearchInput.vue"],"names":[],"mappings":"AAoFA,OAAO,EAAE,KAAK,YAAY,EAAiB,MAAM,kBAAkB,CAAA;AAInE;;;;;;;;;;;GAWG;;iBAgCU,MAAM;;cA5BP,YAAY;YACd,MAAM;;;;iBA2BH,MAAM;;cA5BP,YAAY;YACd,MAAM;;;;AAJhB,wBA6JC"}
1
+ {"version":3,"file":"ScalarSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSearchInput/ScalarSearchInput.vue"],"names":[],"mappings":"AAoFA,OAAO,EAAE,KAAK,YAAY,EAAiB,MAAM,kBAAkB,CAAA;AAGnE;;;;;;;;;;;GAWG;;cAGS,YAAY;YACd,MAAM;;iBAwBH,MAAM;;;;cAzBP,YAAY;YACd,MAAM;;iBAwBH,MAAM;;;;AA3BnB,wBA6JC"}
@@ -4,22 +4,20 @@ type __VLS_Props = {
4
4
  icon?: Icon | ScalarIconComponent;
5
5
  selected?: boolean;
6
6
  };
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: {
10
- icon?(_: {}): any;
11
- default?(_: {}): any;
12
- addon?(_: {}): any;
13
- description?(_: {}): any;
14
- };
15
- refs: {};
16
- rootEl: any;
7
+ declare var __VLS_1: {}, __VLS_7: {}, __VLS_9: {}, __VLS_11: {};
8
+ type __VLS_Slots = {} & {
9
+ icon?: (props: typeof __VLS_1) => any;
10
+ } & {
11
+ default?: (props: typeof __VLS_7) => any;
12
+ } & {
13
+ addon?: (props: typeof __VLS_9) => any;
14
+ } & {
15
+ description?: (props: typeof __VLS_11) => any;
17
16
  };
18
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
17
  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>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
19
  export default _default;
22
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
23
21
  new (): {
24
22
  $slots: S;
25
23
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSearchResultItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSearchResults/ScalarSearchResultItem.vue"],"names":[],"mappings":"AA4DA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAG9D,OAAO,EAAE,KAAK,IAAI,EAA2B,MAAM,eAAe,CAAA;AAIlE,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,IAAI,GAAG,mBAAmB,CAAA;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAWF,iBAAS,cAAc;WAkGT,OAAO,IAA6B;;sBAXxB,GAAG;yBACA,GAAG;uBACL,GAAG;6BACG,GAAG;;;;EAanC;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":"ScalarSearchResultItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSearchResults/ScalarSearchResultItem.vue"],"names":[],"mappings":"AA4DA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAG9D,OAAO,EAAE,KAAK,IAAI,EAA2B,MAAM,eAAe,CAAA;AAElE,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,IAAI,GAAG,mBAAmB,CAAA;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAsGF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AACnF,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAqBpD,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"}
@@ -1,20 +1,16 @@
1
1
  type __VLS_Props = {
2
2
  noResults?: boolean;
3
3
  };
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: {
7
- noResults?(_: {}): any;
8
- default?(_: {}): any;
9
- };
10
- refs: {};
11
- rootEl: any;
4
+ declare var __VLS_1: {}, __VLS_3: {};
5
+ type __VLS_Slots = {} & {
6
+ noResults?: (props: typeof __VLS_1) => any;
7
+ } & {
8
+ default?: (props: typeof __VLS_3) => 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":"ScalarSearchResultList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSearchResults/ScalarSearchResultList.vue"],"names":[],"mappings":"AAkCA,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AAWF,iBAAS,cAAc;WAkDT,OAAO,IAA6B;;2BATnB,GAAG;yBACL,GAAG;;;;EAa/B;AASD,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":"ScalarSearchResultList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSearchResults/ScalarSearchResultList.vue"],"names":[],"mappings":"AAgCA,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AAyCF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC9C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAoB/C,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"}
@@ -8,11 +8,11 @@
8
8
  * <!-- Sidebar content -->
9
9
  * </ScalarSidebar>
10
10
  */
11
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
12
- default?(_: {}): any;
11
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
12
+ default?: (props: {}) => any;
13
13
  }>;
14
14
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
15
+ type __VLS_WithSlots<T, S> = T & {
16
16
  new (): {
17
17
  $slots: S;
18
18
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebar.vue"],"names":[],"mappings":"AAiCA;;;;;;;;;GASG;;qBAuC0B,GAAG;;AAtChC,wBAoEC;AAKD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ScalarSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebar.vue"],"names":[],"mappings":"AAgCA;;;;;;;;;GASG;;cAuBW,CAAC,KAAK,IAAgB,KAAK,GAAG;;AAtB5C,wBAiDC;AACD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -21,9 +21,9 @@ import type { ScalarSidebarItemProps, ScalarSidebarItemSlots } from './types';
21
21
  * </template>
22
22
  * </ScalarSidebarButton>
23
23
  */
24
- 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<ScalarSidebarItemSlots> & ScalarSidebarItemSlots>;
24
+ 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>, ScalarSidebarItemSlots>;
25
25
  export default _default;
26
- type __VLS_WithTemplateSlots<T, S> = T & {
26
+ type __VLS_WithSlots<T, S> = T & {
27
27
  new (): {
28
28
  $slots: S;
29
29
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSidebarButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarButton.vue"],"names":[],"mappings":"AA4FA,OAAO,KAAK,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAI7E;;;;;;;;;;;;;;;;;;;;;GAqBG;;AACH,wBAoIC;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":"ScalarSidebarButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarButton.vue"],"names":[],"mappings":"AA4FA,OAAO,KAAK,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAG7E;;;;;;;;;;;;;;;;;;;;;GAqBG;;AACH,wBAmIC;AAOD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -15,14 +15,7 @@
15
15
  * </template>
16
16
  * </ScalarSidebarFooter>
17
17
  */
18
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
19
- /** Footer content at the top of the footer */
20
- default?(): unknown;
21
- /** Replaces the Powered by Scalar link */
22
- description?(): unknown;
23
- /** Replaces the color mode toggle */
24
- toggle?(): unknown;
25
- }> & {
18
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
26
19
  /** Footer content at the top of the footer */
27
20
  default?(): unknown;
28
21
  /** Replaces the Powered by Scalar link */
@@ -31,7 +24,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
31
24
  toggle?(): unknown;
32
25
  }>;
33
26
  export default _default;
34
- type __VLS_WithTemplateSlots<T, S> = T & {
27
+ type __VLS_WithSlots<T, S> = T & {
35
28
  new (): {
36
29
  $slots: S;
37
30
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSidebarFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarFooter.vue"],"names":[],"mappings":"AAiEA;;;;;;;;;;;;;;;;GAgBG;;IAID,8CAA8C;gBAClC,OAAO;IACnB,0CAA0C;oBAC1B,OAAO;IACvB,qCAAqC;eAC1B,OAAO;;IALlB,8CAA8C;gBAClC,OAAO;IACnB,0CAA0C;oBAC1B,OAAO;IACvB,qCAAqC;eAC1B,OAAO;;AARpB,wBAgGC;AAKD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ScalarSidebarFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarFooter.vue"],"names":[],"mappings":"AAgEA;;;;;;;;;;;;;;;;GAgBG;;IAGD,8CAA8C;gBAClC,OAAO;IACnB,0CAA0C;oBAC1B,OAAO;IACvB,qCAAqC;eAC1B,OAAO;;AAPpB,wBAsFC;AACD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -15,29 +15,15 @@ import { type SidebarGroupLevel } from './useSidebarGroups.js';
15
15
  * </template>
16
16
  * </ScalarSidebarGroup>
17
17
  */
18
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
18
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ScalarSidebarItemProps & {
19
19
  modelValue?: boolean;
20
- } & ScalarSidebarItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
21
  "update:modelValue": (value: boolean) => any;
22
- }, string, import("vue").PublicProps, Readonly<{
22
+ }, string, import("vue").PublicProps, Readonly<ScalarSidebarItemProps & {
23
23
  modelValue?: boolean;
24
- } & ScalarSidebarItemProps> & Readonly<{
24
+ }> & Readonly<{
25
25
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
26
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{
27
- /** The text content of the toggle */
28
- default?(props: {
29
- open: boolean;
30
- }): unknown;
31
- /** Override the entire toggle button */
32
- button?(props: {
33
- open: boolean;
34
- level: SidebarGroupLevel;
35
- }): unknown;
36
- /** The list of sidebar subitems */
37
- items?(props: {
38
- open: boolean;
39
- }): unknown;
40
- }> & {
26
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
41
27
  /** The text content of the toggle */
42
28
  default?(props: {
43
29
  open: boolean;
@@ -53,7 +39,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
53
39
  }): unknown;
54
40
  }>;
55
41
  export default _default;
56
- type __VLS_WithTemplateSlots<T, S> = T & {
42
+ type __VLS_WithSlots<T, S> = T & {
57
43
  new (): {
58
44
  $slots: S;
59
45
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSidebarGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarGroup.vue"],"names":[],"mappings":"AAsFA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAA;AAM9E,OAAO,EAAE,KAAK,iBAAiB,EAAoB,MAAM,oBAAoB,CAAA;AAI7E;;;;;;;;;;;;;;GAcG;;iBAgCU,OAAO;;;;iBAAP,OAAO;;;;IAtBlB,qCAAqC;oBACrB;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;IAC3C,wCAAwC;mBACzB;QAAE,IAAI,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,iBAAiB,CAAA;KAAE,GAAG,OAAO;IACpE,mCAAmC;kBACrB;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;;IALzC,qCAAqC;oBACrB;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;IAC3C,wCAAwC;mBACzB;QAAE,IAAI,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,iBAAiB,CAAA;KAAE,GAAG,OAAO;IACpE,mCAAmC;kBACrB;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;;AAd3C,wBA+JC;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":"ScalarSidebarGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarGroup.vue"],"names":[],"mappings":"AAsFA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAA;AAM9E,OAAO,EAAE,KAAK,iBAAiB,EAAoB,MAAM,oBAAoB,CAAA;AAG7E;;;;;;;;;;;;;;GAcG;;iBA4BU,OAAO;;;;iBAAP,OAAO;;;;IApBlB,qCAAqC;oBACrB;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;IAC3C,wCAAwC;mBACzB;QAAE,IAAI,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,iBAAiB,CAAA;KAAE,GAAG,OAAO;IACpE,mCAAmC;kBACrB;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;;AAZ3C,wBAkKC;AAOD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -9,7 +9,7 @@ import { type Icon } from '../ScalarIcon';
9
9
  * @example
10
10
  * <ScalarSidebarGroupToggle :open="..." />
11
11
  */
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
12
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
13
13
  /** Override the element tag */
14
14
  is?: Component | string;
15
15
  /** Whether or not the toggle is open */
@@ -23,16 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
23
23
  open?: boolean;
24
24
  /** Overrides the icon */
25
25
  icon?: Icon | ScalarIconComponent;
26
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{
27
- /** Override the toggle icon */
28
- default?(props: {
29
- open: boolean;
30
- }): unknown;
31
- /** Override the screen reader label */
32
- label?(props: {
33
- open: boolean;
34
- }): unknown;
35
- }> & {
26
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
36
27
  /** Override the toggle icon */
37
28
  default?(props: {
38
29
  open: boolean;
@@ -43,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
43
34
  }): unknown;
44
35
  }>;
45
36
  export default _default;
46
- type __VLS_WithTemplateSlots<T, S> = T & {
37
+ type __VLS_WithSlots<T, S> = T & {
47
38
  new (): {
48
39
  $slots: S;
49
40
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSidebarGroupToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarGroupToggle.vue"],"names":[],"mappings":"AAsEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAG9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAEpC,OAAO,EAAE,KAAK,IAAI,EAA2B,MAAM,eAAe,CAAA;AAIlE;;;;;;;GAOG;;IAID,+BAA+B;SAC1B,SAAS,GAAG,MAAM;IACvB,wCAAwC;WACjC,OAAO;IACd,yBAAyB;WAClB,IAAI,GAAG,mBAAmB;;IALjC,+BAA+B;SAC1B,SAAS,GAAG,MAAM;IACvB,wCAAwC;WACjC,OAAO;IACd,yBAAyB;WAClB,IAAI,GAAG,mBAAmB;;IAMjC,+BAA+B;oBACf;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;IAC3C,uCAAuC;kBACzB;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;;IAHzC,+BAA+B;oBACf;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;IAC3C,uCAAuC;kBACzB;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;;AAjB3C,wBAwHC;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":"ScalarSidebarGroupToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarGroupToggle.vue"],"names":[],"mappings":"AAsEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAG9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAEpC,OAAO,EAAE,KAAK,IAAI,EAA2B,MAAM,eAAe,CAAA;AAGlE;;;;;;;GAOG;;IAGD,+BAA+B;SAC1B,SAAS,GAAG,MAAM;IACvB,wCAAwC;WACjC,OAAO;IACd,yBAAyB;WAClB,IAAI,GAAG,mBAAmB;;IALjC,+BAA+B;SAC1B,SAAS,GAAG,MAAM;IACvB,wCAAwC;WACjC,OAAO;IACd,yBAAyB;WAClB,IAAI,GAAG,mBAAmB;;IAKjC,+BAA+B;oBACf;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;IAC3C,uCAAuC;kBACzB;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;;AAf3C,wBAmHC;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":"ScalarSidebarIndent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarIndent.vue"],"names":[],"mappings":"AAyFA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;AAI3D;;;;;GAKG;;IAID,iDAAiD;aACxC,iBAAiB;IAC1B,oDAAoD;eACzC,OAAO;IAClB,0DAA0D;eAC/C,OAAO;;IALlB,iDAAiD;aACxC,iBAAiB;IAC1B,oDAAoD;eACzC,OAAO;IAClB,0DAA0D;eAC/C,OAAO;;AARpB,wBAsHC"}
1
+ {"version":3,"file":"ScalarSidebarIndent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarIndent.vue"],"names":[],"mappings":"AAyFA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;AAG3D;;;;;GAKG;;IAGD,iDAAiD;aACxC,iBAAiB;IAC1B,oDAAoD;eACzC,OAAO;IAClB,0DAA0D;eAC/C,OAAO;;IALlB,iDAAiD;aACxC,iBAAiB;IAC1B,oDAAoD;eACzC,OAAO;IAClB,0DAA0D;eAC/C,OAAO;;AAPpB,wBAyGC"}
@@ -17,9 +17,9 @@ import type { ScalarSidebarItemProps, ScalarSidebarItemSlots } from './types';
17
17
  * </template>
18
18
  * </ScalarSidebarItem>
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<ScalarSidebarItemSlots> & ScalarSidebarItemSlots>;
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>, ScalarSidebarItemSlots>;
21
21
  export default _default;
22
- type __VLS_WithTemplateSlots<T, S> = T & {
22
+ type __VLS_WithSlots<T, S> = T & {
23
23
  new (): {
24
24
  $slots: S;
25
25
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSidebarItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarItem.vue"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAK7E;;;;;;;;;;;;;;;;;GAiBG;;AACH,wBAwFC;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":"ScalarSidebarItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarItem.vue"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAI7E;;;;;;;;;;;;;;;;;GAiBG;;AACH,wBAwEC;AAOD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -12,15 +12,15 @@ import type { Component } from 'vue';
12
12
  * <ScalarSidebarItem>...</ScalarSidebarItem>
13
13
  * </ScalarSidebarItems>
14
14
  */
15
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
15
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
16
16
  is?: Component | string;
17
17
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
18
18
  is?: Component | string;
19
19
  }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
20
- default?(_: {}): any;
20
+ default?: (props: {}) => any;
21
21
  }>;
22
22
  export default _default;
23
- type __VLS_WithTemplateSlots<T, S> = T & {
23
+ type __VLS_WithSlots<T, S> = T & {
24
24
  new (): {
25
25
  $slots: S;
26
26
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSidebarItems.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarItems.vue"],"names":[],"mappings":"AAuEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAMpC;;;;;;;;;;;;GAYG;;SAII,SAAS,GAAG,MAAM;;SAAlB,SAAS,GAAG,MAAM;;qBA0DI,GAAG;;AA7DhC,wBA8FC;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":"ScalarSidebarItems.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarItems.vue"],"names":[],"mappings":"AAuEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAKpC;;;;;;;;;;;;GAYG;;SAGI,SAAS,GAAG,MAAM;;SAAlB,SAAS,GAAG,MAAM;;cA6CX,CAAC,KAAK,IAAgB,KAAK,GAAG;;AA/C5C,wBA6EC;AAOD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -15,32 +15,15 @@ import type { ScalarSidebarItemProps } from './types';
15
15
  * </template>
16
16
  * </ScalarSidebarNestedItems>
17
17
  */
18
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
18
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ScalarSidebarItemProps & {
19
19
  modelValue?: boolean;
20
- } & ScalarSidebarItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
21
  "update:modelValue": (value: boolean) => any;
22
- }, string, import("vue").PublicProps, Readonly<{
22
+ }, string, import("vue").PublicProps, Readonly<ScalarSidebarItemProps & {
23
23
  modelValue?: boolean;
24
- } & ScalarSidebarItemProps> & Readonly<{
24
+ }> & Readonly<{
25
25
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
26
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
27
- el: HTMLLIElement;
28
- }, any>, Readonly<{
29
- /** The text content of the button */
30
- default?: () => unknown;
31
- /** Override the entire button */
32
- button?: () => unknown;
33
- /** Override the icon */
34
- icon?: () => unknown;
35
- /** Override the aside slot */
36
- aside?: () => unknown;
37
- /** Override the back button */
38
- back?: () => unknown;
39
- /** Override the back button label */
40
- 'back-label'?: () => unknown;
41
- /** The list of sidebar subitems */
42
- items?: () => unknown;
43
- }> & {
26
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
44
27
  /** The text content of the button */
45
28
  default?: () => unknown;
46
29
  /** Override the entire button */
@@ -57,7 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
57
40
  items?: () => unknown;
58
41
  }>;
59
42
  export default _default;
60
- type __VLS_WithTemplateSlots<T, S> = T & {
43
+ type __VLS_WithSlots<T, S> = T & {
61
44
  new (): {
62
45
  $slots: S;
63
46
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSidebarNestedItems.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarNestedItems.vue"],"names":[],"mappings":"AAmKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAMrD;;;;;;;;;;;;;;;GAeG;;iBAoEU,OAAO;;;;iBAAP,OAAO;;;;;;IAzDlB,qCAAqC;cACzB,MAAM,OAAO;IACzB,iCAAiC;aACtB,MAAM,OAAO;IACxB,wBAAwB;WACf,MAAM,OAAO;IACtB,8BAA8B;YACpB,MAAM,OAAO;IACvB,+BAA+B;WACtB,MAAM,OAAO;IACtB,qCAAqC;mBACtB,MAAM,OAAO;IAC5B,mCAAmC;YACzB,MAAM,OAAO;;IAbvB,qCAAqC;cACzB,MAAM,OAAO;IACzB,iCAAiC;aACtB,MAAM,OAAO;IACxB,wBAAwB;WACf,MAAM,OAAO;IACtB,8BAA8B;YACpB,MAAM,OAAO;IACvB,+BAA+B;WACtB,MAAM,OAAO;IACtB,qCAAqC;mBACtB,MAAM,OAAO;IAC5B,mCAAmC;YACzB,MAAM,OAAO;;AAvBzB,wBA+SC;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":"ScalarSidebarNestedItems.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarNestedItems.vue"],"names":[],"mappings":"AAmKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAKrD;;;;;;;;;;;;;;;GAeG;;iBAgEU,OAAO;;;;iBAAP,OAAO;;;;IAvDlB,qCAAqC;cACzB,MAAM,OAAO;IACzB,iCAAiC;aACtB,MAAM,OAAO;IACxB,wBAAwB;WACf,MAAM,OAAO;IACtB,8BAA8B;YACpB,MAAM,OAAO;IACvB,+BAA+B;WACtB,MAAM,OAAO;IACtB,qCAAqC;mBACtB,MAAM,OAAO;IAC5B,mCAAmC;YACzB,MAAM,OAAO;;AArBzB,wBAkSC;AAOD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}