@das-fed/ui 6.4.0-dev.54.8 → 6.4.0-dev.55

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 (127) hide show
  1. package/package.json +5 -5
  2. package/packages/business-components/change-enterprises/i18n/index.d.ts +3 -3
  3. package/packages/business-components/change-pwd/i18n/index.d.ts +26 -34
  4. package/packages/business-components/change-pwd/index.js +66 -65
  5. package/packages/business-components/change-pwd/index.js.gz +0 -0
  6. package/packages/business-components/device-panel/i18n/index.d.ts +172 -0
  7. package/packages/business-components/device-panel/index.js +331 -261
  8. package/packages/business-components/device-panel/index.js.gz +0 -0
  9. package/packages/business-components/export-button/i18n/index.d.ts +16 -20
  10. package/packages/business-components/export-button/index.js +88 -86
  11. package/packages/business-components/export-button/index.js.gz +0 -0
  12. package/packages/business-components/import-button/i18n/index.d.ts +34 -30
  13. package/packages/business-components/import-button/index.js +148 -144
  14. package/packages/business-components/import-button/index.js.gz +0 -0
  15. package/packages/business-components/model-table-dialog/i18n/index.d.ts +6 -6
  16. package/packages/business-components/model-table-dialog/index.js +82 -83
  17. package/packages/business-components/model-table-dialog/index.js.gz +0 -0
  18. package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +17 -49
  19. package/packages/business-components/model-table-dialog/style.css +1 -1
  20. package/packages/business-components/model-table-dialog/style.css.gz +0 -0
  21. package/packages/business-components/process-configuration/i18n/index.d.ts +37 -29
  22. package/packages/business-components/process-configuration/index.js +103 -92
  23. package/packages/business-components/process-configuration/index.js.gz +0 -0
  24. package/packages/business-components/process-form/i18n/index.d.ts +109 -69
  25. package/packages/business-components/process-form/index.js +621 -580
  26. package/packages/business-components/process-form/index.js.gz +0 -0
  27. package/packages/business-components/process-form/style.css +1 -1
  28. package/packages/business-components/process-log/i18n/index.d.ts +4 -0
  29. package/packages/business-components/process-log/index.js +29 -28
  30. package/packages/business-components/process-log/index.js.gz +0 -0
  31. package/packages/business-components/process-search-form/i18n/index.d.ts +9 -9
  32. package/packages/business-components/process-search-form/index.js +77 -80
  33. package/packages/business-components/process-search-form/index.js.gz +0 -0
  34. package/packages/business-components/process-table/i18n/index.d.ts +8 -8
  35. package/packages/business-components/process-table/index.js +36 -36
  36. package/packages/business-components/process-table/index.js.gz +0 -0
  37. package/packages/business-components/upload-file/i18n/index.d.ts +2 -2
  38. package/packages/business-components/upload-file/index.js +45 -42
  39. package/packages/business-components/upload-file/index.js.gz +0 -0
  40. package/packages/business-components/urgent-panel/i18n/index.d.ts +28 -0
  41. package/packages/business-components/urgent-panel/index.js +595 -576
  42. package/packages/business-components/urgent-panel/index.js.gz +0 -0
  43. package/packages/business-components/user-org-dialog/i18n/index.d.ts +7 -3
  44. package/packages/business-components/user-org-dialog/index.js +92 -91
  45. package/packages/business-components/user-org-dialog/index.js.gz +0 -0
  46. package/packages/business-components/video-dialog/i18n/index.d.ts +29 -17
  47. package/packages/business-components/video-dialog/index.js +116 -113
  48. package/packages/business-components/video-dialog/index.js.gz +0 -0
  49. package/packages/components/button/index.js +54 -56
  50. package/packages/components/button/index.js.gz +0 -0
  51. package/packages/components/image-upload/i18n/index.d.ts +9 -21
  52. package/packages/components/image-upload/index.js +92 -92
  53. package/packages/components/image-upload/index.js.gz +0 -0
  54. package/packages/components/image-viewer/i18n/index.d.ts +1 -30
  55. package/packages/components/image-viewer/index.js +213 -219
  56. package/packages/components/image-viewer/index.js.gz +0 -0
  57. package/packages/components/input/i18n/index.d.ts +3 -3
  58. package/packages/components/input/index.js +1 -1
  59. package/packages/components/input/index.js.gz +0 -0
  60. package/packages/components/input-dialog-select/i18n/index.d.ts +1 -6
  61. package/packages/components/input-dialog-select/index.js +49 -51
  62. package/packages/components/input-dialog-select/index.js.gz +0 -0
  63. package/packages/components/live-player/i18n/index.d.ts +3 -7
  64. package/packages/components/live-player/index.js +7 -5
  65. package/packages/components/live-player/index.js.gz +0 -0
  66. package/packages/components/live-player/style.css +1 -1
  67. package/packages/components/loading/i18n/index.d.ts +1 -1
  68. package/packages/components/loading/index.js +1 -3
  69. package/packages/components/loading/index.js.gz +0 -0
  70. package/packages/components/map/i18n/index.d.ts +7 -11
  71. package/packages/components/map/index.js +168 -167
  72. package/packages/components/map/index.js.gz +0 -0
  73. package/packages/components/menu-aside/i18n/index.d.ts +1 -1
  74. package/packages/components/menu-aside/index.js +1 -3
  75. package/packages/components/menu-aside/index.js.gz +0 -0
  76. package/packages/components/message/i18n/index.d.ts +1 -1
  77. package/packages/components/message/index.js +1 -3
  78. package/packages/components/message/index.js.gz +0 -0
  79. package/packages/components/notification/i18n/index.d.ts +1 -1
  80. package/packages/components/notification/index.js +1 -3
  81. package/packages/components/notification/index.js.gz +0 -0
  82. package/packages/components/pagination/index.js +1 -1
  83. package/packages/components/pagination/index.js.gz +0 -0
  84. package/packages/components/popover/i18n/index.d.ts +2 -2
  85. package/packages/components/preview/i18n/index.d.ts +1 -1
  86. package/packages/components/preview/index.js +6 -7
  87. package/packages/components/preview/index.js.gz +0 -0
  88. package/packages/components/preview/style.css +1 -1
  89. package/packages/components/scrollbar/index.js +2 -2
  90. package/packages/components/scrollbar/index.js.gz +0 -0
  91. package/packages/components/scrollbar/style.css +1 -1
  92. package/packages/components/scrollbar/style.css.gz +0 -0
  93. package/packages/components/search/index.js +26 -36
  94. package/packages/components/search/index.js.gz +0 -0
  95. package/packages/components/search/style.css +1 -1
  96. package/packages/components/search/style.css.gz +0 -0
  97. package/packages/components/{search → search-form}/i18n/index.d.ts +6 -10
  98. package/packages/components/search-form/index.js +426 -418
  99. package/packages/components/search-form/index.js.gz +0 -0
  100. package/packages/components/search-form/style.css +1 -1
  101. package/packages/components/search-form/style.css.gz +0 -0
  102. package/packages/components/spin/i18n/index.d.ts +1 -1
  103. package/packages/components/spin/index.js +1 -3
  104. package/packages/components/spin/index.js.gz +0 -0
  105. package/packages/components/table/i18n/index.d.ts +19 -19
  106. package/packages/components/table/index.js +7 -7
  107. package/packages/components/table/index.js.gz +0 -0
  108. package/packages/components/table/style.css +1 -1
  109. package/packages/components/table/style.css.gz +0 -0
  110. package/packages/components/tabs/i18n/index.d.ts +3 -3
  111. package/packages/components/time-line/index.js +36 -40
  112. package/packages/components/time-line/index.js.gz +0 -0
  113. package/packages/components/tooltip/i18n/index.d.ts +1 -1
  114. package/packages/components/tooltip/index.js +1 -3
  115. package/packages/components/tooltip/index.js.gz +0 -0
  116. package/packages/components/tree/i18n/index.d.ts +8 -12
  117. package/packages/components/tree/index.js +141 -137
  118. package/packages/components/tree/index.js.gz +0 -0
  119. package/packages/components/tree/src/App.vue.d.ts +26 -36
  120. package/packages/components/upload/i18n/index.d.ts +5 -5
  121. package/packages/components/upload/index.js +1 -1
  122. package/packages/components/upload/index.js.gz +0 -0
  123. package/packages/components/virtual-tree/i18n/index.d.ts +1 -1
  124. package/packages/components/virtual-tree/index.js +1 -3
  125. package/packages/components/virtual-tree/index.js.gz +0 -0
  126. package/packages/components/button/i18n/index.d.ts +0 -2
  127. package/packages/components/time-line/i18n/index.d.ts +0 -7
