@alifd/chat 0.1.16 → 0.2.0-beta.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/es/card/view/collapsable.d.ts +1 -1
- package/es/card-loading/index.d.ts +11 -0
- package/es/card-loading/index.js +18 -0
- package/es/card-loading/main.scss +5 -0
- package/es/card-loading/style.d.ts +2 -0
- package/es/card-loading/style.js +2 -0
- package/es/card-loading/types.d.ts +10 -0
- package/es/card-loading/types.js +1 -0
- package/es/feedback/types.d.ts +8 -0
- package/es/float-button/hooks/useAutoHide.d.ts +0 -1
- package/es/float-button/hooks/useDragable.d.ts +0 -1
- package/es/float-button/index.d.ts +0 -1
- package/es/index.d.ts +2 -0
- package/es/index.js +3 -1
- package/es/list/index.d.ts +8 -0
- package/es/list/index.js +8 -0
- package/es/list/style.d.ts +1 -0
- package/es/list/style.js +1 -0
- package/es/list/types.d.ts +93 -0
- package/es/list/types.js +1 -0
- package/es/message/index.d.ts +8 -8
- package/es/person-picker/index.d.ts +90 -90
- package/es/person-picker/index.js +2 -2
- package/es/tag/index.d.ts +18 -18
- package/lib/card/view/card.js +2 -3
- package/lib/card/view/collapsable.d.ts +1 -1
- package/lib/card-loading/index.d.ts +11 -0
- package/lib/card-loading/index.js +21 -0
- package/lib/card-loading/main.scss +5 -0
- package/lib/card-loading/style.d.ts +2 -0
- package/lib/card-loading/style.js +4 -0
- package/lib/card-loading/types.d.ts +10 -0
- package/lib/card-loading/types.js +2 -0
- package/lib/feedback/types.d.ts +8 -0
- package/lib/float-button/hooks/useAutoAlign.js +1 -2
- package/lib/float-button/hooks/useAutoHide.d.ts +0 -1
- package/lib/float-button/hooks/useAutoHide.js +1 -2
- package/lib/float-button/hooks/useDragable.d.ts +0 -1
- package/lib/float-button/hooks/useDragable.js +1 -2
- package/lib/float-button/hooks/useNestleEdge.js +1 -2
- package/lib/float-button/hooks/useTriggerType.js +1 -2
- package/lib/float-button/index.d.ts +0 -1
- package/lib/float-button/util.js +4 -5
- package/lib/float-button/view/balloon.js +1 -2
- package/lib/float-button/view/drawer.js +1 -2
- package/lib/float-button/view/inner-drawer.js +1 -2
- package/lib/index.d.ts +2 -0
- package/lib/index.js +21 -19
- package/lib/list/index.d.ts +8 -0
- package/lib/list/index.js +12 -0
- package/lib/list/style.d.ts +1 -0
- package/lib/list/style.js +3 -0
- package/lib/list/types.d.ts +93 -0
- package/lib/list/types.js +2 -0
- package/lib/message/index.d.ts +8 -8
- package/lib/person-picker/index.d.ts +90 -90
- package/lib/person-picker/index.js +2 -2
- package/lib/tag/index.d.ts +18 -18
- package/lib/utils/common.js +1 -2
- package/lib/utils/dingtalk.js +3 -4
- package/lib/utils/func.js +2 -3
- package/lib/utils/hooks/useControlable.js +1 -2
- package/lib/utils/hooks/useDebounce.js +1 -2
- package/lib/utils/hooks/useThrottle.js +1 -2
- package/package.json +25 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alifd/chat",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-beta.0",
|
|
4
4
|
"description": "A configurable component library for chat built on React.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -205,6 +205,30 @@
|
|
|
205
205
|
"./balloon/style.js": {
|
|
206
206
|
"import": "./es/balloon/style.js",
|
|
207
207
|
"require": "./lib/balloon/style.js"
|
|
208
|
+
},
|
|
209
|
+
"./list": {
|
|
210
|
+
"import": "./es/list/index.js",
|
|
211
|
+
"require": "./lib/list/index.js"
|
|
212
|
+
},
|
|
213
|
+
"./list/style": {
|
|
214
|
+
"import": "./es/list/style.js",
|
|
215
|
+
"require": "./lib/list/style.js"
|
|
216
|
+
},
|
|
217
|
+
"./list/style.js": {
|
|
218
|
+
"import": "./es/list/style.js",
|
|
219
|
+
"require": "./lib/list/style.js"
|
|
220
|
+
},
|
|
221
|
+
"./card-loading": {
|
|
222
|
+
"import": "./es/card-loading/index.js",
|
|
223
|
+
"require": "./lib/card-loading/index.js"
|
|
224
|
+
},
|
|
225
|
+
"./card-loading/style": {
|
|
226
|
+
"import": "./es/card-loading/style.js",
|
|
227
|
+
"require": "./lib/card-loading/style.js"
|
|
228
|
+
},
|
|
229
|
+
"./card-loading/style.js": {
|
|
230
|
+
"import": "./es/card-loading/style.js",
|
|
231
|
+
"require": "./lib/card-loading/style.js"
|
|
208
232
|
}
|
|
209
233
|
},
|
|
210
234
|
"files": [
|