@scalar/components 0.12.76 → 0.13.0
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.
- package/dist/components/ScalarButton/ScalarButton.stories.d.ts +3 -0
- package/dist/components/ScalarButton/ScalarButton.stories.d.ts.map +1 -1
- package/dist/components/ScalarButton/ScalarButton.vue.d.ts.map +1 -1
- package/dist/components/ScalarButton/ScalarButton.vue.js +29 -32
- package/dist/components/ScalarCombobox/ScalarCombobox.stories.d.ts +30 -5
- package/dist/components/ScalarCombobox/ScalarCombobox.stories.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts +24 -7
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.js +34 -18
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +16 -82
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.js +23 -22
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts +7 -2
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.js +23 -28
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts +25 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.js +58 -56
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts +5 -11
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.js +43 -43
- package/dist/components/ScalarCombobox/types.d.ts +4 -2
- package/dist/components/ScalarCombobox/types.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/types.js +8 -3
- package/dist/components/ScalarDropdown/ScalarDropdown.stories.d.ts +73 -105
- package/dist/components/ScalarDropdown/ScalarDropdown.stories.d.ts.map +1 -1
- package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts +40 -22
- package/dist/components/ScalarDropdown/ScalarDropdown.vue.d.ts.map +1 -1
- package/dist/components/ScalarDropdown/ScalarDropdown.vue.js +32 -42
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.d.ts +35 -0
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.d.ts.map +1 -0
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.js +7 -0
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue2.js +37 -0
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.d.ts +17 -1
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.d.ts.map +1 -1
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.js +7 -6
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue2.js +4 -0
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts +18 -15
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.d.ts.map +1 -1
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.js +2 -2
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue2.js +19 -29
- package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue.d.ts +32 -0
- package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue.d.ts.map +1 -0
- package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue.js +28 -0
- package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue2.js +4 -0
- package/dist/components/ScalarDropdown/index.d.ts +2 -0
- package/dist/components/ScalarDropdown/index.d.ts.map +1 -1
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.spec.d.ts +2 -0
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.spec.d.ts.map +1 -0
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.stories.d.ts +6 -0
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.stories.d.ts.map +1 -0
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue.d.ts +18 -0
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue.d.ts.map +1 -0
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue.js +23 -0
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue2.js +4 -0
- package/dist/components/ScalarErrorBoundary/index.d.ts +2 -0
- package/dist/components/ScalarErrorBoundary/index.d.ts.map +1 -0
- package/dist/components/ScalarFloating/ScalarFloating.stories.d.ts +4 -0
- package/dist/components/ScalarFloating/ScalarFloating.stories.d.ts.map +1 -1
- package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts +5 -4
- package/dist/components/ScalarFloating/ScalarFloating.vue.d.ts.map +1 -1
- package/dist/components/ScalarFloating/ScalarFloating.vue.js +32 -29
- package/dist/components/ScalarFloating/index.d.ts +1 -1
- package/dist/components/ScalarFloating/index.d.ts.map +1 -1
- package/dist/components/ScalarFloating/types.d.ts +15 -7
- package/dist/components/ScalarFloating/types.d.ts.map +1 -1
- package/dist/components/ScalarFloating/useResizeWithTarget.d.ts +3 -0
- package/dist/components/ScalarFloating/useResizeWithTarget.d.ts.map +1 -1
- package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts +1 -0
- package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts.map +1 -1
- package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts.map +1 -1
- package/dist/components/ScalarIcon/ScalarIcon.vue.js +2 -2
- package/dist/components/ScalarIcon/ScalarIcon.vue2.js +18 -15
- package/dist/components/ScalarIcon/icons/Hide.svg.js +10 -9
- package/dist/components/ScalarIcon/icons/Show.svg.js +7 -8
- package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts +10 -7
- package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts.map +1 -1
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts +1 -1
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts.map +1 -1
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.js +19 -21
- package/dist/components/ScalarListbox/ScalarListbox.stories.d.ts +52 -25
- package/dist/components/ScalarListbox/ScalarListbox.stories.d.ts.map +1 -1
- package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts +41 -22
- package/dist/components/ScalarListbox/ScalarListbox.vue.d.ts.map +1 -1
- package/dist/components/ScalarListbox/ScalarListbox.vue.js +46 -85
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.d.ts +8 -0
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.d.ts.map +1 -0
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.js +26 -0
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue2.js +4 -0
- package/dist/components/ScalarListbox/ScalarListboxItem.vue.d.ts +8 -0
- package/dist/components/ScalarListbox/ScalarListboxItem.vue.d.ts.map +1 -0
- package/dist/components/ScalarListbox/ScalarListboxItem.vue.js +53 -0
- package/dist/components/ScalarListbox/ScalarListboxItem.vue2.js +4 -0
- package/dist/components/ScalarListbox/index.d.ts +3 -1
- package/dist/components/ScalarListbox/index.d.ts.map +1 -1
- package/dist/components/ScalarListbox/types.d.ts +1 -0
- package/dist/components/ScalarListbox/types.d.ts.map +1 -1
- package/dist/components/ScalarLoading/ScalarLoading.stories.d.ts +28 -6
- package/dist/components/ScalarLoading/ScalarLoading.stories.d.ts.map +1 -1
- package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts +2 -2
- package/dist/components/ScalarLoading/ScalarLoading.vue.d.ts.map +1 -1
- package/dist/components/ScalarLoading/ScalarLoading.vue.js +3 -3
- package/dist/components/ScalarLoading/ScalarLoading.vue2.js +29 -30
- package/dist/components/ScalarMenu/ScalarMenu.stories.d.ts +133 -108
- package/dist/components/ScalarMenu/ScalarMenu.stories.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenu.vue.d.ts +34 -18
- package/dist/components/ScalarMenu/ScalarMenu.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenu.vue.js +22 -20
- package/dist/components/ScalarMenu/ScalarMenuButton.vue.d.ts +2 -2
- package/dist/components/ScalarMenu/ScalarMenuButton.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuButton.vue.js +25 -17
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.js +17 -10
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.d.ts +2 -2
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.js +22 -16
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue.d.ts +1 -1
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue.js +25 -22
- package/dist/components/ScalarMenu/ScalarMenuResources.vue.d.ts +1 -1
- package/dist/components/ScalarMenu/ScalarMenuResources.vue.js +3 -3
- package/dist/components/ScalarMenu/ScalarMenuSection.vue.d.ts +2 -2
- package/dist/components/ScalarMenu/ScalarMenuSection.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuSection.vue.js +18 -15
- package/dist/components/ScalarMenu/ScalarMenuSection.vue2.js +4 -0
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.d.ts +1 -1
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.js +18 -16
- package/dist/components/ScalarModal/ScalarModal.stories.d.ts +3 -3
- package/dist/components/ScalarModal/ScalarModal.vue.d.ts +2 -2
- package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts +20 -116
- package/dist/components/ScalarPopover/ScalarPopover.stories.d.ts.map +1 -1
- package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts +4 -11
- package/dist/components/ScalarPopover/ScalarPopover.vue.d.ts.map +1 -1
- package/dist/components/ScalarPopover/ScalarPopover.vue.js +23 -24
- package/dist/components/ScalarPopover/index.d.ts +1 -0
- package/dist/components/ScalarPopover/index.d.ts.map +1 -1
- package/dist/components/ScalarPopover/types.d.ts +15 -0
- package/dist/components/ScalarPopover/types.d.ts.map +1 -0
- package/dist/components/ScalarSearchInput/ScalarSearchInput.stories.d.ts +6 -1
- package/dist/components/ScalarSearchInput/ScalarSearchInput.stories.d.ts.map +1 -1
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.js +3 -3
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue2.js +10 -10
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts.map +1 -1
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.js +31 -35
- package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.d.ts.map +1 -1
- package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.js +12 -18
- package/dist/components/ScalarToggle/ScalarToggle.stories.d.ts +26 -39
- package/dist/components/ScalarToggle/ScalarToggle.stories.d.ts.map +1 -1
- package/dist/components/ScalarToggle/ScalarToggle.vue.d.ts +3 -5
- package/dist/components/ScalarToggle/ScalarToggle.vue.d.ts.map +1 -1
- package/dist/components/ScalarToggle/ScalarToggle.vue.js +24 -35
- package/dist/hooks/useBindCx.d.ts +51 -0
- package/dist/hooks/useBindCx.d.ts.map +1 -0
- package/dist/hooks/useBindCx.js +34 -0
- package/dist/hooks/useBindCx.stories.d.ts +430 -0
- package/dist/hooks/useBindCx.stories.d.ts.map +1 -0
- package/dist/hooks/useBindCx.test.d.ts +2 -0
- package/dist/hooks/useBindCx.test.d.ts.map +1 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +80 -68
- package/dist/style.css +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,430 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/vue3';
|
|
2
|
+
/**
|
|
3
|
+
* Provides a wrapper around the `cx` function that merges the
|
|
4
|
+
* component's class attribute with the provided classes.
|
|
5
|
+
*
|
|
6
|
+
* This allows you to override tailwind classes from the parent component and `cx`
|
|
7
|
+
* will intelligently merge them while passing through other attributes.
|
|
8
|
+
*
|
|
9
|
+
* ### Example
|
|
10
|
+
*
|
|
11
|
+
* Scroll down for a working playground which mounts `MockComponent`.
|
|
12
|
+
*
|
|
13
|
+
* ```html
|
|
14
|
+
* <script setup>
|
|
15
|
+
* import { useBindCx, cva } from '@scalar/components'
|
|
16
|
+
*
|
|
17
|
+
* defineProps<{ active?: boolean }>()
|
|
18
|
+
*
|
|
19
|
+
* // Important: disable inheritance of attributes
|
|
20
|
+
* defineOptions({ inheritAttrs: false })
|
|
21
|
+
*
|
|
22
|
+
* const { cx } = useBindCx()
|
|
23
|
+
*
|
|
24
|
+
* const variants = cva({
|
|
25
|
+
* base: 'border rounded p-2 bg-b-1',
|
|
26
|
+
* variants: { active: { true: 'bg-b-2' } },
|
|
27
|
+
* })
|
|
28
|
+
* </script>
|
|
29
|
+
* <template>
|
|
30
|
+
* <div v-bind="cx(variants({ active }))">MockComponent</div>
|
|
31
|
+
* </template>
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
declare const meta: {
|
|
35
|
+
tags: string[];
|
|
36
|
+
argTypes: {
|
|
37
|
+
active: {
|
|
38
|
+
control: "boolean";
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
41
|
+
class: {
|
|
42
|
+
control: "text";
|
|
43
|
+
description: string;
|
|
44
|
+
};
|
|
45
|
+
attrs: {
|
|
46
|
+
control: "object";
|
|
47
|
+
description: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
render: (args: import("@storybook/vue3").Args) => {
|
|
51
|
+
components: {
|
|
52
|
+
MockComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
53
|
+
active: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
}>, {
|
|
58
|
+
cx: (...args: import("cva").CXOptions) => {
|
|
59
|
+
class: string;
|
|
60
|
+
[key: string]: any;
|
|
61
|
+
};
|
|
62
|
+
variants: (props?: ({
|
|
63
|
+
active?: boolean | undefined;
|
|
64
|
+
} & ({
|
|
65
|
+
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
66
|
+
[x: string]: any;
|
|
67
|
+
} | null | undefined)[] | {
|
|
68
|
+
[x: string]: any;
|
|
69
|
+
} | null | undefined)[] | {
|
|
70
|
+
[x: string]: any;
|
|
71
|
+
} | null | undefined)[] | {
|
|
72
|
+
[x: string]: any;
|
|
73
|
+
} | null | undefined)[] | {
|
|
74
|
+
[x: string]: any;
|
|
75
|
+
} | null | undefined)[] | {
|
|
76
|
+
[x: string]: any;
|
|
77
|
+
} | null | undefined)[] | {
|
|
78
|
+
[x: string]: any;
|
|
79
|
+
} | null | undefined)[] | {
|
|
80
|
+
[x: string]: any;
|
|
81
|
+
} | null | undefined)[] | {
|
|
82
|
+
[x: string]: any;
|
|
83
|
+
} | null | undefined)[] | {
|
|
84
|
+
[x: string]: any;
|
|
85
|
+
} | null | undefined)[] | {
|
|
86
|
+
[x: string]: any;
|
|
87
|
+
} | null | undefined)[] | {
|
|
88
|
+
[x: string]: any;
|
|
89
|
+
} | null | undefined;
|
|
90
|
+
className?: never;
|
|
91
|
+
} | {
|
|
92
|
+
class?: never;
|
|
93
|
+
className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
94
|
+
[x: string]: any;
|
|
95
|
+
} | null | undefined)[] | {
|
|
96
|
+
[x: string]: any;
|
|
97
|
+
} | null | undefined)[] | {
|
|
98
|
+
[x: string]: any;
|
|
99
|
+
} | null | undefined)[] | {
|
|
100
|
+
[x: string]: any;
|
|
101
|
+
} | null | undefined)[] | {
|
|
102
|
+
[x: string]: any;
|
|
103
|
+
} | null | undefined)[] | {
|
|
104
|
+
[x: string]: any;
|
|
105
|
+
} | null | undefined)[] | {
|
|
106
|
+
[x: string]: any;
|
|
107
|
+
} | null | undefined)[] | {
|
|
108
|
+
[x: string]: any;
|
|
109
|
+
} | null | undefined)[] | {
|
|
110
|
+
[x: string]: any;
|
|
111
|
+
} | null | undefined)[] | {
|
|
112
|
+
[x: string]: any;
|
|
113
|
+
} | null | undefined)[] | {
|
|
114
|
+
[x: string]: any;
|
|
115
|
+
} | null | undefined)[] | {
|
|
116
|
+
[x: string]: any;
|
|
117
|
+
} | null | undefined;
|
|
118
|
+
})) | undefined) => string;
|
|
119
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
120
|
+
active: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
|
+
}>> & Readonly<{}>, {
|
|
125
|
+
active: boolean;
|
|
126
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
127
|
+
};
|
|
128
|
+
setup(this: void): {
|
|
129
|
+
bind: import("vue").ComputedRef<any>;
|
|
130
|
+
passedIn: import("vue").ComputedRef<string>;
|
|
131
|
+
rendered: import("vue").Ref<string, string>;
|
|
132
|
+
mock: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
133
|
+
active: {
|
|
134
|
+
type: BooleanConstructor;
|
|
135
|
+
default: boolean;
|
|
136
|
+
};
|
|
137
|
+
}>> & Readonly<{}>, {
|
|
138
|
+
cx: (...args: import("cva").CXOptions) => {
|
|
139
|
+
class: string;
|
|
140
|
+
[key: string]: any;
|
|
141
|
+
};
|
|
142
|
+
variants: (props?: ({
|
|
143
|
+
active?: boolean | undefined;
|
|
144
|
+
} & ({
|
|
145
|
+
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
146
|
+
[x: string]: any;
|
|
147
|
+
} | null | undefined)[] | {
|
|
148
|
+
[x: string]: any;
|
|
149
|
+
} | null | undefined)[] | {
|
|
150
|
+
[x: string]: any;
|
|
151
|
+
} | null | undefined)[] | {
|
|
152
|
+
[x: string]: any;
|
|
153
|
+
} | null | undefined)[] | {
|
|
154
|
+
[x: string]: any;
|
|
155
|
+
} | null | undefined)[] | {
|
|
156
|
+
[x: string]: any;
|
|
157
|
+
} | null | undefined)[] | {
|
|
158
|
+
[x: string]: any;
|
|
159
|
+
} | null | undefined)[] | {
|
|
160
|
+
[x: string]: any;
|
|
161
|
+
} | null | undefined)[] | {
|
|
162
|
+
[x: string]: any;
|
|
163
|
+
} | null | undefined)[] | {
|
|
164
|
+
[x: string]: any;
|
|
165
|
+
} | null | undefined)[] | {
|
|
166
|
+
[x: string]: any;
|
|
167
|
+
} | null | undefined)[] | {
|
|
168
|
+
[x: string]: any;
|
|
169
|
+
} | null | undefined;
|
|
170
|
+
className?: never;
|
|
171
|
+
} | {
|
|
172
|
+
class?: never;
|
|
173
|
+
className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
174
|
+
[x: string]: any;
|
|
175
|
+
} | null | undefined)[] | {
|
|
176
|
+
[x: string]: any;
|
|
177
|
+
} | null | undefined)[] | {
|
|
178
|
+
[x: string]: any;
|
|
179
|
+
} | null | undefined)[] | {
|
|
180
|
+
[x: string]: any;
|
|
181
|
+
} | null | undefined)[] | {
|
|
182
|
+
[x: string]: any;
|
|
183
|
+
} | null | undefined)[] | {
|
|
184
|
+
[x: string]: any;
|
|
185
|
+
} | null | undefined)[] | {
|
|
186
|
+
[x: string]: any;
|
|
187
|
+
} | null | undefined)[] | {
|
|
188
|
+
[x: string]: any;
|
|
189
|
+
} | null | undefined)[] | {
|
|
190
|
+
[x: string]: any;
|
|
191
|
+
} | null | undefined)[] | {
|
|
192
|
+
[x: string]: any;
|
|
193
|
+
} | null | undefined)[] | {
|
|
194
|
+
[x: string]: any;
|
|
195
|
+
} | null | undefined)[] | {
|
|
196
|
+
[x: string]: any;
|
|
197
|
+
} | null | undefined;
|
|
198
|
+
})) | undefined) => string;
|
|
199
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
200
|
+
active: boolean;
|
|
201
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
202
|
+
P: {};
|
|
203
|
+
B: {};
|
|
204
|
+
D: {};
|
|
205
|
+
C: {};
|
|
206
|
+
M: {};
|
|
207
|
+
Defaults: {};
|
|
208
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
209
|
+
active: {
|
|
210
|
+
type: BooleanConstructor;
|
|
211
|
+
default: boolean;
|
|
212
|
+
};
|
|
213
|
+
}>> & Readonly<{}>, {
|
|
214
|
+
cx: (...args: import("cva").CXOptions) => {
|
|
215
|
+
class: string;
|
|
216
|
+
[key: string]: any;
|
|
217
|
+
};
|
|
218
|
+
variants: (props?: ({
|
|
219
|
+
active?: boolean | undefined;
|
|
220
|
+
} & ({
|
|
221
|
+
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
222
|
+
[x: string]: any;
|
|
223
|
+
} | null | undefined)[] | {
|
|
224
|
+
[x: string]: any;
|
|
225
|
+
} | null | undefined)[] | {
|
|
226
|
+
[x: string]: any;
|
|
227
|
+
} | null | undefined)[] | {
|
|
228
|
+
[x: string]: any;
|
|
229
|
+
} | null | undefined)[] | {
|
|
230
|
+
[x: string]: any;
|
|
231
|
+
} | null | undefined)[] | {
|
|
232
|
+
[x: string]: any;
|
|
233
|
+
} | null | undefined)[] | {
|
|
234
|
+
[x: string]: any;
|
|
235
|
+
} | null | undefined)[] | {
|
|
236
|
+
[x: string]: any;
|
|
237
|
+
} | null | undefined)[] | {
|
|
238
|
+
[x: string]: any;
|
|
239
|
+
} | null | undefined)[] | {
|
|
240
|
+
[x: string]: any;
|
|
241
|
+
} | null | undefined)[] | {
|
|
242
|
+
[x: string]: any;
|
|
243
|
+
} | null | undefined)[] | {
|
|
244
|
+
[x: string]: any;
|
|
245
|
+
} | null | undefined;
|
|
246
|
+
className?: never;
|
|
247
|
+
} | {
|
|
248
|
+
class?: never;
|
|
249
|
+
className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
250
|
+
[x: string]: any;
|
|
251
|
+
} | null | undefined)[] | {
|
|
252
|
+
[x: string]: any;
|
|
253
|
+
} | null | undefined)[] | {
|
|
254
|
+
[x: string]: any;
|
|
255
|
+
} | null | undefined)[] | {
|
|
256
|
+
[x: string]: any;
|
|
257
|
+
} | null | undefined)[] | {
|
|
258
|
+
[x: string]: any;
|
|
259
|
+
} | null | undefined)[] | {
|
|
260
|
+
[x: string]: any;
|
|
261
|
+
} | null | undefined)[] | {
|
|
262
|
+
[x: string]: any;
|
|
263
|
+
} | null | undefined)[] | {
|
|
264
|
+
[x: string]: any;
|
|
265
|
+
} | null | undefined)[] | {
|
|
266
|
+
[x: string]: any;
|
|
267
|
+
} | null | undefined)[] | {
|
|
268
|
+
[x: string]: any;
|
|
269
|
+
} | null | undefined)[] | {
|
|
270
|
+
[x: string]: any;
|
|
271
|
+
} | null | undefined)[] | {
|
|
272
|
+
[x: string]: any;
|
|
273
|
+
} | null | undefined;
|
|
274
|
+
})) | undefined) => string;
|
|
275
|
+
}, {}, {}, {}, {
|
|
276
|
+
active: boolean;
|
|
277
|
+
}> | undefined, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
278
|
+
active: {
|
|
279
|
+
type: BooleanConstructor;
|
|
280
|
+
default: boolean;
|
|
281
|
+
};
|
|
282
|
+
}>> & Readonly<{}>, {
|
|
283
|
+
cx: (...args: import("cva").CXOptions) => {
|
|
284
|
+
class: string;
|
|
285
|
+
[key: string]: any;
|
|
286
|
+
};
|
|
287
|
+
variants: (props?: ({
|
|
288
|
+
active?: boolean | undefined;
|
|
289
|
+
} & ({
|
|
290
|
+
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
291
|
+
[x: string]: any;
|
|
292
|
+
} | null | undefined)[] | {
|
|
293
|
+
[x: string]: any;
|
|
294
|
+
} | null | undefined)[] | {
|
|
295
|
+
[x: string]: any;
|
|
296
|
+
} | null | undefined)[] | {
|
|
297
|
+
[x: string]: any;
|
|
298
|
+
} | null | undefined)[] | {
|
|
299
|
+
[x: string]: any;
|
|
300
|
+
} | null | undefined)[] | {
|
|
301
|
+
[x: string]: any;
|
|
302
|
+
} | null | undefined)[] | {
|
|
303
|
+
[x: string]: any;
|
|
304
|
+
} | null | undefined)[] | {
|
|
305
|
+
[x: string]: any;
|
|
306
|
+
} | null | undefined)[] | {
|
|
307
|
+
[x: string]: any;
|
|
308
|
+
} | null | undefined)[] | {
|
|
309
|
+
[x: string]: any;
|
|
310
|
+
} | null | undefined)[] | {
|
|
311
|
+
[x: string]: any;
|
|
312
|
+
} | null | undefined)[] | {
|
|
313
|
+
[x: string]: any;
|
|
314
|
+
} | null | undefined;
|
|
315
|
+
className?: never;
|
|
316
|
+
} | {
|
|
317
|
+
class?: never;
|
|
318
|
+
className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
319
|
+
[x: string]: any;
|
|
320
|
+
} | null | undefined)[] | {
|
|
321
|
+
[x: string]: any;
|
|
322
|
+
} | null | undefined)[] | {
|
|
323
|
+
[x: string]: any;
|
|
324
|
+
} | null | undefined)[] | {
|
|
325
|
+
[x: string]: any;
|
|
326
|
+
} | null | undefined)[] | {
|
|
327
|
+
[x: string]: any;
|
|
328
|
+
} | null | undefined)[] | {
|
|
329
|
+
[x: string]: any;
|
|
330
|
+
} | null | undefined)[] | {
|
|
331
|
+
[x: string]: any;
|
|
332
|
+
} | null | undefined)[] | {
|
|
333
|
+
[x: string]: any;
|
|
334
|
+
} | null | undefined)[] | {
|
|
335
|
+
[x: string]: any;
|
|
336
|
+
} | null | undefined)[] | {
|
|
337
|
+
[x: string]: any;
|
|
338
|
+
} | null | undefined)[] | {
|
|
339
|
+
[x: string]: any;
|
|
340
|
+
} | null | undefined)[] | {
|
|
341
|
+
[x: string]: any;
|
|
342
|
+
} | null | undefined;
|
|
343
|
+
})) | undefined) => string;
|
|
344
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
345
|
+
active: boolean;
|
|
346
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
347
|
+
P: {};
|
|
348
|
+
B: {};
|
|
349
|
+
D: {};
|
|
350
|
+
C: {};
|
|
351
|
+
M: {};
|
|
352
|
+
Defaults: {};
|
|
353
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
354
|
+
active: {
|
|
355
|
+
type: BooleanConstructor;
|
|
356
|
+
default: boolean;
|
|
357
|
+
};
|
|
358
|
+
}>> & Readonly<{}>, {
|
|
359
|
+
cx: (...args: import("cva").CXOptions) => {
|
|
360
|
+
class: string;
|
|
361
|
+
[key: string]: any;
|
|
362
|
+
};
|
|
363
|
+
variants: (props?: ({
|
|
364
|
+
active?: boolean | undefined;
|
|
365
|
+
} & ({
|
|
366
|
+
class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
367
|
+
[x: string]: any;
|
|
368
|
+
} | null | undefined)[] | {
|
|
369
|
+
[x: string]: any;
|
|
370
|
+
} | null | undefined)[] | {
|
|
371
|
+
[x: string]: any;
|
|
372
|
+
} | null | undefined)[] | {
|
|
373
|
+
[x: string]: any;
|
|
374
|
+
} | null | undefined)[] | {
|
|
375
|
+
[x: string]: any;
|
|
376
|
+
} | null | undefined)[] | {
|
|
377
|
+
[x: string]: any;
|
|
378
|
+
} | null | undefined)[] | {
|
|
379
|
+
[x: string]: any;
|
|
380
|
+
} | null | undefined)[] | {
|
|
381
|
+
[x: string]: any;
|
|
382
|
+
} | null | undefined)[] | {
|
|
383
|
+
[x: string]: any;
|
|
384
|
+
} | null | undefined)[] | {
|
|
385
|
+
[x: string]: any;
|
|
386
|
+
} | null | undefined)[] | {
|
|
387
|
+
[x: string]: any;
|
|
388
|
+
} | null | undefined)[] | {
|
|
389
|
+
[x: string]: any;
|
|
390
|
+
} | null | undefined;
|
|
391
|
+
className?: never;
|
|
392
|
+
} | {
|
|
393
|
+
class?: never;
|
|
394
|
+
className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | {
|
|
395
|
+
[x: string]: any;
|
|
396
|
+
} | null | undefined)[] | {
|
|
397
|
+
[x: string]: any;
|
|
398
|
+
} | null | undefined)[] | {
|
|
399
|
+
[x: string]: any;
|
|
400
|
+
} | null | undefined)[] | {
|
|
401
|
+
[x: string]: any;
|
|
402
|
+
} | null | undefined)[] | {
|
|
403
|
+
[x: string]: any;
|
|
404
|
+
} | null | undefined)[] | {
|
|
405
|
+
[x: string]: any;
|
|
406
|
+
} | null | undefined)[] | {
|
|
407
|
+
[x: string]: any;
|
|
408
|
+
} | null | undefined)[] | {
|
|
409
|
+
[x: string]: any;
|
|
410
|
+
} | null | undefined)[] | {
|
|
411
|
+
[x: string]: any;
|
|
412
|
+
} | null | undefined)[] | {
|
|
413
|
+
[x: string]: any;
|
|
414
|
+
} | null | undefined)[] | {
|
|
415
|
+
[x: string]: any;
|
|
416
|
+
} | null | undefined)[] | {
|
|
417
|
+
[x: string]: any;
|
|
418
|
+
} | null | undefined;
|
|
419
|
+
})) | undefined) => string;
|
|
420
|
+
}, {}, {}, {}, {
|
|
421
|
+
active: boolean;
|
|
422
|
+
}> | undefined>;
|
|
423
|
+
};
|
|
424
|
+
template: string;
|
|
425
|
+
};
|
|
426
|
+
};
|
|
427
|
+
export default meta;
|
|
428
|
+
type Story = StoryObj<typeof meta>;
|
|
429
|
+
export declare const Base: Story;
|
|
430
|
+
//# sourceMappingURL=useBindCx.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useBindCx.stories.d.ts","sourceRoot":"","sources":["../../src/hooks/useBindCx.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AA8BrD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDM,CAAA;AAEhB,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,IAAI,EAAE,KAAU,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useBindCx.test.d.ts","sourceRoot":"","sources":["../../src/hooks/useBindCx.test.ts"],"names":[],"mappings":""}
|
package/dist/index.d.ts
CHANGED
|
@@ -4,14 +4,15 @@ export * from './components/ScalarCodeBlock';
|
|
|
4
4
|
export * from './components/ScalarCombobox';
|
|
5
5
|
export * from './components/ScalarContextMenu';
|
|
6
6
|
export * from './components/ScalarDropdown';
|
|
7
|
+
export * from './components/ScalarErrorBoundary';
|
|
7
8
|
export * from './components/ScalarFloating';
|
|
8
9
|
export * from './components/ScalarIcon';
|
|
9
10
|
export * from './components/ScalarIconButton';
|
|
10
11
|
export * from './components/ScalarListbox';
|
|
11
12
|
export * from './components/ScalarLoading';
|
|
12
13
|
export * from './components/ScalarMarkdown';
|
|
13
|
-
export * from './components/ScalarModal';
|
|
14
14
|
export * from './components/ScalarMenu';
|
|
15
|
+
export * from './components/ScalarModal';
|
|
15
16
|
export * from './components/ScalarPopover';
|
|
16
17
|
export * from './components/ScalarSearchInput';
|
|
17
18
|
export * from './components/ScalarSearchResults';
|
|
@@ -19,5 +20,6 @@ export * from './components/ScalarTextField';
|
|
|
19
20
|
export * from './components/ScalarToggle';
|
|
20
21
|
export * from './components/ScalarTooltip';
|
|
21
22
|
export * from './components/ScalarVirtualText';
|
|
23
|
+
export * from './hooks/useBindCx.js';
|
|
22
24
|
export * from './helpers';
|
|
23
25
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,CAAA;AAEhC,cAAc,2BAA2B,CAAA;AACzC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,CAAA;AAEhC,cAAc,2BAA2B,CAAA;AACzC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,kCAAkC,CAAA;AAChD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,0BAA0B,CAAA;AACxC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,kCAAkC,CAAA;AAChD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAE9C,cAAc,mBAAmB,CAAA;AAEjC,cAAc,WAAW,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -1,73 +1,85 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
-
import {
|
|
3
|
-
import { default as u } from "./components/
|
|
2
|
+
import { useBindCx as l } from "./hooks/useBindCx.js";
|
|
3
|
+
import { default as u } from "./components/ScalarButton/ScalarButton.vue.js";
|
|
4
|
+
import { default as s } from "./components/ScalarCodeBlock/ScalarCodeBlock.vue.js";
|
|
4
5
|
/* empty css */
|
|
5
|
-
import { default as
|
|
6
|
-
import { default as
|
|
7
|
-
import { default as
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
6
|
+
import { default as x } from "./components/ScalarCombobox/ScalarCombobox.vue.js";
|
|
7
|
+
import { default as m } from "./components/ScalarCombobox/ScalarComboboxMultiselect.vue.js";
|
|
8
|
+
import { default as n } from "./components/ScalarContextMenu/ScalarContextMenu.vue.js";
|
|
9
|
+
import { default as M } from "./components/ScalarDropdown/ScalarDropdown.vue.js";
|
|
10
|
+
import { default as C } from "./components/ScalarErrorBoundary/ScalarErrorBoundary.vue.js";
|
|
11
|
+
import { default as w } from "./components/ScalarIconButton/ScalarIconButton.vue.js";
|
|
12
|
+
import { default as D } from "./components/ScalarListbox/ScalarListbox.vue.js";
|
|
13
|
+
import { default as T } from "./components/ScalarMarkdown/ScalarMarkdown.vue.js";
|
|
12
14
|
/* empty css */
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { styles as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import {
|
|
27
|
-
import { default as
|
|
28
|
-
import {
|
|
29
|
-
import { default as
|
|
30
|
-
import {
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import {
|
|
15
|
+
import { default as k } from "./components/ScalarMenu/ScalarMenu.vue.js";
|
|
16
|
+
import { default as P } from "./components/ScalarMenu/ScalarMenuTeamPicker.vue.js";
|
|
17
|
+
import { default as v } from "./components/ScalarSearchResults/ScalarSearchResultList.vue.js";
|
|
18
|
+
import { default as F } from "./components/ScalarSearchResults/ScalarSearchResultItem.vue.js";
|
|
19
|
+
import { default as H } from "./components/ScalarToggle/ScalarToggle.vue.js";
|
|
20
|
+
import { default as j } from "./components/ScalarTooltip/ScalarTooltip.vue.js";
|
|
21
|
+
import { default as z } from "./components/ScalarVirtualText/ScalarVirtualText.vue.js";
|
|
22
|
+
import { styles as G } from "./components/ScalarButton/variants.js";
|
|
23
|
+
import { default as K } from "./components/ScalarDropdown/ScalarDropdownDivider.vue.js";
|
|
24
|
+
import { default as O } from "./components/ScalarDropdown/ScalarDropdownButton.vue.js";
|
|
25
|
+
import { default as U } from "./components/ScalarDropdown/ScalarDropdownItem.vue.js";
|
|
26
|
+
import { default as X } from "./components/ScalarDropdown/ScalarDropdownMenu.vue.js";
|
|
27
|
+
import { default as Z } from "./components/ScalarFloating/ScalarFloating.vue.js";
|
|
28
|
+
import { default as $ } from "./components/ScalarIcon/ScalarIcon.vue.js";
|
|
29
|
+
import { default as ra } from "./components/ScalarListbox/ScalarListboxItem.vue.js";
|
|
30
|
+
import { default as ea } from "./components/ScalarListbox/ScalarListboxCheckbox.vue.js";
|
|
31
|
+
import { default as la } from "./components/ScalarLoading/ScalarLoading.vue.js";
|
|
32
|
+
import { useLoadingState as ua } from "./components/ScalarLoading/ScalarLoading.vue2.js";
|
|
33
|
+
import { default as sa } from "./components/ScalarMenu/ScalarMenuSection.vue.js";
|
|
34
|
+
import { default as xa } from "./components/ScalarMenu/ScalarMenuLink.vue.js";
|
|
35
|
+
import { default as ma } from "./components/ScalarMenu/ScalarMenuProduct.vue.js";
|
|
36
|
+
import { default as na } from "./components/ScalarMenu/ScalarMenuProducts.vue.js";
|
|
37
|
+
import { default as Ma } from "./components/ScalarMenu/ScalarMenuResources.vue.js";
|
|
38
|
+
import { default as Ca } from "./components/ScalarModal/ScalarModal.vue.js";
|
|
39
|
+
import { useModal as wa } from "./components/ScalarModal/ScalarModal.vue2.js";
|
|
40
|
+
import { default as Da } from "./components/ScalarPopover/ScalarPopover.vue.js";
|
|
41
|
+
import { default as Ta } from "./components/ScalarSearchInput/ScalarSearchInput.vue.js";
|
|
42
|
+
import { default as ka } from "./components/ScalarTextField/ScalarTextField.vue.js";
|
|
43
|
+
import { addScalarClassesToHeadless as Pa } from "./helpers/add-scalar-classes.js";
|
|
38
44
|
export {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
ea as
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
P as
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
45
|
+
u as ScalarButton,
|
|
46
|
+
s as ScalarCodeBlock,
|
|
47
|
+
x as ScalarCombobox,
|
|
48
|
+
m as ScalarComboboxMultiselect,
|
|
49
|
+
n as ScalarContextMenu,
|
|
50
|
+
M as ScalarDropdown,
|
|
51
|
+
O as ScalarDropdownButton,
|
|
52
|
+
K as ScalarDropdownDivider,
|
|
53
|
+
U as ScalarDropdownItem,
|
|
54
|
+
X as ScalarDropdownMenu,
|
|
55
|
+
C as ScalarErrorBoundary,
|
|
56
|
+
Z as ScalarFloating,
|
|
57
|
+
$ as ScalarIcon,
|
|
58
|
+
w as ScalarIconButton,
|
|
59
|
+
D as ScalarListbox,
|
|
60
|
+
ea as ScalarListboxCheckbox,
|
|
61
|
+
ra as ScalarListboxItem,
|
|
62
|
+
la as ScalarLoading,
|
|
63
|
+
T as ScalarMarkdown,
|
|
64
|
+
k as ScalarMenu,
|
|
65
|
+
xa as ScalarMenuLink,
|
|
66
|
+
ma as ScalarMenuProduct,
|
|
67
|
+
na as ScalarMenuProducts,
|
|
68
|
+
Ma as ScalarMenuResources,
|
|
69
|
+
sa as ScalarMenuSection,
|
|
70
|
+
P as ScalarMenuTeamPicker,
|
|
71
|
+
Ca as ScalarModal,
|
|
72
|
+
Da as ScalarPopover,
|
|
73
|
+
Ta as ScalarSearchInput,
|
|
74
|
+
F as ScalarSearchResultItem,
|
|
75
|
+
v as ScalarSearchResultList,
|
|
76
|
+
ka as ScalarTextField,
|
|
77
|
+
H as ScalarToggle,
|
|
78
|
+
j as ScalarTooltip,
|
|
79
|
+
z as ScalarVirtualText,
|
|
80
|
+
Pa as addScalarClassesToHeadless,
|
|
81
|
+
G as styles,
|
|
82
|
+
l as useBindCx,
|
|
83
|
+
ua as useLoadingState,
|
|
84
|
+
wa as useModal
|
|
73
85
|
};
|