@vtx/modals2 6.0.0-beta.1 → 6.0.0-beta.10

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 (142) hide show
  1. package/lib/_components/index.js +1 -0
  2. package/lib/_components/vm-appraisal-info/api.js +55 -0
  3. package/lib/_components/vm-appraisal-info/imgs/count.png +0 -0
  4. package/lib/_components/vm-appraisal-info/imgs/count_light.png +0 -0
  5. package/lib/_components/vm-appraisal-info/imgs/subtract.png +0 -0
  6. package/lib/_components/vm-appraisal-info/imgs/subtract_light.png +0 -0
  7. package/lib/_components/vm-appraisal-info/index.js +230 -0
  8. package/lib/_components/vm-appraisal-info/index.less +7 -0
  9. package/lib/_components/vm-calendar/index.js +3 -4
  10. package/lib/_components/vm-factor/index.js +2 -1
  11. package/lib/_components/vm-filter/index.js +8 -8
  12. package/lib/_components/vm-filter/style/index.less +7 -11
  13. package/lib/_components/vm-info-collection/index.js +3 -2
  14. package/lib/_components/vm-line-charts/index.js +4 -1
  15. package/lib/_components/vm-progress/index.js +2 -1
  16. package/lib/_components/vm-repair-maintain/index.js +34 -2
  17. package/lib/_components/vm-table/index.js +3 -3
  18. package/lib/_components/vm-tag/index.js +2 -1
  19. package/lib/_components/vm-title/index.js +2 -1
  20. package/lib/_components/vm-video/HistoryGrid.js +53 -3
  21. package/lib/_components/vm-video/RealtimeGrid.js +24 -3
  22. package/lib/_components/vm-video/index.js +99 -37
  23. package/lib/_components/vm-video/index.less +18 -14
  24. package/lib/_components/vm-wrapper/index.js +1 -1
  25. package/lib/_components/vm-wrapper/style/index.less +4 -2
  26. package/lib/_hooks/useGetChannels.js +20 -6
  27. package/lib/_service/index.js +7 -33
  28. package/lib/_util/http.js +32 -5
  29. package/lib/_util/index.js +6 -5
  30. package/lib/locales/en.json +140 -1
  31. package/lib/locales/zh-CN.json +142 -3
  32. package/lib/vtx-base-modal/Tabs/index.js +2 -1
  33. package/lib/vtx-base-modal/index.js +2 -1
  34. package/lib/vtx-car-modal/api.js +415 -25
  35. package/lib/vtx-car-modal/components/Info/index.js +1 -1
  36. package/lib/vtx-car-modal/content/Common/EleUse/index.js +218 -0
  37. package/lib/vtx-car-modal/content/Common/EleUse/index.less +19 -0
  38. package/lib/vtx-car-modal/content/Common/OilUse/index.js +230 -0
  39. package/lib/vtx-car-modal/content/Common/OilUse/index.less +19 -0
  40. package/lib/vtx-car-modal/content/Common/OperationAnalysis/index.js +376 -0
  41. package/lib/vtx-car-modal/content/Common/OperationAnalysis/index.less +169 -0
  42. package/lib/vtx-car-modal/content/Common/WaterUse/index.js +201 -0
  43. package/lib/vtx-car-modal/content/Common/WaterUse/index.less +19 -0
  44. package/lib/vtx-car-modal/content/Common/index.js +9 -1
  45. package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Detail.js +2 -1
  46. package/lib/vtx-car-modal/imgs/czb_bg.png +0 -0
  47. package/lib/vtx-car-modal/imgs/czb_bg_dark.png +0 -0
  48. package/lib/vtx-car-modal/imgs/factor/bglyh.png +0 -0
  49. package/lib/vtx-car-modal/imgs/factor/bglyh_dark.png +0 -0
  50. package/lib/vtx-car-modal/imgs/factor/cdcs.png +0 -0
  51. package/lib/vtx-car-modal/imgs/factor/cdcs_dark.png +0 -0
  52. package/lib/vtx-car-modal/imgs/factor/cdje.png +0 -0
  53. package/lib/vtx-car-modal/imgs/factor/cdje_dark.png +0 -0
  54. package/lib/vtx-car-modal/imgs/factor/cdpc.png +0 -0
  55. package/lib/vtx-car-modal/imgs/factor/cdpc_dark.png +0 -0
  56. package/lib/vtx-car-modal/imgs/factor/dccdje.png +0 -0
  57. package/lib/vtx-car-modal/imgs/factor/dccdje_dark.png +0 -0
  58. package/lib/vtx-car-modal/imgs/factor/jscs.png +0 -0
  59. package/lib/vtx-car-modal/imgs/factor/jscs_dark.png +0 -0
  60. package/lib/vtx-car-modal/imgs/factor/jsje.png +0 -0
  61. package/lib/vtx-car-modal/imgs/factor/jsje_dark.png +0 -0
  62. package/lib/vtx-car-modal/imgs/factor/jsl.png +0 -0
  63. package/lib/vtx-car-modal/imgs/factor/jsl_dark.png +0 -0
  64. package/lib/vtx-car-modal/imgs/factor/jspc.png +0 -0
  65. package/lib/vtx-car-modal/imgs/factor/jspc_dark.png +0 -0
  66. package/lib/vtx-car-modal/imgs/factor/jycs.png +0 -0
  67. package/lib/vtx-car-modal/imgs/factor/jycs_dark.png +0 -0
  68. package/lib/vtx-car-modal/imgs/factor/jyje.png +0 -0
  69. package/lib/vtx-car-modal/imgs/factor/jyje_dark.png +0 -0
  70. package/lib/vtx-car-modal/imgs/factor/jyl.png +0 -0
  71. package/lib/vtx-car-modal/imgs/factor/jyl_dark.png +0 -0
  72. package/lib/vtx-car-modal/imgs/factor/ljwbcs.png +0 -0
  73. package/lib/vtx-car-modal/imgs/factor/ljwbcs_dark.png +0 -0
  74. package/lib/vtx-car-modal/imgs/factor/njzfy.png +0 -0
  75. package/lib/vtx-car-modal/imgs/factor/njzfy_dark.png +0 -0
  76. package/lib/vtx-car-modal/imgs/factor/qzxze.png +0 -0
  77. package/lib/vtx-car-modal/imgs/factor/qzxze_dark.png +0 -0
  78. package/lib/vtx-car-modal/imgs/factor/sgcs.png +0 -0
  79. package/lib/vtx-car-modal/imgs/factor/sgcs_dark.png +0 -0
  80. package/lib/vtx-car-modal/imgs/factor/sgfy.png +0 -0
  81. package/lib/vtx-car-modal/imgs/factor/sgfy_dark.png +0 -0
  82. package/lib/vtx-car-modal/imgs/factor/syxze.png +0 -0
  83. package/lib/vtx-car-modal/imgs/factor/syxze_dark.png +0 -0
  84. package/lib/vtx-car-modal/imgs/factor/wbzfy.png +0 -0
  85. package/lib/vtx-car-modal/imgs/factor/wbzfy_dark.png +0 -0
  86. package/lib/vtx-car-modal/imgs/factor/wzcs.png +0 -0
  87. package/lib/vtx-car-modal/imgs/factor/wzcs_dark.png +0 -0
  88. package/lib/vtx-car-modal/imgs/factor/wzkf.png +0 -0
  89. package/lib/vtx-car-modal/imgs/factor/wzkf_dark.png +0 -0
  90. package/lib/vtx-car-modal/imgs/factor/wzkfee.png +0 -0
  91. package/lib/vtx-car-modal/imgs/factor/wzkfee_dark.png +0 -0
  92. package/lib/vtx-car-modal/imgs/factor/xslc.png +0 -0
  93. package/lib/vtx-car-modal/imgs/factor/xslc_dark.png +0 -0
  94. package/lib/vtx-car-modal/imgs/factor/ydcb.png +0 -0
  95. package/lib/vtx-car-modal/imgs/factor/ydcb_dark.png +0 -0
  96. package/lib/vtx-car-modal/imgs/factor/yhcb.png +0 -0
  97. package/lib/vtx-car-modal/imgs/factor/yhcb_dark.png +0 -0
  98. package/lib/vtx-car-modal/imgs/factor/yscb.png +0 -0
  99. package/lib/vtx-car-modal/imgs/factor/yscb_dark.png +0 -0
  100. package/lib/vtx-car-modal/imgs/zjl.png +0 -0
  101. package/lib/vtx-car-modal/imgs/zjl_dark.png +0 -0
  102. package/lib/vtx-car-modal/index.js +31 -9
  103. package/lib/vtx-cc-cp-modal/components/Calendar/index.js +3 -3
  104. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +2 -5
  105. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +7 -1
  106. package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +8 -4
  107. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +2 -2
  108. package/lib/vtx-cp-modal/index.js +12 -12
  109. package/lib/vtx-default-modal/index.js +7 -6
  110. package/lib/vtx-df-modal/components/BaseInfo/Jczbqs.js +2 -2
  111. package/lib/vtx-df-modal/components/BaseInfoZdReborn/Jczbqs.js +2 -2
  112. package/lib/vtx-df-modal/components/WorkCondition/Table.js +2 -2
  113. package/lib/vtx-df-modal/index.js +7 -15
  114. package/lib/vtx-kh-modal/components/Record/index.js +1 -205
  115. package/lib/vtx-restaurant-modal/components/Calendar/index.js +3 -3
  116. package/lib/vtx-restaurant-modal/components/SignAndContract/ContactDetail.js +50 -33
  117. package/lib/vtx-restaurant-modal/components/SignAndContract/index.js +3 -3
  118. package/lib/vtx-road-modal/components/BaseInfo/Work.js +9 -1
  119. package/lib/vtx-road-modal/components/LaneBaseInfo/Work.js +8 -1
  120. package/lib/vtx-road-modal/index.js +6 -3
  121. package/lib/vtx-road-modal/utils/url.js +12 -0
  122. package/lib/vtx-shxq-modal/api.js +2 -2
  123. package/lib/vtx-shxq-modal/components/ThrowCalendar/List.js +2 -2
  124. package/lib/vtx-shxq-modal/index.js +21 -4
  125. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +4 -1
  126. package/lib/vtx-tfd-modal/components/BaseInfo/Jczbqs.js +2 -2
  127. package/lib/vtx-wr-modal/index.js +28 -7
  128. package/lib/vtx-zf-modal/components/CkEditorCustom/view.js +4 -1
  129. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/editableDiv/FormView.js +5 -4
  130. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/editableDiv/index.js +10 -5
  131. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/FormView.js +7 -6
  132. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/date.js +10 -5
  133. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/index.js +10 -5
  134. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/FormView.js +6 -5
  135. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/checkbox.js +10 -5
  136. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/index.js +10 -5
  137. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/sign/FormView.js +7 -6
  138. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/sign/index.js +12 -7
  139. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/textarea/FormView.js +6 -5
  140. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/textarea/index.js +10 -5
  141. package/lib/vtx-zzz-modal/index.js +28 -22
  142. package/package.json +6 -6
