gs-bim-air 1.6.1-beta.73 → 1.6.1-beta.75

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.
package/README.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## BIMAir 更新日志
2
2
 
3
+ ### 1.6.1-beta.75
4
+
5
+ - fix: 批注由 svg 改为 Fabric 绘制
6
+
7
+ ### 1.6.1-beta.74
8
+
9
+ - fix: 修复填挖方
10
+
3
11
  ### 1.6.1-beta.73
4
12
 
5
13
  - fix: 修复批注不销毁问题
@@ -32,7 +32,6 @@
32
32
  ### Methods
33
33
 
34
34
  - [addViewPoint](ViewPointPanel.md#addviewpoint)
35
- - [clearMarkups](ViewPointPanel.md#clearmarkups)
36
35
  - [deleteViewPointById](ViewPointPanel.md#deleteviewpointbyid)
37
36
  - [deleteViewPointByIndex](ViewPointPanel.md#deleteviewpointbyindex)
38
37
  - [getCurrentViewPoint](ViewPointPanel.md#getcurrentviewpoint)
@@ -245,16 +244,6 @@ Panel.visible
245
244
 
246
245
  ___
247
246
 
248
- ### clearMarkups
249
-
250
- ▸ **clearMarkups**(): `void`
251
-
252
- #### Returns
253
-
254
- `void`
255
-
256
- ___
257
-
258
247
  ### deleteViewPointById
259
248
 
260
249
  ▸ **deleteViewPointById**(`id`): `Promise`<`any`\>
@@ -12,7 +12,6 @@
12
12
  - [elementId](ViewerOptions.md#elementid)
13
13
  - [events](ViewerOptions.md#events)
14
14
  - [fileService](ViewerOptions.md#fileservice)
15
- - [isFreeze](ViewerOptions.md#isfreeze)
16
15
  - [isShowLoading](ViewerOptions.md#isshowloading)
17
16
  - [modelService](ViewerOptions.md#modelservice)
18
17
  - [renderingOptions](ViewerOptions.md#renderingoptions)
@@ -41,11 +40,6 @@ ___
41
40
 
42
41
  | Name | Type | Description |
43
42
  | :------ | :------ | :------ |
44
- | `bottomToolbar?` | { `markup?`: { `color?`: `string` ; `visible?`: `boolean` ; `width?`: `number` } } | 底部工具栏配置 |
45
- | `bottomToolbar.markup?` | { `color?`: `string` ; `visible?`: `boolean` ; `width?`: `number` } | - |
46
- | `bottomToolbar.markup.color?` | `string` | - |
47
- | `bottomToolbar.markup.visible?` | `boolean` | - |
48
- | `bottomToolbar.markup.width?` | `number` | - |
49
43
  | `bottomToolbarButtons?` | { `active`: `boolean` ; `clickFun`: () => `void` ; `icon`: `string` ; `title`: `string` }[] | 底部工具栏配置 |
50
44
  | `compass?` | { `position?`: {} ; `visible?`: `boolean` } | 罗盘配置 |
51
45
  | `compass.position?` | {} | - |
@@ -124,14 +118,6 @@ ___
124
118
 
125
119
  ___
126
120
 
127
- ### isFreeze
128
-
129
- • `Optional` **isFreeze**: `boolean`
130
-
131
- 是否禁用viewer的pointerEvent
132
-
133
- ___
134
-
135
121
  ### isShowLoading
136
122
 
137
123
  • `Optional` **isShowLoading**: `boolean`