@tdesign-react/chat 1.1.0-alpha.6 → 1.1.0-alpha.7

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.
Files changed (119) hide show
  1. package/es/_chunks/dep-3e40d789.js +169 -0
  2. package/es/_chunks/dep-3e40d789.js.map +1 -0
  3. package/es/_chunks/dep-4dedfbef.js +438 -0
  4. package/es/_chunks/dep-4dedfbef.js.map +1 -0
  5. package/es/_chunks/dep-ebc4cf30.js +1247 -0
  6. package/es/_chunks/dep-ebc4cf30.js.map +1 -0
  7. package/es/_util/reactify.js +33 -13
  8. package/es/_util/reactify.js.map +1 -1
  9. package/es/_util/useDynamicStyle.js +1 -1
  10. package/es/attachments/index.js +1 -1
  11. package/es/chat-actionbar/index.d.ts +13 -4
  12. package/es/chat-actionbar/index.js +35 -5
  13. package/es/chat-actionbar/index.js.map +1 -1
  14. package/es/chat-engine/components/activity/index.js +2 -2
  15. package/es/chat-engine/components/activity/registry.js +1 -1
  16. package/es/chat-engine/components/activity/render.js +2 -2
  17. package/es/chat-engine/components/activity/types.js +1 -1
  18. package/es/chat-engine/components/index.js +4 -4
  19. package/es/chat-engine/components/json-render/catalog/atomic/button.d.ts +1 -1
  20. package/es/chat-engine/components/json-render/catalog/atomic/button.js +1 -1
  21. package/es/chat-engine/components/json-render/catalog/atomic/button.js.map +1 -1
  22. package/es/chat-engine/components/json-render/catalog/atomic/card.d.ts +1 -1
  23. package/es/chat-engine/components/json-render/catalog/atomic/card.js +1 -1
  24. package/es/chat-engine/components/json-render/catalog/atomic/card.js.map +1 -1
  25. package/es/chat-engine/components/json-render/catalog/atomic/input.js +4 -4
  26. package/es/chat-engine/components/json-render/catalog/atomic/layout.d.ts +5 -5
  27. package/es/chat-engine/components/json-render/catalog/atomic/layout.js +1 -1
  28. package/es/chat-engine/components/json-render/catalog/atomic/layout.js.map +1 -1
  29. package/es/chat-engine/components/json-render/catalog/atomic/text.d.ts +1 -1
  30. package/es/chat-engine/components/json-render/catalog/atomic/text.js +1 -1
  31. package/es/chat-engine/components/json-render/catalog/atomic/text.js.map +1 -1
  32. package/es/chat-engine/components/json-render/catalog/catalog-to-prompt.js +1 -1
  33. package/es/chat-engine/components/json-render/contexts/actions.js +2 -2
  34. package/es/chat-engine/components/json-render/contexts/data.js +2 -2
  35. package/es/chat-engine/components/json-render/contexts/index.js +2 -2
  36. package/es/chat-engine/components/json-render/contexts/store.js +1 -1
  37. package/es/chat-engine/components/json-render/contexts/tree.js +1 -1
  38. package/es/chat-engine/components/json-render/contexts/validation.js +2 -2
  39. package/es/chat-engine/components/json-render/contexts/visibility.js +2 -2
  40. package/es/chat-engine/components/json-render/index.js +4 -4
  41. package/es/chat-engine/components/json-render/registry/a2ui-binding.js +4 -4
  42. package/es/chat-engine/components/json-render/registry/a2ui-registry.js +4 -4
  43. package/es/chat-engine/components/json-render/registry/config.js +4 -4
  44. package/es/chat-engine/components/json-render/registry/index.js +4 -4
  45. package/es/chat-engine/components/json-render/renderer/A2UIJsonRenderActivityRenderer.js +3 -3
  46. package/es/chat-engine/components/json-render/renderer/JsonRenderActivityRenderer.js +3 -3
  47. package/es/chat-engine/components/json-render/renderer/JsonUIRenderer.js +2 -2
  48. package/es/chat-engine/components/json-render/renderer/_index.js +2 -2
  49. package/es/chat-engine/components/json-render/types.js +1 -1
  50. package/es/chat-engine/components/provider/agent-state.js +2 -2
  51. package/es/chat-engine/components/toolcall/index.js +2 -2
  52. package/es/chat-engine/components/toolcall/registry.js +1 -1
  53. package/es/chat-engine/components/toolcall/render.js +2 -2
  54. package/es/chat-engine/components/toolcall/types.js +1 -1
  55. package/es/chat-engine/core/adapters/a2ui/index.js +1 -1
  56. package/es/chat-engine/core/adapters/a2ui/processor/A2uiMessageProcessor.js +1 -1
  57. package/es/chat-engine/core/adapters/a2ui/processor/ComponentTree.js +1 -1
  58. package/es/chat-engine/core/adapters/a2ui/processor/DataStore.js +1 -1
  59. package/es/chat-engine/core/adapters/a2ui/processor/PathResolver.js +1 -1
  60. package/es/chat-engine/core/adapters/a2ui/types/index.js +1 -1
  61. package/es/chat-engine/core/adapters/a2ui/types/types.js +1 -1
  62. package/es/chat-engine/core/adapters/a2ui/utils/binding.js +1 -1
  63. package/es/chat-engine/core/adapters/a2ui/utils/index.js +1 -1
  64. package/es/chat-engine/core/adapters/a2ui/utils/validation.js +1 -1
  65. package/es/chat-engine/core/adapters/agui/ActivityManager.js +1 -1
  66. package/es/chat-engine/core/adapters/agui/StateManager.js +1 -1
  67. package/es/chat-engine/core/adapters/agui/event-mapper.js +1 -1
  68. package/es/chat-engine/core/adapters/agui/index.js +1 -1
  69. package/es/chat-engine/core/adapters/agui/types/events.js +1 -1
  70. package/es/chat-engine/core/adapters/agui/types/index.js +1 -1
  71. package/es/chat-engine/core/adapters/agui/utils.js +1 -1
  72. package/es/chat-engine/core/adapters/index.js +1 -1
  73. package/es/chat-engine/core/adapters/json-render/SurfaceStateManager.js +1 -1
  74. package/es/chat-engine/core/adapters/json-render/a2ui-to-jsonrender.js +1 -1
  75. package/es/chat-engine/core/adapters/json-render/engine.js +1 -1
  76. package/es/chat-engine/core/adapters/json-render/index.js +1 -1
  77. package/es/chat-engine/core/adapters/json-render/types/a2ui.js +1 -1
  78. package/es/chat-engine/core/adapters/json-render/types/core.js +1 -1
  79. package/es/chat-engine/core/adapters/json-render/types/index.js +1 -1
  80. package/es/chat-engine/core/event-bus/ChatEventBus.js +1 -1
  81. package/es/chat-engine/core/event-bus/index.js +1 -1
  82. package/es/chat-engine/core/event-bus/types.js +1 -1
  83. package/es/chat-engine/core/index.js +2 -2
  84. package/es/chat-engine/core/processor/index.js +1 -1
  85. package/es/chat-engine/core/server/batch-client.js +1 -1
  86. package/es/chat-engine/core/server/connection-manager.js +1 -1
  87. package/es/chat-engine/core/server/errors.js +1 -1
  88. package/es/chat-engine/core/server/index.js +1 -1
  89. package/es/chat-engine/core/server/llm-service.js +1 -1
  90. package/es/chat-engine/core/server/sse-client.js +1 -1
  91. package/es/chat-engine/core/server/sse-parser.js +1 -1
  92. package/es/chat-engine/core/server/types.js +1 -1
  93. package/es/chat-engine/core/store/message.js +2 -2
  94. package/es/chat-engine/core/store/model.js +2 -2
  95. package/es/chat-engine/core/store/reactiveState.js +2 -2
  96. package/es/chat-engine/core/type.js +1 -1
  97. package/es/chat-engine/core/utils/eventEmitter.js +1 -1
  98. package/es/chat-engine/core/utils/immutable-patch.js +1 -1
  99. package/es/chat-engine/core/utils/index.js +1 -1
  100. package/es/chat-engine/core/utils/json-patch/helpers.js +1 -1
  101. package/es/chat-engine/core/utils/json-patch/index.js +1 -1
  102. package/es/chat-engine/core/utils/logger.js +1 -1
  103. package/es/chat-engine/core/utils/performance.js +1 -1
  104. package/es/chat-engine/hooks/index.js +2 -2
  105. package/es/chat-engine/hooks/useAgentActivity.js +1 -1
  106. package/es/chat-engine/hooks/useAgentState.js +2 -2
  107. package/es/chat-engine/hooks/useAgentToolcall.js +1 -1
  108. package/es/chat-engine/hooks/useChat.js +2 -2
  109. package/es/chat-engine/index.js +4 -4
  110. package/es/chat-filecard/index.js +1 -1
  111. package/es/chat-loading/index.js +1 -1
  112. package/es/chat-markdown/index.js +1 -1
  113. package/es/chat-message/index.js +1 -1
  114. package/es/chat-sender/index.js +1 -1
  115. package/es/chat-thinking/index.js +1 -1
  116. package/es/chatbot/index.js +1 -1
  117. package/es/index.js +4 -4
  118. package/es/style/index.js +1 -1
  119. package/package.json +2 -4
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -43,7 +43,7 @@ import './utils/immutable-patch.js';
43
43
  import '@babel/runtime/helpers/toArray';
