@procore/data-table 14.19.0 → 14.20.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.
@@ -56387,6 +56387,15 @@ var getMainMenuItems = (props, I18n) => {
56387
56387
  }
56388
56388
  }
56389
56389
  ];
56390
+ if (!props.column.getColDef().lockVisible) {
56391
+ defaultItems.push({
56392
+ label: I18n.t("dataTable.menuOptions.hideColumn"),
56393
+ value: "hideColumn",
56394
+ action() {
56395
+ props.columnApi.setColumnVisible(props.column, false);
56396
+ }
56397
+ });
56398
+ }
56390
56399
  const resetColumns = {
56391
56400
  label: I18n.t("dataTable.menuOptions.resetColumns"),
56392
56401
  value: "resetColumns",
@@ -78424,6 +78433,7 @@ var de_DE_default = {
78424
78433
  noPin: "Nicht anheften",
78425
78434
  autoSizeThisColumn: "Gr\xF6\xDFe dieser Spalte automatisch anpassen",
78426
78435
  autoSizeAllColumns: "Alle Spalten automatisch anpassen",
78436
+ hideColumn: "Spalte ausblenden",
78427
78437
  resetColumns: "Spalten zur\xFCcksetzen",
78428
78438
  unGroupBy: "Gruppierung aufheben nach {{label}}",
78429
78439
  groupBy: "Gruppieren nach {{label}}"
@@ -78498,27 +78508,27 @@ var en_AU_default = {
78498
78508
  emptyState: {
78499
78509
  noFilteredResults: {
78500
78510
  description: "Check your spelling and filter options, or search for a different keyword.",
78501
- title: "No Items Match Your Search",
78502
- itemsTitle: "No %{itemsLabel} Match Your Search"
78511
+ title: "No items match your search",
78512
+ itemsTitle: "No %{itemsLabel} match your search"
78503
78513
  },
78504
78514
  noResults: {
78505
78515
  description: "Once your team creates these items, you can access them here. ",
78506
- title: "There Are No Items to Display Right Now",
78507
- itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
78516
+ title: "There are no items to display right now",
78517
+ itemsTitle: "There are no %{itemsLabel} to display right now",
78508
78518
  tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
78509
78519
  searchTooltip: "Search will be enabled once you add information to the %{tableName}",
78510
78520
  featureFilter: "Filter",
78511
- featureQuickFilter: "Quick Filter",
78512
- featureGroupBy: "Group By",
78521
+ featureQuickFilter: "Quick filter",
78522
+ featureGroupBy: "Group by",
78513
78523
  featureConfigure: "Configure",
78514
78524
  tableNameFallback: "Table"
78515
78525
  }
78516
78526
  },
78517
78527
  bulkActions: {
78518
78528
  apply: "Apply",
78519
- bulkEdit: "Bulk Edit",
78529
+ bulkEdit: "Bulk edit",
78520
78530
  cancel: "Cancel",
78521
- editValues: "Edit Values",
78531
+ editValues: "Edit values",
78522
78532
  error: "Sorry, the items couldn't be updated. Try again.",
78523
78533
  placeholderForField: "Enter %{fieldName}",
78524
78534
  selection: "%{count} %{number} selected",
@@ -78529,11 +78539,11 @@ var en_AU_default = {
78529
78539
  exporting: "Exporting...",
78530
78540
  filters: {
78531
78541
  filters: "Filters",
78532
- moreFilters: "More Filters",
78533
- clearAllFilters: "Clear All Filters",
78542
+ moreFilters: "More filters",
78543
+ clearAllFilters: "Clear all filters",
78534
78544
  close: "Close",
78535
78545
  locationFilter: {
78536
- selectAll: "Select All",
78546
+ selectAll: "Select all",
78537
78547
  includeSublocations: "Include sublocations",
78538
78548
  searchLocations: "Search locations",
78539
78549
  locations: "Locations"
@@ -78541,17 +78551,17 @@ var en_AU_default = {
78541
78551
  numberFilter: {
78542
78552
  labels: {
78543
78553
  and: "and",
78544
- input_placeholder: "Enter Value",
78554
+ input_placeholder: "Enter value",
78545
78555
  placeholder: "Select an item"
78546
78556
  },
78547
78557
  options: {
78548
- any_value: "Any Value",
78549
- is_between: "Is Between",
78550
- greater_than: "Is Greater Than",
78551
- greater_than_equal_to: "Is Greater Than or Equal To",
78552
- less_than: "Is Less Than",
78553
- less_than_equal_to: "Is Less Than or Equal To",
78554
- no_value: "No Value"
78558
+ any_value: "Any value",
78559
+ is_between: "Is between",
78560
+ greater_than: "Is greater than",
78561
+ greater_than_equal_to: "Is greater than or equal to",
78562
+ less_than: "Is less than",
78563
+ less_than_equal_to: "Is less than or equal to",
78564
+ no_value: "No value"
78555
78565
  }
78556
78566
  }
78557
78567
  },
@@ -78561,34 +78571,35 @@ var en_AU_default = {
78561
78571
  },
78562
78572
  menuOptions: {
78563
78573
  sortMenuItem: {
78564
- label: "Sort By This Column",
78565
- sortAscItem: "Sort Column Ascending",
78566
- sortDescItem: "Sort Column Descending",
78567
- sortResetItem: "Column Not Sorted"
78574
+ label: "Sort by this column",
78575
+ sortAscItem: "Sort column ascending",
78576
+ sortDescItem: "Sort column descending",
78577
+ sortResetItem: "Column not sorted"
78568
78578
  },
78569
- expandAllGroups: "Expand All Groups",
78570
- collapseAllGroups: "Collapse All Groups",
78571
- pinColumn: "Pin Column",
78572
- pinLeft: "Pin Left",
78573
- pinRight: "Pin Right",
78574
- noPin: "No Pin",
78575
- autoSizeThisColumn: "Autosize This Column",
78576
- autoSizeAllColumns: "Autosize All Columns",
78577
- resetColumns: "Reset Columns",
78579
+ expandAllGroups: "Expand all groups",
78580
+ collapseAllGroups: "Collapse all groups",
78581
+ pinColumn: "Pin column",
78582
+ pinLeft: "Pin left",
78583
+ pinRight: "Pin right",
78584
+ noPin: "No pin",
78585
+ autoSizeThisColumn: "Autosize this column",
78586
+ autoSizeAllColumns: "Autosize all columns",
78587
+ hideColumn: "Hide column",
78588
+ resetColumns: "Reset columns",
78578
78589
  unGroupBy: "Un-Group by {{label}}",
78579
- groupBy: "Group By {{label}}"
78590
+ groupBy: "Group by {{label}}"
78580
78591
  },
78581
- grandTotals: "Grand Totals",
78592
+ grandTotals: "Grand totals",
78582
78593
  search: "Search",
78583
78594
  subtotals: "Subtotals",
78584
78595
  tableSettings: {
78585
- configureColumns: "Configure Columns",
78586
- resetToDefault: "Show All",
78587
- rowHeight: "Row Height",
78596
+ configureColumns: "Configure columns",
78597
+ resetToDefault: "Show all",
78598
+ rowHeight: "Row height",
78588
78599
  small: "Small",
78589
78600
  medium: "Medium",
78590
78601
  large: "Large",
78591
- tableSettings: "Table Settings",
78602
+ tableSettings: "Table settings",
78592
78603
  groupBy: "Group by:",
78593
78604
  reset: "Reset",
78594
78605
  selectColumnGroup: "Select a column to group",
@@ -78648,27 +78659,27 @@ var en_CA_default = {
78648
78659
  emptyState: {
78649
78660
  noFilteredResults: {
78650
78661
  description: "Check your spelling and filter options, or search for a different keyword.",
78651
- title: "No Items Match Your Search",
78652
- itemsTitle: "No %{itemsLabel} Match Your Search"
78662
+ title: "No items match your search",
78663
+ itemsTitle: "No %{itemsLabel} match your search"
78653
78664
  },
78654
78665
  noResults: {
78655
78666
  description: "Once your team creates these items, you can access them here. ",
78656
- title: "There Are No Items to Display Right Now",
78657
- itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
78667
+ title: "There are no items to display right now",
78668
+ itemsTitle: "There are no %{itemsLabel} to display right now",
78658
78669
  tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
78659
78670
  searchTooltip: "Search will be enabled once you add information to the %{tableName}",
78660
78671
  featureFilter: "Filter",
78661
- featureQuickFilter: "Quick Filter",
78662
- featureGroupBy: "Group By",
78672
+ featureQuickFilter: "Quick filter",
78673
+ featureGroupBy: "Group by",
78663
78674
  featureConfigure: "Configure",
78664
78675
  tableNameFallback: "Table"
78665
78676
  }
78666
78677
  },
78667
78678
  bulkActions: {
78668
78679
  apply: "Apply",
78669
- bulkEdit: "Bulk Edit",
78680
+ bulkEdit: "Bulk edit",
78670
78681
  cancel: "Cancel",
78671
- editValues: "Edit Values",
78682
+ editValues: "Edit values",
78672
78683
  error: "Sorry, the items couldn't be updated. Try again.",
78673
78684
  placeholderForField: "Enter %{fieldName}",
78674
78685
  selection: "%{count} %{number} selected",
@@ -78679,8 +78690,8 @@ var en_CA_default = {
78679
78690
  exporting: "Exporting...",
78680
78691
  filters: {
78681
78692
  filters: "Filters",
78682
- moreFilters: "More Filters",
78683
- clearAllFilters: "Clear All Filters",
78693
+ moreFilters: "More filters",
78694
+ clearAllFilters: "Clear all filters",
78684
78695
  close: "Close",
78685
78696
  locationFilter: {
78686
78697
  selectAll: "Select all",
@@ -78691,17 +78702,17 @@ var en_CA_default = {
78691
78702
  numberFilter: {
78692
78703
  labels: {
78693
78704
  and: "and",
78694
- input_placeholder: "Enter Value",
78705
+ input_placeholder: "Enter value",
78695
78706
  placeholder: "Select an item"
78696
78707
  },
78697
78708
  options: {
78698
- any_value: "Any Value",
78699
- is_between: "Is Between",
78700
- greater_than: "Is Greater Than",
78701
- greater_than_equal_to: "Is Greater Than or Equal To",
78702
- less_than: "Is Less Than",
78703
- less_than_equal_to: "Is Less Than or Equal To",
78704
- no_value: "No Value"
78709
+ any_value: "Any value",
78710
+ is_between: "Is between",
78711
+ greater_than: "Is greater than",
78712
+ greater_than_equal_to: "Is greater than or equal to",
78713
+ less_than: "Is less than",
78714
+ less_than_equal_to: "Is less than or equal to",
78715
+ no_value: "No value"
78705
78716
  }
78706
78717
  }
78707
78718
  },
@@ -78711,34 +78722,35 @@ var en_CA_default = {
78711
78722
  },
78712
78723
  menuOptions: {
78713
78724
  sortMenuItem: {
78714
- label: "Sort By This Column",
78715
- sortAscItem: "Sort Column Ascending",
78716
- sortDescItem: "Sort Column Descending",
78717
- sortResetItem: "Column Not Sorted"
78725
+ label: "Sort by this column",
78726
+ sortAscItem: "Sort column ascending",
78727
+ sortDescItem: "Sort column descending",
78728
+ sortResetItem: "Column not sorted"
78718
78729
  },
78719
- expandAllGroups: "Expand All Groups",
78720
- collapseAllGroups: "Collapse All Groups",
78721
- pinColumn: "Pin Column",
78722
- pinLeft: "Pin Left",
78723
- pinRight: "Pin Right",
78724
- noPin: "No Pin",
78725
- autoSizeThisColumn: "Autosize This Column",
78726
- autoSizeAllColumns: "Autosize All Columns",
78727
- resetColumns: "Reset Columns",
78730
+ expandAllGroups: "Expand all groups",
78731
+ collapseAllGroups: "Collapse all groups",
78732
+ pinColumn: "Pin column",
78733
+ pinLeft: "Pin left",
78734
+ pinRight: "Pin right",
78735
+ noPin: "No pin",
78736
+ autoSizeThisColumn: "Autosize this column",
78737
+ autoSizeAllColumns: "Autosize all columns",
78738
+ hideColumn: "Hide column",
78739
+ resetColumns: "Reset columns",
78728
78740
  unGroupBy: "Un-Group by {{label}}",
78729
- groupBy: "Group By {{label}}"
78741
+ groupBy: "Group by {{label}}"
78730
78742
  },
78731
- grandTotals: "Grand Totals",
78743
+ grandTotals: "Grand totals",
78732
78744
  search: "Search",
78733
78745
  subtotals: "Subtotals",
78734
78746
  tableSettings: {
78735
- configureColumns: "Configure Columns",
78736
- resetToDefault: "Show All",
78737
- rowHeight: "Row Height",
78747
+ configureColumns: "Configure columns",
78748
+ resetToDefault: "Show all",
78749
+ rowHeight: "Row height",
78738
78750
  small: "Small",
78739
78751
  medium: "Medium",
78740
78752
  large: "Large",
78741
- tableSettings: "Table Settings",
78753
+ tableSettings: "Table settings",
78742
78754
  groupBy: "Group by:",
78743
78755
  reset: "Reset",
78744
78756
  selectColumnGroup: "Select a column to group",
@@ -78798,27 +78810,27 @@ var en_GB_default = {
78798
78810
  emptyState: {
78799
78811
  noFilteredResults: {
78800
78812
  description: "Check your spelling and filter options, or search for a different keyword.",
78801
- title: "No Items Match Your Search",
78802
- itemsTitle: "No %{itemsLabel} Match Your Search"
78813
+ title: "No items match your search",
78814
+ itemsTitle: "No %{itemsLabel} match your search"
78803
78815
  },
78804
78816
  noResults: {
78805
78817
  description: "Once your team creates these items, you can access them here. ",
78806
- title: "There Are No Items to Display Right Now",
78807
- itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
78818
+ title: "There are no items to display right now",
78819
+ itemsTitle: "There are no %{itemsLabel} to display right now",
78808
78820
  tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
78809
78821
  searchTooltip: "Search will be enabled once you add information to the %{tableName}",
78810
78822
  featureFilter: "Filter",
78811
- featureQuickFilter: "Quick Filter",
78812
- featureGroupBy: "Group By",
78823
+ featureQuickFilter: "Quick filter",
78824
+ featureGroupBy: "Group by",
78813
78825
  featureConfigure: "Configure",
78814
78826
  tableNameFallback: "Table"
78815
78827
  }
78816
78828
  },
78817
78829
  bulkActions: {
78818
78830
  apply: "Apply",
78819
- bulkEdit: "Bulk Edit",
78831
+ bulkEdit: "Bulk edit",
78820
78832
  cancel: "Cancel",
78821
- editValues: "Edit Values",
78833
+ editValues: "Edit values",
78822
78834
  error: "Sorry, the items couldn't be updated. Try again.",
78823
78835
  placeholderForField: "Enter %{fieldName}",
78824
78836
  selection: "%{count} %{number} selected",
@@ -78829,8 +78841,8 @@ var en_GB_default = {
78829
78841
  exporting: "Exporting...",
78830
78842
  filters: {
78831
78843
  filters: "Filters",
78832
- moreFilters: "More Filters",
78833
- clearAllFilters: "Clear All Filters",
78844
+ moreFilters: "More filters",
78845
+ clearAllFilters: "Clear all filters",
78834
78846
  close: "Close",
78835
78847
  locationFilter: {
78836
78848
  selectAll: "Select all",
@@ -78841,17 +78853,17 @@ var en_GB_default = {
78841
78853
  numberFilter: {
78842
78854
  labels: {
78843
78855
  and: "and",
78844
- input_placeholder: "Enter Value",
78856
+ input_placeholder: "Enter value",
78845
78857
  placeholder: "Select an item"
78846
78858
  },
78847
78859
  options: {
78848
- any_value: "Any Value",
78849
- is_between: "Is Between",
78850
- greater_than: "Is Greater Than",
78851
- greater_than_equal_to: "Is Greater Than or Equal To",
78852
- less_than: "Is Less Than",
78853
- less_than_equal_to: "Is Less Than or Equal To",
78854
- no_value: "No Value"
78860
+ any_value: "Any value",
78861
+ is_between: "Is between",
78862
+ greater_than: "Is greater than",
78863
+ greater_than_equal_to: "Is greater than or equal to",
78864
+ less_than: "Is less than",
78865
+ less_than_equal_to: "Is less than or equal to",
78866
+ no_value: "No value"
78855
78867
  }
78856
78868
  }
78857
78869
  },
@@ -78861,34 +78873,35 @@ var en_GB_default = {
78861
78873
  },
78862
78874
  menuOptions: {
78863
78875
  sortMenuItem: {
78864
- label: "Sort By This Column",
78865
- sortAscItem: "Sort Column Ascending",
78866
- sortDescItem: "Sort Column Descending",
78867
- sortResetItem: "Column Not Sorted"
78876
+ label: "Sort by this column",
78877
+ sortAscItem: "Sort column ascending",
78878
+ sortDescItem: "Sort column descending",
78879
+ sortResetItem: "Column not sorted"
78868
78880
  },
78869
- expandAllGroups: "Expand All Groups",
78870
- collapseAllGroups: "Collapse All Groups",
78871
- pinColumn: "Pin Column",
78872
- pinLeft: "Pin Left",
78873
- pinRight: "Pin Right",
78874
- noPin: "No Pin",
78875
- autoSizeThisColumn: "Autosize This Column",
78876
- autoSizeAllColumns: "Autosize All Columns",
78877
- resetColumns: "Reset Columns",
78878
- unGroupBy: "Un-Group by {{label}}",
78879
- groupBy: "Group By {{label}}"
78881
+ expandAllGroups: "Expand all groups",
78882
+ collapseAllGroups: "Collapse all groups",
78883
+ pinColumn: "Pin column",
78884
+ pinLeft: "Pin left",
78885
+ pinRight: "Pin right",
78886
+ noPin: "No pin",
78887
+ autoSizeThisColumn: "Autosize this column",
78888
+ autoSizeAllColumns: "Autosize all columns",
78889
+ hideColumn: "Hide column",
78890
+ resetColumns: "Reset columns",
78891
+ unGroupBy: "Un-group by {{label}}",
78892
+ groupBy: "Group by {{label}}"
78880
78893
  },
78881
- grandTotals: "Grand Totals",
78894
+ grandTotals: "Grand totals",
78882
78895
  search: "Search",
78883
78896
  subtotals: "Subtotals",
78884
78897
  tableSettings: {
78885
- configureColumns: "Configure Columns",
78886
- resetToDefault: "Show All",
78887
- rowHeight: "Row Height",
78898
+ configureColumns: "Configure columns",
78899
+ resetToDefault: "Show all",
78900
+ rowHeight: "Row height",
78888
78901
  small: "Small",
78889
78902
  medium: "Medium",
78890
78903
  large: "Large",
78891
- tableSettings: "Table Settings",
78904
+ tableSettings: "Table settings",
78892
78905
  groupBy: "Group by:",
78893
78906
  reset: "Reset",
78894
78907
  selectColumnGroup: "Select a column to group",
@@ -79024,6 +79037,7 @@ var en_default = {
79024
79037
  noPin: "No Pin",
79025
79038
  autoSizeThisColumn: "Autosize This Column",
79026
79039
  autoSizeAllColumns: "Autosize All Columns",
79040
+ hideColumn: "Hide Column",
79027
79041
  resetColumns: "Reset Columns",
79028
79042
  unGroupBy: "Un-Group by {{label}}",
79029
79043
  groupBy: "Group by {{label}}"
@@ -79106,7 +79120,7 @@ var es_ES_default = {
79106
79120
  title: "No hay elementos para mostrar en este momento",
79107
79121
  itemsTitle: "No hay %{itemsLabel} para mostrar en este momento",
79108
79122
  tooltip: "El bot\xF3n %{featureName} se habilitar\xE1 una vez que a\xF1ada informaci\xF3n a la %{tableName}",
79109
- searchTooltip: "La b\xFAsqueda se habilitar\xE1 una vez que agregue informaci\xF3n a %{tableName}",
79123
+ searchTooltip: "La b\xFAsqueda se habilitar\xE1 una vez que a\xF1ada informaci\xF3n a %{tableName}",
79110
79124
  featureFilter: "Filtro",
79111
79125
  featureQuickFilter: "Filtro r\xE1pido",
79112
79126
  featureGroupBy: "Agrupar por",
@@ -79174,6 +79188,7 @@ var es_ES_default = {
79174
79188
  noPin: "No fijar",
79175
79189
  autoSizeThisColumn: "Ajustar el tama\xF1o de esta columna autom\xE1ticamente",
79176
79190
  autoSizeAllColumns: "Ajustar el tama\xF1o de todas las columnas autom\xE1ticamente",
79191
+ hideColumn: "Ocultar columna",
79177
79192
  resetColumns: "Restablecer columnas",
79178
79193
  unGroupBy: "Desagrupar por {{label}}",
79179
79194
  groupBy: "Agrupar por {{label}}"
@@ -79324,6 +79339,7 @@ var es_default = {
79324
79339
  noPin: "Sin anclaje",
79325
79340
  autoSizeThisColumn: "Ajustar tama\xF1o de esta columna autom\xE1ticamente",
79326
79341
  autoSizeAllColumns: "Ajustar tama\xF1o de todas las columnas autom\xE1ticamente",
79342
+ hideColumn: "Ocultar columna",
79327
79343
  resetColumns: "Restablecer columnas",
79328
79344
  unGroupBy: "Desagrupar por {{label}}",
79329
79345
  groupBy: "Agrupar por {{label}}"
@@ -79474,6 +79490,7 @@ var fr_CA_default = {
79474
79490
  noPin: "Ne pas \xE9pingler",
79475
79491
  autoSizeThisColumn: "Dimensionner automatiquement cette colonne",
79476
79492
  autoSizeAllColumns: "Dimensionner automatiquement toutes les colonnes",
79493
+ hideColumn: "Masquer la colonne",
79477
79494
  resetColumns: "R\xE9initialiser les colonnes",
79478
79495
  unGroupBy: "D\xE9grouper par {{label}}",
79479
79496
  groupBy: "Grouper par {{label}}"
@@ -79486,7 +79503,7 @@ var fr_CA_default = {
79486
79503
  resetToDefault: "Afficher tout",
79487
79504
  rowHeight: "Hauteur de la rang\xE9e",
79488
79505
  small: "Petit",
79489
- medium: "Moyen",
79506
+ medium: "Moyenne",
79490
79507
  large: "Grand",
79491
79508
  tableSettings: "Param\xE8tres du tableau",
79492
79509
  groupBy: "Regrouper par :",
@@ -79624,6 +79641,7 @@ var fr_FR_default = {
79624
79641
  noPin: "Ne pas \xE9pingler",
79625
79642
  autoSizeThisColumn: "Dimensionner automatiquement cette colonne",
79626
79643
  autoSizeAllColumns: "Dimensionner automatiquement toutes les colonnes",
79644
+ hideColumn: "Masquer la colonne",
79627
79645
  resetColumns: "R\xE9initialiser les colonnes",
79628
79646
  unGroupBy: "D\xE9grouper par {{label}}",
79629
79647
  groupBy: "Regrouper par {{label}}"
@@ -79774,6 +79792,7 @@ var is_IS_default = {
79774
79792
  noPin: "Enginn pinna",
79775
79793
  autoSizeThisColumn: "St\xE6r\xF0u \xFEennan d\xE1lk sj\xE1lfkrafa",
79776
79794
  autoSizeAllColumns: "Sj\xE1lfvirk st\xE6r\xF0 allra d\xE1lka",
79795
+ hideColumn: "Fela d\xE1lk",
79777
79796
  resetColumns: "Endurstilla d\xE1lka",
79778
79797
  unGroupBy: "Taka \xFAr h\xF3pi eftir {{label}}",
79779
79798
  groupBy: "Flokka\xF0 eftir {{label}}"
@@ -79847,7 +79866,7 @@ var ja_JP_default = {
79847
79866
  dataTable: {
79848
79867
  emptyState: {
79849
79868
  noFilteredResults: {
79850
- description: "\u30B9\u30DA\u30EB\u3068\u30D5\u30A3\u30EB\u30BF\u30FC\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u78BA\u8A8D\u3059\u308B\u304B\u3001\u5225\u306E\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u691C\u7D22\u3057\u307E\u3059\u3002",
79869
+ description: "\u30B9\u30DA\u30EB\u3068\u30D5\u30A3\u30EB\u30BF\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u78BA\u8A8D\u3059\u308B\u304B\u3001\u5225\u306E\u30AD\u30FC\u30EF\u30FC\u30C9\u3092\u691C\u7D22\u3057\u307E\u3059\u3002",
79851
79870
  title: "\u691C\u7D22\u306B\u4E00\u81F4\u3059\u308B\u9805\u76EE\u306F\u3042\u308A\u307E\u305B\u3093",
79852
79871
  itemsTitle: "\u691C\u7D22\u306B\u4E00\u81F4\u3059\u308B%{itemsLabel}\u306F\u3042\u308A\u307E\u305B\u3093"
79853
79872
  },
@@ -79857,7 +79876,7 @@ var ja_JP_default = {
79857
79876
  itemsTitle: "\u73FE\u5728\u3001\u8868\u793A\u3059\u308B%{itemsLabel}\u304C\u3042\u308A\u307E\u305B\u3093",
79858
79877
  tooltip: "\u60C5\u5831\u3092%{tableName}\u306B\u8FFD\u52A0\u3059\u308B\u3068\u3001[%{featureName}]\u30DC\u30BF\u30F3\u304C\u6709\u52B9\u306B\u306A\u308A\u307E\u3059",
79859
79878
  searchTooltip: "%{tableName}\u306B\u60C5\u5831\u3092\u8FFD\u52A0\u3059\u308B\u3068\u691C\u7D22\u304C\u6709\u52B9\u306B\u306A\u308A\u307E\u3059",
79860
- featureFilter: "\u30D5\u30A3\u30EB\u30BF\u30FC",
79879
+ featureFilter: "\u30D5\u30A3\u30EB\u30BF",
79861
79880
  featureQuickFilter: "\u30AF\u30A4\u30C3\u30AF\u30D5\u30A3\u30EB\u30BF\u30FC",
79862
79881
  featureGroupBy: "\u30B0\u30EB\u30FC\u30D7\u5316",
79863
79882
  featureConfigure: "\u69CB\u6210",
@@ -79878,9 +79897,9 @@ var ja_JP_default = {
79878
79897
  },
79879
79898
  exporting: "\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u4E2D...",
79880
79899
  filters: {
79881
- filters: "\u30D5\u30A3\u30EB\u30BF\u30FC",
79882
- moreFilters: "\u305D\u306E\u4ED6\u306E\u30D5\u30A3\u30EB\u30BF\u30FC",
79883
- clearAllFilters: "\u3059\u3079\u3066\u306E\u30D5\u30A3\u30EB\u30BF\u30FC\u3092\u6D88\u53BB",
79900
+ filters: "\u30D5\u30A3\u30EB\u30BF",
79901
+ moreFilters: "\u305D\u306E\u4ED6\u306E\u30D5\u30A3\u30EB\u30BF",
79902
+ clearAllFilters: "\u3059\u3079\u3066\u306E\u30D5\u30A3\u30EB\u30BF\u3092\u6D88\u53BB",
79884
79903
  close: "\u7D42\u4E86",
79885
79904
  locationFilter: {
79886
79905
  selectAll: "\u3059\u3079\u3066\u9078\u629E",
@@ -79924,6 +79943,7 @@ var ja_JP_default = {
79924
79943
  noPin: "\u30D4\u30F3\u7559\u3081\u306F\u3042\u308A\u307E\u305B\u3093",
79925
79944
  autoSizeThisColumn: "\u3053\u306E\u5217\u3092\u81EA\u52D5\u30B5\u30A4\u30BA\u8ABF\u6574\u3059\u308B",
79926
79945
  autoSizeAllColumns: "\u3059\u3079\u3066\u306E\u5217\u3092\u81EA\u52D5\u30B5\u30A4\u30BA\u8ABF\u6574\u3059\u308B",
79946
+ hideColumn: "\u5217\u3092\u975E\u8868\u793A",
79927
79947
  resetColumns: "\u5217\u3092\u30EA\u30BB\u30C3\u30C8\u3059\u308B",
79928
79948
  unGroupBy: "{{label}}\u3067\u30B0\u30EB\u30FC\u30D7\u5316\u3092\u89E3\u9664\u3059\u308B",
79929
79949
  groupBy: "{{label}}\u3067\u30B0\u30EB\u30FC\u30D7\u5316\u3059\u308B"
@@ -79994,7 +80014,153 @@ var ja_JP_default = {
79994
80014
 
79995
80015
  // src/locales/pl-PL.json
79996
80016
  var pl_PL_default = {
79997
- dataTable: {}
80017
+ dataTable: {
80018
+ emptyState: {
80019
+ noFilteredResults: {
80020
+ description: "Sprawd\u017A pisowni\u0119 i filtry lub wyszukaj inne s\u0142owo kluczowe.",
80021
+ title: "Brak pozycji pasuj\u0105cych do wyszukiwania",
80022
+ itemsTitle: "Brak %{itemsLabel} pasuj\u0105cych do wyszukiwania"
80023
+ },
80024
+ noResults: {
80025
+ description: "Po utworzeniu tych pozycji przez zesp\xF3\u0142 mo\u017Cesz uzyska\u0107 do nich dost\u0119p w tym miejscu. ",
80026
+ title: "Obecnie nie ma pozycji do wy\u015Bwietlenia",
80027
+ itemsTitle: "Obecnie nie ma %{itemsLabel} do wy\u015Bwietlenia",
80028
+ tooltip: "Przycisk %{featureName} zostanie w\u0142\u0105czony, gdy dodasz informacje do %{tableName}",
80029
+ searchTooltip: "Wyszukiwanie zostanie w\u0142\u0105czone po dodaniu informacji do %{tableName}",
80030
+ featureFilter: "Filtruj",
80031
+ featureQuickFilter: "Szybki filtr",
80032
+ featureGroupBy: "Grupuj wed\u0142ug",
80033
+ featureConfigure: "Skonfiguruj",
80034
+ tableNameFallback: "tabela"
80035
+ }
80036
+ },
80037
+ bulkActions: {
80038
+ apply: "Zastosuj",
80039
+ bulkEdit: "Edycja masowa",
80040
+ cancel: "Anuluj",
80041
+ editValues: "Edytuj warto\u015Bci",
80042
+ error: "Przepraszamy, nie mo\u017Cna zaktualizowa\u0107 pozycji.Spr\xF3buj ponownie.",
80043
+ placeholderForField: "Wprowad\u017A %{fieldName}",
80044
+ selection: "Wybrano %{count} %{number}",
80045
+ success: "Pozycje zosta\u0142y pomy\u015Blnie zaktualizowane.",
80046
+ one: "pozycja",
80047
+ many: "pozycje"
80048
+ },
80049
+ exporting: "Eksportowanie...",
80050
+ filters: {
80051
+ filters: "Filtry",
80052
+ moreFilters: "Wi\u0119cej filtr\xF3w",
80053
+ clearAllFilters: "Wyczy\u015B\u0107 wszystkie filtry",
80054
+ close: "Zamknij",
80055
+ locationFilter: {
80056
+ selectAll: "Zaznacz wszystkie",
80057
+ includeSublocations: "Uwzgl\u0119dnij lokalizacje podrz\u0119dne",
80058
+ searchLocations: "Wyszukaj lokalizacje",
80059
+ locations: "Lokalizacje"
80060
+ },
80061
+ numberFilter: {
80062
+ labels: {
80063
+ and: "i",
80064
+ input_placeholder: "Wprowad\u017A warto\u015B\u0107",
80065
+ placeholder: "Wybierz pozycj\u0119"
80066
+ },
80067
+ options: {
80068
+ any_value: "Dowolna warto\u015B\u0107",
80069
+ is_between: "jest pomi\u0119dzy",
80070
+ greater_than: "jest wi\u0119ksze ni\u017C",
80071
+ greater_than_equal_to: "jest wi\u0119ksze ni\u017C lub r\xF3wne",
80072
+ less_than: "mniej ni\u017C",
80073
+ less_than_equal_to: "mniej ni\u017C lub r\xF3wne",
80074
+ no_value: "brak warto\u015Bci"
80075
+ }
80076
+ }
80077
+ },
80078
+ loading: {
80079
+ initial: "\u0141adowanie informacji.",
80080
+ secondary: "Trwa \u0142adowanie informacji. Prosimy o cierpliwo\u015B\u0107."
80081
+ },
80082
+ menuOptions: {
80083
+ sortMenuItem: {
80084
+ label: "Sortuj wed\u0142ug tej kolumny",
80085
+ sortAscItem: "Sortuj kolumny rosn\u0105co",
80086
+ sortDescItem: "Sortuj kolumny malej\u0105co",
80087
+ sortResetItem: "Kolumna nieposortowana"
80088
+ },
80089
+ expandAllGroups: "Rozwi\u0144 wszystkie grupy",
80090
+ collapseAllGroups: "Zwi\u0144 wszystkie grupy",
80091
+ pinColumn: "Przypnij kolumn\u0119",
80092
+ pinLeft: "Przypnij do lewej",
80093
+ pinRight: "Przypnij do prawej",
80094
+ noPin: "Bez przypinania",
80095
+ autoSizeThisColumn: "Automatycznie ustaw rozmiar tej kolumny",
80096
+ autoSizeAllColumns: "Automatycznie ustaw rozmiar wszystkich kolumn",
80097
+ hideColumn: "Ukryj kolumn\u0119",
80098
+ resetColumns: "Resetuj kolumny",
80099
+ unGroupBy: "Rozgrupuj wed\u0142ug {{label}}",
80100
+ groupBy: "Grupuj wed\u0142ug {{label}}"
80101
+ },
80102
+ grandTotals: "Sumy ca\u0142kowite",
80103
+ search: "Szukaj",
80104
+ subtotals: "Sumy cz\u0119\u015Bciowe",
80105
+ tableSettings: {
80106
+ configureColumns: "Skonfiguruj kolumny",
80107
+ resetToDefault: "Poka\u017C wszystkie",
80108
+ rowHeight: "Wysoko\u015B\u0107 wiersza",
80109
+ small: "Ma\u0142y",
80110
+ medium: "\u015Aredni",
80111
+ large: "Du\u017Cy",
80112
+ tableSettings: "Ustawienia tabeli",
80113
+ groupBy: "Grupuj wed\u0142ug:",
80114
+ reset: "Zresetuj",
80115
+ selectColumnGroup: "Wybierz kolumn\u0119 do zgrupowania",
80116
+ configure: "Skonfiguruj"
80117
+ },
80118
+ rowGroupToggle: {
80119
+ expandTierOne: "Otw\xF3rz pierwsze grupy w tabeli.",
80120
+ expandAll: "Otw\xF3rz wszystkie grupy w tabeli.",
80121
+ collapseAll: "Zamknij wszystkie grupy w tabeli."
80122
+ },
80123
+ columnGroupToggle: {
80124
+ collapse: "Zwi\u0144 grup\u0119 kolumn",
80125
+ expand: "Rozwi\u0144 grup\u0119 kolumn"
80126
+ },
80127
+ cells: {
80128
+ textCell: {
80129
+ placeholder: "Wprowad\u017A tekst"
80130
+ },
80131
+ currencyCell: {
80132
+ placeholder: "Wprowad\u017A walut\u0119"
80133
+ },
80134
+ numberCell: {
80135
+ placeholder: "Wprowad\u017A numer"
80136
+ },
80137
+ percentCell: {
80138
+ placeholder: "Wprowad\u017A %"
80139
+ },
80140
+ pillCell: {
80141
+ placeholder: "Wybierz {{label}}"
80142
+ },
80143
+ selectCell: {
80144
+ placeholder: "Wybierz {{label}}"
80145
+ },
80146
+ booleanCell: {
80147
+ options: {
80148
+ yes: "Tak",
80149
+ no: "Nie"
80150
+ }
80151
+ }
80152
+ },
80153
+ filterRenders: {
80154
+ dateFilter: {
80155
+ single: "Pojedyncze",
80156
+ range: "Zakres"
80157
+ }
80158
+ },
80159
+ groupCell: {
80160
+ expand: "Rozwi\u0144 grup\u0119",
80161
+ collapse: "Zwi\u0144 grup\u0119"
80162
+ }
80163
+ }
79998
80164
  };
79999
80165
 
80000
80166
  // src/locales/pseudo.json
@@ -80079,6 +80245,7 @@ var pseudo_default = {
80079
80245
  noPin: "[\u0220\u0220\u01FF \xB7 \u01A4\u012B\u019E\u019E]",
80080
80246
  autoSizeThisColumn: "[\u0226\u0226\u0226\u0226\u016D\u0167\u01FF\u015F\u012B\u1E91\u1E17 \xB7 \u0166\u0127\u012B\u015F \xB7 \u0187\u01FF\u0140\u016D\u1E3F\u019E\u019E\u019E\u019E]",
80081
80247
  autoSizeAllColumns: "[\u0226\u0226\u0226\u0226\u016D\u0167\u01FF\u015F\u012B\u1E91\u1E17 \xB7 \u0226\u0140\u0140 \xB7 \u0187\u01FF\u0140\u016D\u1E3F\u019E\u015F\u015F\u015F\u015F]",
80248
+ hideColumn: "[\u0126\u0126\u0126\u012B\u1E13\u1E17 \xB7 \u0187\u01FF\u0140\u016D\u1E3F\u019E\u019E\u019E]",
80082
80249
  resetColumns: "[\u0158\u0158\u0158\u1E17\u015F\u1E17\u0167 \xB7 \u0187\u01FF\u0140\u016D\u1E3F\u019E\u015F\u015F\u015F]",
80083
80250
  unGroupBy: "[\u016C\u016C\u016C\u016C\u016C\u019E-\u0193\u0159\u01FF\u016D\u01A5 \xB7 \u0180\u1E8F \xB7 {{\u0140\u0227\u0180\u1E17\u0140}}}}}}]",
80084
80251
  groupBy: "[\u0193\u0193\u0193\u0193\u0159\u01FF\u016D\u01A5 \xB7 \u0180\u1E8F \xB7 {{\u0140\u0227\u0180\u1E17\u0140}}}}}]"
@@ -80229,6 +80396,7 @@ var pt_BR_default = {
80229
80396
  noPin: "N\xE3o Fixar",
80230
80397
  autoSizeThisColumn: "Dimensionar Automaticamente Esta Coluna",
80231
80398
  autoSizeAllColumns: "Dimensionar Automaticamente Todas as Colunas",
80399
+ hideColumn: "Ocultar Coluna",
80232
80400
  resetColumns: "Redefinir Colunas",
80233
80401
  unGroupBy: "Desagrupar por {{label}}",
80234
80402
  groupBy: "Agrupar por {{label}}"
@@ -80379,6 +80547,7 @@ var th_TH_default = {
80379
80547
  noPin: "\u0E44\u0E21\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14",
80380
80548
  autoSizeThisColumn: "\u0E1B\u0E23\u0E31\u0E1A\u0E02\u0E19\u0E32\u0E14\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C\u0E19\u0E35\u0E49\u0E42\u0E14\u0E22\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34",
80381
80549
  autoSizeAllColumns: "\u0E1B\u0E23\u0E31\u0E1A\u0E02\u0E19\u0E32\u0E14\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E42\u0E14\u0E22\u0E2D\u0E31\u0E15\u0E42\u0E19\u0E21\u0E31\u0E15\u0E34",
80550
+ hideColumn: "\u0E0B\u0E48\u0E2D\u0E19\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C",
80382
80551
  resetColumns: "\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C",
80383
80552
  unGroupBy: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E15\u0E32\u0E21 {{label}}",
80384
80553
  groupBy: "\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E15\u0E32\u0E21 {{label}}"
@@ -80529,6 +80698,7 @@ var zh_SG_default = {
80529
80698
  noPin: "\u4E0D\u56FA\u5B9A",
80530
80699
  autoSizeThisColumn: "\u81EA\u52A8\u8C03\u6574\u6B64\u5217\u7684\u5927\u5C0F",
80531
80700
  autoSizeAllColumns: "\u81EA\u52A8\u8C03\u6574\u6240\u6709\u5217\u7684\u5927\u5C0F",
80701
+ hideColumn: "\u9690\u85CF\u5217",
80532
80702
  resetColumns: "\u91CD\u7F6E\u5217",
80533
80703
  unGroupBy: "\u53D6\u6D88\u6309{{label}}\u5206\u7EC4",
80534
80704
  groupBy: "\u6309{{label}}\u5206\u7EC4"