@lcap/nasl-concepts 4.3.0-rc.4 → 4.4.0-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/out/common/BaseNode.d.ts.map +1 -1
- package/out/common/BaseNode.js +0 -6
- package/out/common/BaseNode.js.map +1 -1
- package/out/concepts/App__.js +1 -1
- package/out/concepts/App__.js.map +1 -1
- package/out/concepts/BindAttribute__.d.ts +1 -0
- package/out/concepts/BindAttribute__.d.ts.map +1 -1
- package/out/concepts/BindAttribute__.js +56 -2
- package/out/concepts/BindAttribute__.js.map +1 -1
- package/out/concepts/BindDirective__.d.ts +1 -0
- package/out/concepts/BindDirective__.d.ts.map +1 -1
- package/out/concepts/BindDirective__.js +25 -1
- package/out/concepts/BindDirective__.js.map +1 -1
- package/out/concepts/BindEvent__.d.ts +2 -1
- package/out/concepts/BindEvent__.d.ts.map +1 -1
- package/out/concepts/BindEvent__.js +56 -2
- package/out/concepts/BindEvent__.js.map +1 -1
- package/out/concepts/BindStyle__.d.ts.map +1 -1
- package/out/concepts/BindStyle__.js +2 -1
- package/out/concepts/BindStyle__.js.map +1 -1
- package/out/concepts/CSSRule__.d.ts +2 -0
- package/out/concepts/CSSRule__.d.ts.map +1 -1
- package/out/concepts/CSSRule__.js +18 -0
- package/out/concepts/CSSRule__.js.map +1 -1
- package/out/concepts/CallLogic__.js +3 -3
- package/out/concepts/CallLogic__.js.map +1 -1
- package/out/concepts/CallQueryComponent__.d.ts.map +1 -1
- package/out/concepts/CallQueryComponent__.js +4 -2
- package/out/concepts/CallQueryComponent__.js.map +1 -1
- package/out/concepts/DataSource__.d.ts.map +1 -1
- package/out/concepts/DataSource__.js +4 -1
- package/out/concepts/DataSource__.js.map +1 -1
- package/out/concepts/Destination__.js +5 -5
- package/out/concepts/Destination__.js.map +1 -1
- package/out/concepts/End__.d.ts.map +1 -1
- package/out/concepts/End__.js +32 -30
- package/out/concepts/End__.js.map +1 -1
- package/out/concepts/Frontend__.d.ts.map +1 -1
- package/out/concepts/Frontend__.js +22 -11
- package/out/concepts/Frontend__.js.map +1 -1
- package/out/concepts/IfStatement__.js +2 -2
- package/out/concepts/IfStatement__.js.map +1 -1
- package/out/concepts/Interface__.d.ts.map +1 -1
- package/out/concepts/Interface__.js +3 -1
- package/out/concepts/Interface__.js.map +1 -1
- package/out/concepts/Logic__.d.ts.map +1 -1
- package/out/concepts/Logic__.js +26 -13
- package/out/concepts/Logic__.js.map +1 -1
- package/out/concepts/MatchCase__.js +1 -1
- package/out/concepts/MatchCase__.js.map +1 -1
- package/out/concepts/Match__.js +1 -1
- package/out/concepts/Match__.js.map +1 -1
- package/out/concepts/MemberExpression__.d.ts.map +1 -1
- package/out/concepts/MemberExpression__.js +3 -0
- package/out/concepts/MemberExpression__.js.map +1 -1
- package/out/concepts/MetadataType__.js +1 -1
- package/out/concepts/MetadataType__.js.map +1 -1
- package/out/concepts/Param__.d.ts +1 -1
- package/out/concepts/Param__.d.ts.map +1 -1
- package/out/concepts/Param__.js +3 -3
- package/out/concepts/Param__.js.map +1 -1
- package/out/concepts/QuerySelectExpression__.js +1 -1
- package/out/concepts/QuerySelectExpression__.js.map +1 -1
- package/out/concepts/SwitchCase__.js +1 -1
- package/out/concepts/SwitchCase__.js.map +1 -1
- package/out/concepts/Theme__.d.ts +3 -0
- package/out/concepts/Theme__.d.ts.map +1 -1
- package/out/concepts/Theme__.js +28 -0
- package/out/concepts/Theme__.js.map +1 -1
- package/out/concepts/TypeAnnotation__.d.ts.map +1 -1
- package/out/concepts/TypeAnnotation__.js +5 -3
- package/out/concepts/TypeAnnotation__.js.map +1 -1
- package/out/concepts/ViewElement__.d.ts +3 -0
- package/out/concepts/ViewElement__.d.ts.map +1 -1
- package/out/concepts/ViewElement__.js +118 -3
- package/out/concepts/ViewElement__.js.map +1 -1
- package/out/concepts/View__.d.ts +3 -1
- package/out/concepts/View__.d.ts.map +1 -1
- package/out/concepts/View__.js +207 -143
- package/out/concepts/View__.js.map +1 -1
- package/out/concepts/basics/stdlib/sqlFunctions.json +5797 -0
- package/out/service/getConnector.d.ts.map +1 -1
- package/out/service/getConnector.js.map +1 -1
- package/out/service/getMemberIdentifier.d.ts.map +1 -1
- package/out/service/getMemberIdentifier.js +3 -0
- package/out/service/getMemberIdentifier.js.map +1 -1
- package/out/service/getSqlFunction.d.ts +63 -0
- package/out/service/getSqlFunction.d.ts.map +1 -0
- package/out/service/getSqlFunction.js +35 -0
- package/out/service/getSqlFunction.js.map +1 -0
- package/out/service/index.d.ts +1 -0
- package/out/service/index.d.ts.map +1 -1
- package/out/service/index.js +1 -0
- package/out/service/index.js.map +1 -1
- package/out/utils/bak-translator/composition.d.ts +1 -1
- package/out/utils/bak-translator/composition.d.ts.map +1 -1
- package/out/utils/bak-translator/composition.js +40 -22
- package/out/utils/bak-translator/composition.js.map +1 -1
- package/out/utils/bak-translator/legacy.d.ts.map +1 -1
- package/out/utils/bak-translator/legacy.js +15 -2
- package/out/utils/bak-translator/legacy.js.map +1 -1
- package/package.json +8 -7
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.