@fangzhongya/fang-ui 0.1.69 → 0.1.70
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/components/edit-float/src/index2.cjs +1 -1
- package/dist/components/edit-float/src/index2.js +1 -1
- package/dist/icons/index.json +1 -1
- package/dist/utils/util.d.ts +6 -0
- package/package.json +3 -3
- /package/dist/components/{box → box-fun}/index.css +0 -0
- /package/dist/components/{edit-data → edit-data-add}/index.css +0 -0
- /package/dist/components/{menu-item → keep-com}/index.css +0 -0
- /package/dist/css/{box.css → box-fun.css} +0 -0
- /package/dist/css/{edit-data.css → edit-data-add.css} +0 -0
- /package/dist/css/{menu-item.css → keep-com.css} +0 -0
package/dist/icons/index.json
CHANGED
package/dist/utils/util.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
export declare function getFathers(obj: ListObj, arr: ListObj[]): void;
|
|
2
|
+
/**
|
|
3
|
+
* @error
|
|
4
|
+
* 代码过于复杂,
|
|
5
|
+
* 做了些无用的工作,
|
|
6
|
+
* 使用情况极低
|
|
7
|
+
*/
|
|
2
8
|
export declare function getChildrenData(obj: ListObj, row: ObjAny, is?: boolean): ObjAny;
|
|
3
9
|
export declare function executionMethod<T>(fun: Function | string, ...arr: any[]): T;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fangzhongya/fang-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.70",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description ": "fang-ui",
|
|
7
7
|
"keywords": [
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"@fang-ui/icons": "0.0.1-0",
|
|
57
57
|
"@fang-ui/locale": "0.0.1-0",
|
|
58
58
|
"@fang-ui/theme": "0.0.1-0",
|
|
59
|
-
"@fang-ui/
|
|
60
|
-
"@fang-ui/
|
|
59
|
+
"@fang-ui/types": "0.0.1-0",
|
|
60
|
+
"@fang-ui/utils": "0.0.1-0"
|
|
61
61
|
},
|
|
62
62
|
"main": "./dist/index.cjs",
|
|
63
63
|
"module": "./dist/index.js",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|