@@ -43,15 +43,19 @@ declare const _default: {
43
43
  'zh-CN': string;
44
44
  en: string;
45
45
  };
46
- 添加组织: {
46
+ 组织: {
47
47
  'zh-CN': string;
48
48
  en: string;
49
49
  };
50
- 用户: {
50
+ '\u6DFB\u52A0\u7EC4\u7EC7/\u7528\u6237': {
51
51
  'zh-CN': string;
52
52
  en: string;
53
53
  };
54
- 组织: {
54
+ '\u641C\u7D22\u7EC4\u7EC7\u540D\u79F0/\u7EC4\u7EC7\u7F16\u7801': {
55
+ 'zh-CN': string;
56
+ en: string;
57
+ };
58
+ '\u641C\u7D22\u59D3\u540D/\u8D26\u53F7': {
55
59
  'zh-CN': string;
56
60
  en: string;
57
61
  };
@@ -1,8 +1,8 @@
1
1
  import '@das-fed/ui/packages/business-components/user-org-dialog/style.css';
2
- import { ref as u, defineComponent as Y, computed as h, openBlock as k, createElementBlock as L, createVNode as c, unref as l, isRef as Ce, withCtx as v, withDirectives as Te, toDisplayString as A, h as se, onMounted as de, watch as pe, nextTick as ve, createElementVNode as U, createBlock as H, mergeProps as ze, createTextVNode as le, createCommentVNode as De } from "vue";
3
- import { withInstall as Oe } from "@das-fed/utils/with-install/index";
4
- import { i18n as z, t as Ve, setI18nRule as ke } from "@das-fed/web/packages/i18n/index";
5
- import { DasTabs as Ne } from "@das-fed/ui/packages/components/tabs/index";
2
+ import { ref as u, defineComponent as Y, computed as h, openBlock as N, createElementBlock as A, createVNode as c, unref as l, isRef as Ce, withCtx as v, withDirectives as Te, toDisplayString as R, h as se, onMounted as de, watch as pe, nextTick as ve, createElementVNode as U, createBlock as H, mergeProps as ze, createTextVNode as le, createCommentVNode as Oe } from "vue";
3
+ import { withInstall as De } from "@das-fed/utils/with-install/index";
4
+ import { i18n as z, t as Ve, setI18nRule as Ne } from "@das-fed/web/packages/i18n/index";
5
+ import { DasTabs as ke } from "@das-fed/ui/packages/components/tabs/index";
6
6
  import { DasButton as ie } from "@das-fed/ui/packages/components/button/index";
7
7
  import { DasDialog as Ue } from "@das-fed/ui/packages/components/dialog/index";
8
8
  import { getProjectInfo as Ie } from "@das-fed/utils/common-info";
@@ -15,8 +15,8 @@ import { DasSelectList as Pe } from "@das-fed/ui/packages/components/select-list
15
15
  import { vDasTooltip as $e } from "@das-fed/ui/packages/components/text-tooltip/index";
16
16
  import { enterpriseright as xe } from "@das-fed/utils/api-services/modules/enterpriseright";
17
17
  import { createService as we } from "@das-fed/utils/create-api-service";
18
- import { DasTooltip as Re } from "@das-fed/ui/packages/components/tooltip/index";
19
- const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-text" }, Be = { key: 0 }, Ee = { key: 1 }, Ke = { key: 2 }, qe = { key: 3 }, je = {
18
+ import { DasTooltip as Le } from "@das-fed/ui/packages/components/tooltip/index";
19
+ const b = u([]), Ae = { class: "select-list-container" }, Re = { class: "check-text" }, Be = { key: 0 }, Ee = { key: 1 }, Ke = { key: 2 }, qe = { key: 3 }, je = {
20
20
  name: "selectList"
21
21
  }, Fe = /* @__PURE__ */ Y({
22
22
  ...je,
@@ -24,16 +24,16 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
24
24
  isSelectedSensitive: { type: Boolean, default: !0 }
25
25
  },
26
26
  emits: ["itemRemove", "clearCheck"],
27
- setup(y, { emit: D }) {
28
- const r = y, o = h(() => r.isSelectedSensitive), N = D, d = (B) => {
29
- N("itemRemove", B);
27
+ setup(y, { emit: O }) {
28
+ const r = y, o = h(() => r.isSelectedSensitive), k = O, d = (B) => {
29
+ k("itemRemove", B);
30
30
  }, I = (B) => {
31
- N("clearCheck");
31
+ k("clearCheck");
32
32
  };
33
- return (B, O) => (k(), L("div", Le, [
33
+ return (B, D) => (N(), A("div", Ae, [
34
34
  c(l(Pe), {
35
35
  modelValue: l(b),
36
- "onUpdate:modelValue": O[0] || (O[0] = (i) => Ce(b) ? b.value = i : null),
36
+ "onUpdate:modelValue": D[0] || (D[0] = (i) => Ce(b) ? b.value = i : null),
37
37
  width: "100%",
38
38
  height: "100%",
39
39
  "custom-style": { border: "none" },
@@ -41,29 +41,29 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
41
41
  onRemoveAll: I
42
42
  }, {
43
43
  default: v(({ item: i }) => [
44
- Te((k(), L("div", Ae, [
45
- i.identityType == 2 ? (k(), L(
44
+ Te((N(), A("div", Re, [
45
+ i.identityType == 2 ? (N(), A(
46
46
  "span",
47
47
  Be,
48
- A(i.name),
48
+ R(i.name),
49
49
  1
50
50
  /* TEXT */
51
- )) : i.identityType == 1 && o.value ? (k(), L(
51
+ )) : i.identityType == 1 && o.value ? (N(), A(
52
52
  "span",
53
53
  Ee,
54
- A(i.name) + A(i.sensitivePhone ? `(${i.sensitivePhone})` : ""),
54
+ R(i.name) + R(i.sensitivePhone ? `(${i.sensitivePhone})` : ""),
55
55
  1
56
56
  /* TEXT */
57
- )) : i.identityType == 1 && !o.value ? (k(), L(
57
+ )) : i.identityType == 1 && !o.value ? (N(), A(
58
58
  "span",
59
59
  Ke,
60
- A(i.name) + A(i.phone ? `(${i.phone})` : ""),
60
+ R(i.name) + R(i.phone ? `(${i.phone})` : ""),
61
61
  1
62
62
  /* TEXT */
63
- )) : (k(), L(
63
+ )) : (N(), A(
64
64
  "span",
65
65
  qe,
66
- A(i.name),
66
+ R(i.name),
67
67
  1
68
68
  /* TEXT */
69
69
  ))
@@ -76,16 +76,16 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
76
76
  }, 8, ["modelValue"])
77
77
  ]));
78
78
  }
79
- }), Z = (y, D) => {
79
+ }), Z = (y, O) => {
80
80
  const r = y.__vccOpts || y;
81
- for (const [o, N] of D)
82
- r[o] = N;
81
+ for (const [o, k] of O)
82
+ r[o] = k;
83
83
  return r;
84
- }, Me = /* @__PURE__ */ Z(Fe, [["__scopeId", "data-v-5b1d2b02"]]), ue = u(null), ye = (y, D, r) => ({
84
+ }, Me = /* @__PURE__ */ Z(Fe, [["__scopeId", "data-v-5b1d2b02"]]), ue = u(null), ye = (y, O, r) => ({
85
85
  selectListRef: ue,
86
86
  selectListVue: () => se(Me, {
87
87
  isSelectedSensitive: y,
88
- onItemRemove: D,
88
+ onItemRemove: O,
89
89
  onClearCheck: r,
90
90
  ref: ue
91
91
  })
@@ -98,11 +98,11 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
98
98
  isSelectedSensitive: { type: Boolean, default: !0 },
99
99
  initProps: {}
100
100
  },
101
- setup(y, { expose: D }) {
101
+ setup(y, { expose: O }) {
102
102
  const r = y, o = h(() => {
103
103
  var a;
104
104
  return ((a = r.initProps) == null ? void 0 : a.isCustomApi) || !1;
105
- }), N = h(() => {
105
+ }), k = h(() => {
106
106
  var a;
107
107
  return ((a = r.initProps) == null ? void 0 : a.disabledNodeLabel) || "optional";
108
108
  }), d = h(() => {
@@ -111,7 +111,7 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
111
111
  }), I = h(() => {
112
112
  var a, e;
113
113
  return (e = (a = r.initProps) == null ? void 0 : a.customApiOptions) == null ? void 0 : e.orgTable;
114
- }), B = h(() => r.isSelectedSensitive), O = u(!1), i = u([]), V = u(""), S = u(""), P = u(""), _ = u([]), C = u([]), f = u(20), m = u(1), $ = u(0);
114
+ }), B = h(() => r.isSelectedSensitive), D = u(!1), i = u([]), V = u(""), S = u(""), P = u(""), _ = u([]), C = u([]), f = u(20), m = u(1), $ = u(0);
115
115
  de(() => {
116
116
  x(), q();
117
117
  });
@@ -126,16 +126,16 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
126
126
  }, { selectListRef: J, selectListVue: ee } = ye(B.value, F, M), G = (a) => {
127
127
  var t, s, n;
128
128
  const e = o.value && ((t = d.value) != null && t.disabledOrgTypes) && ((s = d.value) == null ? void 0 : s.disabledOrgTypes.length) > 0 ? (n = d.value) == null ? void 0 : n.disabledOrgTypes : [1, 2, 3, 4, 5, 6];
129
- a._disabled = !a[N.value] || e.includes(a.type), !a._disabled && !V.value && (V.value = a.id), a.children && a.children.length && a.children.forEach((p) => {
129
+ a._disabled = !a[k.value] || e.includes(a.type), !a._disabled && !V.value && (V.value = a.id), a.children && a.children.length && a.children.forEach((p) => {
130
130
  G(p);
131
131
  });
132
132
  }, x = async () => {
133
133
  var n, p;
134
- O.value = !0;
134
+ D.value = !0;
135
135
  let a = {};
136
136
  if (o.value && d.value) {
137
- const { params: T = {}, query: R = {} } = d.value;
138
- a = { ...T, ...R };
137
+ const { params: T = {}, query: L = {} } = d.value;
138
+ a = { ...T, ...L };
139
139
  } else
140
140
  a = {
141
141
  name: "",
@@ -144,7 +144,7 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
144
144
  };
145
145
  const e = o.value && ((n = d.value) != null && n.api) ? (p = d.value) == null ? void 0 : p.api : _e, [t, s] = await e(a).run();
146
146
  if (t) {
147
- O.value = !1;
147
+ D.value = !1;
148
148
  return;
149
149
  }
150
150
  s && s.length && s.forEach((T) => {
@@ -153,14 +153,14 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
153
153
  }, g = async () => {
154
154
  var n, p;
155
155
  if (!V.value) {
156
- O.value = !1, _.value = [], $.value = 0;
156
+ D.value = !1, _.value = [], $.value = 0;
157
157
  return;
158
158
  }
159
- O.value = !0;
159
+ D.value = !0;
160
160
  let a = {};
161
161
  if (o.value && I.value) {
162
- const { params: T = {}, query: R = {}, treeKey: E = "", searchKey: X = "" } = I.value;
163
- a = { ...T, ...R }, E ? a[E] = V.value : a.parentId = V.value, X ? a[X] = P.value : a.search = P.value;
162
+ const { params: T = {}, query: L = {}, treeKey: E = "", searchKey: X = "" } = I.value;
163
+ a = { ...T, ...L }, E ? a[E] = V.value : a.parentId = V.value, X ? a[X] = P.value : a.search = P.value;
164
164
  } else
165
165
  a = {
166
166
  parentId: V.value,
@@ -171,10 +171,10 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
171
171
  a.pageIndex = m.value, a.pageSize = f.value;
172
172
  const e = o.value && ((n = I.value) != null && n.api) ? (p = I.value) == null ? void 0 : p.api : Qe, [t, s] = await e(a).run();
173
173
  if (t) {
174
- O.value = !1;
174
+ D.value = !1;
175
175
  return;
176
176
  }
177
- _.value = s.data.map((T) => (T.identityType = 2, T)), $.value = Number(s.totalCount), O.value = !1;
177
+ _.value = s.data.map((T) => (T.identityType = 2, T)), $.value = Number(s.totalCount), D.value = !1;
178
178
  }, w = () => {
179
179
  P.value = "", S.value = "", _.value = [], f.value = 20, m.value = 1, Q();
180
180
  }, Q = () => {
@@ -204,10 +204,10 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
204
204
  immediate: !0,
205
205
  deep: !0
206
206
  }
207
- ), D({
207
+ ), O({
208
208
  setSelectData: j
209
- }), (a, e) => (k(), L("div", We, [
210
- c(l(me), { spinning: O.value }, {
209
+ }), (a, e) => (N(), A("div", We, [
210
+ c(l(me), { spinning: D.value }, {
211
211
  default: v(() => [
212
212
  c(l(ge), {
213
213
  defaultSplit: { first: 223 },
@@ -298,11 +298,11 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
298
298
  }, 8, ["spinning"])
299
299
  ]));
300
300
  }
301
- }), nt = /* @__PURE__ */ Z(st, [["__scopeId", "data-v-89081b7e"]]), re = u(null), ot = (y, D, r) => ({
301
+ }), nt = /* @__PURE__ */ Z(st, [["__scopeId", "data-v-89081b7e"]]), re = u(null), ot = (y, O, r) => ({
302
302
  selectOrgRef: re,
303
303
  selectOrgVue: () => se(nt, {
304
304
  projectId: y,
305
- isSelectedSensitive: D,
305
+ isSelectedSensitive: O,
306
306
  ref: re,
307
307
  initProps: r
308
308
  })
@@ -316,11 +316,11 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
316
316
  isSelectedSensitive: { type: Boolean, default: !0 },
317
317
  initProps: {}
318
318
  },
319
- setup(y, { expose: D }) {
319
+ setup(y, { expose: O }) {
320
320
  const r = y, o = h(() => {
321
321
  var e;
322
322
  return ((e = r.initProps) == null ? void 0 : e.isCustomApi) || !1;
323
- }), N = h(() => {
323
+ }), k = h(() => {
324
324
  var e;
325
325
  return ((e = r.initProps) == null ? void 0 : e.disabledNodeLabel) || "optional";
326
326
  }), d = h(() => {
@@ -329,7 +329,7 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
329
329
  }), I = h(() => {
330
330
  var e, t;
331
331
  return (t = (e = r.initProps) == null ? void 0 : e.customApiOptions) == null ? void 0 : t.userTable;
332
- }), B = h(() => r.isTableSensitive), O = h(() => r.isSelectedSensitive), i = u(!1), V = u([]), S = u(""), P = u(""), _ = u(""), C = u([]), f = u([]), m = u(20), $ = u(1), q = u(0);
332
+ }), B = h(() => r.isTableSensitive), D = h(() => r.isSelectedSensitive), i = u(!1), V = u([]), S = u(""), P = u(""), _ = u(""), C = u([]), f = u([]), m = u(20), $ = u(1), q = u(0);
333
333
  de(() => {
334
334
  g(), j();
335
335
  });
@@ -341,10 +341,10 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
341
341
  f.value = f.value.filter((t) => t.id != e.id);
342
342
  }, J = () => {
343
343
  b.value = [], f.value = [];
344
- }, { selectListRef: ee, selectListVue: G } = ye(O.value, M, J), x = (e) => {
344
+ }, { selectListRef: ee, selectListVue: G } = ye(D.value, M, J), x = (e) => {
345
345
  var s, n, p;
346
346
  const t = o.value && ((s = d.value) != null && s.disabledOrgTypes) && ((n = d.value) == null ? void 0 : n.disabledOrgTypes.length) > 0 ? (p = d.value) == null ? void 0 : p.disabledOrgTypes : [1, 2, 3, 4, 5, 6];
347
- e._disabled = !e[N.value] || t.includes(e.type), !e._disabled && !S.value && (S.value = e.id), e.children && e.children.length && e.children.forEach((T) => {
347
+ e._disabled = !e[k.value] || t.includes(e.type), !e._disabled && !S.value && (S.value = e.id), e.children && e.children.length && e.children.forEach((T) => {
348
348
  x(T);
349
349
  });
350
350
  }, g = async () => {
@@ -352,8 +352,8 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
352
352
  i.value = !0;
353
353
  let e = {};
354
354
  if (o.value && d.value) {
355
- const { params: R = {}, query: E = {} } = d.value;
356
- e = { ...R, ...E };
355
+ const { params: L = {}, query: E = {} } = d.value;
356
+ e = { ...L, ...E };
357
357
  } else
358
358
  e = {
359
359
  name: "",
@@ -365,11 +365,11 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
365
365
  i.value = !1;
366
366
  return;
367
367
  }
368
- n && n.length && n.forEach((R) => {
369
- x(R);
368
+ n && n.length && n.forEach((L) => {
369
+ x(L);
370
370
  }), V.value = n, Q();
371
371
  }, w = async () => {
372
- var p, T, R;
372
+ var p, T, L;
373
373
  if (!S.value) {
374
374
  i.value = !1, C.value = [], q.value = 0;
375
375
  return;
@@ -392,7 +392,7 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
392
392
  i.value = !1;
393
393
  return;
394
394
  }
395
- i.value = !1, C.value = (R = n == null ? void 0 : n.data) == null ? void 0 : R.map((E) => (E.identityType = 1, E)), q.value = Number(n.totalCount);
395
+ i.value = !1, C.value = (L = n == null ? void 0 : n.data) == null ? void 0 : L.map((E) => (E.identityType = 1, E)), q.value = Number(n.totalCount);
396
396
  }, Q = () => {
397
397
  _.value = "", P.value = "", C.value = [], m.value = 20, $.value = 1, W();
398
398
  }, W = () => {
@@ -422,9 +422,9 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
422
422
  immediate: !0,
423
423
  deep: !0
424
424
  }
425
- ), D({
425
+ ), O({
426
426
  setSelectData: F
427
- }), (e, t) => (k(), L("div", it, [
427
+ }), (e, t) => (N(), A("div", it, [
428
428
  c(l(me), { spinning: i.value }, {
429
429
  default: v(() => [
430
430
  c(l(ge), {
@@ -493,13 +493,13 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
493
493
  label: l(z)("账号").value,
494
494
  prop: "userName"
495
495
  }, null, 8, ["label"]),
496
- B.value ? (k(), H(l(K), {
496
+ B.value ? (N(), H(l(K), {
497
497
  key: 0,
498
498
  label: l(z)("手机号").value,
499
499
  prop: "sensitivePhone"
500
500
  }, {
501
501
  default: v(({ row: s }) => [
502
- c(l(Re), {
502
+ c(l(Le), {
503
503
  placement: "top",
504
504
  content: s.phone
505
505
  }, {
@@ -507,7 +507,7 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
507
507
  U(
508
508
  "span",
509
509
  null,
510
- A(s.sensitivePhone),
510
+ R(s.sensitivePhone),
511
511
  1
512
512
  /* TEXT */
513
513
  )
@@ -518,7 +518,7 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
518
518
  ]),
519
519
  _: 1
520
520
  /* STABLE */
521
- }, 8, ["label"])) : (k(), H(l(K), {
521
+ }, 8, ["label"])) : (N(), H(l(K), {
522
522
  key: 1,
523
523
  label: l(z)("手机号").value,
524
524
  prop: "phone"
@@ -547,11 +547,11 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
547
547
  }, 8, ["spinning"])
548
548
  ]));
549
549
  }
550
- }), gt = /* @__PURE__ */ Z(mt, [["__scopeId", "data-v-206cd2ef"]]), ce = u(null), ht = (y, D, r, o) => ({
550
+ }), gt = /* @__PURE__ */ Z(mt, [["__scopeId", "data-v-206cd2ef"]]), ce = u(null), ht = (y, O, r, o) => ({
551
551
  selectUserRef: ce,
552
552
  selectUserVue: () => se(gt, {
553
553
  projectId: y,
554
- isTableSensitive: D,
554
+ isTableSensitive: O,
555
555
  isSelectedSensitive: r,
556
556
  ref: ce,
557
557
  initProps: o
@@ -574,14 +574,14 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
574
574
  singleTabKey: { default: "" }
575
575
  },
576
576
  emits: ["update:modelValue", "selectConfirm", "selectCancel"],
577
- setup(y, { expose: D, emit: r }) {
578
- const o = y, N = r, d = u(!1), I = h(() => o.header || Ve("添加组织/用户")), B = h(() => o.isTableSensitive), O = h(() => o.isSelectedSensitive), i = h(() => o.singleTabKey), V = h({
577
+ setup(y, { expose: O, emit: r }) {
578
+ const o = y, k = r, d = u(!1), I = h(() => o.header || Ve("添加组织/用户")), B = h(() => o.isTableSensitive), D = h(() => o.isSelectedSensitive), i = h(() => o.singleTabKey), V = h({
579
579
  get: () => o.modelValue,
580
- set: (x) => N("update:modelValue", x)
581
- }), S = Ie().id, { selectOrgVue: P, selectOrgRef: _ } = ot(S, O.value, o), { selectUserVue: C, selectUserRef: f } = ht(
580
+ set: (x) => k("update:modelValue", x)
581
+ }), S = Ie().id, { selectOrgVue: P, selectOrgRef: _ } = ot(S, D.value, o), { selectUserVue: C, selectUserRef: f } = ht(
582
582
  S,
583
583
  B.value,
584
- O.value,
584
+ D.value,
585
585
  o
586
586
  ), m = u(1), $ = [
587
587
  {
@@ -595,16 +595,16 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
595
595
  contentSlot: "contentSlot2"
596
596
  }
597
597
  ], q = () => {
598
- N("selectCancel");
598
+ k("selectCancel");
599
599
  }, j = async () => {
600
- N("selectConfirm", b.value);
600
+ k("selectConfirm", b.value);
601
601
  }, F = (x) => {
602
602
  }, M = () => {
603
- m.value = 1, d.value = !1, N("selectCancel");
603
+ m.value = 1, d.value = !1, k("selectCancel");
604
604
  }, J = () => {
605
605
  b.value = o.selectData, d.value = !0;
606
606
  };
607
- return D({
607
+ return O({
608
608
  setUserSelectData: (x) => {
609
609
  var g;
610
610
  (g = f == null ? void 0 : f.value) == null || g.setSelectData(x);
@@ -613,7 +613,7 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
613
613
  var g;
614
614
  (g = _ == null ? void 0 : _.value) == null || g.setSelectData(x);
615
615
  }
616
- }), (x, g) => (k(), L("div", bt, [
616
+ }), (x, g) => (N(), A("div", bt, [
617
617
  c(l(Ue), ze({
618
618
  modelValue: V.value,
619
619
  "onUpdate:modelValue": g[1] || (g[1] = (w) => V.value = w)
@@ -631,7 +631,7 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
631
631
  }), {
632
632
  header: v(() => [
633
633
  le(
634
- A(I.value),
634
+ R(I.value),
635
635
  1
636
636
  /* TEXT */
637
637
  )
@@ -644,7 +644,7 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
644
644
  }, {
645
645
  default: v(() => [
646
646
  le(
647
- A(l(z)("取消").value),
647
+ R(l(z)("取消").value),
648
648
  1
649
649
  /* TEXT */
650
650
  )
@@ -659,7 +659,7 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
659
659
  }, {
660
660
  default: v(() => [
661
661
  le(
662
- A(l(z)("确定").value),
662
+ R(l(z)("确定").value),
663
663
  1
664
664
  /* TEXT */
665
665
  )
@@ -670,8 +670,8 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
670
670
  ])
671
671
  ]),
672
672
  default: v(() => [
673
- d.value ? (k(), L("div", yt, [
674
- i.value == 1 ? (k(), H(l(P), { key: 0 })) : i.value == 2 ? (k(), H(l(C), { key: 1 })) : (k(), H(l(Ne), {
673
+ d.value ? (N(), A("div", yt, [
674
+ i.value == 1 ? (N(), H(l(P), { key: 0 })) : i.value == 2 ? (N(), H(l(C), { key: 1 })) : (N(), H(l(ke), {
675
675
  key: 2,
676
676
  activeKey: m.value,
677
677
  "onUpdate:activeKey": g[0] || (g[0] = (w) => m.value = w),
@@ -689,7 +689,7 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
689
689
  _: 1
690
690
  /* STABLE */
691
691
  }, 8, ["activeKey"]))
692
- ])) : De("v-if", !0)
692
+ ])) : Oe("v-if", !0)
693
693
  ]),
694
694
  _: 1
695
695
  /* STABLE */
@@ -697,23 +697,24 @@ const b = u([]), Le = { class: "select-list-container" }, Ae = { class: "check-t
697
697
  ]));
698
698
  }
699
699
  }), Tt = /* @__PURE__ */ Z(Ct, [["__scopeId", "data-v-139fae42"]]), zt = {
700
- 搜索姓名: { "zh-CN": "搜索姓名", en: "Search name" },
700
+ 搜索姓名: { "zh-CN": "搜索姓名", en: "Search Name" },
701
701
  账号: { "zh-CN": "账号", en: "Account" },
702
702
  姓名: { "zh-CN": "姓名", en: "Name" },
703
- 手机号: { "zh-CN": "手机号", en: "Mobile number" },
704
- 状态: { "zh-CN": "状态", en: "Role Name" },
703
+ 手机号: { "zh-CN": "手机号", en: "Phone Number" },
704
+ 状态: { "zh-CN": "状态", en: "Status" },
705
705
  搜索组织名称: { "zh-CN": "搜索组织名称", en: "Search Organization Name" },
706
- 组织编码: { "zh-CN": "组织编码", en: "Role Status" },
707
- 组织名称: { "zh-CN": "组织名称", en: "Role Type" },
706
+ 组织编码: { "zh-CN": "组织编码", en: "Organization Code" },
707
+ 组织名称: { "zh-CN": "组织名称", en: "Organization Name" },
708
708
  组织路径: { "zh-CN": "组织路径", en: "Organization Path" },
709
709
  取消: { "zh-CN": "取消", en: "Cancel" },
710
- 确定: { "zh-CN": "确定", en: "OK" },
711
- 添加组织: { "zh-CN": "添加组织", en: "Add Organization" },
712
- 用户: { "zh-CN": "用户", en: "User" },
713
- 组织: { "zh-CN": "组织", en: "Organization" }
710
+ 确定: { "zh-CN": "确定", en: "Confirm" },
711
+ 组织: { "zh-CN": "组织", en: "Organization" },
712
+ "添加组织/用户": { "zh-CN": "添加组织/用户", en: "Add Organization/User" },
713
+ "搜索组织名称/组织编码": { "zh-CN": "搜索组织名称/组织编码", en: "Search Organization Name/Code" },
714
+ "搜索姓名/账号": { "zh-CN": "搜索姓名/账号", en: "Search Name/Account" }
714
715
  };
715
- ke(zt);
716
- const qt = () => u(null), jt = Oe(Tt);
716
+ Ne(zt);
717
+ const qt = () => u(null), jt = De(Tt);
717
718
  export {
718
719
  jt as DasUserOrgDialog,
719
720
  qt as DasUserOrgDialogRef
@@ -1,70 +1,82 @@
1
1
  declare const _default: {
2
2
  加载中: {
3
- "zh-CN": string;
3
+ 'zh-CN': string;
4
4
  en: string;
5
5
  };
6
6
  正在实时预览: {
7
- "zh-CN": string;
7
+ 'zh-CN': string;
8
8
  en: string;
9
9
  };
10
10
  声音: {
11
- "zh-CN": string;
11
+ 'zh-CN': string;
12
12
  en: string;
13
13
  };
14
14
  截图: {
15
- "zh-CN": string;
15
+ 'zh-CN': string;
16
16
  en: string;
17
17
  };
18
18
  聚焦: {
19
- "zh-CN": string;
19
+ 'zh-CN': string;
20
20
  en: string;
21
21
  };
22
22
  方向控制: {
23
- "zh-CN": string;
23
+ 'zh-CN': string;
24
24
  en: string;
25
25
  };
26
26
  左上: {
27
- "zh-CN": string;
27
+ 'zh-CN': string;
28
28
  en: string;
29
29
  };
30
30
  上: {
31
- "zh-CN": string;
31
+ 'zh-CN': string;
32
32
  en: string;
33
33
  };
34
34
  右上: {
35
- "zh-CN": string;
35
+ 'zh-CN': string;
36
36
  en: string;
37
37
  };
38
38
  左: {
39
- "zh-CN": string;
39
+ 'zh-CN': string;
40
40
  en: string;
41
41
  };
42
42
  自动: {
43
- "zh-CN": string;
43
+ 'zh-CN': string;
44
44
  en: string;
45
45
  };
46
46
  右: {
47
- "zh-CN": string;
47
+ 'zh-CN': string;
48
48
  en: string;
49
49
  };
50
50
  左下: {
51
- "zh-CN": string;
51
+ 'zh-CN': string;
52
52
  en: string;
53
53
  };
54
54
  下: {
55
- "zh-CN": string;
55
+ 'zh-CN': string;
56
56
  en: string;
57
57
  };
58
58
  右下: {
59
- "zh-CN": string;
59
+ 'zh-CN': string;
60
60
  en: string;
61
61
  };
62
62
  视频监控: {
63
- "zh-CN": string;
63
+ 'zh-CN': string;
64
64
  en: string;
65
65
  };
66
66
  页面全屏: {
67
- "zh-CN": string;
67
+ 'zh-CN': string;
68
+ en: string;
69
+ };
70
+ '\u52A0\u8F7D\u4E2D...': {
71
+ 'zh-CN': string;
72
+ en: string;
73
+ };
74
+ '\u805A\u7126-': {
75
+ 'zh-CN': string;
76
+ en: string;
77
+ };
78
+ '\u805A\u7126+': {
79
+ 'zh-CN': string;
68
80
  en: string;
69
81
  };
70
82
  };