@creatorsn/powereditor3 0.1.2 → 0.1.5
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/powereditor3.js +20 -6
- package/dist/powereditor3.umd.cjs +72 -72
- package/dist/types/editor/index.d.ts +5 -0
- package/dist/types/editor/src/components/bubbleToolBar.vue.d.ts +2 -0
- package/dist/types/editor/src/components/toolBar.vue.d.ts +2 -0
- package/dist/types/editor/src/index.vue.d.ts +5 -0
- package/package.json +1 -1
|
@@ -92,6 +92,7 @@ export declare const PowerEditor: {
|
|
|
92
92
|
};
|
|
93
93
|
}, {
|
|
94
94
|
formatPainterStatus(): any;
|
|
95
|
+
showFormatPainter(): void;
|
|
95
96
|
}, {
|
|
96
97
|
init(): void;
|
|
97
98
|
eventInit(): void;
|
|
@@ -164,6 +165,8 @@ export declare const PowerEditor: {
|
|
|
164
165
|
f: string;
|
|
165
166
|
b: string;
|
|
166
167
|
};
|
|
168
|
+
formatPainterStatus(): any;
|
|
169
|
+
showFormatPainter(): void;
|
|
167
170
|
}, {
|
|
168
171
|
getTitle(name: any): any;
|
|
169
172
|
getForeground(state: any, color?: {
|
|
@@ -1082,6 +1085,8 @@ export declare const PowerEditor: {
|
|
|
1082
1085
|
f: string;
|
|
1083
1086
|
b: string;
|
|
1084
1087
|
};
|
|
1088
|
+
formatPainterStatus(): any;
|
|
1089
|
+
showFormatPainter(): void;
|
|
1085
1090
|
}, {
|
|
1086
1091
|
getTitle(name: any): any;
|
|
1087
1092
|
getForeground(state: any, color?: {
|
|
@@ -87,6 +87,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
87
87
|
};
|
|
88
88
|
}, {
|
|
89
89
|
formatPainterStatus(): any;
|
|
90
|
+
showFormatPainter(): void;
|
|
90
91
|
}, {
|
|
91
92
|
init(): void;
|
|
92
93
|
eventInit(): void;
|
|
@@ -159,6 +160,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
159
160
|
f: string;
|
|
160
161
|
b: string;
|
|
161
162
|
};
|
|
163
|
+
formatPainterStatus(): any;
|
|
164
|
+
showFormatPainter(): void;
|
|
162
165
|
}, {
|
|
163
166
|
getTitle(name: any): any;
|
|
164
167
|
getForeground(state: any, color?: {
|
|
@@ -1077,6 +1080,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{}, {
|
|
|
1077
1080
|
f: string;
|
|
1078
1081
|
b: string;
|
|
1079
1082
|
};
|
|
1083
|
+
formatPainterStatus(): any;
|
|
1084
|
+
showFormatPainter(): void;
|
|
1080
1085
|
}, {
|
|
1081
1086
|
getTitle(name: any): any;
|
|
1082
1087
|
getForeground(state: any, color?: {
|