@tdesign-react/chat 1.1.0-alpha.15 → 1.1.0-alpha.16

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 (134) hide show
  1. package/es/_chunks/dep-13265eca.js +1247 -0
  2. package/es/_chunks/dep-13265eca.js.map +1 -0
  3. package/es/_chunks/dep-2bfe72cb.js +438 -0
  4. package/es/_chunks/dep-2bfe72cb.js.map +1 -0
  5. package/es/_chunks/dep-4932f9b9.js +169 -0
  6. package/es/_chunks/dep-4932f9b9.js.map +1 -0
  7. package/es/_chunks/dep-dfe91b1f.js +438 -0
  8. package/es/_chunks/dep-dfe91b1f.js.map +1 -0
  9. package/es/_util/reactify.js +1 -1
  10. package/es/_util/useDynamicStyle.js +1 -1
  11. package/es/attachments/index.js +1 -1
  12. package/es/chat-actionbar/index.js +1 -1
  13. package/es/chat-engine/components/activity/index.js +2 -2
  14. package/es/chat-engine/components/activity/registry.js +1 -1
  15. package/es/chat-engine/components/activity/render.js +2 -2
  16. package/es/chat-engine/components/activity/types.js +1 -1
  17. package/es/chat-engine/components/index.js +4 -4
  18. package/es/chat-engine/components/json-render/catalog/atomic/button.js +1 -1
  19. package/es/chat-engine/components/json-render/catalog/atomic/card.js +1 -1
  20. package/es/chat-engine/components/json-render/catalog/atomic/input.js +4 -4
  21. package/es/chat-engine/components/json-render/catalog/atomic/layout.js +1 -1
  22. package/es/chat-engine/components/json-render/catalog/atomic/text.js +1 -1
  23. package/es/chat-engine/components/json-render/catalog/catalog-to-prompt.js +1 -1
  24. package/es/chat-engine/components/json-render/contexts/actions.js +2 -2
  25. package/es/chat-engine/components/json-render/contexts/data.js +2 -2
  26. package/es/chat-engine/components/json-render/contexts/index.js +2 -2
  27. package/es/chat-engine/components/json-render/contexts/store.js +1 -1
  28. package/es/chat-engine/components/json-render/contexts/tree.js +1 -1
  29. package/es/chat-engine/components/json-render/contexts/validation.js +2 -2
  30. package/es/chat-engine/components/json-render/contexts/visibility.js +2 -2
  31. package/es/chat-engine/components/json-render/index.js +4 -4
  32. package/es/chat-engine/components/json-render/registry/a2ui-binding.js +4 -4
  33. package/es/chat-engine/components/json-render/registry/a2ui-registry.js +4 -4
  34. package/es/chat-engine/components/json-render/registry/config.js +4 -4
  35. package/es/chat-engine/components/json-render/registry/index.js +4 -4
  36. package/es/chat-engine/components/json-render/renderer/A2UIJsonRenderActivityRenderer.js +3 -3
  37. package/es/chat-engine/components/json-render/renderer/JsonRenderActivityRenderer.js +3 -3
  38. package/es/chat-engine/components/json-render/renderer/JsonUIRenderer.js +2 -2
  39. package/es/chat-engine/components/json-render/renderer/_index.js +2 -2
  40. package/es/chat-engine/components/json-render/types.js +1 -1
  41. package/es/chat-engine/components/provider/agent-state.js +2 -2
  42. package/es/chat-engine/components/shared/ComponentErrorBoundary.js +1 -1
  43. package/es/chat-engine/components/shared/createRegistry.js +1 -1
  44. package/es/chat-engine/components/shared/index.js +1 -1
  45. package/es/chat-engine/components/shared/useRegistrationListener.js +1 -1
  46. package/es/chat-engine/components/toolcall/index.js +2 -2
  47. package/es/chat-engine/components/toolcall/registry.js +1 -1
  48. package/es/chat-engine/components/toolcall/render.js +2 -2
  49. package/es/chat-engine/components/toolcall/types.js +1 -1
  50. package/es/chat-engine/core/adapters/a2ui/index.js +1 -1
  51. package/es/chat-engine/core/adapters/a2ui/processor/A2uiMessageProcessor.js +1 -1
  52. package/es/chat-engine/core/adapters/a2ui/processor/ComponentTree.js +1 -1
  53. package/es/chat-engine/core/adapters/a2ui/processor/DataStore.js +1 -1
  54. package/es/chat-engine/core/adapters/a2ui/processor/PathResolver.js +1 -1
  55. package/es/chat-engine/core/adapters/a2ui/types/index.js +1 -1
  56. package/es/chat-engine/core/adapters/a2ui/types/types.js +1 -1
  57. package/es/chat-engine/core/adapters/a2ui/utils/binding.js +1 -1
  58. package/es/chat-engine/core/adapters/a2ui/utils/index.js +1 -1
  59. package/es/chat-engine/core/adapters/a2ui/utils/validation.js +1 -1
  60. package/es/chat-engine/core/adapters/agui/ActivityManager.js +1 -1
  61. package/es/chat-engine/core/adapters/agui/StateManager.js +1 -1
  62. package/es/chat-engine/core/adapters/agui/event-mapper.js +1 -1
  63. package/es/chat-engine/core/adapters/agui/index.js +1 -1
  64. package/es/chat-engine/core/adapters/agui/types/events.js +1 -1
  65. package/es/chat-engine/core/adapters/agui/types/index.js +1 -1
  66. package/es/chat-engine/core/adapters/agui/utils.js +1 -1
  67. package/es/chat-engine/core/adapters/index.js +1 -1
  68. package/es/chat-engine/core/adapters/json-render/SurfaceStateManager.js +1 -1
  69. package/es/chat-engine/core/adapters/json-render/a2ui-to-jsonrender.js +1 -1
  70. package/es/chat-engine/core/adapters/json-render/engine.js +1 -1
  71. package/es/chat-engine/core/adapters/json-render/index.js +1 -1
  72. package/es/chat-engine/core/adapters/json-render/types/a2ui.js +1 -1
  73. package/es/chat-engine/core/adapters/json-render/types/core.js +1 -1
  74. package/es/chat-engine/core/adapters/json-render/types/index.js +1 -1
  75. package/es/chat-engine/core/adapters/openclaw/event-mapper.js +1 -1
  76. package/es/chat-engine/core/adapters/openclaw/index.js +15 -42
  77. package/es/chat-engine/core/adapters/openclaw/index.js.map +1 -1
  78. package/es/chat-engine/core/adapters/openclaw/rpc-handler.js +1 -1
  79. package/es/chat-engine/core/adapters/openclaw/types/config.d.ts +2 -20
  80. package/es/chat-engine/core/adapters/openclaw/types/config.js +3 -5
  81. package/es/chat-engine/core/adapters/openclaw/types/config.js.map +1 -1
  82. package/es/chat-engine/core/adapters/openclaw/types/events.js +1 -1
  83. package/es/chat-engine/core/adapters/openclaw/types/index.js +1 -1
  84. package/es/chat-engine/core/adapters/openclaw/types/messages.d.ts +0 -13
  85. package/es/chat-engine/core/adapters/openclaw/types/messages.js +1 -1
  86. package/es/chat-engine/core/adapters/openclaw/types/messages.js.map +1 -1
  87. package/es/chat-engine/core/adapters/openclaw/utils.d.ts +0 -26
  88. package/es/chat-engine/core/adapters/openclaw/utils.js +2 -93
  89. package/es/chat-engine/core/adapters/openclaw/utils.js.map +1 -1
  90. package/es/chat-engine/core/adapters/shared/activity-manager.js +1 -1
  91. package/es/chat-engine/core/adapters/shared/content-factory.js +1 -1
  92. package/es/chat-engine/core/adapters/shared/index.js +1 -1
  93. package/es/chat-engine/core/adapters/shared/merge-utils.js +1 -1
  94. package/es/chat-engine/core/event-bus/ChatEventBus.js +1 -1
  95. package/es/chat-engine/core/event-bus/index.js +1 -1
  96. package/es/chat-engine/core/event-bus/types.js +1 -1
  97. package/es/chat-engine/core/index.js +2 -2
  98. package/es/chat-engine/core/processor/index.js +1 -1
  99. package/es/chat-engine/core/server/batch-client.js +1 -1
  100. package/es/chat-engine/core/server/connection-manager.js +1 -1
  101. package/es/chat-engine/core/server/errors.js +1 -1
  102. package/es/chat-engine/core/server/index.js +1 -1
  103. package/es/chat-engine/core/server/llm-service.js +1 -1
  104. package/es/chat-engine/core/server/sse-client.js +1 -1
  105. package/es/chat-engine/core/server/sse-parser.js +1 -1
  106. package/es/chat-engine/core/server/types.js +1 -1
  107. package/es/chat-engine/core/server/websocket-client.js +1 -1
  108. package/es/chat-engine/core/store/message.js +2 -2
  109. package/es/chat-engine/core/store/model.js +2 -2
  110. package/es/chat-engine/core/store/reactiveState.js +2 -2
  111. package/es/chat-engine/core/type.js +1 -1
  112. package/es/chat-engine/core/utils/eventEmitter.js +1 -1
  113. package/es/chat-engine/core/utils/immutable-patch.js +1 -1
  114. package/es/chat-engine/core/utils/index.js +1 -1
  115. package/es/chat-engine/core/utils/json-patch/helpers.js +1 -1
  116. package/es/chat-engine/core/utils/json-patch/index.js +1 -1
  117. package/es/chat-engine/core/utils/logger.js +1 -1
  118. package/es/chat-engine/core/utils/performance.js +1 -1
  119. package/es/chat-engine/hooks/index.js +2 -2
  120. package/es/chat-engine/hooks/useAgentActivity.js +1 -1
  121. package/es/chat-engine/hooks/useAgentState.js +2 -2
  122. package/es/chat-engine/hooks/useAgentToolcall.js +1 -1
  123. package/es/chat-engine/hooks/useChat.js +2 -2
  124. package/es/chat-engine/index.js +4 -4
  125. package/es/chat-filecard/index.js +1 -1
  126. package/es/chat-loading/index.js +1 -1
  127. package/es/chat-markdown/index.js +1 -1
  128. package/es/chat-message/index.js +1 -1
  129. package/es/chat-sender/index.js +1 -1
  130. package/es/chat-thinking/index.js +1 -1
  131. package/es/chatbot/index.js +1 -1
  132. package/es/index.js +4 -4
  133. package/es/style/index.js +1 -1
  134. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -7,7 +7,7 @@
7
7
  import './toolcall/index.js';
8
8
  import './activity/index.js';
9
9
  export { AgentStateProvider } from './provider/agent-state.js';
10
- 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-13fe70ea.js';
10
+ 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-2bfe72cb.js';
11
11
  export { TOOLCALL_EVENT_DETAIL_KEY, TOOLCALL_REGISTERED_EVENT, agentToolcallRegistry } from './toolcall/registry.js';
12
12
  export { isNonInteractive, isNonInteractiveConfig } from './toolcall/types.js';
13
13
  export { ToolCallRenderer, withAgentStateToolcall, withAgentStateToolcall1 } from './toolcall/render.js';
@@ -50,7 +50,7 @@ import '../core/adapters/agui/utils.js';
50
50
  import '../core/store/message.js';
51
51
  import '@babel/runtime/helpers/get';
52
52
  import '../core/store/reactiveState.js';
53
- import '../../_chunks/dep-b4eec30f.js';
53
+ import '../../_chunks/dep-13265eca.js';
54
54
  import '../core/event-bus/index.js';
55
55
  import '../core/event-bus/ChatEventBus.js';
56
56
  import '../core/event-bus/types.js';
@@ -86,7 +86,7 @@ import '../core/adapters/json-render/SurfaceStateManager.js';
86
86
  import '../core/adapters/json-render/types/index.js';
