@scalar/components 0.12.63 → 0.12.65

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 (62) 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/ScalarDropdownDivider.vue.d.ts +1 -1
  22. package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.d.ts.map +1 -1
  23. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts +13 -8
  24. package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts.map +1 -1
  25. package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts +34 -25
  26. package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts.map +1 -1
  27. package/dist/components/ScalarIcon/IconList.vue.d.ts +3 -4
  28. package/dist/components/ScalarIcon/IconList.vue.d.ts.map +1 -1
  29. package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts +8 -13
  30. package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts.map +1 -1
  31. package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts +1 -1
  32. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts +10 -16
  33. package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts.map +1 -1
  34. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts +14 -19
  35. package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts.map +1 -1
  36. package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts.map +1 -1
  37. package/dist/components/ScalarMarkdown/ScalarMarkdown.stories.d.ts +4 -4
  38. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts +4 -9
  39. package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts.map +1 -1
  40. package/dist/components/ScalarModal/ScalarModal.vue.d.ts.map +1 -1
  41. package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts +84 -12
  42. package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts.map +1 -1
  43. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts +13 -6
  44. package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts.map +1 -1
  45. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts +4 -8
  46. package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts.map +1 -1
  47. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts +16 -12
  48. package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts.map +1 -1
  49. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts +13 -8
  50. package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts.map +1 -1
  51. package/dist/components/ScalarTextField/ScalarTextField.stories.d.ts +4 -4
  52. package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts +17 -22
  53. package/dist/components/ScalarTextField/ScalarTextField.vue.d.ts.map +1 -1
  54. package/dist/components/ScalarToggle/ScalarToggle.stories.d.ts +4 -4
  55. package/dist/components/ScalarToggle/ScalarToggle.vue.d.ts +5 -10
  56. package/dist/components/ScalarToggle/ScalarToggle.vue.d.ts.map +1 -1
  57. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts +17 -22
  58. package/dist/components/ScalarTooltip/ScalarTooltip.vue.d.ts.map +1 -1
  59. package/dist/components/ScalarVirtualText/ScalarVirtualText.stories.d.ts +4 -4
  60. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts +4 -14
  61. package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts.map +1 -1
  62. package/package.json +4 -4
