@aliyun-sls/utils
Advanced tools
Comparing version 0.2.15 to 0.2.16
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { History, BrowserHistoryBuildOptions } from 'history'; | ||
@@ -191,2 +190,4 @@ | ||
function getPrimaryTextColor(): "#e6e6e6" | "#333333"; | ||
function getChartConfigColor(): "#eeeeee" | "#555555"; | ||
function getStatproTextColor(): "#e6e6e6" | "#333333"; | ||
} | ||
@@ -295,2 +296,12 @@ | ||
declare namespace logDisplayUtil { | ||
interface getStrSliceLensProps { | ||
nowSliceStr: string; | ||
showWidth: number; | ||
fontSize?: number; | ||
fontFamily?: string; | ||
} | ||
const getStrSliceLens: ({ nowSliceStr, showWidth, fontSize, fontFamily, }: getStrSliceLensProps) => number[]; | ||
} | ||
declare function getConfig(key: any): any; | ||
@@ -1565,2 +1576,2 @@ declare const getHelpDocLink: (docAnchor: any) => string; | ||
export { _default as AliLogTracker, CloudEnvEmnu, Confirm, GraySwitchItem, ICloudEnv, absoluteTime, addMetricIndex, addRUMError, addRUMLog, addStubForSearch, addStubForUrl, alertAbsoluteAdapter, algorithmUtil, blReport, cancelRequestAnimationFrame, canvasUtil, cleanName, clzClassNameFatory, clzWrapperClassFatory, colorUtil, compareTimeFormat, componentUtil, dateObj2Str, dateObj2StrM, diamondUtil, domUtil, figureConfig, filterDashboardList, formatDate, formateBasicLink, getAlertTimeCon, getAliyunLang, getAppConfig, getConfig, getGraySwitchConfig, getGraySwitchItem, getGraySwitchValue, getHelpDocLink, getHttpsLinksAchor, getIsOpenProjectAlertEnter, getLatestTimeInfo, getLinks, getLocaleMsg, getMd, getOperationLogShipStatus, getRegionName, getRegions, getRequestAnimationFrame, getSlsHost, getStatus, getStatusByKey, history, isDescriptionGrayShow, isFeatureEnable, isFeatureUidEnable, isOpenByGraySwitch, isPrivateEnv, isValidStoreType, matchImgAddress, parseDate, parseDateEnglish, parseDateM, parseDateMEnglish, parseTimeQuery, privateExcluedProps, resetHistory, setConsoleBaseAttr, slsDataHost, start2Text, start2Time, storeTypeToTelemetryType, stringUtil, themeUtil, throttleByAnimationFrame, throttleByAnimationFrameDecorator, timeCon, timeSign2stamp, timeStamp2Chart, timeStamp2showTime, timeUtil, unitUtil, urlUtil, versionTrack, widgetHost }; | ||
export { _default as AliLogTracker, CloudEnvEmnu, Confirm, GraySwitchItem, ICloudEnv, absoluteTime, addMetricIndex, addRUMError, addRUMLog, addStubForSearch, addStubForUrl, alertAbsoluteAdapter, algorithmUtil, blReport, cancelRequestAnimationFrame, canvasUtil, cleanName, clzClassNameFatory, clzWrapperClassFatory, colorUtil, compareTimeFormat, componentUtil, dateObj2Str, dateObj2StrM, diamondUtil, domUtil, figureConfig, filterDashboardList, formatDate, formateBasicLink, getAlertTimeCon, getAliyunLang, getAppConfig, getConfig, getGraySwitchConfig, getGraySwitchItem, getGraySwitchValue, getHelpDocLink, getHttpsLinksAchor, getIsOpenProjectAlertEnter, getLatestTimeInfo, getLinks, getLocaleMsg, getMd, getOperationLogShipStatus, getRegionName, getRegions, getRequestAnimationFrame, getSlsHost, getStatus, getStatusByKey, history, isDescriptionGrayShow, isFeatureEnable, isFeatureUidEnable, isOpenByGraySwitch, isPrivateEnv, isValidStoreType, logDisplayUtil, matchImgAddress, parseDate, parseDateEnglish, parseDateM, parseDateMEnglish, parseTimeQuery, privateExcluedProps, resetHistory, setConsoleBaseAttr, slsDataHost, start2Text, start2Time, storeTypeToTelemetryType, stringUtil, themeUtil, throttleByAnimationFrame, throttleByAnimationFrameDecorator, timeCon, timeSign2stamp, timeStamp2Chart, timeStamp2showTime, timeUtil, unitUtil, urlUtil, versionTrack, widgetHost }; |
{ | ||
"name": "@aliyun-sls/utils", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "", | ||
@@ -12,5 +12,5 @@ "main": "dist/utils.cjs.js", | ||
"dependencies": { | ||
"@aliyun-sls/cons": "0.2.15", | ||
"@aliyun-sls/i18n": "0.2.15", | ||
"@aliyun-sls/runtime": "0.2.15", | ||
"@aliyun-sls/cons": "0.2.16", | ||
"@aliyun-sls/i18n": "0.2.16", | ||
"@aliyun-sls/runtime": "0.2.16", | ||
"highlight.js": "^10.6.0", | ||
@@ -17,0 +17,0 @@ "history": "^4.9.0", |
Sorry, the diff of this file is too big to display
199656
6365
+ Added@aliyun-sls/cons@0.2.16(transitive)
+ Added@aliyun-sls/i18n@0.2.16(transitive)
+ Added@aliyun-sls/runtime@0.2.16(transitive)
- Removed@aliyun-sls/cons@0.2.15(transitive)
- Removed@aliyun-sls/i18n@0.2.15(transitive)
- Removed@aliyun-sls/runtime@0.2.15(transitive)
Updated@aliyun-sls/cons@0.2.16
Updated@aliyun-sls/i18n@0.2.16
Updated@aliyun-sls/runtime@0.2.16