44
44
  import '@babel/runtime/helpers/get';
45
45
  import './store/reactiveState.js';
46
- import '../../_chunks/dep-16520c2b.js';
46
+ import '../../_chunks/dep-ebc4cf30.js';
47
47
  import './server/types.js';
48
48
  import './server/errors.js';
49
49
  import './server/connection-manager.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -19,7 +19,7 @@ import '@babel/runtime/helpers/typeof';
19
19
  import '@babel/runtime/helpers/objectWithoutProperties';
20
20
  import '@babel/runtime/helpers/toArray';
21
21
  import '@babel/runtime/helpers/slicedToArray';
22
- import '../../../_chunks/dep-16520c2b.js';
22
+ import '../../../_chunks/dep-ebc4cf30.js';
23
23
  import '@babel/runtime/helpers/wrapNativeSuper';
24
24
 
25
25
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -14,7 +14,7 @@ import _inherits from '@babel/runtime/helpers/inherits';
14
14
  import ReactiveState from './reactiveState.js';
15
15
  import '@babel/runtime/helpers/toConsumableArray';
16
16
  import '@babel/runtime/helpers/slicedToArray';
17
- import '../../../_chunks/dep-16520c2b.js';
17
+ import '../../../_chunks/dep-ebc4cf30.js';
18
18
  import '@babel/runtime/helpers/wrapNativeSuper';
