@aliyun-sls/cons
Advanced tools
Comparing version
@@ -844,2 +844,11 @@ 'use strict'; | ||
const textHighlight = { | ||
textColor: "#ff0000" | ||
}; | ||
const mlHighlight = { | ||
Variable: { | ||
background: "#ffff00" | ||
} | ||
}; | ||
exports.ExcludedIntelliSenseTriggerKeys = ExcludedIntelliSenseTriggerKeys; | ||
@@ -867,2 +876,3 @@ exports.OfficialClusters = OfficialClusters; | ||
exports.isZHTWLang = isZHTWLang; | ||
exports.mlHighlight = mlHighlight; | ||
exports.newAppConfig = newAppConfig; | ||
@@ -872,3 +882,4 @@ exports.notMaintainedDashboards = notMaintainedDashboards; | ||
exports.supportRegion = supportRegion; | ||
exports.textHighlight = textHighlight; | ||
exports.zhLangDashboards = zhLangDashboards; | ||
//# sourceMappingURL=constants.cjs.js.map |
@@ -136,2 +136,11 @@ declare const slsVariablesService: { | ||
export { ExcludedIntelliSenseTriggerKeys, OfficialClusters, allClusters, cleanName, clusterRegion, filterLangDashboards, getClusterAzStatus, getDCDNStatus, getEtlEndPoint, getFeatureClusterAzs, getMetricRegions, getProjectCluster, getRegion, getRegionName, internalCnDashboards, internalDashboards, internalEnDashboards, internalJpDashboards, isENLang, isJP, isJPLang, isZHLang, isZHTWLang, newAppConfig, notMaintainedDashboards, slsVariablesService, supportRegion, zhLangDashboards }; | ||
declare const textHighlight: { | ||
textColor: string; | ||
}; | ||
declare const mlHighlight: { | ||
Variable: { | ||
background: string; | ||
}; | ||
}; | ||
export { ExcludedIntelliSenseTriggerKeys, OfficialClusters, allClusters, cleanName, clusterRegion, filterLangDashboards, getClusterAzStatus, getDCDNStatus, getEtlEndPoint, getFeatureClusterAzs, getMetricRegions, getProjectCluster, getRegion, getRegionName, internalCnDashboards, internalDashboards, internalEnDashboards, internalJpDashboards, isENLang, isJP, isJPLang, isZHLang, isZHTWLang, mlHighlight, newAppConfig, notMaintainedDashboards, slsVariablesService, supportRegion, textHighlight, zhLangDashboards }; |
{ | ||
"name": "@aliyun-sls/cons", | ||
"version": "0.3.7-dev-1", | ||
"version": "0.3.7-dev-10", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "main": "dist/constants.cjs.js", | ||
"dependencies": { | ||
"@aliyun-sls/i18n": "0.3.7-dev-1", | ||
"@aliyun-sls/i18n": "0.3.7-dev-10", | ||
"js-cookie": "^2.2.0", | ||
@@ -15,0 +15,0 @@ "lodash": "^4.17.21" |
43222
0.85%1030
1.78%+ Added
- Removed