@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,12 +1,66 @@
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
- open: any;
7
- }): any;
4
+ attrs: Partial<{}>;
5
+ slots: {
6
+ default?(_: {}): any;
7
+ popover?(_: {
8
+ close: any;
9
+ open: any;
10
+ }): any;
11
+ };
12
+ refs: {
13
+ popoverButtonRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
14
+ as: {
15
+ type: (ObjectConstructor | StringConstructor)[];
16
+ default: string;
17
+ };
18
+ disabled: {
19
+ type: BooleanConstructor[];
20
+ default: boolean;
21
+ };
22
+ id: {
23
+ type: StringConstructor;
24
+ default: null;
25
+ };
26
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
+ [key: string]: any;
28
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
29
+ id: string;
30
+ as: string | Record<string, any>;
31
+ disabled: boolean;
32
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
33
+ P: {};
34
+ B: {};
35
+ D: {};
36
+ C: {};
37
+ M: {};
38
+ Defaults: {};
39
+ }, Readonly<import("vue").ExtractPropTypes<{
40
+ as: {
41
+ type: (ObjectConstructor | StringConstructor)[];
42
+ default: string;
43
+ };
44
+ disabled: {
45
+ type: BooleanConstructor[];
46
+ default: boolean;
47
+ };
48
+ id: {
49
+ type: StringConstructor;
50
+ default: null;
51
+ };
52
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>, {}, {}, {}, {
55
+ id: string;
56
+ as: string | Record<string, any>;
57
+ disabled: boolean;
58
+ }> | null;
59
+ };
60
+ rootEl: any;
8
61
  };
