@scalar/components 0.12.62 → 0.12.64

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 (66) hide show
  1. package/dist/components/ScalarButton/ScalarButton.vue.d.ts +21 -19
  2. package/dist/components/ScalarButton/ScalarButton.vue.d.ts.map +1 -1
  3. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.stories.d.ts +4 -4
  4. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts +7 -9
  5. package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts.map +1 -1
  6. package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts +14 -11
  7. package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts.map +1 -1
  8. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +255 -19
  9. package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts.map +1 -1
  10. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts +14 -12
  11. package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts.map +1 -1
  12. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts +4 -10
  13. package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts.map +1 -1
  14. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts +62 -8
  15. package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts.map +1 -1
  16. package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts +16 -15
  17. package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts.map +1 -1
  18. package/dist/components/ScalarDropdown/ScalarDropdown.stories.d.ts +1 -1
  19. package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts +14 -10
  20. package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts.map +1 -1
  21. package/dist/components/ScalarDropdown/ScalarDropdown.vue.js +28 -21
  22. package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.d.ts +1 -1
  23. package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.d.ts.map +1 -1
  24. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts +13 -8
  25. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts.map +1 -1
  26. package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts +34 -25
  27. package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts.map +1 -1
  28. package/dist/components/ScalarFloating/ScalarFloating.vue.js +39 -31
  29. package/dist/components/ScalarIcon/IconList.vue.d.ts +3 -4
  30. package/dist/components/ScalarIcon/IconList.vue.d.ts.map +1 -1
  31. package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts +8 -13
  32. package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts.map +1 -1
  33. package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts +1 -1
  34. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts +10 -16
  35. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts.map +1 -1
  36. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts +14 -19
  37. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts.map +1 -1
  38. package/dist/components/ScalarListbox/ScalarListbox.vue.js +56 -50
  39. package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts.map +1 -1
  40. package/dist/components/ScalarMarkdown/ScalarMarkdown.stories.d.ts +4 -4
  41. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts +4 -9
  42. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts.map +1 -1
  43. package/dist/components/ScalarModal/ScalarModal.vue.d.ts.map +1 -1
  44. package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts +84 -12
  45. package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts.map +1 -1
  46. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts +13 -6
  47. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts.map +1 -1
  48. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts +4 -8
  49. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts.map +1 -1
  50. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts +16 -12
  51. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts.map +1 -1
  52. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts +13 -8
  53. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts.map +1 -1
  54. package/dist/components/ScalarTextField/ScalarTextField.stories.d.ts +4 -4
  55. package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts +17 -22
  56. package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts.map +1 -1
  57. package/dist/components/ScalarToggle/ScalarToggle.stories.d.ts +4 -4
  58. package/dist/components/ScalarToggle/ScalarToggle.vue.d.ts +5 -10
  59. package/dist/components/ScalarToggle/ScalarToggle.vue.d.ts.map +1 -1
  60. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts +17 -22
  61. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts.map +1 -1
  62. package/dist/components/ScalarVirtualText/ScalarVirtualText.stories.d.ts +4 -4
  63. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts +4 -14
  64. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts.map +1 -1
  65. package/dist/style.css +1 -1
  66. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarIconButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarIconButton/ScalarIconButton.vue"],"names":[],"mappings":"AA8DA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AAKvC,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,eAAe,CAAA;AAIrD,KAAK,QAAQ,GAAG,YAAY,CAAC,OAAO,QAAQ,CAAC,CAAA;AAkB7C,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAeZ,CAAA;;WA9BS,MAAM;UACP,IAAI;eACC,OAAO;cACR,QAAQ,CAAC,SAAS,CAAC;WACtB,QAAQ,CAAC,MAAM,CAAC;gBACX,MAAM;;WALX,MAAM;UACP,IAAI;eACC,OAAO;cACR,QAAQ,CAAC,SAAS,CAAC;WACtB,QAAQ,CAAC,MAAM,CAAC;gBACX,MAAM;;;;;AAgGtB,wBAOG"}
