@linker-design-plus/tiny-peony 1.4.6 → 1.4.8

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/dist/index.d.ts CHANGED
@@ -20,8 +20,8 @@ declare const TinyPeony: {
20
20
  default: undefined;
21
21
  };
22
22
  listenAnchorId: {
23
- type: NumberConstructor;
24
- default: number;
23
+ type: StringConstructor;
24
+ default: string;
25
25
  };
26
26
  listenMode: {
27
27
  type: import("vue").PropType<import("./typings/shared").ListenModeEnum>;
@@ -136,7 +136,7 @@ declare const TinyPeony: {
136
136
  preTime: string;
137
137
  realTime: string;
138
138
  textCount: number;
139
- listenAnchorId: number;
139
+ listenAnchorId: string;
140
140
  listenMode: import("./typings/shared").ListenModeEnum;
141
141
  contentStyle: import("vue").CSSProperties;
142
142
  refinable: boolean;
@@ -166,8 +166,8 @@ declare const TinyPeony: {
166
166
  default: undefined;
167
167
  };
168
168
  listenAnchorId: {
169
- type: NumberConstructor;
170
- default: number;
169
+ type: StringConstructor;
170
+ default: string;
171
171
  };
172
172
  listenMode: {
173
173
  type: import("vue").PropType<import("./typings/shared").ListenModeEnum>;
@@ -276,7 +276,7 @@ declare const TinyPeony: {
276
276
  preTime: string;
277
277
  realTime: string;
278
278
  textCount: number;
279
- listenAnchorId: number;
279
+ listenAnchorId: string;
280
280
  listenMode: import("./typings/shared").ListenModeEnum;
281
281
  contentStyle: import("vue").CSSProperties;
282
282
  refinable: boolean;
@@ -303,8 +303,8 @@ declare const TinyPeony: {
303
303
  default: undefined;
304
304
  };
305
305
  listenAnchorId: {
306
- type: NumberConstructor;
307
- default: number;
306
+ type: StringConstructor;
307
+ default: string;
308
308
  };
309
309
  listenMode: {
310
310
  type: import("vue").PropType<import("./typings/shared").ListenModeEnum>;
@@ -419,7 +419,7 @@ declare const TinyPeony: {
419
419
  preTime: string;
420
420
  realTime: string;
421
421
  textCount: number;
422
- listenAnchorId: number;
422
+ listenAnchorId: string;
423
423
  listenMode: import("./typings/shared").ListenModeEnum;
424
424
  contentStyle: import("vue").CSSProperties;
425
425
  refinable: boolean;