dsh-tender-workbench 0.2.1-beta.0

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.
Files changed (65) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +108 -0
  3. package/cordis.patch.yml +3 -0
  4. package/lib/client.js +17296 -0
  5. package/lib/client.js.map +1 -0
  6. package/lib/index.js +5 -0
  7. package/lib/types/client/TenderEntry.d.ts +14 -0
  8. package/lib/types/client/TenderEntry.d.ts.map +1 -0
  9. package/lib/types/client/TenderFilterPanel.d.ts +14 -0
  10. package/lib/types/client/TenderFilterPanel.d.ts.map +1 -0
  11. package/lib/types/client/TenderResultsEntry.d.ts +4 -0
  12. package/lib/types/client/TenderResultsEntry.d.ts.map +1 -0
  13. package/lib/types/client/TenderResultsPanel.d.ts +16 -0
  14. package/lib/types/client/TenderResultsPanel.d.ts.map +1 -0
  15. package/lib/types/client/area-data.d.ts +8 -0
  16. package/lib/types/client/area-data.d.ts.map +1 -0
  17. package/lib/types/client/area-utils.d.ts +15 -0
  18. package/lib/types/client/area-utils.d.ts.map +1 -0
  19. package/lib/types/client/drawer-coordinator.d.ts +5 -0
  20. package/lib/types/client/drawer-coordinator.d.ts.map +1 -0
  21. package/lib/types/client/fields/AdvancedFields.d.ts +4 -0
  22. package/lib/types/client/fields/AdvancedFields.d.ts.map +1 -0
  23. package/lib/types/client/fields/KeywordField.d.ts +4 -0
  24. package/lib/types/client/fields/KeywordField.d.ts.map +1 -0
  25. package/lib/types/client/fields/PublishTimeField.d.ts +4 -0
  26. package/lib/types/client/fields/PublishTimeField.d.ts.map +1 -0
  27. package/lib/types/client/fields/RegionField.d.ts +4 -0
  28. package/lib/types/client/fields/RegionField.d.ts.map +1 -0
  29. package/lib/types/client/fields/SearchTypeField.d.ts +9 -0
  30. package/lib/types/client/fields/SearchTypeField.d.ts.map +1 -0
  31. package/lib/types/client/fields/StageField.d.ts +4 -0
  32. package/lib/types/client/fields/StageField.d.ts.map +1 -0
  33. package/lib/types/client/fields/field-props.d.ts +11 -0
  34. package/lib/types/client/fields/field-props.d.ts.map +1 -0
  35. package/lib/types/client/fields/options.d.ts +18 -0
  36. package/lib/types/client/fields/options.d.ts.map +1 -0
  37. package/lib/types/client/format.d.ts +5 -0
  38. package/lib/types/client/format.d.ts.map +1 -0
  39. package/lib/types/client/index.d.ts +13 -0
  40. package/lib/types/client/index.d.ts.map +1 -0
  41. package/lib/types/client/locales.d.ts +384 -0
  42. package/lib/types/client/locales.d.ts.map +1 -0
  43. package/lib/types/client/merge-draft.d.ts +3 -0
  44. package/lib/types/client/merge-draft.d.ts.map +1 -0
  45. package/lib/types/client/qcc-request.d.ts +46 -0
  46. package/lib/types/client/qcc-request.d.ts.map +1 -0
  47. package/lib/types/client/result-adapters.d.ts +10 -0
  48. package/lib/types/client/result-adapters.d.ts.map +1 -0
  49. package/lib/types/client/result-parser.d.ts +13 -0
  50. package/lib/types/client/result-parser.d.ts.map +1 -0
  51. package/lib/types/client/result-summary.d.ts +31 -0
  52. package/lib/types/client/result-summary.d.ts.map +1 -0
  53. package/lib/types/client/result-types.d.ts +86 -0
  54. package/lib/types/client/result-types.d.ts.map +1 -0
  55. package/lib/types/client/tender-search-definition.d.ts +8 -0
  56. package/lib/types/client/tender-search-definition.d.ts.map +1 -0
  57. package/lib/types/client/types.d.ts +38 -0
  58. package/lib/types/client/types.d.ts.map +1 -0
  59. package/lib/types/client/validation.d.ts +12 -0
  60. package/lib/types/client/validation.d.ts.map +1 -0
  61. package/lib/types/client/write-session-draft.d.ts +4 -0
  62. package/lib/types/client/write-session-draft.d.ts.map +1 -0
  63. package/lib/types/index.d.ts +3 -0
  64. package/lib/types/index.d.ts.map +1 -0
  65. package/package.json +99 -0
