@scalar/components 0.14.6 → 0.14.8
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/README.md +7 -13
- package/dist/components/ScalarButton/ScalarButton.stories.d.ts.map +1 -1
- package/dist/components/ScalarCheckbox/ScalarCheckbox.vue.d.ts.map +1 -1
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.d.ts.map +1 -1
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.js +11 -14
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.js +13 -16
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.js +34 -38
- package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue.d.ts.map +1 -1
- package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue.js +7 -10
- package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue.d.ts.map +1 -1
- package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue.js +6 -9
- package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.d.ts.map +1 -1
- package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.js +10 -13
- package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts +4 -52
- package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts.map +1 -1
- package/dist/components/ScalarIcon/ScalarIcon.vue.d.ts +5 -69
- 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 -32
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.test.d.ts +2 -0
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.test.d.ts.map +1 -0
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.d.ts +18 -0
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.d.ts.map +1 -0
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.js +28 -0
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue2.js +4 -0
- package/dist/components/ScalarIcon/index.d.ts +1 -0
- package/dist/components/ScalarIcon/index.d.ts.map +1 -1
- package/dist/components/ScalarIcon/types.d.ts +19 -0
- package/dist/components/ScalarIcon/types.d.ts.map +1 -0
- package/dist/components/ScalarIcon/variants.d.ts +61 -0
- package/dist/components/ScalarIcon/variants.d.ts.map +1 -0
- package/dist/components/ScalarIcon/variants.js +21 -0
- package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts +2 -0
- package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts.map +1 -1
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts +2 -0
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.d.ts.map +1 -1
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.js +15 -13
- package/dist/components/ScalarListbox/ScalarListbox.stories.d.ts.map +1 -1
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.d.ts.map +1 -1
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.js +5 -6
- package/dist/components/ScalarMenu/ScalarMenu.stories.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuButton.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuButton.vue.js +17 -17
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.d.ts +1 -1
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.js +13 -10
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.d.ts +1 -1
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue.js +27 -26
- package/dist/components/ScalarMenu/ScalarMenuResources.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuResources.vue.js +18 -17
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.js +23 -25
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue.js +9 -9
- package/dist/components/ScalarMenu/types.d.ts +1 -1
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts +2 -1
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.d.ts.map +1 -1
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.js +16 -15
- package/dist/components/ScalarSearchResults/ScalarSearchResults.stories.d.ts +20 -3
- package/dist/components/ScalarSearchResults/ScalarSearchResults.stories.d.ts.map +1 -1
- package/dist/components/ScalarSidebar/ScalarSidebar.stories.d.ts.map +1 -1
- package/dist/components/ScalarSidebar/ScalarSidebarButton.vue.d.ts.map +1 -1
- package/dist/components/ScalarSidebar/ScalarSidebarButton.vue.js +24 -20
- package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.d.ts +2 -2
- package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.d.ts.map +1 -1
- package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.js +19 -15
- package/dist/components/ScalarSidebar/types.d.ts +1 -1
- package/dist/components/ScalarSidebar/types.d.ts.map +1 -1
- package/dist/components/ScalarTooltip/ScalarTooltip.stories.d.ts +12 -12
- package/dist/index.js +104 -102
- package/dist/style.css +1 -1
- package/package.json +8 -8
|
@@ -1,29 +1,33 @@
|
|
|
1
|
-
import { defineComponent as r, createBlock as s, openBlock as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { defineComponent as r, createBlock as s, openBlock as i, resolveDynamicComponent as p, mergeProps as l, unref as o, withCtx as d, renderSlot as n, createElementVNode as f, createVNode as u, createTextVNode as c, toDisplayString as m } from "vue";
|
|
2
|
+
import { ScalarIconCaretRight as _ } from "@scalar/icons";
|
|
3
|
+
import { cva as b, useBindCx as g } from "@scalar/use-hooks/useBindCx";
|
|
4
|
+
import h from "../ScalarIcon/ScalarIconLegacyAdapter.vue.js";
|
|
5
|
+
const v = { class: "sr-only" }, y = {}, k = /* @__PURE__ */ r({
|
|
6
|
+
...y,
|
|
6
7
|
inheritAttrs: !1,
|
|
7
8
|
__name: "ScalarSidebarGroupToggle",
|
|
8
9
|
props: {
|
|
9
10
|
is: { default: "div" },
|
|
10
11
|
open: { type: Boolean, default: !1 },
|
|
11
|
-
icon: { default:
|
|
12
|
+
icon: { default: () => _ }
|
|
12
13
|
},
|
|
13
|
-
setup(
|
|
14
|
-
const t =
|
|
15
|
-
base: "size-
|
|
14
|
+
setup(C) {
|
|
15
|
+
const t = b({
|
|
16
|
+
base: "size-3.5 -m-px transition-transform duration-100",
|
|
16
17
|
variants: { open: { true: "rotate-90" } },
|
|
17
18
|
defaultVariants: { open: !1 }
|
|
18
|
-
}), { cx: a } =
|
|
19
|
-
return (e,
|
|
19
|
+
}), { cx: a } = g();
|
|
20
|
+
return (e, S) => (i(), s(p(e.is), l({
|
|
20
21
|
type: e.is === "button" ? "button" : void 0
|
|
21
22
|
}, o(a)(o(t)({ open: e.open }))), {
|
|
22
|
-
default:
|
|
23
|
+
default: d(() => [
|
|
23
24
|
n(e.$slots, "default", { open: e.open }, () => [
|
|
24
|
-
|
|
25
|
+
u(o(h), {
|
|
26
|
+
icon: e.icon,
|
|
27
|
+
weight: "bold"
|
|
28
|
+
}, null, 8, ["icon"])
|
|
25
29
|
]),
|
|
26
|
-
|
|
30
|
+
f("span", v, [
|
|
27
31
|
n(e.$slots, "label", { open: e.open }, () => [
|
|
28
32
|
c(m(e.open ? "Close" : "Open") + " Group ", 1)
|
|
29
33
|
])
|
|
@@ -34,5 +38,5 @@ const C = { class: "sr-only" }, _ = {}, N = /* @__PURE__ */ r({
|
|
|
34
38
|
}
|
|
35
39
|
});
|
|
36
40
|
export {
|
|
37
|
-
|
|
41
|
+
k as default
|
|
38
42
|
};
|
|
@@ -6,7 +6,7 @@ export type ScalarSidebarItemProps = {
|
|
|
6
6
|
/** Overrides the rendered element */
|
|
7
7
|
is?: Component | string;
|
|
8
8
|
/** Sets the icon for the item */
|
|
9
|
-
icon?: Icon;
|
|
9
|
+
icon?: Icon | Component;
|
|
10
10
|
/** Wether or not the item is selected */
|
|
11
11
|
selected?: boolean;
|
|
12
12
|
disabled?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAEpC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;AAE3D,gCAAgC;AAChC,MAAM,MAAM,sBAAsB,GAAG;IACnC,qCAAqC;IACrC,EAAE,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;IACvB,iCAAiC;IACjC,IAAI,CAAC,EAAE,IAAI,CAAA;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAEpC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;AAE3D,gCAAgC;AAChC,MAAM,MAAM,sBAAsB,GAAG;IACnC,qCAAqC;IACrC,EAAE,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;IACvB,iCAAiC;IACjC,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAA;IACvB,yCAAyC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,qCAAqC;IACrC,MAAM,CAAC,EAAE,iBAAiB,CAAA;CAC3B,CAAA;AAED,gCAAgC;AAChC,MAAM,MAAM,sBAAsB,GAAG;IACnC,0CAA0C;IAC1C,OAAO,CAAC,EAAE,MAAM,GAAG,CAAA;IACnB,wBAAwB;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,CAAA;IAChB,8DAA8D;IAC9D,KAAK,CAAC,EAAE,MAAM,GAAG,CAAA;IACjB,2CAA2C;IAC3C,MAAM,CAAC,EAAE,MAAM,GAAG,CAAA;CACnB,CAAA"}
|
|
@@ -4,7 +4,7 @@ declare const meta: {
|
|
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
5
5
|
content?: string;
|
|
6
6
|
delay?: number;
|
|
7
|
-
placement?: import("@floating-ui/
|
|
7
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
8
8
|
offset?: number;
|
|
9
9
|
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
|
|
10
10
|
P: {};
|
|
@@ -16,7 +16,7 @@ declare const meta: {
|
|
|
16
16
|
}, Readonly<{
|
|
17
17
|
content?: string;
|
|
18
18
|
delay?: number;
|
|
19
|
-
placement?: import("@floating-ui/
|
|
19
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
20
20
|
offset?: number;
|
|
21
21
|
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
22
22
|
__isFragment?: never;
|
|
@@ -25,7 +25,7 @@ declare const meta: {
|
|
|
25
25
|
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
26
26
|
content?: string;
|
|
27
27
|
delay?: number;
|
|
28
|
-
placement?: import("@floating-ui/
|
|
28
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
29
29
|
offset?: number;
|
|
30
30
|
}> & 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 () => {
|
|
31
31
|
$slots: {
|
|
@@ -68,7 +68,7 @@ declare const meta: {
|
|
|
68
68
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
69
69
|
content?: string;
|
|
70
70
|
delay?: number;
|
|
71
|
-
placement?: import("@floating-ui/
|
|
71
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
72
72
|
offset?: number;
|
|
73
73
|
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
|
|
74
74
|
P: {};
|
|
@@ -80,7 +80,7 @@ declare const meta: {
|
|
|
80
80
|
}, Readonly<{
|
|
81
81
|
content?: string;
|
|
82
82
|
delay?: number;
|
|
83
|
-
placement?: import("@floating-ui/
|
|
83
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
84
84
|
offset?: number;
|
|
85
85
|
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
86
86
|
__isFragment?: never;
|
|
@@ -89,7 +89,7 @@ declare const meta: {
|
|
|
89
89
|
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
90
90
|
content?: string;
|
|
91
91
|
delay?: number;
|
|
92
|
-
placement?: import("@floating-ui/
|
|
92
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
93
93
|
offset?: number;
|
|
94
94
|
}> & 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 () => {
|
|
95
95
|
$slots: {
|
|
@@ -101,7 +101,7 @@ declare const meta: {
|
|
|
101
101
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
102
102
|
content?: string;
|
|
103
103
|
delay?: number;
|
|
104
|
-
placement?: import("@floating-ui/
|
|
104
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
105
105
|
offset?: number;
|
|
106
106
|
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
|
|
107
107
|
P: {};
|
|
@@ -113,7 +113,7 @@ declare const meta: {
|
|
|
113
113
|
}, Readonly<{
|
|
114
114
|
content?: string;
|
|
115
115
|
delay?: number;
|
|
116
|
-
placement?: import("@floating-ui/
|
|
116
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
117
117
|
offset?: number;
|
|
118
118
|
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
119
119
|
__isFragment?: never;
|
|
@@ -122,7 +122,7 @@ declare const meta: {
|
|
|
122
122
|
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
123
123
|
content?: string;
|
|
124
124
|
delay?: number;
|
|
125
|
-
placement?: import("@floating-ui/
|
|
125
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
126
126
|
offset?: number;
|
|
127
127
|
}> & 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 () => {
|
|
128
128
|
$slots: {
|
|
@@ -190,7 +190,7 @@ declare const meta: {
|
|
|
190
190
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
191
191
|
content?: string;
|
|
192
192
|
delay?: number;
|
|
193
|
-
placement?: import("@floating-ui/
|
|
193
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
194
194
|
offset?: number;
|
|
195
195
|
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
|
|
196
196
|
P: {};
|
|
@@ -202,7 +202,7 @@ declare const meta: {
|
|
|
202
202
|
}, Readonly<{
|
|
203
203
|
content?: string;
|
|
204
204
|
delay?: number;
|
|
205
|
-
placement?: import("@floating-ui/
|
|
205
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
206
206
|
offset?: number;
|
|
207
207
|
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
208
208
|
__isFragment?: never;
|
|
@@ -211,7 +211,7 @@ declare const meta: {
|
|
|
211
211
|
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
212
212
|
content?: string;
|
|
213
213
|
delay?: number;
|
|
214
|
-
placement?: import("@floating-ui/
|
|
214
|
+
placement?: import("@floating-ui/utils").Placement;
|
|
215
215
|
offset?: number;
|
|
216
216
|
}> & 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 () => {
|
|
217
217
|
$slots: {
|
package/dist/index.js
CHANGED
|
@@ -3,18 +3,18 @@ import { compose as f, cva as d, cx as p, tw as u, useBindCx as m } from "@scala
|
|
|
3
3
|
import { default as c } from "./components/ScalarButton/ScalarButton.vue.js";
|
|
4
4
|
import { default as S } from "./components/ScalarCodeBlock/ScalarCodeBlock.vue.js";
|
|
5
5
|
/* empty css */
|
|
6
|
-
import { default as
|
|
6
|
+
import { default as i } from "./components/ScalarColorModeToggle/ScalarColorModeToggle.vue.js";
|
|
7
7
|
import { default as T } from "./components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.js";
|
|
8
8
|
import { default as F } from "./components/ScalarCombobox/ScalarCombobox.vue.js";
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
9
|
+
import { default as I } from "./components/ScalarCombobox/ScalarComboboxMultiselect.vue.js";
|
|
10
|
+
import { default as L } from "./components/ScalarContextMenu/ScalarContextMenu.vue.js";
|
|
11
11
|
import { default as w } from "./components/ScalarDropdown/ScalarDropdown.vue.js";
|
|
12
12
|
import { default as P } from "./components/ScalarDropdown/ScalarDropdownMenu.vue.js";
|
|
13
13
|
import { default as k } from "./components/ScalarErrorBoundary/ScalarErrorBoundary.vue.js";
|
|
14
14
|
import { default as R } from "./components/ScalarFileUpload/ScalarFileUpload.vue.js";
|
|
15
15
|
import { default as v } from "./components/ScalarFileUpload/ScalarFileUploadInput.vue.js";
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
16
|
+
import { default as H } from "./components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.js";
|
|
17
|
+
import { default as G } from "./components/ScalarFileUpload/ScalarFileUploadDropTarget.vue.js";
|
|
18
18
|
import { default as V } from "./components/ScalarFileUpload/ScalarFileUploadLoading.vue.js";
|
|
19
19
|
import { default as _ } from "./components/ScalarFileUpload/ScalarFileUploadError.vue.js";
|
|
20
20
|
import { default as q } from "./components/ScalarFileUpload/ScalarFileUploadFileList.vue.js";
|
|
@@ -25,128 +25,130 @@ import { default as Z } from "./components/ScalarForm/ScalarFormField.vue.js";
|
|
|
25
25
|
import { default as aa } from "./components/ScalarForm/ScalarFormError.vue.js";
|
|
26
26
|
import { default as oa } from "./components/ScalarHeader/ScalarHeader.vue.js";
|
|
27
27
|
import { default as ta } from "./components/ScalarHeader/ScalarHeaderButton.vue.js";
|
|
28
|
-
import { default as fa } from "./components/
|
|
29
|
-
import { default as pa } from "./components/
|
|
30
|
-
import { default as ma } from "./components/ScalarListbox/
|
|
31
|
-
import { default as ca } from "./components/ScalarListbox/
|
|
32
|
-
import { default as Sa } from "./components/
|
|
28
|
+
import { default as fa } from "./components/ScalarIcon/ScalarIconLegacyAdapter.vue.js";
|
|
29
|
+
import { default as pa } from "./components/ScalarIconButton/ScalarIconButton.vue.js";
|
|
30
|
+
import { default as ma } from "./components/ScalarListbox/ScalarListbox.vue.js";
|
|
31
|
+
import { default as ca } from "./components/ScalarListbox/ScalarListboxItem.vue.js";
|
|
32
|
+
import { default as Sa } from "./components/ScalarListbox/ScalarListboxCheckbox.vue.js";
|
|
33
|
+
import { default as ia } from "./components/ScalarMarkdown/ScalarMarkdown.vue.js";
|
|
33
34
|
/* empty css */
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
35
|
+
import { default as Ta } from "./components/ScalarMenu/ScalarMenu.vue.js";
|
|
36
|
+
import { default as Fa } from "./components/ScalarMenu/ScalarMenuButton.vue.js";
|
|
37
|
+
import { default as Ia } from "./components/ScalarMenu/ScalarMenuSection.vue.js";
|
|
38
|
+
import { default as La } from "./components/ScalarMenu/ScalarMenuLink.vue.js";
|
|
39
|
+
import { default as wa } from "./components/ScalarMenu/ScalarMenuProduct.vue.js";
|
|
40
|
+
import { default as Pa } from "./components/ScalarMenu/ScalarMenuProducts.vue.js";
|
|
41
|
+
import { default as ka } from "./components/ScalarMenu/ScalarMenuTeamPicker.vue.js";
|
|
42
|
+
import { default as Ra } from "./components/ScalarMenu/ScalarMenuTeamProfile.vue.js";
|
|
43
|
+
import { default as va } from "./components/ScalarMenu/ScalarMenuResources.vue.js";
|
|
44
|
+
import { default as Ha } from "./components/ScalarPopover/ScalarPopover.vue.js";
|
|
45
|
+
import { default as Ga } from "./components/ScalarSearchResults/ScalarSearchResultList.vue.js";
|
|
46
|
+
import { default as Va } from "./components/ScalarSearchResults/ScalarSearchResultItem.vue.js";
|
|
47
|
+
import { default as _a } from "./components/ScalarSidebar/ScalarSidebar.vue.js";
|
|
48
|
+
import { default as qa } from "./components/ScalarSidebar/ScalarSidebarFooter.vue.js";
|
|
49
|
+
import { default as Ja } from "./components/ScalarSidebar/ScalarSidebarButton.vue.js";
|
|
50
|
+
import { default as Na } from "./components/ScalarSidebar/ScalarSidebarGroup.vue.js";
|
|
51
|
+
import { default as Wa } from "./components/ScalarSidebar/ScalarSidebarGroupToggle.vue.js";
|
|
52
|
+
import { default as Za } from "./components/ScalarSidebar/ScalarSidebarItem.vue.js";
|
|
53
|
+
import { default as ar } from "./components/ScalarSidebar/ScalarSidebarItems.vue.js";
|
|
54
|
+
import { default as or } from "./components/ScalarTeleport/ScalarTeleport.vue.js";
|
|
55
|
+
import { default as tr } from "./components/ScalarTeleport/ScalarTeleportRoot.vue.js";
|
|
56
|
+
import { default as fr } from "./components/ScalarTextArea/ScalarTextArea.vue.js";
|
|
57
|
+
import { default as pr } from "./components/ScalarTextInput/ScalarTextInput.vue.js";
|
|
58
|
+
import { default as mr } from "./components/ScalarToggle/ScalarToggle.vue.js";
|
|
59
|
+
import { default as cr } from "./components/ScalarTooltip/ScalarTooltip.vue.js";
|
|
59
60
|
/* empty css */
|
|
60
|
-
import { default as
|
|
61
|
-
import { styles as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { useLoadingState as
|
|
70
|
-
import { default as
|
|
71
|
-
import { useModal as
|
|
72
|
-
import { default as
|
|
73
|
-
import { TELEPORT_SYMBOL as
|
|
74
|
-
import { addScalarClassesToHeadless as
|
|
61
|
+
import { default as Sr } from "./components/ScalarVirtualText/ScalarVirtualText.vue.js";
|
|
62
|
+
import { styles as ir } from "./components/ScalarButton/variants.js";
|
|
63
|
+
import { default as Tr } from "./components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.js";
|
|
64
|
+
import { default as Fr } from "./components/ScalarDropdown/ScalarDropdownDivider.vue.js";
|
|
65
|
+
import { default as Ir } from "./components/ScalarDropdown/ScalarDropdownButton.vue.js";
|
|
66
|
+
import { default as Lr } from "./components/ScalarDropdown/ScalarDropdownItem.vue.js";
|
|
67
|
+
import { default as wr } from "./components/ScalarForm/ScalarFormSection.vue.js";
|
|
68
|
+
import { default as Pr } from "./components/ScalarIcon/ScalarIcon.vue.js";
|
|
69
|
+
import { default as kr } from "./components/ScalarLoading/ScalarLoading.vue.js";
|
|
70
|
+
import { useLoadingState as Rr } from "./components/ScalarLoading/ScalarLoading.vue2.js";
|
|
71
|
+
import { default as vr } from "./components/ScalarModal/ScalarModal.vue.js";
|
|
72
|
+
import { useModal as Hr } from "./components/ScalarModal/ScalarModal.vue2.js";
|
|
73
|
+
import { default as Gr } from "./components/ScalarSearchInput/ScalarSearchInput.vue.js";
|
|
74
|
+
import { TELEPORT_SYMBOL as Vr, useProvideTeleport as Yr, useTeleport as _r } from "./components/ScalarTeleport/useTeleport.js";
|
|
75
|
+
import { addScalarClassesToHeadless as qr } from "./helpers/add-scalar-classes.js";
|
|
75
76
|
export {
|
|
76
77
|
c as ScalarButton,
|
|
77
78
|
S as ScalarCodeBlock,
|
|
78
|
-
|
|
79
|
+
i as ScalarColorModeToggle,
|
|
79
80
|
T as ScalarColorModeToggleButton,
|
|
80
|
-
|
|
81
|
+
Tr as ScalarColorModeToggleIcon,
|
|
81
82
|
F as ScalarCombobox,
|
|
82
|
-
|
|
83
|
-
|
|
83
|
+
I as ScalarComboboxMultiselect,
|
|
84
|
+
L as ScalarContextMenu,
|
|
84
85
|
w as ScalarDropdown,
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
86
|
+
Ir as ScalarDropdownButton,
|
|
87
|
+
Fr as ScalarDropdownDivider,
|
|
88
|
+
Lr as ScalarDropdownItem,
|
|
88
89
|
P as ScalarDropdownMenu,
|
|
89
90
|
k as ScalarErrorBoundary,
|
|
90
91
|
R as ScalarFileUpload,
|
|
91
|
-
|
|
92
|
+
G as ScalarFileUploadDropTarget,
|
|
92
93
|
_ as ScalarFileUploadError,
|
|
93
94
|
q as ScalarFileUploadFileList,
|
|
94
95
|
v as ScalarFileUploadInput,
|
|
95
|
-
|
|
96
|
+
H as ScalarFileUploadInputCompact,
|
|
96
97
|
V as ScalarFileUploadLoading,
|
|
97
98
|
J as ScalarFloating,
|
|
98
99
|
N as ScalarFloatingBackdrop,
|
|
99
100
|
W as ScalarForm,
|
|
100
101
|
aa as ScalarFormError,
|
|
101
102
|
Z as ScalarFormField,
|
|
102
|
-
|
|
103
|
+
wr as ScalarFormSection,
|
|
103
104
|
oa as ScalarHeader,
|
|
104
105
|
ta as ScalarHeaderButton,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
Ta as
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
wa as
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
ka as
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
Na as
|
|
131
|
-
Wa as
|
|
132
|
-
Za as
|
|
133
|
-
ar as
|
|
134
|
-
or as
|
|
135
|
-
tr as
|
|
136
|
-
fr as
|
|
137
|
-
pr as
|
|
138
|
-
mr as
|
|
139
|
-
cr as
|
|
140
|
-
|
|
141
|
-
|
|
106
|
+
Pr as ScalarIcon,
|
|
107
|
+
pa as ScalarIconButton,
|
|
108
|
+
fa as ScalarIconLegacyAdapter,
|
|
109
|
+
ma as ScalarListbox,
|
|
110
|
+
Sa as ScalarListboxCheckbox,
|
|
111
|
+
ca as ScalarListboxItem,
|
|
112
|
+
kr as ScalarLoading,
|
|
113
|
+
ia as ScalarMarkdown,
|
|
114
|
+
Ta as ScalarMenu,
|
|
115
|
+
Fa as ScalarMenuButton,
|
|
116
|
+
La as ScalarMenuLink,
|
|
117
|
+
wa as ScalarMenuProduct,
|
|
118
|
+
Pa as ScalarMenuProducts,
|
|
119
|
+
va as ScalarMenuResources,
|
|
120
|
+
Ia as ScalarMenuSection,
|
|
121
|
+
ka as ScalarMenuTeamPicker,
|
|
122
|
+
Ra as ScalarMenuTeamProfile,
|
|
123
|
+
vr as ScalarModal,
|
|
124
|
+
Ha as ScalarPopover,
|
|
125
|
+
Gr as ScalarSearchInput,
|
|
126
|
+
Va as ScalarSearchResultItem,
|
|
127
|
+
Ga as ScalarSearchResultList,
|
|
128
|
+
_a as ScalarSidebar,
|
|
129
|
+
Ja as ScalarSidebarButton,
|
|
130
|
+
qa as ScalarSidebarFooter,
|
|
131
|
+
Na as ScalarSidebarGroup,
|
|
132
|
+
Wa as ScalarSidebarGroupToggle,
|
|
133
|
+
Za as ScalarSidebarItem,
|
|
134
|
+
ar as ScalarSidebarItems,
|
|
135
|
+
or as ScalarTeleport,
|
|
136
|
+
tr as ScalarTeleportRoot,
|
|
137
|
+
fr as ScalarTextArea,
|
|
138
|
+
pr as ScalarTextInput,
|
|
139
|
+
mr as ScalarToggle,
|
|
140
|
+
cr as ScalarTooltip,
|
|
141
|
+
Sr as ScalarVirtualText,
|
|
142
|
+
Vr as TELEPORT_SYMBOL,
|
|
143
|
+
qr as addScalarClassesToHeadless,
|
|
142
144
|
f as compose,
|
|
143
145
|
d as cva,
|
|
144
146
|
p as cx,
|
|
145
|
-
|
|
147
|
+
ir as styles,
|
|
146
148
|
u as tw,
|
|
147
149
|
m as useBindCx,
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
150
|
+
Rr as useLoadingState,
|
|
151
|
+
Hr as useModal,
|
|
152
|
+
Yr as useProvideTeleport,
|
|
153
|
+
_r as useTeleport
|
|
152
154
|
};
|