@nasl/types 0.1.8-beta → 0.1.8-beta.1

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/nasl.ui.ast.d.ts CHANGED
@@ -277,11 +277,11 @@ export interface PropDeclaration {
277
277
  /**
278
278
  * 不允许该组件在逻辑中设置
279
279
  */
280
- unsettable: boolean;
280
+ unsettable?: boolean;
281
281
  /**
282
282
  * 该属性是否为数据源
283
283
  */
284
- isDataSource: boolean;
284
+ isDataSource?: boolean;
285
285
  /**
286
286
  * 工具提示链接
287
287
  */
@@ -255,8 +255,6 @@
255
255
  "group",
256
256
  "tsType",
257
257
  "sync",
258
- "unsettable",
259
- "isDataSource",
260
258
  "bindHide",
261
259
  "bindOpen",
262
260
  "tabKind",
@@ -182,11 +182,11 @@ declare namespace nasl.ui {
182
182
  /**
183
183
  * 不允许该组件在逻辑中设置
184
184
  */
185
- unsettable: boolean;
185
+ unsettable?: boolean;
186
186
  /**
187
187
  * 该属性是否为数据源
188
188
  */
189
- isDataSource: boolean;
189
+ isDataSource?: boolean;
190
190
  /**
191
191
  * 工具提示链接
192
192
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nasl/types",
3
- "version": "0.1.8-beta",
3
+ "version": "0.1.8-beta.1",
4
4
  "description": "NASL types for TypeScript Declaration",
5
5
  "main": "index.d.ts",
6
6
  "scripts": {