tntd 3.1.2 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/checkbox/checkbox-group.js +16 -0
- package/es/checkbox/checkbox-group.js.map +1 -0
- package/es/prev-locale.js +15 -101
- package/es/prev-locale.js.map +1 -1
- package/es/query-form/Field/Composition/FieldPopover.js +363 -0
- package/es/query-form/Field/Composition/FieldPopover.js.map +1 -0
- package/es/query-form/Field/Composition/Select.js +157 -0
- package/es/query-form/Field/Composition/Select.js.map +1 -0
- package/es/query-form/Field/Composition/SelectInput.js +34 -0
- package/es/query-form/Field/Composition/SelectInput.js.map +1 -0
- package/es/query-form/Field/Composition/ValueTag.js +163 -0
- package/es/query-form/Field/Composition/ValueTag.js.map +1 -0
- package/es/query-form/Field/Composition/index.js +337 -0
- package/es/query-form/Field/Composition/index.js.map +1 -0
- package/es/query-form/Field/Composition/utils.js +169 -0
- package/es/query-form/Field/Composition/utils.js.map +1 -0
- package/es/radio/radio-group.js +16 -0
- package/es/radio/radio-group.js.map +1 -0
- package/es/svg-components/illustration-check-circle.js +43 -0
- package/es/svg-components/illustration-check-circle.js.map +1 -0
- package/es/svg-components/illustration-error-circle.js +41 -0
- package/es/svg-components/illustration-error-circle.js.map +1 -0
- package/es/table/total-shower.js +20 -0
- package/es/table/total-shower.js.map +1 -0
- package/es/utils/simple-template.js +19 -0
- package/es/utils/simple-template.js.map +1 -0
- package/lib/checkbox/checkbox-group.d.ts +8 -0
- package/lib/checkbox/checkbox-group.d.ts.map +1 -0
- package/lib/checkbox/checkbox-group.js +16 -0
- package/lib/checkbox/checkbox-group.js.map +1 -0
- package/lib/prev-locale.d.ts +5 -74
- package/lib/prev-locale.d.ts.map +1 -1
- package/lib/prev-locale.js +15 -109
- package/lib/prev-locale.js.map +1 -1
- package/lib/query-form/Field/Composition/FieldPopover.d.ts +19 -0
- package/lib/query-form/Field/Composition/FieldPopover.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/FieldPopover.js +459 -0
- package/lib/query-form/Field/Composition/FieldPopover.js.map +1 -0
- package/lib/query-form/Field/Composition/Select.d.ts +4 -0
- package/lib/query-form/Field/Composition/Select.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/Select.js +253 -0
- package/lib/query-form/Field/Composition/Select.js.map +1 -0
- package/lib/query-form/Field/Composition/SelectInput.d.ts +3 -0
- package/lib/query-form/Field/Composition/SelectInput.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/SelectInput.js +111 -0
- package/lib/query-form/Field/Composition/SelectInput.js.map +1 -0
- package/lib/query-form/Field/Composition/ValueTag.d.ts +13 -0
- package/lib/query-form/Field/Composition/ValueTag.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/ValueTag.js +240 -0
- package/lib/query-form/Field/Composition/ValueTag.js.map +1 -0
- package/lib/query-form/Field/Composition/index.d.ts +15 -0
- package/lib/query-form/Field/Composition/index.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/index.js +441 -0
- package/lib/query-form/Field/Composition/index.js.map +1 -0
- package/lib/query-form/Field/Composition/utils.d.ts +21 -0
- package/lib/query-form/Field/Composition/utils.d.ts.map +1 -0
- package/lib/query-form/Field/Composition/utils.js +173 -0
- package/lib/query-form/Field/Composition/utils.js.map +1 -0
- package/lib/radio/radio-group.d.ts +8 -0
- package/lib/radio/radio-group.d.ts.map +1 -0
- package/lib/radio/radio-group.js +16 -0
- package/lib/radio/radio-group.js.map +1 -0
- package/lib/svg-components/illustration-check-circle.d.ts +4 -0
- package/lib/svg-components/illustration-check-circle.d.ts.map +1 -0
- package/lib/svg-components/illustration-check-circle.js +74 -0
- package/lib/svg-components/illustration-check-circle.js.map +1 -0
- package/lib/svg-components/illustration-error-circle.d.ts +4 -0
- package/lib/svg-components/illustration-error-circle.d.ts.map +1 -0
- package/lib/svg-components/illustration-error-circle.js +72 -0
- package/lib/svg-components/illustration-error-circle.js.map +1 -0
- package/lib/table/total-shower.d.ts +9 -0
- package/lib/table/total-shower.d.ts.map +1 -0
- package/lib/table/total-shower.js +20 -0
- package/lib/table/total-shower.js.map +1 -0
- package/lib/utils/simple-template.d.ts +9 -0
- package/lib/utils/simple-template.d.ts.map +1 -0
- package/lib/utils/simple-template.js +19 -0
- package/lib/utils/simple-template.js.map +1 -0
- package/package.json +1 -1
- package/es/tntd-reference/ReferenceBatchCheck/index.less +0 -21
- package/es/tntd-reference/ReferenceBatchDrawer/index.less +0 -0
- package/es/tntd-reference/ReferenceCheck/index.less +0 -10
- package/es/tntd-reference/ReferenceDrawer/index.less +0 -0
- package/es/tntd-reference/ReferenceInfo/index.less +0 -31
- package/lib/tntd-reference/ReferenceBatchCheck/index.less +0 -21
- package/lib/tntd-reference/ReferenceBatchDrawer/index.less +0 -0
- package/lib/tntd-reference/ReferenceCheck/index.less +0 -10
- package/lib/tntd-reference/ReferenceDrawer/index.less +0 -0
- package/lib/tntd-reference/ReferenceInfo/index.less +0 -31
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
require("react");
|
|
8
|
+
var _checkbox = _interopRequireDefault(require("antd/es/checkbox"));
|
|
9
|
+
var _connect = require("../connect");
|
|
10
|
+
var _previewText = require("../preview-text");
|
|
11
|
+
function _interopRequireDefault(e) {
|
|
12
|
+
return e && e.__esModule ? e : {
|
|
13
|
+
"default": e
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
var _default = exports["default"] = (0, _connect.connectReadonlyComponent)(_checkbox["default"].Group, _previewText.PreviewText.Select);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox-group.js","sourceRoot":"","sources":["../../src/checkbox/checkbox-group.tsx"],"names":[],"mappings":"AAAA,OAAkC,OAAO,CAAA;AACzC,OAAO,QAAQ,MAAM,kBAAkB,CAAA;AAEvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAM7C,eAAe,wBAAwB,CAAC,QAAQ,CAAC,KAAK,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA","sourcesContent":["import React, { forwardRef } from 'react'\nimport Checkbox from 'antd/es/checkbox'\nimport type { CheckboxGroupProps as AntdCheckboxGroupProps } from 'antd/es/checkbox/Group'\nimport { connectReadonlyComponent } from '../connect'\nimport { PreviewText } from '../preview-text'\n\nexport type CheckboxGroupProps = AntdCheckboxGroupProps & {\n readonly?: boolean\n}\n\nexport default connectReadonlyComponent(Checkbox.Group, PreviewText.Select)\n"]}
|
package/es/prev-locale.js
CHANGED
|
@@ -3,12 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.zh_CN = exports.
|
|
7
|
-
var _react = require("react");
|
|
6
|
+
exports.zh_CN = exports.getText = exports.getLanguage = exports.en_US = exports["default"] = void 0;
|
|
8
7
|
var _storage = require("./tntd-layout/storage");
|
|
9
|
-
|
|
10
|
-
// 默认语言包
|
|
11
|
-
var defaultZhCN = {
|
|
8
|
+
var zh_CN = exports.zh_CN = {
|
|
12
9
|
globalNavigation: '全局导航',
|
|
13
10
|
menuSearch: '菜单搜索',
|
|
14
11
|
// QueryForm
|
|
@@ -30,6 +27,8 @@ var defaultZhCN = {
|
|
|
30
27
|
enter: '请输入',
|
|
31
28
|
// Select
|
|
32
29
|
select: '请选择',
|
|
30
|
+
// TntdAction
|
|
31
|
+
batchOperation: '批量操作',
|
|
33
32
|
// Reference
|
|
34
33
|
onLineFail: '上线校验失败',
|
|
35
34
|
weakMsg: '存在弱引用(被下线、禁用、待提交/上线、导入待提交/上线、暂存、保存等相关状态组件引用)关系,谨慎操作',
|
|
@@ -47,7 +46,7 @@ var defaultZhCN = {
|
|
|
47
46
|
viewReference: '引用关系查看',
|
|
48
47
|
all: '全选'
|
|
49
48
|
};
|
|
50
|
-
var
|
|
49
|
+
var en_US = exports.en_US = {
|
|
51
50
|
globalNavigation: 'Global Navigation',
|
|
52
51
|
menuSearch: 'Menu Search',
|
|
53
52
|
// QueryForm
|
|
@@ -69,6 +68,8 @@ var defaultEnUS = {
|
|
|
69
68
|
enter: 'Enter',
|
|
70
69
|
// Select
|
|
71
70
|
select: 'Select',
|
|
71
|
+
// TntdAction
|
|
72
|
+
batchOperation: 'Batch Operation',
|
|
72
73
|
// Reference
|
|
73
74
|
onLineFail: 'On-line verification failure',
|
|
74
75
|
weakMsg: 'Caution When performing this operation, weak references exist for status components, such as offline, disabled, to be submitted/online, Import to be submitted/online, temporary, and save',
|
|
@@ -86,114 +87,27 @@ var defaultEnUS = {
|
|
|
86
87
|
viewReference: 'Reference relationship viewing',
|
|
87
88
|
all: 'all'
|
|
88
89
|
};
|
|
89
|
-
var defaultKoKR = {
|
|
90
|
-
globalNavigation: '전역 내비게이션',
|
|
91
|
-
menuSearch: '메뉴 검색',
|
|
92
|
-
// QueryForm
|
|
93
|
-
search: '검색',
|
|
94
|
-
reset: '재설정',
|
|
95
|
-
moreFiltering: '더 많은 필터링',
|
|
96
|
-
expand: '확장',
|
|
97
|
-
collapse: '축소',
|
|
98
|
-
// QueryListScene
|
|
99
|
-
totalRecords: '총 %s개 레코드',
|
|
100
|
-
// user popover
|
|
101
|
-
nameNull: '아직 닉네임이 없습니다',
|
|
102
|
-
personalSettings: '개인 설정',
|
|
103
|
-
changePwd: '비밀번호 변경',
|
|
104
|
-
signOut: '로그아웃',
|
|
105
|
-
// Handle
|
|
106
|
-
handleMore: '더보기',
|
|
107
|
-
// Enter
|
|
108
|
-
enter: '입력하세요',
|
|
109
|
-
// Select
|
|
110
|
-
select: '선택하세요',
|
|
111
|
-
// Reference
|
|
112
|
-
onLineFail: '온라인 확인 실패',
|
|
113
|
-
weakMsg: '약한 참조(오프라인, 비활성화, 제출/온라인 대기, 가져오기 제출/온라인 대기, 임시, 저장 등 관련 상태 구성 요소 참조)가 존재합니다. 신중하게 작업하세요',
|
|
114
|
-
strongMsg: '강한 참조 관계(온라인, 활성화, 온라인 및 오프라인 승인 및 지표 초기화 등 관련 상태 구성 요소에서 참조)가 존재합니다. 작업이 금지됩니다',
|
|
115
|
-
cancel: '취소',
|
|
116
|
-
next: '다음',
|
|
117
|
-
exist: '존재',
|
|
118
|
-
strong: '강함',
|
|
119
|
-
weak: '약함',
|
|
120
|
-
relationFail: '연관 관계 조회 실패',
|
|
121
|
-
reliableQuery: '신뢰할 수 있는 조회 요청을 제공하세요',
|
|
122
|
-
referenceFail: '참조 관계 조회 실패',
|
|
123
|
-
inQuery: '조회 중...',
|
|
124
|
-
noData: '데이터 없음',
|
|
125
|
-
viewReference: '참조 관계 보기',
|
|
126
|
-
all: '전체'
|
|
127
|
-
};
|
|
128
|
-
// 存储合并后的语言包(外部传入会覆盖默认值)
|
|
129
|
-
var localeStore = {
|
|
130
|
-
cn: Object.assign({}, defaultZhCN),
|
|
131
|
-
en: Object.assign({}, defaultEnUS),
|
|
132
|
-
ko: Object.assign({}, defaultKoKR)
|
|
133
|
-
};
|
|
134
|
-
// 导出当前语言包(兼容旧用法)
|
|
135
|
-
var zh_CN = exports.zh_CN = localeStore.cn;
|
|
136
|
-
var en_US = exports.en_US = localeStore.en;
|
|
137
|
-
var ko_KR = exports.ko_KR = localeStore.ko;
|
|
138
|
-
/**
|
|
139
|
-
* TntdLocale Context
|
|
140
|
-
* 用于通过 ConfigProvider 传递自定义语言包
|
|
141
|
-
*/
|
|
142
|
-
var TntdLocaleContext = exports.TntdLocaleContext = (0, _react.createContext)(null);
|
|
143
|
-
/**
|
|
144
|
-
* 获取文案(优先从 Context 获取,其次从 localeStore 获取)
|
|
145
|
-
* 如果当前语言包中找不到对应 key,则回退到中文
|
|
146
|
-
*/
|
|
147
90
|
var getText = exports.getText = function getText(key) {
|
|
148
91
|
var language = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getLanguage();
|
|
149
|
-
var _a
|
|
150
|
-
var
|
|
151
|
-
|
|
152
|
-
|
|
92
|
+
var _a;
|
|
93
|
+
var text = (_a = {
|
|
94
|
+
cn: zh_CN,
|
|
95
|
+
en: en_US
|
|
96
|
+
}[language] || zh_CN) === null || _a === void 0 ? void 0 : _a[key];
|
|
153
97
|
for (var _len = arguments.length, params = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
|
|
154
98
|
params[_key - 2] = arguments[_key];
|
|
155
99
|
}
|
|
156
|
-
if (
|
|
100
|
+
if (params === null || params === void 0 ? void 0 : params.length) {
|
|
157
101
|
return params.reduce(function (acc, cur) {
|
|
158
102
|
return acc.replace(/%s/, cur);
|
|
159
103
|
}, text);
|
|
160
104
|
}
|
|
161
105
|
return text;
|
|
162
106
|
};
|
|
163
|
-
/**
|
|
164
|
-
* 注册/覆盖整个语言包
|
|
165
|
-
* @param {string} langKey - 语言标识,如 'cn', 'en', 'ko', 'ja' 等
|
|
166
|
-
* @param {object} messages - 语言包对象
|
|
167
|
-
* @param {boolean} merge - 是否与现有语言包合并,默认 true;false 则完全覆盖
|
|
168
|
-
*/
|
|
169
|
-
var registerLocale = exports.registerLocale = function registerLocale(langKey, messages) {
|
|
170
|
-
var merge = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
|
|
171
|
-
if (!langKey || _typeof(messages) !== 'object') return;
|
|
172
|
-
if (merge && localeStore[langKey]) {
|
|
173
|
-
localeStore[langKey] = Object.assign(Object.assign({}, localeStore[langKey]), messages);
|
|
174
|
-
} else {
|
|
175
|
-
localeStore[langKey] = Object.assign({}, messages);
|
|
176
|
-
}
|
|
177
|
-
};
|
|
178
|
-
/**
|
|
179
|
-
* 批量注册多个语言包
|
|
180
|
-
* @param {object} locales - { cn: {...}, en: {...}, ja: {...} }
|
|
181
|
-
* @param {boolean} merge - 是否合并
|
|
182
|
-
*/
|
|
183
|
-
var registerLocales = exports.registerLocales = function registerLocales(locales) {
|
|
184
|
-
var merge = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
|
|
185
|
-
if (_typeof(locales) !== 'object') return;
|
|
186
|
-
Object.keys(locales).forEach(function (langKey) {
|
|
187
|
-
registerLocale(langKey, locales[langKey], merge);
|
|
188
|
-
});
|
|
189
|
-
};
|
|
190
107
|
var getLanguage = exports.getLanguage = function getLanguage() {
|
|
191
108
|
return (0, _storage.getLanguageStore)() || 'cn';
|
|
192
109
|
};
|
|
193
110
|
var _default = exports["default"] = {
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
getLanguage: getLanguage,
|
|
197
|
-
TntdLocaleContext: TntdLocaleContext,
|
|
198
|
-
getText: getText
|
|
111
|
+
en_US: en_US,
|
|
112
|
+
zh_CN: zh_CN
|
|
199
113
|
};
|
package/es/prev-locale.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prev-locale.js","sourceRoot":"","sources":["../src/prev-locale.js"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"prev-locale.js","sourceRoot":"","sources":["../src/prev-locale.js"],"names":[],"mappings":"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","sourcesContent":["import { getLanguageStore } from './tntd-layout/storage'\n\nexport const zh_CN = {\n globalNavigation: '全局导航',\n menuSearch: '菜单搜索',\n\n // QueryForm\n search: '搜索',\n reset: '重置',\n moreFiltering: '更多过滤',\n expand: '展开',\n collapse: '收起',\n\n // QueryListScene\n totalRecords: '共%s条记录',\n\n // user popover\n nameNull: '暂无昵称',\n personalSettings: '个人设置',\n changePwd: '修改密码',\n signOut: '退出',\n\n // Handle\n handleMore: '更多',\n\n // Enter\n enter: '请输入',\n\n // Select\n select: '请选择',\n\n // TntdAction\n batchOperation: '批量操作',\n\n // Reference\n onLineFail: '上线校验失败',\n weakMsg:\n '存在弱引用(被下线、禁用、待提交/上线、导入待提交/上线、暂存、保存等相关状态组件引用)关系,谨慎操作',\n strongMsg: '存在强引用(被上线、启用、上下线审批中和指标初始化等相关状态组件引用)关系,禁止操作',\n cancel: '取消',\n next: '下一步',\n exist: '存在',\n strong: '强引用',\n weak: '弱引用',\n relationFail: '查询关联关系失败',\n reliableQuery: '请提供一个可靠的查询请求',\n referenceFail: '查询引用关系失败',\n inQuery: '查询中...',\n noData: '暂无数据',\n viewReference: '引用关系查看',\n all: '全选',\n}\n\nexport const en_US = {\n globalNavigation: 'Global Navigation',\n menuSearch: 'Menu Search',\n\n // QueryForm\n search: 'Search',\n reset: 'Reset',\n moreFiltering: 'More filtering',\n expand: 'Expand',\n collapse: 'Collapse',\n\n // QueryListScene\n totalRecords: 'Totally %s Record(s)',\n\n // user popover\n nameNull: 'No nickname yet',\n personalSettings: 'Setting',\n changePwd: 'Change password',\n signOut: 'Sign out',\n\n // Handle\n handleMore: 'More',\n\n // Enter\n enter: 'Enter',\n // Select\n select: 'Select',\n\n // TntdAction\n batchOperation: 'Batch Operation',\n\n // Reference\n onLineFail: 'On-line verification failure',\n weakMsg:\n 'Caution When performing this operation, weak references exist for status components, such as offline, disabled, to be submitted/online, Import to be submitted/online, temporary, and save',\n strongMsg:\n 'A strong reference relationship exists (referenced by status components such as online, enabled, online and offline approval, and indicator initialization). Therefore, no operation is allowed',\n cancel: 'Cancel',\n next: 'Next',\n exist: 'Exist',\n strong: 'Strong',\n weak: 'Weak',\n relationFail: 'Description Failed to query the association relationship',\n reliableQuery: 'Please provide a reliable query request',\n referenceFail: 'Description Failed to query the reference relationship',\n inQuery: 'In query...',\n noData: 'No data',\n viewReference: 'Reference relationship viewing',\n all: 'all',\n}\n\nexport const getText = (key, language = getLanguage(), ...params) => {\n const text = ({\n cn: zh_CN,\n en: en_US,\n }[language] || zh_CN)?.[key]\n\n if (params?.length) {\n return params.reduce((acc, cur) => {\n return acc.replace(/%s/, cur)\n }, text)\n }\n\n return text\n}\n\nexport const getLanguage = () => getLanguageStore() || 'cn'\n\nexport default { en_US, zh_CN }\n"]}
|
|
@@ -0,0 +1,363 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _get2 = _interopRequireDefault(require("lodash/get"));
|
|
9
|
+
var _find2 = _interopRequireDefault(require("lodash/find"));
|
|
10
|
+
var _filter2 = _interopRequireDefault(require("lodash/filter"));
|
|
11
|
+
var _cloneDeep2 = _interopRequireDefault(require("lodash/cloneDeep"));
|
|
12
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
13
|
+
var _empty = require("../../../empty");
|
|
14
|
+
var _popover = _interopRequireDefault(require("../../../popover"));
|
|
15
|
+
var _ellipsis = _interopRequireDefault(require("../../../ellipsis"));
|
|
16
|
+
var _Select = _interopRequireDefault(require("./Select"));
|
|
17
|
+
var _utils = require("./utils");
|
|
18
|
+
var _fieldsMap = _interopRequireDefault(require("../fieldsMap"));
|
|
19
|
+
var _SelectInput = _interopRequireDefault(require("./SelectInput"));
|
|
20
|
+
require("./FieldPopover.less");
|
|
21
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
22
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
23
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
24
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
25
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
26
|
+
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); }
|
|
27
|
+
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
28
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
29
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
30
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
31
|
+
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; } }
|
|
32
|
+
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
33
|
+
var __rest = void 0 && (void 0).__rest || function (s, e) {
|
|
34
|
+
var t = {};
|
|
35
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
|
36
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
37
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
|
38
|
+
}
|
|
39
|
+
return t;
|
|
40
|
+
};
|
|
41
|
+
var FieldPopover = function FieldPopover(_a, ref) {
|
|
42
|
+
var visible = _a.visible,
|
|
43
|
+
setVisible = _a.setVisible,
|
|
44
|
+
searchText = _a.searchText,
|
|
45
|
+
children = _a.children,
|
|
46
|
+
value = _a.value,
|
|
47
|
+
regex = _a.regex,
|
|
48
|
+
fieldItems = _a.fieldItems,
|
|
49
|
+
propItem = _a.propItem,
|
|
50
|
+
setFieldItem = _a.setFieldItem,
|
|
51
|
+
onChange = _a.onChange,
|
|
52
|
+
form = _a.form,
|
|
53
|
+
locale = _a.locale,
|
|
54
|
+
clsPrefix = _a.clsPrefix,
|
|
55
|
+
props = __rest(_a, ["visible", "setVisible", "searchText", "children", "value", "regex", "fieldItems", "propItem", "setFieldItem", "onChange", "form", "locale", "clsPrefix"]);
|
|
56
|
+
var _useState = (0, _react.useState)(undefined),
|
|
57
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
58
|
+
searchTarget = _useState2[0],
|
|
59
|
+
setSearchTarget = _useState2[1];
|
|
60
|
+
var _useState3 = (0, _react.useState)(false),
|
|
61
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
62
|
+
popoverContent = _useState4[0],
|
|
63
|
+
setPopoverContent = _useState4[1];
|
|
64
|
+
var onPropsClick = function onPropsClick(props) {
|
|
65
|
+
var _ref = props || {},
|
|
66
|
+
_ref$type = _ref.type,
|
|
67
|
+
type = _ref$type === void 0 ? 'input' : _ref$type,
|
|
68
|
+
name = _ref.name,
|
|
69
|
+
pName = _ref.pName,
|
|
70
|
+
cName = _ref.cName,
|
|
71
|
+
component = _ref.component;
|
|
72
|
+
var copyValue = (0, _cloneDeep2["default"])(value);
|
|
73
|
+
if (!pName && !(copyValue === null || copyValue === void 0 ? void 0 : copyValue.find(function (v) {
|
|
74
|
+
return v.key === name;
|
|
75
|
+
}))) {
|
|
76
|
+
copyValue.push({
|
|
77
|
+
key: name,
|
|
78
|
+
value: type === 'array' ? [] : undefined
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
setFieldItem(props);
|
|
82
|
+
if ((0, _utils.isInput)(type) && !component) {
|
|
83
|
+
var target;
|
|
84
|
+
if (pName) {
|
|
85
|
+
target = copyValue.find(function (v) {
|
|
86
|
+
return v.key === pName && !!(0, _get2["default"])(v.value, cName);
|
|
87
|
+
}) || {
|
|
88
|
+
key: pName,
|
|
89
|
+
value: _defineProperty({}, cName, undefined)
|
|
90
|
+
};
|
|
91
|
+
} else {
|
|
92
|
+
target = copyValue.find(function (v) {
|
|
93
|
+
return v.key === props.name;
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
onChange(target, true);
|
|
97
|
+
close();
|
|
98
|
+
return;
|
|
99
|
+
}
|
|
100
|
+
setVisible(true);
|
|
101
|
+
setPopoverContent(true);
|
|
102
|
+
onChange(copyValue);
|
|
103
|
+
};
|
|
104
|
+
(0, _react.useImperativeHandle)(ref, function () {
|
|
105
|
+
return {
|
|
106
|
+
onPropsClick: onPropsClick
|
|
107
|
+
};
|
|
108
|
+
});
|
|
109
|
+
var onSelectChange = function onSelectChange(v, isMultiple) {
|
|
110
|
+
var _a, _b, _c, _d;
|
|
111
|
+
var propObj = (v === null || v === void 0 ? void 0 : v.propItem) || propItem || {};
|
|
112
|
+
var fieldProps = propObj.props; // 直接搜索拿v.xx的值
|
|
113
|
+
var copyValue = (0, _cloneDeep2["default"])(value || []);
|
|
114
|
+
var index;
|
|
115
|
+
if (v === null || v === void 0 ? void 0 : v.propItem) {
|
|
116
|
+
// 模糊搜索
|
|
117
|
+
var _index = copyValue.findIndex(function (vv) {
|
|
118
|
+
var _a;
|
|
119
|
+
return vv.key === ((_a = v.propItem) === null || _a === void 0 ? void 0 : _a.name);
|
|
120
|
+
});
|
|
121
|
+
if (_index > -1) {
|
|
122
|
+
index = _index;
|
|
123
|
+
} else {
|
|
124
|
+
copyValue.push({
|
|
125
|
+
key: (_a = v.propItem) === null || _a === void 0 ? void 0 : _a.name,
|
|
126
|
+
value: isMultiple ? [] : ''
|
|
127
|
+
});
|
|
128
|
+
index = copyValue.length - 1;
|
|
129
|
+
}
|
|
130
|
+
setFieldItem(v.propItem);
|
|
131
|
+
} else {
|
|
132
|
+
// 选择值
|
|
133
|
+
index = copyValue.findIndex(function (v) {
|
|
134
|
+
return v.key === (propItem === null || propItem === void 0 ? void 0 : propItem.name);
|
|
135
|
+
});
|
|
136
|
+
}
|
|
137
|
+
if (isMultiple) {
|
|
138
|
+
if (!((_c = (_b = copyValue[index]) === null || _b === void 0 ? void 0 : _b.value) === null || _c === void 0 ? void 0 : _c.length)) {
|
|
139
|
+
copyValue[index].value = [v === null || v === void 0 ? void 0 : v.value];
|
|
140
|
+
} else {
|
|
141
|
+
if (((_d = copyValue[index].value) === null || _d === void 0 ? void 0 : _d.indexOf(v.value)) > -1) {
|
|
142
|
+
copyValue[index].value = copyValue[index].value.filter(function (val) {
|
|
143
|
+
return val !== v.value;
|
|
144
|
+
});
|
|
145
|
+
} else {
|
|
146
|
+
copyValue[index].value.push(v.value);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
// 如果是模糊搜索-展开多选项
|
|
150
|
+
if (v === null || v === void 0 ? void 0 : v.propItem) {
|
|
151
|
+
setFieldItem(v === null || v === void 0 ? void 0 : v.propItem);
|
|
152
|
+
setVisible(true);
|
|
153
|
+
setPopoverContent(true);
|
|
154
|
+
}
|
|
155
|
+
} else {
|
|
156
|
+
copyValue[index].value = v === null || v === void 0 ? void 0 : v.value;
|
|
157
|
+
close();
|
|
158
|
+
}
|
|
159
|
+
onChange(copyValue, false, true);
|
|
160
|
+
(fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.onChange) && fieldProps.onChange(copyValue[index].value);
|
|
161
|
+
};
|
|
162
|
+
var onFieldChange = function onFieldChange() {
|
|
163
|
+
var _a;
|
|
164
|
+
var _ref2 = propItem || {},
|
|
165
|
+
_ref2$type = _ref2.type,
|
|
166
|
+
type = _ref2$type === void 0 ? 'input' : _ref2$type,
|
|
167
|
+
component = _ref2.component,
|
|
168
|
+
fieldProps = _ref2.props;
|
|
169
|
+
var copyValue = (0, _cloneDeep2["default"])(value);
|
|
170
|
+
var index = copyValue.findIndex(function (v) {
|
|
171
|
+
return v.key === (propItem === null || propItem === void 0 ? void 0 : propItem.name);
|
|
172
|
+
});
|
|
173
|
+
copyValue[index].value = arguments.length <= 0 ? undefined : arguments[0];
|
|
174
|
+
if (['date', 'checkbox'].includes(type) || type === 'dateRange' && ((_a = arguments.length <= 1 ? undefined : arguments[1]) === null || _a === void 0 ? void 0 : _a[1])) {
|
|
175
|
+
close();
|
|
176
|
+
}
|
|
177
|
+
onChange(copyValue, false, (arguments.length <= 0 ? undefined : arguments[0]) !== undefined, type !== 'selectInput');
|
|
178
|
+
(fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.onChange) && fieldProps.onChange(copyValue[index].value);
|
|
179
|
+
};
|
|
180
|
+
var close = function close() {
|
|
181
|
+
setVisible(false);
|
|
182
|
+
setTimeout(function () {
|
|
183
|
+
setFieldItem();
|
|
184
|
+
setPopoverContent(false);
|
|
185
|
+
}, 1);
|
|
186
|
+
};
|
|
187
|
+
var handleVisibleChange = function handleVisibleChange() {
|
|
188
|
+
if (!visible && !regex.test(searchText)) {
|
|
189
|
+
setVisible(true);
|
|
190
|
+
} else {
|
|
191
|
+
close();
|
|
192
|
+
}
|
|
193
|
+
};
|
|
194
|
+
(0, _react.useEffect)(function () {
|
|
195
|
+
var bool1 = false,
|
|
196
|
+
bool2 = false;
|
|
197
|
+
if (searchText && !propItem) {
|
|
198
|
+
fieldItems === null || fieldItems === void 0 ? void 0 : fieldItems.forEach(function (v) {
|
|
199
|
+
var _ref3 = v.props || {},
|
|
200
|
+
name = _ref3.name,
|
|
201
|
+
propsTitle = _ref3.propsTitle,
|
|
202
|
+
title = _ref3.title,
|
|
203
|
+
_ref3$type = _ref3.type,
|
|
204
|
+
type = _ref3$type === void 0 ? 'input' : _ref3$type,
|
|
205
|
+
props = _ref3.props;
|
|
206
|
+
var _propsTitle = propsTitle || title || name;
|
|
207
|
+
if ((_propsTitle === null || _propsTitle === void 0 ? void 0 : _propsTitle.indexOf(searchText)) > -1) {
|
|
208
|
+
bool1 = true;
|
|
209
|
+
}
|
|
210
|
+
var sOptions = type !== 'select' ? [] : (props === null || props === void 0 ? void 0 : props.options) || [];
|
|
211
|
+
var fieldNames = props === null || props === void 0 ? void 0 : props.fieldNames;
|
|
212
|
+
var target = sOptions === null || sOptions === void 0 ? void 0 : sOptions.find(function (item) {
|
|
213
|
+
var labelKey = (fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.label) || 'label';
|
|
214
|
+
var label = item instanceof Object ? item[labelKey] : item + '';
|
|
215
|
+
return (_react["default"].isValidElement(label) ? (0, _utils.formatLabel)(label) : label).indexOf(searchText) > -1;
|
|
216
|
+
});
|
|
217
|
+
if (target) {
|
|
218
|
+
bool2 = true;
|
|
219
|
+
}
|
|
220
|
+
});
|
|
221
|
+
setSearchTarget(!bool2 && !bool1 ? null : {
|
|
222
|
+
propsTitle: bool1,
|
|
223
|
+
propsValue: bool2
|
|
224
|
+
});
|
|
225
|
+
} else {
|
|
226
|
+
setSearchTarget(undefined);
|
|
227
|
+
}
|
|
228
|
+
}, [fieldItems, searchText, propItem]);
|
|
229
|
+
var renderFirstOptions = function renderFirstOptions() {
|
|
230
|
+
var firstItems = searchText ? (0, _filter2["default"])(fieldItems, function (v) {
|
|
231
|
+
var _ref4 = v.props || {},
|
|
232
|
+
name = _ref4.name,
|
|
233
|
+
propsTitle = _ref4.propsTitle,
|
|
234
|
+
title = _ref4.title;
|
|
235
|
+
var _propsTitle = propsTitle || title || name;
|
|
236
|
+
return (_propsTitle === null || _propsTitle === void 0 ? void 0 : _propsTitle.indexOf(searchText)) > -1;
|
|
237
|
+
}) : fieldItems;
|
|
238
|
+
var secondItems = searchText ? (0, _filter2["default"])(fieldItems, function (v) {
|
|
239
|
+
var _ref5 = v.props || {},
|
|
240
|
+
_ref5$type = _ref5.type,
|
|
241
|
+
type = _ref5$type === void 0 ? 'input' : _ref5$type,
|
|
242
|
+
props = _ref5.props;
|
|
243
|
+
var _ref6 = props || {},
|
|
244
|
+
options = _ref6.options,
|
|
245
|
+
loadData = _ref6.loadData,
|
|
246
|
+
fieldNames = _ref6.fieldNames;
|
|
247
|
+
return type === 'select' && !loadData && !!(0, _find2["default"])(options, function (item) {
|
|
248
|
+
var labelKey = (fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.label) || 'label';
|
|
249
|
+
var label = item instanceof Object ? item[labelKey] : item + '';
|
|
250
|
+
var isReactDom = _react["default"].isValidElement(label);
|
|
251
|
+
var _label = isReactDom ? (0, _utils.formatLabel)(label) : label;
|
|
252
|
+
return (_label === null || _label === void 0 ? void 0 : _label.indexOf(searchText)) > -1;
|
|
253
|
+
});
|
|
254
|
+
}) : [];
|
|
255
|
+
return _react["default"].createElement("div", null, firstItems.length > 0 && _react["default"].createElement(_react["default"].Fragment, null, _react["default"].createElement("label", null, locale.propTitle), _react["default"].createElement("ul", {
|
|
256
|
+
className: "ant-select-dropdown-menu"
|
|
257
|
+
}, firstItems.map(function (v) {
|
|
258
|
+
var _ref7 = v.props || {},
|
|
259
|
+
name = _ref7.name,
|
|
260
|
+
propsTitle = _ref7.propsTitle,
|
|
261
|
+
title = _ref7.title,
|
|
262
|
+
type = _ref7.type,
|
|
263
|
+
props = _ref7.props;
|
|
264
|
+
var _propsTitle = propsTitle || title || name;
|
|
265
|
+
return _react["default"].createElement("li", {
|
|
266
|
+
className: "ant-select-dropdown-menu-item",
|
|
267
|
+
key: name,
|
|
268
|
+
value: name,
|
|
269
|
+
onMouseDown: function onMouseDown(e) {
|
|
270
|
+
return e.preventDefault();
|
|
271
|
+
},
|
|
272
|
+
onClick: function onClick() {
|
|
273
|
+
onPropsClick(v.props);
|
|
274
|
+
}
|
|
275
|
+
}, _react["default"].createElement(_ellipsis["default"], {
|
|
276
|
+
widthLimit: 220,
|
|
277
|
+
title: searchText ? _react["default"].createElement("span", {
|
|
278
|
+
dangerouslySetInnerHTML: {
|
|
279
|
+
__html: (0, _utils.highlightSubstring)(_propsTitle, searchText)
|
|
280
|
+
}
|
|
281
|
+
}) : _propsTitle
|
|
282
|
+
}));
|
|
283
|
+
}))), secondItems.length > 0 && _react["default"].createElement("div", {
|
|
284
|
+
className: "match-value-box"
|
|
285
|
+
}, _react["default"].createElement("label", null, locale.propValue), fieldItems === null || fieldItems === void 0 ? void 0 : fieldItems.map(function (v) {
|
|
286
|
+
var _ref8 = v.props || {},
|
|
287
|
+
name = _ref8.name,
|
|
288
|
+
_ref8$type = _ref8.type,
|
|
289
|
+
type = _ref8$type === void 0 ? 'input' : _ref8$type,
|
|
290
|
+
props = _ref8.props;
|
|
291
|
+
var target = value === null || value === void 0 ? void 0 : value.find(function (v) {
|
|
292
|
+
return v.key === name;
|
|
293
|
+
});
|
|
294
|
+
if (type === 'select') {
|
|
295
|
+
return _react["default"].createElement(_Select["default"], Object.assign({
|
|
296
|
+
key: name
|
|
297
|
+
}, props, {
|
|
298
|
+
searchText: searchText,
|
|
299
|
+
propItem: v.props,
|
|
300
|
+
onChange: onSelectChange,
|
|
301
|
+
value: target === null || target === void 0 ? void 0 : target.value
|
|
302
|
+
}));
|
|
303
|
+
}
|
|
304
|
+
return;
|
|
305
|
+
})), !firstItems.length && !secondItems.length && _react["default"].createElement(_empty.Empty, {
|
|
306
|
+
size: "mini"
|
|
307
|
+
}));
|
|
308
|
+
};
|
|
309
|
+
var renderSecondOptions = function renderSecondOptions() {
|
|
310
|
+
var _a;
|
|
311
|
+
var _ref9 = propItem || {},
|
|
312
|
+
name = _ref9.name,
|
|
313
|
+
propsTitle = _ref9.propsTitle,
|
|
314
|
+
title = _ref9.title,
|
|
315
|
+
_ref9$type = _ref9.type,
|
|
316
|
+
type = _ref9$type === void 0 ? 'input' : _ref9$type,
|
|
317
|
+
className = _ref9.className,
|
|
318
|
+
component = _ref9.component,
|
|
319
|
+
fieldProps = _ref9.props;
|
|
320
|
+
var target = value === null || value === void 0 ? void 0 : value.find(function (v) {
|
|
321
|
+
return v.key === name;
|
|
322
|
+
});
|
|
323
|
+
var isSelectInput = type === 'selectInput';
|
|
324
|
+
var Field = isSelectInput ? _SelectInput["default"] : component || _fieldsMap["default"][type] || function () {
|
|
325
|
+
return null;
|
|
326
|
+
};
|
|
327
|
+
return _react["default"].createElement("div", {
|
|
328
|
+
onClick: function onClick(e) {
|
|
329
|
+
return e.stopPropagation();
|
|
330
|
+
},
|
|
331
|
+
className: className
|
|
332
|
+
}, _react["default"].createElement("label", null, propsTitle || title || name), type === 'select' ? _react["default"].createElement(_Select["default"], Object.assign({}, fieldProps, {
|
|
333
|
+
searchText: searchText,
|
|
334
|
+
propItem: propItem,
|
|
335
|
+
onChange: onSelectChange,
|
|
336
|
+
value: target === null || target === void 0 ? void 0 : target.value,
|
|
337
|
+
showEmpty: true
|
|
338
|
+
})) : _react["default"].createElement("div", {
|
|
339
|
+
className: "".concat(clsPrefix, "-field-popover-content"),
|
|
340
|
+
onClick: function onClick(e) {
|
|
341
|
+
return e.stopPropagation();
|
|
342
|
+
}
|
|
343
|
+
}, _react["default"].createElement(Field, Object.assign({
|
|
344
|
+
form: form,
|
|
345
|
+
value: target === null || target === void 0 ? void 0 : target.value
|
|
346
|
+
}, fieldProps, {
|
|
347
|
+
style: Object.assign(Object.assign({}, fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.style), {
|
|
348
|
+
width: ((_a = fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.style) === null || _a === void 0 ? void 0 : _a.width) || (isSelectInput ? '361px' : '250px')
|
|
349
|
+
}),
|
|
350
|
+
close: close,
|
|
351
|
+
onChange: onFieldChange,
|
|
352
|
+
name: name
|
|
353
|
+
}))));
|
|
354
|
+
};
|
|
355
|
+
return _react["default"].createElement(_popover["default"], Object.assign({
|
|
356
|
+
trigger: "click",
|
|
357
|
+
visible: visible,
|
|
358
|
+
overlayClassName: "".concat(clsPrefix, "-field-popover"),
|
|
359
|
+
content: !popoverContent ? renderFirstOptions() : renderSecondOptions(),
|
|
360
|
+
onVisibleChange: handleVisibleChange
|
|
361
|
+
}, props), children);
|
|
362
|
+
};
|
|
363
|
+
var _default = exports["default"] = (0, _react.forwardRef)(FieldPopover);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldPopover.js","sourceRoot":"","sources":["../../../../src/query-form/Field/Composition/FieldPopover.js"],"names":[],"mappings":"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","sourcesContent":["import React, { useEffect, useState, forwardRef, useImperativeHandle } from 'react'\nimport { cloneDeep, filter, find, get } from 'lodash'\nimport { Empty } from '../../../empty'\nimport Popover from '../../../popover'\nimport Ellipsis from '../../../ellipsis'\nimport SelectOpt from './Select'\nimport { highlightSubstring, formatLabel, isInput } from './utils'\nimport fieldsMap from '../fieldsMap'\nimport SelectInput from './SelectInput'\nimport './FieldPopover.less'\n\nconst FieldPopover = (\n {\n visible,\n setVisible,\n searchText,\n children,\n value,\n regex,\n fieldItems,\n propItem,\n setFieldItem,\n onChange,\n form,\n locale,\n clsPrefix,\n ...props\n },\n ref\n) => {\n const [searchTarget, setSearchTarget] = useState(undefined)\n const [popoverContent, setPopoverContent] = useState(false)\n\n const onPropsClick = (props) => {\n const { type = 'input', name, pName, cName, component } = props || {}\n const copyValue = cloneDeep(value)\n if (!pName && !copyValue?.find((v) => v.key === name)) {\n copyValue.push({\n key: name,\n value: type === 'array' ? [] : undefined,\n })\n }\n setFieldItem(props)\n if (isInput(type) && !component) {\n let target\n if (pName) {\n target = copyValue.find((v) => v.key === pName && !!get(v.value, cName)) || {\n key: pName,\n value: { [cName]: undefined },\n }\n } else {\n target = copyValue.find((v) => v.key === props.name)\n }\n onChange(target, true)\n close()\n return\n }\n setVisible(true)\n setPopoverContent(true)\n onChange(copyValue)\n }\n\n useImperativeHandle(ref, () => ({\n onPropsClick,\n }))\n\n const onSelectChange = (v, isMultiple) => {\n const propObj = v?.propItem || propItem || {}\n const { props: fieldProps } = propObj // 直接搜索拿v.xx的值\n const copyValue = cloneDeep(value || [])\n let index\n if (v?.propItem) {\n // 模糊搜索\n const _index = copyValue.findIndex((vv) => vv.key === v.propItem?.name)\n if (_index > -1) {\n index = _index\n } else {\n copyValue.push({\n key: v.propItem?.name,\n value: isMultiple ? [] : '',\n })\n index = copyValue.length - 1\n }\n setFieldItem(v.propItem)\n } else {\n // 选择值\n index = copyValue.findIndex((v) => v.key === propItem?.name)\n }\n\n if (isMultiple) {\n if (!copyValue[index]?.value?.length) {\n copyValue[index].value = [v?.value]\n } else {\n if (copyValue[index].value?.indexOf(v.value) > -1) {\n copyValue[index].value = copyValue[index].value.filter((val) => val !== v.value)\n } else {\n copyValue[index].value.push(v.value)\n }\n }\n // 如果是模糊搜索-展开多选项\n if (v?.propItem) {\n setFieldItem(v?.propItem)\n setVisible(true)\n setPopoverContent(true)\n }\n } else {\n copyValue[index].value = v?.value\n close()\n }\n onChange(copyValue, false, true)\n fieldProps?.onChange && fieldProps.onChange(copyValue[index].value)\n }\n\n const onFieldChange = (...args) => {\n const { type = 'input', component, props: fieldProps } = propItem || {}\n const copyValue = cloneDeep(value)\n const index = copyValue.findIndex((v) => v.key === propItem?.name)\n copyValue[index].value = args[0]\n if (['date', 'checkbox'].includes(type) || (type === 'dateRange' && args[1]?.[1])) {\n close()\n }\n onChange(copyValue, false, args[0] !== undefined, type !== 'selectInput')\n fieldProps?.onChange && fieldProps.onChange(copyValue[index].value)\n }\n\n const close = () => {\n setVisible(false)\n setTimeout(() => {\n setFieldItem()\n setPopoverContent(false)\n }, 1)\n }\n const handleVisibleChange = () => {\n if (!visible && !regex.test(searchText)) {\n setVisible(true)\n } else {\n close()\n }\n }\n\n useEffect(() => {\n let bool1 = false,\n bool2 = false\n\n if (searchText && !propItem) {\n fieldItems?.forEach((v) => {\n const { name, propsTitle, title, type = 'input', props } = v.props || {}\n const _propsTitle = propsTitle || title || name\n if (_propsTitle?.indexOf(searchText) > -1) {\n bool1 = true\n }\n const sOptions = type !== 'select' ? [] : props?.options || []\n const fieldNames = props?.fieldNames\n const target = sOptions?.find((item) => {\n const labelKey = fieldNames?.label || 'label'\n const label = item instanceof Object ? item[labelKey] : item + ''\n return (React.isValidElement(label) ? formatLabel(label) : label).indexOf(searchText) > -1\n })\n if (target) {\n bool2 = true\n }\n })\n setSearchTarget(!bool2 && !bool1 ? null : { propsTitle: bool1, propsValue: bool2 })\n } else {\n setSearchTarget(undefined)\n }\n }, [fieldItems, searchText, propItem])\n\n const renderFirstOptions = () => {\n const firstItems = searchText\n ? filter(fieldItems, (v) => {\n const { name, propsTitle, title } = v.props || {}\n const _propsTitle = propsTitle || title || name\n return _propsTitle?.indexOf(searchText) > -1\n })\n : fieldItems\n const secondItems = searchText\n ? filter(fieldItems, (v) => {\n const { type = 'input', props } = v.props || {}\n const { options, loadData, fieldNames } = props || {}\n return (\n type === 'select' &&\n !loadData &&\n !!find(options, (item) => {\n const labelKey = fieldNames?.label || 'label'\n const label = item instanceof Object ? item[labelKey] : item + ''\n const isReactDom = React.isValidElement(label)\n const _label = isReactDom ? formatLabel(label) : label\n return _label?.indexOf(searchText) > -1\n })\n )\n })\n : []\n return (\n <div>\n {firstItems.length > 0 && (\n <>\n {/* {(!searchText || searchTarget?.propsTitle) && <label>{locale.propTitle}</label>} */}\n <label>{locale.propTitle}</label>\n <ul className=\"ant-select-dropdown-menu\">\n {firstItems.map((v) => {\n const { name, propsTitle, title, type, props } = v.props || {}\n const _propsTitle = propsTitle || title || name\n return (\n <li\n className=\"ant-select-dropdown-menu-item\"\n key={name}\n value={name}\n onMouseDown={(e) => e.preventDefault()}\n onClick={() => {\n onPropsClick(v.props)\n }}\n >\n <Ellipsis\n widthLimit={220}\n title={\n searchText ? (\n <span\n dangerouslySetInnerHTML={{\n __html: highlightSubstring(_propsTitle, searchText),\n }}\n />\n ) : (\n _propsTitle\n )\n }\n />\n </li>\n )\n })}\n </ul>\n </>\n )}\n\n {/* 可以对下拉框值筛选 */}\n {secondItems.length > 0 && (\n <div className=\"match-value-box\">\n {/* {searchTarget?.propsValue && <label>{locale.propValue}</label>} */}\n <label>{locale.propValue}</label>\n {fieldItems?.map((v) => {\n const { name, type = 'input', props } = v.props || {}\n const target = value?.find((v) => v.key === name)\n if (type === 'select') {\n return (\n <SelectOpt\n key={name}\n {...props}\n searchText={searchText}\n propItem={v.props}\n onChange={onSelectChange}\n value={target?.value}\n />\n )\n }\n return\n })}\n </div>\n )}\n {!firstItems.length && !secondItems.length && <Empty size=\"mini\" />}\n </div>\n )\n }\n\n const renderSecondOptions = () => {\n const {\n name,\n propsTitle,\n title,\n type = 'input',\n className,\n component,\n props: fieldProps,\n } = propItem || {}\n const target = value?.find((v) => v.key === name)\n const isSelectInput = type === 'selectInput'\n const Field = isSelectInput ? SelectInput : component || fieldsMap[type] || (() => null)\n return (\n <div onClick={(e) => e.stopPropagation()} className={className}>\n <label>{propsTitle || title || name}</label>\n {type === 'select' ? (\n <SelectOpt\n {...fieldProps}\n searchText={searchText}\n propItem={propItem}\n onChange={onSelectChange}\n value={target?.value}\n showEmpty\n />\n ) : (\n <div\n className={`${clsPrefix}-field-popover-content`}\n onClick={(e) => e.stopPropagation()}\n >\n <Field\n form={form}\n value={target?.value}\n {...fieldProps}\n style={{\n ...fieldProps?.style,\n width: fieldProps?.style?.width || (isSelectInput ? '361px' : '250px'),\n }}\n close={close}\n onChange={onFieldChange}\n name={name}\n />\n </div>\n )}\n </div>\n )\n }\n\n return (\n <Popover\n trigger=\"click\"\n visible={visible}\n overlayClassName={`${clsPrefix}-field-popover`}\n content={!popoverContent ? renderFirstOptions() : renderSecondOptions()}\n onVisibleChange={handleVisibleChange}\n {...props}\n >\n {children}\n </Popover>\n )\n}\nexport default forwardRef(FieldPopover)\n"]}
|