9
- declare const __VLS_component: import("vue").DefineComponent<Omit<FloatingOptions, "middleware">, {
62
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
63
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
10
64
  popoverButtonRef: import("vue").Ref<import("vue").DefineComponent<{
11
65
  as: {
12
66
  type: (ObjectConstructor | StringConstructor)[];
@@ -72,8 +126,8 @@ declare const __VLS_component: import("vue").DefineComponent<Omit<FloatingOption
72
126
  as: string | Record<string, any>;
73
127
  disabled: boolean;
74
128
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | null>;
75
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Omit<FloatingOptions, "middleware">> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
76
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
129
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
130
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
77
131
  export default _default;
78
132
  type __VLS_WithTemplateSlots<T, S> = T & {
79
133
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarComboboxPopover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarComboboxPopover.vue"],"names":[],"mappings":"AA4DA,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,mBAAmB,CAAA;AA2BxE,iBAAS,cAAc;qBAyHO,GAAG;;;;QACH,GAAG;EAoBhC;AACD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;oBA7KrB,KAvB2B,eAuB3B,KAtBa,uBAsBb,KApBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4QAwMC,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":"ScalarComboboxPopover.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarCombobox/ScalarComboboxPopover.vue"],"names":[],"mappings":"AA4DA,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,mBAAmB,CAAA;AAIxE,KAAK,WAAW,GAAG,IAAI,CAAC,eAAe,EAAE,YAAY,CAAC,CAAC;AAuBvD,iBAAS,cAAc;WAiHT,OAAO,IAA6B;;yBAVpB,GAAG;;;;YACH,GAAG;;;;;;;;;;;;;;;;0BAtIjC,KAvB2B,eAuB3B,KAtBa,uBAsBb,KApBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwKA;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;oBAnKrB,KAvB2B,eAuB3B,KAtBa,uBAsBb,KApBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oPA8LC,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,25 +1,26 @@
1
- declare function __VLS_template(): {
2
- trigger?(_: {}): any;
3
- content?(_: {}): any;
4
- };
5
- declare const __VLS_component: import("vue").DefineComponent<{
6
- align?: "start" | "center" | "end";
7
- side?: "top" | "right" | "bottom" | "left";
8
- sideOffset?: number;
9
- disabled?: boolean;
10
- triggerClass?: string;
11
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
12
- align?: "start" | "center" | "end";
13
- side?: "top" | "right" | "bottom" | "left";
1
+ type __VLS_Props = {
2
+ align?: 'start' | 'center' | 'end';
3
+ side?: 'top' | 'right' | 'bottom' | 'left';
14
4
  sideOffset?: number;
15
5
  disabled?: boolean;
16
6
  triggerClass?: string;
17
- }> & Readonly<{}>, {
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ trigger?(_: {}): any;
12
+ content?(_: {}): 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<{}>, {
18
19
  disabled: boolean;
19
20
  align: "start" | "center" | "end";
20
21
  side: "top" | "right" | "bottom" | "left";
21
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
24
  export default _default;
24
25
  type __VLS_WithTemplateSlots<T, S> = T & {
25
26
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarContextMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarContextMenu/ScalarContextMenu.vue"],"names":[],"mappings":"AAkFA,iBAAS,cAAc;qBA2FO,GAAG;qBACH,GAAG;EAoBhC;AACD,QAAA,MAAM,eAAe;YA1IT,OAAO,GAAG,QAAQ,GAAG,KAAK;WAC3B,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM;iBAC7B,MAAM;eACR,OAAO;mBACH,MAAM;;YAJb,OAAO,GAAG,QAAQ,GAAG,KAAK;WAC3B,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM;iBAC7B,MAAM;eACR,OAAO;mBACH,MAAM;;cADV,OAAO;WAHV,OAAO,GAAG,QAAQ,GAAG,KAAK;UAC3B,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM;6EAgJ5C,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":"ScalarContextMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarContextMenu/ScalarContextMenu.vue"],"names":[],"mappings":"AAwDA,KAAK,WAAW,GAAG;IACf,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,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB,CAAC;AAoBJ,iBAAS,cAAc;WA6ET,OAAO,IAA6B;;yBATpB,GAAG;yBACH,GAAG;;;;EAahC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cAvHN,OAAO;WAHV,OAAO,GAAG,QAAQ,GAAG,KAAK;UAC3B,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM;6EAiI5C,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"}
@@ -152,7 +152,7 @@ declare const meta: {
152
152
  default?(_: {}): any;
153
153
  };
154
154
  });
155
- ScalarDropdownDivider: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
155
+ ScalarDropdownDivider: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
156
156
  ScalarButton: {
157
157
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
158
158
  disabled?: boolean;
@@ -1,19 +1,23 @@
1
1
  import { type FloatingOptions } from '../ScalarFloating';
2
- declare function __VLS_template(): {
3
- default?(_: {}): any;
4
- items?(_: {}): any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<Omit<FloatingOptions, "middleware"> & {
7
- static?: boolean;
8
- staticOpen?: boolean;
9
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Omit<FloatingOptions, "middleware"> & {
2
+ type __VLS_Props = Omit<FloatingOptions, 'middleware'> & {
10
3
  static?: boolean;
11
4
  staticOpen?: boolean;
12
- }> & Readonly<{}>, {
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ items?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ rootEl: any;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
17
  static: boolean;
14
18
  staticOpen: boolean;
15
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
21
  export default _default;
18
22
  type __VLS_WithTemplateSlots<T, S> = T & {
19
23
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarDropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarDropdown/ScalarDropdown.vue"],"names":[],"mappings":"AA0DA,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,mBAAmB,CAAA;AAuBxE,iBAAS,cAAc;qBA8GO,GAAG;mBACL,GAAG;EAmB9B;AACD,QAAA,MAAM,eAAe;aArJN,OAAO;iBACH,OAAO;;aADX,OAAO;iBACH,OAAO;;YADX,OAAO;gBACH,OAAO;6EA2JxB,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":"ScalarDropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarDropdown/ScalarDropdown.vue"],"names":[],"mappings":"AA0DA,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,mBAAmB,CAAA;AAIxE,KAAK,WAAW,GAAG,IAAI,CAAC,eAAe,EAAE,YAAY,CAAC,GAAG;IACnD,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAC;AAgBN,iBAAS,cAAc;WAoGT,OAAO,IAA6B;;yBATpB,GAAG;uBACL,GAAG;;;;EAa9B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YAzIN,OAAO;gBACH,OAAO;6EA+IxB,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,3 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ScalarDropdownDivider.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarDropdownDivider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarDropdown/ScalarDropdownDivider.vue"],"names":[],"mappings":";AA4CA,wBAKG"}
1
+ {"version":3,"file":"ScalarDropdownDivider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarDropdown/ScalarDropdownDivider.vue"],"names":[],"mappings":";AA4DA,wBAMG"}
@@ -1,16 +1,21 @@
1
+ type __VLS_Props = {
2
+ disabled?: boolean;
3
+ };
1
4
  declare function __VLS_template(): {
2
- default?(_: {}): any;
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ rootEl: any;
3
11
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{
5
- disabled?: boolean;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
14
  click: (event: MouseEvent) => any;
8
- }, string, import("vue").PublicProps, Readonly<{
9
- disabled?: boolean;
10
- }> & Readonly<{
15
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
11
16
  onClick?: ((event: MouseEvent) => any) | undefined;
12
17
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
19
  export default _default;
15
20
  type __VLS_WithTemplateSlots<T, S> = T & {
16
21
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarDropdownItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarDropdown/ScalarDropdownItem.vue"],"names":[],"mappings":"AAsFA,iBAAS,cAAc;qBA2CM,GAAG;EAoB/B;AACD,QAAA,MAAM,eAAe;eA/FR,OAAO;;;;eAAP,OAAO;;;kFAwGlB,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":"ScalarDropdownItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarDropdown/ScalarDropdownItem.vue"],"names":[],"mappings":"AAsDA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AA6BF,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAQnB,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,32 +1,41 @@
1
1
  import { type MiddlewareData } from '@floating-ui/vue';
2
2
  import type { FloatingOptions } from './types';
3
- declare function __VLS_template(): Readonly<{
4
- /** The reference element for the element in the #floating slot */
5
- default(): any;
6
- /** The floating element */
7
- floating(props: {
8
- /** The width of the reference element if `resize` is true and placement is on the y axis */
9
- width?: string;
10
- /** The height of the reference element if `resize` is true and placement is on the x axis */
11
- height?: string;
12
- /** The middleware data return by Floating UI */
13
- data?: MiddlewareData;
14
- }): any;
15
- }> & {
16
- /** The reference element for the element in the #floating slot */
17
- default(): any;
18
- /** The floating element */
19
- floating(props: {
20
- /** The width of the reference element if `resize` is true and placement is on the y axis */
21
- width?: string;
22
- /** The height of the reference element if `resize` is true and placement is on the x axis */
23
- height?: string;
24
- /** The middleware data return by Floating UI */
25
- data?: MiddlewareData;
26
- }): any;
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: Readonly<{
6
+ /** The reference element for the element in the #floating slot */
7
+ default(): any;
8
+ /** The floating element */
9
+ floating(props: {
10
+ /** The width of the reference element if `resize` is true and placement is on the y axis */
11
+ width?: string;
12
+ /** The height of the reference element if `resize` is true and placement is on the x axis */
13
+ height?: string;
14
+ /** The middleware data return by Floating UI */
15
+ data?: MiddlewareData;
16
+ }): any;
17
+ }> & {
18
+ /** The reference element for the element in the #floating slot */
19
+ default(): any;
20
+ /** The floating element */
21
+ floating(props: {
22
+ /** The width of the reference element if `resize` is true and placement is on the y axis */
23
+ width?: string;
24
+ /** The height of the reference element if `resize` is true and placement is on the x axis */
25
+ height?: string;
26
+ /** The middleware data return by Floating UI */
27
+ data?: MiddlewareData;
28
+ }): any;
29
+ };
30
+ refs: {
31
+ wrapperRef: HTMLDivElement;
32
+ floatingRef: HTMLDivElement;
33
+ };
34
+ rootEl: any;
27
35
  };
36
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
28
37
  declare const __VLS_component: import("vue").DefineComponent<FloatingOptions, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FloatingOptions> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
38
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
39
  export default _default;
31
40
  type __VLS_WithTemplateSlots<T, S> = T & {
32
41
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarFloating.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarFloating/ScalarFloating.vue"],"names":[],"mappings":"AA4GA,OAAO,EACL,KAAK,cAAc,EAOpB,MAAM,kBAAkB,CAAA;AAGzB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AA4E9C,iBAAS,cAAc;IAnErB,kEAAkE;eACvD,GAAG;IACd,2BAA2B;oBACX;QACd,4FAA4F;QAC5F,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,6FAA6F;QAC7F,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,gDAAgD;QAChD,IAAI,CAAC,EAAE,cAAc,CAAA;KACtB,GAAG,GAAG;;IAVP,kEAAkE;eACvD,GAAG;IACd,2BAA2B;oBACX;QACd,4FAA4F;QAC5F,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,6FAA6F;QAC7F,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,gDAAgD;QAChD,IAAI,CAAC,EAAE,cAAc,CAAA;KACtB,GAAG,GAAG;EA2HR;AACD,QAAA,MAAM,eAAe,0SAMnB,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":"ScalarFloating.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarFloating/ScalarFloating.vue"],"names":[],"mappings":"AA4GA,OAAO,EACL,KAAK,cAAc,EAOpB,MAAM,kBAAkB,CAAA;AAGzB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AA4E9C,iBAAS,cAAc;WAuDT,OAAO,IAA6B;;QA1HhD,kEAAkE;mBACvD,GAAG;QACd,2BAA2B;wBACX;YACd,4FAA4F;YAC5F,KAAK,CAAC,EAAE,MAAM,CAAA;YACd,6FAA6F;YAC7F,MAAM,CAAC,EAAE,MAAM,CAAA;YACf,gDAAgD;YAChD,IAAI,CAAC,EAAE,cAAc,CAAA;SACtB,GAAG,GAAG;;QAVP,kEAAkE;mBACvD,GAAG;QACd,2BAA2B;wBACX;YACd,4FAA4F;YAC5F,KAAK,CAAC,EAAE,MAAM,CAAA;YACd,6FAA6F;YAC7F,MAAM,CAAC,EAAE,MAAM,CAAA;YACf,gDAAgD;YAChD,IAAI,CAAC,EAAE,cAAc,CAAA;SACtB,GAAG,GAAG;;;;;;;EAqHR;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0SAMnB,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,7 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  thickness?: string;
3
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
4
- thickness?: string;
5
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ };
4
+ declare const _default: 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>;
6
5
  export default _default;
7
6
  //# sourceMappingURL=IconList.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarIcon/IconList.vue"],"names":[],"mappings":";gBAsDc,MAAM;;gBAAN,MAAM;;AAoIpB,wBAMG"}
1
+ {"version":3,"file":"IconList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarIcon/IconList.vue"],"names":[],"mappings":"AAqDA,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;;AAsIF,wBAMG"}
@@ -4,6 +4,13 @@ import { type Icon, type Logo } from './utils/index.js';
4
4
  * Icon wrapper for all icons and logos
5
5
  */
6
6
  type IconVariants = VariantProps<typeof iconProps>;
7
+ type __VLS_Props = {
8
+ icon?: Icon;
9
+ logo?: Logo;
10
+ size?: IconVariants['size'];
11
+ thickness?: string;
12
+ label?: string;
13
+ };
7
14
  declare const iconProps: (props?: ({
8
15
  size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full" | undefined;
9
16
  } & ({
@@ -61,18 +68,6 @@ declare const iconProps: (props?: ({
61
68
  [x: string]: any;
62
69
  } | null | undefined;
63
70
  })) | undefined) => string;
64
- declare const _default: import("vue").DefineComponent<{
65
- icon?: Icon;
66
- logo?: Logo;
67
- size?: IconVariants["size"];
68
- thickness?: string;
69
- label?: string;
70
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
71
- icon?: Icon;
72
- logo?: Logo;
73
- size?: IconVariants["size"];
74
- thickness?: string;
75
- label?: string;
76
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
71
+ declare const _default: 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>;
77
72
  export default _default;
78
73
  //# sourceMappingURL=ScalarIcon.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarIcon/ScalarIcon.vue"],"names":[],"mappings":"AAuEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AAIvC,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,IAAI,EAAoB,MAAM,SAAS,CAAA;AAIhE;;GAEG;AAEH,KAAK,YAAY,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,CAAA;AAWlD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAgBb,CAAA;;WAxBO,IAAI;WACJ,IAAI;WACJ,YAAY,CAAC,MAAM,CAAC;gBACf,MAAM;YACV,MAAM;;WAJP,IAAI;WACJ,IAAI;WACJ,YAAY,CAAC,MAAM,CAAC;gBACf,MAAM;YACV,MAAM;;AA4FhB,wBAMG"}
1
+ {"version":3,"file":"ScalarIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarIcon/ScalarIcon.vue"],"names":[],"mappings":"AAuEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AAIvC,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,IAAI,EAAoB,MAAM,SAAS,CAAA;AAIhE;;GAEG;AAEH,KAAK,YAAY,GAAG,YAAY,CAAC,OAAO,SAAS,CAAC,CAAA;AAElD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,IAAI,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,CAAA;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAGF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAgBb,CAAA;;AAqFF,wBAOG"}
@@ -17,7 +17,7 @@ declare const meta: {
17
17
  }> & Readonly<{}>, {
18
18
  size: "xs" | "sm" | "md" | "full" | "xxs";
19
19
  variant: string;
20
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLButtonElement>;
21
21
  tags: string[];
22
22
  argTypes: {
23
23
  icon: {
@@ -1,6 +1,14 @@
1
1
  import type { VariantProps } from 'cva';
2
2
  import { type Icon } from '../ScalarIcon';
3
3
  type Variants = VariantProps<typeof variants>;
4
+ type __VLS_Props = {
5
+ label: string;
6
+ icon: Icon;
7
+ disabled?: boolean;
8
+ variant?: Variants['variant'];
9
+ size?: Variants['size'];
10
+ thickness?: string;
11
+ };
4
12
  declare const variants: (props?: ({
5
13
  size?: "xs" | "sm" | "md" | "full" | "xxs" | undefined;
6
14
  disabled?: boolean | undefined;
@@ -60,23 +68,9 @@ declare const variants: (props?: ({
60
68
  [x: string]: any;
61
69
  } | null | undefined;
62
70
  })) | undefined) => string;
63
- declare const _default: import("vue").DefineComponent<{
64
- label: string;
65
- icon: Icon;
66
- disabled?: boolean;
67
- variant?: Variants["variant"];
68
- size?: Variants["size"];
69
- thickness?: string;
70
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
71
- label: string;
72
- icon: Icon;
73
- disabled?: boolean;
74
- variant?: Variants["variant"];
75
- size?: Variants["size"];
76
- thickness?: string;
77
- }> & Readonly<{}>, {
71
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
78
72
  size: "xs" | "sm" | "md" | "full" | "xxs";
79
73
  variant: string;
80
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
74
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLButtonElement>;
81
75
  export default _default;
82
76
  //# sourceMappingURL=ScalarIconButton.vue.d.ts.map
@@ -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":"AAgJA,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,mBAAmB,CAAA;AAExE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAyDrC,iBAAS,cAAc;qBAqNO,GAAG;EA2BhC;AACD,QAAA,MAAM,eAAe;IArSf;;;;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;6EA0StB,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 +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"}