19
19
  import '@babel/runtime/helpers/typeof';
20
20
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -9,7 +9,7 @@ import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
9
9
  import _classCallCheck from '@babel/runtime/helpers/classCallCheck';
10
10
  import _createClass from '@babel/runtime/helpers/createClass';
11
11
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
12
- import { e as enablePatches, a as produceWithPatches } from '../../../_chunks/dep-16520c2b.js';
12
+ import { e as enablePatches, a as produceWithPatches } from '../../../_chunks/dep-ebc4cf30.js';
13
13
  import '@babel/runtime/helpers/possibleConstructorReturn';
14
14
  import '@babel/runtime/helpers/getPrototypeOf';
15
15
  import '@babel/runtime/helpers/inherits';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -39,7 +39,7 @@ import '../core/event-bus/types.js';
39
39
  import '../core/store/message.js';
40
40
  import '@babel/runtime/helpers/get';
41
41
  import '../core/store/reactiveState.js';
42
- import '../../_chunks/dep-16520c2b.js';
42
+ import '../../_chunks/dep-ebc4cf30.js';
43
43
  import '../core/processor/index.js';
44
44
  import '../core/server/index.js';
45
45
  import '../core/server/llm-service.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -35,7 +35,7 @@ import '../core/event-bus/types.js';
