@midscene/visualizer 1.8.7-beta-20260528070149.0 → 1.8.7
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/dist/es/index.mjs +2 -2
- package/dist/lib/index.js +4 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +5 -5
package/dist/es/index.mjs
CHANGED
|
@@ -17,9 +17,9 @@ import { Player } from "./component/player/index.mjs";
|
|
|
17
17
|
import { Blackboard } from "./component/blackboard/index.mjs";
|
|
18
18
|
import screenshot_viewer from "./component/screenshot-viewer/index.mjs";
|
|
19
19
|
import { actionNameForType, getPlaceholderForType, staticAgentFromContext } from "./utils/playground-utils.mjs";
|
|
20
|
-
import { filterBase64Value, notifyError, timeStr } from "./utils/index.mjs";
|
|
20
|
+
import { filterBase64Value, fullTimeStrWithMilliseconds, notifyError, timeStr } from "./utils/index.mjs";
|
|
21
21
|
import shiny_text from "./component/shiny-text/index.mjs";
|
|
22
22
|
import universal_playground, { UniversalPlayground } from "./component/universal-playground/index.mjs";
|
|
23
23
|
import { IndexedDBStorageProvider, LocalStorageProvider, MemoryStorageProvider, NoOpStorageProvider, StorageType, createStorageProvider, detectBestStorageType } from "./component/universal-playground/providers/storage-provider.mjs";
|
|
24
24
|
import { AgentContextProvider, BaseContextProvider, NoOpContextProvider, StaticContextProvider } from "./component/universal-playground/providers/context-provider.mjs";
|
|
25
|
-
export { AgentContextProvider, BaseContextProvider, Blackboard, ContextPreview, EnvConfig, EnvConfigReminder, IndexedDBStorageProvider, LocalStorageProvider, Logo, MemoryStorageProvider, NavActions, NoOpContextProvider, NoOpStorageProvider, Player, PlaygroundResultView, PromptInput, screenshot_viewer as ScreenshotViewer, ServiceModeControl, shiny_text as ShinyText, StaticContextProvider, StorageType, UniversalPlayground, universal_playground as UniversalPlaygroundDefault, actionNameForType, allScriptsFromDump, colorForName, createStorageProvider, detectBestStorageType, extractDumpMetaInfo, filterBase64Value, generateAnimationScripts, getPlaceholderForType, globalThemeConfig, highlightColorForType, iconForStatus, notifyError, safeOverrideAIConfig, staticAgentFromContext, timeCostStrElement, timeStr, useEnvConfig, useGlobalPreference, useSafeOverrideAIConfig, useServerValid, useTheme };
|
|
25
|
+
export { AgentContextProvider, BaseContextProvider, Blackboard, ContextPreview, EnvConfig, EnvConfigReminder, IndexedDBStorageProvider, LocalStorageProvider, Logo, MemoryStorageProvider, NavActions, NoOpContextProvider, NoOpStorageProvider, Player, PlaygroundResultView, PromptInput, screenshot_viewer as ScreenshotViewer, ServiceModeControl, shiny_text as ShinyText, StaticContextProvider, StorageType, UniversalPlayground, universal_playground as UniversalPlaygroundDefault, actionNameForType, allScriptsFromDump, colorForName, createStorageProvider, detectBestStorageType, extractDumpMetaInfo, filterBase64Value, fullTimeStrWithMilliseconds, generateAnimationScripts, getPlaceholderForType, globalThemeConfig, highlightColorForType, iconForStatus, notifyError, safeOverrideAIConfig, staticAgentFromContext, timeCostStrElement, timeStr, useEnvConfig, useGlobalPreference, useSafeOverrideAIConfig, useServerValid, useTheme };
|
package/dist/lib/index.js
CHANGED
|
@@ -42,13 +42,14 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
42
42
|
detectBestStorageType: ()=>storage_provider_js_namespaceObject.detectBestStorageType,
|
|
43
43
|
StaticContextProvider: ()=>context_provider_js_namespaceObject.StaticContextProvider,
|
|
44
44
|
colorForName: ()=>color_js_namespaceObject.colorForName,
|
|
45
|
-
|
|
45
|
+
fullTimeStrWithMilliseconds: ()=>external_utils_index_js_namespaceObject.fullTimeStrWithMilliseconds,
|
|
46
46
|
useSafeOverrideAIConfig: ()=>useSafeOverrideAIConfig_js_namespaceObject.useSafeOverrideAIConfig,
|
|
47
47
|
BaseContextProvider: ()=>context_provider_js_namespaceObject.BaseContextProvider,
|
|
48
48
|
PlaygroundResultView: ()=>playground_result_index_js_namespaceObject.PlaygroundResultView,
|
|
49
49
|
safeOverrideAIConfig: ()=>useSafeOverrideAIConfig_js_namespaceObject.safeOverrideAIConfig,
|
|
50
50
|
highlightColorForType: ()=>color_js_namespaceObject.highlightColorForType,
|
|
51
51
|
useGlobalPreference: ()=>store_js_namespaceObject.useGlobalPreference,
|
|
52
|
+
useServerValid: ()=>useServerValid_js_namespaceObject.useServerValid,
|
|
52
53
|
AgentContextProvider: ()=>context_provider_js_namespaceObject.AgentContextProvider,
|
|
53
54
|
UniversalPlaygroundDefault: ()=>universal_playground_index_js_default(),
|
|
54
55
|
actionNameForType: ()=>playground_utils_js_namespaceObject.actionNameForType,
|
|
@@ -136,6 +137,7 @@ exports.createStorageProvider = __webpack_exports__.createStorageProvider;
|
|
|
136
137
|
exports.detectBestStorageType = __webpack_exports__.detectBestStorageType;
|
|
137
138
|
exports.extractDumpMetaInfo = __webpack_exports__.extractDumpMetaInfo;
|
|
138
139
|
exports.filterBase64Value = __webpack_exports__.filterBase64Value;
|
|
140
|
+
exports.fullTimeStrWithMilliseconds = __webpack_exports__.fullTimeStrWithMilliseconds;
|
|
139
141
|
exports.generateAnimationScripts = __webpack_exports__.generateAnimationScripts;
|
|
140
142
|
exports.getPlaceholderForType = __webpack_exports__.getPlaceholderForType;
|
|
141
143
|
exports.globalThemeConfig = __webpack_exports__.globalThemeConfig;
|
|
@@ -182,6 +184,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
182
184
|
"detectBestStorageType",
|
|
183
185
|
"extractDumpMetaInfo",
|
|
184
186
|
"filterBase64Value",
|
|
187
|
+
"fullTimeStrWithMilliseconds",
|
|
185
188
|
"generateAnimationScripts",
|
|
186
189
|
"getPlaceholderForType",
|
|
187
190
|
"globalThemeConfig",
|
package/dist/types/index.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export { Blackboard } from './component/blackboard';
|
|
|
20
20
|
export { default as ScreenshotViewer } from './component/screenshot-viewer';
|
|
21
21
|
export type { ScreenshotViewerMode } from './component/screenshot-viewer';
|
|
22
22
|
export { actionNameForType, staticAgentFromContext, getPlaceholderForType, } from './utils/playground-utils';
|
|
23
|
-
export { timeStr, filterBase64Value, notifyError } from './utils';
|
|
23
|
+
export { timeStr, fullTimeStrWithMilliseconds, filterBase64Value, notifyError, } from './utils';
|
|
24
24
|
export type { NotifyErrorOptions } from './utils';
|
|
25
25
|
export { default as ShinyText } from './component/shiny-text';
|
|
26
26
|
export { UniversalPlayground, default as UniversalPlaygroundDefault, } from './component/universal-playground';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/visualizer",
|
|
3
|
-
"version": "1.8.7
|
|
3
|
+
"version": "1.8.7",
|
|
4
4
|
"repository": "https://github.com/web-infra-dev/midscene",
|
|
5
5
|
"homepage": "https://midscenejs.com/",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"antd": "^5.21.6",
|
|
66
66
|
"buffer": "6.0.3",
|
|
67
67
|
"dayjs": "^1.11.11",
|
|
68
|
-
"@midscene/
|
|
69
|
-
"@midscene/
|
|
70
|
-
"@midscene/
|
|
71
|
-
"@midscene/web": "1.8.7
|
|
68
|
+
"@midscene/core": "1.8.7",
|
|
69
|
+
"@midscene/playground": "1.8.7",
|
|
70
|
+
"@midscene/shared": "1.8.7",
|
|
71
|
+
"@midscene/web": "1.8.7"
|
|
72
72
|
},
|
|
73
73
|
"license": "MIT",
|
|
74
74
|
"scripts": {
|