@lcap/nasl-utils
Advanced tools
Comparing version 3.13.0-beta.8 to 3.13.0-beta.9
@@ -5,4 +5,5 @@ export declare function getRelationDataMap(processV2: any, type?: string): any; | ||
*/ | ||
export declare const processFrontendLibName = "lcap_process_components_vue"; | ||
export declare const processFrontendPcLibName = "lcap_process_components_vue_pc"; | ||
export declare const processFrontendH5LibName = "lcap_process_components_vue_h5"; | ||
export declare const processBackendLibName = "lcap_process_framework"; | ||
//# sourceMappingURL=process.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.processBackendLibName = exports.processFrontendLibName = exports.getRelationDataMap = void 0; | ||
exports.processBackendLibName = exports.processFrontendH5LibName = exports.processFrontendPcLibName = exports.getRelationDataMap = void 0; | ||
// 获取子表单关联数据的映射关系 | ||
@@ -32,6 +32,7 @@ function getRelationDataMap(processV2, type = 'template') { | ||
*/ | ||
// 流程前端组件依赖库库名称 | ||
exports.processFrontendLibName = 'lcap_process_components_vue'; | ||
// 流程前端组件pc,h5依赖库库名称 | ||
exports.processFrontendPcLibName = 'lcap_process_components_vue_pc'; | ||
exports.processFrontendH5LibName = 'lcap_process_components_vue_h5'; | ||
// 流程系统逻辑依赖库名称 | ||
exports.processBackendLibName = 'lcap_process_framework'; | ||
//# sourceMappingURL=process.js.map |
@@ -92,2 +92,3 @@ /** | ||
export declare function transAssetsToRegx(assets: any[], key: string): RegExp; | ||
export declare const MediaURLOrPathRegex: RegExp; | ||
/** | ||
@@ -94,0 +95,0 @@ * 获取节点对应的注释 |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getDescription = exports.transAssetsToRegx = exports.attrConvertCamelCase = exports.sliceTagContent = exports.getLastOfPath = exports.uniqueMax = exports.unique = exports.toSnakeAllUpperCase = exports.toSnakeAllLowerCase = exports.toCamelCase = exports.toPascalCase = exports.firstLowerCase = exports.firstUpperCase = exports.Camel2Snake = exports.Camel2kebab = exports.snake2Camel = exports.kebab2Camel2 = exports.kebab2Pascal = exports.kebab2Camel = void 0; | ||
exports.getDescription = exports.MediaURLOrPathRegex = exports.transAssetsToRegx = exports.attrConvertCamelCase = exports.sliceTagContent = exports.getLastOfPath = exports.uniqueMax = exports.unique = exports.toSnakeAllUpperCase = exports.toSnakeAllLowerCase = exports.toCamelCase = exports.toPascalCase = exports.firstLowerCase = exports.firstUpperCase = exports.Camel2Snake = exports.Camel2kebab = exports.snake2Camel = exports.kebab2Camel2 = exports.kebab2Pascal = exports.kebab2Camel = void 0; | ||
/** | ||
@@ -237,2 +237,4 @@ * 中划线格式 转 驼峰格式 kebab-case -> camelCase | ||
exports.transAssetsToRegx = transAssetsToRegx; | ||
// 媒体文件的正则 | ||
exports.MediaURLOrPathRegex = /(?:https?:)?\/\/.*\.(?:png|jpg|jpeg|gif|bmp|webp|tiff|svg|ico|heic|heif|avif|mp4|mkv|mov|avi|wmv|flv|webm|m4v)|.*\.(?:png|jpg|jpeg|gif|bmp|webp|tiff|svg|ico|heic|heif|avif|mp4|mkv|mov|avi|wmv|flv|webm|m4v)$/gi; | ||
/** | ||
@@ -239,0 +241,0 @@ * 获取节点对应的注释 |
{ | ||
"name": "@lcap/nasl-utils", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.13.0-beta.8", | ||
"version": "3.13.0-beta.9", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -26,3 +26,3 @@ "main": "./out", | ||
"uuid": "8.3.2", | ||
"@lcap/nasl-types": "3.13.0-beta.8" | ||
"@lcap/nasl-types": "3.13.0-beta.9" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
138074
2166
+ Added@lcap/nasl-types@3.13.0-beta.9(transitive)
- Removed@lcap/nasl-types@3.13.0-beta.8(transitive)