87
87
  import '../core/adapters/json-render/types/core.js';
88
88
  import './json-render/contexts/index.js';
89
- import '../../_chunks/dep-60f2a734.js';
89
+ import '../../_chunks/dep-4932f9b9.js';
90
90
  import './json-render/catalog/atomic/button.js';
91
91
  import 'tdesign-react';
92
92
  import '@json-render/core';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -9,10 +9,10 @@ import '@babel/runtime/helpers/defineProperty';
9
9
  import '@babel/runtime/helpers/objectWithoutProperties';
10
10
  import 'react';
11
11
  import 'tdesign-react';
12
- export { J as JsonRenderInput, h as JsonRenderTextField, J as default } from '../../../../../_chunks/dep-13fe70ea.js';
12
+ export { J as JsonRenderInput, h as JsonRenderTextField, J as default } from '../../../../../_chunks/dep-2bfe72cb.js';
13
13
  import '../../contexts/data.js';
14
14
  import '../../renderer/JsonRenderActivityRenderer.js';
15
- import '../../../../../_chunks/dep-60f2a734.js';
15
+ import '../../../../../_chunks/dep-4932f9b9.js';
16
16
  import '@babel/runtime/helpers/typeof';
17
17
  import '../../renderer/JsonUIRenderer.js';
18
18
  import '../../contexts/index.js';