@@ -123,7 +123,7 @@ var SignAndContract = function SignAndContract() {
123
123
  dataIndex: 'signTime',
124
124
  width: 120
125
125
  }, {
126
- title: '运输量',
126
+ title: translateLocaleText("t('vtxrestaurantmodal.transportVolume')"),
127
127
  dataIndex: 'trafficDay',
128
128
  align: 'right',
129
129
  width: 120
@@ -167,7 +167,7 @@ var SignAndContract = function SignAndContract() {
167
167
  children: [/*#__PURE__*/_jsx(Col, {
168
168
  span: 24,
169
169
  children: /*#__PURE__*/_jsx(VmWrapper, {
170
- title: '签约信息',
170
+ title: translateLocaleText("t('vtxrestaurantmodal.signingInformation')"),
171
171
  children: /*#__PURE__*/_jsx(VmInfoCollection, {
172
172
  data: dataSource,
173
173
  horizontal: true,
@@ -178,7 +178,7 @@ var SignAndContract = function SignAndContract() {
178
178
  }), /*#__PURE__*/_jsx(Col, {
179
179
  span: 24,
180
180
  children: /*#__PURE__*/_jsx(VmWrapper, {
181
- title: '合同信息',
181
+ title: translateLocaleText("t('vtxrestaurantmodal.contractInformation')"),
182
182
  children: /*#__PURE__*/_jsx(VmTable, _objectSpread(_objectSpread({
183
183
  columns: columns
184
184
  }, tableProps), {}, {
@@ -20,6 +20,7 @@ import { VmEmpty, VmProgress, VmTable, VmTag, VmWrapper } from "../../../_compon
20
20
  import useSettings from "../../../_hooks/useSettings";
21
21
  import { BaseService } from "../../api";
22
22
  import { translateLocaleText } from "./../../../hooks/useTranslation.js";
23
+ import { buildIframeQuery } from "../../utils/url";
23
24
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
25
  var Work = function Work(props) {
25
26
  var id = props.id,
@@ -127,7 +128,14 @@ var Work = function Work(props) {
127
128
  if (prefixList.length === 2) {
128
129
  prefix = "/".concat(prefixList[0]);
129
130
  }
130
- var src = "".concat(prefix, "/carHistory/#/zyqsHistory?carId=").concat(record.carId, "&theme=").concat(theme === 'blue' ? 'dark' : theme, "&startTime=").concat(dayjs(date).format('YYYY-MM-DD 00:00:00'), "&endTime=").concat(dayjs(date).format('YYYY-MM-DD 23:59:59'), "&").concat(location.href.split('?')[1], "&roadId=").concat(record.roadId);
131
+ var query = buildIframeQuery(location.href.split('?')[1], {
132
+ carId: record.carId,
133
+ theme: theme === 'blue' ? 'dark' : theme,
134
+ startTime: dayjs(date).format('YYYY-MM-DD 00:00:00'),
135
+ endTime: dayjs(date).format('YYYY-MM-DD 23:59:59'),
136
+ roadId: record.roadId
137
+ });
138
+ var src = "".concat(prefix, "/carHistory/#/zyqsHistory?").concat(query);
131
139
  setIframeModalInfo({
132
140
  title: translateLocaleText("t('vtxroadmodal.vehicleTrack')"),
133
141
  visible: true,
@@ -18,6 +18,7 @@ import { useMemo, useState } from 'react';
18
18
  import { VmBarCharts, VmEmpty, VmProgress, VmTable, VmTag, VmWrapper } from "../../../_components";
19
19
  import useSettings from "../../../_hooks/useSettings";
20
20
  import { LaneService } from "../../api";
21
+ import { buildIframeQuery } from "../../utils/url";
21
22
  import { translateLocaleText } from "./../../../hooks/useTranslation.js";
22
23
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
23
24
  export var getPercentInfo = function getPercentInfo(percent) {
@@ -220,7 +221,13 @@ var Work = function Work(props) {
220
221
  if (prefixList.length === 2) {
221
222
  prefix = "/".concat(prefixList[0]);
222
223
  }
223
- var src = "".concat(prefix, "/carHistory/#/zyqsLaneHistory?carId=").concat(record.workCarId, "&theme=").concat(theme === 'blue' ? 'dark' : theme, "&startTime=").concat(dayjs(date).format('YYYY-MM-DD 00:00:00'), "&endTime=").concat(dayjs(date).format('YYYY-MM-DD 23:59:59'), "&").concat(location.href.split('?')[1]);
224
+ var query = buildIframeQuery(location.href.split('?')[1], {
225
+ carId: record.workCarId,
226
+ theme: theme === 'blue' ? 'dark' : theme,
227
+ startTime: dayjs(date).format('YYYY-MM-DD 00:00:00'),
228
+ endTime: dayjs(date).format('YYYY-MM-DD 23:59:59')
229
+ });
230
+ var src = "".concat(prefix, "/carHistory/#/zyqsLaneHistory?").concat(query);
224
231
  setIframeModalInfo({
225
232
  title: translateLocaleText("t('vtxroadmodal.vehicleTrack')"),
226
233
  visible: true,
@@ -12,6 +12,7 @@ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" !=
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
13
  import { useSetState } from 'ahooks';
14
14
  import { VmIframeModal } from "../_components";
15
+ import Appraisal, { insertAppraisalTab } from "../_components/vm-appraisal-info";
15
16
  import useGetConfig from "../_hooks/useGetConfig";
16
17
  import VtxBaseModal from "../vtx-base-modal";
17
18
  import { BaseService } from "./api";
@@ -25,8 +26,8 @@ var TABS_CALENDAR = 'calendar';
25
26
  var TABS_LANE_BASE = 'lane-base';
26
27
  var TABS_LANE_STATIC = 'lane-statistical';
27
28
  var TABS_LANE_CALENDAR = 'lane-calendar';
29
+ var TABS_APPRAISAL = 'appraisal';
28
30
  var VtxRoadModal = function VtxRoadModal(props) {
29
- var _contents;
30
31
  var id = props.id,
31
32
  title = props.title,
32
33
  subTitle = props.subTitle,
@@ -84,7 +85,9 @@ var VtxRoadModal = function VtxRoadModal(props) {
84
85
  var laneCalendarContent = /*#__PURE__*/_jsx(LaneCalendar, {
85
86
  id: id
86
87
  });
87
- var contents = (_contents = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_contents, TABS_BASE, baseContent), "tr-".concat(TABS_BASE), baseContent), TABS_STATIC, statisticalContent), "tr-".concat(TABS_STATIC), statisticalContent), TABS_CALENDAR, calendarContent), "tr-".concat(TABS_CALENDAR), calendarContent), TABS_LANE_BASE, laneBaseContent), "tr-".concat(TABS_LANE_BASE), laneBaseContent), TABS_LANE_STATIC, laneStatisticalContent), "tr-".concat(TABS_LANE_STATIC), laneStatisticalContent), _defineProperty(_defineProperty(_contents, TABS_LANE_CALENDAR, laneCalendarContent), "tr-".concat(TABS_LANE_CALENDAR), laneCalendarContent));
88
+ var contents = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, TABS_BASE, baseContent), TABS_STATIC, statisticalContent), TABS_CALENDAR, calendarContent), TABS_LANE_BASE, laneBaseContent), TABS_LANE_STATIC, laneStatisticalContent), TABS_LANE_CALENDAR, laneCalendarContent), TABS_APPRAISAL, /*#__PURE__*/_jsx(Appraisal, {
89
+ id: id
90
+ }));
88
91
  return /*#__PURE__*/_jsxs(_Fragment, {
89
92
  children: [visible && /*#__PURE__*/_jsx(VtxBaseModal, {
90
93
  title: title,
@@ -93,7 +96,7 @@ var VtxRoadModal = function VtxRoadModal(props) {
93
96
  theme: theme,
94
97
  visible: visible,
95
98
  onCancel: onCancel,
96
- tabs: tabsData,
99
+ tabs: insertAppraisalTab(tabsData),
97
100
  tabChose: tabChose,
98
101
  startDate: startDate,
99
102
  endDate: endDate,
@@ -0,0 +1,12 @@
1
+ export var buildIframeQuery = function buildIframeQuery() {
2
+ var routeQuery = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
3
+ var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
4
+ var searchParams = new URLSearchParams(routeQuery || '');
5
+ Object.keys(params).forEach(function (key) {
6
+ var value = params[key];
7
+ if (value !== undefined && value !== null) {
8
+ searchParams.set(key, value);
9
+ }
10
+ });
11
+ return searchParams.toString().replace(/\+/g, '%20');
12
+ };
@@ -43,8 +43,8 @@ var BaseService = {
43
43
  value: info === null || info === void 0 ? void 0 : info.divisionName
44
44
  }, {
45
45
  label: translateLocaleText("t('vtxshxqmodal.type2')"),
46
- key: 'classTypeName',
47
- value: info === null || info === void 0 ? void 0 : info.classTypeName
46
+ key: 'facilityClassName',
47
+ value: info === null || info === void 0 ? void 0 : info.facilityClassName
48
48
  }, {
49
49
  label: translateLocaleText("t('vtxshxqmodal.pointQuantityItems')"),
50
50
  key: 'throwPointNum',
@@ -11,8 +11,8 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
11
11
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
13
  import { translateLocaleText } from "./../../../hooks/useTranslation.js";
14
- /**
15
- * 作业明细-列表
14
+ /**
15
+ * 作业明细-列表
16
16
  */
17
17
 
18
18
  import { useSetState } from 'ahooks';
@@ -3,19 +3,26 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key i
3
3
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
4
4
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
5
  import { useMemo } from 'react';
6
+ import Appraisal from "../_components/vm-appraisal-info";
6
7
  import VmCustom from "../_components/vm-custom";
8
+ import VmRepairMaintain from "../_components/vm-repair-maintain";
9
+ import VmVideo, { insertVideoTab } from "../_components/vm-video";
10
+ import useGetChannels from "../_hooks/useGetChannels";
7
11
  import useGetConfig from "../_hooks/useGetConfig";
8
12
  import VtxBaseModal from "../vtx-base-modal";
13
+ import { translateLocaleText } from "./../hooks/useTranslation.js";
9
14
  import { BaseService } from "./api";
10
15
  import { AlarmRecord, BaseInfo, Tfd, ThrowCalendar, ThrowRecord } from "./components";
11
16
  import "./style";
12
- import { translateLocaleText } from "./../hooks/useTranslation.js";
13
17
  import { jsx as _jsx } from "react/jsx-runtime";
14
18
  var TABS_BASE = 'base';
15
19
  var TABS_CALENDAR = 'calendar';
16
20
  var TABS_THROW = 'throw';
17
21
  var TABS_ALARM = 'alarm';
18
22
  var TABS_TFD = 'tfd';
23
+ var TABS_APPRAISAL = 'appraisal';
24
+ var TABS_VIDEO = 'video';
25
+ var TABS_RM = 'rm';
19
26
  var tabs = [{
20
27
  key: TABS_BASE,
21
28
  title: translateLocaleText("t('vtxdefaultmodal.overviewInformation')")
@@ -56,11 +63,15 @@ var VtxShxqModal = function VtxShxqModal(props) {
56
63
  baseInfo = _BaseService$useBaseI.baseInfo;
57
64
  var _useGetConfig = useGetConfig(info.typeCode, tabs),
58
65
  tabsData = _useGetConfig.tabsData;
66
+ var _useGetChannels = useGetChannels("".concat(info === null || info === void 0 ? void 0 : info.typeCode, "_").concat(info === null || info === void 0 ? void 0 : info.code), !!(info !== null && info !== void 0 && info.typeCode) && (tabsData === null || tabsData === void 0 ? void 0 : tabsData.findIndex(function (ele) {
67
+ return ele.key === 'video';
68
+ })) > -1),
69
+ channels = _useGetChannels.channels;
59
70
  var tabsList = useMemo(function () {
60
71
  var tabsList = tabsData;
61
- return tabsList;
62
- }, [JSON.stringify(tabsData)]);
63
- var contents = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, TABS_BASE, /*#__PURE__*/_jsx(BaseInfo, {
72
+ return insertVideoTab(tabsList, channels);
73
+ }, [JSON.stringify(tabsData), JSON.stringify(channels)]);
74
+ var contents = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, TABS_BASE, /*#__PURE__*/_jsx(BaseInfo, {
64
75
  id: id,
65
76
  info: info,
66
77
  baseInfo: baseInfo,
@@ -76,6 +87,12 @@ var VtxShxqModal = function VtxShxqModal(props) {
76
87
  })), TABS_TFD, /*#__PURE__*/_jsx(Tfd, {
77
88
  id: id,
78
89
  service: "rykq"
90
+ })), TABS_APPRAISAL, /*#__PURE__*/_jsx(Appraisal, {
91
+ id: id
92
+ })), TABS_RM, /*#__PURE__*/_jsx(VmRepairMaintain, {
93
+ id: id
94
+ })), TABS_VIDEO, /*#__PURE__*/_jsx(VmVideo, {
95
+ channels: channels
79
96
  }));
80
97
 
81
98
  // 自定义页签可配置多个,
@@ -2,6 +2,7 @@ import { translateLocaleText } from "./../../../hooks/useTranslation.js";
2
2
  import { VmEmpty, VmLineCharts, VmPieCharts } from "../../../_components";
3
3
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
4
4
  var Charts = function Charts(_ref) {
5
+ var _chartData$filter;
5
6
  var chartData = _ref.chartData,
6
7
  lineData = _ref.lineData;
7
8
  var legends = lineData.legends,
@@ -17,7 +18,9 @@ var Charts = function Charts(_ref) {
17
18
  });
18
19
  });
19
20
  }
20
- var total = chartData === null || chartData === void 0 ? void 0 : chartData.reduce(function (acc, cur) {
21
+ var total = chartData === null || chartData === void 0 || (_chartData$filter = chartData.filter(function (item) {
22
+ return item.alarmTypeCode;
23
+ })) === null || _chartData$filter === void 0 ? void 0 : _chartData$filter.reduce(function (acc, cur) {
21
24
  return acc + cur.value;
22
25
  }, 0);
23
26
  return /*#__PURE__*/_jsxs("div", {
@@ -5,8 +5,8 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
5
5
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
6
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
7
  import { translateLocaleText } from "./../../../hooks/useTranslation.js";
8
- /**
9
- * 监测指标趋势分析
8
+ /**
9
+ * 监测指标趋势分析
10
10
  */
11
11
  import { useSetState } from 'ahooks';
12
12
  import dayjs from 'dayjs';
@@ -12,15 +12,23 @@ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" !=
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
13
  import { request } from '@vtx/utils';
14
14
  import { useEffect, useState } from 'react';
15
+ import Appraisal from "../_components/vm-appraisal-info";
15
16
  import VmCustom from "../_components/vm-custom";
17
+ import VmRepairMaintain from "../_components/vm-repair-maintain";
18
+ import VmVideo, { insertVideoTab } from "../_components/vm-video";
19
+ import useGetChannels from "../_hooks/useGetChannels";
20
+ import { CommonService } from "../_service";
16
21
  import VtxBaseModal from "../vtx-base-modal";
17
22
  import VtxDefaultModal from "../vtx-default-modal";
23
+ import { translateLocaleText } from "./../hooks/useTranslation.js";
18
24
  import { Appraise, Base, Build, File, Score } from "./components";
19
25
  import "./style";
20
- import { translateLocaleText } from "./../hooks/useTranslation.js";
26
+ import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
27
+ var TABS_APPRAISAL = 'appraisal';
28
+ var TABS_VIDEO = 'video';
29
+ var TABS_RM = 'rm';
21
30
 
22
31
  //弹窗配置
23
- import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
24
32
  var getByCode = function getByCode(params) {
25
33
  return request.get('/cloud/jcss-reborn/facility/type/config/getByCode', {
26
34
  data: params
@@ -33,7 +41,7 @@ var smallPop = function smallPop(params) {
33
41
  });
34
42
  };
35
43
  export default (function (props) {
36
- var _config$;
44
+ var _tabsData, _config$;
37
45
  var visible = props.visible,
38
46
  theme = props.theme,
39
47
  title = props.title,
@@ -49,19 +57,26 @@ export default (function (props) {
49
57
  _useState4 = _slicedToArray(_useState3, 2),
50
58
  config = _useState4[0],
51
59
  setConfig = _useState4[1];
60
+ var _CommonService$useBas = CommonService.useBaseInfo(id),
61
+ info = _CommonService$useBas.info;
62
+ var _useGetChannels = useGetChannels("".concat((info === null || info === void 0 ? void 0 : info.typeCode) || 'wr', "_").concat(info === null || info === void 0 ? void 0 : info.code), !!(info !== null && info !== void 0 && info.code) && ((_tabsData = tabsData) === null || _tabsData === void 0 ? void 0 : _tabsData.findIndex(function (ele) {
63
+ return ele.key === 'video';
64
+ })) > -1),
65
+ channels = _useGetChannels.channels;
52
66
  useEffect(function () {
53
67
  getByCode({
54
68
  code: 'wr'
55
69
  }).then(function (res) {
56
70
  if ((res === null || res === void 0 ? void 0 : res.result) === 0) {
57
- setConfig((res.data.popupConfigJson || []).filter(function (item) {
71
+ var tabsConfig = (res.data.popupConfigJson || []).filter(function (item) {
58
72
  return item.display;
59
73
  }).map(function (item) {
60
74
  return _objectSpread(_objectSpread({}, item), {}, {
61
75
  key: item.code,
62
76
  title: item.name
63
77
  });
64
- }));
78
+ });
79
+ setConfig(tabsConfig);
65
80
  }
66
81
  });
67
82
  }, []);
@@ -74,7 +89,13 @@ export default (function (props) {
74
89
  }
75
90
  });
76
91
  }, [id]);
77
- var contentList = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, 'base', /*#__PURE__*/_jsx(Base, _objectSpread(_objectSpread({}, props), {}, {
92
+ var contentList = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, TABS_APPRAISAL, /*#__PURE__*/_jsx(Appraisal, {
93
+ id: id
94
+ })), TABS_VIDEO, /*#__PURE__*/_jsx(VmVideo, {
95
+ channels: channels
96
+ })), TABS_RM, /*#__PURE__*/_jsx(VmRepairMaintain, {
97
+ id: id
98
+ })), 'base', /*#__PURE__*/_jsx(Base, _objectSpread(_objectSpread({}, props), {}, {
78
99
  detail: detail
79
100
  }))), 'appraise', /*#__PURE__*/_jsx(Appraise, _objectSpread({}, props))), 'score', /*#__PURE__*/_jsx(Score, _objectSpread({}, props))), 'build', /*#__PURE__*/_jsx(Build, _objectSpread({}, props))), 'file', /*#__PURE__*/_jsx(File, _objectSpread({}, props)));
80
101
 
@@ -97,7 +118,7 @@ export default (function (props) {
97
118
  title: title,
98
119
  id: id,
99
120
  onCancel: onCancel,
100
- tabs: config,
121
+ tabs: insertVideoTab(config, channels),
101
122
  contents: contentList,
102
123
  tabChose: (_config$ = config[0]) === null || _config$ === void 0 ? void 0 : _config$.key,
103
124
  modalShow: modalShow,
@@ -11,6 +11,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
11
11
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
13
  import { VtxUpload } from "@vtx/components";
14
+ import { translateLocaleText } from "../../../hooks/useTranslation.js";
14
15
  import htmr from "htmr";
15
16
  import React, { useState } from "react";
16
17
  import { useSetState } from 'ahooks';
@@ -100,7 +101,9 @@ export default function viewRichText(_ref) {
100
101
  style[key] = config[key];
101
102
  } else {
102
103
  if (key == 'label') {
103
- obj.placeholder = "\u8BF7\u8F93\u5165".concat(config[key] || '');
104
+ obj.placeholder = translateLocaleText("t('common.placeholder.inputWithLabel')", {
105
+ label: config[key] || ''
106
+ });
104
107
  }
105
108
  obj[key] = config[key];
106
109
  }
@@ -14,6 +14,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
14
14
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
15
15
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
16
16
  import { View, LabeledFieldView, createLabeledInputText, ButtonView, submitHandler, icons, LabelView } from "../../ckeditor/ckeditor";
17
+ import { translateLocaleText } from "../../../../../hooks/useTranslation.js";
17
18
  var FormView = /*#__PURE__*/function (_View) {
18
19
  _inherits(FormView, _View);
19
20
  var _super = _createSuper(FormView);
@@ -21,10 +22,10 @@ var FormView = /*#__PURE__*/function (_View) {
21
22
  var _this;
22
23
  _classCallCheck(this, FormView);
23
24
  _this = _super.call(this, locale);
24
- _this.attrLabel = _this._createLabel("属性");
25
- _this.labelInputView = _this._createInput('字段名');
26
- _this.nameInputView = _this._createInput('字段');
27
- _this.orderInputView = _this._createInput('排序号');
25
+ _this.attrLabel = _this._createLabel(translateLocaleText("t('vtxzfmodal.ck.attribute')"));
26
+ _this.labelInputView = _this._createInput(translateLocaleText("t('vtxzfmodal.ck.fieldName')"));
27
+ _this.nameInputView = _this._createInput(translateLocaleText("t('vtxzfmodal.ck.field')"));
28
+ _this.orderInputView = _this._createInput(translateLocaleText("t('vtxzfmodal.ck.orderNo')"));
28
29
 
29
30
  // Create the save and cancel buttons.
30
31
  _this.saveButtonView = _this._createButton('Save', icons.check, 'ck-button-save');
@@ -22,6 +22,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
22
22
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
23
23
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
24
24
  import { Plugin, Widget, ButtonView, ContextualBalloon, Command, clickOutsideHandler, viewToModelPositionOutsideModelElement, toWidget } from "../../ckeditor/ckeditor";
25
+ import { translateLocaleText } from "../../../../../hooks/useTranslation.js";
25
26
  import OpenPanelCommand from "../OpenPanelCommand";
26
27
  import FormView from "./FormView";
27
28
  import "./index.less";
@@ -51,7 +52,7 @@ var InputEditing = /*#__PURE__*/function (_Plugin2) {
51
52
  _createClass(InputEditing, [{
52
53
  key: "init",
53
54
  value: function init() {
54
- console.log('可编辑文本内容被调用');
55
+ console.log('editable text editing initialized');
55
56
  this._defineSchema();
56
57
  this._defineConverters();
57
58
  this.editor.commands.add('insertEditableDiv', new InsertEditableDivCommand(this.editor));
@@ -127,7 +128,9 @@ var InputEditing = /*#__PURE__*/function (_Plugin2) {
127
128
  style += "width: ".concat(config[key], "px;");
128
129
  } else {
129
130
  if (key == 'label') {
130
- obj.placeholder = "\u8BF7\u8F93\u5165".concat(config[key] || '');
131
+ obj.placeholder = translateLocaleText("t('common.placeholder.inputWithLabel')", {
132
+ label: config[key] || ''
133
+ });
131
134
  }
132
135
  obj[key] = config[key];
133
136
  }
@@ -174,7 +177,9 @@ function renderView(modelElement, props) {
174
177
  style += "width: ".concat(value, ";");
175
178
  } else {
176
179
  if (key == 'label') {
177
- obj.placeholder = "\u8BF7\u8F93\u5165".concat(value || '');
180
+ obj.placeholder = translateLocaleText("t('common.placeholder.inputWithLabel')", {
181
+ label: value || ''
182
+ });
178
183
  }
179
184
  obj[key] = value;
180
185
  }
@@ -204,7 +209,7 @@ var InputUI = /*#__PURE__*/function (_Plugin3) {
204
209
  key: "init",
205
210
  value: function init() {
206
211
  var _this = this;
207
- console.log('可编辑文本UI被调用');
212
+ console.log('editable text UI initialized');
208
213
  var editor = this.editor;
209
214
  var t = editor.t;
210
215
  this._balloon = this.editor.plugins.get(ContextualBalloon);
@@ -213,7 +218,7 @@ var InputUI = /*#__PURE__*/function (_Plugin3) {
213
218
  editor.ui.componentFactory.add('editableDiv', function (locale) {
214
219
  var buttonView = new ButtonView(locale);
215
220
  buttonView.set({
216
- label: t('可编辑文本'),
221
+ label: translateLocaleText("t('vtxzfmodal.ck.editableText')"),
217
222
  withText: true,
218
223
  tooltip: false
219
224
  });
@@ -14,6 +14,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
14
14
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
15
15
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
16
16
  import { View, LabeledFieldView, createLabeledInputText, ButtonView, submitHandler, icons, LabelView } from "../../ckeditor/ckeditor";
17
+ import { translateLocaleText } from "../../../../../hooks/useTranslation.js";
17
18
  var FormView = /*#__PURE__*/function (_View) {
18
19
  _inherits(FormView, _View);
19
20
  var _super = _createSuper(FormView);
@@ -21,12 +22,12 @@ var FormView = /*#__PURE__*/function (_View) {
21
22
  var _this;
22
23
  _classCallCheck(this, FormView);
23
24
  _this = _super.call(this, locale);
24
- _this.attrLabel = _this._createLabel("属性");
25
- _this.styleLabel = _this._createLabel("样式");
26
- _this.labelInputView = _this._createInput('字段名');
27
- _this.nameInputView = _this._createInput('字段');
28
- _this.orderInputView = _this._createInput('排序号');
29
- _this.widthInputView = _this._createInput('宽度');
25
+ _this.attrLabel = _this._createLabel(translateLocaleText("t('vtxzfmodal.ck.attribute')"));
26
+ _this.styleLabel = _this._createLabel(translateLocaleText("t('vtxzfmodal.ck.style')"));
27
+ _this.labelInputView = _this._createInput(translateLocaleText("t('vtxzfmodal.ck.fieldName')"));
28
+ _this.nameInputView = _this._createInput(translateLocaleText("t('vtxzfmodal.ck.field')"));
29
+ _this.orderInputView = _this._createInput(translateLocaleText("t('vtxzfmodal.ck.orderNo')"));
30
+ _this.widthInputView = _this._createInput(translateLocaleText("t('vtxzfmodal.ck.width')"));
30
31
 
31
32
  // Create the save and cancel buttons.
32
33
  _this.saveButtonView = _this._createButton('Save', icons.check, 'ck-button-save');
@@ -22,6 +22,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
22
22
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
23
23
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
24
24
  import { Plugin, Widget, ButtonView, ContextualBalloon, Command, clickOutsideHandler, toWidget } from "../../ckeditor/ckeditor";
25
+ import { translateLocaleText } from "../../../../../hooks/useTranslation.js";
25
26
  import OpenPanelCommand from "../OpenPanelCommand";
26
27
  import FormView from "./FormView";
27
28
  import "./index.less";
@@ -51,7 +52,7 @@ var DateEditing = /*#__PURE__*/function (_Plugin2) {
51
52
  _createClass(DateEditing, [{
52
53
  key: "init",
53
54
  value: function init() {
54
- console.log('自定义输入框内容被调用');
55
+ console.log('custom date input editing initialized');
55
56
  this._defineSchema();
56
57
  this._defineConverters();
57
58
  this.editor.commands.add('insertCustomDate', new InsertCustomDateCommand(this.editor));
@@ -118,7 +119,9 @@ var DateEditing = /*#__PURE__*/function (_Plugin2) {
118
119
  style += "width: ".concat(config[key], "px;");
119
120
  } else {
120
121
  if (key == 'label') {
121
- obj.placeholder = "\u8BF7\u8F93\u5165".concat(config[key] || '');
122
+ obj.placeholder = translateLocaleText("t('common.placeholder.inputWithLabel')", {
123
+ label: config[key] || ''
124
+ });
122
125
  }
123
126
  obj[key] = config[key];
124
127
  }
@@ -162,7 +165,9 @@ function renderView(modelElement, props) {
162
165
  style += "width: ".concat(value, ";");
163
166
  } else {
164
167
  if (key == 'label') {
165
- obj.placeholder = "\u8BF7\u8F93\u5165".concat(value || '');
168
+ obj.placeholder = translateLocaleText("t('common.placeholder.inputWithLabel')", {
169
+ label: value || ''
170
+ });
166
171
  }
167
172
  obj[key] = value;
168
173
  }
@@ -195,7 +200,7 @@ var DateUI = /*#__PURE__*/function (_Plugin3) {
195
200
  key: "init",
196
201
  value: function init() {
197
202
  var _this = this;
198
- console.log('自定义输入框UI被调用');
203
+ console.log('custom date input UI initialized');
199
204
  var editor = this.editor;
200
205
  var t = editor.t;
201
206
  this._balloon = this.editor.plugins.get(ContextualBalloon);
@@ -204,7 +209,7 @@ var DateUI = /*#__PURE__*/function (_Plugin3) {
204
209
  editor.ui.componentFactory.add('customDate', function (locale) {
205
210
  var buttonView = new ButtonView(locale);
206
211
  buttonView.set({
207
- label: t('日期'),
212
+ label: translateLocaleText("t('vtxzfmodal.ck.date')"),
208
213
  withText: true,
209
214
  tooltip: false
210
215
  });
@@ -22,6 +22,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
22
22
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
23
23
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
24
24
  import { Plugin, Widget, ButtonView, ContextualBalloon, Command, clickOutsideHandler, toWidget } from "../../ckeditor/ckeditor";
25
+ import { translateLocaleText } from "../../../../../hooks/useTranslation.js";
25
26
  import OpenPanelCommand from "../OpenPanelCommand";
26
27
  import FormView from "./FormView";
27
28
  import "./index.less";
@@ -51,7 +52,7 @@ var InputEditing = /*#__PURE__*/function (_Plugin2) {
51
52
  _createClass(InputEditing, [{
52
53
  key: "init",
53
54
  value: function init() {
54
- console.log('自定义文本框内容被调用');
55
+ console.log('custom input editing initialized');
55
56
  this._defineSchema();
56
57
  this._defineConverters();
57
58
  this.editor.commands.add('insertCustomInput', new InsertCustomInputCommand(this.editor));
@@ -118,7 +119,9 @@ var InputEditing = /*#__PURE__*/function (_Plugin2) {
118
119
  style += "width: ".concat(config[key], "px;");
119
120
  } else {
120
121
  if (key == 'label') {
121
- obj.placeholder = "\u8BF7\u8F93\u5165".concat(config[key] || '');
122
+ obj.placeholder = translateLocaleText("t('common.placeholder.inputWithLabel')", {
123
+ label: config[key] || ''
124
+ });
122
125
  }
123
126
  obj[key] = config[key];
124
127
  }
@@ -160,7 +163,9 @@ function renderView(modelElement, props) {
160
163
  style += "width: ".concat(value, ";");
161
164
  } else {
162
165
  if (key == 'label') {
163
- obj.placeholder = "\u8BF7\u8F93\u5165".concat(value || '');
166
+ obj.placeholder = translateLocaleText("t('common.placeholder.inputWithLabel')", {
167
+ label: value || ''
168
+ });
164
169
  }
165
170
  obj[key] = value;
166
171
  }
@@ -191,7 +196,7 @@ var InputUI = /*#__PURE__*/function (_Plugin3) {
191
196
  key: "init",
192
197
  value: function init() {
193
198
  var _this = this;
194
- console.log('自定义文本框UI被调用');
199
+ console.log('custom input UI initialized');
195
200
  var editor = this.editor;
196
201
  var t = editor.t;
197
202
  this._balloon = this.editor.plugins.get(ContextualBalloon);
@@ -200,7 +205,7 @@ var InputUI = /*#__PURE__*/function (_Plugin3) {
200
205
  editor.ui.componentFactory.add('customInput', function (locale) {
201
206
  var buttonView = new ButtonView(locale);
202
207
  buttonView.set({
203
- label: t('文本框'),
208
+ label: translateLocaleText("t('vtxzfmodal.ck.textInput')"),
204
209
  withText: true,
205
210
  tooltip: false
206
211
  });
@@ -14,6 +14,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
14
14
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
15
15
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
16
16
  import { View, LabeledFieldView, createLabeledInputText, ButtonView, submitHandler, icons, LabelView } from "../../ckeditor/ckeditor";
17
+ import { translateLocaleText } from "../../../../../hooks/useTranslation.js";
17
18
  var FormView = /*#__PURE__*/function (_View) {
18
19
  _inherits(FormView, _View);
19
20
  var _super = _createSuper(FormView);
@@ -21,11 +22,11 @@ var FormView = /*#__PURE__*/function (_View) {
21
22
  var _this;
22
23
  _classCallCheck(this, FormView);
23
24
  _this = _super.call(this, locale);
24
- _this.attrLabel = _this._createLabel("属性");
25
- _this.labelInputView = _this._createInput('字段名');
26
- _this.nameInputView = _this._createInput('字段');
27
- _this.orderInputView = _this._createInput('排序号');
28
- _this.urlInputView = _this._createInput('数据源');
25
+ _this.attrLabel = _this._createLabel(translateLocaleText("t('vtxzfmodal.ck.attribute')"));
26
+ _this.labelInputView = _this._createInput(translateLocaleText("t('vtxzfmodal.ck.fieldName')"));
27
+ _this.nameInputView = _this._createInput(translateLocaleText("t('vtxzfmodal.ck.field')"));
28
+ _this.orderInputView = _this._createInput(translateLocaleText("t('vtxzfmodal.ck.orderNo')"));
29
+ _this.urlInputView = _this._createInput(translateLocaleText("t('vtxzfmodal.ck.dataSource')"));
29
30
 
30
31
  // Create the save and cancel buttons.
31
32
  _this.saveButtonView = _this._createButton('Save', icons.check, 'ck-button-save');