35
35
  import '../core/store/message.js';
36
36
  import '@babel/runtime/helpers/get';
37
37
  import '../core/store/reactiveState.js';
38
- import '../../_chunks/dep-16520c2b.js';
38
+ import '../../_chunks/dep-ebc4cf30.js';
39
39
  import '../core/processor/index.js';
40
40
  import '../core/server/index.js';
41
41
  import '../core/server/llm-service.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -35,7 +35,7 @@ import '../core/event-bus/types.js';
35
35
  import '../core/store/message.js';
36
36
  import '@babel/runtime/helpers/get';
37
37
  import '../core/store/reactiveState.js';
38
- import '../../_chunks/dep-16520c2b.js';
38
+ import '../../_chunks/dep-ebc4cf30.js';
39
39
  import '../core/processor/index.js';
40
40
  import '../core/server/index.js';
41
41
  import '../core/server/llm-service.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -18,7 +18,7 @@ export { ActivityRenderer } from './components/activity/render.js';
18
18
  export { AgentStateProvider } from './components/provider/agent-state.js';
19
19
  export { JsonRenderActivityRenderer } from './components/json-render/renderer/JsonRenderActivityRenderer.js';
20
20
  export { A2UIJsonRenderActivityRenderer } from './components/json-render/renderer/A2UIJsonRenderActivityRenderer.js';
21
- export { d as A2UIButton, A as A2UITextField, a as a2uiRegistry, g as createA2UIJsonRenderActivityConfig, b as createA2UIRegistry, c as createCustomRegistry, f as createJsonRenderActivityConfig, t as tdesignRegistry, e as withA2UIBinding, w as withStableProps } from '../_chunks/dep-1743bd61.js';
21
+ export { d as A2UIButton, A as A2UITextField, a as a2uiRegistry, g as createA2UIJsonRenderActivityConfig, b as createA2UIRegistry, c as createCustomRegistry, f as createJsonRenderActivityConfig, t as tdesignRegistry, e as withA2UIBinding, w as withStableProps } from '../_chunks/dep-4dedfbef.js';
22
22
  export { DataProvider, useDataBinding, useDataState, useDataStore, useDataUpdate, useDataValue } from './components/json-render/contexts/data.js';
23
23
  export { VisibilityProvider, useIsVisible, useVisibility } from './components/json-render/contexts/visibility.js';
24
24
  export { ActionProvider, ConfirmDialog, useAction, useActions } from './components/json-render/contexts/actions.js';
@@ -52,7 +52,7 @@ import '@babel/runtime/helpers/getPrototypeOf';
52
52
  import '@babel/runtime/helpers/get';
53
53
  import '@babel/runtime/helpers/inherits';
54
54
  import './core/store/reactiveState.js';
55
- import '../_chunks/dep-16520c2b.js';
55
+ import '../_chunks/dep-ebc4cf30.js';
56
56
  import '@babel/runtime/helpers/wrapNativeSuper';
57
57
  import '@babel/runtime/helpers/typeof';
58
58
  import './core/processor/index.js';
@@ -71,7 +71,7 @@ import './core/adapters/json-render/index.js';
71
71
  import './core/adapters/json-render/types/a2ui.js';
72
72
  import './core/adapters/json-render/types/index.js';
73
73
  import './core/adapters/json-render/types/core.js';
74
- import '../_chunks/dep-96eca06f.js';
74
+ import '../_chunks/dep-3e40d789.js';
75
75
  import './components/json-render/renderer/JsonUIRenderer.js';
76
76
  import './components/json-render/contexts/index.js';
77
77
  import './components/json-render/contexts/tree.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
