@lingxiteam/assets 4.3.2-alpha.1 → 4.3.2-alpha.3

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 (55) hide show
  1. package/es/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
  2. package/es/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
  3. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
  4. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
  5. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
  6. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
  7. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
  8. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
  9. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
  10. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
  11. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
  12. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
  13. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
  14. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
  15. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
  16. package/es/rootConfig/mobile/BusiComp.js +22 -22
  17. package/es/rootConfig/mobile/MobileModal.js +38 -38
  18. package/es/rootConfig/mobile/MobilePopover.js +22 -22
  19. package/es/rootConfig/mobile/page.js +42 -42
  20. package/es/rootConfig/pc/BusiComp.js +41 -41
  21. package/es/rootConfig/pc/Drawer.js +64 -64
  22. package/es/rootConfig/pc/Modal.js +63 -63
  23. package/es/rootConfig/pc/Popover.js +42 -42
  24. package/es/rootConfig/pc/page.js +55 -55
  25. package/es/rootConfig/todoActionList.js +691 -691
  26. package/es/rootConfig/todoCallback.js +9 -9
  27. package/es/rootConfig/todoOptionList.js +203 -203
  28. package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
  29. package/lib/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
  30. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
  31. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
  32. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
  33. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
  34. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
  35. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
  36. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
  37. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
  38. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
  39. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
  40. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
  41. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
  42. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
  43. package/lib/rootConfig/mobile/BusiComp.js +22 -22
  44. package/lib/rootConfig/mobile/MobileModal.js +38 -38
  45. package/lib/rootConfig/mobile/MobilePopover.js +22 -22
  46. package/lib/rootConfig/mobile/page.js +42 -42
  47. package/lib/rootConfig/pc/BusiComp.js +41 -41
  48. package/lib/rootConfig/pc/Drawer.js +64 -64
  49. package/lib/rootConfig/pc/Modal.js +63 -63
  50. package/lib/rootConfig/pc/Popover.js +42 -42
  51. package/lib/rootConfig/pc/page.js +55 -55
  52. package/lib/rootConfig/todoActionList.js +691 -691
  53. package/lib/rootConfig/todoCallback.js +9 -9
  54. package/lib/rootConfig/todoOptionList.js +203 -203
  55. package/package.json +1 -1
@@ -60,7 +60,7 @@ export var generateFormValuesCallback1Fields = function generateFormValuesCallba
60
60
  if (!targetContainer) return [];
61
61
  if (actionObjName === 'DForm' || actionObjName === 'BOFramer') {
62
62
  opts.push(_objectSpread({
63
- title: "(".concat(name, ")").concat(localeKey('form.values.title')),
63
+ title: "(".concat(name, ")", '表单取值'),
64
64
  value: "$values_".concat(options.compId, "$"),
65
65
  formValueActionId: dataId,
66
66
  targetName: name,
@@ -95,7 +95,7 @@ export var generateFormValuesCallback1Fields = function generateFormValuesCallba
95
95
  // 时间段选择增加起止时间
96
96
  if (isRangePicker) {
97
97
  opts.push({
98
- title: "".concat(props === null || props === void 0 ? void 0 : props.title, "_").concat(localeKey('form.range.begin')).concat(props !== null && props !== void 0 && props.fieldProps ? "\uFF08".concat(props === null || props === void 0 ? void 0 : props.fieldProps, "_begin\uFF09") : ''),
98
+ title: "".concat(props === null || props === void 0 ? void 0 : props.title, "_", '开始时间').concat(props !== null && props !== void 0 && props.fieldProps ? "\uFF08".concat(props === null || props === void 0 ? void 0 : props.fieldProps, "_begin\uFF09") : ''),
99
99
  value: "$values_".concat(options.compId, ".").concat(props === null || props === void 0 ? void 0 : props.fieldProps, "[0]$"),
100
100
  formValueActionId: dataId,
101
101
  targetName: name,
@@ -106,7 +106,7 @@ export var generateFormValuesCallback1Fields = function generateFormValuesCallba
106
106
  description: "".concat(props === null || props === void 0 ? void 0 : props.title).concat(localeKey('form.range.beginDesc')).concat(localeKey('form.range.description'))
107
107
  });
108
108
  opts.push({
109
- title: "".concat(props === null || props === void 0 ? void 0 : props.title, "_").concat(localeKey('form.range.end')).concat(props !== null && props !== void 0 && props.fieldProps ? "\uFF08".concat(props === null || props === void 0 ? void 0 : props.fieldProps, "_end\uFF09") : ''),
109
+ title: "".concat(props === null || props === void 0 ? void 0 : props.title, "_", '结束时间').concat(props !== null && props !== void 0 && props.fieldProps ? "\uFF08".concat(props === null || props === void 0 ? void 0 : props.fieldProps, "_end\uFF09") : ''),
110
110
  value: "$values_".concat(options.compId, ".").concat(props === null || props === void 0 ? void 0 : props.fieldProps, "[1]$"),
111
111
  formValueActionId: dataId,
112
112
  targetName: name,
@@ -127,12 +127,12 @@ export var generateFormValuesCallback1Fields = function generateFormValuesCallba
127
127
  // pc端表单
128
128
  if (['Form', 'QueryForm'].includes(actionObjName)) {
129
129
  var obj = {
130
- Form: localeKey('form.type.Form'),
131
- QueryForm: localeKey('form.type.QueryForm'),
132
- FormList: localeKey('form.type.FormList')
130
+ Form: '表单',
131
+ QueryForm: '查询表单',
132
+ FormList: '子表单'
133
133
  };
134
134
  opts.push({
135
- title: "".concat(name).concat(obj[actionObjName]).concat(localeKey('form.values.dataSuffix')),
135
+ title: "".concat(name).concat(obj[actionObjName], '数据'),
136
136
  value: "$".concat(options.compId, "$"),
137
137
  dataId: dataId,
138
138
  formValueActionId: dataId,
@@ -176,7 +176,7 @@ export var generateFormValuesCallback1Fields = function generateFormValuesCallba
176
176
  // 时间段选择需要添加起止时间
177
177
  if (isRangePicker) {
178
178
  opts.push({
179
- title: "".concat(title, "_").concat(localeKey('form.range.begin')).concat(props !== null && props !== void 0 && props.fieldName ? "\uFF08".concat(props === null || props === void 0 ? void 0 : props.fieldName, "_begin\uFF09") : ''),
179
+ title: "".concat(title, "_", '开始时间').concat(props !== null && props !== void 0 && props.fieldName ? "\uFF08".concat(props === null || props === void 0 ? void 0 : props.fieldName, "_begin\uFF09") : ''),
180
180
  value: "$".concat(options.compId, ".").concat(props === null || props === void 0 ? void 0 : props.fieldName, "[0]$"),
181
181
  formValueActionId: dataId,
182
182
  targetName: name,
@@ -187,7 +187,7 @@ export var generateFormValuesCallback1Fields = function generateFormValuesCallba
187
187
  description: "".concat(title).concat(localeKey('form.range.beginDesc')).concat(localeKey('form.range.description'))
188
188
  });
189
189
  opts.push({
190
- title: "".concat(title, "_").concat(localeKey('form.range.end')).concat(props !== null && props !== void 0 && props.fieldName ? "\uFF08".concat(props === null || props === void 0 ? void 0 : props.fieldName, "_end\uFF09") : ''),
190
+ title: "".concat(title, "_", '结束时间').concat(props !== null && props !== void 0 && props.fieldName ? "\uFF08".concat(props === null || props === void 0 ? void 0 : props.fieldName, "_end\uFF09") : ''),
191
191
  value: "$".concat(options.compId, ".").concat(props === null || props === void 0 ? void 0 : props.fieldName, "[1]$"),
192
192
  formValueActionId: dataId,
193
193
  targetName: name,