@@ -0,0 +1,384 @@
1
+ export declare const zh: {
2
+ readonly 'trigger.label': "招投标";
3
+ readonly 'trigger.aria': "打开招投标工作台";
4
+ readonly 'results.trigger': "招投标结果 · {count}";
5
+ readonly 'results.close': "关闭结果面板";
6
+ readonly 'results.tabs': "招投标结果视图";
7
+ readonly 'results.summary': "汇总";
8
+ readonly 'results.list': "列表";
9
+ readonly 'results.partialFailure': "本轮有 {count} 次搜索未成功,已展示其余可用结果。";
10
+ readonly 'results.empty': "本轮没有可展示的已加载结果。";
11
+ readonly 'results.loadedScope': "仅展示本轮 MCP 实际返回并已加载的数据。";
12
+ readonly 'results.tenderTitle': "招投标搜索结果";
13
+ readonly 'results.proposedTitle': "拟建项目搜索结果";
14
+ readonly 'results.completedMeta': "{time} · 已加载 {count} 条";
15
+ readonly 'results.turn': "搜索轮次";
16
+ readonly 'results.turnOption': "{time} · {count} 条";
17
+ readonly 'results.tenderSummary': "招投标查询摘要";
18
+ readonly 'results.proposedSummary': "拟建项目查询摘要";
19
+ readonly 'results.hitTotal': "命中总数";
20
+ readonly 'results.loaded': "本次已加载";
21
+ readonly 'results.effectiveFilters': "生效筛选";
22
+ readonly 'results.loadedSummary': "基于本次已加载结果";
23
+ readonly 'results.loadedCount': "已加载";
24
+ readonly 'results.amountCoverage': "金额有值";
25
+ readonly 'results.nearestPendingDeadline': "最近待截止时间";
26
+ readonly 'results.noPendingDeadline': "暂无待截止项目";
27
+ readonly 'results.regionDistribution': "地区分布";
28
+ readonly 'results.infoTypeDistribution': "信息类型";
29
+ readonly 'results.statusDistribution': "公告状态";
30
+ readonly 'results.stageDistribution': "项目阶段";
31
+ readonly 'results.approvalDistribution': "审批进度";
32
+ readonly 'results.noStats': "暂无数据";
33
+ readonly 'results.invalidItems': "有 {count} 条记录无法识别,已跳过。";
34
+ readonly 'results.searchFailed': "搜索失败";
35
+ readonly 'results.incompatible': "结果结构无法识别";
36
+ readonly 'results.region': "地区";
37
+ readonly 'results.purchaser': "招采单位";
38
+ readonly 'results.winner': "中标单位";
39
+ readonly 'results.tenderAmounts': "预算 / 中标金额";
40
+ readonly 'results.deadline': "投标截止时间";
41
+ readonly 'results.agency': "代理单位";
42
+ readonly 'results.procurementMethod': "招采方式";
43
+ readonly 'results.procurementType': "招采类型";
44
+ readonly 'results.industries': "行业分类";
45
+ readonly 'results.projectNumber': "项目编号";
46
+ readonly 'results.products': "相关产品";
47
+ readonly 'results.tenderId': "标讯 ID";
48
+ readonly 'results.investment': "项目总投资";
49
+ readonly 'results.builder': "建设单位";
50
+ readonly 'results.approver': "审批单位";
51
+ readonly 'results.proposedId': "拟建项目 ID";
52
+ readonly 'results.expand': "展开“{title}”详情";
53
+ readonly 'results.collapse': "收起详情";
54
+ readonly 'results.currency': "{amount} 元";
55
+ readonly 'dialog.title': "招投标工作台";
56
+ readonly 'dialog.description': "高频条件直接选择,高级条件按需展开;确认后写入当前会话草稿。";
57
+ readonly 'dialog.close': "关闭筛选面板";
58
+ readonly 'section.searchMode': "第一步:选择搜索类型";
59
+ readonly 'section.basic': "基本条件";
60
+ readonly 'section.region': "地区与阶段";
61
+ readonly 'section.advanced': "高级筛选";
62
+ readonly 'field.searchMode': "搜索类型";
63
+ readonly 'searchMode.tender': "招投标搜索";
64
+ readonly 'searchMode.tender.description': "查询招标公告或中标公告";
65
+ readonly 'searchMode.proposed': "拟建项目搜索";
66
+ readonly 'searchMode.proposed.description': "查询立项、审批和建设准备信息";
67
+ readonly 'field.noticeType': "信息类型";
68
+ readonly 'notice.all': "不限";
69
+ readonly 'notice.ifb': "招标";
70
+ readonly 'notice.wtb': "中标";
71
+ readonly 'field.keywords': "关键词";
72
+ readonly 'field.keywords.placeholder': "例如:大数据 招标";
73
+ readonly 'field.publishTime': "发布时间";
74
+ readonly 'field.customStart': "开始日期";
75
+ readonly 'field.customEnd': "结束日期";
76
+ readonly 'field.regions': "省市区";
77
+ readonly 'region.unlimited': "不限";
78
+ readonly 'region.andMore': "等,共";
79
+ readonly 'region.cascader': "省市区级联选择";
80
+ readonly 'region.search.placeholder': "搜索省、市或区县";
81
+ readonly 'region.lowerLevel': "下级地区";
82
+ readonly 'region.triggerHint': "选择或搜索地区";
83
+ readonly 'region.interactionHint': "点击整行即可选中并进入下一级";
84
+ readonly 'region.level.province': "省级";
85
+ readonly 'region.level.city': "市级";
86
+ readonly 'region.level.district': "区县级";
87
+ readonly 'region.noResults': "没有匹配的地区";
88
+ readonly 'region.selected': "个地区已选";
89
+ readonly 'region.clear': "清空";
90
+ readonly 'region.done': "完成";
91
+ readonly 'region.remove': "移除";
92
+ readonly 'filter.close': "收起筛选项";
93
+ readonly 'field.stages': "招标阶段";
94
+ readonly 'field.tenderStages': "招标阶段";
95
+ readonly 'field.awardStages': "中标阶段";
96
+ readonly 'field.proposedStages': "项目阶段";
97
+ readonly 'field.approvalProgress': "审批进度";
98
+ readonly 'field.procurementMethod': "招采方式";
99
+ readonly 'field.industry': "行业分类";
100
+ readonly 'field.procurementType': "招采类型";
101
+ readonly 'field.budgetAmount': "预算金额";
102
+ readonly 'field.awardAmount': "中标金额";
103
+ readonly 'field.projectInvestment': "项目总投资";
104
+ readonly 'field.amountMin': "最低金额";
105
+ readonly 'field.amountMax': "最高金额";
106
+ readonly 'unit.tenThousand': "万";
107
+ readonly 'option.unlimited': "不限";
108
+ readonly 'option.more': "更多";
109
+ readonly 'option.less': "收起";
110
+ readonly 'publish.all': "不限";
111
+ readonly 'publish.today': "今天";
112
+ readonly 'publish.3d': "近3天";
113
+ readonly 'publish.7d': "近7天";
114
+ readonly 'publish.1m': "近1个月";
115
+ readonly 'publish.3m': "近3个月";
116
+ readonly 'publish.6m': "近6个月";
117
+ readonly 'publish.1y': "近1年";
118
+ readonly 'publish.3y': "近3年";
119
+ readonly 'publish.5y': "近5年";
120
+ readonly 'publish.custom': "自定义";
121
+ readonly 'publish.priorYears': "往年";
122
+ readonly 'stage.preview': "预告";
123
+ readonly 'stage.tender': "招标";
124
+ readonly 'stage.change': "变更";
125
+ readonly 'stage.clarification': "澄清答疑";
126
+ readonly 'province.beijing': "北京市";
127
+ readonly 'province.tianjin': "天津市";
128
+ readonly 'province.hebei': "河北省";
129
+ readonly 'province.shanxi': "山西省";
130
+ readonly 'province.innerMongolia': "内蒙古自治区";
131
+ readonly 'province.liaoning': "辽宁省";
132
+ readonly 'province.jilin': "吉林省";
133
+ readonly 'province.heilongjiang': "黑龙江省";
134
+ readonly 'province.shanghai': "上海市";
135
+ readonly 'province.jiangsu': "江苏省";
136
+ readonly 'province.zhejiang': "浙江省";
137
+ readonly 'province.anhui': "安徽省";
138
+ readonly 'province.fujian': "福建省";
139
+ readonly 'province.jiangxi': "江西省";
140
+ readonly 'province.shandong': "山东省";
141
+ readonly 'province.henan': "河南省";
142
+ readonly 'province.hubei': "湖北省";
143
+ readonly 'province.hunan': "湖南省";
144
+ readonly 'province.guangdong': "广东省";
145
+ readonly 'province.guangxi': "广西壮族自治区";
146
+ readonly 'province.hainan': "海南省";
147
+ readonly 'province.chongqing': "重庆市";
148
+ readonly 'province.sichuan': "四川省";
149
+ readonly 'province.guizhou': "贵州省";
150
+ readonly 'province.yunnan': "云南省";
151
+ readonly 'province.tibet': "西藏自治区";
152
+ readonly 'province.shaanxi': "陕西省";
153
+ readonly 'province.gansu': "甘肃省";
154
+ readonly 'province.qinghai': "青海省";
155
+ readonly 'province.ningxia': "宁夏回族自治区";
156
+ readonly 'province.xinjiang': "新疆维吾尔自治区";
157
+ readonly 'province.hongKong': "香港特别行政区";
158
+ readonly 'province.macao': "澳门特别行政区";
159
+ readonly 'province.taiwan': "台湾省";
160
+ readonly 'procurement.open': "公开招标";
161
+ readonly 'procurement.invited': "邀请招标";
162
+ readonly 'procurement.negotiation': "竞争性谈判";
163
+ readonly 'procurement.consultation': "竞争性磋商";
164
+ readonly 'procurement.inquiry': "询价";
165
+ readonly 'procurement.single': "单一来源";
166
+ readonly 'industry.it': "信息技术";
167
+ readonly 'industry.construction': "建筑工程";
168
+ readonly 'industry.medical': "医疗卫生";
169
+ readonly 'industry.education': "教育科研";
170
+ readonly 'industry.transport': "交通运输";
171
+ readonly 'industry.energy': "能源化工";
172
+ readonly 'industry.environment': "生态环保";
173
+ readonly 'industry.finance': "金融服务";
174
+ readonly 'type.engineering': "工程";
175
+ readonly 'type.goods': "货物";
176
+ readonly 'type.service': "服务";
177
+ readonly 'action.reset': "重置";
178
+ readonly 'action.cancel': "取消";
179
+ readonly 'action.confirm': "确定并填入对话框";
180
+ readonly 'error.customDateRequired': "自定义发布时间至少需要填写一个日期。";
181
+ readonly 'error.dateOrder': "结束日期不能早于开始日期。";
182
+ readonly 'error.budget': "请输入合法预算,例如“500万元以上”或“100万-500万”。";
183
+ readonly 'error.amountInvalid': "最低金额和最高金额必须是合法数字。";
184
+ readonly 'error.amountOrder': "最高金额不能小于最低金额。";
185
+ readonly 'error.keywordLimit': "关键词最多 10 个,请减少后再确认。";
186
+ readonly 'error.regionLimit': "省市区最多选择 20 个,请减少后再确认。";
187
+ readonly 'error.regionUnsupported': "企查查当前不支持港澳台地区检索,请移除后再确认。";
188
+ readonly 'error.noSupportedFilter': "请至少设置一个企查查支持的筛选条件。";
189
+ readonly 'error.request': "无法生成有效的检索参数,请检查筛选条件。";
190
+ readonly 'error.writeDraft': "当前会话不可用,未能写入草稿。请保留筛选面板后重试。";
191
+ };
192
+ export type TenderKey = keyof typeof zh;
193
+ export declare const en: {
194
+ 'trigger.label': string;
195
+ 'trigger.aria': string;
196
+ 'results.trigger': string;
197
+ 'results.close': string;
198
+ 'results.tabs': string;
199
+ 'results.summary': string;
200
+ 'results.list': string;
201
+ 'results.partialFailure': string;
202
+ 'results.empty': string;
203
+ 'results.loadedScope': string;
204
+ 'results.tenderTitle': string;
205
+ 'results.proposedTitle': string;
206
+ 'results.completedMeta': string;
207
+ 'results.turn': string;
208
+ 'results.turnOption': string;
209
+ 'results.tenderSummary': string;
210
+ 'results.proposedSummary': string;
211
+ 'results.hitTotal': string;
212
+ 'results.loaded': string;
213
+ 'results.effectiveFilters': string;
214
+ 'results.loadedSummary': string;
215
+ 'results.loadedCount': string;
216
+ 'results.amountCoverage': string;
217
+ 'results.nearestPendingDeadline': string;
218
+ 'results.noPendingDeadline': string;
219
+ 'results.regionDistribution': string;
220
+ 'results.infoTypeDistribution': string;
221
+ 'results.statusDistribution': string;
222
+ 'results.stageDistribution': string;
223
+ 'results.approvalDistribution': string;
224
+ 'results.noStats': string;
225
+ 'results.invalidItems': string;
226
+ 'results.searchFailed': string;
227
+ 'results.incompatible': string;
228
+ 'results.region': string;
229
+ 'results.purchaser': string;
230
+ 'results.winner': string;
231
+ 'results.tenderAmounts': string;
232
+ 'results.deadline': string;
233
+ 'results.agency': string;
234
+ 'results.procurementMethod': string;
235
+ 'results.procurementType': string;
236
+ 'results.industries': string;
237
+ 'results.projectNumber': string;
238
+ 'results.products': string;
239
+ 'results.tenderId': string;
240
+ 'results.investment': string;
241
+ 'results.builder': string;
242
+ 'results.approver': string;
243
+ 'results.proposedId': string;
244
+ 'results.expand': string;
245
+ 'results.collapse': string;
246
+ 'results.currency': string;
247
+ 'dialog.title': string;
248
+ 'dialog.description': string;
249
+ 'dialog.close': string;
250
+ 'section.searchMode': string;
251
+ 'section.basic': string;
252
+ 'section.region': string;
253
+ 'section.advanced': string;
254
+ 'field.searchMode': string;
255
+ 'searchMode.tender': string;
256
+ 'searchMode.tender.description': string;
257
+ 'searchMode.proposed': string;
258
+ 'searchMode.proposed.description': string;
259
+ 'field.noticeType': string;
260
+ 'notice.all': string;
261
+ 'notice.ifb': string;
262
+ 'notice.wtb': string;
263
+ 'field.keywords': string;
264
+ 'field.keywords.placeholder': string;
265
+ 'field.publishTime': string;
266
+ 'field.customStart': string;
267
+ 'field.customEnd': string;
268
+ 'field.regions': string;
269
+ 'region.unlimited': string;
270
+ 'region.andMore': string;
271
+ 'region.cascader': string;
272
+ 'region.search.placeholder': string;
273
+ 'region.lowerLevel': string;
274
+ 'region.triggerHint': string;
275
+ 'region.interactionHint': string;
276
+ 'region.level.province': string;
277
+ 'region.level.city': string;
278
+ 'region.level.district': string;
279
+ 'region.noResults': string;
280
+ 'region.selected': string;
281
+ 'region.clear': string;
282
+ 'region.done': string;
283
+ 'region.remove': string;
284
+ 'filter.close': string;
285
+ 'field.stages': string;
286
+ 'field.tenderStages': string;
287
+ 'field.awardStages': string;
288
+ 'field.proposedStages': string;
289
+ 'field.approvalProgress': string;
290
+ 'field.procurementMethod': string;
291
+ 'field.industry': string;
292
+ 'field.procurementType': string;
293
+ 'field.budgetAmount': string;
294
+ 'field.awardAmount': string;
295
+ 'field.projectInvestment': string;
296
+ 'field.amountMin': string;
297
+ 'field.amountMax': string;
298
+ 'unit.tenThousand': string;
299
+ 'option.unlimited': string;
300
+ 'option.more': string;
301
+ 'option.less': string;
302
+ 'publish.all': string;
303
+ 'publish.today': string;
304
+ 'publish.3d': string;
305
+ 'publish.7d': string;
306
+ 'publish.1m': string;
307
+ 'publish.3m': string;
308
+ 'publish.6m': string;
309
+ 'publish.1y': string;
310
+ 'publish.3y': string;
311
+ 'publish.5y': string;
312
+ 'publish.custom': string;
313
+ 'publish.priorYears': string;
314
+ 'stage.preview': string;
315
+ 'stage.tender': string;
316
+ 'stage.change': string;
317
+ 'stage.clarification': string;
318
+ 'province.beijing': string;
319
+ 'province.tianjin': string;
320
+ 'province.hebei': string;
321
+ 'province.shanxi': string;
322
+ 'province.innerMongolia': string;
323
+ 'province.liaoning': string;
324
+ 'province.jilin': string;
325
+ 'province.heilongjiang': string;
326
+ 'province.shanghai': string;
327
+ 'province.jiangsu': string;
328
+ 'province.zhejiang': string;
329
+ 'province.anhui': string;
330
+ 'province.fujian': string;
331
+ 'province.jiangxi': string;
332
+ 'province.shandong': string;
333
+ 'province.henan': string;
334
+ 'province.hubei': string;
335
+ 'province.hunan': string;
336
+ 'province.guangdong': string;
337
+ 'province.guangxi': string;
338
+ 'province.hainan': string;
339
+ 'province.chongqing': string;
340
+ 'province.sichuan': string;
341
+ 'province.guizhou': string;
342
+ 'province.yunnan': string;
343
+ 'province.tibet': string;
344
+ 'province.shaanxi': string;
345
+ 'province.gansu': string;
346
+ 'province.qinghai': string;
347
+ 'province.ningxia': string;
348
+ 'province.xinjiang': string;
349
+ 'province.hongKong': string;
350
+ 'province.macao': string;
351
+ 'province.taiwan': string;
352
+ 'procurement.open': string;
353
+ 'procurement.invited': string;
354
+ 'procurement.negotiation': string;
355
+ 'procurement.consultation': string;
356
+ 'procurement.inquiry': string;
357
+ 'procurement.single': string;
358
+ 'industry.it': string;
359
+ 'industry.construction': string;
360
+ 'industry.medical': string;
361
+ 'industry.education': string;
362
+ 'industry.transport': string;
363
+ 'industry.energy': string;
364
+ 'industry.environment': string;
365
+ 'industry.finance': string;
366
+ 'type.engineering': string;
367
+ 'type.goods': string;
368
+ 'type.service': string;
369
+ 'action.reset': string;
370
+ 'action.cancel': string;
371
+ 'action.confirm': string;
372
+ 'error.customDateRequired': string;
373
+ 'error.dateOrder': string;
374
+ 'error.budget': string;
375
+ 'error.amountInvalid': string;
376
+ 'error.amountOrder': string;
377
+ 'error.keywordLimit': string;
378
+ 'error.regionLimit': string;
379
+ 'error.regionUnsupported': string;
380
+ 'error.noSupportedFilter': string;
381
+ 'error.request': string;
382
+ 'error.writeDraft': string;
383
+ };
384
+ //# sourceMappingURL=locales.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locales.d.ts","sourceRoot":"","sources":["../../../src/client/locales.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8LL,CAAA;AAEV,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,EAAE,CAAA;AAEvC,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8LsB,CAAA"}
@@ -0,0 +1,3 @@
1
+ /** Append generated filter text without overwriting the user's current draft or duplicating its exact tail. */
2
+ export declare function mergeDraft(current: string, generated: string): string;
3
+ //# sourceMappingURL=merge-draft.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"merge-draft.d.ts","sourceRoot":"","sources":["../../../src/client/merge-draft.ts"],"names":[],"mappings":"AAAA,+GAA+G;AAC/G,wBAAgB,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,CAOrE"}
@@ -0,0 +1,46 @@
1
+ import type { TenderFilters } from './types.ts';
2
+ export declare const QCC_TENDER_SEARCH_TOOL: "mcp__qcc-tender__search_tenders";
3
+ export declare const QCC_PROPOSED_SEARCH_TOOL: "mcp__qcc-tender__search_proposed_projects";
4
+ export type QccSearchTool = typeof QCC_TENDER_SEARCH_TOOL | typeof QCC_PROPOSED_SEARCH_TOOL;
5
+ export interface QccTenderSearchArgs {
6
+ readonly keywords?: readonly string[];
7
+ readonly infoTypes?: readonly ('招标公告' | '中标公告')[];
8
+ readonly bidStatuses?: readonly string[];
9
+ readonly beginDate?: string;
10
+ readonly endDate?: string;
11
+ readonly regions?: readonly string[];
12
+ readonly procurementMethods?: readonly string[];
13
+ readonly procurementTypes?: readonly ('货物' | '工程' | '服务')[];
14
+ readonly TenderIndustries?: readonly string[];
15
+ readonly budgetMin?: number;
16
+ readonly budgetMax?: number;
17
+ readonly winningAmountMin?: number;
18
+ readonly winningAmountMax?: number;
19
+ readonly smartSort?: boolean;
20
+ }
21
+ export interface QccProposedSearchArgs {
22
+ readonly keywords?: readonly string[];
23
+ readonly beginDate?: string;
24
+ readonly endDate?: string;
25
+ readonly regions?: readonly string[];
26
+ readonly projectStages?: readonly string[];
27
+ readonly approvalStatuses?: readonly string[];
28
+ readonly investmentMin?: number;
29
+ readonly investmentMax?: number;
30
+ }
31
+ export type QccSearchRequest = {
32
+ readonly tool: typeof QCC_TENDER_SEARCH_TOOL;
33
+ readonly args: QccTenderSearchArgs;
34
+ } | {
35
+ readonly tool: typeof QCC_PROPOSED_SEARCH_TOOL;
36
+ readonly args: QccProposedSearchArgs;
37
+ };
38
+ export type QccRequestErrorCode = 'keywords-limit' | 'regions-limit' | 'unsupported-region' | 'no-supported-filter';
39
+ export declare class QccRequestValidationError extends Error {
40
+ readonly code: QccRequestErrorCode;
41
+ constructor(code: QccRequestErrorCode);
42
+ }
43
+ export declare function splitKeywords(value: string): string[];
44
+ /** Deterministically map visible UI state to the two supported qcc-tender search Schemas. */
45
+ export declare function toQccSearchRequest(filters: TenderFilters, now: Date): QccSearchRequest;
46
+ //# sourceMappingURL=qcc-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"qcc-request.d.ts","sourceRoot":"","sources":["../../../src/client/qcc-request.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAiB,aAAa,EAAE,MAAM,YAAY,CAAA;AAE9D,eAAO,MAAM,sBAAsB,EAAG,iCAA0C,CAAA;AAChF,eAAO,MAAM,wBAAwB,EAAG,2CAAoD,CAAA;AAC5F,MAAM,MAAM,aAAa,GAAG,OAAO,sBAAsB,GAAG,OAAO,wBAAwB,CAAA;AAE3F,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,QAAQ,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACrC,QAAQ,CAAC,SAAS,CAAC,EAAE,SAAS,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;IACjD,QAAQ,CAAC,WAAW,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACxC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAA;IACzB,QAAQ,CAAC,OAAO,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACpC,QAAQ,CAAC,kBAAkB,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAC/C,QAAQ,CAAC,gBAAgB,CAAC,EAAE,SAAS,CAAC,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC,EAAE,CAAA;IAC3D,QAAQ,CAAC,gBAAgB,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAC7C,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAA;IAClC,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAA;IAClC,QAAQ,CAAC,SAAS,CAAC,EAAE,OAAO,CAAA;CAC7B;AAED,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,QAAQ,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACrC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAA;IACzB,QAAQ,CAAC,OAAO,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IACpC,QAAQ,CAAC,aAAa,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAC1C,QAAQ,CAAC,gBAAgB,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAC7C,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAA;IAC/B,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAA;CAChC;AAED,MAAM,MAAM,gBAAgB,GACxB;IAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,sBAAsB,CAAC;IAAC,QAAQ,CAAC,IAAI,EAAE,mBAAmB,CAAA;CAAE,GACpF;IAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,wBAAwB,CAAC;IAAC,QAAQ,CAAC,IAAI,EAAE,qBAAqB,CAAA;CAAE,CAAA;AAE5F,MAAM,MAAM,mBAAmB,GAC3B,gBAAgB,GAChB,eAAe,GACf,oBAAoB,GACpB,qBAAqB,CAAA;AAEzB,qBAAa,yBAA0B,SAAQ,KAAK;IACtC,QAAQ,CAAC,IAAI,EAAE,mBAAmB;gBAAzB,IAAI,EAAE,mBAAmB;CAI/C;AAuFD,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAErD;AAyDD,6FAA6F;AAC7F,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,aAAa,EAAE,GAAG,EAAE,IAAI,GAAG,gBAAgB,CAqCtF"}
@@ -0,0 +1,10 @@
1
+ import type { ProposedItem, TenderItem, TenderSearchResult } from './result-types.ts';
2
+ export declare class ResultContractError extends Error {
3
+ readonly code: string;
4
+ constructor(code: string);
5
+ }
6
+ export declare function adaptTenderSearchPayload(value: unknown): TenderSearchResult;
7
+ export declare function adaptProposedSearchPayload(value: unknown): TenderSearchResult;
8
+ export declare function dedupeTenderItems(items: readonly TenderItem[]): readonly TenderItem[];
9
+ export declare function dedupeProposedItems(items: readonly ProposedItem[]): readonly ProposedItem[];
10
+ //# sourceMappingURL=result-adapters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"result-adapters.d.ts","sourceRoot":"","sources":["../../../src/client/result-adapters.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAA+B,UAAU,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAElH,qBAAa,mBAAoB,SAAQ,KAAK;IAChC,QAAQ,CAAC,IAAI,EAAE,MAAM;gBAAZ,IAAI,EAAE,MAAM;CAIlC;AA2ED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,OAAO,GAAG,kBAAkB,CAI3E;AAED,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,OAAO,GAAG,kBAAkB,CAI7E;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,SAAS,UAAU,EAAE,GAAG,SAAS,UAAU,EAAE,CAGrF;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,SAAS,YAAY,EAAE,GAAG,SAAS,YAAY,EAAE,CAG3F"}
@@ -0,0 +1,13 @@
1
+ export type ToolResultContent = readonly {
2
+ readonly type: string;
3
+ readonly text?: string;
4
+ }[];
5
+ export declare class ResultParseError extends Error {
6
+ readonly code: 'empty-result' | 'invalid-json';
7
+ constructor(code: 'empty-result' | 'invalid-json');
8
+ }
9
+ export declare function extractToolResultText(content: ToolResultContent): string;
10
+ export declare function parseToolResultText(content: ToolResultContent): unknown;
11
+ /** Remove terminal controls and cap diagnostics without retaining another raw-result copy. */
12
+ export declare function resultPreview(value: string, limit?: number): string;
13
+ //# sourceMappingURL=result-parser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"result-parser.d.ts","sourceRoot":"","sources":["../../../src/client/result-parser.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG,SAAS;IAAE,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,EAAE,CAAA;AAE5F,qBAAa,gBAAiB,SAAQ,KAAK;IAC7B,QAAQ,CAAC,IAAI,EAAE,cAAc,GAAG,cAAc;gBAArC,IAAI,EAAE,cAAc,GAAG,cAAc;CAI3D;AAED,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,iBAAiB,GAAG,MAAM,CAExE;AAED,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAQvE;AAED,8FAA8F;AAC9F,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,SAAQ,GAAG,MAAM,CAGlE"}
@@ -0,0 +1,31 @@
1
+ import type { ProposedItem, TenderItem, TenderSearchCall } from './result-types.ts';
2
+ export interface DistributionItem {
3
+ readonly label: string;
4
+ readonly count: number;
5
+ }
6
+ export interface LoadedTenderSummary {
7
+ readonly loadedCount: number;
8
+ readonly invalidItemCount: number;
9
+ readonly regions: readonly DistributionItem[];
10
+ readonly amountPresent: number;
11
+ readonly infoTypes?: readonly DistributionItem[];
12
+ readonly statuses?: readonly DistributionItem[];
13
+ readonly nearestPendingDeadline?: string;
14
+ readonly stages?: readonly DistributionItem[];
15
+ readonly approvalStatuses?: readonly DistributionItem[];
16
+ }
17
+ export interface MergedTurnResults {
18
+ readonly tenders: readonly TenderItem[];
19
+ readonly proposed: readonly ProposedItem[];
20
+ readonly successCalls: readonly Extract<TenderSearchCall, {
21
+ readonly status: 'success';
22
+ }>[];
23
+ readonly failures: readonly Exclude<TenderSearchCall, {
24
+ readonly status: 'running' | 'success';
25
+ }>[];
26
+ readonly invalidItemCount: number;
27
+ }
28
+ export declare function mergeTurnSearchResults(calls: readonly TenderSearchCall[]): MergedTurnResults;
29
+ /** Statistics are intentionally limited to the entries loaded in this Turn. */
30
+ export declare function deriveLoadedSummary(merged: MergedTurnResults, now?: Date): LoadedTenderSummary;
31
+ //# sourceMappingURL=result-summary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"result-summary.d.ts","sourceRoot":"","sources":["../../../src/client/result-summary.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAA;AAEnF,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAA;CACvB;AAED,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAA;IAC5B,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAA;IACjC,QAAQ,CAAC,OAAO,EAAE,SAAS,gBAAgB,EAAE,CAAA;IAC7C,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAA;IAC9B,QAAQ,CAAC,SAAS,CAAC,EAAE,SAAS,gBAAgB,EAAE,CAAA;IAChD,QAAQ,CAAC,QAAQ,CAAC,EAAE,SAAS,gBAAgB,EAAE,CAAA;IAC/C,QAAQ,CAAC,sBAAsB,CAAC,EAAE,MAAM,CAAA;IACxC,QAAQ,CAAC,MAAM,CAAC,EAAE,SAAS,gBAAgB,EAAE,CAAA;IAC7C,QAAQ,CAAC,gBAAgB,CAAC,EAAE,SAAS,gBAAgB,EAAE,CAAA;CACxD;AAED,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,OAAO,EAAE,SAAS,UAAU,EAAE,CAAA;IACvC,QAAQ,CAAC,QAAQ,EAAE,SAAS,YAAY,EAAE,CAAA;IAC1C,QAAQ,CAAC,YAAY,EAAE,SAAS,OAAO,CAAC,gBAAgB,EAAE;QAAE,QAAQ,CAAC,MAAM,EAAE,SAAS,CAAA;KAAE,CAAC,EAAE,CAAA;IAC3F,QAAQ,CAAC,QAAQ,EAAE,SAAS,OAAO,CAAC,gBAAgB,EAAE;QAAE,QAAQ,CAAC,MAAM,EAAE,SAAS,GAAG,SAAS,CAAA;KAAE,CAAC,EAAE,CAAA;IACnG,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAA;CAClC;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,SAAS,gBAAgB,EAAE,GAAG,iBAAiB,CAU5F;AAiBD,+EAA+E;AAC/E,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,iBAAiB,EAAE,GAAG,OAAa,GAAG,mBAAmB,CAwBpG"}
@@ -0,0 +1,86 @@
1
+ import type { QccSearchTool } from './qcc-request.ts';
2
+ export interface SearchSummary {
3
+ readonly total: number;
4
+ readonly description: string;
5
+ readonly filters: Readonly<Record<string, unknown>>;
6
+ }
7
+ export interface SearchEntity {
8
+ readonly id: string;
9
+ readonly name: string;
10
+ }
11
+ export interface TenderItem {
12
+ readonly id: string;
13
+ readonly title: string;
14
+ readonly infoType: string;
15
+ readonly status: string;
16
+ readonly region: string;
17
+ readonly purchasers: readonly SearchEntity[];
18
+ readonly agencies: readonly SearchEntity[];
19
+ readonly winners: readonly SearchEntity[];
20
+ readonly procurementMethod: string;
21
+ readonly procurementType: string;
22
+ readonly industries: readonly string[];
23
+ readonly projectNumber: string;
24
+ readonly budgetAmount: string;
25
+ readonly winningAmount: string;
26
+ readonly publishedAt: string;
27
+ readonly deadline: string;
28
+ readonly products: readonly string[];
29
+ }
30
+ export interface ProposedItem {
31
+ readonly id: string;
32
+ readonly title: string;
33
+ readonly stage: string;
34
+ readonly approvalStatus: string;
35
+ readonly region: string;
36
+ readonly investmentAmount: string;
37
+ readonly publishedAt: string;
38
+ readonly builders: readonly SearchEntity[];
39
+ readonly approvers: readonly SearchEntity[];
40
+ readonly projectNumber: string;
41
+ }
42
+ export type TenderSearchResult = {
43
+ readonly kind: 'tender';
44
+ readonly summary: SearchSummary;
45
+ readonly items: readonly TenderItem[];
46
+ readonly invalidItemCount: number;
47
+ } | {
48
+ readonly kind: 'proposed';
49
+ readonly summary: SearchSummary;
50
+ readonly items: readonly ProposedItem[];
51
+ readonly invalidItemCount: number;
52
+ };
53
+ interface SearchCallBase {
54
+ readonly callId: string;
55
+ readonly tool: QccSearchTool;
56
+ readonly argsRaw: string;
57
+ }
58
+ export type TenderSearchCall = SearchCallBase & {
59
+ readonly status: 'running';
60
+ } | SearchCallBase & {
61
+ readonly status: 'success';
62
+ readonly seq: number;
63
+ readonly result: TenderSearchResult;
64
+ } | SearchCallBase & {
65
+ readonly status: 'error';
66
+ readonly seq: number;
67
+ readonly message: string;
68
+ } | SearchCallBase & {
69
+ readonly status: 'incompatible';
70
+ readonly seq: number;
71
+ readonly reason: string;
72
+ readonly rawPreview: string;
73
+ };
74
+ export interface TenderSearchTurnData {
75
+ readonly turn: number;
76
+ readonly calls: readonly TenderSearchCall[];
77
+ readonly lastResultSeq?: number;
78
+ }
79
+ declare module '@deepseek-ai/dsh-client-runtime/client' {
80
+ interface ConversationTurnDataMap {
81
+ /** Persisted qcc-tender search calls and results scoped to one Turn. */
82
+ readonly 'tender-search': TenderSearchTurnData;
83
+ }
84
+ }
85
+ export {};
86
+ //# sourceMappingURL=result-types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"result-types.d.ts","sourceRoot":"","sources":["../../../src/client/result-types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,8 @@
1
+ import type { ConversationNodeDefinition } from '@deepseek-ai/dsh-client-runtime/client';
2
+ import type { TenderSearchTurnData } from './result-types.ts';
3
+ interface TenderSearchState extends TenderSearchTurnData {
4
+ }
5
+ /** Turn-scoped durable projection over the official Session event stream. */
6
+ export declare const tenderSearchDefinition: ConversationNodeDefinition<TenderSearchState>;
7
+ export {};
8
+ //# sourceMappingURL=tender-search-definition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tender-search-definition.d.ts","sourceRoot":"","sources":["../../../src/client/tender-search-definition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAA;AAKxF,OAAO,KAAK,EAAoB,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAE/E,UAAU,iBAAkB,SAAQ,oBAAoB;CAAG;AAW3D,6EAA6E;AAC7E,eAAO,MAAM,sBAAsB,EAAE,0BAA0B,CAAC,iBAAiB,CAoDhF,CAAA"}