1
+ {"version":3,"file":"ScalarIconButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarIconButton/ScalarIconButton.vue"],"names":[],"mappings":"AA8DA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AAKvC,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,eAAe,CAAA;AAIrD,KAAK,QAAQ,GAAG,YAAY,CAAC,OAAO,QAAQ,CAAC,CAAA;AAE7C,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,IAAI,CAAA;IACV,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAA;IAC7B,IAAI,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;IACvB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;AASJ,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAeZ,CAAA;;;;;AA4EF,wBAQG"}
@@ -1,9 +1,6 @@
1
1
  import { type FloatingOptions } from '../ScalarFloating';
2
2
  import type { Option } from './types';
3
- declare function __VLS_template(): {
4
- default?(_: {}): any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<{
3
+ type __VLS_Props = {
7
4
  /**
8
5
  * Allow selecting multiple values
9
6
  *
@@ -15,26 +12,24 @@ declare const __VLS_component: import("vue").DefineComponent<{
15
12
  fullWidth?: boolean;
16
13
  id?: string;
17
14
  label?: string;
18
- } & Omit<FloatingOptions, "targetRef" | "middleware" | "offset">, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
15
+ } & Omit<FloatingOptions, 'middleware' | 'offset' | 'targetRef'>;
16
+ declare function __VLS_template(): {
17
+ attrs: Partial<{}>;
18
+ slots: {
19
+ default?(_: {}): any;
20
+ };
21
+ refs: {};
22
+ rootEl: any;
23
+ };
24
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
19
26
  "update:modelValue": (v: Option) => any;
20
- }, string, import("vue").PublicProps, Readonly<{
21
- /**
22
- * Allow selecting multiple values
23
- *
24
- * @default false
25
- */
26
- multiple?: boolean;
27
- options: Option[];
28
- modelValue?: Option | Option[];
29
- fullWidth?: boolean;
30
- id?: string;
31
- label?: string;
32
- } & Omit<FloatingOptions, "targetRef" | "middleware" | "offset">> & Readonly<{
27
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
33
28
  "onUpdate:modelValue"?: ((v: Option) => any) | undefined;
34
29
  }>, {
35
30
  multiple: boolean;
36
31
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
37
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
32
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
38
33
  export default _default;
39
34
  type __VLS_WithTemplateSlots<T, S> = T & {
40
35
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarListbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarListbox/ScalarListbox.vue"],"names":[],"mappings":"AAuIA,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,mBAAmB,CAAA;AAExE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAyDrC,iBAAS,cAAc;qBA0MO,GAAG;EA2BhC;AACD,QAAA,MAAM,eAAe;IA1Rf;;;;OAIG;eACQ,OAAO;aACT,MAAM,EAAE;iBACJ,MAAM,GAAG,MAAM,EAAE;gBAClB,OAAO;SACd,MAAM;YACH,MAAM;;;;IAVd;;;;OAIG;eACQ,OAAO;aACT,MAAM,EAAE;iBACJ,MAAM,GAAG,MAAM,EAAE;gBAClB,OAAO;SACd,MAAM;YACH,MAAM;;;;cALH,OAAO;6EA+RtB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAexG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ScalarListbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarListbox/ScalarListbox.vue"],"names":[],"mappings":"AAgJA,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,mBAAmB,CAAA;AAExE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAIrC,KAAK,WAAW,GAAG;IACb;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,IAAI,CAAC,eAAe,EAAE,YAAY,GAAG,QAAQ,GAAG,WAAW,CAAC,CAAC;AAwCrE,iBAAS,cAAc;WA4KT,OAAO,IAA6B;;yBARpB,GAAG;;;;EAahC;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;cAnPJ,OAAO;6EA2PtB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,9 +1,9 @@
1
- import { defineComponent as y, openBlock as o, createBlock as p, unref as t, normalizeClass as r, withCtx as s, createTextVNode as g, toDisplayString as m, createCommentVNode as v, createVNode as i, mergeProps as x, createElementBlock as V, Fragment as k, renderList as B, createElementVNode as n, renderSlot as h } from "vue";
1
+ import { defineComponent as v, openBlock as r, createBlock as u, unref as t, normalizeClass as i, withCtx as s, createTextVNode as x, toDisplayString as m, createCommentVNode as g, createVNode as n, createElementVNode as a, mergeProps as y, createElementBlock as h, Fragment as V, renderList as k, renderSlot as B } from "vue";
2
2
  import { Listbox as z, ListboxLabel as L, ListboxOptions as w, ListboxOption as O, ListboxButton as C } from "@headlessui/vue";
3
3
  import { cva as S, cx as N } from "../../cva.js";
4
4
  import $ from "../ScalarFloating/ScalarFloating.vue.js";
5
5
  import j from "../ScalarIcon/ScalarIcon.vue.js";
6
- const P = /* @__PURE__ */ y({
6
+ const E = { class: "custom-scroll min-h-0 flex-1" }, T = /* @__PURE__ */ v({
7
7
  inheritAttrs: !1,
8
8
  __name: "ScalarListbox",
9
9
  props: {
@@ -19,7 +19,7 @@ const P = /* @__PURE__ */ y({
19
19
  teleport: { type: [Boolean, String] }
20
20
  },
21
21
  emits: ["update:modelValue"],
22
- setup(E) {
22
+ setup(W) {
23
23
  const c = S({
24
24
  base: [
25
25
  // Layout
@@ -37,79 +37,85 @@ const P = /* @__PURE__ */ y({
37
37
  disabled: { true: "pointer-events-none opacity-50" }
38
38
  }
39
39
  });
40
- return (e, a) => (o(), p(t(z), {
40
+ return (e, o) => (r(), u(t(z), {
41
41
  as: "div",
42
- class: r([{ "w-full": e.fullWidth }, "text-sm"]),
42
+ class: i([{ "w-full": e.fullWidth }, "text-sm"]),
43
43
  modelValue: e.modelValue,
44
44
  multiple: e.multiple,
45
- "onUpdate:modelValue": a[0] || (a[0] = (d) => e.$emit("update:modelValue", d))
45
+ "onUpdate:modelValue": o[0] || (o[0] = (d) => e.$emit("update:modelValue", d))
46
46
  }, {
47
47
  default: s(({ open: d }) => [
48
- e.label ? (o(), p(t(L), {
48
+ e.label ? (r(), u(t(L), {
49
49
  key: 0,
50
50
  class: "sr-only"
51
51
  }, {
52
52
  default: s(() => [
53
- g(m(e.label), 1)
53
+ x(m(e.label), 1)
54
54
  ]),
55
55
  _: 1
56
- })) : v("", !0),
57
- i(t($), {
56
+ })) : g("", !0),
57
+ n(t($), {
58
58
  isOpen: d ?? e.isOpen,
59
59
  placement: e.placement ?? "bottom-start",
60
60
  resize: e.resize,
61
61
  teleport: e.teleport
62
62
  }, {
63
63
  floating: s(({ width: f }) => [
64
- i(t(w), x({
65
- class: "relative flex w-40 flex-col rounded border p-0.75",
64
+ a("div", y(e.$attrs, {
65
+ class: "relative flex max-h-[inherit] w-40 rounded border",
66
66
  style: { width: f }
67
- }, e.$attrs), {
68
- default: s(() => [
69
- (o(!0), V(k, null, B(e.options, (l) => (o(), p(t(O), {
70
- key: l.id,
71
- as: "template",
72
- disabled: l.disabled,
73
- value: l
74
- }, {
75
- default: s(({ active: b, selected: u }) => [
76
- n("li", {
77
- class: r(
78
- t(N)(t(c)({ active: b, selected: u, disabled: l.disabled }))
79
- )
80
- }, [
81
- n("div", {
82
- class: r([
83
- "flex size-4 items-center justify-center rounded-full p-[3px]",
84
- u ? "bg-c-accent text-b-1" : "text-transparent group-hover/listbox:shadow-border"
85
- ])
86
- }, [
87
- i(t(j), {
88
- class: "relative top-[0.5px] size-2.5",
89
- icon: "Checkmark",
90
- thickness: "2.5"
91
- })
92
- ], 2),
93
- n("span", {
94
- class: r(["inline-block min-w-0 flex-1 truncate", l.color ? l.color : "text-c-1"])
95
- }, m(l.label), 3)
96
- ], 2)
67
+ }), [
68
+ a("div", E, [
69
+ n(t(w), { class: "flex flex-col p-0.75" }, {
70
+ default: s(() => [
71
+ (r(!0), h(V, null, k(e.options, (l) => (r(), u(t(O), {
72
+ key: l.id,
73
+ as: "template",
74
+ disabled: l.disabled,
75
+ value: l
76
+ }, {
77
+ default: s(({ active: b, selected: p }) => [
78
+ a("li", {
79
+ class: i(
80
+ t(N)(
81
+ t(c)({ active: b, selected: p, disabled: l.disabled })
82
+ )
83
+ )
84
+ }, [
85
+ a("div", {
86
+ class: i([
87
+ "flex size-4 items-center justify-center rounded-full p-[3px]",
88
+ p ? "bg-c-accent text-b-1" : "text-transparent group-hover/listbox:shadow-border"
89
+ ])
90
+ }, [
91
+ n(t(j), {
92
+ class: "relative top-[0.5px] size-2.5",
93
+ icon: "Checkmark",
94
+ thickness: "2.5"
95
+ })
96
+ ], 2),
97
+ a("span", {
98
+ class: i(["inline-block min-w-0 flex-1 truncate", l.color ? l.color : "text-c-1"])
99
+ }, m(l.label), 3)
100
+ ], 2)
101
+ ]),
102
+ _: 2
103
+ }, 1032, ["disabled", "value"]))), 128))
97
104
  ]),
98
- _: 2
99
- }, 1032, ["disabled", "value"]))), 128)),
100
- a[1] || (a[1] = n("div", { class: "absolute inset-0 -z-1 rounded bg-b-1 shadow-md brightness-lifted" }, null, -1))
105
+ _: 1
106
+ })
101
107
  ]),
102
- _: 2
103
- }, 1040, ["style"])
108
+ o[1] || (o[1] = a("div", { class: "absolute inset-0 -z-1 rounded bg-b-1 shadow-md brightness-lifted" }, null, -1))
109
+ ], 16)
104
110
  ]),
105
111
  default: s(() => [
106
- i(t(C), {
112
+ n(t(C), {
107
113
  id: e.id,
108
114
  as: "template",
109
115
  class: "justify-start focus:outline-none focus-visible:ring-1 focus-visible:ring-c-accent"
110
116
  }, {
111
117
  default: s(() => [
112
- h(e.$slots, "default")
118
+ B(e.$slots, "default")
113
119
  ]),
114
120
  _: 3
115
121
  }, 8, ["id"])
@@ -122,5 +128,5 @@ const P = /* @__PURE__ */ y({
122
128
  }
123
129
  });
124
130
  export {
125
- P as default
131
+ T as default
126
132
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarLoading.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarLoading/ScalarLoading.vue"],"names":[],"mappings":"AA2OA,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAA;AAE7D;;;;GAIG;AACH,wBAAgB,eAAe;;;;;;sCAWE,OAAO;wCAWJ,OAAO;;EAuB1C;;kBAMe,YAAY;;;kBAAZ,YAAY;;;AAL5B,wBA+HK"}
1
+ {"version":3,"file":"ScalarLoading.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarLoading/ScalarLoading.vue"],"names":[],"mappings":"AA2OA,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAA;AAE7D;;;;GAIG;AACH,wBAAgB,eAAe;;;;;;sCAWE,OAAO;wCAWJ,OAAO;;EAuB1C;;kBAOe,YAAY;;;kBAAZ,YAAY;;;AAL5B,wBAsIK"}
@@ -17,7 +17,7 @@ declare const meta: {
17
17
  clamp?: string | boolean;
18
18
  }> & Readonly<{}>, {
19
19
  withImages: boolean;
20
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
21
21
  tags: string[];
22
22
  render: (args: import("@storybook/vue3").ComponentPropsAndSlots<import("vue").DefineComponent<{
23
23
  value?: string;
@@ -33,7 +33,7 @@ declare const meta: {
33
33
  clamp?: string | boolean;
34
34
  }> & Readonly<{}>, {
35
35
  withImages: boolean;
36
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>) => {
36
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>>) => {
37
37
  components: {
38
38
  ScalarMarkdown: import("vue").DefineComponent<{
39
39
  value?: string;
@@ -49,7 +49,7 @@ declare const meta: {
49
49
  clamp?: string | boolean;
50
50
  }> & Readonly<{}>, {
51
51
  withImages: boolean;
52
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
52
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
53
53
  };
54
54
  setup(this: void): {
55
55
  args: import("@storybook/vue3").ComponentPropsAndSlots<import("vue").DefineComponent<{
@@ -66,7 +66,7 @@ declare const meta: {
66
66
  clamp?: string | boolean;
67
67
  }> & Readonly<{}>, {
68
68
  withImages: boolean;
69
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
69
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>>;
70
70
  };
71
71
  template: string;
72
72
  };
@@ -1,17 +1,12 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  value?: string;
3
3
  withImages?: boolean;
4
4
  transform?: (node: Record<string, any>) => Record<string, any>;
5
5
  transformType?: string;
6
6
  clamp?: string | boolean;
7
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
8
- value?: string;
9
- withImages?: boolean;
10
- transform?: (node: Record<string, any>) => Record<string, any>;
11
- transformType?: string;
12
- clamp?: string | boolean;
13
- }> & Readonly<{}>, {
7
+ };
8
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
9
  withImages: boolean;
15
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
16
11
  export default _default;
17
12
  //# sourceMappingURL=ScalarMarkdown.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarMarkdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMarkdown/ScalarMarkdown.vue"],"names":[],"mappings":";YAoDY,MAAM;iBACD,OAAO;gBACR,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;oBAC9C,MAAM;YACd,MAAM,GAAG,OAAO;;YAJhB,MAAM;iBACD,OAAO;gBACR,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;oBAC9C,MAAM;YACd,MAAM,GAAG,OAAO;;gBAHX,OAAO;;AAwExB,wBAOG"}
1
+ {"version":3,"file":"ScalarMarkdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMarkdown/ScalarMarkdown.vue"],"names":[],"mappings":"AAmDA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC9D,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CACzB,CAAC;;gBAJa,OAAO;;AAsFxB,wBAQG"}
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarModal/ScalarModal.vue"],"names":[],"mappings":"AA6OA,+CAA+C;AAC/C,wBAAgB,QAAQ;;;;EAUvB;;WAMU,UAAU,CAAC,OAAO,QAAQ,CAAC;YAC1B,MAAM;gBACF,MAAM;eACP,MAAM;;;;WAHV,UAAU,CAAC,OAAO,QAAQ,CAAC;YAC1B,MAAM;gBACF,MAAM;eACP,MAAM;;;;;;qBAqQS,GAAG;qBACH,GAAG;;AA9QjC,wBA+SK;AAcL,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,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":"AA6OA,+CAA+C;AAC/C,wBAAgB,QAAQ;;;;EAUvB;;WAOU,UAAU,CAAC,OAAO,QAAQ,CAAC;YAC1B,MAAM;gBACF,MAAM;eACP,MAAM;;;;WAHV,UAAU,CAAC,OAAO,QAAQ,CAAC;YAC1B,MAAM;gBACF,MAAM;eACP,MAAM;;;;;;qBA6NS,GAAG;qBACH,GAAG;;AAtOjC,wBA+QK;AAgBL,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,18 +1,36 @@
1
1
  import type { StoryObj } from '@storybook/vue3';
2
2
  declare const meta: {
3
3
  component: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<Omit<import("../ScalarFloating").FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
5
+ resize?: boolean | undefined;
6
+ placement?: import("@floating-ui/vue").Placement | undefined;
7
+ targetRef?: HTMLElement | undefined;
8
+ isOpen?: boolean | undefined;
9
+ teleport?: (boolean | string) | undefined;
10
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
5
11
  P: {};
6
12
  B: {};
7
13
  D: {};
8
14
  C: {};
9
15
  M: {};
10
16
  Defaults: {};
11
- }, Readonly<Omit<import("../ScalarFloating").FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, {}>;
17
+ }, Readonly<{
18
+ resize?: boolean | undefined;
19
+ placement?: import("@floating-ui/vue").Placement | undefined;
20
+ targetRef?: HTMLElement | undefined;
21
+ isOpen?: boolean | undefined;
22
+ teleport?: (boolean | string) | undefined;
23
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
12
24
  __isFragment?: never;
13
25
  __isTeleport?: never;
14
26
  __isSuspense?: never;
15
- } & import("vue").ComponentOptionsBase<Readonly<Omit<import("../ScalarFloating").FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
27
+ } & import("vue").ComponentOptionsBase<Readonly<{
28
+ resize?: boolean | undefined;
29
+ placement?: import("@floating-ui/vue").Placement | undefined;
30
+ targetRef?: HTMLElement | undefined;
31
+ isOpen?: boolean | undefined;
32
+ teleport?: (boolean | string) | undefined;
33
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
16
34
  $slots: {
17
35
  default?(_: {}): any;
18
36
  popover?(_: {
@@ -31,18 +49,36 @@ declare const meta: {
31
49
  };
32
50
  };
33
51
  render: (args: import("@storybook/vue3").ComponentPropsAndSlots<{
34
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<Omit<import("../ScalarFloating").FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
52
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
53
+ resize?: boolean | undefined;
54
+ placement?: import("@floating-ui/vue").Placement | undefined;
55
+ targetRef?: HTMLElement | undefined;
56
+ isOpen?: boolean | undefined;
57
+ teleport?: (boolean | string) | undefined;
58
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
35
59
  P: {};
36
60
  B: {};
37
61
  D: {};
38
62
  C: {};
39
63
  M: {};
40
64
  Defaults: {};
41
- }, Readonly<Omit<import("../ScalarFloating").FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, {}>;
65
+ }, Readonly<{
66
+ resize?: boolean | undefined;
67
+ placement?: import("@floating-ui/vue").Placement | undefined;
68
+ targetRef?: HTMLElement | undefined;
69
+ isOpen?: boolean | undefined;
70
+ teleport?: (boolean | string) | undefined;
71
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
42
72
  __isFragment?: never;
43
73
  __isTeleport?: never;
44
74
  __isSuspense?: never;
45
- } & import("vue").ComponentOptionsBase<Readonly<Omit<import("../ScalarFloating").FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
75
+ } & import("vue").ComponentOptionsBase<Readonly<{
76
+ resize?: boolean | undefined;
77
+ placement?: import("@floating-ui/vue").Placement | undefined;
78
+ targetRef?: HTMLElement | undefined;
79
+ isOpen?: boolean | undefined;
80
+ teleport?: (boolean | string) | undefined;
81
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
46
82
  $slots: {
47
83
  default?(_: {}): any;
48
84
  popover?(_: {
@@ -52,18 +88,36 @@ declare const meta: {
52
88
  })>) => {
53
89
  components: {
54
90
  ScalarPopover: {
55
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<Omit<import("../ScalarFloating").FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
91
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
92
+ resize?: boolean | undefined;
93
+ placement?: import("@floating-ui/vue").Placement | undefined;
94
+ targetRef?: HTMLElement | undefined;
95
+ isOpen?: boolean | undefined;
96
+ teleport?: (boolean | string) | undefined;
97
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
56
98
  P: {};
57
99
  B: {};
58
100
  D: {};
59
101
  C: {};
60
102
  M: {};
61
103
  Defaults: {};
62
- }, Readonly<Omit<import("../ScalarFloating").FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, {}>;
104
+ }, Readonly<{
105
+ resize?: boolean | undefined;
106
+ placement?: import("@floating-ui/vue").Placement | undefined;
107
+ targetRef?: HTMLElement | undefined;
108
+ isOpen?: boolean | undefined;
109
+ teleport?: (boolean | string) | undefined;
110
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
63
111
  __isFragment?: never;
64
112
  __isTeleport?: never;
65
113
  __isSuspense?: never;
66
- } & import("vue").ComponentOptionsBase<Readonly<Omit<import("../ScalarFloating").FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
114
+ } & import("vue").ComponentOptionsBase<Readonly<{
115
+ resize?: boolean | undefined;
116
+ placement?: import("@floating-ui/vue").Placement | undefined;
117
+ targetRef?: HTMLElement | undefined;
118
+ isOpen?: boolean | undefined;
119
+ teleport?: (boolean | string) | undefined;
120
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
67
121
  $slots: {
68
122
  default?(_: {}): any;
69
123
  popover?(_: {
@@ -129,18 +183,36 @@ declare const meta: {
129
183
  };
130
184
  setup(this: void): {
131
185
  args: import("@storybook/vue3").ComponentPropsAndSlots<{
132
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<Omit<import("../ScalarFloating").FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
186
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
187
+ resize?: boolean | undefined;
188
+ placement?: import("@floating-ui/vue").Placement | undefined;
189
+ targetRef?: HTMLElement | undefined;
190
+ isOpen?: boolean | undefined;
191
+ teleport?: (boolean | string) | undefined;
192
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
133
193
  P: {};
134
194
  B: {};
135
195
  D: {};
136
196
  C: {};
137
197
  M: {};
138
198
  Defaults: {};
139
- }, Readonly<Omit<import("../ScalarFloating").FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, {}>;
199
+ }, Readonly<{
200
+ resize?: boolean | undefined;
201
+ placement?: import("@floating-ui/vue").Placement | undefined;
202
+ targetRef?: HTMLElement | undefined;
203
+ isOpen?: boolean | undefined;
204
+ teleport?: (boolean | string) | undefined;
205
+ }> & Readonly<{}>, {}, {}, {}, {}, {}>;
140
206
  __isFragment?: never;
141
207
  __isTeleport?: never;
142
208
  __isSuspense?: never;
143
- } & import("vue").ComponentOptionsBase<Readonly<Omit<import("../ScalarFloating").FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
209
+ } & import("vue").ComponentOptionsBase<Readonly<{
210
+ resize?: boolean | undefined;
211
+ placement?: import("@floating-ui/vue").Placement | undefined;
212
+ targetRef?: HTMLElement | undefined;
213
+ isOpen?: boolean | undefined;
214
+ teleport?: (boolean | string) | undefined;
215
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
144
216
  $slots: {
145
217
  default?(_: {}): any;
146
218
  popover?(_: {
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarPopover.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarPopover/ScalarPopover.stories.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAKrD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiC4B,CAAA;AAEtC,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,IAAI,EAAE,KAAU,CAAA"}
1
+ {"version":3,"file":"ScalarPopover.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarPopover/ScalarPopover.stories.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAKrD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiC4B,CAAA;AAEtC,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,IAAI,EAAE,KAAU,CAAA"}
@@ -1,12 +1,19 @@
1
1
  import { type FloatingOptions } from '../ScalarFloating';
2
+ type __VLS_Props = Omit<FloatingOptions, 'middleware'>;
2
3
  declare function __VLS_template(): {
3
- default?(_: {}): any;
4
- popover?(_: {
5
- close: () => any;
6
- }): any;
4
+ attrs: Partial<{}>;
5
+ slots: {
6
+ default?(_: {}): any;
7
+ popover?(_: {
8
+ close: () => any;
9
+ }): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
7
13
  };
8
- declare const __VLS_component: import("vue").DefineComponent<Omit<FloatingOptions, "middleware">, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Omit<FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ 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>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
10
17
  export default _default;
11
18
  type __VLS_WithTemplateSlots<T, S> = T & {
12
19
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarPopover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarPopover/ScalarPopover.vue"],"names":[],"mappings":"AAyCA,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,mBAAmB,CAAA;AAexE,iBAAS,cAAc;qBAsGO,GAAG;;;QACH,GAAG;EAkBhC;AACD,QAAA,MAAM,eAAe,kVAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,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":"AAyCA,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,mBAAmB,CAAA;AAKxE,KAAK,WAAW,GAAG,IAAI,CAAC,eAAe,EAAE,YAAY,CAAC,CAAC;AAUvD,iBAAS,cAAc;WA4FT,OAAO,IAA6B;;yBATpB,GAAG;;;YACH,GAAG;;;;EAahC;AAYD,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,20 +1,16 @@
1
1
  import { type LoadingState } from '../ScalarLoading';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  loading?: LoadingState;
4
4
  modelValue?: string;
5
5
  sidebar?: boolean;
6
6
  label?: string;
7
- }, {
7
+ };
8
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {
8
9
  focus: () => void;
9
10
  blur: () => void;
10
11
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
12
  "update:modelValue": (v: string) => any;
12
- }, string, import("vue").PublicProps, Readonly<{
13
- loading?: LoadingState;
14
- modelValue?: string;
15
- sidebar?: boolean;
16
- label?: string;
17
- }> & Readonly<{
13
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
18
14
  "onUpdate:modelValue"?: ((v: string) => any) | undefined;
19
15
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
16
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSearchInput/ScalarSearchInput.vue"],"names":[],"mappings":"AA0GA,OAAO,EAAE,KAAK,YAAY,EAAiB,MAAM,kBAAkB,CAAA;;cAKvD,YAAY;iBACT,MAAM;cACT,OAAO;YACT,MAAM;;;;;;;cAHJ,YAAY;iBACT,MAAM;cACT,OAAO;YACT,MAAM;;;;AAwLhB,wBAUG"}
1
+ {"version":3,"file":"ScalarSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSearchInput/ScalarSearchInput.vue"],"names":[],"mappings":"AA0GA,OAAO,EAAE,KAAK,YAAY,EAAiB,MAAM,kBAAkB,CAAA;AAInE,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,YAAY,CAAA;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;;;;;;;;AA0KF,wBAQG"}
@@ -1,18 +1,22 @@
1
1
  import { type Icon } from '../ScalarIcon';
2
- declare function __VLS_template(): {
3
- icon?(_: {}): any;
4
- default?(_: {}): any;
5
- addon?(_: {}): any;
6
- description?(_: {}): any;
7
- };
8
- declare const __VLS_component: import("vue").DefineComponent<{
9
- icon?: Icon;
10
- active?: boolean;
11
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
2
+ type __VLS_Props = {
12
3
  icon?: Icon;
13
4
  active?: boolean;
14
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ icon?(_: {}): any;
10
+ default?(_: {}): any;
11
+ addon?(_: {}): any;
12
+ description?(_: {}): any;
13
+ };
14
+ refs: {};
15
+ rootEl: any;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ 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"]>;
16
20
  export default _default;
17
21
  type __VLS_WithTemplateSlots<T, S> = T & {
18
22
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSearchResultItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSearchResults/ScalarSearchResultItem.vue"],"names":[],"mappings":"AAwEA,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,eAAe,CAAA;AAuBrD,iBAAS,cAAc;kBAqGG,GAAG;qBACA,GAAG;mBACL,GAAG;yBACG,GAAG;EAiBnC;AACD,QAAA,MAAM,eAAe;WA5IZ,IAAI;aACF,OAAO;;WADT,IAAI;aACF,OAAO;iGAiJhB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,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":"AAwEA,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,eAAe,CAAA;AAIrD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;AAgBF,iBAAS,cAAc;WAkGT,OAAO,IAA6B;;sBAXxB,GAAG;yBACA,GAAG;uBACL,GAAG;6BACG,GAAG;;;;EAanC;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,13 +1,18 @@
1
+ type __VLS_Props = {
2
+ noResults?: boolean;
3
+ };
1
4
  declare function __VLS_template(): {
2
- noResults?(_: {}): any;
3
- default?(_: {}): any;
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ noResults?(_: {}): any;
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: any;
4
12
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{
6
- noResults?: boolean;
7
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
8
- noResults?: boolean;
9
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ 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
16
  export default _default;
12
17
  type __VLS_WithTemplateSlots<T, S> = T & {
13
18
  new (): {