@@ -24,7 +24,7 @@ import '@babel/runtime/helpers/createClass';
24
24
  import '@babel/runtime/helpers/possibleConstructorReturn';
25
25
  import '@babel/runtime/helpers/getPrototypeOf';
26
26
  import '@babel/runtime/helpers/inherits';
27
- import '../../../../../_chunks/dep-b4eec30f.js';
27
+ import '../../../../../_chunks/dep-13265eca.js';
28
28
  import '@babel/runtime/helpers/wrapNativeSuper';
29
29
  import '../../contexts/actions.js';
30
30
  import '@babel/runtime/helpers/asyncToGenerator';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -18,7 +18,7 @@ import '@babel/runtime/helpers/createClass';
18
18
  import '@babel/runtime/helpers/possibleConstructorReturn';
19
19
  import '@babel/runtime/helpers/getPrototypeOf';
20
20
  import '@babel/runtime/helpers/inherits';
21
- import '../../../../_chunks/dep-b4eec30f.js';
21
+ import '../../../../_chunks/dep-13265eca.js';
22
22
  import '@babel/runtime/helpers/wrapNativeSuper';
23
23
 
24
24
  "use client";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -13,7 +13,7 @@ import _possibleConstructorReturn from '@babel/runtime/helpers/possibleConstruct
13
13
  import _getPrototypeOf from '@babel/runtime/helpers/getPrototypeOf';
14
14
  import _inherits from '@babel/runtime/helpers/inherits';
15
15
  import React, { useRef, useEffect, useCallback, useSyncExternalStore } from 'react';
16
- import { p as produce } from '../../../../_chunks/dep-b4eec30f.js';
16
+ import { p as produce } from '../../../../_chunks/dep-13265eca.js';
17
17
  import { getByPath, setByPath } from '@json-render/core';
18
18
  import { Store, createStoreContext, useStableCallback } from './store.js';
19
19
  import '@babel/runtime/helpers/wrapNativeSuper';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -17,7 +17,7 @@ import '@babel/runtime/helpers/possibleConstructorReturn';
17
17
  import '@babel/runtime/helpers/getPrototypeOf';
18
18
  import '@babel/runtime/helpers/inherits';
19
19
  import 'react';
20
- import '../../../../_chunks/dep-b4eec30f.js';
20
+ import '../../../../_chunks/dep-13265eca.js';
21
21
  import '@babel/runtime/helpers/wrapNativeSuper';
22
22
  import '@json-render/core';
23
23
  import './store.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -16,7 +16,7 @@ import '@babel/runtime/helpers/createClass';
16
16
  import '@babel/runtime/helpers/possibleConstructorReturn';
17
17
  import '@babel/runtime/helpers/getPrototypeOf';
18
18
  import '@babel/runtime/helpers/inherits';
19
- import '../../../../_chunks/dep-b4eec30f.js';
19
+ import '../../../../_chunks/dep-13265eca.js';
20
20
  import '@babel/runtime/helpers/wrapNativeSuper';
21
21
  import './store.js';
22
22
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -16,7 +16,7 @@ import '@babel/runtime/helpers/createClass';
16
16
  import '@babel/runtime/helpers/possibleConstructorReturn';
17
17
  import '@babel/runtime/helpers/getPrototypeOf';
18
18
  import '@babel/runtime/helpers/inherits';
19
- import '../../../../_chunks/dep-b4eec30f.js';
19
+ import '../../../../_chunks/dep-13265eca.js';
20
20
  import '@babel/runtime/helpers/wrapNativeSuper';
