dsh-audiogen 0.4.8 → 0.4.9
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/lib/client.js +400 -354
- package/lib/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client/studio-view.tsx +46 -6
- package/src/protocol.ts +1 -1
package/lib/client.js
CHANGED
|
@@ -1184,115 +1184,115 @@ window.__ModuleLoader__.load({
|
|
|
1184
1184
|
document.head.appendChild(tag);
|
|
1185
1185
|
}
|
|
1186
1186
|
var audio_panel_module_css_default = {
|
|
1187
|
-
"trackKnob": "Oo1fpq_trackKnob",
|
|
1188
|
-
"savedChip": "Oo1fpq_savedChip",
|
|
1189
|
-
"modelCheckList": "Oo1fpq_modelCheckList",
|
|
1190
|
-
"taskStatus": "Oo1fpq_taskStatus",
|
|
1191
1187
|
"historyTab": "Oo1fpq_historyTab",
|
|
1192
|
-
"
|
|
1193
|
-
"
|
|
1188
|
+
"modeRow": "Oo1fpq_modeRow",
|
|
1189
|
+
"resultEmptyHint": "Oo1fpq_resultEmptyHint",
|
|
1194
1190
|
"audioCardHead": "Oo1fpq_audioCardHead",
|
|
1195
|
-
"
|
|
1196
|
-
"audioCardActions": "Oo1fpq_audioCardActions",
|
|
1197
|
-
"modeButton": "Oo1fpq_modeButton",
|
|
1191
|
+
"compareChip": "Oo1fpq_compareChip",
|
|
1198
1192
|
"compareModelName": "Oo1fpq_compareModelName",
|
|
1199
|
-
"
|
|
1200
|
-
"
|
|
1201
|
-
"
|
|
1202
|
-
"
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1206
|
-
"
|
|
1207
|
-
"historyModelRow": "Oo1fpq_historyModelRow",
|
|
1208
|
-
"compareGroup": "Oo1fpq_compareGroup",
|
|
1209
|
-
"track": "Oo1fpq_track",
|
|
1210
|
-
"overrideOnly": "Oo1fpq_overrideOnly",
|
|
1193
|
+
"time": "Oo1fpq_time",
|
|
1194
|
+
"header": "Oo1fpq_header",
|
|
1195
|
+
"savedChip": "Oo1fpq_savedChip",
|
|
1196
|
+
"tabs": "Oo1fpq_tabs",
|
|
1197
|
+
"resultGroupChip": "Oo1fpq_resultGroupChip",
|
|
1198
|
+
"taskStatus": "Oo1fpq_taskStatus",
|
|
1199
|
+
"historyCompareBadge": "Oo1fpq_historyCompareBadge",
|
|
1200
|
+
"resultGroup": "Oo1fpq_resultGroup",
|
|
1211
1201
|
"taskBar": "Oo1fpq_taskBar",
|
|
1212
|
-
"
|
|
1213
|
-
"
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1217
|
-
"
|
|
1218
|
-
"
|
|
1219
|
-
"
|
|
1220
|
-
"
|
|
1202
|
+
"select": "Oo1fpq_select",
|
|
1203
|
+
"modeIcon": "Oo1fpq_modeIcon",
|
|
1204
|
+
"enhanceActions": "Oo1fpq_enhanceActions",
|
|
1205
|
+
"tab": "Oo1fpq_tab",
|
|
1206
|
+
"historyActions": "Oo1fpq_historyActions",
|
|
1207
|
+
"ghostButton": "Oo1fpq_ghostButton",
|
|
1208
|
+
"historyEmpty": "Oo1fpq_historyEmpty",
|
|
1209
|
+
"historyMeta": "Oo1fpq_historyMeta",
|
|
1210
|
+
"modalMask": "Oo1fpq_modalMask",
|
|
1211
|
+
"modalBody": "Oo1fpq_modalBody",
|
|
1212
|
+
"modalFoot": "Oo1fpq_modalFoot",
|
|
1213
|
+
"taskCard": "Oo1fpq_taskCard",
|
|
1214
|
+
"voiceIdChip": "Oo1fpq_voiceIdChip",
|
|
1215
|
+
"error": "Oo1fpq_error",
|
|
1221
1216
|
"historyItem": "Oo1fpq_historyItem",
|
|
1222
|
-
"
|
|
1223
|
-
"muteButton": "Oo1fpq_muteButton",
|
|
1224
|
-
"resultEmptyHint": "Oo1fpq_resultEmptyHint",
|
|
1225
|
-
"compareBox": "Oo1fpq_compareBox",
|
|
1217
|
+
"panel": "Oo1fpq_panel",
|
|
1226
1218
|
"checkbox": "Oo1fpq_checkbox",
|
|
1227
|
-
"
|
|
1228
|
-
"overrideRow": "Oo1fpq_overrideRow",
|
|
1229
|
-
"resultCol": "Oo1fpq_resultCol",
|
|
1230
|
-
"historyTabs": "Oo1fpq_historyTabs",
|
|
1231
|
-
"formFields": "Oo1fpq_formFields",
|
|
1232
|
-
"fieldCell": "Oo1fpq_fieldCell",
|
|
1233
|
-
"audioCard": "Oo1fpq_audioCard",
|
|
1234
|
-
"voiceIdChip": "Oo1fpq_voiceIdChip",
|
|
1235
|
-
"hint": "Oo1fpq_hint",
|
|
1219
|
+
"historyPrompt": "Oo1fpq_historyPrompt",
|
|
1236
1220
|
"overrideTable": "Oo1fpq_overrideTable",
|
|
1237
|
-
"compareBoard": "Oo1fpq_compareBoard",
|
|
1238
|
-
"resultGroupCount": "Oo1fpq_resultGroupCount",
|
|
1239
1221
|
"taskLabel": "Oo1fpq_taskLabel",
|
|
1240
|
-
"compareState": "Oo1fpq_compareState",
|
|
1241
|
-
"formSection": "Oo1fpq_formSection",
|
|
1242
|
-
"modalMask": "Oo1fpq_modalMask",
|
|
1243
|
-
"audioList": "Oo1fpq_audioList",
|
|
1244
|
-
"compareGroupHead": "Oo1fpq_compareGroupHead",
|
|
1245
|
-
"historyPrompt": "Oo1fpq_historyPrompt",
|
|
1246
|
-
"taskCard": "Oo1fpq_taskCard",
|
|
1247
|
-
"modeIcon": "Oo1fpq_modeIcon",
|
|
1248
1222
|
"modal": "Oo1fpq_modal",
|
|
1249
|
-
"
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1253
|
-
"advanced": "Oo1fpq_advanced",
|
|
1254
|
-
"historyTabCount": "Oo1fpq_historyTabCount",
|
|
1255
|
-
"formRow": "Oo1fpq_formRow",
|
|
1256
|
-
"tabs": "Oo1fpq_tabs",
|
|
1223
|
+
"taskActions": "Oo1fpq_taskActions",
|
|
1224
|
+
"historyList": "Oo1fpq_historyList",
|
|
1225
|
+
"resultEmptyIcon": "Oo1fpq_resultEmptyIcon",
|
|
1226
|
+
"textarea": "Oo1fpq_textarea",
|
|
1257
1227
|
"historyHeader": "Oo1fpq_historyHeader",
|
|
1228
|
+
"modalHead": "Oo1fpq_modalHead",
|
|
1229
|
+
"compareChips": "Oo1fpq_compareChips",
|
|
1230
|
+
"player": "Oo1fpq_player",
|
|
1231
|
+
"formRow": "Oo1fpq_formRow",
|
|
1232
|
+
"primaryButton": "Oo1fpq_primaryButton",
|
|
1233
|
+
"overrideRow": "Oo1fpq_overrideRow",
|
|
1234
|
+
"overrideOnly": "Oo1fpq_overrideOnly",
|
|
1235
|
+
"compareBox": "Oo1fpq_compareBox",
|
|
1236
|
+
"formSection": "Oo1fpq_formSection",
|
|
1237
|
+
"advanced": "Oo1fpq_advanced",
|
|
1238
|
+
"formSectionRow": "Oo1fpq_formSectionRow",
|
|
1239
|
+
"historyAction": "Oo1fpq_historyAction",
|
|
1240
|
+
"row": "Oo1fpq_row",
|
|
1241
|
+
"historyCol": "Oo1fpq_historyCol",
|
|
1242
|
+
"overrideCellHead": "Oo1fpq_overrideCellHead",
|
|
1243
|
+
"resultGroupHead": "Oo1fpq_resultGroupHead",
|
|
1244
|
+
"resultEmpty": "Oo1fpq_resultEmpty",
|
|
1245
|
+
"track": "Oo1fpq_track",
|
|
1246
|
+
"resultGroups": "Oo1fpq_resultGroups",
|
|
1247
|
+
"audioCardIndex": "Oo1fpq_audioCardIndex",
|
|
1248
|
+
"resultMeta": "Oo1fpq_resultMeta",
|
|
1249
|
+
"audiogenToastIn": "Oo1fpq_audiogenToastIn",
|
|
1250
|
+
"hint": "Oo1fpq_hint",
|
|
1251
|
+
"resultModeChip": "Oo1fpq_resultModeChip",
|
|
1252
|
+
"overrideCell": "Oo1fpq_overrideCell",
|
|
1253
|
+
"taskHead": "Oo1fpq_taskHead",
|
|
1254
|
+
"historyIcon": "Oo1fpq_historyIcon",
|
|
1258
1255
|
"input": "Oo1fpq_input",
|
|
1259
|
-
"
|
|
1260
|
-
"
|
|
1256
|
+
"compareGroup": "Oo1fpq_compareGroup",
|
|
1257
|
+
"resultGroupCount": "Oo1fpq_resultGroupCount",
|
|
1258
|
+
"historyModelRow": "Oo1fpq_historyModelRow",
|
|
1259
|
+
"audioCard": "Oo1fpq_audioCard",
|
|
1261
1260
|
"enhanceCardHead": "Oo1fpq_enhanceCardHead",
|
|
1261
|
+
"toast": "Oo1fpq_toast",
|
|
1262
|
+
"iconButton": "Oo1fpq_iconButton",
|
|
1263
|
+
"resultCol": "Oo1fpq_resultCol",
|
|
1264
|
+
"resultGroupError": "Oo1fpq_resultGroupError",
|
|
1265
|
+
"trackKnob": "Oo1fpq_trackKnob",
|
|
1266
|
+
"audioCardActions": "Oo1fpq_audioCardActions",
|
|
1267
|
+
"enhanceCard": "Oo1fpq_enhanceCard",
|
|
1268
|
+
"title": "Oo1fpq_title",
|
|
1269
|
+
"historyTitle": "Oo1fpq_historyTitle",
|
|
1270
|
+
"playButton": "Oo1fpq_playButton",
|
|
1262
1271
|
"enhanceActionsRow": "Oo1fpq_enhanceActionsRow",
|
|
1263
|
-
"
|
|
1264
|
-
"
|
|
1265
|
-
"modeRow": "Oo1fpq_modeRow",
|
|
1266
|
-
"historyIcon": "Oo1fpq_historyIcon",
|
|
1267
|
-
"overrideDash": "Oo1fpq_overrideDash",
|
|
1268
|
-
"historyCompareBadge": "Oo1fpq_historyCompareBadge",
|
|
1272
|
+
"formCol": "Oo1fpq_formCol",
|
|
1273
|
+
"fieldFull": "Oo1fpq_fieldFull",
|
|
1269
1274
|
"generate": "Oo1fpq_generate",
|
|
1270
|
-
"
|
|
1271
|
-
"
|
|
1272
|
-
"
|
|
1275
|
+
"compareBoard": "Oo1fpq_compareBoard",
|
|
1276
|
+
"modelCheckList": "Oo1fpq_modelCheckList",
|
|
1277
|
+
"studio": "Oo1fpq_studio",
|
|
1278
|
+
"historyTabs": "Oo1fpq_historyTabs",
|
|
1279
|
+
"historyTabCount": "Oo1fpq_historyTabCount",
|
|
1280
|
+
"compareState": "Oo1fpq_compareState",
|
|
1281
|
+
"overrideDash": "Oo1fpq_overrideDash",
|
|
1282
|
+
"audioList": "Oo1fpq_audioList",
|
|
1283
|
+
"historyCompareSummary": "Oo1fpq_historyCompareSummary",
|
|
1284
|
+
"secondaryButton": "Oo1fpq_secondaryButton",
|
|
1285
|
+
"formFields": "Oo1fpq_formFields",
|
|
1286
|
+
"fieldCell": "Oo1fpq_fieldCell",
|
|
1273
1287
|
"playerCompact": "Oo1fpq_playerCompact",
|
|
1274
|
-
"formCol": "Oo1fpq_formCol",
|
|
1275
|
-
"modalFoot": "Oo1fpq_modalFoot",
|
|
1276
|
-
"header": "Oo1fpq_header",
|
|
1277
|
-
"resultEmpty": "Oo1fpq_resultEmpty",
|
|
1278
|
-
"taskHead": "Oo1fpq_taskHead",
|
|
1279
|
-
"enhanceActions": "Oo1fpq_enhanceActions",
|
|
1280
|
-
"historyList": "Oo1fpq_historyList",
|
|
1281
|
-
"tab": "Oo1fpq_tab",
|
|
1282
|
-
"historyEmpty": "Oo1fpq_historyEmpty",
|
|
1283
|
-
"enhanceCard": "Oo1fpq_enhanceCard",
|
|
1284
|
-
"textarea": "Oo1fpq_textarea",
|
|
1285
|
-
"historyTime": "Oo1fpq_historyTime",
|
|
1286
1288
|
"trackFill": "Oo1fpq_trackFill",
|
|
1287
|
-
"
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1292
|
-
"compareChip": "Oo1fpq_compareChip",
|
|
1293
|
-
"playButton": "Oo1fpq_playButton",
|
|
1289
|
+
"compareGroupHead": "Oo1fpq_compareGroupHead",
|
|
1290
|
+
"muteButton": "Oo1fpq_muteButton",
|
|
1291
|
+
"modeButton": "Oo1fpq_modeButton",
|
|
1292
|
+
"historyClear": "Oo1fpq_historyClear",
|
|
1293
|
+
"historyTime": "Oo1fpq_historyTime",
|
|
1294
1294
|
"label": "Oo1fpq_label",
|
|
1295
|
-
"
|
|
1295
|
+
"taskList": "Oo1fpq_taskList"
|
|
1296
1296
|
};
|
|
1297
1297
|
//#endregion
|
|
1298
1298
|
//#region src/client/audio-player.tsx
|
|
@@ -1706,6 +1706,10 @@ window.__ModuleLoader__.load({
|
|
|
1706
1706
|
function dataUrlOf(audio) {
|
|
1707
1707
|
return `data:${audio.mime};base64,${audio.b64}`;
|
|
1708
1708
|
}
|
|
1709
|
+
/** 结果卡片音频源:优先同源 URL(历史恢复的音频只有 URL 没有 b64),无 URL 再回退 data URL。 */
|
|
1710
|
+
function srcOf(audio) {
|
|
1711
|
+
return audio.url !== "" ? audio.url : dataUrlOf(audio);
|
|
1712
|
+
}
|
|
1709
1713
|
function fileNameOf(url) {
|
|
1710
1714
|
try {
|
|
1711
1715
|
return decodeURIComponent(new URL(url, "http://localhost").pathname.split("/").pop() ?? "");
|
|
@@ -2104,8 +2108,9 @@ window.__ModuleLoader__.load({
|
|
|
2104
2108
|
setTasks((current) => current.filter((task) => task.id !== taskId));
|
|
2105
2109
|
};
|
|
2106
2110
|
/** 从历史参数回填表单(参考 AI 生图「恢复」):配置 + prompt 一键复用。
|
|
2107
|
-
* compareModelsRestore:对比任务恢复为对比模式;overridesRestore 由各模型 params
|
|
2108
|
-
|
|
2111
|
+
* compareModelsRestore:对比任务恢复为对比模式;overridesRestore 由各模型 params 差异重建;
|
|
2112
|
+
* restoredGroups:把历史音频以「已完成任务」形式放回结果列,可直接试听/下载而无需重新生成。 */
|
|
2113
|
+
const restoreFromParams = (params, modeValue, singleModel, compareModelsRestore, overridesRestore, restoredGroups) => {
|
|
2109
2114
|
const str = (key) => {
|
|
2110
2115
|
const v = params[key];
|
|
2111
2116
|
return typeof v === "string" && v.trim() !== "" ? v.trim() : void 0;
|
|
@@ -2173,8 +2178,43 @@ window.__ModuleLoader__.load({
|
|
|
2173
2178
|
const channelIdValue = str("channelId");
|
|
2174
2179
|
if (channelIdValue !== void 0 && modeValue === "voice_design") setDesignChannelId(channelIdValue);
|
|
2175
2180
|
setOverrides(overridesRestore ?? {});
|
|
2176
|
-
|
|
2181
|
+
if (restoredGroups !== void 0 && restoredGroups.length > 0) {
|
|
2182
|
+
const now = Date.now();
|
|
2183
|
+
const total = restoredGroups.reduce((sum, group) => sum + group.audio.length, 0);
|
|
2184
|
+
const restoredTask = {
|
|
2185
|
+
id: `t-${Date.now()}-${Math.random().toString(36).slice(2, 8)}`,
|
|
2186
|
+
mode: modeValue,
|
|
2187
|
+
kind: restoredGroups.length > 1 ? "compare" : "single",
|
|
2188
|
+
prompt: promptValue ?? "",
|
|
2189
|
+
label: restoredGroups.length > 1 ? `对比 ${restoredGroups.map((group) => group.model).join(" / ")}` : restoredGroups[0].model,
|
|
2190
|
+
status: "done",
|
|
2191
|
+
progress: {
|
|
2192
|
+
done: total,
|
|
2193
|
+
total,
|
|
2194
|
+
current: ""
|
|
2195
|
+
},
|
|
2196
|
+
startedAt: now,
|
|
2197
|
+
finishedAt: now,
|
|
2198
|
+
groups: restoredGroups.map((group) => ({
|
|
2199
|
+
model: group.model,
|
|
2200
|
+
state: "done",
|
|
2201
|
+
outputs: group.audio
|
|
2202
|
+
}))
|
|
2203
|
+
};
|
|
2204
|
+
setTasks((current) => [restoredTask, ...current]);
|
|
2205
|
+
}
|
|
2206
|
+
props.showToast(restoredGroups !== void 0 && restoredGroups.length > 0 ? "已恢复配置与音频(历史结果已放回中间栏)" : "已恢复该次生成的配置,可直接再次生成");
|
|
2177
2207
|
};
|
|
2208
|
+
/** 历史音频引用 → 结果列卡片可用的音频对象(复用同源 URL,不重新生成)。 */
|
|
2209
|
+
const historyAudioToGenerated = (entryId, refs) => refs.map((ref, index) => ({
|
|
2210
|
+
id: `${entryId}-${index}`,
|
|
2211
|
+
file: "",
|
|
2212
|
+
b64: "",
|
|
2213
|
+
mime: ref.mime,
|
|
2214
|
+
bytes: 0,
|
|
2215
|
+
url: ref.url,
|
|
2216
|
+
...ref.voiceId === void 0 ? {} : { voiceId: ref.voiceId }
|
|
2217
|
+
}));
|
|
2178
2218
|
/** 由对比历史条目重建每模型参数覆盖:以第一项为全局基准,其余条目与基准不同的字段即覆盖。 */
|
|
2179
2219
|
const overridesOfCompare = (models) => {
|
|
2180
2220
|
const base = models[0]?.entry.params ?? {};
|
|
@@ -2501,14 +2541,14 @@ window.__ModuleLoader__.load({
|
|
|
2501
2541
|
]
|
|
2502
2542
|
}),
|
|
2503
2543
|
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(AudioPlayer, {
|
|
2504
|
-
src:
|
|
2544
|
+
src: srcOf(audio),
|
|
2505
2545
|
itemKey: `${label}-${audio.id}`
|
|
2506
2546
|
}),
|
|
2507
2547
|
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
2508
2548
|
className: audio_panel_module_css_default.audioCardActions,
|
|
2509
2549
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("a", {
|
|
2510
2550
|
className: audio_panel_module_css_default.ghostButton,
|
|
2511
|
-
href:
|
|
2551
|
+
href: srcOf(audio),
|
|
2512
2552
|
download: `generated-${index + 1}.${audio.mime.split("/")[1]?.replace("mpeg", "mp3") ?? "mp3"}`,
|
|
2513
2553
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)(DownloadIcon, {}), " 下载"]
|
|
2514
2554
|
}), saved ? /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("button", {
|
|
@@ -3100,7 +3140,10 @@ window.__ModuleLoader__.load({
|
|
|
3100
3140
|
type: "button",
|
|
3101
3141
|
className: audio_panel_module_css_default.historyIcon,
|
|
3102
3142
|
title: "恢复(回填配置与全部模型)",
|
|
3103
|
-
onClick: () => restoreFromParams(item.models[0]?.entry.params ?? {}, item.mode, item.models[0]?.model ?? "", item.models.map((model) => model.model), overridesOfCompare(item.models))
|
|
3143
|
+
onClick: () => restoreFromParams(item.models[0]?.entry.params ?? {}, item.mode, item.models[0]?.model ?? "", item.models.map((model) => model.model), overridesOfCompare(item.models), item.models.map((model) => ({
|
|
3144
|
+
model: model.model,
|
|
3145
|
+
audio: historyAudioToGenerated(model.entry.id, model.entry.audio)
|
|
3146
|
+
}))),
|
|
3104
3147
|
children: "↺"
|
|
3105
3148
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
|
|
3106
3149
|
type: "button",
|
|
@@ -3145,7 +3188,10 @@ window.__ModuleLoader__.load({
|
|
|
3145
3188
|
type: "button",
|
|
3146
3189
|
className: audio_panel_module_css_default.historyIcon,
|
|
3147
3190
|
title: "恢复(回填配置与 prompt)",
|
|
3148
|
-
onClick: () => restoreFromParams(entry.params ?? {}, entry.mode, entry.model
|
|
3191
|
+
onClick: () => restoreFromParams(entry.params ?? {}, entry.mode, entry.model, void 0, void 0, [{
|
|
3192
|
+
model: entry.model,
|
|
3193
|
+
audio: historyAudioToGenerated(entry.id, entry.audio)
|
|
3194
|
+
}]),
|
|
3149
3195
|
children: "↺"
|
|
3150
3196
|
}),
|
|
3151
3197
|
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
|
|
@@ -3191,65 +3237,65 @@ window.__ModuleLoader__.load({
|
|
|
3191
3237
|
document.head.appendChild(tag);
|
|
3192
3238
|
}
|
|
3193
3239
|
var library_module_css_default = {
|
|
3194
|
-
"
|
|
3240
|
+
"chipCount": "vzUV2a_chipCount",
|
|
3241
|
+
"drawerBody": "vzUV2a_drawerBody",
|
|
3242
|
+
"dangerBtn": "vzUV2a_dangerBtn",
|
|
3243
|
+
"drawerLabel": "vzUV2a_drawerLabel",
|
|
3195
3244
|
"drawerPlayerList": "vzUV2a_drawerPlayerList",
|
|
3196
|
-
"
|
|
3197
|
-
"
|
|
3198
|
-
"
|
|
3245
|
+
"drawerPlayer": "vzUV2a_drawerPlayer",
|
|
3246
|
+
"listCount": "vzUV2a_listCount",
|
|
3247
|
+
"selCount": "vzUV2a_selCount",
|
|
3248
|
+
"cardHead": "vzUV2a_cardHead",
|
|
3249
|
+
"drawer": "vzUV2a_drawer",
|
|
3250
|
+
"audiogenDrawerIn": "vzUV2a_audiogenDrawerIn",
|
|
3251
|
+
"drawerTitle": "vzUV2a_drawerTitle",
|
|
3252
|
+
"drawerField": "vzUV2a_drawerField",
|
|
3253
|
+
"textarea": "vzUV2a_textarea",
|
|
3254
|
+
"empty": "vzUV2a_empty",
|
|
3199
3255
|
"toolbar": "vzUV2a_toolbar",
|
|
3200
3256
|
"grid": "vzUV2a_grid",
|
|
3201
|
-
"drawer": "vzUV2a_drawer",
|
|
3202
3257
|
"drawerMask": "vzUV2a_drawerMask",
|
|
3203
3258
|
"iconBtn": "vzUV2a_iconBtn",
|
|
3204
|
-
"code": "vzUV2a_code",
|
|
3205
3259
|
"listHead": "vzUV2a_listHead",
|
|
3206
|
-
"
|
|
3207
|
-
"
|
|
3208
|
-
"chipCount": "vzUV2a_chipCount",
|
|
3209
|
-
"drawerField": "vzUV2a_drawerField",
|
|
3210
|
-
"card": "vzUV2a_card",
|
|
3211
|
-
"provValue": "vzUV2a_provValue",
|
|
3212
|
-
"typeChips": "vzUV2a_typeChips",
|
|
3213
|
-
"empty": "vzUV2a_empty",
|
|
3214
|
-
"drawerPlayer": "vzUV2a_drawerPlayer",
|
|
3215
|
-
"selCount": "vzUV2a_selCount",
|
|
3216
|
-
"typeBadge": "vzUV2a_typeBadge",
|
|
3217
|
-
"listActions": "vzUV2a_listActions",
|
|
3218
|
-
"drawerHead": "vzUV2a_drawerHead",
|
|
3219
|
-
"listCount": "vzUV2a_listCount",
|
|
3260
|
+
"library": "vzUV2a_library",
|
|
3261
|
+
"cardTime": "vzUV2a_cardTime",
|
|
3220
3262
|
"drawerPlayerName": "vzUV2a_drawerPlayerName",
|
|
3221
|
-
"drawerSplit": "vzUV2a_drawerSplit",
|
|
3222
3263
|
"input": "vzUV2a_input",
|
|
3223
|
-
"
|
|
3224
|
-
"textarea": "vzUV2a_textarea",
|
|
3225
|
-
"chip": "vzUV2a_chip",
|
|
3226
|
-
"searchInput": "vzUV2a_searchInput",
|
|
3227
|
-
"smallSelect": "vzUV2a_smallSelect",
|
|
3228
|
-
"dangerBtn": "vzUV2a_dangerBtn",
|
|
3229
|
-
"emptyIcon": "vzUV2a_emptyIcon",
|
|
3230
|
-
"stateNote": "vzUV2a_stateNote",
|
|
3231
|
-
"filterLabel": "vzUV2a_filterLabel",
|
|
3264
|
+
"provValue": "vzUV2a_provValue",
|
|
3232
3265
|
"ghostBtn": "vzUV2a_ghostBtn",
|
|
3233
|
-
"
|
|
3266
|
+
"provenance": "vzUV2a_provenance",
|
|
3234
3267
|
"cardName": "vzUV2a_cardName",
|
|
3235
|
-
"
|
|
3236
|
-
"
|
|
3237
|
-
"drawerTitle": "vzUV2a_drawerTitle",
|
|
3238
|
-
"drawerBody": "vzUV2a_drawerBody",
|
|
3239
|
-
"drawerSection": "vzUV2a_drawerSection",
|
|
3240
|
-
"drawerLabel": "vzUV2a_drawerLabel",
|
|
3268
|
+
"mono": "vzUV2a_mono",
|
|
3269
|
+
"code": "vzUV2a_code",
|
|
3241
3270
|
"emptyHint": "vzUV2a_emptyHint",
|
|
3242
|
-
"
|
|
3271
|
+
"drawerHead": "vzUV2a_drawerHead",
|
|
3272
|
+
"searchInput": "vzUV2a_searchInput",
|
|
3273
|
+
"provRow": "vzUV2a_provRow",
|
|
3274
|
+
"listActions": "vzUV2a_listActions",
|
|
3243
3275
|
"promptText": "vzUV2a_promptText",
|
|
3244
|
-
"
|
|
3245
|
-
"
|
|
3246
|
-
"cardHead": "vzUV2a_cardHead",
|
|
3247
|
-
"cardTime": "vzUV2a_cardTime",
|
|
3276
|
+
"typeChips": "vzUV2a_typeChips",
|
|
3277
|
+
"cardCheck": "vzUV2a_cardCheck",
|
|
3248
3278
|
"paramsDetails": "vzUV2a_paramsDetails",
|
|
3249
|
-
"
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3279
|
+
"stateNote": "vzUV2a_stateNote",
|
|
3280
|
+
"metaChip": "vzUV2a_metaChip",
|
|
3281
|
+
"smallSelect": "vzUV2a_smallSelect",
|
|
3282
|
+
"smallChip": "vzUV2a_smallChip",
|
|
3283
|
+
"provKey": "vzUV2a_provKey",
|
|
3284
|
+
"drawerActions": "vzUV2a_drawerActions",
|
|
3285
|
+
"typeBadge": "vzUV2a_typeBadge",
|
|
3286
|
+
"primaryBtn": "vzUV2a_primaryBtn",
|
|
3287
|
+
"drawerSection": "vzUV2a_drawerSection",
|
|
3288
|
+
"chip": "vzUV2a_chip",
|
|
3289
|
+
"filterLabel": "vzUV2a_filterLabel",
|
|
3290
|
+
"emptyIcon": "vzUV2a_emptyIcon",
|
|
3291
|
+
"drawerSplit": "vzUV2a_drawerSplit",
|
|
3292
|
+
"cardFoot": "vzUV2a_cardFoot",
|
|
3293
|
+
"filterRow": "vzUV2a_filterRow",
|
|
3294
|
+
"card": "vzUV2a_card",
|
|
3295
|
+
"searchBox": "vzUV2a_searchBox"
|
|
3296
|
+
};
|
|
3297
|
+
//#endregion
|
|
3298
|
+
//#region src/client/library-view.tsx
|
|
3253
3299
|
/**
|
|
3254
3300
|
* Library view: curated audio assets, organized by type (voice / music / sfx /
|
|
3255
3301
|
* tts) with categories (voice: male/female/custom; tts: the speaking voice).
|
|
@@ -4119,167 +4165,167 @@ window.__ModuleLoader__.load({
|
|
|
4119
4165
|
document.head.appendChild(tag);
|
|
4120
4166
|
}
|
|
4121
4167
|
var panel_module_css_default = {
|
|
4122
|
-
"
|
|
4123
|
-
"taskRow": "rwa6qG_taskRow",
|
|
4124
|
-
"spinner": "rwa6qG_spinner",
|
|
4125
|
-
"bigSpinner": "rwa6qG_bigSpinner",
|
|
4126
|
-
"taskRows": "rwa6qG_taskRows",
|
|
4127
|
-
"galleryTagEditor": "rwa6qG_galleryTagEditor",
|
|
4128
|
-
"compareToggle": "rwa6qG_compareToggle",
|
|
4129
|
-
"galleryCard": "rwa6qG_galleryCard",
|
|
4130
|
-
"galleryViewToggle": "rwa6qG_galleryViewToggle",
|
|
4131
|
-
"gallerySelectionBar": "rwa6qG_gallerySelectionBar",
|
|
4132
|
-
"galleryToolbarActions": "rwa6qG_galleryToolbarActions",
|
|
4133
|
-
"galleryImageButton": "rwa6qG_galleryImageButton",
|
|
4134
|
-
"galleryWorkspace": "rwa6qG_galleryWorkspace",
|
|
4135
|
-
"entryIcon": "rwa6qG_entryIcon",
|
|
4136
|
-
"entry": "rwa6qG_entry",
|
|
4137
|
-
"galleryBulkButton": "rwa6qG_galleryBulkButton",
|
|
4138
|
-
"historyInfo": "rwa6qG_historyInfo",
|
|
4139
|
-
"configGuideBody": "rwa6qG_configGuideBody",
|
|
4140
|
-
"paramLabel": "rwa6qG_paramLabel",
|
|
4141
|
-
"historyMeta": "rwa6qG_historyMeta",
|
|
4142
|
-
"canvasBody": "rwa6qG_canvasBody",
|
|
4143
|
-
"lightboxEdit": "rwa6qG_lightboxEdit",
|
|
4144
|
-
"galleryMasonry": "rwa6qG_galleryMasonry",
|
|
4145
|
-
"galleryTagEdit": "rwa6qG_galleryTagEdit",
|
|
4146
|
-
"uploadBox": "rwa6qG_uploadBox",
|
|
4147
|
-
"history": "rwa6qG_history",
|
|
4148
|
-
"footer": "rwa6qG_footer",
|
|
4149
|
-
"modelLabel": "rwa6qG_modelLabel",
|
|
4150
|
-
"updateBanner": "rwa6qG_updateBanner",
|
|
4151
|
-
"galleryFilter": "rwa6qG_galleryFilter",
|
|
4152
|
-
"galleryBadge": "rwa6qG_galleryBadge",
|
|
4153
|
-
"gallerySort": "rwa6qG_gallerySort",
|
|
4154
|
-
"historyClear": "rwa6qG_historyClear",
|
|
4155
|
-
"templatesButton": "rwa6qG_templatesButton",
|
|
4156
|
-
"lightbox": "rwa6qG_lightbox",
|
|
4157
|
-
"imageCard": "rwa6qG_imageCard",
|
|
4158
|
-
"historyEmpty": "rwa6qG_historyEmpty",
|
|
4159
|
-
"galleryRatio": "rwa6qG_galleryRatio",
|
|
4160
|
-
"taskTrayClose": "rwa6qG_taskTrayClose",
|
|
4161
|
-
"galleryToolbar": "rwa6qG_galleryToolbar",
|
|
4162
|
-
"lightboxScaleFrame": "rwa6qG_lightboxScaleFrame",
|
|
4163
|
-
"generateInner": "rwa6qG_generateInner",
|
|
4164
|
-
"historySearch": "rwa6qG_historySearch",
|
|
4165
|
-
"panelHeader": "rwa6qG_panelHeader",
|
|
4166
|
-
"canvas": "rwa6qG_canvas",
|
|
4167
|
-
"panelHeading": "rwa6qG_panelHeading",
|
|
4168
|
-
"dshImageGenToastIn": "rwa6qG_dshImageGenToastIn",
|
|
4169
|
-
"galleryHeading": "rwa6qG_galleryHeading",
|
|
4170
|
-
"compareControl": "rwa6qG_compareControl",
|
|
4171
|
-
"galleryCardFooter": "rwa6qG_galleryCardFooter",
|
|
4172
|
-
"canvasError": "rwa6qG_canvasError",
|
|
4173
|
-
"historyThumb": "rwa6qG_historyThumb",
|
|
4174
|
-
"galleryFilterDivider": "rwa6qG_galleryFilterDivider",
|
|
4175
|
-
"lightboxFigure": "rwa6qG_lightboxFigure",
|
|
4168
|
+
"optionPill": "rwa6qG_optionPill",
|
|
4176
4169
|
"lightboxTool": "rwa6qG_lightboxTool",
|
|
4177
|
-
"
|
|
4178
|
-
"gallerySelect": "rwa6qG_gallerySelect",
|
|
4179
|
-
"galleryRemove": "rwa6qG_galleryRemove",
|
|
4180
|
-
"galleryImage": "rwa6qG_galleryImage",
|
|
4181
|
-
"generateButton": "rwa6qG_generateButton",
|
|
4170
|
+
"connectionStatus": "rwa6qG_connectionStatus",
|
|
4182
4171
|
"taskTrayToggle": "rwa6qG_taskTrayToggle",
|
|
4183
|
-
"
|
|
4184
|
-
"
|
|
4185
|
-
"
|
|
4186
|
-
"
|
|
4187
|
-
"
|
|
4188
|
-
"
|
|
4189
|
-
"
|
|
4190
|
-
"
|
|
4191
|
-
"galleryCardInfo": "rwa6qG_galleryCardInfo",
|
|
4192
|
-
"galleryTags": "rwa6qG_galleryTags",
|
|
4193
|
-
"historyHeader": "rwa6qG_historyHeader",
|
|
4194
|
-
"lightboxClose": "rwa6qG_lightboxClose",
|
|
4195
|
-
"historyAction": "rwa6qG_historyAction",
|
|
4196
|
-
"comparisonFullscreenGrid": "rwa6qG_comparisonFullscreenGrid",
|
|
4197
|
-
"lightboxNav": "rwa6qG_lightboxNav",
|
|
4198
|
-
"galleryCount": "rwa6qG_galleryCount",
|
|
4172
|
+
"galleryFilters": "rwa6qG_galleryFilters",
|
|
4173
|
+
"generateButton": "rwa6qG_generateButton",
|
|
4174
|
+
"galleryViewToggle": "rwa6qG_galleryViewToggle",
|
|
4175
|
+
"modelMenuItem": "rwa6qG_modelMenuItem",
|
|
4176
|
+
"lightboxCopy": "rwa6qG_lightboxCopy",
|
|
4177
|
+
"galleryRatio": "rwa6qG_galleryRatio",
|
|
4178
|
+
"galleryCard": "rwa6qG_galleryCard",
|
|
4179
|
+
"canvasStateHint": "rwa6qG_canvasStateHint",
|
|
4199
4180
|
"comparisonGrid": "rwa6qG_comparisonGrid",
|
|
4200
|
-
"canvasStateTitle": "rwa6qG_canvasStateTitle",
|
|
4201
|
-
"configScroll": "rwa6qG_configScroll",
|
|
4202
|
-
"optionRow": "rwa6qG_optionRow",
|
|
4203
|
-
"comparisonFullscreen": "rwa6qG_comparisonFullscreen",
|
|
4204
4181
|
"canvasEmptyIcon": "rwa6qG_canvasEmptyIcon",
|
|
4205
|
-
"galleryFilterHeading": "rwa6qG_galleryFilterHeading",
|
|
4206
|
-
"historyActions": "rwa6qG_historyActions",
|
|
4207
|
-
"lightboxStage": "rwa6qG_lightboxStage",
|
|
4208
4182
|
"image": "rwa6qG_image",
|
|
4183
|
+
"compareControl": "rwa6qG_compareControl",
|
|
4184
|
+
"comparisonFullscreenGrid": "rwa6qG_comparisonFullscreenGrid",
|
|
4185
|
+
"galleryClear": "rwa6qG_galleryClear",
|
|
4209
4186
|
"updateRelease": "rwa6qG_updateRelease",
|
|
4210
|
-
"
|
|
4211
|
-
"
|
|
4187
|
+
"galleryImage": "rwa6qG_galleryImage",
|
|
4188
|
+
"historyPrompt": "rwa6qG_historyPrompt",
|
|
4189
|
+
"comparisonFullscreen": "rwa6qG_comparisonFullscreen",
|
|
4212
4190
|
"taskPrompt": "rwa6qG_taskPrompt",
|
|
4213
|
-
"
|
|
4214
|
-
"
|
|
4215
|
-
"
|
|
4216
|
-
"
|
|
4217
|
-
"modelWrap": "rwa6qG_modelWrap",
|
|
4218
|
-
"promptFooter": "rwa6qG_promptFooter",
|
|
4219
|
-
"download": "rwa6qG_download",
|
|
4220
|
-
"historyList": "rwa6qG_historyList",
|
|
4221
|
-
"enhanceButton": "rwa6qG_enhanceButton",
|
|
4222
|
-
"paramGroup": "rwa6qG_paramGroup",
|
|
4223
|
-
"taskTrayHeader": "rwa6qG_taskTrayHeader",
|
|
4191
|
+
"galleryRemove": "rwa6qG_galleryRemove",
|
|
4192
|
+
"optionRow": "rwa6qG_optionRow",
|
|
4193
|
+
"updateBanner": "rwa6qG_updateBanner",
|
|
4194
|
+
"historyEmpty": "rwa6qG_historyEmpty",
|
|
4224
4195
|
"galleryAdd": "rwa6qG_galleryAdd",
|
|
4225
|
-
"
|
|
4226
|
-
"
|
|
4227
|
-
"
|
|
4228
|
-
"
|
|
4229
|
-
"
|
|
4230
|
-
"
|
|
4231
|
-
"
|
|
4196
|
+
"configGuide": "rwa6qG_configGuide",
|
|
4197
|
+
"lightboxClose": "rwa6qG_lightboxClose",
|
|
4198
|
+
"promptCount": "rwa6qG_promptCount",
|
|
4199
|
+
"lightboxMeta": "rwa6qG_lightboxMeta",
|
|
4200
|
+
"modePill": "rwa6qG_modePill",
|
|
4201
|
+
"galleryHeading": "rwa6qG_galleryHeading",
|
|
4202
|
+
"historySearch": "rwa6qG_historySearch",
|
|
4203
|
+
"dshImageGenToastIn": "rwa6qG_dshImageGenToastIn",
|
|
4204
|
+
"galleryCount": "rwa6qG_galleryCount",
|
|
4205
|
+
"lightboxActions": "rwa6qG_lightboxActions",
|
|
4232
4206
|
"comparisonImageButton": "rwa6qG_comparisonImageButton",
|
|
4233
|
-
"
|
|
4207
|
+
"galleryTagEditor": "rwa6qG_galleryTagEditor",
|
|
4208
|
+
"view": "rwa6qG_view",
|
|
4209
|
+
"galleryTagEdit": "rwa6qG_galleryTagEdit",
|
|
4210
|
+
"taskTrayClose": "rwa6qG_taskTrayClose",
|
|
4211
|
+
"historyThumb": "rwa6qG_historyThumb",
|
|
4212
|
+
"card": "rwa6qG_card",
|
|
4213
|
+
"imageCard": "rwa6qG_imageCard",
|
|
4214
|
+
"grid": "rwa6qG_grid",
|
|
4215
|
+
"lightboxTools": "rwa6qG_lightboxTools",
|
|
4216
|
+
"taskRows": "rwa6qG_taskRows",
|
|
4217
|
+
"historyAction": "rwa6qG_historyAction",
|
|
4218
|
+
"lightboxEdit": "rwa6qG_lightboxEdit",
|
|
4219
|
+
"gallerySort": "rwa6qG_gallerySort",
|
|
4220
|
+
"taskTrayHeader": "rwa6qG_taskTrayHeader",
|
|
4221
|
+
"paramGroup": "rwa6qG_paramGroup",
|
|
4222
|
+
"canvasError": "rwa6qG_canvasError",
|
|
4223
|
+
"referenceActions": "rwa6qG_referenceActions",
|
|
4224
|
+
"imageCaption": "rwa6qG_imageCaption",
|
|
4225
|
+
"modeRow": "rwa6qG_modeRow",
|
|
4226
|
+
"galleryWorkspace": "rwa6qG_galleryWorkspace",
|
|
4227
|
+
"taskTrayChevron": "rwa6qG_taskTrayChevron",
|
|
4228
|
+
"canvasBody": "rwa6qG_canvasBody",
|
|
4229
|
+
"galleryFilter": "rwa6qG_galleryFilter",
|
|
4230
|
+
"uploadIcon": "rwa6qG_uploadIcon",
|
|
4231
|
+
"historyMain": "rwa6qG_historyMain",
|
|
4232
|
+
"canvasHistoryTag": "rwa6qG_canvasHistoryTag",
|
|
4233
|
+
"bigSpinner": "rwa6qG_bigSpinner",
|
|
4234
|
+
"lightboxCaptionRow": "rwa6qG_lightboxCaptionRow",
|
|
4235
|
+
"studio": "rwa6qG_studio",
|
|
4234
4236
|
"uploadHint": "rwa6qG_uploadHint",
|
|
4237
|
+
"optionGrid": "rwa6qG_optionGrid",
|
|
4238
|
+
"gallerySelectMode": "rwa6qG_gallerySelectMode",
|
|
4239
|
+
"compareModelChoices": "rwa6qG_compareModelChoices",
|
|
4240
|
+
"historyFilters": "rwa6qG_historyFilters",
|
|
4241
|
+
"gallerySelect": "rwa6qG_gallerySelect",
|
|
4242
|
+
"lightboxDownload": "rwa6qG_lightboxDownload",
|
|
4243
|
+
"panel": "rwa6qG_panel",
|
|
4244
|
+
"historyInfo": "rwa6qG_historyInfo",
|
|
4245
|
+
"dshImageGenSpin": "rwa6qG_dshImageGenSpin",
|
|
4235
4246
|
"comparisonBoard": "rwa6qG_comparisonBoard",
|
|
4236
|
-
"
|
|
4237
|
-
"
|
|
4238
|
-
"
|
|
4239
|
-
"
|
|
4240
|
-
"
|
|
4241
|
-
"
|
|
4242
|
-
"
|
|
4243
|
-
"
|
|
4244
|
-
"
|
|
4245
|
-
"
|
|
4247
|
+
"canvasMeta": "rwa6qG_canvasMeta",
|
|
4248
|
+
"historyTitle": "rwa6qG_historyTitle",
|
|
4249
|
+
"galleryImageButton": "rwa6qG_galleryImageButton",
|
|
4250
|
+
"config": "rwa6qG_config",
|
|
4251
|
+
"reference": "rwa6qG_reference",
|
|
4252
|
+
"lightbox": "rwa6qG_lightbox",
|
|
4253
|
+
"canvasState": "rwa6qG_canvasState",
|
|
4254
|
+
"taskTrayCount": "rwa6qG_taskTrayCount",
|
|
4255
|
+
"galleryFilterDivider": "rwa6qG_galleryFilterDivider",
|
|
4256
|
+
"updateText": "rwa6qG_updateText",
|
|
4257
|
+
"galleryToolbarActions": "rwa6qG_galleryToolbarActions",
|
|
4258
|
+
"enhanceButton": "rwa6qG_enhanceButton",
|
|
4259
|
+
"configGuideBody": "rwa6qG_configGuideBody",
|
|
4246
4260
|
"gallerySearch": "rwa6qG_gallerySearch",
|
|
4247
|
-
"
|
|
4248
|
-
"lightboxCaptionRow": "rwa6qG_lightboxCaptionRow",
|
|
4249
|
-
"galleryRatioList": "rwa6qG_galleryRatioList",
|
|
4250
|
-
"galleryFilterNote": "rwa6qG_galleryFilterNote",
|
|
4251
|
-
"galleryClear": "rwa6qG_galleryClear",
|
|
4252
|
-
"promptCount": "rwa6qG_promptCount",
|
|
4253
|
-
"taskTrayChevron": "rwa6qG_taskTrayChevron",
|
|
4261
|
+
"panelHeader": "rwa6qG_panelHeader",
|
|
4254
4262
|
"galleryAvatar": "rwa6qG_galleryAvatar",
|
|
4255
|
-
"view": "rwa6qG_view",
|
|
4256
|
-
"dshImageGenSpin": "rwa6qG_dshImageGenSpin",
|
|
4257
|
-
"canvasState": "rwa6qG_canvasState",
|
|
4258
|
-
"historyItem": "rwa6qG_historyItem",
|
|
4259
|
-
"imageCaption": "rwa6qG_imageCaption",
|
|
4260
4263
|
"taskStatus": "rwa6qG_taskStatus",
|
|
4261
|
-
"
|
|
4262
|
-
"
|
|
4263
|
-
"
|
|
4264
|
-
"
|
|
4264
|
+
"galleryCardInfo": "rwa6qG_galleryCardInfo",
|
|
4265
|
+
"historyActions": "rwa6qG_historyActions",
|
|
4266
|
+
"historyClear": "rwa6qG_historyClear",
|
|
4267
|
+
"canvas": "rwa6qG_canvas",
|
|
4265
4268
|
"referenceImage": "rwa6qG_referenceImage",
|
|
4266
|
-
"
|
|
4267
|
-
"
|
|
4268
|
-
"
|
|
4269
|
+
"galleryFilterHeading": "rwa6qG_galleryFilterHeading",
|
|
4270
|
+
"lightboxNav": "rwa6qG_lightboxNav",
|
|
4271
|
+
"lightboxStage": "rwa6qG_lightboxStage",
|
|
4269
4272
|
"galleryToast": "rwa6qG_galleryToast",
|
|
4270
|
-
"
|
|
4271
|
-
"
|
|
4272
|
-
"
|
|
4273
|
-
"uploadIcon": "rwa6qG_uploadIcon",
|
|
4274
|
-
"optionGrid": "rwa6qG_optionGrid",
|
|
4275
|
-
"modelMenuItem": "rwa6qG_modelMenuItem",
|
|
4276
|
-
"reference": "rwa6qG_reference",
|
|
4277
|
-
"canvasStateHint": "rwa6qG_canvasStateHint",
|
|
4278
|
-
"zoomHint": "rwa6qG_zoomHint",
|
|
4279
|
-
"historyFilters": "rwa6qG_historyFilters",
|
|
4273
|
+
"modelSelect": "rwa6qG_modelSelect",
|
|
4274
|
+
"entry": "rwa6qG_entry",
|
|
4275
|
+
"historyHeader": "rwa6qG_historyHeader",
|
|
4280
4276
|
"lightboxZoomLevel": "rwa6qG_lightboxZoomLevel",
|
|
4281
|
-
"
|
|
4282
|
-
"
|
|
4277
|
+
"galleryToolbar": "rwa6qG_galleryToolbar",
|
|
4278
|
+
"panelTitle": "rwa6qG_panelTitle",
|
|
4279
|
+
"spinner": "rwa6qG_spinner",
|
|
4280
|
+
"lightboxCaption": "rwa6qG_lightboxCaption",
|
|
4281
|
+
"galleryMasonry": "rwa6qG_galleryMasonry",
|
|
4282
|
+
"historyThumbPlaceholder": "rwa6qG_historyThumbPlaceholder",
|
|
4283
|
+
"entryLabel": "rwa6qG_entryLabel",
|
|
4284
|
+
"galleryFilterNote": "rwa6qG_galleryFilterNote",
|
|
4285
|
+
"gallerySelectionClear": "rwa6qG_gallerySelectionClear",
|
|
4286
|
+
"galleryBadge": "rwa6qG_galleryBadge",
|
|
4287
|
+
"history": "rwa6qG_history",
|
|
4288
|
+
"gallerySelectionBar": "rwa6qG_gallerySelectionBar",
|
|
4289
|
+
"uploadBox": "rwa6qG_uploadBox",
|
|
4290
|
+
"githubLink": "rwa6qG_githubLink",
|
|
4291
|
+
"updateActions": "rwa6qG_updateActions",
|
|
4292
|
+
"entryIcon": "rwa6qG_entryIcon",
|
|
4293
|
+
"footer": "rwa6qG_footer",
|
|
4294
|
+
"modelMenuList": "rwa6qG_modelMenuList",
|
|
4295
|
+
"canvasStateTitle": "rwa6qG_canvasStateTitle",
|
|
4296
|
+
"zoomHint": "rwa6qG_zoomHint",
|
|
4297
|
+
"galleryTagFilterList": "rwa6qG_galleryTagFilterList",
|
|
4298
|
+
"galleryTags": "rwa6qG_galleryTags",
|
|
4299
|
+
"lightboxImage": "rwa6qG_lightboxImage",
|
|
4300
|
+
"promptFooter": "rwa6qG_promptFooter",
|
|
4301
|
+
"historyItem": "rwa6qG_historyItem",
|
|
4302
|
+
"galleryFilterCount": "rwa6qG_galleryFilterCount",
|
|
4303
|
+
"modelWrap": "rwa6qG_modelWrap",
|
|
4304
|
+
"galleryTagInput": "rwa6qG_galleryTagInput",
|
|
4305
|
+
"hiddenFile": "rwa6qG_hiddenFile",
|
|
4306
|
+
"lightboxScaleFrame": "rwa6qG_lightboxScaleFrame",
|
|
4307
|
+
"lightboxIndex": "rwa6qG_lightboxIndex",
|
|
4308
|
+
"historyList": "rwa6qG_historyList",
|
|
4309
|
+
"compareToggle": "rwa6qG_compareToggle",
|
|
4310
|
+
"configScroll": "rwa6qG_configScroll",
|
|
4311
|
+
"historyMeta": "rwa6qG_historyMeta",
|
|
4312
|
+
"download": "rwa6qG_download",
|
|
4313
|
+
"galleryBulkButton": "rwa6qG_galleryBulkButton",
|
|
4314
|
+
"generateInner": "rwa6qG_generateInner",
|
|
4315
|
+
"galleryCardFooter": "rwa6qG_galleryCardFooter",
|
|
4316
|
+
"panelHeading": "rwa6qG_panelHeading",
|
|
4317
|
+
"paramLabel": "rwa6qG_paramLabel",
|
|
4318
|
+
"connectionDot": "rwa6qG_connectionDot",
|
|
4319
|
+
"paramHint": "rwa6qG_paramHint",
|
|
4320
|
+
"modelMenu": "rwa6qG_modelMenu",
|
|
4321
|
+
"templatesButton": "rwa6qG_templatesButton",
|
|
4322
|
+
"prompt": "rwa6qG_prompt",
|
|
4323
|
+
"lightboxFigure": "rwa6qG_lightboxFigure",
|
|
4324
|
+
"galleryTagFilter": "rwa6qG_galleryTagFilter",
|
|
4325
|
+
"taskTray": "rwa6qG_taskTray",
|
|
4326
|
+
"modelLabel": "rwa6qG_modelLabel",
|
|
4327
|
+
"taskRow": "rwa6qG_taskRow",
|
|
4328
|
+
"galleryRatioList": "rwa6qG_galleryRatioList"
|
|
4283
4329
|
};
|
|
4284
4330
|
//#endregion
|
|
4285
4331
|
//#region src/client/mount.tsx
|
|
@@ -4936,79 +4982,79 @@ window.__ModuleLoader__.load({
|
|
|
4936
4982
|
document.head.appendChild(tag);
|
|
4937
4983
|
}
|
|
4938
4984
|
var settings_card_module_css_default = {
|
|
4939
|
-
"input": "zmjoSq_input",
|
|
4940
|
-
"channelAction": "zmjoSq_channelAction",
|
|
4941
|
-
"candidatePanel": "zmjoSq_candidatePanel",
|
|
4942
4985
|
"candidateLabel": "zmjoSq_candidateLabel",
|
|
4943
|
-
"linkButton": "zmjoSq_linkButton",
|
|
4944
4986
|
"channelEmpty": "zmjoSq_channelEmpty",
|
|
4945
|
-
"
|
|
4946
|
-
"channelDotWarn": "zmjoSq_channelDotWarn",
|
|
4947
|
-
"channelHost": "zmjoSq_channelHost",
|
|
4948
|
-
"deleteConfirmText": "zmjoSq_deleteConfirmText",
|
|
4949
|
-
"field": "zmjoSq_field",
|
|
4950
|
-
"channelMain": "zmjoSq_channelMain",
|
|
4951
|
-
"editorWrap": "zmjoSq_editorWrap",
|
|
4952
|
-
"candidateTitle": "zmjoSq_candidateTitle",
|
|
4987
|
+
"input": "zmjoSq_input",
|
|
4953
4988
|
"channelAddRow": "zmjoSq_channelAddRow",
|
|
4954
|
-
"
|
|
4955
|
-
"
|
|
4956
|
-
"
|
|
4957
|
-
"
|
|
4958
|
-
"modelCatalogMeta": "zmjoSq_modelCatalogMeta",
|
|
4959
|
-
"channelDanger": "zmjoSq_channelDanger",
|
|
4960
|
-
"modelRows": "zmjoSq_modelRows",
|
|
4961
|
-
"discard": "zmjoSq_discard",
|
|
4962
|
-
"modelCatalogHead": "zmjoSq_modelCatalogHead",
|
|
4963
|
-
"header": "zmjoSq_header",
|
|
4964
|
-
"headText": "zmjoSq_headText",
|
|
4965
|
-
"editorFooter": "zmjoSq_editorFooter",
|
|
4966
|
-
"modelCatalogTitle": "zmjoSq_modelCatalogTitle",
|
|
4967
|
-
"editorHeader": "zmjoSq_editorHeader",
|
|
4968
|
-
"channelName": "zmjoSq_channelName",
|
|
4969
|
-
"name": "zmjoSq_name",
|
|
4989
|
+
"addModel": "zmjoSq_addModel",
|
|
4990
|
+
"channelSection": "zmjoSq_channelSection",
|
|
4991
|
+
"linkButton": "zmjoSq_linkButton",
|
|
4992
|
+
"modelRow": "zmjoSq_modelRow",
|
|
4970
4993
|
"modelCategorySelect": "zmjoSq_modelCategorySelect",
|
|
4971
|
-
"
|
|
4972
|
-
"
|
|
4973
|
-
"candidateHead": "zmjoSq_candidateHead",
|
|
4974
|
-
"pending": "zmjoSq_pending",
|
|
4975
|
-
"channelRow": "zmjoSq_channelRow",
|
|
4994
|
+
"link": "zmjoSq_link",
|
|
4995
|
+
"head": "zmjoSq_head",
|
|
4976
4996
|
"candidateList": "zmjoSq_candidateList",
|
|
4977
|
-
"
|
|
4978
|
-
"chevronOpen": "zmjoSq_chevronOpen",
|
|
4979
|
-
"candidateActions": "zmjoSq_candidateActions",
|
|
4980
|
-
"channelMeta": "zmjoSq_channelMeta",
|
|
4981
|
-
"readOnly": "zmjoSq_readOnly",
|
|
4997
|
+
"editorTag": "zmjoSq_editorTag",
|
|
4982
4998
|
"modelBadge": "zmjoSq_modelBadge",
|
|
4983
|
-
"
|
|
4984
|
-
"
|
|
4999
|
+
"modelCatalogTitle": "zmjoSq_modelCatalogTitle",
|
|
5000
|
+
"channelEditor": "zmjoSq_channelEditor",
|
|
5001
|
+
"reset": "zmjoSq_reset",
|
|
4985
5002
|
"footer": "zmjoSq_footer",
|
|
4986
|
-
"
|
|
4987
|
-
"
|
|
4988
|
-
"
|
|
4989
|
-
"
|
|
4990
|
-
"channelAdd": "zmjoSq_channelAdd",
|
|
4991
|
-
"modelRowRemove": "zmjoSq_modelRowRemove",
|
|
4992
|
-
"customSettingsSummary": "zmjoSq_customSettingsSummary",
|
|
4993
|
-
"channelSection": "zmjoSq_channelSection",
|
|
4994
|
-
"candidateId": "zmjoSq_candidateId",
|
|
5003
|
+
"pending": "zmjoSq_pending",
|
|
5004
|
+
"customSettings": "zmjoSq_customSettings",
|
|
5005
|
+
"modelInput": "zmjoSq_modelInput",
|
|
5006
|
+
"chevron": "zmjoSq_chevron",
|
|
4995
5007
|
"save": "zmjoSq_save",
|
|
4996
|
-
"
|
|
5008
|
+
"channelList": "zmjoSq_channelList",
|
|
5009
|
+
"channelBadge": "zmjoSq_channelBadge",
|
|
5010
|
+
"modelCatalogHead": "zmjoSq_modelCatalogHead",
|
|
4997
5011
|
"modelArrow": "zmjoSq_modelArrow",
|
|
4998
5012
|
"candidate": "zmjoSq_candidate",
|
|
4999
|
-
"
|
|
5000
|
-
"
|
|
5013
|
+
"header": "zmjoSq_header",
|
|
5014
|
+
"channelRow": "zmjoSq_channelRow",
|
|
5015
|
+
"select": "zmjoSq_select",
|
|
5016
|
+
"channelDotWarn": "zmjoSq_channelDotWarn",
|
|
5017
|
+
"modelCatalog": "zmjoSq_modelCatalog",
|
|
5018
|
+
"name": "zmjoSq_name",
|
|
5019
|
+
"channelAction": "zmjoSq_channelAction",
|
|
5020
|
+
"editorWrap": "zmjoSq_editorWrap",
|
|
5021
|
+
"card": "zmjoSq_card",
|
|
5022
|
+
"sectionTitle": "zmjoSq_sectionTitle",
|
|
5023
|
+
"candidateId": "zmjoSq_candidateId",
|
|
5024
|
+
"candidateHead": "zmjoSq_candidateHead",
|
|
5001
5025
|
"sectionHint": "zmjoSq_sectionHint",
|
|
5002
|
-
"
|
|
5026
|
+
"detectOk": "zmjoSq_detectOk",
|
|
5027
|
+
"candidatePanel": "zmjoSq_candidatePanel",
|
|
5003
5028
|
"channelDotReady": "zmjoSq_channelDotReady",
|
|
5004
|
-
"
|
|
5029
|
+
"readOnly": "zmjoSq_readOnly",
|
|
5030
|
+
"editorFooter": "zmjoSq_editorFooter",
|
|
5031
|
+
"failed": "zmjoSq_failed",
|
|
5032
|
+
"headText": "zmjoSq_headText",
|
|
5033
|
+
"channelHost": "zmjoSq_channelHost",
|
|
5034
|
+
"editorHeader": "zmjoSq_editorHeader",
|
|
5005
5035
|
"editorTitle": "zmjoSq_editorTitle",
|
|
5006
|
-
"
|
|
5036
|
+
"discard": "zmjoSq_discard",
|
|
5037
|
+
"modelRowRemove": "zmjoSq_modelRowRemove",
|
|
5038
|
+
"candidateActions": "zmjoSq_candidateActions",
|
|
5007
5039
|
"modelEmpty": "zmjoSq_modelEmpty",
|
|
5008
|
-
"
|
|
5009
|
-
"
|
|
5010
|
-
"
|
|
5011
|
-
"
|
|
5040
|
+
"body": "zmjoSq_body",
|
|
5041
|
+
"label": "zmjoSq_label",
|
|
5042
|
+
"customSettingsBody": "zmjoSq_customSettingsBody",
|
|
5043
|
+
"field": "zmjoSq_field",
|
|
5044
|
+
"description": "zmjoSq_description",
|
|
5045
|
+
"channelDanger": "zmjoSq_channelDanger",
|
|
5046
|
+
"channelMain": "zmjoSq_channelMain",
|
|
5047
|
+
"sectionHeader": "zmjoSq_sectionHeader",
|
|
5048
|
+
"deleteConfirmText": "zmjoSq_deleteConfirmText",
|
|
5049
|
+
"candidateTitle": "zmjoSq_candidateTitle",
|
|
5050
|
+
"modelCatalogTools": "zmjoSq_modelCatalogTools",
|
|
5051
|
+
"customSettingsSummary": "zmjoSq_customSettingsSummary",
|
|
5052
|
+
"channelName": "zmjoSq_channelName",
|
|
5053
|
+
"chevronOpen": "zmjoSq_chevronOpen",
|
|
5054
|
+
"modelCatalogMeta": "zmjoSq_modelCatalogMeta",
|
|
5055
|
+
"channelMeta": "zmjoSq_channelMeta",
|
|
5056
|
+
"channelAdd": "zmjoSq_channelAdd",
|
|
5057
|
+
"modelRows": "zmjoSq_modelRows"
|
|
5012
5058
|
};
|
|
5013
5059
|
//#endregion
|
|
5014
5060
|
//#region src/client/SettingsCard.tsx
|
|
@@ -6024,17 +6070,17 @@ window.__ModuleLoader__.load({
|
|
|
6024
6070
|
document.head.appendChild(tag);
|
|
6025
6071
|
}
|
|
6026
6072
|
var audio_toolview_module_css_default = {
|
|
6027
|
-
"
|
|
6028
|
-
"icon": "_7K1QKa_icon",
|
|
6073
|
+
"status": "_7K1QKa_status",
|
|
6029
6074
|
"message": "_7K1QKa_message",
|
|
6030
|
-
"error": "_7K1QKa_error",
|
|
6031
6075
|
"header": "_7K1QKa_header",
|
|
6076
|
+
"audios": "_7K1QKa_audios",
|
|
6077
|
+
"icon": "_7K1QKa_icon",
|
|
6032
6078
|
"download": "_7K1QKa_download",
|
|
6079
|
+
"empty": "_7K1QKa_empty",
|
|
6033
6080
|
"audioRow": "_7K1QKa_audioRow",
|
|
6034
|
-
"root": "_7K1QKa_root",
|
|
6035
|
-
"status": "_7K1QKa_status",
|
|
6036
6081
|
"audio": "_7K1QKa_audio",
|
|
6037
|
-
"
|
|
6082
|
+
"root": "_7K1QKa_root",
|
|
6083
|
+
"error": "_7K1QKa_error"
|
|
6038
6084
|
};
|
|
6039
6085
|
//#endregion
|
|
6040
6086
|
//#region src/client/audio-toolview.tsx
|