@scalar/components 0.14.17 → 0.14.19
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/ScalarCard/ScalarCard.stories.d.ts +10 -0
- package/dist/components/ScalarCard/ScalarCard.stories.d.ts.map +1 -0
- package/dist/components/ScalarCard/ScalarCard.test.d.ts +2 -0
- package/dist/components/ScalarCard/ScalarCard.test.d.ts.map +1 -0
- package/dist/components/ScalarCard/ScalarCard.vue.d.ts +30 -0
- package/dist/components/ScalarCard/ScalarCard.vue.d.ts.map +1 -0
- package/dist/components/ScalarCard/ScalarCard.vue.js +25 -0
- package/dist/components/ScalarCard/ScalarCard.vue2.js +4 -0
- package/dist/components/ScalarCard/ScalarCardFooter.vue.d.ts +19 -0
- package/dist/components/ScalarCard/ScalarCardFooter.vue.d.ts.map +1 -0
- package/dist/components/ScalarCard/ScalarCardFooter.vue.js +20 -0
- package/dist/components/ScalarCard/ScalarCardFooter.vue2.js +4 -0
- package/dist/components/ScalarCard/ScalarCardHeader.vue.d.ts +22 -0
- package/dist/components/ScalarCard/ScalarCardHeader.vue.d.ts.map +1 -0
- package/dist/components/ScalarCard/ScalarCardHeader.vue.js +34 -0
- package/dist/components/ScalarCard/ScalarCardHeader.vue2.js +4 -0
- package/dist/components/ScalarCard/ScalarCardSection.vue.d.ts +22 -0
- package/dist/components/ScalarCard/ScalarCardSection.vue.d.ts.map +1 -0
- package/dist/components/ScalarCard/ScalarCardSection.vue.js +16 -0
- package/dist/components/ScalarCard/ScalarCardSection.vue2.js +4 -0
- package/dist/components/ScalarCard/index.d.ts +5 -0
- package/dist/components/ScalarCard/index.d.ts.map +1 -0
- package/dist/components/ScalarCard/useCardHeading.d.ts +21 -0
- package/dist/components/ScalarCard/useCardHeading.d.ts.map +1 -0
- package/dist/components/ScalarCard/useCardHeading.js +16 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue2.js +4 -3
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.js +11 -11
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.js +12 -12
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.js +6 -6
- package/dist/components/ScalarDropdown/ScalarDropdown.vue.js +15 -15
- package/dist/components/ScalarFileUpload/ScalarFileUploadFileList.vue.js +7 -5
- package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.js +2 -1
- package/dist/components/ScalarFloating/ScalarFloating.vue.js +20 -20
- package/dist/components/ScalarListbox/ScalarListbox.vue.js +15 -15
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue.js +6 -3
- package/dist/components/ScalarMenu/ScalarMenuResources.vue.js +8 -5
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.js +7 -5
- package/dist/components/ScalarPopover/ScalarPopover.vue.js +11 -11
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.d.ts.map +1 -1
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.js +8 -6
- package/dist/components/ScalarSidebar/ScalarSidebarButton.vue.d.ts.map +1 -1
- package/dist/components/ScalarSidebar/ScalarSidebarButton.vue.js +19 -19
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue.d.ts.map +1 -1
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue.js +18 -16
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue2.js +4 -0
- package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.d.ts.map +1 -1
- package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.js +26 -19
- package/dist/components/ScalarSidebar/ScalarSidebarItem.vue.js +9 -8
- package/dist/components/ScalarSidebar/types.d.ts +12 -1
- package/dist/components/ScalarSidebar/types.d.ts.map +1 -1
- package/dist/helpers/add-scalar-classes.d.ts +4 -2
- package/dist/helpers/add-scalar-classes.d.ts.map +1 -1
- package/dist/helpers/add-scalar-classes.js +13 -17
- package/dist/helpers/add-scalar-classes.test.d.ts +2 -0
- package/dist/helpers/add-scalar-classes.test.d.ts.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +159 -152
- package/dist/style.css +1 -1
- package/package.json +8 -8
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue3.js +0 -5
|
@@ -1,32 +1,39 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { ScalarIconCaretRight as
|
|
3
|
-
import { cva as
|
|
4
|
-
import
|
|
5
|
-
const
|
|
6
|
-
...
|
|
1
|
+
import { defineComponent as i, createBlock as n, openBlock as t, resolveDynamicComponent as l, mergeProps as p, unref as o, withCtx as f, renderSlot as r, createElementVNode as c, createTextVNode as u, toDisplayString as d } from "vue";
|
|
2
|
+
import { ScalarIconCaretRight as m } from "@scalar/icons";
|
|
3
|
+
import { cva as y, useBindCx as _ } from "@scalar/use-hooks/useBindCx";
|
|
4
|
+
import b from "../ScalarIcon/ScalarIconLegacyAdapter.vue.js";
|
|
5
|
+
const g = { class: "sr-only" }, h = {}, $ = /* @__PURE__ */ i({
|
|
6
|
+
...h,
|
|
7
7
|
inheritAttrs: !1,
|
|
8
8
|
__name: "ScalarSidebarGroupToggle",
|
|
9
9
|
props: {
|
|
10
10
|
is: { default: "div" },
|
|
11
11
|
open: { type: Boolean, default: !1 },
|
|
12
|
-
icon: {
|
|
12
|
+
icon: {}
|
|
13
13
|
},
|
|
14
|
-
setup(
|
|
15
|
-
const
|
|
16
|
-
base: "size-4 transition-transform duration-100",
|
|
14
|
+
setup(v) {
|
|
15
|
+
const s = y({
|
|
16
|
+
base: "size-4 flex items-center justify-center transition-transform duration-100",
|
|
17
17
|
variants: { open: { true: "rotate-90" } },
|
|
18
18
|
defaultVariants: { open: !1 }
|
|
19
|
-
}), { cx: a } =
|
|
20
|
-
return (e,
|
|
19
|
+
}), { cx: a } = _();
|
|
20
|
+
return (e, C) => (t(), n(l(e.is), p({
|
|
21
21
|
type: e.is === "button" ? "button" : void 0
|
|
22
|
-
}, o(a)(o(
|
|
22
|
+
}, o(a)(o(s)({ open: e.open }))), {
|
|
23
23
|
default: f(() => [
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
r(e.$slots, "default", { open: e.open }, () => [
|
|
25
|
+
e.icon ? (t(), n(o(b), {
|
|
26
|
+
key: 0,
|
|
27
|
+
icon: e.icon
|
|
28
|
+
}, null, 8, ["icon"])) : (t(), n(o(m), {
|
|
29
|
+
key: 1,
|
|
30
|
+
class: "size-3",
|
|
31
|
+
weight: "bold"
|
|
32
|
+
}))
|
|
26
33
|
]),
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
34
|
+
c("span", g, [
|
|
35
|
+
r(e.$slots, "label", { open: e.open }, () => [
|
|
36
|
+
u(d(e.open ? "Close" : "Open") + " Group ", 1)
|
|
30
37
|
])
|
|
31
38
|
])
|
|
32
39
|
]),
|
|
@@ -35,5 +42,5 @@ const b = { class: "sr-only" }, g = {}, k = /* @__PURE__ */ r({
|
|
|
35
42
|
}
|
|
36
43
|
});
|
|
37
44
|
export {
|
|
38
|
-
|
|
45
|
+
$ as default
|
|
39
46
|
};
|
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as r, useSlots as s, createElementBlock as i, openBlock as a, createVNode as l, mergeProps as p, unref as d, createSlots as c, renderList as _, withCtx as m, renderSlot as f } from "vue";
|
|
2
2
|
import u from "./ScalarSidebarButton.vue.js";
|
|
3
3
|
import { useSidebarGroups as S } from "./useSidebarGroups.js";
|
|
4
|
-
const
|
|
5
|
-
...
|
|
4
|
+
const B = { class: "group/item contents" }, h = {}, C = /* @__PURE__ */ r({
|
|
5
|
+
...h,
|
|
6
6
|
inheritAttrs: !1,
|
|
7
7
|
__name: "ScalarSidebarItem",
|
|
8
8
|
props: {
|
|
9
9
|
is: {},
|
|
10
10
|
icon: {},
|
|
11
|
+
active: { type: Boolean },
|
|
11
12
|
selected: { type: Boolean },
|
|
12
13
|
disabled: { type: Boolean },
|
|
13
14
|
indent: { default: () => {
|
|
14
15
|
} }
|
|
15
16
|
},
|
|
16
17
|
setup($) {
|
|
17
|
-
const o = s(), { level:
|
|
18
|
-
return (e, b) => (
|
|
19
|
-
|
|
20
|
-
indent: e.indent ??
|
|
18
|
+
const o = s(), { level: n } = S();
|
|
19
|
+
return (e, b) => (a(), i("li", B, [
|
|
20
|
+
l(u, p({ ...e.$attrs, ...e.$props }, {
|
|
21
|
+
indent: e.indent ?? d(n)
|
|
21
22
|
}), c({ _: 2 }, [
|
|
22
|
-
_(o, (
|
|
23
|
+
_(o, (v, t) => ({
|
|
23
24
|
name: t,
|
|
24
25
|
fn: m(() => [
|
|
25
26
|
f(e.$slots, t)
|
|
@@ -8,8 +8,19 @@ export type ScalarSidebarItemProps = {
|
|
|
8
8
|
is?: Component | string;
|
|
9
9
|
/** Sets the icon for the item */
|
|
10
10
|
icon?: Icon | ScalarIconComponent;
|
|
11
|
-
/**
|
|
11
|
+
/**
|
|
12
|
+
* Wether or not the item is active
|
|
13
|
+
*
|
|
14
|
+
* Should be true if the item or any of its children are being displayed on the page
|
|
15
|
+
*/
|
|
16
|
+
active?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Wether or not the item is selected
|
|
19
|
+
*
|
|
20
|
+
* Should be true if the item is being displayed on the page
|
|
21
|
+
*/
|
|
12
22
|
selected?: boolean;
|
|
23
|
+
/** Wether or not the item is disabled */
|
|
13
24
|
disabled?: boolean;
|
|
14
25
|
/** The level of the sidebar group */
|
|
15
26
|
indent?: SidebarGroupLevel;
|
|
@@ -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;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,gCAAgC;AAChC,MAAM,MAAM,sBAAsB,GAAG;IACnC,qCAAqC;IACrC,EAAE,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;IACvB,iCAAiC;IACjC,IAAI,CAAC,EAAE,IAAI,GAAG,mBAAmB,CAAA;IACjC,
|
|
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;AAC3D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,gCAAgC;AAChC,MAAM,MAAM,sBAAsB,GAAG;IACnC,qCAAqC;IACrC,EAAE,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;IACvB,iCAAiC;IACjC,IAAI,CAAC,EAAE,IAAI,GAAG,mBAAmB,CAAA;IACjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,yCAAyC;IACzC,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,IAAI,OAAO,CAAA;IACnB,wBAAwB;IACxB,IAAI,CAAC,IAAI,OAAO,CAAA;IAChB,8DAA8D;IAC9D,KAAK,CAAC,IAAI,OAAO,CAAA;IACjB,2CAA2C;IAC3C,MAAM,CAAC,IAAI,OAAO,CAAA;CACnB,CAAA"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* Makes sure the scalar classes are added to the HeadlessUI portal root
|
|
3
|
+
*
|
|
4
|
+
* Returns the mutation observer instance
|
|
3
5
|
*/
|
|
4
|
-
export declare const addScalarClassesToHeadless: () =>
|
|
6
|
+
export declare const addScalarClassesToHeadless: () => MutationObserver;
|
|
5
7
|
//# sourceMappingURL=add-scalar-classes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-scalar-classes.d.ts","sourceRoot":"","sources":["../../src/helpers/add-scalar-classes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"add-scalar-classes.d.ts","sourceRoot":"","sources":["../../src/helpers/add-scalar-classes.ts"],"names":[],"mappings":"AAqBA;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,wBAmBtC,CAAA"}
|
|
@@ -1,20 +1,16 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
(
|
|
9
|
-
)
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
a.observe(document.body, { childList: !0 });
|
|
16
|
-
}
|
|
1
|
+
const e = "scalar-app", a = "headlessui-portal-root", c = (s) => s !== null && s instanceof HTMLElement, o = (s) => {
|
|
2
|
+
!s || s.classList.contains(e) || s.classList.add(e);
|
|
3
|
+
}, d = () => {
|
|
4
|
+
o(document.getElementById(a));
|
|
5
|
+
const s = new MutationObserver(
|
|
6
|
+
(r) => r.forEach(
|
|
7
|
+
({ addedNodes: n }) => n.forEach((t) => {
|
|
8
|
+
c(t) && t.id === a && o(t);
|
|
9
|
+
})
|
|
10
|
+
)
|
|
11
|
+
);
|
|
12
|
+
return s.observe(document.body, { childList: !0 }), s;
|
|
17
13
|
};
|
|
18
14
|
export {
|
|
19
|
-
|
|
15
|
+
d as addScalarClassesToHeadless
|
|
20
16
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-scalar-classes.test.d.ts","sourceRoot":"","sources":["../../src/helpers/add-scalar-classes.test.ts"],"names":[],"mappings":""}
|
package/dist/index.d.ts
CHANGED
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,aAAa,CAAA;AAEpB,cAAc,2BAA2B,CAAA;AACzC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,oCAAoC,CAAA;AAClD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,kCAAkC,CAAA;AAChD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,2BAA2B,CAAA;AACzC,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,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAE9C,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,MAAM,6BAA6B,CAAA;AAC7E,cAAc,WAAW,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAA;AAEpB,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,oCAAoC,CAAA;AAClD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,kCAAkC,CAAA;AAChD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,2BAA2B,CAAA;AACzC,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,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAE9C,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,MAAM,6BAA6B,CAAA;AAC7E,cAAc,WAAW,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -1,162 +1,169 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
-
import { compose as
|
|
2
|
+
import { compose as d, cva as p, cx as u, tw as m, useBindCx as c } from "@scalar/use-hooks/useBindCx";
|
|
3
3
|
import { default as S } from "./components/ScalarButton/ScalarButton.vue.js";
|
|
4
|
-
import { default as
|
|
4
|
+
import { default as i } from "./components/ScalarCard/ScalarCard.vue.js";
|
|
5
|
+
import { default as T } from "./components/ScalarCard/ScalarCardHeader.vue.js";
|
|
6
|
+
import { default as b } from "./components/ScalarCard/ScalarCardSection.vue.js";
|
|
7
|
+
import { default as F } from "./components/ScalarCard/ScalarCardFooter.vue.js";
|
|
8
|
+
import { default as I } from "./components/ScalarCodeBlock/ScalarCodeBlock.vue.js";
|
|
5
9
|
/* empty css */
|
|
6
|
-
import { default as
|
|
7
|
-
import { default as
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
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 { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
10
|
+
import { default as L } from "./components/ScalarColorModeToggle/ScalarColorModeToggle.vue.js";
|
|
11
|
+
import { default as D } from "./components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.js";
|
|
12
|
+
import { default as U } from "./components/ScalarCombobox/ScalarCombobox.vue.js";
|
|
13
|
+
import { default as k } from "./components/ScalarCombobox/ScalarComboboxMultiselect.vue.js";
|
|
14
|
+
import { default as R } from "./components/ScalarContextMenu/ScalarContextMenu.vue.js";
|
|
15
|
+
import { default as H } from "./components/ScalarDropdown/ScalarDropdown.vue.js";
|
|
16
|
+
import { default as A } from "./components/ScalarDropdown/ScalarDropdownMenu.vue.js";
|
|
17
|
+
import { default as O } from "./components/ScalarErrorBoundary/ScalarErrorBoundary.vue.js";
|
|
18
|
+
import { default as Y } from "./components/ScalarFileUpload/ScalarFileUpload.vue.js";
|
|
19
|
+
import { default as j } from "./components/ScalarFileUpload/ScalarFileUploadInput.vue.js";
|
|
20
|
+
import { default as z } from "./components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.js";
|
|
21
|
+
import { default as K } from "./components/ScalarFileUpload/ScalarFileUploadDropTarget.vue.js";
|
|
22
|
+
import { default as Q } from "./components/ScalarFileUpload/ScalarFileUploadLoading.vue.js";
|
|
23
|
+
import { default as X } from "./components/ScalarFileUpload/ScalarFileUploadError.vue.js";
|
|
24
|
+
import { default as $ } from "./components/ScalarFileUpload/ScalarFileUploadFileList.vue.js";
|
|
25
|
+
import { default as ra } from "./components/ScalarFloating/ScalarFloating.vue.js";
|
|
26
|
+
import { default as ea } from "./components/ScalarFloating/ScalarFloatingBackdrop.vue.js";
|
|
27
|
+
import { default as la } from "./components/ScalarForm/ScalarForm.vue.js";
|
|
28
|
+
import { default as da } from "./components/ScalarForm/ScalarFormField.vue.js";
|
|
29
|
+
import { default as ua } from "./components/ScalarForm/ScalarFormError.vue.js";
|
|
30
|
+
import { default as ca } from "./components/ScalarHeader/ScalarHeader.vue.js";
|
|
31
|
+
import { default as Sa } from "./components/ScalarHeader/ScalarHeaderButton.vue.js";
|
|
32
|
+
import { default as ia } from "./components/ScalarIcon/ScalarIconLegacyAdapter.vue.js";
|
|
33
|
+
import { default as Ta } from "./components/ScalarIconButton/ScalarIconButton.vue.js";
|
|
34
|
+
import { default as ba } from "./components/ScalarListbox/ScalarListbox.vue.js";
|
|
35
|
+
import { default as Fa } from "./components/ScalarListbox/ScalarListboxItem.vue.js";
|
|
36
|
+
import { default as Ia } from "./components/ScalarListbox/ScalarListboxCheckbox.vue.js";
|
|
37
|
+
import { default as La } from "./components/ScalarMarkdown/ScalarMarkdown.vue.js";
|
|
34
38
|
/* empty css */
|
|
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
|
|
39
|
+
import { default as Da } from "./components/ScalarMenu/ScalarMenu.vue.js";
|
|
40
|
+
import { default as Ua } from "./components/ScalarMenu/ScalarMenuButton.vue.js";
|
|
41
|
+
import { default as ka } from "./components/ScalarMenu/ScalarMenuSection.vue.js";
|
|
42
|
+
import { default as Ra } from "./components/ScalarMenu/ScalarMenuLink.vue.js";
|
|
43
|
+
import { default as Ha } from "./components/ScalarMenu/ScalarMenuProduct.vue.js";
|
|
44
|
+
import { default as Aa } from "./components/ScalarMenu/ScalarMenuProducts.vue.js";
|
|
45
|
+
import { default as Oa } from "./components/ScalarMenu/ScalarMenuTeamPicker.vue.js";
|
|
46
|
+
import { default as Ya } from "./components/ScalarMenu/ScalarMenuTeamProfile.vue.js";
|
|
47
|
+
import { default as ja } from "./components/ScalarMenu/ScalarMenuResources.vue.js";
|
|
48
|
+
import { default as za } from "./components/ScalarPopover/ScalarPopover.vue.js";
|
|
49
|
+
import { default as Ka } from "./components/ScalarSearchInput/ScalarSearchInput.vue.js";
|
|
50
|
+
import { default as Qa } from "./components/ScalarSearchResults/ScalarSearchResultList.vue.js";
|
|
51
|
+
import { default as Xa } from "./components/ScalarSearchResults/ScalarSearchResultItem.vue.js";
|
|
52
|
+
import { default as $a } from "./components/ScalarSidebar/ScalarSidebar.vue.js";
|
|
53
|
+
import { default as rr } from "./components/ScalarSidebar/ScalarSidebarFooter.vue.js";
|
|
54
|
+
import { default as er } from "./components/ScalarSidebar/ScalarSidebarButton.vue.js";
|
|
55
|
+
import { default as lr } from "./components/ScalarSidebar/ScalarSidebarGroup.vue.js";
|
|
56
|
+
import { default as dr } from "./components/ScalarSidebar/ScalarSidebarGroupToggle.vue.js";
|
|
57
|
+
import { default as ur } from "./components/ScalarSidebar/ScalarSidebarItem.vue.js";
|
|
58
|
+
import { default as cr } from "./components/ScalarSidebar/ScalarSidebarItems.vue.js";
|
|
52
59
|
/* empty css */
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as Sr } from "./components/ScalarTextArea/ScalarTextArea.vue.js";
|
|
62
|
-
import { default as nr } from "./components/ScalarTextInput/ScalarTextInput.vue.js";
|
|
63
|
-
import { default as Mr } from "./components/ScalarToggle/ScalarToggle.vue.js";
|
|
64
|
-
import { default as gr } from "./components/ScalarTooltip/ScalarTooltip.vue.js";
|
|
60
|
+
import { default as Sr } from "./components/ScalarSidebar/ScalarSidebarSearchButton.vue.js";
|
|
61
|
+
import { default as ir } from "./components/ScalarSidebar/ScalarSidebarSearchInput.vue.js";
|
|
62
|
+
import { default as Tr } from "./components/ScalarTeleport/ScalarTeleport.vue.js";
|
|
63
|
+
import { default as br } from "./components/ScalarTeleport/ScalarTeleportRoot.vue.js";
|
|
64
|
+
import { default as Fr } from "./components/ScalarTextArea/ScalarTextArea.vue.js";
|
|
65
|
+
import { default as Ir } from "./components/ScalarTextInput/ScalarTextInput.vue.js";
|
|
66
|
+
import { default as Lr } from "./components/ScalarToggle/ScalarToggle.vue.js";
|
|
67
|
+
import { default as Dr } from "./components/ScalarTooltip/ScalarTooltip.vue.js";
|
|
65
68
|
/* empty css */
|
|
66
|
-
import { default as
|
|
67
|
-
import { styles as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { useLoadingState as
|
|
76
|
-
import { default as
|
|
77
|
-
import { useModal as
|
|
78
|
-
import { TELEPORT_SYMBOL as
|
|
79
|
-
import { useTooltip as
|
|
80
|
-
import { addScalarClassesToHeadless as
|
|
69
|
+
import { default as Ur } from "./components/ScalarVirtualText/ScalarVirtualText.vue.js";
|
|
70
|
+
import { styles as kr } from "./components/ScalarButton/variants.js";
|
|
71
|
+
import { default as Rr } from "./components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.js";
|
|
72
|
+
import { default as Hr } from "./components/ScalarDropdown/ScalarDropdownDivider.vue.js";
|
|
73
|
+
import { default as Ar } from "./components/ScalarDropdown/ScalarDropdownButton.vue.js";
|
|
74
|
+
import { default as Or } from "./components/ScalarDropdown/ScalarDropdownItem.vue.js";
|
|
75
|
+
import { default as Yr } from "./components/ScalarForm/ScalarFormSection.vue.js";
|
|
76
|
+
import { default as jr } from "./components/ScalarIcon/ScalarIcon.vue.js";
|
|
77
|
+
import { default as zr } from "./components/ScalarLoading/ScalarLoading.vue.js";
|
|
78
|
+
import { useLoadingState as Kr } from "./components/ScalarLoading/ScalarLoading.vue2.js";
|
|
79
|
+
import { default as Qr } from "./components/ScalarModal/ScalarModal.vue.js";
|
|
80
|
+
import { useModal as Xr } from "./components/ScalarModal/ScalarModal.vue2.js";
|
|
81
|
+
import { TELEPORT_SYMBOL as $r, useProvideTeleport as ao, useTeleport as ro } from "./components/ScalarTeleport/useTeleport.js";
|
|
82
|
+
import { useTooltip as eo } from "./components/ScalarTooltip/useTooltip.js";
|
|
83
|
+
import { addScalarClassesToHeadless as lo } from "./helpers/add-scalar-classes.js";
|
|
81
84
|
export {
|
|
82
85
|
S as ScalarButton,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
I as
|
|
88
|
-
L as
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
cr as
|
|
144
|
-
Sr as
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
86
|
+
i as ScalarCard,
|
|
87
|
+
F as ScalarCardFooter,
|
|
88
|
+
T as ScalarCardHeader,
|
|
89
|
+
b as ScalarCardSection,
|
|
90
|
+
I as ScalarCodeBlock,
|
|
91
|
+
L as ScalarColorModeToggle,
|
|
92
|
+
D as ScalarColorModeToggleButton,
|
|
93
|
+
Rr as ScalarColorModeToggleIcon,
|
|
94
|
+
U as ScalarCombobox,
|
|
95
|
+
k as ScalarComboboxMultiselect,
|
|
96
|
+
R as ScalarContextMenu,
|
|
97
|
+
H as ScalarDropdown,
|
|
98
|
+
Ar as ScalarDropdownButton,
|
|
99
|
+
Hr as ScalarDropdownDivider,
|
|
100
|
+
Or as ScalarDropdownItem,
|
|
101
|
+
A as ScalarDropdownMenu,
|
|
102
|
+
O as ScalarErrorBoundary,
|
|
103
|
+
Y as ScalarFileUpload,
|
|
104
|
+
K as ScalarFileUploadDropTarget,
|
|
105
|
+
X as ScalarFileUploadError,
|
|
106
|
+
$ as ScalarFileUploadFileList,
|
|
107
|
+
j as ScalarFileUploadInput,
|
|
108
|
+
z as ScalarFileUploadInputCompact,
|
|
109
|
+
Q as ScalarFileUploadLoading,
|
|
110
|
+
ra as ScalarFloating,
|
|
111
|
+
ea as ScalarFloatingBackdrop,
|
|
112
|
+
la as ScalarForm,
|
|
113
|
+
ua as ScalarFormError,
|
|
114
|
+
da as ScalarFormField,
|
|
115
|
+
Yr as ScalarFormSection,
|
|
116
|
+
ca as ScalarHeader,
|
|
117
|
+
Sa as ScalarHeaderButton,
|
|
118
|
+
jr as ScalarIcon,
|
|
119
|
+
Ta as ScalarIconButton,
|
|
120
|
+
ia as ScalarIconLegacyAdapter,
|
|
121
|
+
ba as ScalarListbox,
|
|
122
|
+
Ia as ScalarListboxCheckbox,
|
|
123
|
+
Fa as ScalarListboxItem,
|
|
124
|
+
zr as ScalarLoading,
|
|
125
|
+
La as ScalarMarkdown,
|
|
126
|
+
Da as ScalarMenu,
|
|
127
|
+
Ua as ScalarMenuButton,
|
|
128
|
+
Ra as ScalarMenuLink,
|
|
129
|
+
Ha as ScalarMenuProduct,
|
|
130
|
+
Aa as ScalarMenuProducts,
|
|
131
|
+
ja as ScalarMenuResources,
|
|
132
|
+
ka as ScalarMenuSection,
|
|
133
|
+
Oa as ScalarMenuTeamPicker,
|
|
134
|
+
Ya as ScalarMenuTeamProfile,
|
|
135
|
+
Qr as ScalarModal,
|
|
136
|
+
za as ScalarPopover,
|
|
137
|
+
Ka as ScalarSearchInput,
|
|
138
|
+
Xa as ScalarSearchResultItem,
|
|
139
|
+
Qa as ScalarSearchResultList,
|
|
140
|
+
$a as ScalarSidebar,
|
|
141
|
+
er as ScalarSidebarButton,
|
|
142
|
+
rr as ScalarSidebarFooter,
|
|
143
|
+
lr as ScalarSidebarGroup,
|
|
144
|
+
dr as ScalarSidebarGroupToggle,
|
|
145
|
+
ur as ScalarSidebarItem,
|
|
146
|
+
cr as ScalarSidebarItems,
|
|
147
|
+
Sr as ScalarSidebarSearchButton,
|
|
148
|
+
ir as ScalarSidebarSearchInput,
|
|
149
|
+
Tr as ScalarTeleport,
|
|
150
|
+
br as ScalarTeleportRoot,
|
|
151
|
+
Fr as ScalarTextArea,
|
|
152
|
+
Ir as ScalarTextInput,
|
|
153
|
+
Lr as ScalarToggle,
|
|
154
|
+
Dr as ScalarTooltip,
|
|
155
|
+
Ur as ScalarVirtualText,
|
|
156
|
+
$r as TELEPORT_SYMBOL,
|
|
157
|
+
lo as addScalarClassesToHeadless,
|
|
158
|
+
d as compose,
|
|
159
|
+
p as cva,
|
|
160
|
+
u as cx,
|
|
161
|
+
kr as styles,
|
|
162
|
+
m as tw,
|
|
156
163
|
c as useBindCx,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
164
|
+
Kr as useLoadingState,
|
|
165
|
+
Xr as useModal,
|
|
166
|
+
ao as useProvideTeleport,
|
|
167
|
+
ro as useTeleport,
|
|
168
|
+
eo as useTooltip
|
|
162
169
|
};
|