21
21
 
22
22
  "use client";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -7,14 +7,14 @@
7
7
  export { JsonRenderActivityRenderer } from './renderer/JsonRenderActivityRenderer.js';
8
8
  export { A2UIJsonRenderActivityRenderer } from './renderer/A2UIJsonRenderActivityRenderer.js';
9
9
  import './contexts/index.js';
10
- 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-13fe70ea.js';
10
+ 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-2bfe72cb.js';
11
11
  export { createCustomCatalog, generateCatalogPrompt, tdesignActionList, tdesignCatalog, tdesignComponentList } from './catalog/catalog-to-prompt.js';
12
12
  export { DataProvider, useDataBinding, useDataState, useDataStore, useDataUpdate, useDataValue } from './contexts/data.js';
13
13
  export { VisibilityProvider, useIsVisible, useVisibility } from './contexts/visibility.js';
14
14
  export { ActionProvider, ConfirmDialog, useAction, useActions } from './contexts/actions.js';
15
15
  export { ValidationProvider, useFieldValidation, useValidation } from './contexts/validation.js';
16
16
  import 'react';
17
- import '../../../_chunks/dep-60f2a734.js';
17
+ import '../../../_chunks/dep-4932f9b9.js';
18
18
  import '@babel/runtime/helpers/typeof';
19
19
  import './renderer/JsonUIRenderer.js';
20
20
  import '@babel/runtime/helpers/defineProperty';
@@ -27,7 +27,7 @@ import '@babel/runtime/helpers/inherits';
27
27
  import './contexts/store.js';
28
28
  import '@json-render/core';
29
29
  import '@babel/runtime/helpers/slicedToArray';
30
- import '../../../_chunks/dep-b4eec30f.js';
30
+ import '../../../_chunks/dep-13265eca.js';
31
31
  import '@babel/runtime/helpers/wrapNativeSuper';
32
32
  import '@babel/runtime/helpers/asyncToGenerator';
33
33
  import '@babel/runtime/regenerator';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -10,10 +10,10 @@ import '@babel/runtime/helpers/typeof';
10
10
  import '@babel/runtime/helpers/slicedToArray';
11
11
  import 'react';
12
12
  import '@json-render/core';
13
- export { e as default, e as withA2UIBinding } from '../../../../_chunks/dep-13fe70ea.js';
13
+ export { e as default, e as withA2UIBinding } from '../../../../_chunks/dep-2bfe72cb.js';
14
14
  import '../contexts/data.js';
15
15
  import '../renderer/JsonRenderActivityRenderer.js';
16
- import '../../../../_chunks/dep-60f2a734.js';
16
+ import '../../../../_chunks/dep-4932f9b9.js';
17
17
  import '../renderer/JsonUIRenderer.js';
18
18
  import '../contexts/index.js';
19
19
  import '../contexts/visibility.js';
@@ -23,7 +23,7 @@ import '@babel/runtime/helpers/createClass';
23
23
  import '@babel/runtime/helpers/possibleConstructorReturn';
24
24
  import '@babel/runtime/helpers/getPrototypeOf';
25
25
  import '@babel/runtime/helpers/inherits';
26
- import '../../../../_chunks/dep-b4eec30f.js';
26
+ import '../../../../_chunks/dep-13265eca.js';
27
27
  import '@babel/runtime/helpers/wrapNativeSuper';
28
28
  import '../contexts/actions.js';
29
29
  import '@babel/runtime/helpers/asyncToGenerator';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -8,12 +8,12 @@ import '@babel/runtime/helpers/defineProperty';
8
8
  import '@babel/runtime/helpers/objectWithoutProperties';
9
9
  import 'react';
10
10
  import 'tdesign-react';
11
- export { d as A2UIButton, A as A2UITextField, a as a2uiRegistry, b as createA2UIRegistry, a as default } from '../../../../_chunks/dep-13fe70ea.js';
11
+ export { d as A2UIButton, A as A2UITextField, a as a2uiRegistry, b as createA2UIRegistry, a as default } from '../../../../_chunks/dep-2bfe72cb.js';
12
12
  import '../catalog/atomic/card.js';
13
13
  import '../catalog/atomic/text.js';
