@chenyomi/leafer-htmltext-editor 1.0.6 → 1.0.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/esm/index.d.ts +2 -4
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/index.d.ts +2 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +2 -3
- package/dist/index.js +5 -4
- package/package.json +1 -1
- package/src/index.ts +3 -3
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import Quill from "quill";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import "./TextEditor";
|
|
2
|
+
export { TextEditTool } from "./TextEditTool";
|
|
3
|
+
export { TextEditor } from "./TextEditor";
|
|
5
4
|
declare class QuillManager {
|
|
6
5
|
private static instance;
|
|
7
6
|
private quill;
|
|
@@ -16,5 +15,4 @@ declare class QuillManager {
|
|
|
16
15
|
dateEdit(callback: (leaf: any) => void, level?: number, listNew?: any): void;
|
|
17
16
|
}
|
|
18
17
|
export declare const quillManager: QuillManager;
|
|
19
|
-
export {};
|
|
20
18
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAgB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAgB,MAAM,OAAO,CAAC;AAGrC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,cAAM,YAAY;IAChB,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAe;IACtC,OAAO,CAAC,KAAK,CAAsB;IAC5B,IAAI,EAAE,GAAG,GAAG,IAAI,CAAQ;IAE/B,OAAO;IAEP,MAAM,CAAC,WAAW;IAOZ,IAAI,CAAC,GAAG,EAAE,GAAG;IAwDnB,QAAQ;IAOR,SAAS;IAOT,OAAO,CAAC,aAAa;IA+Bd,aAAa,IAAI,OAAO;IAQxB,QAAQ,CACb,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,EAC7B,KAAK,SAAI,EACT,OAAO,CAAC,EAAE,GAAG,GACZ,IAAI;CA4BR;AAED,eAAO,MAAM,YAAY,cAA6B,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import Quill from "quill";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import "./TextEditor";
|
|
2
|
+
export { TextEditTool } from "./TextEditTool";
|
|
3
|
+
export { TextEditor } from "./TextEditor";
|
|
5
4
|
declare class QuillManager {
|
|
6
5
|
private static instance;
|
|
7
6
|
private quill;
|
|
@@ -16,5 +15,4 @@ declare class QuillManager {
|
|
|
16
15
|
dateEdit(callback: (leaf: any) => void, level?: number, listNew?: any): void;
|
|
17
16
|
}
|
|
18
17
|
export declare const quillManager: QuillManager;
|
|
19
|
-
export {};
|
|
20
18
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAgB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAgB,MAAM,OAAO,CAAC;AAGrC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,cAAM,YAAY;IAChB,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAe;IACtC,OAAO,CAAC,KAAK,CAAsB;IAC5B,IAAI,EAAE,GAAG,GAAG,IAAI,CAAQ;IAE/B,OAAO;IAEP,MAAM,CAAC,WAAW;IAOZ,IAAI,CAAC,GAAG,EAAE,GAAG;IAwDnB,QAAQ;IAOR,SAAS;IAOT,OAAO,CAAC,aAAa;IA+Bd,aAAa,IAAI,OAAO;IAQxB,QAAQ,CACb,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,EAC7B,KAAK,SAAI,EACT,OAAO,CAAC,EAAE,GAAG,GACZ,IAAI;CA4BR;AAED,eAAO,MAAM,YAAY,cAA6B,CAAC"}
|
package/dist/index.esm.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import Quill, { Delta } from "quill";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import "./TextEditor";
|
|
2
|
+
export { TextEditTool } from "./TextEditTool";
|
|
3
|
+
export { TextEditor } from "./TextEditor";
|
|
5
4
|
class QuillManager {
|
|
6
5
|
constructor() {
|
|
7
6
|
this.quill = null;
|
package/dist/index.js
CHANGED
|
@@ -33,11 +33,12 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.quillManager = void 0;
|
|
36
|
+
exports.quillManager = exports.TextEditor = exports.TextEditTool = void 0;
|
|
37
37
|
const quill_1 = __importStar(require("quill"));
|
|
38
|
-
require("
|
|
39
|
-
|
|
40
|
-
require("./TextEditor");
|
|
38
|
+
var TextEditTool_1 = require("./TextEditTool");
|
|
39
|
+
Object.defineProperty(exports, "TextEditTool", { enumerable: true, get: function () { return TextEditTool_1.TextEditTool; } });
|
|
40
|
+
var TextEditor_1 = require("./TextEditor");
|
|
41
|
+
Object.defineProperty(exports, "TextEditor", { enumerable: true, get: function () { return TextEditor_1.TextEditor; } });
|
|
41
42
|
class QuillManager {
|
|
42
43
|
constructor() {
|
|
43
44
|
this.quill = null;
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import Quill, { Delta } from "quill";
|
|
2
|
-
import "quill/dist/quill.core.css";
|
|
2
|
+
// import "quill/dist/quill.core.css";
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
export { TextEditTool } from "./TextEditTool";
|
|
5
|
+
export { TextEditor } from "./TextEditor";
|
|
6
6
|
class QuillManager {
|
|
7
7
|
private static instance: QuillManager;
|
|
8
8
|
private quill: Quill | null = null;
|