ct-rich-text-editor 1.3.19 → 1.3.21
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/assets/style.css +8 -7
- package/dist/{html2pdf.bundle-a30dde70.js → html2pdf.bundle-0b180070.js} +2 -2
- package/dist/{html2pdf.bundle-a30dde70.js.map → html2pdf.bundle-0b180070.js.map} +1 -1
- package/dist/{html2pdf.bundle.min-f1b4a78e.js → html2pdf.bundle.min-08b31c1f.js} +2 -2
- package/dist/{html2pdf.bundle.min-f1b4a78e.js.map → html2pdf.bundle.min-08b31c1f.js.map} +1 -1
- package/dist/{index-23abcbd9.js → index-6360d552.js} +963 -73
- package/dist/index-6360d552.js.map +1 -0
- package/dist/{index-afa4eda8.js → index-68135c09.js} +3 -11
- package/dist/{index-afa4eda8.js.map → index-68135c09.js.map} +1 -1
- package/dist/{index-913b3634.js → index-8bcb5b47.js} +3 -11
- package/dist/{index-913b3634.js.map → index-8bcb5b47.js.map} +1 -1
- package/dist/index.js +2 -10
- package/dist/index.js.map +1 -1
- package/dist/plugins/AndroidKeyboardFixPlugin.d.ts +16 -0
- package/dist/plugins/CodeBlockNormalizerPlugin.d.ts +8 -0
- package/dist/plugins/CodeBlockSelectAllPlugin.d.ts +8 -0
- package/dist/utils/editorStyleConverter.d.ts +1 -0
- package/package.json +1 -1
- package/dist/index-23abcbd9.js.map +0 -1
|
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value) => {
|
|
|
4
4
|
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
5
|
return value;
|
|
6
6
|
};
|
|
7
|
-
import { g as getDefaultExportFromCjs, c as commonjsGlobal } from "./index-
|
|
7
|
+
import { g as getDefaultExportFromCjs, c as commonjsGlobal } from "./index-6360d552.js";
|
|
8
8
|
function _mergeNamespaces(n, m) {
|
|
9
9
|
for (var i = 0; i < m.length; i++) {
|
|
10
10
|
const e = m[i];
|
|
@@ -21984,4 +21984,4 @@ const html2pdf_bundle_min$1 = /* @__PURE__ */ _mergeNamespaces({
|
|
|
21984
21984
|
export {
|
|
21985
21985
|
html2pdf_bundle_min$1 as h
|
|
21986
21986
|
};
|
|
21987
|
-
//# sourceMappingURL=html2pdf.bundle.min-
|
|
21987
|
+
//# sourceMappingURL=html2pdf.bundle.min-08b31c1f.js.map
|