@hailin-zheng/editor-core 1.1.0 → 1.1.1

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.
@@ -262,6 +262,7 @@ export declare class ViewOptions {
262
262
  enableTrackHistory: boolean;
263
263
  trackHistoryMaxLength: number;
264
264
  enableDyExpression: boolean;
265
+ showRule: boolean;
265
266
  private _fullPageView;
266
267
  get fullPageView(): boolean;
267
268
  set fullPageView(value: boolean);
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "hailin-zheng",
5
5
  "private": false,
6
6
  "license": "ISC",
7
- "version": "1.1.0",
7
+ "version": "1.1.1",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "bwip-js": "^3.0.5",