@icos-desktop/react-components 2.0.0-beta.1.1.1 → 2.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icos-desktop/react-components",
3
- "version": "2.0.0-beta.1.1.1",
3
+ "version": "2.0.0",
4
4
  "description": "ICOS Desktop React Components",
5
5
  "main": "dist/icos-desktop.umd.cjs",
6
6
  "module": "dist/icos-desktop.js",
@@ -41,11 +41,13 @@
41
41
  "immer": "^10.1.1",
42
42
  "lodash": "^4.17.21",
43
43
  "pinyin-pro": "^3.25.0",
44
+ "qs": "^6.14.0",
44
45
  "rc-overflow": "^1.3.2",
45
46
  "rc-resize-observer": "^1.4.0",
46
47
  "rc-util": "^5.44.3",
47
48
  "react-contexify": "^6.0.0",
48
49
  "react-highlight-words": "^0.20.0",
50
+ "react-infinite-scroll-component": "^6.1.0",
49
51
  "uuid": "^10.0.0",
50
52
  "wellknown": "^0.5.0"
51
53
  },
@@ -72,6 +74,7 @@
72
74
  "@storybook/test": "^8.5.6",
73
75
  "@svgr/rollup": "^8.1.0",
74
76
  "@types/lodash": "^4.17.13",
77
+ "@types/qs": "^6.9.18",
75
78
  "@types/react": "^18.3.12",
76
79
  "@types/react-dom": "^18.3.1",
77
80
  "@types/react-highlight-words": "^0.20.0",
@@ -116,6 +119,11 @@
116
119
  "name": "视频播放器",
117
120
  "description": ""
118
121
  },
122
+ {
123
+ "key": "CcosTagConfig",
124
+ "name": "实体标签配置",
125
+ "description": ""
126
+ },
119
127
  {
120
128
  "key": "CcosSenseView",
121
129
  "name": "实体资源视窗",
@@ -123,22 +131,27 @@
123
131
  },
124
132
  {
125
133
  "key": "CcosSenseTree",
126
- "name": "实体资源树",
134
+ "name": "实体资源视窗 - 资源树",
127
135
  "description": ""
128
136
  },
129
137
  {
130
138
  "key": "CcosSenseSearch",
131
- "name": "实体资源检索和筛选",
139
+ "name": "实体资源视窗 - 检索和筛选",
132
140
  "description": ""
133
141
  },
134
142
  {
135
143
  "key": "CcosSenseManager",
136
- "name": "实体资源列表",
144
+ "name": "实体资源管理器",
145
+ "description": ""
146
+ },
147
+ {
148
+ "key": "CcosSenseFullTable",
149
+ "name": "实体列表",
137
150
  "description": ""
138
151
  },
139
152
  {
140
153
  "key": "CcosSenseEdit",
141
- "name": "实体编辑",
154
+ "name": "单条实体新建和编辑",
142
155
  "description": ""
143
156
  },
144
157
  {
@@ -148,8 +161,18 @@
148
161
  },
149
162
  {
150
163
  "key": "CcosSenseCreate",
151
- "name": "实体新建",
164
+ "name": "实体新建和编辑",
165
+ "description": ""
166
+ },
167
+ {
168
+ "key": "CcosImportTable",
169
+ "name": "导入管理",
170
+ "description": ""
171
+ },
172
+ {
173
+ "key": "CcosBookDetail",
174
+ "name": "台账属性",
152
175
  "description": ""
153
176
  }
154
177
  ]
155
- }
178
+ }