@creatorsn/powereditor3 0.1.17 → 0.1.18

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.
@@ -93,7 +93,7 @@ export declare const PowerEditor: {
93
93
  };
94
94
  }, {
95
95
  formatPainterStatus(): any;
96
- showFormatPainter(): void;
96
+ showFormatPainter(): boolean;
97
97
  }, {
98
98
  init(): void;
99
99
  eventInit(): void;
@@ -167,7 +167,7 @@ export declare const PowerEditor: {
167
167
  b: string;
168
168
  };
169
169
  formatPainterStatus(): any;
170
- showFormatPainter(): void;
170
+ showFormatPainter(): boolean;
171
171
  }, {
172
172
  getTitle(name: any): any;
173
173
  getForeground(state: any, color?: {
@@ -1087,7 +1087,7 @@ export declare const PowerEditor: {
1087
1087
  b: string;
1088
1088
  };
1089
1089
  formatPainterStatus(): any;
1090
- showFormatPainter(): void;
1090
+ showFormatPainter(): boolean;
1091
1091
  }, {
1092
1092
  getTitle(name: any): any;
1093
1093
  getForeground(state: any, color?: {
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
28
28
  b: string;
29
29
  };
30
30
  formatPainterStatus(): any;
31
- showFormatPainter(): void;
31
+ showFormatPainter(): boolean;
32
32
  }, {
33
33
  getTitle(name: any): any;
34
34
  getForeground(state: any, color?: {
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
37
37
  b: string;
38
38
  };
39
39
  formatPainterStatus(): any;
40
- showFormatPainter(): void;
40
+ showFormatPainter(): boolean;
41
41
  }, {
42
42
  getTitle(name: any): any;
43
43
  getForeground(state: any, color?: {
@@ -88,7 +88,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
88
88
  };
89
89
  }, {
90
90
  formatPainterStatus(): any;
91
- showFormatPainter(): void;
91
+ showFormatPainter(): boolean;
92
92
  }, {
93
93
  init(): void;
94
94
  eventInit(): void;
@@ -162,7 +162,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
162
162
  b: string;
163
163
  };
164
164
  formatPainterStatus(): any;
165
- showFormatPainter(): void;
165
+ showFormatPainter(): boolean;
166
166
  }, {
167
167
  getTitle(name: any): any;
168
168
  getForeground(state: any, color?: {
@@ -1082,7 +1082,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
1082
1082
  b: string;
1083
1083
  };
1084
1084
  formatPainterStatus(): any;
1085
- showFormatPainter(): void;
1085
+ showFormatPainter(): boolean;
1086
1086
  }, {
1087
1087
  getTitle(name: any): any;
1088
1088
  getForeground(state: any, color?: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@creatorsn/powereditor3",
3
3
  "private": false,
4
- "version": "0.1.17",
4
+ "version": "0.1.18",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },