You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@leafer-ui/data

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafer-ui/data - npm Package Compare versions

Comparing version
1.3.2
to
1.3.3
+5
-5
package.json
{
"name": "@leafer-ui/data",
"version": "1.3.2",
"version": "1.3.3",
"description": "@leafer-ui/data",

@@ -25,9 +25,9 @@ "author": "Chao (Leafer) Wan",

"dependencies": {
"@leafer/core": "1.3.2",
"@leafer-ui/external": "1.3.2"
"@leafer/core": "1.3.3",
"@leafer-ui/external": "1.3.3"
},
"devDependencies": {
"@leafer/interface": "1.3.2",
"@leafer-ui/interface": "1.3.2"
"@leafer/interface": "1.3.3",
"@leafer-ui/interface": "1.3.3"
}
}

@@ -43,2 +43,3 @@ import { INumber, IValue, IBoolean, IPathCommandData, IPathString, IPointData, IPathCommandObject } from '@leafer/interface'

public get __clipAfterFill(): boolean { const t = this as IUIData; return (t.cornerRadius || t.innerShadow || t.__pathInputed) as unknown as boolean } // 用于 __drawAfterFill()
public get __hasSurface(): boolean { const t = this as IUIData; return (t.fill || t.stroke) as unknown as boolean }

@@ -45,0 +46,0 @@ public __needComputePaint: boolean

@@ -17,2 +17,3 @@ import { INumber, IPointData, IBoolean, IValue, IPathCommandData, IPathCommandObject, IPathString } from '@leafer/interface';

get __clipAfterFill(): boolean;
get __hasSurface(): boolean;
__needComputePaint: boolean;

@@ -19,0 +20,0 @@ protected _visible?: IBoolean;