@@ -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 (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSearchResultList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSearchResults/ScalarSearchResultList.vue"],"names":[],"mappings":"AA2DA,iBAAS,cAAc;uBAuCQ,GAAG;qBACL,GAAG;EAgB/B;AACD,QAAA,MAAM,eAAe;gBA1EP,OAAO;;gBAAP,OAAO;iGAgFnB,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":"ScalarSearchResultList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSearchResults/ScalarSearchResultList.vue"],"names":[],"mappings":"AAyCA,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AAgBF,iBAAS,cAAc;WAsDT,OAAO,IAA6B;;2BATnB,GAAG;yBACL,GAAG;;;;EAa/B;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"}
@@ -23,7 +23,7 @@ declare const meta: {
23
23
  labelShadowColor: string;
24
24
  emitOnBlur: boolean;
25
25
  disableTrim: boolean;
26
- }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
26
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
27
27
  P: {};
28
28
  B: {};
29
29
  D: {};
@@ -110,7 +110,7 @@ declare const meta: {
110
110
  labelShadowColor: string;
111
111
  emitOnBlur: boolean;
112
112
  disableTrim: boolean;
113
- }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
113
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
114
114
  P: {};
115
115
  B: {};
116
116
  D: {};
@@ -191,7 +191,7 @@ declare const meta: {
191
191
  labelShadowColor: string;
192
192
  emitOnBlur: boolean;
193
193
  disableTrim: boolean;
194
- }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
194
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
195
195
  P: {};
196
196
  B: {};
197
197
  D: {};
@@ -273,7 +273,7 @@ declare const meta: {
273
273
  labelShadowColor: string;
274
274
  emitOnBlur: boolean;
275
275
  disableTrim: boolean;
276
- }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
276
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
277
277
  P: {};
278
278
  B: {};
279
279
  D: {};
@@ -1,7 +1,4 @@
1
- declare function __VLS_template(): {
2
- default?(_: {}): any;
3
- };
4
- declare const __VLS_component: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
5
2
  modelValue: string;
6
3
  placeholder?: string;
7
4
  label?: string;
@@ -15,32 +12,30 @@ declare const __VLS_component: import("vue").DefineComponent<{
15
12
  handleFieldChange?: (e: string) => void;
16
13
  /** Option to disable trimming for input fields */
17
14
  disableTrim?: boolean;
18
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
15
+ };
16
+ declare function __VLS_template(): {
17
+ attrs: Partial<{}>;
18
+ slots: {
19
+ default?(_: {}): any;
20
+ };
21
+ refs: {
22
+ input: unknown;
23
+ };
24
+ rootEl: HTMLDivElement;
25
+ };
26
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
19
28
  submit: (v: string) => any;
20
29
  "update:modelValue": (v: string) => any;
21
- }, string, import("vue").PublicProps, Readonly<{
22
- modelValue: string;
23
- placeholder?: string;
24
- label?: string;
25
- /** This color creates a mask over the input outline and should be set to the background color behind the textField */
26
- labelShadowColor?: string;
27
- error?: boolean;
28
- isMultiline?: boolean;
29
- helperText?: string;
30
- emitOnBlur?: boolean;
31
- handleFieldSubmit?: (e: string) => void;
32
- handleFieldChange?: (e: string) => void;
33
- /** Option to disable trimming for input fields */
34
- disableTrim?: boolean;
35
- }> & Readonly<{
30
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
36
31
  onSubmit?: ((v: string) => any) | undefined;
37
32
  "onUpdate:modelValue"?: ((v: string) => any) | undefined;
38
33
  }>, {
39
34
  labelShadowColor: string;
40
35
  emitOnBlur: boolean;
41
36
  disableTrim: boolean;
42
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
37
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
38
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
44
39
  export default _default;
45
40
  type __VLS_WithTemplateSlots<T, S> = T & {
46
41
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarTextField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTextField/ScalarTextField.vue"],"names":[],"mappings":"AAyUA,iBAAS,cAAc;qBAsMO,GAAG;EA4BhC;AACD,QAAA,MAAM,eAAe;gBAhVL,MAAM;kBACJ,MAAM;YACZ,MAAM;IACd,sHAAsH;uBACnG,MAAM;YACjB,OAAO;kBACD,OAAO;iBACR,MAAM;iBACN,OAAO;wBACA,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;IACvC,kDAAkD;kBACpC,OAAO;;;;;gBAZT,MAAM;kBACJ,MAAM;YACZ,MAAM;IACd,sHAAsH;uBACnG,MAAM;YACjB,OAAO;kBACD,OAAO;iBACR,MAAM;iBACN,OAAO;wBACA,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;IACvC,kDAAkD;kBACpC,OAAO;;;;;sBARF,MAAM;gBAIZ,OAAO;iBAIN,OAAO;6EA+UvB,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":"ScalarTextField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTextField/ScalarTextField.vue"],"names":[],"mappings":"AA2NA,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,sHAAsH;IACtH,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,iBAAiB,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IACvC,iBAAiB,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IACvC,kDAAkD;IAClD,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;AA8FJ,iBAAS,cAAc;WAoLT,OAAO,IAA6B;;yBATpB,GAAG;;;;;;EAchC;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;sBApTE,MAAM;gBAIZ,OAAO;iBAIN,OAAO;wFAqTvB,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"}
@@ -16,7 +16,7 @@ declare const meta: {
16
16
  ariaLabelledBy?: string;
17
17
  }> & Readonly<{
18
18
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
20
20
  tags: string[];
21
21
  argTypes: {
22
22
  modelValue: {
@@ -42,7 +42,7 @@ declare const meta: {
42
42
  ariaLabelledBy?: string;
43
43
  }> & Readonly<{
44
44
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
45
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>) => {
45
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>>) => {
46
46
  components: {
47
47
  ScalarToggle: import("vue").DefineComponent<{
48
48
  modelValue: boolean;
@@ -60,7 +60,7 @@ declare const meta: {
60
60
  ariaLabelledBy?: string;
61
61
  }> & Readonly<{
62
62
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
63
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
63
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
64
64
  };
65
65
  setup(this: void): {
66
66
  args: import("@storybook/vue3").ComponentPropsAndSlots<import("vue").DefineComponent<{
@@ -79,7 +79,7 @@ declare const meta: {
79
79
  ariaLabelledBy?: string;
80
80
  }> & Readonly<{
81
81
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
82
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
82
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>>;
83
83
  model: import("vue").Ref<boolean, boolean>;
84
84
  };
85
85
  template: string;
@@ -1,19 +1,14 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  modelValue: boolean;
3
3
  disabled?: boolean;
4
4
  id?: string;
5
5
  ariaLabel?: string;
6
6
  ariaLabelledBy?: string;
7
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
+ };
8
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
8
9
  "update:modelValue": (value: boolean) => any;
9
- }, string, import("vue").PublicProps, Readonly<{
10
- modelValue: boolean;
11
- disabled?: boolean;
12
- id?: string;
13
- ariaLabel?: string;
14
- ariaLabelledBy?: string;
15
- }> & Readonly<{
10
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
11
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
17
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
18
13
  export default _default;
19
14
  //# sourceMappingURL=ScalarToggle.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarToggle/ScalarToggle.vue"],"names":[],"mappings":";gBA2Dc,OAAO;eACR,OAAO;SACb,MAAM;gBACC,MAAM;qBACD,MAAM;;;;gBAJX,OAAO;eACR,OAAO;SACb,MAAM;gBACC,MAAM;qBACD,MAAM;;;;AAuFzB,wBASG"}
1
+ {"version":3,"file":"ScalarToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarToggle/ScalarToggle.vue"],"names":[],"mappings":"AA0DA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB,CAAC;;;;;;AA8FF,wBAQG"}
@@ -1,34 +1,29 @@
1
- declare function __VLS_template(): {
2
- trigger?(_: {}): any;
3
- content?(_: {}): any;
4
- };
5
- declare const __VLS_component: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
6
2
  click?: () => void;
7
3
  delay?: number;
8
4
  skipDelay?: number;
9
- align?: "start" | "center" | "end";
10
- side?: "top" | "right" | "bottom" | "left";
5
+ align?: 'start' | 'center' | 'end';
6
+ side?: 'top' | 'right' | 'bottom' | 'left';
11
7
  sideOffset?: number;
12
8
  class?: string;
13
9
  triggerClass?: string;
14
10
  resize?: boolean;
15
11
  as?: string;
16
12
  disabled?: boolean;
17
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
+ };
14
+ declare function __VLS_template(): {
15
+ attrs: Partial<{}>;
16
+ slots: {
17
+ trigger?(_: {}): any;
18
+ content?(_: {}): any;
19
+ };
20
+ refs: {};
21
+ rootEl: any;
22
+ };
23
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
18
25
  click: () => any;
19
- }, string, import("vue").PublicProps, Readonly<{
20
- click?: () => void;
21
- delay?: number;
22
- skipDelay?: number;
23
- align?: "start" | "center" | "end";
24
- side?: "top" | "right" | "bottom" | "left";
25
- sideOffset?: number;
26
- class?: string;
27
- triggerClass?: string;
28
- resize?: boolean;
29
- as?: string;
30
- disabled?: boolean;
31
- }> & Readonly<{
26
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
32
27
  onClick?: (() => any) | undefined;
33
28
  }>, {
34
29
  disabled: boolean;
@@ -36,7 +31,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
36
31
  side: "top" | "right" | "bottom" | "left";
37
32
  skipDelay: number;
38
33
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
34
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
40
35
  export default _default;
41
36
  type __VLS_WithTemplateSlots<T, S> = T & {
42
37
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTooltip/ScalarTooltip.vue"],"names":[],"mappings":"AAmHA,iBAAS,cAAc;qBA8GO,GAAG;qBACH,GAAG;EAuBhC;AACD,QAAA,MAAM,eAAe;YA/KT,MAAM,IAAI;YACV,MAAM;gBACF,MAAM;YACV,OAAO,GAAG,QAAQ,GAAG,KAAK;WAC3B,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM;iBAC7B,MAAM;YACX,MAAM;mBACC,MAAM;aACZ,OAAO;SACX,MAAM;eACA,OAAO;;;;YAVV,MAAM,IAAI;YACV,MAAM;gBACF,MAAM;YACV,OAAO,GAAG,QAAQ,GAAG,KAAK;WAC3B,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM;iBAC7B,MAAM;YACX,MAAM;mBACC,MAAM;aACZ,OAAO;SACX,MAAM;eACA,OAAO;;;;cAAP,OAAO;WAPV,OAAO,GAAG,QAAQ,GAAG,KAAK;UAC3B,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM;eAF9B,MAAM;6EAuLpB,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":"ScalarTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarTooltip/ScalarTooltip.vue"],"names":[],"mappings":"AA0EA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;IAClC,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;IAC1C,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AA4BJ,iBAAS,cAAc;WAiGT,OAAO,IAA6B;;yBATpB,GAAG;yBACH,GAAG;;;;EAahC;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;cAnJN,OAAO;WAPV,OAAO,GAAG,QAAQ,GAAG,KAAK;UAC3B,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM;eAF9B,MAAM;6EAoKpB,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"}
@@ -17,7 +17,7 @@ declare const meta: {
17
17
  containerClass: string;
18
18
  contentClass: string;
19
19
  lineClass: string;
20
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
21
21
  tags: string[];
22
22
  argTypes: {
23
23
  text: {
@@ -44,7 +44,7 @@ declare const meta: {
44
44
  containerClass: string;
45
45
  contentClass: string;
46
46
  lineClass: string;
47
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>) => {
47
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>>) => {
48
48
  components: {
49
49
  ScalarVirtualText: import("vue").DefineComponent<{
50
50
  text: string;
@@ -63,7 +63,7 @@ declare const meta: {
63
63
  containerClass: string;
64
64
  contentClass: string;
65
65
  lineClass: string;
66
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
66
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
67
67
  };
68
68
  setup(this: void): {
69
69
  args: import("@storybook/vue3").ComponentPropsAndSlots<import("vue").DefineComponent<{
@@ -83,7 +83,7 @@ declare const meta: {
83
83
  containerClass: string;
84
84
  contentClass: string;
85
85
  lineClass: string;
86
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
86
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>>;
87
87
  };
88
88
  template: string;
89
89
  };