Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@manycore/custom-ksg-viewer-sdk

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@manycore/custom-ksg-viewer-sdk - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

38

index.d.ts

@@ -61,2 +61,5 @@ /**

config: ServiceConfig;
[ServiceProperties]: any;
__INTERNAL__propertyGet(key: string): any;
__INTERNAL__propertySet(key: string, value: any): void;
}

@@ -121,9 +124,2 @@

/**
* 重置相机视角
* @example
* ```typescript
* app.cameraService.resetPerspective()
* ```
*/
/**
* 更新相机类型

@@ -355,2 +351,13 @@ * 切换至正交相机视角

export declare enum EHighlightType {
/**
* 整体高亮
*/
BOX = 'box',
/**
* 线框高亮
*/
WIREFRAME = 'wireframe'
}
/**

@@ -503,9 +510,2 @@ * 交互模式

/**
* 获取场景内展示的配件
* @example
*```typescript
* app.fittingViewerService.getFittings();
* ```
*/
/**
* 全量替换场景内的配件

@@ -571,3 +571,6 @@ * @example

* 高亮指定模型
* @param options
* @param options[].id 模型id
* @param options[].type 高亮类型:默认整体高亮
* @param options[].color 高亮颜色:默认`#c7ff8e`
* @param options[].opacity 高亮不透明度: 默认0.4
* @param isExclusive 是否全量替换原本的高亮对象 默认`true`

@@ -581,2 +584,3 @@ * @example

id: string;
type?: EHighlightType;
color?: number | string;

@@ -1392,3 +1396,3 @@ opacity?: number;

export declare type IViewOption = IDesignViewOption | IAuditDesignViewOption | IOrderViewOption
export declare type IViewOption = IDesignViewOption | IAuditDesignViewOption | IOrderViewOption;

@@ -1930,2 +1934,4 @@ /**

declare const ServiceProperties: unique symbol;
/**

@@ -1932,0 +1938,0 @@ * 样式属性对象

{
"name": "@manycore/custom-ksg-viewer-sdk",
"version": "1.1.8",
"version": "1.1.9",
"description": "custom-ksg-view-sdk",

@@ -5,0 +5,0 @@ "author": "白酒 <baijiu@hequnmail.com>",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc