@lemon-fe/components 1.1.0-alpha.2 → 1.1.0-alpha.3
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/es/data-grid/utils.d.ts
CHANGED
|
@@ -25,9 +25,7 @@ export declare class Store<T extends Record<string, any>> {
|
|
|
25
25
|
constructor(initialState: T);
|
|
26
26
|
setState(value: Partial<T> | ((prevState: T) => Partial<T>)): void;
|
|
27
27
|
getState(): T;
|
|
28
|
-
subscribe(...args: Parameters<Subject<T>['subscribe']>):
|
|
29
|
-
unsubscribe: () => void;
|
|
30
|
-
};
|
|
28
|
+
subscribe(...args: Parameters<Subject<T>['subscribe']>): any;
|
|
31
29
|
}
|
|
32
30
|
export declare class Selection<T> {
|
|
33
31
|
private record;
|
package/es/styles/overrides.less
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon-fe/components",
|
|
3
|
-
"version": "1.1.0-alpha.
|
|
3
|
+
"version": "1.1.0-alpha.3",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
"@ag-grid-community/infinite-row-model": "29.2.0",
|
|
22
22
|
"@ag-grid-community/react": "29.2.0",
|
|
23
23
|
"@ag-grid-community/styles": "29.2.0",
|
|
24
|
-
"@ant-design/icons": "^4.7.0",
|
|
25
24
|
"@dnd-kit/core": "^6.0.8",
|
|
26
25
|
"@lemon-fe/hooks": "^1.1.0-alpha.2",
|
|
27
26
|
"@lemon-fe/utils": "^1.1.0-alpha.2",
|
|
@@ -30,9 +29,7 @@
|
|
|
30
29
|
"classnames": "^2.2.6",
|
|
31
30
|
"color-string": "^1.9.1",
|
|
32
31
|
"expr-eval": "^2.0.2",
|
|
33
|
-
"lodash": "^4.17.0",
|
|
34
32
|
"memoize-one": "^6.0.0",
|
|
35
|
-
"moment": "^2.29.4",
|
|
36
33
|
"rc-resize-observer": "^1.0.0",
|
|
37
34
|
"react-color": "^2.19.3",
|
|
38
35
|
"react-gcolor-picker": "^1.2.4",
|
|
@@ -55,12 +52,15 @@
|
|
|
55
52
|
"@types/shallowequal": "^1.1.1"
|
|
56
53
|
},
|
|
57
54
|
"peerDependencies": {
|
|
58
|
-
"
|
|
55
|
+
"@ant-design/icons": ">=4.7.0",
|
|
56
|
+
"antd": ">=4.24",
|
|
57
|
+
"lodash": "^4.17.0",
|
|
58
|
+
"moment": "^2.29.4",
|
|
59
59
|
"react": ">=16.8",
|
|
60
60
|
"react-dom": ">=16.8"
|
|
61
61
|
},
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"registry": "https://registry.npmjs.org"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "b8ef74a3d459d6a9aa69e6ba76cb45ef2462c408"
|
|
66
66
|
}
|
package/es/sider-tree/empty.png
DELETED
|
Binary file
|
package/es/styles/empty.png
DELETED
|
Binary file
|