@nasl/types 0.1.8-beta.2 → 0.1.8-beta.3
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 +2 -2
- package/nasl.ui.ast.schema.json +2 -2
- package/nasl.ui.options.d.ts +2 -2
- package/package.json +1 -1
package/nasl.ui.ast.d.ts
CHANGED
package/nasl.ui.ast.schema.json
CHANGED
|
@@ -191,9 +191,9 @@
|
|
|
191
191
|
"type": "boolean",
|
|
192
192
|
"description": "是否将任意类型隐式转换成String\n\n仅在属性类型为 string(不包括字符串枚举)的情况下,且 sync 为 falsy 时可配置"
|
|
193
193
|
},
|
|
194
|
-
"
|
|
194
|
+
"settable": {
|
|
195
195
|
"type": "boolean",
|
|
196
|
-
"description": "
|
|
196
|
+
"description": "允许该组件在逻辑中设置"
|
|
197
197
|
},
|
|
198
198
|
"isDataSource": {
|
|
199
199
|
"type": "boolean",
|
package/nasl.ui.options.d.ts
CHANGED