@linker-design-plus/tiny-peony 1.3.9 → 1.3.10
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 +0 -15
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +310 -319
- package/dist/index.mjs.map +1 -1
- package/dist/intersection/components/editor/editor.d.ts +0 -9
- package/dist/intersection/components/editor/index.d.ts +0 -15
- package/dist/intersection/components/modals/contextMenu.vue.d.ts +1 -6
- package/dist/tiny-peony.css +1 -1
- package/dist/utils/shared.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -66,10 +66,6 @@ declare const TinyPeony: {
|
|
|
66
66
|
type: (StringConstructor | NumberConstructor)[];
|
|
67
67
|
default: string;
|
|
68
68
|
};
|
|
69
|
-
pastable: {
|
|
70
|
-
type: BooleanConstructor;
|
|
71
|
-
default: boolean;
|
|
72
|
-
};
|
|
73
69
|
}>> & Readonly<{
|
|
74
70
|
onChange?: ((contentLength: number) => any) | undefined;
|
|
75
71
|
"onUpdate:textCount"?: ((value: number) => any) | undefined;
|
|
@@ -133,7 +129,6 @@ declare const TinyPeony: {
|
|
|
133
129
|
maxLength: number;
|
|
134
130
|
showWordLimit: boolean;
|
|
135
131
|
simple: boolean;
|
|
136
|
-
pastable: boolean;
|
|
137
132
|
preTime: string;
|
|
138
133
|
realTime: string;
|
|
139
134
|
textCount: number;
|
|
@@ -213,10 +208,6 @@ declare const TinyPeony: {
|
|
|
213
208
|
type: (StringConstructor | NumberConstructor)[];
|
|
214
209
|
default: string;
|
|
215
210
|
};
|
|
216
|
-
pastable: {
|
|
217
|
-
type: BooleanConstructor;
|
|
218
|
-
default: boolean;
|
|
219
|
-
};
|
|
220
211
|
}>> & Readonly<{
|
|
221
212
|
onChange?: ((contentLength: number) => any) | undefined;
|
|
222
213
|
"onUpdate:textCount"?: ((value: number) => any) | undefined;
|
|
@@ -274,7 +265,6 @@ declare const TinyPeony: {
|
|
|
274
265
|
maxLength: number;
|
|
275
266
|
showWordLimit: boolean;
|
|
276
267
|
simple: boolean;
|
|
277
|
-
pastable: boolean;
|
|
278
268
|
preTime: string;
|
|
279
269
|
realTime: string;
|
|
280
270
|
textCount: number;
|
|
@@ -351,10 +341,6 @@ declare const TinyPeony: {
|
|
|
351
341
|
type: (StringConstructor | NumberConstructor)[];
|
|
352
342
|
default: string;
|
|
353
343
|
};
|
|
354
|
-
pastable: {
|
|
355
|
-
type: BooleanConstructor;
|
|
356
|
-
default: boolean;
|
|
357
|
-
};
|
|
358
344
|
}>> & Readonly<{
|
|
359
345
|
onChange?: ((contentLength: number) => any) | undefined;
|
|
360
346
|
"onUpdate:textCount"?: ((value: number) => any) | undefined;
|
|
@@ -418,7 +404,6 @@ declare const TinyPeony: {
|
|
|
418
404
|
maxLength: number;
|
|
419
405
|
showWordLimit: boolean;
|
|
420
406
|
simple: boolean;
|
|
421
|
-
pastable: boolean;
|
|
422
407
|
preTime: string;
|
|
423
408
|
realTime: string;
|
|
424
409
|
textCount: number;
|