@noraent/nora-datagrid 0.0.283 β 0.0.285
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/buildPackage.json +18 -6
- package/dist/common/styled/index.d.ts +15 -41
- package/dist/components/body/_styled/index.d.ts +9 -12
- package/dist/components/cell/_styled/index.d.ts +3 -4
- package/dist/components/virtualized/_styled/index.d.ts +43 -70
- package/dist/components/virtualized/_styled/virtualScrollerStyled.d.ts +6 -8
- package/dist/nora_datagrid.cjs.js +2 -2
- package/dist/nora_datagrid.es.js +200 -196
- package/dist/provider/ThemeProvider.d.ts +6 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +18 -6
package/dist/buildPackage.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noraent/nora-datagrid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.285",
|
|
4
4
|
"module": "./dist/nora_datagrid.es.js",
|
|
5
5
|
"main": "./dist/nora_datagrid.cjs.js",
|
|
6
6
|
"private": false,
|
|
@@ -34,15 +34,17 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@emotion/css": "^11.13.5",
|
|
37
|
-
"@emotion/react": "^11.14.0",
|
|
38
|
-
"@emotion/styled": "^11.14.0",
|
|
39
37
|
"@noraent/nora-datagrid": "file:",
|
|
40
38
|
"lodash": "^4.17.21",
|
|
41
|
-
"react": "^19.0.0",
|
|
42
|
-
"react-dom": "^19.0.0",
|
|
43
39
|
"rimraf": "^6.0.1",
|
|
44
40
|
"sass-embedded": "^1.87.0"
|
|
45
41
|
},
|
|
42
|
+
"peerDependencies": {
|
|
43
|
+
"@emotion/react": "^11.14.0",
|
|
44
|
+
"@emotion/styled": "^11.14.0",
|
|
45
|
+
"react": "^19.0.0",
|
|
46
|
+
"react-dom": "^19.0.0"
|
|
47
|
+
},
|
|
46
48
|
"devDependencies": {
|
|
47
49
|
"@babel/cli": "^7.27.2",
|
|
48
50
|
"@babel/preset-react": "^7.27.1",
|
|
@@ -63,7 +65,17 @@
|
|
|
63
65
|
"vite": "^6.2.0",
|
|
64
66
|
"vite-plugin-dts": "^4.5.3",
|
|
65
67
|
"vite-plugin-svgr": "^4.3.0",
|
|
66
|
-
"vite-tsconfig-paths": "^5.1.4"
|
|
68
|
+
"vite-tsconfig-paths": "^5.1.4",
|
|
69
|
+
"react": "^19.0.0",
|
|
70
|
+
"react-dom": "^19.0.0"
|
|
71
|
+
},
|
|
72
|
+
"peerDependenciesMeta": {
|
|
73
|
+
"@emotion/react": {
|
|
74
|
+
"optional": true
|
|
75
|
+
},
|
|
76
|
+
"@emotion/styled": {
|
|
77
|
+
"optional": true
|
|
78
|
+
}
|
|
67
79
|
},
|
|
68
80
|
"babel": {
|
|
69
81
|
"presets": [
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { foundation } from '../foundation';
|
|
2
1
|
/**
|
|
3
2
|
* π‘ μλ¦Ό
|
|
4
3
|
* λ³Έ μΉμ
μ κ°μ΄λμ κ°λ
μ±μ λμ΄κΈ° μν΄ μΆκ°λμμ΅λλ€.
|
|
@@ -6,44 +5,19 @@ import { foundation } from '../foundation';
|
|
|
6
5
|
* κ°μ΄λκ° μλλ―λ‘ μ°Έκ³ μ©μΌλ‘λ§ νμ©ν΄ μ£ΌμΈμ.
|
|
7
6
|
* λμμΈ μμ€ν
μ κ°λ°ν κ²½μ° μμμ΄λ μ¬μ΄μ¦ μ²λ¦¬ λ± κ°μ΄λλ‘ μ¬μ©νκΈ°μλ λ€μ λΆμ‘±ν λΆλΆμ΄ μμ μ μμ΅λλ€. λΆλμ΄νκ² κ°λ°μ΄ νμν κ²½μ° ν΄λΉλΆλΆμ κ³ λ €νμ¬ κ°λ° ν΄μ£ΌμΈμ.
|
|
8
7
|
*/
|
|
9
|
-
export declare const StyledButton: import('@emotion/styled').StyledComponent<{
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
export declare const
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
} & TypographyProps, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
|
|
25
|
-
interface TypographyProps {
|
|
26
|
-
variant?: variantType;
|
|
27
|
-
color?: colorType;
|
|
28
|
-
}
|
|
29
|
-
type colorType = keyof typeof foundation.$scale.color;
|
|
30
|
-
/**
|
|
31
|
-
* μ 리 νμ
|
|
32
|
-
*/
|
|
33
|
-
type variantType = keyof typeof variantMapping;
|
|
34
|
-
declare const variantMapping: {
|
|
35
|
-
KR_TITLE_H1: {
|
|
36
|
-
fontSize: string;
|
|
37
|
-
fontWeight: string;
|
|
38
|
-
};
|
|
39
|
-
KR_TITLE_H2: {
|
|
40
|
-
fontSize: string;
|
|
41
|
-
fontWeight: number;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
export declare const Spinner: import('@emotion/styled').StyledComponent<{
|
|
45
|
-
theme?: import('@emotion/react').Theme;
|
|
46
|
-
as?: React.ElementType;
|
|
47
|
-
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
8
|
+
export declare const StyledButton: import('@emotion/styled').StyledComponent<any, {}, {
|
|
9
|
+
ref?: import('react').Ref<any> | undefined;
|
|
10
|
+
}>;
|
|
11
|
+
export declare const StyledSubTitle: import('@emotion/styled').StyledComponent<any, {}, {
|
|
12
|
+
ref?: import('react').Ref<any> | undefined;
|
|
13
|
+
}>;
|
|
14
|
+
export declare const StyledNoneContent: import('@emotion/styled').StyledComponent<any, {}, {
|
|
15
|
+
ref?: import('react').Ref<any> | undefined;
|
|
16
|
+
}>;
|
|
17
|
+
export declare const Typography: import('@emotion/styled').StyledComponent<any, {}, {
|
|
18
|
+
ref?: import('react').Ref<any> | undefined;
|
|
19
|
+
}>;
|
|
20
|
+
export declare const Spinner: import('@emotion/styled').StyledComponent<any, {}, {
|
|
21
|
+
ref?: import('react').Ref<any> | undefined;
|
|
22
|
+
}>;
|
|
48
23
|
export declare const spin: string;
|
|
49
|
-
export {};
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
export declare const NoDataContent: import('@emotion/styled').StyledComponent<{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
theme?: import('@emotion/react').Theme;
|
|
11
|
-
as?: React.ElementType;
|
|
12
|
-
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1
|
+
export declare const NoDataContent: import('@emotion/styled').StyledComponent<any, {}, {
|
|
2
|
+
ref?: import('react').Ref<any> | undefined;
|
|
3
|
+
}>;
|
|
4
|
+
export declare const NoDataTitle: import('@emotion/styled').StyledComponent<any, {}, {
|
|
5
|
+
ref?: import('react').Ref<any> | undefined;
|
|
6
|
+
}>;
|
|
7
|
+
export declare const ErrorIconBox: import('@emotion/styled').StyledComponent<any, {}, {
|
|
8
|
+
ref?: import('react').Ref<any> | undefined;
|
|
9
|
+
}>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export declare const CheckboxCon: import('@emotion/styled').StyledComponent<{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1
|
+
export declare const CheckboxCon: import('@emotion/styled').StyledComponent<any, {}, {
|
|
2
|
+
ref?: import('react').Ref<any> | undefined;
|
|
3
|
+
}>;
|
|
@@ -1,71 +1,44 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
export declare const
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
export declare const
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
theme?: import('@emotion/react').Theme;
|
|
46
|
-
as?: React.ElementType;
|
|
47
|
-
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
48
|
-
export declare const BottomScrollBar: import('@emotion/styled').StyledComponent<{
|
|
49
|
-
theme?: import('@emotion/react').Theme;
|
|
50
|
-
as?: React.ElementType;
|
|
51
|
-
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
52
|
-
export declare const HeaderStyled: import('@emotion/styled').StyledComponent<{
|
|
53
|
-
theme?: import('@emotion/react').Theme;
|
|
54
|
-
as?: React.ElementType;
|
|
55
|
-
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
56
|
-
export declare const SortContentStyled: import('@emotion/styled').StyledComponent<{
|
|
57
|
-
theme?: import('@emotion/react').Theme;
|
|
58
|
-
as?: React.ElementType;
|
|
59
|
-
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
60
|
-
export declare const SortButton: import('@emotion/styled').StyledComponent<{
|
|
61
|
-
theme?: import('@emotion/react').Theme;
|
|
62
|
-
as?: React.ElementType;
|
|
63
|
-
}, React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
|
|
64
|
-
export declare const NoraDataGridStyled: import('@emotion/styled').StyledComponent<{
|
|
65
|
-
theme?: import('@emotion/react').Theme;
|
|
66
|
-
as?: React.ElementType;
|
|
67
|
-
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
68
|
-
export declare const NoraDataGridBodyStyled: import('@emotion/styled').StyledComponent<{
|
|
69
|
-
theme?: import('@emotion/react').Theme;
|
|
70
|
-
as?: React.ElementType;
|
|
71
|
-
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2
|
+
export declare const RawTableRow: import('@emotion/styled').StyledComponent<any, {}, {
|
|
3
|
+
ref?: React.Ref<any> | undefined;
|
|
4
|
+
}>;
|
|
5
|
+
export declare const TableRow: React.NamedExoticComponent<any>;
|
|
6
|
+
export declare const Skeleton: import('@emotion/styled').StyledComponent<any, {}, {
|
|
7
|
+
ref?: React.Ref<any> | undefined;
|
|
8
|
+
}>;
|
|
9
|
+
export declare const TableBody: import('@emotion/styled').StyledComponent<any, {}, {
|
|
10
|
+
ref?: React.Ref<any> | undefined;
|
|
11
|
+
}>;
|
|
12
|
+
export declare const TableCell: import('@emotion/styled').StyledComponent<any, {}, {
|
|
13
|
+
ref?: React.Ref<any> | undefined;
|
|
14
|
+
}>;
|
|
15
|
+
export declare const Input: import('@emotion/styled').StyledComponent<any, {}, {
|
|
16
|
+
ref?: React.Ref<any> | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
export declare const TableHeaderRoot: import('@emotion/styled').StyledComponent<any, {}, {
|
|
19
|
+
ref?: React.Ref<any> | undefined;
|
|
20
|
+
}>;
|
|
21
|
+
export declare const ResizeBox: import('@emotion/styled').StyledComponent<any, {}, {
|
|
22
|
+
ref?: React.Ref<any> | undefined;
|
|
23
|
+
}>;
|
|
24
|
+
export declare const RightScrollBar: import('@emotion/styled').StyledComponent<any, {}, {
|
|
25
|
+
ref?: React.Ref<any> | undefined;
|
|
26
|
+
}>;
|
|
27
|
+
export declare const BottomScrollBar: import('@emotion/styled').StyledComponent<any, {}, {
|
|
28
|
+
ref?: React.Ref<any> | undefined;
|
|
29
|
+
}>;
|
|
30
|
+
export declare const HeaderStyled: import('@emotion/styled').StyledComponent<any, {}, {
|
|
31
|
+
ref?: React.Ref<any> | undefined;
|
|
32
|
+
}>;
|
|
33
|
+
export declare const SortContentStyled: import('@emotion/styled').StyledComponent<any, {}, {
|
|
34
|
+
ref?: React.Ref<any> | undefined;
|
|
35
|
+
}>;
|
|
36
|
+
export declare const SortButton: import('@emotion/styled').StyledComponent<any, {}, {
|
|
37
|
+
ref?: React.Ref<any> | undefined;
|
|
38
|
+
}>;
|
|
39
|
+
export declare const NoraDataGridStyled: import('@emotion/styled').StyledComponent<any, {}, {
|
|
40
|
+
ref?: React.Ref<any> | undefined;
|
|
41
|
+
}>;
|
|
42
|
+
export declare const NoraDataGridBodyStyled: import('@emotion/styled').StyledComponent<any, {}, {
|
|
43
|
+
ref?: React.Ref<any> | undefined;
|
|
44
|
+
}>;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
export declare const Scroller: import('@emotion/styled').StyledComponent<{
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
as?: React.ElementType;
|
|
9
|
-
}, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2
|
+
export declare const Scroller: import('@emotion/styled').StyledComponent<any, {}, {
|
|
3
|
+
ref?: React.Ref<any> | undefined;
|
|
4
|
+
}>;
|
|
5
|
+
export declare const RenderZone: import('@emotion/styled').StyledComponent<any, {}, {
|
|
6
|
+
ref?: React.Ref<any> | undefined;
|
|
7
|
+
}>;
|