@das-fed/ui 6.4.0-dev.55.22 → 6.4.0-dev.55.23

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.
@@ -522,7 +522,7 @@ const Te = ae.get("token"), Fe = ae.post("put-object", (e) => (e.headers || (e.h
522
522
  p[n] = h;
523
523
  return p;
524
524
  }, Ve = /* @__PURE__ */ Re(je, [["__scopeId", "data-v-85787da8"]]), Be = {
525
- "1、点击下载 ": { "zh-CN": "1、点击下载 ", en: "1、Click to Download", _appCode: "framework" },
525
+ "1、点击下载 ": { "zh-CN": "1、点击下载 ", en: "1、Click to Download ", _appCode: "framework" },
526
526
  "2、仅支持上传Excel文件,重复数据以最后一条为准": {
527
527
  "zh-CN": "2、仅支持上传Excel文件,重复数据以最后一条为准",
528
528
  en: "2、Only support uploading excel files,duplicate data is subject to the last entry",
@@ -9,6 +9,11 @@ declare const _default: {
9
9
  en: string;
10
10
  _appCode: string;
11
11
  };
12
+ 删除成功: {
13
+ 'zh-CN': string;
14
+ en: string;
15
+ _appCode: string;
16
+ };
12
17
  添加: {
13
18
  'zh-CN': string;
14
19
  en: string;
@@ -79,7 +79,7 @@ const X = "v1", O = Q(`/workflow/flow/def/${X}`), he = Q(`/workflow/runtime/inst
79
79
  ids: h,
80
80
  project: f
81
81
  }, [b, z] = await ze(w).run();
82
- b || (m.value = !1, B.success("删除成功"));
82
+ b || (m.value = !1, B.success(o("删除成功")));
83
83
  }, cancelDelete: () => m.value = !1 };
84
84
  }, Ke = { class: "das-process-configuration" }, Se = { class: "table-box" }, Pe = { class: "table-top" }, Te = { class: "operate" }, Re = { class: "table-content" }, $e = { class: "form-content" }, je = { class: "delete-dialog" }, qe = { class: "delete-text" }, Fe = { class: "delete-info-box" }, Le = {
85
85
  key: 0,
@@ -513,6 +513,7 @@ const X = "v1", O = Q(`/workflow/flow/def/${X}`), he = Q(`/workflow/runtime/inst
513
513
  }, Oe = /* @__PURE__ */ Ae(Be, [["__scopeId", "data-v-db81dcd7"]]), Ee = {
514
514
  必填: { "zh-CN": "必填", en: "Required", _appCode: "framework" },
515
515
  复制成功: { "zh-CN": "复制成功", en: "Copy Successful", _appCode: "framework" },
516
+ 删除成功: { "zh-CN": "删除成功", en: "Delete Successful", _appCode: "framework" },
516
517
  添加: { "zh-CN": "添加", en: "Add", _appCode: "framework" },
517
518
  流程名称: { "zh-CN": "流程名称", en: "Process Name", _appCode: "framework" },
518
519
  流程: { "zh-CN": "流程", en: "Process", _appCode: "framework" },
@@ -1,8 +1,7 @@
1
- import { Ref } from 'vue';
2
1
  import { InstanceCounType } from './type';
3
2
  export declare const useDeleteDialog: () => {
4
- deleteDialogShow: Ref<boolean, boolean>;
5
- instanceCount: Ref<{
3
+ deleteDialogShow: import("vue").Ref<boolean, boolean>;
4
+ instanceCount: import("vue").Ref<{
6
5
  runningCount: number;
7
6
  totalCount: number;
8
7
  proc_def_key_: string;