@deepnoid/ui 0.1.28 → 0.1.30
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/.turbo/turbo-build.log +181 -161
- package/dist/chunk-6PN3DGOE.mjs +77 -0
- package/dist/chunk-CEZQCD6Z.mjs +79 -0
- package/dist/{chunk-JV7VLO2L.mjs → chunk-GLMM253Q.mjs} +37 -27
- package/dist/{chunk-K7VUN5BS.mjs → chunk-IC25OKBJ.mjs} +1 -1
- package/dist/{chunk-NHVIKP4H.mjs → chunk-K7V4VE7R.mjs} +4 -4
- package/dist/chunk-MZ76AA76.mjs +1 -0
- package/dist/{chunk-4OSN2OE2.mjs → chunk-NFQMXW4Z.mjs} +25 -18
- package/dist/chunk-NKH3OF6I.mjs +132 -0
- package/dist/chunk-P7YYNA6L.mjs +67 -0
- package/dist/{chunk-SO7BGWM7.mjs → chunk-QM4ZSQYX.mjs} +1 -1
- package/dist/chunk-RLXOHILK.mjs +1 -0
- package/dist/{chunk-BEQ3KZGS.mjs → chunk-VCVQMPC7.mjs} +2 -1
- package/dist/components/breadcrumb/breadcrumb.mjs +3 -3
- package/dist/components/breadcrumb/index.mjs +3 -3
- package/dist/components/button/button.mjs +2 -2
- package/dist/components/button/icon-button.mjs +2 -2
- package/dist/components/button/index.mjs +3 -3
- package/dist/components/dateTimePicker/dateTimePicker.mjs +5 -5
- package/dist/components/dateTimePicker/index.mjs +5 -5
- package/dist/components/dateTimePicker/timePicker.mjs +2 -2
- package/dist/components/fileUpload/fileUpload.d.mts +92 -0
- package/dist/components/fileUpload/fileUpload.d.ts +92 -0
- package/dist/components/fileUpload/fileUpload.js +5648 -0
- package/dist/components/fileUpload/fileUpload.mjs +28 -0
- package/dist/components/fileUpload/index.d.mts +5 -0
- package/dist/components/fileUpload/index.d.ts +5 -0
- package/dist/components/fileUpload/index.js +5647 -0
- package/dist/components/fileUpload/index.mjs +25 -0
- package/dist/components/input/index.js +2 -1
- package/dist/components/input/index.mjs +1 -1
- package/dist/components/input/input.js +2 -1
- package/dist/components/input/input.mjs +1 -1
- package/dist/components/list/index.mjs +3 -3
- package/dist/components/modal/index.mjs +4 -4
- package/dist/components/modal/modal.mjs +4 -4
- package/dist/components/pagination/index.js +2 -1
- package/dist/components/pagination/index.mjs +2 -2
- package/dist/components/pagination/pagination.js +2 -1
- package/dist/components/pagination/pagination.mjs +2 -2
- package/dist/components/ripple/index.mjs +3 -3
- package/dist/components/skeleton/index.d.mts +2 -0
- package/dist/components/skeleton/index.d.ts +2 -0
- package/dist/components/skeleton/index.js +141 -0
- package/dist/components/skeleton/index.mjs +10 -0
- package/dist/components/skeleton/skeleton.d.mts +14 -0
- package/dist/components/skeleton/skeleton.d.ts +14 -0
- package/dist/components/skeleton/skeleton.js +135 -0
- package/dist/components/skeleton/skeleton.mjs +9 -0
- package/dist/components/table/index.js +694 -615
- package/dist/components/table/index.mjs +9 -7
- package/dist/components/table/table-body.d.mts +6 -4
- package/dist/components/table/table-body.d.ts +6 -4
- package/dist/components/table/table-body.js +115 -64
- package/dist/components/table/table-body.mjs +3 -1
- package/dist/components/table/table-head.d.mts +3 -1
- package/dist/components/table/table-head.d.ts +3 -1
- package/dist/components/table/table-head.js +107 -21
- package/dist/components/table/table-head.mjs +3 -1
- package/dist/components/table/table.d.mts +1 -0
- package/dist/components/table/table.d.ts +1 -0
- package/dist/components/table/table.js +685 -606
- package/dist/components/table/table.mjs +7 -5
- package/dist/components/tree/index.js +25 -18
- package/dist/components/tree/index.mjs +1 -1
- package/dist/components/tree/tree.d.mts +20 -13
- package/dist/components/tree/tree.d.ts +20 -13
- package/dist/components/tree/tree.js +25 -18
- package/dist/components/tree/tree.mjs +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +607 -401
- package/dist/index.mjs +50 -40
- package/package.json +1 -1
- package/dist/chunk-UNH3BCGN.mjs +0 -47
- package/dist/chunk-XRC5OUYQ.mjs +0 -94
- package/dist/{chunk-QIEKOGY7.mjs → chunk-7TAGGLNY.mjs} +3 -3
- package/dist/{chunk-KYJTZPXY.mjs → chunk-BFOK4HVC.mjs} +3 -3
- package/dist/{chunk-JTZUXVOU.mjs → chunk-UB4YBFOT.mjs} +3 -3
|
@@ -5,11 +5,11 @@ import {
|
|
|
5
5
|
} from "../../chunk-G67WUZO3.mjs";
|
|
6
6
|
import "../../chunk-MY5U63QO.mjs";
|
|
7
7
|
import "../../chunk-LPZOH3RP.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-UB4YBFOT.mjs";
|
|
9
|
+
import "../../chunk-7TAGGLNY.mjs";
|
|
10
10
|
import "../../chunk-6WSACUIB.mjs";
|
|
11
|
-
import "../../chunk-6PNKRBUT.mjs";
|
|
12
11
|
import "../../chunk-LXHUO6VM.mjs";
|
|
12
|
+
import "../../chunk-6PNKRBUT.mjs";
|
|
13
13
|
import "../../chunk-WFMFC7R6.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
15
|
import "../../chunk-2TKEWFGH.mjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
button_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-UB4YBFOT.mjs";
|
|
5
5
|
import "../../chunk-6WSACUIB.mjs";
|
|
6
|
-
import "../../chunk-6PNKRBUT.mjs";
|
|
7
6
|
import "../../chunk-LXHUO6VM.mjs";
|
|
7
|
+
import "../../chunk-6PNKRBUT.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
9
|
import "../../chunk-2TKEWFGH.mjs";
|
|
10
10
|
import "../../chunk-2SDYFOZL.mjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
icon_button_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-7TAGGLNY.mjs";
|
|
5
5
|
import "../../chunk-6WSACUIB.mjs";
|
|
6
|
-
import "../../chunk-6PNKRBUT.mjs";
|
|
7
6
|
import "../../chunk-LXHUO6VM.mjs";
|
|
7
|
+
import "../../chunk-6PNKRBUT.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
9
|
import "../../chunk-2TKEWFGH.mjs";
|
|
10
10
|
import "../../chunk-2SDYFOZL.mjs";
|
|
@@ -5,13 +5,13 @@ import {
|
|
|
5
5
|
} from "../../chunk-LPZOH3RP.mjs";
|
|
6
6
|
import {
|
|
7
7
|
button_default
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-UB4YBFOT.mjs";
|
|
9
9
|
import {
|
|
10
10
|
icon_button_default
|
|
11
|
-
} from "../../chunk-
|
|
11
|
+
} from "../../chunk-7TAGGLNY.mjs";
|
|
12
12
|
import "../../chunk-6WSACUIB.mjs";
|
|
13
|
-
import "../../chunk-6PNKRBUT.mjs";
|
|
14
13
|
import "../../chunk-LXHUO6VM.mjs";
|
|
14
|
+
import "../../chunk-6PNKRBUT.mjs";
|
|
15
15
|
import {
|
|
16
16
|
text_button_default
|
|
17
17
|
} from "../../chunk-WFMFC7R6.mjs";
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import {
|
|
3
3
|
dateTimePickerStyle,
|
|
4
4
|
dateTimePicker_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-FWJ2ZKH6.mjs";
|
|
5
|
+
} from "../../chunk-K7V4VE7R.mjs";
|
|
7
6
|
import "../../chunk-A7RU3FU5.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-KYJTZPXY.mjs";
|
|
7
|
+
import "../../chunk-BFOK4HVC.mjs";
|
|
10
8
|
import "../../chunk-7MVEAQ7Z.mjs";
|
|
11
|
-
import "../../chunk-HIVPDIEP.mjs";
|
|
12
9
|
import "../../chunk-RT3S3VVJ.mjs";
|
|
10
|
+
import "../../chunk-HIVPDIEP.mjs";
|
|
11
|
+
import "../../chunk-FWJ2ZKH6.mjs";
|
|
12
|
+
import "../../chunk-P732YGHO.mjs";
|
|
13
13
|
import "../../chunk-SP3JVQY3.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
15
|
import "../../chunk-2TKEWFGH.mjs";
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import "../../chunk-75HLCORR.mjs";
|
|
3
3
|
import {
|
|
4
4
|
dateTimePicker_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-FWJ2ZKH6.mjs";
|
|
5
|
+
} from "../../chunk-K7V4VE7R.mjs";
|
|
7
6
|
import "../../chunk-A7RU3FU5.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-KYJTZPXY.mjs";
|
|
7
|
+
import "../../chunk-BFOK4HVC.mjs";
|
|
10
8
|
import "../../chunk-7MVEAQ7Z.mjs";
|
|
11
|
-
import "../../chunk-HIVPDIEP.mjs";
|
|
12
9
|
import "../../chunk-RT3S3VVJ.mjs";
|
|
10
|
+
import "../../chunk-HIVPDIEP.mjs";
|
|
11
|
+
import "../../chunk-FWJ2ZKH6.mjs";
|
|
12
|
+
import "../../chunk-P732YGHO.mjs";
|
|
13
13
|
import "../../chunk-SP3JVQY3.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
15
|
import "../../chunk-2TKEWFGH.mjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
timePicker_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-BFOK4HVC.mjs";
|
|
5
5
|
import "../../chunk-7MVEAQ7Z.mjs";
|
|
6
|
-
import "../../chunk-HIVPDIEP.mjs";
|
|
7
6
|
import "../../chunk-RT3S3VVJ.mjs";
|
|
7
|
+
import "../../chunk-HIVPDIEP.mjs";
|
|
8
8
|
import "../../chunk-SP3JVQY3.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
10
|
import "../../chunk-2TKEWFGH.mjs";
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
import * as tailwind_merge from 'tailwind-merge';
|
|
3
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
|
+
import { SlotsToClasses } from '../../utils/types.mjs';
|
|
5
|
+
|
|
6
|
+
type FileUploadProps = {
|
|
7
|
+
buttonText: string;
|
|
8
|
+
maxSizeMB?: number;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
accept?: string[];
|
|
11
|
+
acceptErrorMessage?: string;
|
|
12
|
+
sizeErrorMessage?: string;
|
|
13
|
+
onFileUpload?: (file: File) => void;
|
|
14
|
+
helperMessage?: string;
|
|
15
|
+
showProgress?: boolean;
|
|
16
|
+
classNames?: SlotsToClasses<FileUploadSlots>;
|
|
17
|
+
};
|
|
18
|
+
declare function FileUpload({ buttonText, maxSizeMB, placeholder, accept, acceptErrorMessage, sizeErrorMessage, onFileUpload, helperMessage, showProgress, classNames, }: FileUploadProps): react_jsx_runtime.JSX.Element;
|
|
19
|
+
declare namespace FileUpload {
|
|
20
|
+
var displayName: string;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
declare const fileUploadStyle: tailwind_variants.TVReturnType<{
|
|
24
|
+
[key: string]: {
|
|
25
|
+
[key: string]: tailwind_merge.ClassNameValue | {
|
|
26
|
+
container?: tailwind_merge.ClassNameValue;
|
|
27
|
+
base?: tailwind_merge.ClassNameValue;
|
|
28
|
+
helperMessage?: tailwind_merge.ClassNameValue;
|
|
29
|
+
errorMessage?: tailwind_merge.ClassNameValue;
|
|
30
|
+
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
31
|
+
cancelButton?: tailwind_merge.ClassNameValue;
|
|
32
|
+
progressBarContainer?: tailwind_merge.ClassNameValue;
|
|
33
|
+
progressBar?: tailwind_merge.ClassNameValue;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
} | {
|
|
37
|
+
[x: string]: {
|
|
38
|
+
[x: string]: tailwind_merge.ClassNameValue | {
|
|
39
|
+
container?: tailwind_merge.ClassNameValue;
|
|
40
|
+
base?: tailwind_merge.ClassNameValue;
|
|
41
|
+
helperMessage?: tailwind_merge.ClassNameValue;
|
|
42
|
+
errorMessage?: tailwind_merge.ClassNameValue;
|
|
43
|
+
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
44
|
+
cancelButton?: tailwind_merge.ClassNameValue;
|
|
45
|
+
progressBarContainer?: tailwind_merge.ClassNameValue;
|
|
46
|
+
progressBar?: tailwind_merge.ClassNameValue;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
} | {}, {
|
|
50
|
+
base: string[];
|
|
51
|
+
container: string[];
|
|
52
|
+
inputWrapper: string[];
|
|
53
|
+
cancelButton: string[];
|
|
54
|
+
progressBarContainer: string[];
|
|
55
|
+
progressBar: string[];
|
|
56
|
+
errorMessage: string[];
|
|
57
|
+
helperMessage: string[];
|
|
58
|
+
}, undefined, {
|
|
59
|
+
[key: string]: {
|
|
60
|
+
[key: string]: tailwind_merge.ClassNameValue | {
|
|
61
|
+
container?: tailwind_merge.ClassNameValue;
|
|
62
|
+
base?: tailwind_merge.ClassNameValue;
|
|
63
|
+
helperMessage?: tailwind_merge.ClassNameValue;
|
|
64
|
+
errorMessage?: tailwind_merge.ClassNameValue;
|
|
65
|
+
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
66
|
+
cancelButton?: tailwind_merge.ClassNameValue;
|
|
67
|
+
progressBarContainer?: tailwind_merge.ClassNameValue;
|
|
68
|
+
progressBar?: tailwind_merge.ClassNameValue;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
} | {}, {
|
|
72
|
+
base: string[];
|
|
73
|
+
container: string[];
|
|
74
|
+
inputWrapper: string[];
|
|
75
|
+
cancelButton: string[];
|
|
76
|
+
progressBarContainer: string[];
|
|
77
|
+
progressBar: string[];
|
|
78
|
+
errorMessage: string[];
|
|
79
|
+
helperMessage: string[];
|
|
80
|
+
}, tailwind_variants.TVReturnType<unknown, {
|
|
81
|
+
base: string[];
|
|
82
|
+
container: string[];
|
|
83
|
+
inputWrapper: string[];
|
|
84
|
+
cancelButton: string[];
|
|
85
|
+
progressBarContainer: string[];
|
|
86
|
+
progressBar: string[];
|
|
87
|
+
errorMessage: string[];
|
|
88
|
+
helperMessage: string[];
|
|
89
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
90
|
+
type FileUploadSlots = keyof ReturnType<typeof fileUploadStyle>;
|
|
91
|
+
|
|
92
|
+
export { FileUpload, FileUpload as default, fileUploadStyle };
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
import * as tailwind_merge from 'tailwind-merge';
|
|
3
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
|
+
import { SlotsToClasses } from '../../utils/types.js';
|
|
5
|
+
|
|
6
|
+
type FileUploadProps = {
|
|
7
|
+
buttonText: string;
|
|
8
|
+
maxSizeMB?: number;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
accept?: string[];
|
|
11
|
+
acceptErrorMessage?: string;
|
|
12
|
+
sizeErrorMessage?: string;
|
|
13
|
+
onFileUpload?: (file: File) => void;
|
|
14
|
+
helperMessage?: string;
|
|
15
|
+
showProgress?: boolean;
|
|
16
|
+
classNames?: SlotsToClasses<FileUploadSlots>;
|
|
17
|
+
};
|
|
18
|
+
declare function FileUpload({ buttonText, maxSizeMB, placeholder, accept, acceptErrorMessage, sizeErrorMessage, onFileUpload, helperMessage, showProgress, classNames, }: FileUploadProps): react_jsx_runtime.JSX.Element;
|
|
19
|
+
declare namespace FileUpload {
|
|
20
|
+
var displayName: string;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
declare const fileUploadStyle: tailwind_variants.TVReturnType<{
|
|
24
|
+
[key: string]: {
|
|
25
|
+
[key: string]: tailwind_merge.ClassNameValue | {
|
|
26
|
+
container?: tailwind_merge.ClassNameValue;
|
|
27
|
+
base?: tailwind_merge.ClassNameValue;
|
|
28
|
+
helperMessage?: tailwind_merge.ClassNameValue;
|
|
29
|
+
errorMessage?: tailwind_merge.ClassNameValue;
|
|
30
|
+
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
31
|
+
cancelButton?: tailwind_merge.ClassNameValue;
|
|
32
|
+
progressBarContainer?: tailwind_merge.ClassNameValue;
|
|
33
|
+
progressBar?: tailwind_merge.ClassNameValue;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
} | {
|
|
37
|
+
[x: string]: {
|
|
38
|
+
[x: string]: tailwind_merge.ClassNameValue | {
|
|
39
|
+
container?: tailwind_merge.ClassNameValue;
|
|
40
|
+
base?: tailwind_merge.ClassNameValue;
|
|
41
|
+
helperMessage?: tailwind_merge.ClassNameValue;
|
|
42
|
+
errorMessage?: tailwind_merge.ClassNameValue;
|
|
43
|
+
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
44
|
+
cancelButton?: tailwind_merge.ClassNameValue;
|
|
45
|
+
progressBarContainer?: tailwind_merge.ClassNameValue;
|
|
46
|
+
progressBar?: tailwind_merge.ClassNameValue;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
} | {}, {
|
|
50
|
+
base: string[];
|
|
51
|
+
container: string[];
|
|
52
|
+
inputWrapper: string[];
|
|
53
|
+
cancelButton: string[];
|
|
54
|
+
progressBarContainer: string[];
|
|
55
|
+
progressBar: string[];
|
|
56
|
+
errorMessage: string[];
|
|
57
|
+
helperMessage: string[];
|
|
58
|
+
}, undefined, {
|
|
59
|
+
[key: string]: {
|
|
60
|
+
[key: string]: tailwind_merge.ClassNameValue | {
|
|
61
|
+
container?: tailwind_merge.ClassNameValue;
|
|
62
|
+
base?: tailwind_merge.ClassNameValue;
|
|
63
|
+
helperMessage?: tailwind_merge.ClassNameValue;
|
|
64
|
+
errorMessage?: tailwind_merge.ClassNameValue;
|
|
65
|
+
inputWrapper?: tailwind_merge.ClassNameValue;
|
|
66
|
+
cancelButton?: tailwind_merge.ClassNameValue;
|
|
67
|
+
progressBarContainer?: tailwind_merge.ClassNameValue;
|
|
68
|
+
progressBar?: tailwind_merge.ClassNameValue;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
} | {}, {
|
|
72
|
+
base: string[];
|
|
73
|
+
container: string[];
|
|
74
|
+
inputWrapper: string[];
|
|
75
|
+
cancelButton: string[];
|
|
76
|
+
progressBarContainer: string[];
|
|
77
|
+
progressBar: string[];
|
|
78
|
+
errorMessage: string[];
|
|
79
|
+
helperMessage: string[];
|
|
80
|
+
}, tailwind_variants.TVReturnType<unknown, {
|
|
81
|
+
base: string[];
|
|
82
|
+
container: string[];
|
|
83
|
+
inputWrapper: string[];
|
|
84
|
+
cancelButton: string[];
|
|
85
|
+
progressBarContainer: string[];
|
|
86
|
+
progressBar: string[];
|
|
87
|
+
errorMessage: string[];
|
|
88
|
+
helperMessage: string[];
|
|
89
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
90
|
+
type FileUploadSlots = keyof ReturnType<typeof fileUploadStyle>;
|
|
91
|
+
|
|
92
|
+
export { FileUpload, FileUpload as default, fileUploadStyle };
|