package/es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -26,7 +26,7 @@ export { ActivityRenderer } from './chat-engine/components/activity/render.js';
26
26
  export { AgentStateProvider } from './chat-engine/components/provider/agent-state.js';
27
27
  export { JsonRenderActivityRenderer } from './chat-engine/components/json-render/renderer/JsonRenderActivityRenderer.js';
28
28
  export { A2UIJsonRenderActivityRenderer } from './chat-engine/components/json-render/renderer/A2UIJsonRenderActivityRenderer.js';
29
- export { d as A2UIButton, A as A2UITextField, a as a2uiRegistry, g as createA2UIJsonRenderActivityConfig, b as createA2UIRegistry, c as createCustomRegistry, f as createJsonRenderActivityConfig, t as tdesignRegistry, e as withA2UIBinding, w as withStableProps } from './_chunks/dep-1743bd61.js';
29
+ export { d as A2UIButton, A as A2UITextField, a as a2uiRegistry, g as createA2UIJsonRenderActivityConfig, b as createA2UIRegistry, c as createCustomRegistry, f as createJsonRenderActivityConfig, t as tdesignRegistry, e as withA2UIBinding, w as withStableProps } from './_chunks/dep-4dedfbef.js';
30
30
  export { DataProvider, useDataBinding, useDataState, useDataStore, useDataUpdate, useDataValue } from './chat-engine/components/json-render/contexts/data.js';
31
31
  export { VisibilityProvider, useIsVisible, useVisibility } from './chat-engine/components/json-render/contexts/visibility.js';
32
32
  export { ActionProvider, ConfirmDialog, useAction, useActions } from './chat-engine/components/json-render/contexts/actions.js';
@@ -69,7 +69,7 @@ import './chat-engine/core/store/message.js';
69
69
  import '@babel/runtime/helpers/toConsumableArray';
70
70
  import '@babel/runtime/helpers/get';
71
71
  import './chat-engine/core/store/reactiveState.js';
72
- import './_chunks/dep-16520c2b.js';
72
+ import './_chunks/dep-ebc4cf30.js';
73
73
  import '@babel/runtime/helpers/wrapNativeSuper';
74
74
  import './chat-engine/core/processor/index.js';
75
75
  import './chat-engine/core/server/index.js';
@@ -96,7 +96,7 @@ import 'tdesign-web-components/lib/chat-message/content/markdown-content';
96
96
  import 'tdesign-web-components/lib/chat-message';
97
97
  import 'tdesign-web-components/lib/chat-sender';
98
98
  import 'tdesign-web-components/lib/chat-message/content/thinking-content';
99
- import './_chunks/dep-96eca06f.js';
99
+ import './_chunks/dep-3e40d789.js';
100
100
  import './chat-engine/components/json-render/renderer/JsonUIRenderer.js';
101
101
  import './chat-engine/components/json-render/contexts/index.js';
102
102
  import './chat-engine/components/json-render/contexts/tree.js';
package/es/style/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.5
2
+ * tdesign v1.1.0-alpha.7
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tdesign-react/chat",
3
- "version": "1.1.0-alpha.6",
3
+ "version": "1.1.0-alpha.7",
4
4
  "title": "@tdesign-react/chat",
5
5
  "description": "TDesign Pro Component for AIGC",
6
6
  "module": "es/index.js",
@@ -50,13 +50,11 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@babel/runtime": "~7.26.7",
53
- "tdesign-web-components": "1.2.11-alpha.11",
53
+ "tdesign-web-components": "1.3.0-alpha.2",
54
54
  "classnames": "~2.5.1",
55
55
  "lodash-es": "^4.17.21",
56
56
  "zod": "^3.24.2",
57
- "cherry-markdown": "^0.10.0",
58
57
  "@json-render/core": "^0.3.0",
59
- "@json-render/react": "^0.2.0",
60
58
  "tdesign-react": "^1.16.4"
61
59
  },
62
60
  "devDependencies": {