tuikit-atomicx-vue3 3.3.2 → 3.3.3

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.
@@ -29,10 +29,7 @@ export declare const receivedDeviceRequestList: Ref<(string | {
29
29
  readonly aborted: boolean;
30
30
  onabort: ((this: AbortSignal, ev: Event) => any) | null;
31
31
  readonly reason: any;
32
- throwIfAborted: {
33
- (): void;
34
- (): void;
35
- };
32
+ throwIfAborted: () => void;
36
33
  addEventListener: {
37
34
  <K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
38
35
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -95,10 +92,7 @@ export declare const receivedDeviceRequestList: Ref<(string | {
95
92
  readonly aborted: boolean;
96
93
  onabort: ((this: AbortSignal, ev: Event) => any) | null;
97
94
  readonly reason: any;
98
- throwIfAborted: {
99
- (): void;
100
- (): void;
101
- };
95
+ throwIfAborted: () => void;
102
96
  addEventListener: {
103
97
  <K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
104
98
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuikit-atomicx-vue3",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -51,8 +51,8 @@
51
51
  "@tencentcloud/chat": "^3.5.8",
52
52
  "@tencentcloud/chat-uikit-engine": "~2.5.1",
53
53
  "@tencentcloud/tui-core": "latest",
54
- "@tencentcloud/tuiroom-engine-js": "~3.3.2",
55
- "@tencentcloud/uikit-base-component-vue3": "1.0.1",
54
+ "@tencentcloud/tuiroom-engine-js": "~3.3.3",
55
+ "@tencentcloud/uikit-base-component-vue3": "1.0.2",
56
56
  "vue": "^3.4.21"
57
57
  },
58
58
  "dependencies": {