@cgboiler/biz-basic 1.0.20 → 1.0.22

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/es/index.d.ts CHANGED
@@ -5,6 +5,6 @@ declare namespace _default {
5
5
  }
6
6
  export default _default;
7
7
  export function install(app: any): void;
8
- export const version: "1.0.19";
8
+ export const version: "1.0.21";
9
9
  import RichTextEditor from './rich-text-editor';
10
10
  export { RichTextEditor };
package/es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import RichTextEditor from "./rich-text-editor";
2
- const version = "1.0.19";
2
+ const version = "1.0.21";
3
3
  function install(app) {
4
4
  const components = [
5
5
  RichTextEditor
@@ -27,10 +27,12 @@ var stdin_default = defineComponent({
27
27
  editor: editor2
28
28
  }) => {
29
29
  if (props.editable === false) {
30
- nextTick(() => {
31
- var _a, _b, _c;
32
- (_c = (_b = (_a = editor2 == null ? void 0 : editor2.options) == null ? void 0 : _a.element) == null ? void 0 : _b.querySelector(".tiptap")) == null ? void 0 : _c.setAttribute("contenteditable", "false");
33
- });
30
+ setTimeout(() => {
31
+ nextTick(() => {
32
+ var _a, _b, _c;
33
+ (_c = (_b = (_a = editor2 == null ? void 0 : editor2.options) == null ? void 0 : _a.element) == null ? void 0 : _b.querySelector(".tiptap")) == null ? void 0 : _c.setAttribute("contenteditable", "false");
34
+ });
35
+ }, 500);
34
36
  }
35
37
  },
36
38
  onUpdate: ({
package/lib/index.d.ts CHANGED
@@ -5,6 +5,6 @@ declare namespace _default {
5
5
  }
6
6
  export default _default;
7
7
  export function install(app: any): void;
8
- export const version: "1.0.19";
8
+ export const version: "1.0.21";
9
9
  import RichTextEditor from './rich-text-editor';
10
10
  export { RichTextEditor };
package/lib/index.js CHANGED
@@ -36,7 +36,7 @@ __export(stdin_exports, {
36
36
  module.exports = __toCommonJS(stdin_exports);
37
37
  var import_rich_text_editor = __toESM(require("./rich-text-editor"));
38
38
  __reExport(stdin_exports, require("./rich-text-editor"), module.exports);
39
- const version = "1.0.19";
39
+ const version = "1.0.21";
40
40
  function install(app) {
41
41
  const components = [
42
42
  import_rich_text_editor.default
@@ -49,10 +49,12 @@ var stdin_default = (0, import_vue2.defineComponent)({
49
49
  editor: editor2
50
50
  }) => {
51
51
  if (props.editable === false) {
52
- (0, import_vue2.nextTick)(() => {
53
- var _a, _b, _c;
54
- (_c = (_b = (_a = editor2 == null ? void 0 : editor2.options) == null ? void 0 : _a.element) == null ? void 0 : _b.querySelector(".tiptap")) == null ? void 0 : _c.setAttribute("contenteditable", "false");
55
- });
52
+ setTimeout(() => {
53
+ (0, import_vue2.nextTick)(() => {
54
+ var _a, _b, _c;
55
+ (_c = (_b = (_a = editor2 == null ? void 0 : editor2.options) == null ? void 0 : _a.element) == null ? void 0 : _b.querySelector(".tiptap")) == null ? void 0 : _c.setAttribute("contenteditable", "false");
56
+ });
57
+ }, 500);
56
58
  }
57
59
  },
58
60
  onUpdate: ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cgboiler/biz-basic",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",