gs-bim-air 1.6.1-beta.74 → 1.6.1-beta.76

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,8 +1,15 @@
1
1
  ## BIMAir 更新日志
2
2
 
3
- ### 1.6.1-beta.74
3
+ ### 1.6.1-beta.76
4
+
5
+ - fix: 修改打包配置后无法识别 ViewerWrapper
6
+
7
+ ### 1.6.1-beta.75
4
8
 
5
9
  - fix: 批注由 svg 改为 Fabric 绘制
10
+
11
+ ### 1.6.1-beta.74
12
+
6
13
  - fix: 修复填挖方
7
14
 
8
15
  ### 1.6.1-beta.73
@@ -32,7 +32,6 @@
32
32
  ### Methods
33
33
 
34
34
  - [addViewPoint](ViewPointPanel.md#addviewpoint)
35
- - [clearMarkup](ViewPointPanel.md#clearmarkup)
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
- ### clearMarkup
249
-
250
- ▸ **clearMarkup**(): `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`