@pathscale/ui 0.0.10 → 0.0.12
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 +53 -0
- package/dist/Avatar-Dkd_kPlV.d.ts +40 -0
- package/dist/CollapseTitle-BNxog3is.d.ts +12 -0
- package/dist/{Field-DfUn85_1.d.ts → Field-DI2PA30N.d.ts} +1 -1
- package/dist/Mask-CPb596Mg.d.ts +16 -0
- package/dist/Menu-DgO4SHmA.d.ts +45 -0
- package/dist/{Progress-gN0xqhAF.d.ts → Progress-ChF4ior8.d.ts} +2 -2
- package/dist/Steps-Dk-UPL6r.d.ts +38 -0
- package/dist/{Tabs-BEnRV6GG.d.ts → Tabs-WiUU0xsM.d.ts} +1 -1
- package/dist/chunk/2OJYONJ3.js +40 -0
- package/dist/chunk/2VQ2762Z.js +80 -0
- package/dist/chunk/2XPPNBYK.js +164 -0
- package/dist/chunk/3I23P4TJ.js +33 -0
- package/dist/chunk/5HG7XWVC.jsx +2956 -0
- package/dist/chunk/5IJ7WEIF.js +43 -0
- package/dist/chunk/5O6WC3OB.jsx +67 -0
- package/dist/chunk/6P5JIKPF.jsx +51 -0
- package/dist/chunk/BHLLVOVR.js +46 -0
- package/dist/chunk/DJI5XKAV.js +31 -0
- package/dist/chunk/DN3P54J2.jsx +43 -0
- package/dist/chunk/DVFQAAZR.js +43 -0
- package/dist/chunk/EDDBK4J6.js +42 -0
- package/dist/chunk/FZRQDGPD.jsx +54 -0
- package/dist/chunk/G5UEZ2VC.js +49 -0
- package/dist/chunk/GL7JG772.js +114 -0
- package/dist/chunk/HEOKGP5U.js +55 -0
- package/dist/chunk/HUHXQCKK.js +16 -0
- package/dist/chunk/I36LHZUY.jsx +31 -0
- package/dist/chunk/IG323YKF.jsx +50 -0
- package/dist/chunk/JQ4HSRDP.js +142 -0
- package/dist/chunk/JSQBKK7L.jsx +50 -0
- package/dist/chunk/K3WO7SRD.js +1 -0
- package/dist/chunk/KQ3RAWCE.jsx +57 -0
- package/dist/chunk/KXJZKDJX.jsx +0 -0
- package/dist/chunk/L4A67X7S.js +7 -0
- package/dist/chunk/LGDDR242.jsx +159 -0
- package/dist/chunk/MM2DZQL3.js +46 -0
- package/dist/chunk/MZWBWFDD.js +151 -0
- package/dist/chunk/O7LDJCQS.jsx +18 -0
- package/dist/chunk/Q4442PU4.js +42 -0
- package/dist/chunk/R5G3PODL.jsx +11 -0
- package/dist/chunk/R6ZBT7CY.jsx +55 -0
- package/dist/chunk/RHEFVSMJ.jsx +52 -0
- package/dist/chunk/{G6RG4LR7.js → SPEY5RMB.js} +2 -5
- package/dist/chunk/STFCLC5R.js +2954 -0
- package/dist/chunk/SVJIYMYJ.jsx +156 -0
- package/dist/chunk/SYWB4UN3.jsx +64 -0
- package/dist/chunk/{KACNXPUM.jsx → T2LDLYWV.jsx} +2 -4
- package/dist/chunk/UNKDNDT3.js +62 -0
- package/dist/chunk/XM3KF5LV.jsx +179 -0
- package/dist/chunk/XQCSYRVP.jsx +168 -0
- package/dist/chunk/YWIT2MRI.jsx +43 -0
- package/dist/chunk/ZYEP35R3.jsx +60 -0
- package/dist/components/{progress → Progress}/index.d.ts +1 -1
- package/dist/components/accordion/index.d.ts +17 -5
- package/dist/components/accordion/index.js +1 -1
- package/dist/components/accordion/index.jsx +6 -4
- package/dist/components/avatar/index.d.ts +4 -4
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/avatar/index.jsx +3 -2
- package/dist/components/badge/index.d.ts +17 -0
- package/dist/components/badge/index.js +1 -0
- package/dist/components/badge/index.jsx +8 -0
- package/dist/components/breadcrumbs/index.d.ts +9 -0
- package/dist/components/breadcrumbs/index.js +1 -0
- package/dist/components/breadcrumbs/index.jsx +7 -0
- package/dist/components/button/index.d.ts +28 -6
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/index.jsx +5 -5
- package/dist/components/checkbox/index.d.ts +13 -5
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox/index.jsx +5 -4
- package/dist/components/collapse/index.d.ts +15 -0
- package/dist/components/collapse/index.js +1 -0
- package/dist/components/collapse/index.jsx +14 -0
- package/dist/components/field/index.d.ts +1 -1
- package/dist/components/fileinput/index.d.ts +16 -0
- package/dist/components/fileinput/index.js +1 -0
- package/dist/components/fileinput/index.jsx +8 -0
- package/dist/components/input/index.d.ts +13 -8
- package/dist/components/input/index.js +1 -1
- package/dist/components/input/index.jsx +5 -6
- package/dist/components/join/index.d.ts +11 -0
- package/dist/components/join/index.js +1 -0
- package/dist/components/join/index.jsx +9 -0
- package/dist/components/mask/index.d.ts +7 -0
- package/dist/components/mask/index.js +1 -0
- package/dist/components/mask/index.jsx +8 -0
- package/dist/components/menu/index.d.ts +6 -64
- package/dist/components/menu/index.js +1 -1
- package/dist/components/menu/index.jsx +4 -7
- package/dist/components/pagination/index.d.ts +6 -6
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/pagination/index.jsx +6 -4
- package/dist/components/polymorphic/index.d.ts +1 -2
- package/dist/components/polymorphic/index.js +1 -1
- package/dist/components/polymorphic/index.jsx +1 -1
- package/dist/components/select/index.d.ts +12 -5
- package/dist/components/select/index.js +1 -1
- package/dist/components/select/index.jsx +5 -4
- package/dist/components/steps/index.d.ts +3 -4
- package/dist/components/steps/index.js +1 -1
- package/dist/components/steps/index.jsx +3 -2
- package/dist/components/tabs/index.d.ts +2 -2
- package/dist/components/textarea/index.d.ts +12 -5
- package/dist/components/textarea/index.js +1 -1
- package/dist/components/textarea/index.jsx +5 -4
- package/dist/components/toggle/index.d.ts +15 -0
- package/dist/components/toggle/index.js +1 -0
- package/dist/components/toggle/index.jsx +8 -0
- package/dist/components/tooltip/index.d.ts +14 -5
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tooltip/index.jsx +5 -4
- package/dist/index.d.ts +23 -18
- package/dist/index.js +23 -20
- package/dist/index.jsx +80 -65
- package/dist/types-CUG9pToa.d.ts +15 -0
- package/package.json +4 -2
- package/dist/Accordion-JZGWxBMK.d.ts +0 -27
- package/dist/Avatar-CzIirpVq.d.ts +0 -33
- package/dist/Button-B50OLXuV.d.ts +0 -63
- package/dist/Checkbox-CzeDsQLA.d.ts +0 -32
- package/dist/Input-BGHHmBBR.d.ts +0 -42
- package/dist/Pagination-CJtlFMHy.d.ts +0 -43
- package/dist/Select-CWCDBvec.d.ts +0 -44
- package/dist/Steps-1miUeyCD.d.ts +0 -34
- package/dist/Switch-CW6QtO1Y.d.ts +0 -76
- package/dist/Tag-BPrhn-Ne.d.ts +0 -42
- package/dist/Textarea-Cpdk7m6S.d.ts +0 -37
- package/dist/Tooltip-BfPongoz.d.ts +0 -53
- package/dist/Upload-CRljD5jf.d.ts +0 -39
- package/dist/chunk/3VOILEMN.js +0 -187
- package/dist/chunk/C4745OZS.jsx +0 -101
- package/dist/chunk/CJZGTNJZ.js +0 -115
- package/dist/chunk/DBQ7IOPU.js +0 -189
- package/dist/chunk/EB7KXR65.js +0 -102
- package/dist/chunk/EE4HXMKA.js +0 -165
- package/dist/chunk/ELRAUORW.jsx +0 -179
- package/dist/chunk/F33TSIEQ.jsx +0 -181
- package/dist/chunk/GA2HCFRS.jsx +0 -228
- package/dist/chunk/GWFGP2JQ.jsx +0 -179
- package/dist/chunk/LAQPAV5I.jsx +0 -187
- package/dist/chunk/LI3HCFL7.jsx +0 -132
- package/dist/chunk/MI773TMC.js +0 -107
- package/dist/chunk/MMTAND25.jsx +0 -126
- package/dist/chunk/NZKPDBTE.js +0 -118
- package/dist/chunk/NZZRKP74.js +0 -214
- package/dist/chunk/O2IMHWMY.js +0 -159
- package/dist/chunk/OMRJVDZV.js +0 -173
- package/dist/chunk/OYAKKETQ.js +0 -111
- package/dist/chunk/PNPC2OI3.jsx +0 -156
- package/dist/chunk/QHJOIUYT.jsx +0 -117
- package/dist/chunk/QONDPQ2I.jsx +0 -105
- package/dist/chunk/R6COBCN7.jsx +0 -100
- package/dist/chunk/T7IZ26YC.jsx +0 -194
- package/dist/chunk/TT2JYGLU.js +0 -218
- package/dist/chunk/V6Y5E7BL.js +0 -133
- package/dist/chunk/WB6NEEQV.jsx +0 -107
- package/dist/chunk/WYHYWDOM.js +0 -164
- package/dist/chunk/XD34JKSU.jsx +0 -201
- package/dist/chunk/YDEDUOFM.js +0 -102
- package/dist/components/breadcrumb/index.d.ts +0 -47
- package/dist/components/breadcrumb/index.js +0 -1
- package/dist/components/breadcrumb/index.jsx +0 -9
- package/dist/components/switch/index.d.ts +0 -8
- package/dist/components/switch/index.js +0 -1
- package/dist/components/switch/index.jsx +0 -7
- package/dist/components/tag/index.d.ts +0 -8
- package/dist/components/tag/index.js +0 -1
- package/dist/components/tag/index.jsx +0 -7
- package/dist/components/upload/index.d.ts +0 -8
- package/dist/components/upload/index.js +0 -1
- package/dist/components/upload/index.jsx +0 -7
- /package/dist/components/{progress → Progress}/index.js +0 -0
- /package/dist/components/{progress → Progress}/index.jsx +0 -0
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import {
|
|
2
|
+
clsx
|
|
3
|
+
} from "./O7LDJCQS.jsx";
|
|
4
|
+
import {
|
|
5
|
+
twMerge
|
|
6
|
+
} from "./5HG7XWVC.jsx";
|
|
7
|
+
|
|
8
|
+
// src/components/badge/Badge.tsx
|
|
9
|
+
import { splitProps } from "solid-js";
|
|
10
|
+
var Badge = (props) => {
|
|
11
|
+
const [local, others] = splitProps(props, [
|
|
12
|
+
"size",
|
|
13
|
+
"color",
|
|
14
|
+
"variant",
|
|
15
|
+
"responsive",
|
|
16
|
+
"dataTheme",
|
|
17
|
+
"class",
|
|
18
|
+
"className",
|
|
19
|
+
"style"
|
|
20
|
+
]);
|
|
21
|
+
const classes = () => twMerge(
|
|
22
|
+
"badge",
|
|
23
|
+
local.class,
|
|
24
|
+
local.className,
|
|
25
|
+
clsx({
|
|
26
|
+
"badge-xl": local.size === "xl",
|
|
27
|
+
"badge-lg": local.size === "lg",
|
|
28
|
+
"badge-md": local.size === "md",
|
|
29
|
+
"badge-sm": local.size === "sm",
|
|
30
|
+
"badge-xs": local.size === "xs",
|
|
31
|
+
"badge-soft": local.variant === "soft",
|
|
32
|
+
"badge-dash": local.variant === "dash",
|
|
33
|
+
"badge-outline": local.variant === "outline",
|
|
34
|
+
"badge-neutral": local.color === "neutral",
|
|
35
|
+
"badge-primary": local.color === "primary",
|
|
36
|
+
"badge-secondary": local.color === "secondary",
|
|
37
|
+
"badge-accent": local.color === "accent",
|
|
38
|
+
"badge-ghost": local.color === "ghost",
|
|
39
|
+
"badge-info": local.color === "info",
|
|
40
|
+
"badge-success": local.color === "success",
|
|
41
|
+
"badge-warning": local.color === "warning",
|
|
42
|
+
"badge-error": local.color === "error",
|
|
43
|
+
"badge-xs md:badge-sm lg:badge-md xl:badge-lg": local.responsive
|
|
44
|
+
})
|
|
45
|
+
);
|
|
46
|
+
return <div
|
|
47
|
+
{...others}
|
|
48
|
+
data-theme={local.dataTheme}
|
|
49
|
+
class={classes()}
|
|
50
|
+
style={local.style}
|
|
51
|
+
aria-label="Badge"
|
|
52
|
+
>
|
|
53
|
+
{props.children}
|
|
54
|
+
</div>;
|
|
55
|
+
};
|
|
56
|
+
var Badge_default = Badge;
|
|
57
|
+
|
|
58
|
+
export {
|
|
59
|
+
Badge_default
|
|
60
|
+
};
|
|
@@ -1,8 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import '
|
|
4
|
-
import '../../classes-B_S9K-9I.js';
|
|
5
|
-
|
|
1
|
+
import { JSX } from 'solid-js';
|
|
2
|
+
import { I as IComponentBaseProps } from '../../types-CUG9pToa.js';
|
|
3
|
+
import { a as CollapseTitle, C as CollapseContent } from '../../CollapseTitle-BNxog3is.js';
|
|
6
4
|
|
|
5
|
+
type AccordionBaseProps = {
|
|
6
|
+
name?: string;
|
|
7
|
+
icon?: "arrow" | "plus";
|
|
8
|
+
dataTheme?: string;
|
|
9
|
+
class?: string;
|
|
10
|
+
className?: string;
|
|
11
|
+
style?: JSX.CSSProperties;
|
|
12
|
+
};
|
|
13
|
+
type AccordionProps = AccordionBaseProps & IComponentBaseProps & Omit<JSX.InputHTMLAttributes<HTMLInputElement>, keyof AccordionBaseProps>;
|
|
14
|
+
declare const Accordion: {
|
|
15
|
+
(props: AccordionProps): JSX.Element;
|
|
16
|
+
Title: typeof CollapseTitle;
|
|
17
|
+
Content: typeof CollapseContent;
|
|
18
|
+
};
|
|
7
19
|
|
|
8
20
|
export { Accordion as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { Accordion_default as default } from '../../chunk/2OJYONJ3.js';
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "../../chunk/
|
|
4
|
-
import "../../chunk/
|
|
2
|
+
Accordion_default
|
|
3
|
+
} from "../../chunk/YWIT2MRI.jsx";
|
|
4
|
+
import "../../chunk/KQ3RAWCE.jsx";
|
|
5
|
+
import "../../chunk/O7LDJCQS.jsx";
|
|
6
|
+
import "../../chunk/5HG7XWVC.jsx";
|
|
5
7
|
export {
|
|
6
|
-
|
|
8
|
+
Accordion_default as default
|
|
7
9
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { _ as _default } from '../../Avatar-Dkd_kPlV.js';
|
|
2
|
+
export { A as AvatarProps } from '../../Avatar-Dkd_kPlV.js';
|
|
3
3
|
import 'solid-js';
|
|
4
|
-
import '../../
|
|
4
|
+
import '../../types-CUG9pToa.js';
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
export {
|
|
8
|
+
export { _default as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { avatar_default as default } from '../../chunk/
|
|
1
|
+
export { avatar_default as default } from '../../chunk/2XPPNBYK.js';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { JSX } from 'solid-js';
|
|
2
|
+
import { C as ComponentSize, b as ComponentColor, c as ComponentVariant, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
|
|
3
|
+
|
|
4
|
+
type BadgeBaseProps = {
|
|
5
|
+
size?: ComponentSize;
|
|
6
|
+
color?: ComponentColor;
|
|
7
|
+
variant?: ComponentVariant;
|
|
8
|
+
responsive?: boolean;
|
|
9
|
+
dataTheme?: string;
|
|
10
|
+
class?: string;
|
|
11
|
+
className?: string;
|
|
12
|
+
style?: JSX.CSSProperties;
|
|
13
|
+
};
|
|
14
|
+
type BadgeProps = BadgeBaseProps & IComponentBaseProps & Omit<JSX.HTMLAttributes<HTMLDivElement>, keyof BadgeBaseProps>;
|
|
15
|
+
declare const Badge: (props: BadgeProps) => JSX.Element;
|
|
16
|
+
|
|
17
|
+
export { Badge as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Badge_default as default } from '../../chunk/G5UEZ2VC.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Component, JSX } from 'solid-js';
|
|
2
|
+
import { I as IComponentBaseProps } from '../../types-CUG9pToa.js';
|
|
3
|
+
|
|
4
|
+
type BreadcrumbProps = IComponentBaseProps & JSX.HTMLAttributes<HTMLDivElement> & {
|
|
5
|
+
innerProps?: JSX.HTMLAttributes<HTMLUListElement>;
|
|
6
|
+
};
|
|
7
|
+
declare const Breadcrumbs: Component<BreadcrumbProps>;
|
|
8
|
+
|
|
9
|
+
export { Breadcrumbs as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Breadcrumbs_default as default } from '../../chunk/DJI5XKAV.js';
|
|
@@ -1,9 +1,31 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import 'solid-js';
|
|
4
|
-
import '../polymorphic/index.js';
|
|
5
|
-
import '../../classes-B_S9K-9I.js';
|
|
6
|
-
|
|
1
|
+
import { JSX } from 'solid-js';
|
|
2
|
+
import { a as ComponentShape, C as ComponentSize, b as ComponentColor, c as ComponentVariant, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
|
|
7
3
|
|
|
4
|
+
type ElementType = keyof JSX.IntrinsicElements;
|
|
5
|
+
type ButtonBaseProps = {
|
|
6
|
+
shape?: ComponentShape;
|
|
7
|
+
size?: ComponentSize;
|
|
8
|
+
color?: ComponentColor;
|
|
9
|
+
variant?: ComponentVariant | "link";
|
|
10
|
+
glass?: boolean;
|
|
11
|
+
wide?: boolean;
|
|
12
|
+
fullWidth?: boolean;
|
|
13
|
+
responsive?: boolean;
|
|
14
|
+
animation?: boolean;
|
|
15
|
+
loading?: boolean;
|
|
16
|
+
active?: boolean;
|
|
17
|
+
startIcon?: JSX.Element;
|
|
18
|
+
endIcon?: JSX.Element;
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
as?: ElementType;
|
|
21
|
+
children?: JSX.Element;
|
|
22
|
+
dataTheme?: string;
|
|
23
|
+
class?: string;
|
|
24
|
+
className?: string;
|
|
25
|
+
style?: JSX.CSSProperties;
|
|
26
|
+
};
|
|
27
|
+
type PropsOf<E extends ElementType> = JSX.IntrinsicElements[E];
|
|
28
|
+
type ButtonProps<E extends ElementType = "button"> = Omit<PropsOf<E>, keyof ButtonBaseProps | "color" | "size"> & ButtonBaseProps & IComponentBaseProps;
|
|
29
|
+
declare const Button: <E extends ElementType = "button">(props: ButtonProps<E>) => JSX.Element;
|
|
8
30
|
|
|
9
31
|
export { Button as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { Button_default as default } from '../../chunk/MZWBWFDD.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "../../chunk/
|
|
4
|
-
import "../../chunk/
|
|
5
|
-
import "../../chunk/
|
|
2
|
+
Button_default
|
|
3
|
+
} from "../../chunk/XQCSYRVP.jsx";
|
|
4
|
+
import "../../chunk/O7LDJCQS.jsx";
|
|
5
|
+
import "../../chunk/5HG7XWVC.jsx";
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
Button_default as default
|
|
8
8
|
};
|
|
@@ -1,8 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import 'solid-js';
|
|
4
|
-
import '../../classes-B_S9K-9I.js';
|
|
5
|
-
|
|
1
|
+
import { JSX } from 'solid-js';
|
|
2
|
+
import { b as ComponentColor, C as ComponentSize, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
|
|
6
3
|
|
|
4
|
+
type CheckboxBaseProps = {
|
|
5
|
+
color?: Exclude<ComponentColor, "ghost">;
|
|
6
|
+
size?: ComponentSize;
|
|
7
|
+
indeterminate?: boolean;
|
|
8
|
+
dataTheme?: string;
|
|
9
|
+
class?: string;
|
|
10
|
+
className?: string;
|
|
11
|
+
style?: JSX.CSSProperties;
|
|
12
|
+
};
|
|
13
|
+
type CheckboxProps = CheckboxBaseProps & IComponentBaseProps & Omit<JSX.InputHTMLAttributes<HTMLInputElement>, keyof CheckboxBaseProps>;
|
|
14
|
+
declare const Checkbox: (props: CheckboxProps) => JSX.Element;
|
|
7
15
|
|
|
8
16
|
export { Checkbox as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { Checkbox_default as default } from '../../chunk/HEOKGP5U.js';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "../../chunk/
|
|
4
|
-
import "../../chunk/
|
|
2
|
+
Checkbox_default
|
|
3
|
+
} from "../../chunk/SYWB4UN3.jsx";
|
|
4
|
+
import "../../chunk/O7LDJCQS.jsx";
|
|
5
|
+
import "../../chunk/5HG7XWVC.jsx";
|
|
5
6
|
export {
|
|
6
|
-
|
|
7
|
+
Checkbox_default as default
|
|
7
8
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { S as Summary } from '../../CollapseTitle-BNxog3is.js';
|
|
2
|
+
export { C as CollapseContent, a as CollapseTitle } from '../../CollapseTitle-BNxog3is.js';
|
|
3
|
+
import { JSX } from 'solid-js';
|
|
4
|
+
import { I as IComponentBaseProps } from '../../types-CUG9pToa.js';
|
|
5
|
+
|
|
6
|
+
type CollapseDetailsProps = JSX.HTMLAttributes<HTMLDetailsElement> & IComponentBaseProps & {
|
|
7
|
+
icon?: "arrow" | "plus";
|
|
8
|
+
open?: boolean;
|
|
9
|
+
};
|
|
10
|
+
declare function CollapseDetails(props: CollapseDetailsProps): JSX.Element;
|
|
11
|
+
declare namespace CollapseDetails {
|
|
12
|
+
var Title: typeof Summary;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export { CollapseDetails, Summary };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CollapseContent, CollapseDetails, CollapseTitle, Summary } from '../../chunk/2VQ2762Z.js';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
CollapseContent,
|
|
3
|
+
CollapseDetails,
|
|
4
|
+
CollapseTitle,
|
|
5
|
+
Summary
|
|
6
|
+
} from "../../chunk/KQ3RAWCE.jsx";
|
|
7
|
+
import "../../chunk/O7LDJCQS.jsx";
|
|
8
|
+
import "../../chunk/5HG7XWVC.jsx";
|
|
9
|
+
export {
|
|
10
|
+
CollapseContent,
|
|
11
|
+
CollapseDetails,
|
|
12
|
+
CollapseTitle,
|
|
13
|
+
Summary
|
|
14
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { JSX } from 'solid-js';
|
|
2
|
+
import { C as ComponentSize, b as ComponentColor, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
|
|
3
|
+
|
|
4
|
+
type FileInputBaseProps = {
|
|
5
|
+
size?: ComponentSize;
|
|
6
|
+
color?: ComponentColor;
|
|
7
|
+
bordered?: boolean;
|
|
8
|
+
dataTheme?: string;
|
|
9
|
+
class?: string;
|
|
10
|
+
className?: string;
|
|
11
|
+
style?: JSX.CSSProperties;
|
|
12
|
+
};
|
|
13
|
+
type FileInputProps = FileInputBaseProps & IComponentBaseProps & Omit<JSX.InputHTMLAttributes<HTMLInputElement>, keyof FileInputBaseProps>;
|
|
14
|
+
declare const FileInput: (props: FileInputProps) => JSX.Element;
|
|
15
|
+
|
|
16
|
+
export { FileInput as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { FileInput_default as default } from '../../chunk/BHLLVOVR.js';
|
|
@@ -1,10 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { Component } from 'solid-js';
|
|
4
|
-
import '../../classes-B_S9K-9I.js';
|
|
1
|
+
import { JSX } from 'solid-js';
|
|
2
|
+
import { C as ComponentSize, b as ComponentColor, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
|
|
5
3
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
type InputBaseProps = {
|
|
5
|
+
size?: ComponentSize;
|
|
6
|
+
color?: ComponentColor;
|
|
7
|
+
dataTheme?: string;
|
|
8
|
+
class?: string;
|
|
9
|
+
className?: string;
|
|
10
|
+
style?: JSX.CSSProperties;
|
|
11
|
+
};
|
|
12
|
+
type InputProps = InputBaseProps & IComponentBaseProps & Omit<JSX.InputHTMLAttributes<HTMLInputElement>, keyof InputBaseProps>;
|
|
13
|
+
declare const Input: (props: InputProps) => JSX.Element;
|
|
9
14
|
|
|
10
|
-
export {
|
|
15
|
+
export { Input as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { Input_default as default } from '../../chunk/EDDBK4J6.js';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import "../../chunk/
|
|
2
|
+
Input_default
|
|
3
|
+
} from "../../chunk/JSQBKK7L.jsx";
|
|
4
|
+
import "../../chunk/O7LDJCQS.jsx";
|
|
5
|
+
import "../../chunk/5HG7XWVC.jsx";
|
|
6
6
|
export {
|
|
7
|
-
|
|
8
|
-
input_default as default
|
|
7
|
+
Input_default as default
|
|
9
8
|
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { JSX } from 'solid-js';
|
|
2
|
+
import { I as IComponentBaseProps } from '../../types-CUG9pToa.js';
|
|
3
|
+
|
|
4
|
+
type JoinProps = IComponentBaseProps & JSX.HTMLAttributes<HTMLDivElement> & {
|
|
5
|
+
responsive?: boolean;
|
|
6
|
+
vertical?: boolean;
|
|
7
|
+
horizontal?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare const Join: (props: JoinProps) => JSX.Element;
|
|
10
|
+
|
|
11
|
+
export { type JoinProps, Join as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Join_default as default } from '../../chunk/3I23P4TJ.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { mask_default as default } from '../../chunk/UNKDNDT3.js';
|
|
@@ -1,66 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { M as MenuProps$1 } from '../../Menu-DgO4SHmA.js';
|
|
2
|
+
export { _ as Menu } from '../../Menu-DgO4SHmA.js';
|
|
3
|
+
import 'solid-js';
|
|
4
|
+
import '../../types-CUG9pToa.js';
|
|
3
5
|
|
|
4
|
-
|
|
5
|
-
(props?: (ConfigVariants<{
|
|
6
|
-
inline: {
|
|
7
|
-
true: string;
|
|
8
|
-
false: string;
|
|
9
|
-
};
|
|
10
|
-
}> & ClassProps) | undefined): string;
|
|
11
|
-
variantKeys: "inline"[];
|
|
12
|
-
};
|
|
13
|
-
declare const listWrapper: {
|
|
14
|
-
(props?: (ConfigVariants<{
|
|
15
|
-
label: {
|
|
16
|
-
true: string;
|
|
17
|
-
false: string;
|
|
18
|
-
};
|
|
19
|
-
}> & ClassProps) | undefined): string;
|
|
20
|
-
variantKeys: "label"[];
|
|
21
|
-
};
|
|
22
|
-
declare const itemVariants: {
|
|
23
|
-
(props?: (ConfigVariants<{
|
|
24
|
-
active: {
|
|
25
|
-
true: string;
|
|
26
|
-
false: string;
|
|
27
|
-
};
|
|
28
|
-
expanded: {
|
|
29
|
-
true: string;
|
|
30
|
-
false: string;
|
|
31
|
-
};
|
|
32
|
-
disabled: {
|
|
33
|
-
true: string;
|
|
34
|
-
false: string;
|
|
35
|
-
};
|
|
36
|
-
}> & ClassProps) | undefined): string;
|
|
37
|
-
variantKeys: ("expanded" | "disabled" | "active")[];
|
|
38
|
-
};
|
|
6
|
+
type MenuProps = MenuProps$1;
|
|
39
7
|
|
|
40
|
-
type MenuProps
|
|
41
|
-
inline?: boolean;
|
|
42
|
-
className?: string;
|
|
43
|
-
children: JSX.Element;
|
|
44
|
-
} & VariantProps<typeof menuWrapper> & ClassProps;
|
|
45
|
-
declare const Menu: Component<MenuProps>;
|
|
46
|
-
|
|
47
|
-
type MenuListProps = {
|
|
48
|
-
label?: string;
|
|
49
|
-
children: JSX.Element;
|
|
50
|
-
} & VariantProps<typeof listWrapper> & ClassProps;
|
|
51
|
-
declare const MenuList: Component<MenuListProps>;
|
|
52
|
-
|
|
53
|
-
type MenuItemProps = {
|
|
54
|
-
label: string;
|
|
55
|
-
active?: boolean;
|
|
56
|
-
expanded?: boolean;
|
|
57
|
-
disabled?: boolean;
|
|
58
|
-
className?: string;
|
|
59
|
-
tag?: keyof JSX.IntrinsicElements;
|
|
60
|
-
to?: string;
|
|
61
|
-
target?: string;
|
|
62
|
-
children?: JSX.Element;
|
|
63
|
-
} & VariantProps<typeof itemVariants> & ClassProps & Omit<JSX.HTMLAttributes<HTMLElement>, "children">;
|
|
64
|
-
declare const MenuItem: Component<MenuItemProps>;
|
|
65
|
-
|
|
66
|
-
export { Menu, MenuItem, MenuList };
|
|
8
|
+
export type { MenuProps };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Menu_default as Menu
|
|
1
|
+
export { Menu_default as Menu } from '../../chunk/JQ4HSRDP.js';
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
|
-
MenuItem_default,
|
|
3
|
-
MenuList_default,
|
|
4
2
|
Menu_default
|
|
5
|
-
} from "../../chunk/
|
|
6
|
-
import "../../chunk/
|
|
3
|
+
} from "../../chunk/SVJIYMYJ.jsx";
|
|
4
|
+
import "../../chunk/O7LDJCQS.jsx";
|
|
5
|
+
import "../../chunk/5HG7XWVC.jsx";
|
|
7
6
|
export {
|
|
8
|
-
Menu_default as Menu
|
|
9
|
-
MenuItem_default as MenuItem,
|
|
10
|
-
MenuList_default as MenuList
|
|
7
|
+
Menu_default as Menu
|
|
11
8
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
import '
|
|
4
|
-
import '../../classes-B_S9K-9I.js';
|
|
1
|
+
import * as solid_js from 'solid-js';
|
|
2
|
+
import { JoinProps } from '../join/index.js';
|
|
3
|
+
import '../../types-CUG9pToa.js';
|
|
5
4
|
|
|
5
|
+
type PaginationProps = JoinProps;
|
|
6
|
+
declare const Pagination: (props: JoinProps) => solid_js.JSX.Element;
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
export { Pagination as default };
|
|
8
|
+
export { type PaginationProps, Pagination as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { Pagination_default as default } from '../../chunk/L4A67X7S.js';
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "../../chunk/
|
|
4
|
-
import "../../chunk/
|
|
2
|
+
Pagination_default
|
|
3
|
+
} from "../../chunk/R5G3PODL.jsx";
|
|
4
|
+
import "../../chunk/DN3P54J2.jsx";
|
|
5
|
+
import "../../chunk/O7LDJCQS.jsx";
|
|
6
|
+
import "../../chunk/5HG7XWVC.jsx";
|
|
5
7
|
export {
|
|
6
|
-
|
|
8
|
+
Pagination_default as default
|
|
7
9
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as solid_js from 'solid-js';
|
|
2
|
-
import { ValidComponent,
|
|
2
|
+
import { ValidComponent, JSX, ComponentProps, Ref } from 'solid-js';
|
|
3
3
|
|
|
4
4
|
type OverrideProps<T, P> = Omit<T, keyof P> & P;
|
|
5
5
|
|
|
@@ -20,7 +20,6 @@ type ElementOf<T> = T extends keyof HTMLElementTagNameMap ? HTMLElementTagNameMa
|
|
|
20
20
|
|
|
21
21
|
type PolymorphicButtonSharedProps<T extends ValidComponent = "button"> = {
|
|
22
22
|
ref: Ref<ElementOf<T>>;
|
|
23
|
-
type: string | undefined;
|
|
24
23
|
};
|
|
25
24
|
type PolymorphicButtonElementProps = PolymorphicButtonSharedProps & {
|
|
26
25
|
role: "button" | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Polymorphic_default as Polymorphic, PolymorphicButton_default as PolymorphicButton } from '../../chunk/
|
|
1
|
+
export { Polymorphic_default as Polymorphic, PolymorphicButton_default as PolymorphicButton } from '../../chunk/SPEY5RMB.js';
|