14
14
  import '../catalog/atomic/layout.js';
15
15
  import '../renderer/JsonRenderActivityRenderer.js';
16
- import '../../../../_chunks/dep-60f2a734.js';
16
+ import '../../../../_chunks/dep-4932f9b9.js';
17
17
  import '@babel/runtime/helpers/typeof';
18
18
  import '../renderer/JsonUIRenderer.js';
19
19
  import '../contexts/index.js';
@@ -24,7 +24,7 @@ import '@babel/runtime/helpers/createClass';
24
24
  import '@babel/runtime/helpers/possibleConstructorReturn';
25
25
  import '@babel/runtime/helpers/getPrototypeOf';
26
26
  import '@babel/runtime/helpers/inherits';
27
- import '../../../../_chunks/dep-b4eec30f.js';
27
+ import '../../../../_chunks/dep-13265eca.js';
28
28
  import '@babel/runtime/helpers/wrapNativeSuper';
29
29
  import '@json-render/core';
30
30
  import '../contexts/store.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -8,8 +8,8 @@ import '@babel/runtime/helpers/defineProperty';
8
8
  import 'react';
9
9
  import '../renderer/JsonRenderActivityRenderer.js';
10
10
  import '../renderer/A2UIJsonRenderActivityRenderer.js';
11
- export { g as createA2UIJsonRenderActivityConfig, f as createJsonRenderActivityConfig } from '../../../../_chunks/dep-13fe70ea.js';
12
- import '../../../../_chunks/dep-60f2a734.js';
11
+ export { g as createA2UIJsonRenderActivityConfig, f as createJsonRenderActivityConfig } from '../../../../_chunks/dep-2bfe72cb.js';
12
+ import '../../../../_chunks/dep-4932f9b9.js';
13
13
  import '@babel/runtime/helpers/typeof';
14
14
  import '../renderer/JsonUIRenderer.js';
15
15
  import '../contexts/index.js';
@@ -20,7 +20,7 @@ import '@babel/runtime/helpers/createClass';
20
20
  import '@babel/runtime/helpers/possibleConstructorReturn';
21
21
  import '@babel/runtime/helpers/getPrototypeOf';
22
22
  import '@babel/runtime/helpers/inherits';
23
- import '../../../../_chunks/dep-b4eec30f.js';
23
+ import '../../../../_chunks/dep-13265eca.js';
24
24
  import '@babel/runtime/helpers/wrapNativeSuper';
25
25
  import '@json-render/core';
26
26
  import '../contexts/store.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -7,9 +7,9 @@
7
7
  import '@babel/runtime/helpers/defineProperty';
8
8
  import '@babel/runtime/helpers/slicedToArray';
9
9
  import 'react';
10
- import '../../../../_chunks/dep-60f2a734.js';
10
+ import '../../../../_chunks/dep-4932f9b9.js';
11
11
  import '../catalog/atomic/button.js';
12
- 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-13fe70ea.js';
12
+ 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-2bfe72cb.js';
13
13
  import '../catalog/atomic/card.js';
14
14
  import '../catalog/atomic/text.js';
15
15
  import '../catalog/atomic/layout.js';
@@ -25,7 +25,7 @@ import '@babel/runtime/helpers/createClass';
25
25
  import '@babel/runtime/helpers/possibleConstructorReturn';
26
26
  import '@babel/runtime/helpers/getPrototypeOf';
27
27
  import '@babel/runtime/helpers/inherits';
28
- import '../../../../_chunks/dep-b4eec30f.js';
28
+ import '../../../../_chunks/dep-13265eca.js';
29
29
  import '@babel/runtime/helpers/wrapNativeSuper';
30
30
  import '@json-render/core';
31
31
  import '../contexts/store.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -35,7 +35,7 @@ import '../../../core/adapters/agui/utils.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-b4eec30f.js';
38
+ import '../../../../_chunks/dep-13265eca.js';
39
39
  import '../../../core/event-bus/index.js';
40
40
  import '../../../core/event-bus/ChatEventBus.js';
41
41
  import '../../../core/event-bus/types.js';
@@ -68,7 +68,7 @@ import '../../../core/adapters/json-render/index.js';
68
68
  import '../../../core/adapters/json-render/types/a2ui.js';
