@linker-design-plus/tiny-peony 1.4.5 → 1.4.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.
- package/dist/index.d.ts +9 -9
- package/dist/index.js +28 -28
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2473 -2353
- package/dist/index.mjs.map +1 -1
- package/dist/intersection/components/editor/editor.d.ts +5 -5
- package/dist/intersection/components/editor/index.d.ts +9 -9
- package/dist/plugins/AnchorTagPlugin/plugin.d.ts +2 -0
- package/dist/plugins/HomophonesTagPlugin/homophoner.vue.d.ts +2 -2
- package/dist/plugins/PronunciationTagPlugin/pronunciationor.vue.d.ts +2 -2
- package/dist/typings/intersection/editor.d.ts +10 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -20,8 +20,8 @@ declare const TinyPeony: {
|
|
|
20
20
|
default: undefined;
|
|
21
21
|
};
|
|
22
22
|
listenAnchorId: {
|
|
23
|
-
type:
|
|
24
|
-
default:
|
|
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:
|
|
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:
|
|
170
|
-
default:
|
|
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:
|
|
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:
|
|
307
|
-
default:
|
|
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:
|
|
422
|
+
listenAnchorId: string;
|
|
423
423
|
listenMode: import("./typings/shared").ListenModeEnum;
|
|
424
424
|
contentStyle: import("vue").CSSProperties;
|
|
425
425
|
refinable: boolean;
|