@maxax/ui 1.1.65 → 1.1.67

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 (41) hide show
  1. package/dist/component.d.ts.map +1 -1
  2. package/dist/components/basic-bool-icon/BasicBoolIcon.vue.d.ts +6 -0
  3. package/dist/components/basic-bool-icon/BasicBoolIcon.vue.d.ts.map +1 -0
  4. package/dist/components/basic-bool-icon/index.d.ts +7 -0
  5. package/dist/components/basic-bool-icon/index.d.ts.map +1 -0
  6. package/dist/components/basic-bool-icon/interface.d.ts +10 -0
  7. package/dist/components/basic-bool-icon/interface.d.ts.map +1 -0
  8. package/dist/components/basic-button-import-max/BasicButtonImportMax.vue.d.ts +18 -4
  9. package/dist/components/basic-button-import-max/BasicButtonImportMax.vue.d.ts.map +1 -1
  10. package/dist/components/basic-button-import-max/PreviewModal.vue.d.ts +18 -4
  11. package/dist/components/basic-button-import-max/PreviewModal.vue.d.ts.map +1 -1
  12. package/dist/components/basic-form/BasicForm.vue.d.ts +4 -4
  13. package/dist/components/basic-json-viewer/BasicJsonViewer.d.ts +1 -1
  14. package/dist/components/basic-json-viewer/BasicJsonViewer.d.ts.map +1 -1
  15. package/dist/components/basic-json-viewer/components/TreeNode.d.ts +1 -1
  16. package/dist/components/basic-message-box/BasicMessageBox.vue.d.ts +10 -8
  17. package/dist/components/basic-message-box/BasicMessageBox.vue.d.ts.map +1 -1
  18. package/dist/components/basic-table/BasicTable.vue.d.ts +1 -0
  19. package/dist/components/basic-table/BasicTable.vue.d.ts.map +1 -1
  20. package/dist/components/basic-table/hooks/use-table-config.d.ts.map +1 -1
  21. package/dist/components/basic-tag/BasicTag.vue.d.ts +8 -2
  22. package/dist/components/basic-tag/BasicTag.vue.d.ts.map +1 -1
  23. package/dist/components/basic-tag/interface.d.ts +26 -3
  24. package/dist/components/basic-tag/interface.d.ts.map +1 -1
  25. package/dist/components/index.d.ts +1 -0
  26. package/dist/components/index.d.ts.map +1 -1
  27. package/dist/index.cjs +3071 -5431
  28. package/dist/index.cjs.map +1 -1
  29. package/dist/index.mjs +3296 -5656
  30. package/dist/index.mjs.map +1 -1
  31. package/dist/locales.cjs +128 -44
  32. package/dist/locales.cjs.map +1 -1
  33. package/dist/locales.mjs +128 -44
  34. package/dist/locales.mjs.map +1 -1
  35. package/dist/theme-chalk/components/basicBoolIcon.scss +38 -0
  36. package/dist/theme-chalk/components/basicForm.scss +3 -3
  37. package/dist/theme-chalk/components/basicTag.scss +78 -4
  38. package/dist/theme-chalk/components/components.scss +1 -0
  39. package/dist/theme-chalk/index.css +1 -1
  40. package/dist/theme-chalk/light.css +1 -1
  41. package/package.json +7 -6
