@pathscale/ui 0.0.11 → 0.0.13
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/{Autocomplete-BLKN_nG8.d.ts → Autocomplete-gLkjMHrc.d.ts} +1 -1
- 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-BNR3p92D.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/64ESNXN4.js +1 -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/H2Q3L5KM.js +48 -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/O7LDJCQS.jsx +18 -0
- package/dist/chunk/PFB27MP3.jsx +0 -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/STFCLC5R.js +2954 -0
- package/dist/chunk/SVJIYMYJ.jsx +156 -0
- package/dist/chunk/SYWB4UN3.jsx +64 -0
- package/dist/chunk/T324HUIT.jsx +57 -0
- package/dist/chunk/T5LDPSFV.jsx +122 -0
- package/dist/chunk/UNKDNDT3.js +62 -0
- package/dist/chunk/XM3KF5LV.jsx +179 -0
- package/dist/chunk/YWIT2MRI.jsx +43 -0
- package/dist/chunk/ZH7DKMMN.js +109 -0
- package/dist/chunk/ZYEP35R3.jsx +60 -0
- package/dist/components/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/autocomplete/index.d.ts +2 -2
- 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 +6 -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/loading/index.d.ts +11 -0
- package/dist/components/loading/index.js +1 -0
- package/dist/components/loading/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 -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 +25 -19
- package/dist/index.js +23 -19
- package/dist/index.jsx +87 -67
- package/dist/types-CUG9pToa.d.ts +15 -0
- package/package.json +4 -2
- package/dist/Accordion-nwuRbRRw.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-X4gwIB-F.d.ts +0 -42
- package/dist/Pagination-CJtlFMHy.d.ts +0 -43
- package/dist/Select-CP-TUHJv.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/GWFGP2JQ.jsx +0 -179
- package/dist/chunk/LAQPAV5I.jsx +0 -187
- package/dist/chunk/LI3HCFL7.jsx +0 -132
- package/dist/chunk/LMPV5G35.jsx +0 -228
- package/dist/chunk/MI773TMC.js +0 -107
- package/dist/chunk/MMTAND25.jsx +0 -126
- package/dist/chunk/NZKPDBTE.js +0 -118
- package/dist/chunk/O2IMHWMY.js +0 -159
- package/dist/chunk/OMRJVDZV.js +0 -173
- package/dist/chunk/OYAKKETQ.js +0 -111
- package/dist/chunk/PF47YREI.js +0 -214
- 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
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { Loading_default } from './H2Q3L5KM.js';
|
|
2
|
+
import { clsx } from './HUHXQCKK.js';
|
|
3
|
+
import { twMerge } from './STFCLC5R.js';
|
|
4
|
+
import { createComponent, Dynamic, mergeProps, memo } from 'solid-js/web';
|
|
5
|
+
import { splitProps, Show } from 'solid-js';
|
|
6
|
+
|
|
7
|
+
var VoidElementList = ["area", "base", "br", "col", "embed", "hr", "img", "input", "link", "keygen", "meta", "param", "source", "track", "wbr"];
|
|
8
|
+
var Button = (props) => {
|
|
9
|
+
const [local, others] = splitProps(props, ["children", "shape", "size", "variant", "color", "glass", "startIcon", "endIcon", "wide", "fullWidth", "responsive", "animation", "loading", "active", "disabled", "dataTheme", "class", "className", "style", "as"]);
|
|
10
|
+
const classes = () => twMerge("btn", local.class, local.className, clsx((local.startIcon && !local.loading || local.endIcon) && "gap-2", {
|
|
11
|
+
"btn-xl": local.size === "xl",
|
|
12
|
+
"btn-lg": local.size === "lg",
|
|
13
|
+
"btn-md": local.size === "md",
|
|
14
|
+
"btn-sm": local.size === "sm",
|
|
15
|
+
"btn-xs": local.size === "xs",
|
|
16
|
+
"btn-circle": local.shape === "circle",
|
|
17
|
+
"btn-square": local.shape === "square",
|
|
18
|
+
"btn-soft": local.variant === "soft",
|
|
19
|
+
"btn-dash": local.variant === "dash",
|
|
20
|
+
"btn-outline": local.variant === "outline",
|
|
21
|
+
"btn-link": local.variant === "link",
|
|
22
|
+
"btn-neutral": local.color === "neutral",
|
|
23
|
+
"btn-primary": local.color === "primary",
|
|
24
|
+
"btn-secondary": local.color === "secondary",
|
|
25
|
+
"btn-accent": local.color === "accent",
|
|
26
|
+
"btn-info": local.color === "info",
|
|
27
|
+
"btn-success": local.color === "success",
|
|
28
|
+
"btn-warning": local.color === "warning",
|
|
29
|
+
"btn-error": local.color === "error",
|
|
30
|
+
"btn-ghost": local.color === "ghost",
|
|
31
|
+
glass: local.glass,
|
|
32
|
+
"btn-wide": local.wide,
|
|
33
|
+
"btn-block": local.fullWidth,
|
|
34
|
+
"btn-xs sm:btn-sm md:btn-md lg:btn-lg": local.responsive,
|
|
35
|
+
"no-animation": !local.animation,
|
|
36
|
+
"btn-active": local.active,
|
|
37
|
+
"btn-disabled": local.disabled
|
|
38
|
+
}));
|
|
39
|
+
const Tag = local.as || "button";
|
|
40
|
+
if (VoidElementList.includes(Tag)) {
|
|
41
|
+
return createComponent(Dynamic, mergeProps({
|
|
42
|
+
component: Tag
|
|
43
|
+
}, others, {
|
|
44
|
+
get ["data-theme"]() {
|
|
45
|
+
return local.dataTheme;
|
|
46
|
+
},
|
|
47
|
+
get ["class"]() {
|
|
48
|
+
return classes();
|
|
49
|
+
},
|
|
50
|
+
get style() {
|
|
51
|
+
return local.style;
|
|
52
|
+
},
|
|
53
|
+
get disabled() {
|
|
54
|
+
return local.disabled;
|
|
55
|
+
}
|
|
56
|
+
}));
|
|
57
|
+
}
|
|
58
|
+
return createComponent(Dynamic, mergeProps({
|
|
59
|
+
component: Tag
|
|
60
|
+
}, others, {
|
|
61
|
+
get ["data-theme"]() {
|
|
62
|
+
return local.dataTheme;
|
|
63
|
+
},
|
|
64
|
+
get ["class"]() {
|
|
65
|
+
return classes();
|
|
66
|
+
},
|
|
67
|
+
get style() {
|
|
68
|
+
return local.style;
|
|
69
|
+
},
|
|
70
|
+
get disabled() {
|
|
71
|
+
return local.disabled;
|
|
72
|
+
},
|
|
73
|
+
get children() {
|
|
74
|
+
return [createComponent(Show, {
|
|
75
|
+
get when() {
|
|
76
|
+
return local.loading;
|
|
77
|
+
},
|
|
78
|
+
get children() {
|
|
79
|
+
return createComponent(Loading_default, {
|
|
80
|
+
get size() {
|
|
81
|
+
return local.size;
|
|
82
|
+
},
|
|
83
|
+
get color() {
|
|
84
|
+
return local.color;
|
|
85
|
+
},
|
|
86
|
+
variant: "spinner"
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
}), createComponent(Show, {
|
|
90
|
+
get when() {
|
|
91
|
+
return local.startIcon && !local.loading;
|
|
92
|
+
},
|
|
93
|
+
get children() {
|
|
94
|
+
return local.startIcon;
|
|
95
|
+
}
|
|
96
|
+
}), memo(() => local.children), createComponent(Show, {
|
|
97
|
+
get when() {
|
|
98
|
+
return local.endIcon;
|
|
99
|
+
},
|
|
100
|
+
get children() {
|
|
101
|
+
return local.endIcon;
|
|
102
|
+
}
|
|
103
|
+
})];
|
|
104
|
+
}
|
|
105
|
+
}));
|
|
106
|
+
};
|
|
107
|
+
var Button_default = Button;
|
|
108
|
+
|
|
109
|
+
export { Button_default };
|
|
@@ -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,5 +1,5 @@
|
|
|
1
|
-
import { A as Autocomplete } from '../../Autocomplete-
|
|
2
|
-
export { a as AutocompleteProps } from '../../Autocomplete-
|
|
1
|
+
import { A as Autocomplete } from '../../Autocomplete-gLkjMHrc.js';
|
|
2
|
+
export { a as AutocompleteProps } from '../../Autocomplete-gLkjMHrc.js';
|
|
3
3
|
import 'solid-js';
|
|
4
4
|
import '../../classes-B_S9K-9I.js';
|
|
5
5
|
|
|
@@ -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/ZH7DKMMN.js';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "../../chunk/
|
|
4
|
-
import "../../chunk/
|
|
5
|
-
import "../../chunk/
|
|
2
|
+
Button_default
|
|
3
|
+
} from "../../chunk/T5LDPSFV.jsx";
|
|
4
|
+
import "../../chunk/T324HUIT.jsx";
|
|
5
|
+
import "../../chunk/O7LDJCQS.jsx";
|
|
6
|
+
import "../../chunk/5HG7XWVC.jsx";
|
|
6
7
|
export {
|
|
7
|
-
|
|
8
|
+
Button_default as default
|
|
8
9
|
};
|
|
@@ -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,11 @@
|
|
|
1
|
+
import { Component, JSX } from 'solid-js';
|
|
2
|
+
import { C as ComponentSize, b as ComponentColor, I as IComponentBaseProps } from '../../types-CUG9pToa.js';
|
|
3
|
+
|
|
4
|
+
type LoadingProps = {
|
|
5
|
+
size?: ComponentSize;
|
|
6
|
+
color?: ComponentColor;
|
|
7
|
+
variant?: "spinner" | "dots" | "ring" | "ball" | "bars" | "infinity";
|
|
8
|
+
} & IComponentBaseProps & JSX.HTMLAttributes<HTMLSpanElement>;
|
|
9
|
+
declare const Loading: Component<LoadingProps>;
|
|
10
|
+
|
|
11
|
+
export { Loading as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Loading_default as default } from '../../chunk/H2Q3L5KM.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { mask_default as default } from '../../chunk/UNKDNDT3.js';
|