@agile_jy/word-editor 0.0.7 → 0.0.9
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.
|
@@ -159,6 +159,15 @@ export interface IFormInputImage {
|
|
|
159
159
|
type?: string;
|
|
160
160
|
checked?: boolean;
|
|
161
161
|
label?: string;
|
|
162
|
+
elemType?: string;
|
|
163
|
+
overLayType?: string;
|
|
164
|
+
picFillType?: string;
|
|
165
|
+
txtFillType?: string;
|
|
166
|
+
secretNums?: string;
|
|
167
|
+
richTxtSecretInfo?: string;
|
|
168
|
+
secretType?: string;
|
|
169
|
+
txtRowAutoFlag?: string;
|
|
170
|
+
txtEditFlag?: string;
|
|
162
171
|
}
|
|
163
172
|
export type IImageElement = IImageBasic & IImageRule & IFormImage;
|
|
164
173
|
export interface IBlockElement {
|
package/package.json
CHANGED