package/dist/locales.mjs CHANGED
@@ -38,7 +38,7 @@ function requireEnUS$1() {
38
38
  useErr: 'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent module needs to be installed before Table',
39
39
  barUnableLink: "The toolbar cannot associate tables",
40
40
  expandContent: 'The slot for the expanded line should be "content", please check if it is correct',
41
- reqComp: 'The "{0}" component is missing, please check if it is installed correctly. https://vxeui.com/#/start/useGlobal',
41
+ reqComp: 'The component "{0}" is missing. Please check if it is installed correctly. https://vxeui.com/#/start/useUI/useGlobal',
42
42
  reqModule: 'Missing "{0}" module',
43
43
  reqProp: 'The necessary "{0}" parameter is missing, which may cause an error',
44
44
  emptyProp: 'Parameter "{0}" is not allowed to be empty',
@@ -69,7 +69,7 @@ function requireEnUS$1() {
69
69
  treeNotImp: "Tree tables do not support import",
70
70
  treeCrossDrag: "Only drag the first level",
71
71
  treeDragChild: "Parents cannot drag to their own children",
72
- reqPlugin: '"{1}" is not installed at https://vxeui.com/other{0}/#/{1}/install',
72
+ reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/start/npmInstall',
73
73
  errMaxRow: "Exceeding the maximum supported data volume {0} rows, this may cause an error",
74
74
  useNew: "It is not recommended to use {0}. Please use {1} instead.",
75
75
  errorVersion: "Version mismatch. Current version is {0}, while the minimum supported version is {1}."
@@ -117,11 +117,12 @@ function requireEnUS$1() {
117
117
  select: {
118
118
  clear: "Clear",
119
119
  allChecked: "All",
120
- total: "{0} / {1}",
120
+ total: "{0} items selected",
121
+ close: "Close",
121
122
  search: "Search",
122
123
  loadingText: "Loading",
123
124
  emptyText: "No data yet",
124
- maxOpt: "The maximum number that can be selected cannot exceed {0}.",
125
+ maxSize: "最大可选择的数量不能超过 {0}",
125
126
  overSizeErr: "The maximum selectable quantity of {0} has been exceeded. The excess part will be ignored!",
126
127
  searchEmpty: "No matching data found!"
127
128
  },
@@ -134,7 +135,8 @@ function requireEnUS$1() {
134
135
  allChecked: "Check all",
135
136
  allExpand: "Expand all",
136
137
  clearExpand: "Collapse all",
137
- total: "Selected {0}",
138
+ total: "{0} items selected",
139
+ close: "Close",
138
140
  search: "Search",
139
141
  emptyText: "No data yet"
140
142
  },
@@ -177,15 +179,23 @@ function requireEnUS$1() {
177
179
  cstmDragTarget: "Move: {0}",
178
180
  setting: {
179
181
  colSort: "Sort",
180
- sortHelpTip: "Click and drag the icons to adjust the order.",
181
- colTitle: "Column title",
182
- colResizable: "Column width (pixels)",
183
- colVisible: "Whether to display",
184
- colFixed: "Freeze column",
185
- colFixedMax: "Freeze columns (up to {0} columns)",
186
- fixedLeft: "Left side",
187
- fixedUnset: "Not set",
188
- fixedRight: "Right side"
182
+ sortHelpTip: "点击图标开始拖动",
183
+ colTitle: "Title",
184
+ colResizable: "Width (pixels)",
185
+ colVisible: "Visible",
186
+ colFixed: "Freeze",
187
+ colFixedMax: "Freeze (up to {0} columns)",
188
+ fixedLeft: "Left",
189
+ fixedUnset: "Not set",
190
+ fixedRight: "Right",
191
+ moveUp: "Up",
192
+ moveDn: "Down",
193
+ putTop: "Top",
194
+ putBottom: "Bottom",
195
+ moveUpTitle: "点击向上移动",
196
+ moveDnTitle: "点击向下移动",
197
+ putTopTitle: "点击置顶",
198
+ putBottomTitle: "点击置尾"
189
199
  }
190
200
  },
191
201
  import: {
@@ -243,6 +253,10 @@ function requireEnUS$1() {
243
253
  expMergeTitle: "If present, cells with merged structures are supported",
244
254
  expOptAllExpand: "Expand the tree",
245
255
  expAllExpandTitle: "If it exists, it is supported to expand all data with hierarchical structures",
256
+ expOptTreeAllExpand: "Expand tree",
257
+ expTreeAllExpandTitle: "If present, automatically expand all tree levels",
258
+ expOptRowGroupAllExpand: "Expand group",
259
+ expRowGroupAllExpandTitle: "If present, automatically expand all group levels",
246
260
  expOptUseStyle: "style",
247
261
  expUseStyleTitle: "If present, cells with style are supported",
248
262
  expOptOriginal: "Source data",
@@ -561,6 +575,10 @@ function requireEnUS$1() {
561
575
  contextMenu: {
562
576
  loadingText: "Loading"
563
577
  },
578
+ switch: {
579
+ onText: "On",
580
+ offText: "Off"
581
+ },
564
582
  gantt: {
565
583
  tFullFormat: {
566
584
  year: "{yyyy}年",
@@ -651,7 +669,7 @@ function requireEnUS$1() {
651
669
  groupPlaceholder: "Drag here to set row groups",
652
670
  valuesPlaceholder: "Drag here to aggregate",
653
671
  dragExistCol: "The column already exists",
654
- sortHelpTip: "Click and drag the icons to adjust the order."
672
+ sortHelpTip: "点击图标开始拖动"
655
673
  },
656
674
  aggFuncs: {
657
675
  sum: "Sum",
@@ -883,7 +901,7 @@ function requireZhCN$1() {
883
901
  useErr: '安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',
884
902
  barUnableLink: "工具栏无法关联表格",
885
903
  expandContent: '展开行的插槽应该是 "content",请检查是否正确',
886
- reqComp: '缺少 "{0}" 组件,请检查是否正确安装。 https://vxeui.com/#/start/useGlobal',
904
+ reqComp: '缺少 "{0}" 组件,请检查是否正确安装。 https://vxeui.com/#/start/useUI/useGlobal',
887
905
  reqModule: '缺少 "{0}" 模块',
888
906
  reqProp: '缺少必要的 "{0}" 参数,这可能会导致出现错误',
889
907
  emptyProp: '参数 "{0}" 不允许为空',
@@ -914,7 +932,7 @@ function requireZhCN$1() {
914
932
  treeNotImp: "树表格不支持导入",
915
933
  treeCrossDrag: "只能拖拽第一层级",
916
934
  treeDragChild: "父级不能拖拽到自己的子级中",
917
- reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
935
+ reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/start/npmInstall',
918
936
  errMaxRow: "超过支持的最大数据量 {0} 行,这可能会导致出现错误",
919
937
  useNew: "不建议使用 {0},请使用 {1}",
920
938
  errorVersion: "版本不匹配,当前版本 {0},最低支持版本为 {1}"
@@ -962,7 +980,8 @@ function requireZhCN$1() {
962
980
  select: {
963
981
  clear: "清除",
964
982
  allChecked: "全选",
965
- total: "{0} / {1}",
983
+ total: "已选 {0} ",
984
+ close: "关闭",
966
985
  search: "搜索",
967
986
  loadingText: "加载中...",
968
987
  emptyText: "暂无数据",
@@ -979,7 +998,8 @@ function requireZhCN$1() {
979
998
  allChecked: "全选",
980
999
  allExpand: "全部展开",
981
1000
  clearExpand: "全部收起",
982
- total: "已选 {0}",
1001
+ total: "已选 {0}",
1002
+ close: "关闭",
983
1003
  search: "搜索",
984
1004
  emptyText: "暂无数据"
985
1005
  },
@@ -1022,7 +1042,7 @@ function requireZhCN$1() {
1022
1042
  cstmDragTarget: "移动:{0}",
1023
1043
  setting: {
1024
1044
  colSort: "排序",
1025
- sortHelpTip: "点击并拖动图标可以调整顺序",
1045
+ sortHelpTip: "点击图标开始拖动",
1026
1046
  colTitle: "列标题",
1027
1047
  colResizable: "列宽(像素)",
1028
1048
  colVisible: "是否显示",
@@ -1030,7 +1050,15 @@ function requireZhCN$1() {
1030
1050
  colFixedMax: "冻结列(最多 {0} 列)",
1031
1051
  fixedLeft: "左侧",
1032
1052
  fixedUnset: "不设置",
1033
- fixedRight: "右侧"
1053
+ fixedRight: "右侧",
1054
+ moveUp: "上移",
1055
+ moveDn: "下移",
1056
+ putTop: "置顶",
1057
+ putBottom: "置尾",
1058
+ moveUpTitle: "点击向上移动",
1059
+ moveDnTitle: "点击向下移动",
1060
+ putTopTitle: "点击置顶",
1061
+ putBottomTitle: "点击置尾"
1034
1062
  }
1035
1063
  },
1036
1064
  import: {
@@ -1088,6 +1116,10 @@ function requireZhCN$1() {
1088
1116
  expMergeTitle: "如果存在,则支持带有合并结构的单元格",
1089
1117
  expOptAllExpand: "展开树",
1090
1118
  expAllExpandTitle: "如果存在,则支持将带有层级结构的数据全部展开",
1119
+ expOptTreeAllExpand: "展开树",
1120
+ expTreeAllExpandTitle: "如果存在,则自动展开所有树层级",
1121
+ expOptRowGroupAllExpand: "展开分组",
1122
+ expRowGroupAllExpandTitle: "如果存在,则自动展开所有分组层级",
1091
1123
  expOptUseStyle: "样式",
1092
1124
  expUseStyleTitle: "如果存在,则支持带样式的单元格",
1093
1125
  expOptOriginal: "源数据",
@@ -1406,6 +1438,10 @@ function requireZhCN$1() {
1406
1438
  contextMenu: {
1407
1439
  loadingText: "加载中..."
1408
1440
  },
1441
+ switch: {
1442
+ onText: "打开",
1443
+ offText: "关闭"
1444
+ },
1409
1445
  gantt: {
1410
1446
  tFullFormat: {
1411
1447
  year: "{yyyy}年",
@@ -1496,7 +1532,7 @@ function requireZhCN$1() {
1496
1532
  groupPlaceholder: "拖至此处进行分组",
1497
1533
  valuesPlaceholder: "拖至此处进行聚合",
1498
1534
  dragExistCol: "该列已存在",
1499
- sortHelpTip: "点击并拖动图标可以调整顺序"
1535
+ sortHelpTip: "点击图标开始拖动"
1500
1536
  },
1501
1537
  aggFuncs: {
1502
1538
  sum: "求和",
@@ -1728,7 +1764,7 @@ function requireEnUS() {
1728
1764
  useErr: 'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent module needs to be installed before Table',
1729
1765
  barUnableLink: "The toolbar cannot associate tables",
1730
1766
  expandContent: 'The slot for the expanded line should be "content", please check if it is correct',
1731
- reqComp: 'The "{0}" component is missing, please check if it is installed correctly. https://vxeui.com/#/start/useGlobal',
1767
+ reqComp: 'The component "{0}" is missing. Please check if it is installed correctly. https://vxeui.com/#/start/useUI/useGlobal',
1732
1768
  reqModule: 'Missing "{0}" module',
1733
1769
  reqProp: 'The necessary "{0}" parameter is missing, which may cause an error',
1734
1770
  emptyProp: 'Parameter "{0}" is not allowed to be empty',
@@ -1759,7 +1795,7 @@ function requireEnUS() {
1759
1795
  treeNotImp: "Tree tables do not support import",
1760
1796
  treeCrossDrag: "Only drag the first level",
1761
1797
  treeDragChild: "Parents cannot drag to their own children",
1762
- reqPlugin: '"{1}" is not installed at https://vxeui.com/other{0}/#/{1}/install',
1798
+ reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/start/npmInstall',
1763
1799
  errMaxRow: "Exceeding the maximum supported data volume {0} rows, this may cause an error",
1764
1800
  useNew: "It is not recommended to use {0}. Please use {1} instead.",
1765
1801
  errorVersion: "Version mismatch. Current version is {0}, while the minimum supported version is {1}."
@@ -1807,11 +1843,12 @@ function requireEnUS() {
1807
1843
  select: {
1808
1844
  clear: "Clear",
1809
1845
  allChecked: "All",
1810
- total: "{0} / {1}",
1846
+ total: "{0} items selected",
1847
+ close: "Close",
1811
1848
  search: "Search",
1812
1849
  loadingText: "Loading",
1813
1850
  emptyText: "No data yet",
1814
- maxOpt: "The maximum number that can be selected cannot exceed {0}.",
1851
+ maxSize: "最大可选择的数量不能超过 {0}",
1815
1852
  overSizeErr: "The maximum selectable quantity of {0} has been exceeded. The excess part will be ignored!",
1816
1853
  searchEmpty: "No matching data found!"
1817
1854
  },
@@ -1824,7 +1861,8 @@ function requireEnUS() {
1824
1861
  allChecked: "Check all",
1825
1862
  allExpand: "Expand all",
1826
1863
  clearExpand: "Collapse all",
1827
- total: "Selected {0}",
1864
+ total: "{0} items selected",
1865
+ close: "Close",
1828
1866
  search: "Search",
1829
1867
  emptyText: "No data yet"
1830
1868
  },
@@ -1867,15 +1905,23 @@ function requireEnUS() {
1867
1905
  cstmDragTarget: "Move: {0}",
1868
1906
  setting: {
1869
1907
  colSort: "Sort",
1870
- sortHelpTip: "Click and drag the icons to adjust the order.",
1871
- colTitle: "Column title",
1872
- colResizable: "Column width (pixels)",
1873
- colVisible: "Whether to display",
1874
- colFixed: "Freeze column",
1875
- colFixedMax: "Freeze columns (up to {0} columns)",
1876
- fixedLeft: "Left side",
1877
- fixedUnset: "Not set",
1878
- fixedRight: "Right side"
1908
+ sortHelpTip: "点击图标开始拖动",
1909
+ colTitle: "Title",
1910
+ colResizable: "Width (pixels)",
1911
+ colVisible: "Visible",
1912
+ colFixed: "Freeze",
1913
+ colFixedMax: "Freeze (up to {0} columns)",
1914
+ fixedLeft: "Left",
1915
+ fixedUnset: "Not set",
1916
+ fixedRight: "Right",
1917
+ moveUp: "Up",
1918
+ moveDn: "Down",
1919
+ putTop: "Top",
1920
+ putBottom: "Bottom",
1921
+ moveUpTitle: "点击向上移动",
1922
+ moveDnTitle: "点击向下移动",
1923
+ putTopTitle: "点击置顶",
1924
+ putBottomTitle: "点击置尾"
1879
1925
  }
1880
1926
  },
1881
1927
  import: {
@@ -1933,6 +1979,10 @@ function requireEnUS() {
1933
1979
  expMergeTitle: "If present, cells with merged structures are supported",
1934
1980
  expOptAllExpand: "Expand the tree",
1935
1981
  expAllExpandTitle: "If it exists, it is supported to expand all data with hierarchical structures",
1982
+ expOptTreeAllExpand: "Expand tree",
1983
+ expTreeAllExpandTitle: "If present, automatically expand all tree levels",
1984
+ expOptRowGroupAllExpand: "Expand group",
1985
+ expRowGroupAllExpandTitle: "If present, automatically expand all group levels",
1936
1986
  expOptUseStyle: "style",
1937
1987
  expUseStyleTitle: "If present, cells with style are supported",
1938
1988
  expOptOriginal: "Source data",
@@ -2075,6 +2125,8 @@ function requireEnUS() {
2075
2125
  uploadErr: "Upload failed",
2076
2126
  uploadSuccess: "Upload successfully",
2077
2127
  moreBtnText: "More ({0})",
2128
+ moreImgBtnText: "图片({0})",
2129
+ moreFileBtnText: "文件({0})",
2078
2130
  viewItemTitle: "Click to view",
2079
2131
  morePopup: {
2080
2132
  readTitle: "View list",
@@ -2249,6 +2301,10 @@ function requireEnUS() {
2249
2301
  contextMenu: {
2250
2302
  loadingText: "Loading"
2251
2303
  },
2304
+ switch: {
2305
+ onText: "On",
2306
+ offText: "Off"
2307
+ },
2252
2308
  gantt: {
2253
2309
  tFullFormat: {
2254
2310
  year: "{yyyy}年",
@@ -2294,6 +2350,8 @@ function requireEnUS() {
2294
2350
  },
2295
2351
  fnr: {
2296
2352
  title: "Find and replace",
2353
+ titleFd: "Find",
2354
+ titleRe: "Replace",
2297
2355
  findLabel: "Find",
2298
2356
  replaceLabel: "replace",
2299
2357
  findTitle: "Find what:",
@@ -2337,7 +2395,7 @@ function requireEnUS() {
2337
2395
  groupPlaceholder: "Drag here to set row groups",
2338
2396
  valuesPlaceholder: "Drag here to aggregate",
2339
2397
  dragExistCol: "The column already exists",
2340
- sortHelpTip: "Click and drag the icons to adjust the order."
2398
+ sortHelpTip: "点击图标开始拖动"
2341
2399
  },
2342
2400
  aggFuncs: {
2343
2401
  sum: "Sum",
@@ -2443,6 +2501,8 @@ function requireEnUS() {
2443
2501
  },
2444
2502
  fnr: {
2445
2503
  title: "Find and replace",
2504
+ titleFd: "Find",
2505
+ titleRe: "Replace",
2446
2506
  findLabel: "Find",
2447
2507
  replaceLabel: "replace",
2448
2508
  findTitle: "Find content:",
@@ -2567,7 +2627,7 @@ function requireZhCN() {
2567
2627
  useErr: '安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',
2568
2628
  barUnableLink: "工具栏无法关联表格",
2569
2629
  expandContent: '展开行的插槽应该是 "content",请检查是否正确',
2570
- reqComp: '缺少 "{0}" 组件,请检查是否正确安装。 https://vxeui.com/#/start/useGlobal',
2630
+ reqComp: '缺少 "{0}" 组件,请检查是否正确安装。 https://vxeui.com/#/start/useUI/useGlobal',
2571
2631
  reqModule: '缺少 "{0}" 模块',
2572
2632
  reqProp: '缺少必要的 "{0}" 参数,这可能会导致出现错误',
2573
2633
  emptyProp: '参数 "{0}" 不允许为空',
@@ -2598,7 +2658,7 @@ function requireZhCN() {
2598
2658
  treeNotImp: "树表格不支持导入",
2599
2659
  treeCrossDrag: "只能拖拽第一层级",
2600
2660
  treeDragChild: "父级不能拖拽到自己的子级中",
2601
- reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',
2661
+ reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/start/npmInstall',
2602
2662
  errMaxRow: "超过支持的最大数据量 {0} 行,这可能会导致出现错误",
2603
2663
  useNew: "不建议使用 {0},请使用 {1}",
2604
2664
  errorVersion: "版本不匹配,当前版本 {0},最低支持版本为 {1}"
@@ -2646,7 +2706,8 @@ function requireZhCN() {
2646
2706
  select: {
2647
2707
  clear: "清除",
2648
2708
  allChecked: "全选",
2649
- total: "{0} / {1}",
2709
+ total: "已选 {0} ",
2710
+ close: "关闭",
2650
2711
  search: "搜索",
2651
2712
  loadingText: "加载中...",
2652
2713
  emptyText: "暂无数据",
@@ -2663,7 +2724,8 @@ function requireZhCN() {
2663
2724
  allChecked: "全选",
2664
2725
  allExpand: "全部展开",
2665
2726
  clearExpand: "全部收起",
2666
- total: "已选 {0}",
2727
+ total: "已选 {0}",
2728
+ close: "关闭",
2667
2729
  search: "搜索",
2668
2730
  emptyText: "暂无数据"
2669
2731
  },
@@ -2706,7 +2768,7 @@ function requireZhCN() {
2706
2768
  cstmDragTarget: "移动:{0}",
2707
2769
  setting: {
2708
2770
  colSort: "排序",
2709
- sortHelpTip: "点击并拖动图标可以调整顺序",
2771
+ sortHelpTip: "点击图标开始拖动",
2710
2772
  colTitle: "列标题",
2711
2773
  colResizable: "列宽(像素)",
2712
2774
  colVisible: "是否显示",
@@ -2714,7 +2776,15 @@ function requireZhCN() {
2714
2776
  colFixedMax: "冻结列(最多 {0} 列)",
2715
2777
  fixedLeft: "左侧",
2716
2778
  fixedUnset: "不设置",
2717
- fixedRight: "右侧"
2779
+ fixedRight: "右侧",
2780
+ moveUp: "上移",
2781
+ moveDn: "下移",
2782
+ putTop: "置顶",
2783
+ putBottom: "置尾",
2784
+ moveUpTitle: "点击向上移动",
2785
+ moveDnTitle: "点击向下移动",
2786
+ putTopTitle: "点击置顶",
2787
+ putBottomTitle: "点击置尾"
2718
2788
  }
2719
2789
  },
2720
2790
  import: {
@@ -2772,6 +2842,10 @@ function requireZhCN() {
2772
2842
  expMergeTitle: "如果存在,则支持带有合并结构的单元格",
2773
2843
  expOptAllExpand: "展开树",
2774
2844
  expAllExpandTitle: "如果存在,则支持将带有层级结构的数据全部展开",
2845
+ expOptTreeAllExpand: "展开树",
2846
+ expTreeAllExpandTitle: "如果存在,则自动展开所有树层级",
2847
+ expOptRowGroupAllExpand: "展开分组",
2848
+ expRowGroupAllExpandTitle: "如果存在,则自动展开所有分组层级",
2775
2849
  expOptUseStyle: "样式",
2776
2850
  expUseStyleTitle: "如果存在,则支持带样式的单元格",
2777
2851
  expOptOriginal: "源数据",
@@ -2914,6 +2988,8 @@ function requireZhCN() {
2914
2988
  uploadErr: "上传失败",
2915
2989
  uploadSuccess: "上传成功",
2916
2990
  moreBtnText: "更多({0})",
2991
+ moreImgBtnText: "图片({0})",
2992
+ moreFileBtnText: "文件({0})",
2917
2993
  viewItemTitle: "点击查看",
2918
2994
  morePopup: {
2919
2995
  readTitle: "查看列表",
@@ -3088,6 +3164,10 @@ function requireZhCN() {
3088
3164
  contextMenu: {
3089
3165
  loadingText: "加载中..."
3090
3166
  },
3167
+ switch: {
3168
+ onText: "打开",
3169
+ offText: "关闭"
3170
+ },
3091
3171
  gantt: {
3092
3172
  tFullFormat: {
3093
3173
  year: "{yyyy}年",
@@ -3133,6 +3213,8 @@ function requireZhCN() {
3133
3213
  },
3134
3214
  fnr: {
3135
3215
  title: "查找和替换",
3216
+ titleFd: "查找",
3217
+ titleRe: "替换",
3136
3218
  findLabel: "查找",
3137
3219
  replaceLabel: "替换",
3138
3220
  findTitle: "查找内容:",
@@ -3176,7 +3258,7 @@ function requireZhCN() {
3176
3258
  groupPlaceholder: "拖至此处进行分组",
3177
3259
  valuesPlaceholder: "拖至此处进行聚合",
3178
3260
  dragExistCol: "该列已存在",
3179
- sortHelpTip: "点击并拖动图标可以调整顺序"
3261
+ sortHelpTip: "点击图标开始拖动"
3180
3262
  },
3181
3263
  aggFuncs: {
3182
3264
  sum: "求和",
@@ -3282,6 +3364,8 @@ function requireZhCN() {
3282
3364
  },
3283
3365
  fnr: {
3284
3366
  title: "查找和替换",
3367
+ titleFd: "查找",
3368
+ titleRe: "替换",
3285
3369
  findLabel: "查找",
3286
3370
  replaceLabel: "替换",
3287
3371
  findTitle: "查找内容:",