@bryntum/grid-thin-trial 7.1.1

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 (272) hide show
  1. package/README.md +52 -0
  2. package/entry.js +124 -0
  3. package/fluent2-dark.css +227 -0
  4. package/fluent2-light.css +191 -0
  5. package/grid.css +2567 -0
  6. package/grid.css.map +7 -0
  7. package/grid.d.ts +54003 -0
  8. package/high-contrast-dark.css +419 -0
  9. package/high-contrast-light.css +389 -0
  10. package/lib/column/ActionColumn.css +65 -0
  11. package/lib/column/ActionColumn.js +1 -0
  12. package/lib/column/AggregateColumn.js +1 -0
  13. package/lib/column/ChartColumn.js +1 -0
  14. package/lib/column/CheckColumn.css +9 -0
  15. package/lib/column/CheckColumn.js +1 -0
  16. package/lib/column/ColorColumn.css +57 -0
  17. package/lib/column/ColorColumn.js +1 -0
  18. package/lib/column/Column.js +1 -0
  19. package/lib/column/CurrencyColumn.js +1 -0
  20. package/lib/column/DateColumn.js +1 -0
  21. package/lib/column/NumberColumn.js +1 -0
  22. package/lib/column/PercentColumn.css +223 -0
  23. package/lib/column/PercentColumn.js +1 -0
  24. package/lib/column/RatingColumn.css +67 -0
  25. package/lib/column/RatingColumn.js +1 -0
  26. package/lib/column/RowNumberColumn.css +13 -0
  27. package/lib/column/RowNumberColumn.js +1 -0
  28. package/lib/column/SparklineColumn.css +3 -0
  29. package/lib/column/SparklineColumn.js +1 -0
  30. package/lib/column/TemplateColumn.js +1 -0
  31. package/lib/column/TimeColumn.js +1 -0
  32. package/lib/column/TreeColumn.css +274 -0
  33. package/lib/column/TreeColumn.js +1 -0
  34. package/lib/column/WidgetColumn.css +5 -0
  35. package/lib/column/WidgetColumn.js +1 -0
  36. package/lib/customElements/GridTag.js +1 -0
  37. package/lib/data/ColumnStore.js +1 -0
  38. package/lib/data/GridRowModel.js +1 -0
  39. package/lib/feature/CellCopyPaste.js +1 -0
  40. package/lib/feature/CellEdit.css +29 -0
  41. package/lib/feature/CellEdit.js +1 -0
  42. package/lib/feature/CellMenu.js +1 -0
  43. package/lib/feature/CellTooltip.js +1 -0
  44. package/lib/feature/Charts.css +9 -0
  45. package/lib/feature/Charts.js +1 -0
  46. package/lib/feature/ColumnAutoWidth.js +1 -0
  47. package/lib/feature/ColumnDragToolbar.css +271 -0
  48. package/lib/feature/ColumnDragToolbar.js +17 -0
  49. package/lib/feature/ColumnPicker.js +1 -0
  50. package/lib/feature/ColumnRename.css +4 -0
  51. package/lib/feature/ColumnRename.js +1 -0
  52. package/lib/feature/ColumnReorder.css +54 -0
  53. package/lib/feature/ColumnReorder.js +1 -0
  54. package/lib/feature/ColumnResize.css +79 -0
  55. package/lib/feature/ColumnResize.js +1 -0
  56. package/lib/feature/FillHandle.css +53 -0
  57. package/lib/feature/FillHandle.js +1 -0
  58. package/lib/feature/Filter.css +107 -0
  59. package/lib/feature/Filter.js +1 -0
  60. package/lib/feature/FilterBar.css +113 -0
  61. package/lib/feature/FilterBar.js +1 -0
  62. package/lib/feature/GridFeatureManager.js +1 -0
  63. package/lib/feature/Group.css +160 -0
  64. package/lib/feature/Group.js +1 -0
  65. package/lib/feature/GroupSummary.css +30 -0
  66. package/lib/feature/GroupSummary.js +1 -0
  67. package/lib/feature/HeaderMenu.js +1 -0
  68. package/lib/feature/LockRows.css +45 -0
  69. package/lib/feature/LockRows.js +1 -0
  70. package/lib/feature/MergeCells.css +61 -0
  71. package/lib/feature/MergeCells.js +1 -0
  72. package/lib/feature/PinColumns.js +1 -0
  73. package/lib/feature/QuickFind.css +75 -0
  74. package/lib/feature/QuickFind.js +1 -0
  75. package/lib/feature/RegionResize.css +276 -0
  76. package/lib/feature/RegionResize.js +1 -0
  77. package/lib/feature/RowCopyPaste.js +1 -0
  78. package/lib/feature/RowEdit.css +25 -0
  79. package/lib/feature/RowEdit.js +1 -0
  80. package/lib/feature/RowExpander.css +109 -0
  81. package/lib/feature/RowExpander.js +1 -0
  82. package/lib/feature/RowReorder.css +190 -0
  83. package/lib/feature/RowReorder.js +1 -0
  84. package/lib/feature/RowResize.css +20 -0
  85. package/lib/feature/RowResize.js +1 -0
  86. package/lib/feature/Search.css +34 -0
  87. package/lib/feature/Search.js +1 -0
  88. package/lib/feature/Sort.css +86 -0
  89. package/lib/feature/Sort.js +1 -0
  90. package/lib/feature/Split.css +34 -0
  91. package/lib/feature/Split.js +1 -0
  92. package/lib/feature/StickyCells.css +34 -0
  93. package/lib/feature/StickyCells.js +1 -0
  94. package/lib/feature/Stripe.css +42 -0
  95. package/lib/feature/Stripe.js +1 -0
  96. package/lib/feature/Summary.css +12 -0
  97. package/lib/feature/Summary.js +1 -0
  98. package/lib/feature/Tree.js +1 -0
  99. package/lib/feature/TreeGroup.css +4 -0
  100. package/lib/feature/TreeGroup.js +1 -0
  101. package/lib/feature/ai/AIFilter.js +1 -0
  102. package/lib/feature/ai/agents/DefaultGridAgent.js +4 -0
  103. package/lib/feature/ai/agents/GridFilterAgent.js +1 -0
  104. package/lib/feature/ai/agents/trainingData.js +1 -0
  105. package/lib/feature/base/CopyPasteBase.js +1 -0
  106. package/lib/feature/base/GridEditBase.js +1 -0
  107. package/lib/feature/base/SearchQuickFind.css +49 -0
  108. package/lib/feature/experimental/ExcelExporter.js +1 -0
  109. package/lib/feature/experimental/FileDrop.js +1 -0
  110. package/lib/feature/experimental/xlsproviders/WriteExcelFileProvider.js +1 -0
  111. package/lib/feature/experimental/xlsproviders/XlsProviderBase.js +1 -0
  112. package/lib/feature/export/PdfExport.css +148 -0
  113. package/lib/feature/export/PdfExport.js +5 -0
  114. package/lib/feature/export/Print.css +19 -0
  115. package/lib/feature/export/Print.js +1 -0
  116. package/lib/feature/export/Utils.js +1 -0
  117. package/lib/feature/export/consumer/ConsumerBase.js +1 -0
  118. package/lib/feature/export/consumer/PrintConsumer.js +1 -0
  119. package/lib/feature/export/consumer/SingleFetchConsumer.js +1 -0
  120. package/lib/feature/export/consumer/WebSocketConsumer.js +1 -0
  121. package/lib/feature/export/exporter/Exporter.js +1 -0
  122. package/lib/feature/export/exporter/ExporterBase.js +18 -0
  123. package/lib/feature/export/exporter/MultiPageExporter.js +1 -0
  124. package/lib/feature/export/exporter/MultiPageVerticalExporter.js +1 -0
  125. package/lib/feature/export/exporter/SinglePageExporter.js +1 -0
  126. package/lib/feature/export/exporter/SinglePageUnscaledExporter.js +1 -0
  127. package/lib/feature/export/mixin/PrintMixin.js +1 -0
  128. package/lib/feature/mixin/SummaryFormatter.css +35 -0
  129. package/lib/feature/mixin/SummaryFormatter.js +1 -0
  130. package/lib/localization/Ar.js +230 -0
  131. package/lib/localization/Bg.js +230 -0
  132. package/lib/localization/Ca.js +230 -0
  133. package/lib/localization/Cs.js +230 -0
  134. package/lib/localization/Da.js +230 -0
  135. package/lib/localization/De.js +230 -0
  136. package/lib/localization/El.js +230 -0
  137. package/lib/localization/En.js +230 -0
  138. package/lib/localization/EnGb.js +230 -0
  139. package/lib/localization/Es.js +230 -0
  140. package/lib/localization/Et.js +230 -0
  141. package/lib/localization/Eu.js +230 -0
  142. package/lib/localization/Fi.js +230 -0
  143. package/lib/localization/FrFr.js +230 -0
  144. package/lib/localization/Gl.js +230 -0
  145. package/lib/localization/He.js +230 -0
  146. package/lib/localization/Hi.js +230 -0
  147. package/lib/localization/Hr.js +230 -0
  148. package/lib/localization/Hu.js +230 -0
  149. package/lib/localization/Id.js +230 -0
  150. package/lib/localization/It.js +230 -0
  151. package/lib/localization/Ja.js +230 -0
  152. package/lib/localization/Kk.js +230 -0
  153. package/lib/localization/Ko.js +230 -0
  154. package/lib/localization/Lt.js +230 -0
  155. package/lib/localization/Lv.js +230 -0
  156. package/lib/localization/Ms.js +230 -0
  157. package/lib/localization/Nl.js +230 -0
  158. package/lib/localization/No.js +230 -0
  159. package/lib/localization/Pl.js +230 -0
  160. package/lib/localization/Pt.js +230 -0
  161. package/lib/localization/PtBr.js +230 -0
  162. package/lib/localization/Ro.js +230 -0
  163. package/lib/localization/Ru.js +230 -0
  164. package/lib/localization/Sk.js +230 -0
  165. package/lib/localization/Sl.js +230 -0
  166. package/lib/localization/Sr.js +230 -0
  167. package/lib/localization/SrRs.js +230 -0
  168. package/lib/localization/SvSE.js +230 -0
  169. package/lib/localization/Th.js +230 -0
  170. package/lib/localization/Tr.js +230 -0
  171. package/lib/localization/Uk.js +230 -0
  172. package/lib/localization/Vi.js +230 -0
  173. package/lib/localization/ZhCn.js +230 -0
  174. package/lib/localization/ZhTw.js +230 -0
  175. package/lib/override/salesforce/AllOverrides.js +1 -0
  176. package/lib/override/salesforce/GridBaseOverride.js +1 -0
  177. package/lib/override/salesforce/GridPrintOverride.js +1 -0
  178. package/lib/override/salesforce/RowExpanderOverride.js +1 -0
  179. package/lib/override/salesforce/RowOverride.js +1 -0
  180. package/lib/override/salesforce/TreeOverride.js +1 -0
  181. package/lib/row/Row.js +1 -0
  182. package/lib/row/RowManager.js +1 -0
  183. package/lib/util/GridLocation.js +1 -0
  184. package/lib/util/GridScroller.js +1 -0
  185. package/lib/util/SubGridScroller.js +1 -0
  186. package/lib/util/TableExporter.js +1 -0
  187. package/lib/view/Bar.js +1 -0
  188. package/lib/view/Footer.css +110 -0
  189. package/lib/view/Footer.js +11 -0
  190. package/lib/view/Grid.js +1 -0
  191. package/lib/view/GridBase.css +419 -0
  192. package/lib/view/GridBase.js +1 -0
  193. package/lib/view/Header.css +320 -0
  194. package/lib/view/Header.js +1 -0
  195. package/lib/view/SubGrid.css +325 -0
  196. package/lib/view/SubGrid.js +1 -0
  197. package/lib/view/TreeGrid.js +1 -0
  198. package/lib/view/export/ExportDialog.js +1 -0
  199. package/lib/view/export/field/ExportOrientationCombo.js +1 -0
  200. package/lib/view/export/field/ExportRowsCombo.js +1 -0
  201. package/lib/view/mixin/GridElementEvents.js +1 -0
  202. package/lib/view/mixin/GridFeatures.js +1 -0
  203. package/lib/view/mixin/GridNavigation.js +1 -0
  204. package/lib/view/mixin/GridResponsive.js +1 -0
  205. package/lib/view/mixin/GridSelection.js +1 -0
  206. package/lib/view/mixin/GridState.js +1 -0
  207. package/lib/view/mixin/GridSubGrids.js +1 -0
  208. package/lib/widget/AIFilterField.css +8 -0
  209. package/lib/widget/AIFilterField.js +1 -0
  210. package/lib/widget/ChecklistFilterCombo.css +21 -0
  211. package/lib/widget/ChecklistFilterCombo.js +1 -0
  212. package/lib/widget/GridChartDesigner.js +1 -0
  213. package/lib/widget/GridFieldFilterPicker.js +1 -0
  214. package/lib/widget/GridFieldFilterPickerGroup.js +1 -0
  215. package/lib/widget/GroupBar.css +88 -0
  216. package/lib/widget/GroupBar.js +1 -0
  217. package/lib/widget/TreeCombo.js +1 -0
  218. package/locales/grid.locale.Ar.js +1 -0
  219. package/locales/grid.locale.Bg.js +1 -0
  220. package/locales/grid.locale.Ca.js +1 -0
  221. package/locales/grid.locale.Cs.js +1 -0
  222. package/locales/grid.locale.Da.js +1 -0
  223. package/locales/grid.locale.De.js +1 -0
  224. package/locales/grid.locale.El.js +1 -0
  225. package/locales/grid.locale.En.js +1 -0
  226. package/locales/grid.locale.EnGb.js +1 -0
  227. package/locales/grid.locale.Es.js +1 -0
  228. package/locales/grid.locale.Et.js +1 -0
  229. package/locales/grid.locale.Eu.js +1 -0
  230. package/locales/grid.locale.Fi.js +1 -0
  231. package/locales/grid.locale.FrFr.js +1 -0
  232. package/locales/grid.locale.Gl.js +1 -0
  233. package/locales/grid.locale.He.js +1 -0
  234. package/locales/grid.locale.Hi.js +1 -0
  235. package/locales/grid.locale.Hr.js +1 -0
  236. package/locales/grid.locale.Hu.js +1 -0
  237. package/locales/grid.locale.Id.js +1 -0
  238. package/locales/grid.locale.It.js +1 -0
  239. package/locales/grid.locale.Ja.js +1 -0
  240. package/locales/grid.locale.Kk.js +1 -0
  241. package/locales/grid.locale.Ko.js +1 -0
  242. package/locales/grid.locale.Lt.js +1 -0
  243. package/locales/grid.locale.Lv.js +1 -0
  244. package/locales/grid.locale.Ms.js +1 -0
  245. package/locales/grid.locale.Nl.js +1 -0
  246. package/locales/grid.locale.No.js +1 -0
  247. package/locales/grid.locale.Pl.js +1 -0
  248. package/locales/grid.locale.Pt.js +1 -0
  249. package/locales/grid.locale.PtBr.js +1 -0
  250. package/locales/grid.locale.Ro.js +1 -0
  251. package/locales/grid.locale.Ru.js +1 -0
  252. package/locales/grid.locale.Sk.js +1 -0
  253. package/locales/grid.locale.Sl.js +1 -0
  254. package/locales/grid.locale.Sr.js +1 -0
  255. package/locales/grid.locale.SrRs.js +1 -0
  256. package/locales/grid.locale.SvSE.js +1 -0
  257. package/locales/grid.locale.Th.js +1 -0
  258. package/locales/grid.locale.Tr.js +1 -0
  259. package/locales/grid.locale.Uk.js +1 -0
  260. package/locales/grid.locale.Vi.js +1 -0
  261. package/locales/grid.locale.ZhCn.js +1 -0
  262. package/locales/grid.locale.ZhTw.js +1 -0
  263. package/material3-dark.css +307 -0
  264. package/material3-light.css +201 -0
  265. package/package.json +24 -0
  266. package/postinstall.cjs +11 -0
  267. package/stockholm-dark.css +202 -0
  268. package/stockholm-light.css +120 -0
  269. package/svalbard-dark.css +160 -0
  270. package/svalbard-light.css +99 -0
  271. package/visby-dark.css +243 -0
  272. package/visby-light.css +209 -0
