@leafer-ui/display 1.6.3 → 1.6.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.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/src/Text.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leafer-ui/display",
3
- "version": "1.6.3",
3
+ "version": "1.6.5",
4
4
  "description": "@leafer-ui/display",
5
5
  "author": "Chao (Leafer) Wan",
6
6
  "license": "MIT",
@@ -22,14 +22,14 @@
22
22
  "leaferjs"
23
23
  ],
24
24
  "dependencies": {
25
- "@leafer/core": "1.6.3",
26
- "@leafer-ui/data": "1.6.3",
27
- "@leafer-ui/display-module": "1.6.3",
28
- "@leafer-ui/decorator": "1.6.3",
29
- "@leafer-ui/external": "1.6.3"
25
+ "@leafer/core": "1.6.5",
26
+ "@leafer-ui/data": "1.6.5",
27
+ "@leafer-ui/display-module": "1.6.5",
28
+ "@leafer-ui/decorator": "1.6.5",
29
+ "@leafer-ui/external": "1.6.5"
30
30
  },
31
31
  "devDependencies": {
32
- "@leafer/interface": "1.6.3",
33
- "@leafer-ui/interface": "1.6.3"
32
+ "@leafer/interface": "1.6.5",
33
+ "@leafer-ui/interface": "1.6.5"
34
34
  }
35
35
  }
package/src/Text.ts CHANGED
@@ -95,7 +95,7 @@ export class Text extends UI implements IText {
95
95
  @boundsType('show')
96
96
  public textOverflow?: IOverflow | string
97
97
 
98
- // @leafer-in/text-editor rewrite
98
+ @surfaceType(false)
99
99
  public textEditing: boolean
100
100
 
101
101
  public isOverflow: boolean