@purpurds/table 8.5.2 → 8.7.0

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.
@@ -199,6 +199,46 @@ export const copy = {
199
199
  description: "Change general table settings",
200
200
  },
201
201
  },
202
+ settingsDrawerWithColumnDrag: {
203
+ buttons: {
204
+ closeDrawer: "Close drawer",
205
+ resetSettings: "Reset settings",
206
+ },
207
+ generalSettings: {
208
+ header: "General settings",
209
+
210
+ toggles: {
211
+ lockFirstcolumn: "Lock first column",
212
+ showFilters: "Show Filters",
213
+ stickyHeader: "Sticky header",
214
+ },
215
+ },
216
+ title: "Table settings",
217
+ visibleColumns: {
218
+ header: "Visible columns",
219
+ description: "Change general table settings",
220
+ rearrangeDescription: "Choose how you want to reorder the columns.",
221
+ buttons: {
222
+ rearrange: "Reorder",
223
+ done: "Done",
224
+ },
225
+ ariaLabels: {
226
+ dragHandle: {
227
+ action: "Drag to reorder column",
228
+ instructions: "(use space or enter to pick up, arrow keys to move, space or enter to drop)",
229
+ },
230
+ arrowButtons: {
231
+ move: "Move",
232
+ up: "up",
233
+ down: "down",
234
+ },
235
+ buttons: {
236
+ rearrange: "Reorder columns",
237
+ done: "Save column order and exit reorder mode",
238
+ },
239
+ },
240
+ },
241
+ },
202
242
  sortingAriaLabels: {
203
243
  asc: "Sort ascending",
204
244
  default: "Sort column",