@@ -0,0 +1,230 @@
1
+ import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
2
+ import '@bryntum/core-thin/lib/localization/Vi.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'Vi',
6
+ localeDesc: 'Tiếng Việt',
7
+ localeCode: 'vi',
8
+ localeRtl: false,
9
+ ChecklistFilterCombo: {
10
+ search: 'Tìm kiếm',
11
+ selectAll: 'Chọn tất cả',
12
+ removeAll: 'Bỏ chọn tất cả',
13
+ filtersSet: n => n === 1 ? `Đã thiết lập 1 bộ lọc` : `Đã thiết lập ${n} bộ lọc`,
14
+ noItems: 'Không tìm thấy kết quả',
15
+ placeholder: 'Bộ lọc...',
16
+ apply: 'Áp dụng'
17
+ },
18
+ ColumnPicker: {
19
+ column: 'Cột',
20
+ columnsMenu: 'Cột',
21
+ hideColumn: 'Ẩn Cột',
22
+ hideColumnShort: 'Ẩn',
23
+ newColumns: 'Cột mới',
24
+ showName: column => `Hiển thị cột${column.text ? ` ${column.text}` : ''}`,
25
+ hideName: column => `Ẩn cột${column.text ? ` ${column.text}` : ''}`
26
+ },
27
+ Filter: {
28
+ applyFilter: 'Áp dụng bộ lọc',
29
+ filter: 'Bộ lọc',
30
+ editFilter: 'Chỉnh sửa bộ lọc',
31
+ on: 'Bật',
32
+ before: 'Trước',
33
+ after: 'Sau',
34
+ equals: 'Bằng',
35
+ lessThan: 'Ít hơn',
36
+ moreThan: 'Nhiều hơn',
37
+ removeFilter: 'Xóa bỏ bộ lọc',
38
+ disableFilter: 'Bỏ bộ lọc'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: 'Hiển thị thanh bộ lọc',
42
+ disableFilterBar: 'Ẩn thanh bộ lọc'
43
+ },
44
+ Group: {
45
+ group: 'Nhóm',
46
+ groupAscending: 'Nhóm tăng dần',
47
+ groupDescending: 'Nhóm giảm dần',
48
+ groupAscendingShort: 'Tăng dần',
49
+ groupDescendingShort: 'Giảm dần',
50
+ stopGrouping: 'Dừng nhóm',
51
+ stopGroupingShort: 'Dừng'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `Di chuyển trước "${text}"`,
55
+ moveAfter: text => `Di chuyển sau "${text}"`,
56
+ collapseColumn: 'Thu gọn cột',
57
+ expandColumn: 'Mở rộng cột'
58
+ },
59
+ ColumnRename: {
60
+ rename: 'Đổi tên'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: 'Hợp nhất các ô',
64
+ menuTooltip: 'Hợp nhất các ô có cùng giá trị khi được sắp xếp theo Column này'
65
+ },
66
+ Search: {
67
+ searchForValue: 'Tìm kiếm giá trị'
68
+ },
69
+ Sort: {
70
+ sort: 'Sắp xếp',
71
+ sortAscending: 'Sắp xếp tăng dần',
72
+ sortDescending: 'Sắp xếp giảm dần',
73
+ multiSort: 'Sắp xếp nhiều kiểu',
74
+ removeSorter: 'Xóa bộ sắp xếp',
75
+ addSortAscending: 'Thêm bộ sắp xếp tăng dần',
76
+ addSortDescending: 'Thêm bộ sắp xếp giảm dần',
77
+ toggleSortAscending: 'Thay đổi thành tăng dần',
78
+ toggleSortDescending: 'Thay đổi thành giảm dần',
79
+ sortAscendingShort: 'Tăng dần',
80
+ sortDescendingShort: 'Giảm dần',
81
+ removeSorterShort: 'Xóa',
82
+ addSortAscendingShort: '+ Tăng dần',
83
+ addSortDescendingShort: '+ Giảm dần'
84
+ },
85
+ Split: {
86
+ split: 'Chia',
87
+ unsplit: 'Gộp',
88
+ horizontally: 'Ngang',
89
+ vertically: 'Dọc',
90
+ both: 'Cả hai'
91
+ },
92
+ LockRows: {
93
+ lockRow: 'Khóa dòng',
94
+ unlockRow: 'Mở khóa dòng'
95
+ },
96
+ ActionColumn: {
97
+ rowActions: 'Hành động hàng'
98
+ },
99
+ Column: {
100
+ columnLabel: column => `${column.text ? `${column.text} column. ` : ''}nhấn phím SPACE cho menu ngữ cảnh menu${column.sortable ? ', nhấn phím ENTER để sắp xếp' : ''}`,
101
+ cellLabel: emptyString
102
+ },
103
+ WidgetColumn: {
104
+ rowWidgets: 'Các tiện ích hàng'
105
+ },
106
+ Checkbox: {
107
+ toggleRowSelect: 'Chuyển đổi lựa chọn hàng',
108
+ toggleSelection: 'Chuyển đổi lựa chọn của toàn bộ tập dữ liệu',
109
+ toggleName: column => `Chuyển đổi ${column.text || 'giá trị'}`
110
+ },
111
+ RatingColumn: {
112
+ cellLabel: column => {
113
+ var _column$location;
114
+ return `${column.text ? column.text : ''} ${(_column$location = column.location) !== null && _column$location !== void 0 && _column$location.record ? `xếp hạng : ${column.location.record.get(column.field) || 0}` : ''}`;
115
+ }
116
+ },
117
+ RowNumberColumn: {
118
+ rowNumber: 'Số hàng'
119
+ },
120
+ GridBase: {
121
+ loadFailedMessage: 'Tải dữ liệu không thành công!',
122
+ syncFailedMessage: 'Đồng bộ hóa dữ liệu không thành công!',
123
+ unspecifiedFailure: 'Lỗi không xác định',
124
+ networkFailure: 'Lỗi mạng',
125
+ parseFailure: 'Không thể phân tích cú pháp phản hồi của máy chủ',
126
+ serverResponse: 'Phản hồi của máy chủ:',
127
+ noRows: 'Không có hồ sơ nào để hiển thị',
128
+ moveColumnLeft: 'Di chuyển sang phần bên trái',
129
+ moveColumnRight: 'Di chuyển sang phần bên phải',
130
+ moveColumnTo: region => `Di chuyển cột đến ${region}`,
131
+ filteredRecords: n => n ? n === 1 ? `1 hàng khớp với bộ lọc` : `${n} hàng khớp với bộ lọc` : 'Không có hàng nào khớp với bộ lọc'
132
+ },
133
+ CellMenu: {
134
+ removeRow: 'Xóa hàng'
135
+ },
136
+ RowCopyPaste: {
137
+ copyRecord: 'Sao chép',
138
+ cutRecord: 'Cắt',
139
+ pasteRecord: 'Dán',
140
+ rows: 'hàng',
141
+ row: 'hàng'
142
+ },
143
+ CellCopyPaste: {
144
+ copy: 'Sao chép',
145
+ cut: 'Cắt',
146
+ paste: 'Dán'
147
+ },
148
+ Charts: {
149
+ chartDesigner: 'Nhà Thiết kế Biểu đồ',
150
+ newChart: 'Biểu đồ mới',
151
+ download: 'Tải xuống',
152
+ settings: 'Cài đặt'
153
+ },
154
+ PdfExport: {
155
+ 'Waiting for response from server': 'Đang chờ phản hồi từ máy chủ ...',
156
+ 'Export failed': 'Xuất không thành công',
157
+ 'Server error': 'Lỗi máy chủ',
158
+ 'Generating pages': 'Đang tạo trang ...',
159
+ 'Click to abort': 'Hủy bỏ'
160
+ },
161
+ ExportDialog: {
162
+ width: '40em',
163
+ labelWidth: '12em',
164
+ exportSettings: 'Cài đặt xuất',
165
+ export: 'Xuất',
166
+ printSettings: 'Cài đặt in',
167
+ print: 'In',
168
+ exporterType: 'Kiểm soát phân trang',
169
+ cancel: 'Hủy bỏ',
170
+ fileFormat: 'Định dạng tệp',
171
+ rows: 'Dòng',
172
+ alignRows: 'Căn chỉnh các dòng',
173
+ columns: 'Các cột',
174
+ paperFormat: 'Định dạng trang',
175
+ orientation: 'Hướng',
176
+ repeatHeader: 'Lặp lại tiêu đề'
177
+ },
178
+ ExportRowsCombo: {
179
+ all: 'Tất cả các hàng',
180
+ visible: 'Dòng có thể nhìn thấy'
181
+ },
182
+ ExportOrientationCombo: {
183
+ portrait: 'Dọc',
184
+ landscape: 'Ngang'
185
+ },
186
+ SinglePageExporter: {
187
+ singlepage: 'Trang đơn'
188
+ },
189
+ SinglePageUnscaledExporter: {
190
+ singlepageunscaled: 'Một trang (không tỷ lệ)'
191
+ },
192
+ MultiPageExporter: {
193
+ multipage: 'Nhiều trang',
194
+ exportingPage: ({
195
+ currentPage,
196
+ totalPages
197
+ }) => `Xuất trang ${currentPage}/${totalPages}`
198
+ },
199
+ MultiPageVerticalExporter: {
200
+ multipagevertical: 'Nhiều trang (theo chiều dọc)',
201
+ exportingPage: ({
202
+ currentPage,
203
+ totalPages
204
+ }) => `Xuất trang ${currentPage}/${totalPages}`
205
+ },
206
+ RowExpander: {
207
+ loading: 'Đang tải',
208
+ expand: 'Mở rộng',
209
+ collapse: 'Thu gọn',
210
+ columnDescription: 'Chuyển đổi chi tiết hàng'
211
+ },
212
+ TreeGroup: {
213
+ group: 'Nhóm theo',
214
+ stopGrouping: 'Dừng nhóm',
215
+ stopGroupingThisColumn: 'Hủy nhóm cột này'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: 'Hoạt động lọc không thành công, vui lòng thử lại'
219
+ },
220
+ AIFilterField: {
221
+ progressText: 'Đang lọc'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: 'Ghim cột',
225
+ unpin: 'Không ghim',
226
+ pinToStart: 'Ghim vào đầu',
227
+ pinToEnd: 'Ghim vào cuối'
228
+ }
229
+ };
230
+ export default LocaleHelper.publishLocale(locale);
@@ -0,0 +1,230 @@
1
+ import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
2
+ import '@bryntum/core-thin/lib/localization/ZhCn.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'ZhCn',
6
+ localeDesc: '中文(中国)',
7
+ localeCode: 'zh-CN',
8
+ localeRtl: false,
9
+ ChecklistFilterCombo: {
10
+ search: '搜索',
11
+ selectAll: '全选',
12
+ removeAll: '取消全选',
13
+ filtersSet: n => n === 1 ? `设置了 1 个筛选条件` : `设置了 ${n} 个筛选条件`,
14
+ noItems: '未找到结果',
15
+ placeholder: '筛选...',
16
+ apply: '应用'
17
+ },
18
+ ColumnPicker: {
19
+ column: '栏',
20
+ columnsMenu: '栏',
21
+ hideColumn: '隐藏栏',
22
+ hideColumnShort: '隐藏',
23
+ newColumns: '新栏',
24
+ showName: column => `显示列${column.text ? ` ${column.text}` : ''}`,
25
+ hideName: column => `隐藏列${column.text ? ` ${column.text}` : ''}`
26
+ },
27
+ Filter: {
28
+ applyFilter: '应用筛选器',
29
+ filter: '筛选器',
30
+ editFilter: '编辑筛选器',
31
+ on: '打开',
32
+ before: '之前',
33
+ after: '之后',
34
+ equals: '等于',
35
+ lessThan: '小于',
36
+ moreThan: '大于',
37
+ removeFilter: '去除筛选器',
38
+ disableFilter: '禁用过滤器'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: '显示筛选条',
42
+ disableFilterBar: '隐藏筛选条'
43
+ },
44
+ Group: {
45
+ group: '组',
46
+ groupAscending: '升序排列组',
47
+ groupDescending: '降序排列组',
48
+ groupAscendingShort: '升序',
49
+ groupDescendingShort: '降序',
50
+ stopGrouping: '停止分组',
51
+ stopGroupingShort: '停止'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `移到"${text}"之前`,
55
+ moveAfter: text => `移到"${text}"之后`,
56
+ collapseColumn: '折叠栏',
57
+ expandColumn: '展开栏'
58
+ },
59
+ ColumnRename: {
60
+ rename: '重命名'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: '合并单元格',
64
+ menuTooltip: '按这一栏排序时,合并具有相同值的单元格'
65
+ },
66
+ Search: {
67
+ searchForValue: '搜索值'
68
+ },
69
+ Sort: {
70
+ sort: '分类',
71
+ sortAscending: '按升序分类',
72
+ sortDescending: '按降序分类',
73
+ multiSort: '多项分类',
74
+ removeSorter: '去除分类器',
75
+ addSortAscending: '添加升序分类器',
76
+ addSortDescending: '添加降序分类器',
77
+ toggleSortAscending: '改为升序',
78
+ toggleSortDescending: '改为降序',
79
+ sortAscendingShort: '升序',
80
+ sortDescendingShort: '降序',
81
+ removeSorterShort: '去除',
82
+ addSortAscendingShort: '+ 升序',
83
+ addSortDescendingShort: '+ 降序'
84
+ },
85
+ Split: {
86
+ split: '拆分',
87
+ unsplit: '不拆分',
88
+ horizontally: '水平',
89
+ vertically: '垂直',
90
+ both: '两者皆有'
91
+ },
92
+ LockRows: {
93
+ lockRow: '锁定行',
94
+ unlockRow: '解锁行'
95
+ },
96
+ ActionColumn: {
97
+ rowActions: '行操作'
98
+ },
99
+ Column: {
100
+ columnLabel: column => `${column.text ? `${column.text} 栏.` : ''}上下文菜单的空格${column.sortable ? ', 按回车键分类' : ''}`,
101
+ cellLabel: emptyString
102
+ },
103
+ WidgetColumn: {
104
+ rowWidgets: '行小部件'
105
+ },
106
+ Checkbox: {
107
+ toggleRowSelect: '切换选择行',
108
+ toggleSelection: '切换选择整个数据集',
109
+ toggleName: column => `切换 ${column.text || '值'}`
110
+ },
111
+ RatingColumn: {
112
+ cellLabel: column => {
113
+ var _column$location;
114
+ return `${column.text ? column.text : ''} ${(_column$location = column.location) !== null && _column$location !== void 0 && _column$location.record ? `评分 : ${column.location.record.get(column.field) || 0}` : ''}`;
115
+ }
116
+ },
117
+ RowNumberColumn: {
118
+ rowNumber: '行号'
119
+ },
120
+ GridBase: {
121
+ loadFailedMessage: '数据加载失败!',
122
+ syncFailedMessage: '数据同步失败!',
123
+ unspecifiedFailure: '未知错误',
124
+ networkFailure: '网络错误',
125
+ parseFailure: '解析服务器响应失败',
126
+ serverResponse: '服务器响应:',
127
+ noRows: '无记录显示',
128
+ moveColumnLeft: '移到左边部分',
129
+ moveColumnRight: '移到右边部分',
130
+ moveColumnTo: region => `将栏移到 ${region}`,
131
+ filteredRecords: n => n ? n === 1 ? `1 行符合筛选条件` : `${n} 行符合筛选条件` : '没有行符合筛选条件'
132
+ },
133
+ CellMenu: {
134
+ removeRow: '删除'
135
+ },
136
+ RowCopyPaste: {
137
+ copyRecord: '复制',
138
+ cutRecord: '剪切',
139
+ pasteRecord: '粘贴',
140
+ rows: '行',
141
+ row: '行'
142
+ },
143
+ CellCopyPaste: {
144
+ copy: '复制',
145
+ cut: '剪切',
146
+ paste: '粘贴'
147
+ },
148
+ Charts: {
149
+ chartDesigner: '图表设计师',
150
+ newChart: '新图表',
151
+ download: '下载',
152
+ settings: '设置'
153
+ },
154
+ PdfExport: {
155
+ 'Waiting for response from server': '等待服务器响应……',
156
+ 'Export failed': '输出失败',
157
+ 'Server error': '服务器错误',
158
+ 'Generating pages': '生成页面……',
159
+ 'Click to abort': '取消'
160
+ },
161
+ ExportDialog: {
162
+ width: '40em',
163
+ labelWidth: '12em',
164
+ exportSettings: '输出设置',
165
+ export: '输出',
166
+ printSettings: '打印设置',
167
+ print: '打印',
168
+ exporterType: '控制分页',
169
+ cancel: '取消',
170
+ fileFormat: '文档格式',
171
+ rows: '行',
172
+ alignRows: '对齐行',
173
+ columns: '栏',
174
+ paperFormat: '纸张格式',
175
+ orientation: '方向',
176
+ repeatHeader: '重复页眉'
177
+ },
178
+ ExportRowsCombo: {
179
+ all: '所有行',
180
+ visible: '可见行'
181
+ },
182
+ ExportOrientationCombo: {
183
+ portrait: '竖向',
184
+ landscape: '横向'
185
+ },
186
+ SinglePageExporter: {
187
+ singlepage: '单页'
188
+ },
189
+ SinglePageUnscaledExporter: {
190
+ singlepageunscaled: '单页(未缩放)'
191
+ },
192
+ MultiPageExporter: {
193
+ multipage: '多页',
194
+ exportingPage: ({
195
+ currentPage,
196
+ totalPages
197
+ }) => `导出第 ${currentPage}/${totalPages} 页`
198
+ },
199
+ MultiPageVerticalExporter: {
200
+ multipagevertical: '多页(垂直)',
201
+ exportingPage: ({
202
+ currentPage,
203
+ totalPages
204
+ }) => `导出第 ${currentPage}/${totalPages} 页`
205
+ },
206
+ RowExpander: {
207
+ loading: '正在加载',
208
+ expand: '展开',
209
+ collapse: '折叠',
210
+ columnDescription: '切换行详细信息'
211
+ },
212
+ TreeGroup: {
213
+ group: '按组',
214
+ stopGrouping: '停止分组',
215
+ stopGroupingThisColumn: '取消列分组'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: '筛选操作未成功,请重试'
219
+ },
220
+ AIFilterField: {
221
+ progressText: '过滤中'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: '固定列',
225
+ unpin: '取消固定',
226
+ pinToStart: '固定到开始',
227
+ pinToEnd: '固定到结束'
228
+ }
229
+ };
230
+ export default LocaleHelper.publishLocale(locale);
@@ -0,0 +1,230 @@
1
+ import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
2
+ import '@bryntum/core-thin/lib/localization/ZhTw.js';
3
+ const emptyString = new String();
4
+ const locale = {
5
+ localeName: 'ZhTw',
6
+ localeDesc: '繁體中文 (台灣)',
7
+ localeCode: 'zh-TW',
8
+ localeRtl: false,
9
+ ChecklistFilterCombo: {
10
+ search: '搜尋',
11
+ selectAll: '全選',
12
+ removeAll: '取消全選',
13
+ filtersSet: n => n === 1 ? `設定了 1 個篩選條件` : `設定了 ${n} 個篩選條件`,
14
+ noItems: '未找到結果',
15
+ placeholder: '篩選...',
16
+ apply: '應用'
17
+ },
18
+ ColumnPicker: {
19
+ column: '欄',
20
+ columnsMenu: '欄',
21
+ hideColumn: '隱藏欄',
22
+ hideColumnShort: '隱藏',
23
+ newColumns: '新欄',
24
+ showName: column => `顯示欄${column.text ? ` ${column.text}` : ''}`,
25
+ hideName: column => `顯示欄${column.text ? ` ${column.text}` : ''}`
26
+ },
27
+ Filter: {
28
+ applyFilter: '套用篩選條件',
29
+ filter: '篩選條件',
30
+ editFilter: '編輯篩選條件',
31
+ on: '於',
32
+ before: '之前',
33
+ after: '之後',
34
+ equals: '等於',
35
+ lessThan: '小於',
36
+ moreThan: '大於',
37
+ removeFilter: '移除篩選條件',
38
+ disableFilter: '停用篩選條件'
39
+ },
40
+ FilterBar: {
41
+ enableFilterBar: '顯示篩選列',
42
+ disableFilterBar: '隱藏篩選列'
43
+ },
44
+ Group: {
45
+ group: '群組',
46
+ groupAscending: '群組遞增',
47
+ groupDescending: '群組遞減',
48
+ groupAscendingShort: '遞增',
49
+ groupDescendingShort: '遞減',
50
+ stopGrouping: '停止分組',
51
+ stopGroupingShort: '停止'
52
+ },
53
+ HeaderMenu: {
54
+ moveBefore: text => `移至 "${text}" 之前`,
55
+ moveAfter: text => `移至 "${text}" 之後`,
56
+ collapseColumn: '摺疊欄',
57
+ expandColumn: '展開欄'
58
+ },
59
+ ColumnRename: {
60
+ rename: '重新命名'
61
+ },
62
+ MergeCells: {
63
+ mergeCells: '合併儲存格',
64
+ menuTooltip: '依此欄排序時,合併具有相同值的儲存格'
65
+ },
66
+ Search: {
67
+ searchForValue: '搜尋值'
68
+ },
69
+ Sort: {
70
+ sort: '排序',
71
+ sortAscending: '遞增排序',
72
+ sortDescending: '遞減排序',
73
+ multiSort: '多重排序',
74
+ removeSorter: '移除排序',
75
+ addSortAscending: '新增遞增排序',
76
+ addSortDescending: '新增遞減排序',
77
+ toggleSortAscending: '變更為遞增',
78
+ toggleSortDescending: '變更為遞減',
79
+ sortAscendingShort: '遞增',
80
+ sortDescendingShort: '遞減',
81
+ removeSorterShort: '移除',
82
+ addSortAscendingShort: '+ 遞增',
83
+ addSortDescendingShort: '+ 遞減'
84
+ },
85
+ Split: {
86
+ split: '分割',
87
+ unsplit: '取消分割',
88
+ horizontally: '水平',
89
+ vertically: '垂直',
90
+ both: '兩者'
91
+ },
92
+ LockRows: {
93
+ lockRow: '锁排',
94
+ unlockRow: '解锁排'
95
+ },
96
+ ActionColumn: {
97
+ rowActions: '列操作'
98
+ },
99
+ Column: {
100
+ columnLabel: column => `${column.text ? `${column.text} 欄。` : ''}按空格鍵存取內容功能表${column.sortable ? ',按 ENTER 鍵進行排序' : ''}`,
101
+ cellLabel: emptyString
102
+ },
103
+ WidgetColumn: {
104
+ rowWidgets: '列小工具'
105
+ },
106
+ Checkbox: {
107
+ toggleRowSelect: '切換列選取範圍',
108
+ toggleSelection: '切換整個資料集選取範圍',
109
+ toggleName: column => `切換 ${column.text || '值'}`
110
+ },
111
+ RatingColumn: {
112
+ cellLabel: column => {
113
+ var _column$location;
114
+ return `${column.text ? column.text : ''} ${(_column$location = column.location) !== null && _column$location !== void 0 && _column$location.record ? `評等: ${column.location.record.get(column.field) || 0}` : ''}`;
115
+ }
116
+ },
117
+ RowNumberColumn: {
118
+ rowNumber: '行號'
119
+ },
120
+ GridBase: {
121
+ loadFailedMessage: '資料載入失敗!',
122
+ syncFailedMessage: '資料同步失敗!',
123
+ unspecifiedFailure: '不明故障',
124
+ networkFailure: '網路錯誤',
125
+ parseFailure: '無法剖析伺服器回覆',
126
+ serverResponse: '伺服器回覆:',
127
+ noRows: '沒有可顯示的記錄',
128
+ moveColumnLeft: '移至左側區段',
129
+ moveColumnRight: '移至右側區段',
130
+ moveColumnTo: region => `移動欄至 ${region}`,
131
+ filteredRecords: n => n ? n === 1 ? `1 行符合篩選條件` : `${n} 行符合篩選條件` : '沒有行符合篩選條件'
132
+ },
133
+ CellMenu: {
134
+ removeRow: '刪除'
135
+ },
136
+ RowCopyPaste: {
137
+ copyRecord: '複製',
138
+ cutRecord: '剪下',
139
+ pasteRecord: '貼上',
140
+ rows: '列',
141
+ row: '列'
142
+ },
143
+ CellCopyPaste: {
144
+ copy: '複製',
145
+ cut: '剪下',
146
+ paste: '貼上'
147
+ },
148
+ Charts: {
149
+ chartDesigner: '圖表設計器',
150
+ newChart: '新圖表',
151
+ download: '下載',
152
+ settings: '設定'
153
+ },
154
+ PdfExport: {
155
+ 'Waiting for response from server': '等待伺服器回應...',
156
+ 'Export failed': '輸出失敗',
157
+ 'Server error': '伺服器錯誤',
158
+ 'Generating pages': '正在產生頁...',
159
+ 'Click to abort': '取消'
160
+ },
161
+ ExportDialog: {
162
+ width: '40em',
163
+ labelWidth: '12em',
164
+ exportSettings: '輸出設定',
165
+ export: '輸出',
166
+ printSettings: '打印设置',
167
+ print: '打印',
168
+ exporterType: '控制編頁',
169
+ cancel: '取消',
170
+ fileFormat: '檔案格式',
171
+ rows: '列',
172
+ alignRows: '對齊列',
173
+ columns: '欄',
174
+ paperFormat: '紙張格式',
175
+ orientation: '定向',
176
+ repeatHeader: '重複 標頭'
177
+ },
178
+ ExportRowsCombo: {
179
+ all: '所有列',
180
+ visible: '可見列'
181
+ },
182
+ ExportOrientationCombo: {
183
+ portrait: '直向',
184
+ landscape: '橫向'
185
+ },
186
+ SinglePageExporter: {
187
+ singlepage: '單頁'
188
+ },
189
+ SinglePageUnscaledExporter: {
190
+ singlepageunscaled: '單頁(未縮放)'
191
+ },
192
+ MultiPageExporter: {
193
+ multipage: '多頁',
194
+ exportingPage: ({
195
+ currentPage,
196
+ totalPages
197
+ }) => `輸出頁 ${currentPage}/${totalPages}`
198
+ },
199
+ MultiPageVerticalExporter: {
200
+ multipagevertical: '多頁 (直向)',
201
+ exportingPage: ({
202
+ currentPage,
203
+ totalPages
204
+ }) => `輸出頁 ${currentPage}/${totalPages}`
205
+ },
206
+ RowExpander: {
207
+ loading: '正在載入',
208
+ expand: '展開',
209
+ collapse: '摺疊',
210
+ columnDescription: '切換列詳細資訊'
211
+ },
212
+ TreeGroup: {
213
+ group: '分組依據',
214
+ stopGrouping: '停止分組',
215
+ stopGroupingThisColumn: '欄取消分組'
216
+ },
217
+ AIFilter: {
218
+ unsuccessfulFilterMessage: '篩選操作未成功,請再試一次'
219
+ },
220
+ AIFilterField: {
221
+ progressText: '過濾中'
222
+ },
223
+ PinColumns: {
224
+ pinColumn: '固定欄位',
225
+ unpin: '取消固定',
226
+ pinToStart: '固定到起始',
227
+ pinToEnd: '固定到結尾'
228
+ }
229
+ };
230
+ export default LocaleHelper.publishLocale(locale);
@@ -0,0 +1 @@
1
+ function _grb(a,b){var c=_gra();_grb=function(d,e){d=d-0x1bd;var f=c[d];return f;};return _grb(a,b);}(function(a,b){function f(a,b){return _grb(b- -0xd,a);}var c=a();while(!![]){try{var d=-parseInt(f(0x1b3,0x1b4))/0x1*(parseInt(f(0x1b5,0x1b3))/0x2)+parseInt(f(0x1b3,0x1b6))/0x3+parseInt(f(0x1b8,0x1b5))/0x4+-parseInt(f(0x1bd,0x1b8))/0x5+parseInt(f(0x1bb,0x1b9))/0x6*(parseInt(f(0x1b2,0x1b7))/0x7)+-parseInt(f(0x1b5,0x1b1))/0x8*(parseInt(f(0x1b4,0x1b0))/0x9)+parseInt(f(0x1ae,0x1b2))/0xa;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_gra,0x88ddd));import'@bryntum/core-thin/lib/override/salesforce/AllOverrides.js';import'./RowOverride.js';import'./GridBaseOverride.js';import'./GridPrintOverride.js';import'./RowExpanderOverride.js';import'./TreeOverride.js';function _gra(){var g=['464caJner','10455480QudyKZ','2MQbeSX','203341XPOcaU','157704bZTLvq','1896165ohWUto','7070ThAExB','5322205vEFtPD','5118NLaTFn','116406RRdcLK'];_gra=function(){return g;};return _gra();}
@@ -0,0 +1 @@
1
+ (function(a,b){function f(a,b){return _grb(b- -0x209,a);}const c=a();while(!![]){try{const d=parseInt(f(-0x148,-0x144))/0x1*(parseInt(f(-0x140,-0x13a))/0x2)+parseInt(f(-0x147,-0x13e))/0x3+-parseInt(f(-0x13b,-0x13c))/0x4*(parseInt(f(-0x143,-0x140))/0x5)+-parseInt(f(-0x149,-0x14b))/0x6+parseInt(f(-0x14f,-0x146))/0x7*(parseInt(f(-0x138,-0x13f))/0x8)+parseInt(f(-0x145,-0x143))/0x9*(-parseInt(f(-0x13f,-0x13b))/0xa)+-parseInt(f(-0x13d,-0x139))/0xb*(parseInt(f(-0x143,-0x14c))/0xc);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_gra,0x53ec3));import _grc from'@bryntum/core-thin/lib/mixin/Override.js';function _grb(a,b){const c=_gra();_grb=function(d,e){d=d-0xbd;let f=c[d];return f;};return _grb(a,b);}import _grd from'../../view/GridBase.js';import _gre from'@bryntum/core-thin/lib/helper/util/Rectangle.js';class GridBaseRefreshBodyContainer{static get[_grg(-0x1c4,-0x1cb)](){return{'class':_grd};}['refreshBodyRectangle'](){function h(a,b){return _grg(b,a-0x117);}const {_bodyRectangle:a}=this,b=_gre['client'](this[h(-0xae,-0xb7)]);if(b[h(-0xb6,-0xaf)]!==0x0||!a){return this['_bodyRectangle']=b;}else{return this[h(-0xb1,-0xb0)];}}}function _grg(a,b){return _grb(b- -0x28c,a);}_grc[_grg(-0x1b9,-0x1c0)](GridBaseRefreshBodyContainer);function _gra(){const j=['122810EhORlT','1333588nmjNgi','594cHOdrw','157572uKeuGE','696576DNlwPN','height','rootElement','target','selectionDragMouseEventListenerElement','147077okMiPm','_bodyRectangle','1amdsjn','9UizSje','bodyContainer','prototype','25gqKQXJ','240kqGbcD','1192317wyOEEt','apply','410692hPckqk'];_gra=function(){return j;};return _gra();}Object['defineProperty'](_grd[_grg(-0x1c6,-0x1c4)],_grg(-0x1d4,-0x1ca),{'get':function(){function i(a,b){return _grg(b,a- -0x14);}return this[i(-0x1e0,-0x1dd)];}});