69
69
  import '../../../core/adapters/json-render/types/index.js';
70
70
  import '../../../core/adapters/json-render/types/core.js';
71
- import '../../../../_chunks/dep-60f2a734.js';
71
+ import '../../../../_chunks/dep-4932f9b9.js';
72
72
  import './JsonUIRenderer.js';
73
73
  import '../contexts/index.js';
74
74
  import '../contexts/data.js';
@@ -1,11 +1,11 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
6
6
 
7
7
  import React, { useMemo } from 'react';
8
- import { r as reactFastCompare } from '../../../../_chunks/dep-60f2a734.js';
8
+ import { r as reactFastCompare } from '../../../../_chunks/dep-4932f9b9.js';
9
9
  import { JsonRenderElement } from './JsonUIRenderer.js';
10
10
  import '../contexts/index.js';
11
11
  import { DataProvider } from '../contexts/data.js';
@@ -24,7 +24,7 @@ import '../contexts/validation.js';
24
24
  import '@babel/runtime/helpers/objectWithoutProperties';
25
25
  import '@babel/runtime/helpers/slicedToArray';
26
26
  import '@json-render/core';
27
- import '../../../../_chunks/dep-b4eec30f.js';
27
+ import '../../../../_chunks/dep-13265eca.js';
28
28
  import '@babel/runtime/helpers/wrapNativeSuper';
29
29
  import '@babel/runtime/helpers/asyncToGenerator';
30
30
  import '@babel/runtime/regenerator';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -21,7 +21,7 @@ import '../contexts/store.js';
21
21
  import '@json-render/core';
22
22
  import '@babel/runtime/helpers/typeof';
23
23
  import '@babel/runtime/helpers/slicedToArray';
24
- import '../../../../_chunks/dep-b4eec30f.js';
24
+ import '../../../../_chunks/dep-13265eca.js';
25
25
  import '@babel/runtime/helpers/wrapNativeSuper';
26
26
  import '@babel/runtime/helpers/asyncToGenerator';
27
27
  import '@babel/runtime/regenerator';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -18,7 +18,7 @@ import '@babel/runtime/helpers/createClass';
18
18
  import '@babel/runtime/helpers/possibleConstructorReturn';
19
19
  import '@babel/runtime/helpers/getPrototypeOf';
20
20
  import '@babel/runtime/helpers/inherits';
21
- import '../../../../_chunks/dep-b4eec30f.js';
21
+ import '../../../../_chunks/dep-13265eca.js';
22
22
  import '@babel/runtime/helpers/wrapNativeSuper';
23
23
  import '@json-render/core';
24
24
  import '../contexts/store.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -33,7 +33,7 @@ import '../../core/adapters/agui/utils.js';
33
33
  import '../../core/store/message.js';
34
34
  import '@babel/runtime/helpers/get';
35
35
  import '../../core/store/reactiveState.js';
36
- import '../../../_chunks/dep-b4eec30f.js';
36
+ import '../../../_chunks/dep-13265eca.js';
37
37
  import '../../core/event-bus/index.js';
38
38
  import '../../core/event-bus/ChatEventBus.js';
39
39
  import '../../core/event-bus/types.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -40,7 +40,7 @@ import '../../core/adapters/agui/utils.js';
40
40
  import '../../core/store/message.js';
41
41
  import '@babel/runtime/helpers/get';
42
42
  import '../../core/store/reactiveState.js';
43
- import '../../../_chunks/dep-b4eec30f.js';
43
+ import '../../../_chunks/dep-13265eca.js';
44
44
  import '../../core/event-bus/index.js';
45
45
  import '../../core/event-bus/ChatEventBus.js';
46
46
  import '../../core/event-bus/types.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -39,7 +39,7 @@ import '@babel/runtime/helpers/wrapNativeSuper';
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-b4eec30f.js';
42
+ import '../../../_chunks/dep-13265eca.js';
43
43
  import '../../core/event-bus/index.js';
44
44
  import '../../core/event-bus/ChatEventBus.js';
45
45
  import '../../core/event-bus/types.js';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * tdesign v1.1.0-alpha.14
2
+ * tdesign v1.1.0-alpha.16
3
3
  * (c) 2026 tdesign
4
4
  * @license MIT
5
5
  */