@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.
@@ -56464,6 +56464,15 @@ var getMainMenuItems = (props, I18n) => {
56464
56464
  }
56465
56465
  }
56466
56466
  ];
56467
+ if (!props.column.getColDef().lockVisible) {
56468
+ defaultItems.push({
56469
+ label: I18n.t("dataTable.menuOptions.hideColumn"),
56470
+ value: "hideColumn",
56471
+ action() {
56472
+ props.columnApi.setColumnVisible(props.column, false);
56473
+ }
56474
+ });
56475
+ }
56467
56476
  const resetColumns = {
56468
56477
  label: I18n.t("dataTable.menuOptions.resetColumns"),
56469
56478
  value: "resetColumns",
@@ -78569,6 +78578,7 @@ var de_DE_default = {
78569
78578
  noPin: "Nicht anheften",
78570
78579
  autoSizeThisColumn: "Gr\xF6\xDFe dieser Spalte automatisch anpassen",
78571
78580
  autoSizeAllColumns: "Alle Spalten automatisch anpassen",
78581
+ hideColumn: "Spalte ausblenden",
78572
78582
  resetColumns: "Spalten zur\xFCcksetzen",
78573
78583
  unGroupBy: "Gruppierung aufheben nach {{label}}",
78574
78584
  groupBy: "Gruppieren nach {{label}}"
@@ -78643,27 +78653,27 @@ var en_AU_default = {
78643
78653
  emptyState: {
78644
78654
  noFilteredResults: {
78645
78655
  description: "Check your spelling and filter options, or search for a different keyword.",
78646
- title: "No Items Match Your Search",
78647
- itemsTitle: "No %{itemsLabel} Match Your Search"
78656
+ title: "No items match your search",
78657
+ itemsTitle: "No %{itemsLabel} match your search"
78648
78658
  },
78649
78659
  noResults: {
78650
78660
  description: "Once your team creates these items, you can access them here. ",
78651
- title: "There Are No Items to Display Right Now",
78652
- itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
78661
+ title: "There are no items to display right now",
78662
+ itemsTitle: "There are no %{itemsLabel} to display right now",
78653
78663
  tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
78654
78664
  searchTooltip: "Search will be enabled once you add information to the %{tableName}",
78655
78665
  featureFilter: "Filter",
78656
- featureQuickFilter: "Quick Filter",
78657
- featureGroupBy: "Group By",
78666
+ featureQuickFilter: "Quick filter",
78667
+ featureGroupBy: "Group by",
78658
78668
  featureConfigure: "Configure",
78659
78669
  tableNameFallback: "Table"
78660
78670
  }
78661
78671
  },
78662
78672
  bulkActions: {
78663
78673
  apply: "Apply",
78664
- bulkEdit: "Bulk Edit",
78674
+ bulkEdit: "Bulk edit",
78665
78675
  cancel: "Cancel",
78666
- editValues: "Edit Values",
78676
+ editValues: "Edit values",
78667
78677
  error: "Sorry, the items couldn't be updated. Try again.",
78668
78678
  placeholderForField: "Enter %{fieldName}",
78669
78679
  selection: "%{count} %{number} selected",
@@ -78674,11 +78684,11 @@ var en_AU_default = {
78674
78684
  exporting: "Exporting...",
78675
78685
  filters: {
78676
78686
  filters: "Filters",
78677
- moreFilters: "More Filters",
78678
- clearAllFilters: "Clear All Filters",
78687
+ moreFilters: "More filters",
78688
+ clearAllFilters: "Clear all filters",
78679
78689
  close: "Close",
78680
78690
  locationFilter: {
78681
- selectAll: "Select All",
78691
+ selectAll: "Select all",
78682
78692
  includeSublocations: "Include sublocations",
78683
78693
  searchLocations: "Search locations",
78684
78694
  locations: "Locations"
@@ -78686,17 +78696,17 @@ var en_AU_default = {
78686
78696
  numberFilter: {
78687
78697
  labels: {
78688
78698
  and: "and",
78689
- input_placeholder: "Enter Value",
78699
+ input_placeholder: "Enter value",
78690
78700
  placeholder: "Select an item"
78691
78701
  },
78692
78702
  options: {
78693
- any_value: "Any Value",
78694
- is_between: "Is Between",
78695
- greater_than: "Is Greater Than",
78696
- greater_than_equal_to: "Is Greater Than or Equal To",
78697
- less_than: "Is Less Than",
78698
- less_than_equal_to: "Is Less Than or Equal To",
78699
- no_value: "No Value"
78703
+ any_value: "Any value",
78704
+ is_between: "Is between",
78705
+ greater_than: "Is greater than",
78706
+ greater_than_equal_to: "Is greater than or equal to",
78707
+ less_than: "Is less than",
78708
+ less_than_equal_to: "Is less than or equal to",
78709
+ no_value: "No value"
78700
78710
  }
78701
78711
  }
78702
78712
  },
@@ -78706,34 +78716,35 @@ var en_AU_default = {
78706
78716
  },
78707
78717
  menuOptions: {
78708
78718
  sortMenuItem: {
78709
- label: "Sort By This Column",
78710
- sortAscItem: "Sort Column Ascending",
78711
- sortDescItem: "Sort Column Descending",
78712
- sortResetItem: "Column Not Sorted"
78719
+ label: "Sort by this column",
78720
+ sortAscItem: "Sort column ascending",
78721
+ sortDescItem: "Sort column descending",
78722
+ sortResetItem: "Column not sorted"
78713
78723
  },
78714
- expandAllGroups: "Expand All Groups",
78715
- collapseAllGroups: "Collapse All Groups",
78716
- pinColumn: "Pin Column",
78717
- pinLeft: "Pin Left",
78718
- pinRight: "Pin Right",
78719
- noPin: "No Pin",
78720
- autoSizeThisColumn: "Autosize This Column",
78721
- autoSizeAllColumns: "Autosize All Columns",
78722
- resetColumns: "Reset Columns",
78724
+ expandAllGroups: "Expand all groups",
78725
+ collapseAllGroups: "Collapse all groups",
78726
+ pinColumn: "Pin column",
78727
+ pinLeft: "Pin left",
78728
+ pinRight: "Pin right",
78729
+ noPin: "No pin",
78730
+ autoSizeThisColumn: "Autosize this column",
78731
+ autoSizeAllColumns: "Autosize all columns",
78732
+ hideColumn: "Hide column",
78733
+ resetColumns: "Reset columns",
78723
78734
  unGroupBy: "Un-Group by {{label}}",
78724
- groupBy: "Group By {{label}}"
78735
+ groupBy: "Group by {{label}}"
78725
78736
  },
78726
- grandTotals: "Grand Totals",
78737
+ grandTotals: "Grand totals",
78727
78738
  search: "Search",
78728
78739
  subtotals: "Subtotals",
78729
78740
  tableSettings: {
78730
- configureColumns: "Configure Columns",
78731
- resetToDefault: "Show All",
78732
- rowHeight: "Row Height",
78741
+ configureColumns: "Configure columns",
78742
+ resetToDefault: "Show all",
78743
+ rowHeight: "Row height",
78733
78744
  small: "Small",
78734
78745
  medium: "Medium",
78735
78746
  large: "Large",
78736
- tableSettings: "Table Settings",
78747
+ tableSettings: "Table settings",
78737
78748
  groupBy: "Group by:",
78738
78749
  reset: "Reset",
78739
78750
  selectColumnGroup: "Select a column to group",
@@ -78793,27 +78804,27 @@ var en_CA_default = {
78793
78804
  emptyState: {
78794
78805
  noFilteredResults: {
78795
78806
  description: "Check your spelling and filter options, or search for a different keyword.",
78796
- title: "No Items Match Your Search",
78797
- itemsTitle: "No %{itemsLabel} Match Your Search"
78807
+ title: "No items match your search",
78808
+ itemsTitle: "No %{itemsLabel} match your search"
78798
78809
  },
78799
78810
  noResults: {
78800
78811
  description: "Once your team creates these items, you can access them here. ",
78801
- title: "There Are No Items to Display Right Now",
78802
- itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
78812
+ title: "There are no items to display right now",
78813
+ itemsTitle: "There are no %{itemsLabel} to display right now",
78803
78814
  tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
78804
78815
  searchTooltip: "Search will be enabled once you add information to the %{tableName}",
78805
78816
  featureFilter: "Filter",
78806
- featureQuickFilter: "Quick Filter",
78807
- featureGroupBy: "Group By",
78817
+ featureQuickFilter: "Quick filter",
78818
+ featureGroupBy: "Group by",
78808
78819
  featureConfigure: "Configure",
78809
78820
  tableNameFallback: "Table"
78810
78821
  }
78811
78822
  },
78812
78823
  bulkActions: {
78813
78824
  apply: "Apply",
78814
- bulkEdit: "Bulk Edit",
78825
+ bulkEdit: "Bulk edit",
78815
78826
  cancel: "Cancel",
78816
- editValues: "Edit Values",
78827
+ editValues: "Edit values",
78817
78828
  error: "Sorry, the items couldn't be updated. Try again.",
78818
78829
  placeholderForField: "Enter %{fieldName}",
78819
78830
  selection: "%{count} %{number} selected",
@@ -78824,8 +78835,8 @@ var en_CA_default = {
78824
78835
  exporting: "Exporting...",
78825
78836
  filters: {
78826
78837
  filters: "Filters",
78827
- moreFilters: "More Filters",
78828
- clearAllFilters: "Clear All Filters",
78838
+ moreFilters: "More filters",
78839
+ clearAllFilters: "Clear all filters",
78829
78840
  close: "Close",
78830
78841
  locationFilter: {
78831
78842
  selectAll: "Select all",
@@ -78836,17 +78847,17 @@ var en_CA_default = {
78836
78847
  numberFilter: {
78837
78848
  labels: {
78838
78849
  and: "and",
78839
- input_placeholder: "Enter Value",
78850
+ input_placeholder: "Enter value",
78840
78851
  placeholder: "Select an item"
78841
78852
  },
78842
78853
  options: {
78843
- any_value: "Any Value",
78844
- is_between: "Is Between",
78845
- greater_than: "Is Greater Than",
78846
- greater_than_equal_to: "Is Greater Than or Equal To",
78847
- less_than: "Is Less Than",
78848
- less_than_equal_to: "Is Less Than or Equal To",
78849
- no_value: "No Value"
78854
+ any_value: "Any value",
78855
+ is_between: "Is between",
78856
+ greater_than: "Is greater than",
78857
+ greater_than_equal_to: "Is greater than or equal to",
78858
+ less_than: "Is less than",
78859
+ less_than_equal_to: "Is less than or equal to",
78860
+ no_value: "No value"
78850
78861
  }
78851
78862
  }
78852
78863
  },
@@ -78856,34 +78867,35 @@ var en_CA_default = {
78856
78867
  },
78857
78868
  menuOptions: {
78858
78869
  sortMenuItem: {
78859
- label: "Sort By This Column",
78860
- sortAscItem: "Sort Column Ascending",
78861
- sortDescItem: "Sort Column Descending",
78862
- sortResetItem: "Column Not Sorted"
78870
+ label: "Sort by this column",
78871
+ sortAscItem: "Sort column ascending",
78872
+ sortDescItem: "Sort column descending",
78873
+ sortResetItem: "Column not sorted"
78863
78874
  },
78864
- expandAllGroups: "Expand All Groups",
78865
- collapseAllGroups: "Collapse All Groups",
78866
- pinColumn: "Pin Column",
78867
- pinLeft: "Pin Left",
78868
- pinRight: "Pin Right",
78869
- noPin: "No Pin",
78870
- autoSizeThisColumn: "Autosize This Column",
78871
- autoSizeAllColumns: "Autosize All Columns",
78872
- resetColumns: "Reset Columns",
78875
+ expandAllGroups: "Expand all groups",
78876
+ collapseAllGroups: "Collapse all groups",
78877
+ pinColumn: "Pin column",
78878
+ pinLeft: "Pin left",
78879
+ pinRight: "Pin right",
78880
+ noPin: "No pin",
78881
+ autoSizeThisColumn: "Autosize this column",
78882
+ autoSizeAllColumns: "Autosize all columns",
78883
+ hideColumn: "Hide column",
78884
+ resetColumns: "Reset columns",
78873
78885
  unGroupBy: "Un-Group by {{label}}",
78874
- groupBy: "Group By {{label}}"
78886
+ groupBy: "Group by {{label}}"
78875
78887
  },
78876
- grandTotals: "Grand Totals",
78888
+ grandTotals: "Grand totals",
78877
78889
  search: "Search",
78878
78890
  subtotals: "Subtotals",
78879
78891
  tableSettings: {
78880
- configureColumns: "Configure Columns",
78881
- resetToDefault: "Show All",
78882
- rowHeight: "Row Height",
78892
+ configureColumns: "Configure columns",
78893
+ resetToDefault: "Show all",
78894
+ rowHeight: "Row height",
78883
78895
  small: "Small",
78884
78896
  medium: "Medium",
78885
78897
  large: "Large",
78886
- tableSettings: "Table Settings",
78898
+ tableSettings: "Table settings",
78887
78899
  groupBy: "Group by:",
78888
78900
  reset: "Reset",
78889
78901
  selectColumnGroup: "Select a column to group",
@@ -78943,27 +78955,27 @@ var en_GB_default = {
78943
78955
  emptyState: {
78944
78956
  noFilteredResults: {
78945
78957
  description: "Check your spelling and filter options, or search for a different keyword.",
78946
- title: "No Items Match Your Search",
78947
- itemsTitle: "No %{itemsLabel} Match Your Search"
78958
+ title: "No items match your search",
78959
+ itemsTitle: "No %{itemsLabel} match your search"
78948
78960
  },
78949
78961
  noResults: {
78950
78962
  description: "Once your team creates these items, you can access them here. ",
78951
- title: "There Are No Items to Display Right Now",
78952
- itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
78963
+ title: "There are no items to display right now",
78964
+ itemsTitle: "There are no %{itemsLabel} to display right now",
78953
78965
  tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
78954
78966
  searchTooltip: "Search will be enabled once you add information to the %{tableName}",
78955
78967
  featureFilter: "Filter",
78956
- featureQuickFilter: "Quick Filter",
78957
- featureGroupBy: "Group By",
78968
+ featureQuickFilter: "Quick filter",
78969
+ featureGroupBy: "Group by",
78958
78970
  featureConfigure: "Configure",
78959
78971
  tableNameFallback: "Table"
78960
78972
  }
78961
78973
  },
78962
78974
  bulkActions: {
78963
78975
  apply: "Apply",
78964
- bulkEdit: "Bulk Edit",
78976
+ bulkEdit: "Bulk edit",
78965
78977
  cancel: "Cancel",
78966
- editValues: "Edit Values",
78978
+ editValues: "Edit values",
78967
78979
  error: "Sorry, the items couldn't be updated. Try again.",
78968
78980
  placeholderForField: "Enter %{fieldName}",
78969
78981
  selection: "%{count} %{number} selected",
@@ -78974,8 +78986,8 @@ var en_GB_default = {
78974
78986
  exporting: "Exporting...",
78975
78987
  filters: {
78976
78988
  filters: "Filters",
78977
- moreFilters: "More Filters",
78978
- clearAllFilters: "Clear All Filters",
78989
+ moreFilters: "More filters",
78990
+ clearAllFilters: "Clear all filters",
78979
78991
  close: "Close",
78980
78992
  locationFilter: {
78981
78993
  selectAll: "Select all",
@@ -78986,17 +78998,17 @@ var en_GB_default = {
78986
78998
  numberFilter: {
78987
78999
  labels: {
78988
79000
  and: "and",
78989
- input_placeholder: "Enter Value",
79001
+ input_placeholder: "Enter value",
78990
79002
  placeholder: "Select an item"
78991
79003
  },
78992
79004
  options: {
78993
- any_value: "Any Value",
78994
- is_between: "Is Between",
78995
- greater_than: "Is Greater Than",
78996
- greater_than_equal_to: "Is Greater Than or Equal To",
78997
- less_than: "Is Less Than",
78998
- less_than_equal_to: "Is Less Than or Equal To",
78999
- no_value: "No Value"
79005
+ any_value: "Any value",
79006
+ is_between: "Is between",
79007
+ greater_than: "Is greater than",
79008
+ greater_than_equal_to: "Is greater than or equal to",
79009
+ less_than: "Is less than",
79010
+ less_than_equal_to: "Is less than or equal to",
79011
+ no_value: "No value"
79000
79012
  }
79001
79013
  }
79002
79014
  },
@@ -79006,34 +79018,35 @@ var en_GB_default = {
79006
79018
  },
79007
79019
  menuOptions: {
79008
79020
  sortMenuItem: {
79009
- label: "Sort By This Column",
79010
- sortAscItem: "Sort Column Ascending",
79011
- sortDescItem: "Sort Column Descending",
79012
- sortResetItem: "Column Not Sorted"
79021
+ label: "Sort by this column",
79022
+ sortAscItem: "Sort column ascending",
79023
+ sortDescItem: "Sort column descending",
79024
+ sortResetItem: "Column not sorted"
79013
79025
  },
79014
- expandAllGroups: "Expand All Groups",
79015
- collapseAllGroups: "Collapse All Groups",
79016
- pinColumn: "Pin Column",
79017
- pinLeft: "Pin Left",
79018
- pinRight: "Pin Right",
79019
- noPin: "No Pin",
79020
- autoSizeThisColumn: "Autosize This Column",
79021
- autoSizeAllColumns: "Autosize All Columns",
79022
- resetColumns: "Reset Columns",
79023
- unGroupBy: "Un-Group by {{label}}",
79024
- groupBy: "Group By {{label}}"
79026
+ expandAllGroups: "Expand all groups",
79027
+ collapseAllGroups: "Collapse all groups",
79028
+ pinColumn: "Pin column",
79029
+ pinLeft: "Pin left",
79030
+ pinRight: "Pin right",
79031
+ noPin: "No pin",
79032
+ autoSizeThisColumn: "Autosize this column",
79033
+ autoSizeAllColumns: "Autosize all columns",
79034
+ hideColumn: "Hide column",
79035
+ resetColumns: "Reset columns",
79036
+ unGroupBy: "Un-group by {{label}}",
79037
+ groupBy: "Group by {{label}}"
79025
79038
  },
79026
- grandTotals: "Grand Totals",
79039
+ grandTotals: "Grand totals",
79027
79040
  search: "Search",
79028
79041
  subtotals: "Subtotals",
79029
79042
  tableSettings: {
79030
- configureColumns: "Configure Columns",
79031
- resetToDefault: "Show All",
79032
- rowHeight: "Row Height",
79043
+ configureColumns: "Configure columns",
79044
+ resetToDefault: "Show all",
79045
+ rowHeight: "Row height",
79033
79046
  small: "Small",
79034
79047
  medium: "Medium",
79035
79048
  large: "Large",
79036
- tableSettings: "Table Settings",
79049
+ tableSettings: "Table settings",
79037
79050
  groupBy: "Group by:",
79038
79051
  reset: "Reset",
79039
79052
  selectColumnGroup: "Select a column to group",
@@ -79169,6 +79182,7 @@ var en_default = {
79169
79182
  noPin: "No Pin",
79170
79183
  autoSizeThisColumn: "Autosize This Column",
79171
79184
  autoSizeAllColumns: "Autosize All Columns",
79185
+ hideColumn: "Hide Column",
79172
79186
  resetColumns: "Reset Columns",
79173
79187
  unGroupBy: "Un-Group by {{label}}",
79174
79188
  groupBy: "Group by {{label}}"
@@ -79251,7 +79265,7 @@ var es_ES_default = {
79251
79265
  title: "No hay elementos para mostrar en este momento",
79252
79266
  itemsTitle: "No hay %{itemsLabel} para mostrar en este momento",
79253
79267
  tooltip: "El bot\xF3n %{featureName} se habilitar\xE1 una vez que a\xF1ada informaci\xF3n a la %{tableName}",
79254
- searchTooltip: "La b\xFAsqueda se habilitar\xE1 una vez que agregue informaci\xF3n a %{tableName}",
79268
+ searchTooltip: "La b\xFAsqueda se habilitar\xE1 una vez que a\xF1ada informaci\xF3n a %{tableName}",
79255
79269
  featureFilter: "Filtro",
79256
79270
  featureQuickFilter: "Filtro r\xE1pido",
79257
79271
  featureGroupBy: "Agrupar por",
@@ -79319,6 +79333,7 @@ var es_ES_default = {
79319
79333
  noPin: "No fijar",
79320
79334
  autoSizeThisColumn: "Ajustar el tama\xF1o de esta columna autom\xE1ticamente",
79321
79335
  autoSizeAllColumns: "Ajustar el tama\xF1o de todas las columnas autom\xE1ticamente",
79336
+ hideColumn: "Ocultar columna",
79322
79337
  resetColumns: "Restablecer columnas",
79323
79338
  unGroupBy: "Desagrupar por {{label}}",
79324
79339
  groupBy: "Agrupar por {{label}}"
@@ -79469,6 +79484,7 @@ var es_default = {
79469
79484
  noPin: "Sin anclaje",
79470
79485
  autoSizeThisColumn: "Ajustar tama\xF1o de esta columna autom\xE1ticamente",
79471
79486
  autoSizeAllColumns: "Ajustar tama\xF1o de todas las columnas autom\xE1ticamente",
79487
+ hideColumn: "Ocultar columna",
79472
79488
  resetColumns: "Restablecer columnas",
79473
79489
  unGroupBy: "Desagrupar por {{label}}",
79474
79490
  groupBy: "Agrupar por {{label}}"
@@ -79619,6 +79635,7 @@ var fr_CA_default = {
79619
79635
  noPin: "Ne pas \xE9pingler",
79620
79636
  autoSizeThisColumn: "Dimensionner automatiquement cette colonne",
79621
79637
  autoSizeAllColumns: "Dimensionner automatiquement toutes les colonnes",
79638
+ hideColumn: "Masquer la colonne",
79622
79639
  resetColumns: "R\xE9initialiser les colonnes",
79623
79640
  unGroupBy: "D\xE9grouper par {{label}}",
79624
79641
  groupBy: "Grouper par {{label}}"
@@ -79631,7 +79648,7 @@ var fr_CA_default = {
79631
79648
  resetToDefault: "Afficher tout",
79632
79649
  rowHeight: "Hauteur de la rang\xE9e",
79633
79650
  small: "Petit",
79634
- medium: "Moyen",
79651
+ medium: "Moyenne",
79635
79652
  large: "Grand",
79636
79653
  tableSettings: "Param\xE8tres du tableau",
79637
79654
  groupBy: "Regrouper par :",
@@ -79769,6 +79786,7 @@ var fr_FR_default = {
79769
79786
  noPin: "Ne pas \xE9pingler",
79770
79787
  autoSizeThisColumn: "Dimensionner automatiquement cette colonne",
79771
79788
  autoSizeAllColumns: "Dimensionner automatiquement toutes les colonnes",
79789
+ hideColumn: "Masquer la colonne",
79772
79790
  resetColumns: "R\xE9initialiser les colonnes",
79773
79791
  unGroupBy: "D\xE9grouper par {{label}}",
79774
79792
  groupBy: "Regrouper par {{label}}"
@@ -79919,6 +79937,7 @@ var is_IS_default = {
79919
79937
  noPin: "Enginn pinna",
79920
79938
  autoSizeThisColumn: "St\xE6r\xF0u \xFEennan d\xE1lk sj\xE1lfkrafa",
79921
79939
  autoSizeAllColumns: "Sj\xE1lfvirk st\xE6r\xF0 allra d\xE1lka",
79940
+ hideColumn: "Fela d\xE1lk",
79922
79941
  resetColumns: "Endurstilla d\xE1lka",
79923
79942
  unGroupBy: "Taka \xFAr h\xF3pi eftir {{label}}",
79924
79943
  groupBy: "Flokka\xF0 eftir {{label}}"
@@ -79992,7 +80011,7 @@ var ja_JP_default = {
79992
80011
  dataTable: {
79993
80012
  emptyState: {
79994
80013
  noFilteredResults: {
79995
- 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",
80014
+ 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",
79996
80015
  title: "\u691C\u7D22\u306B\u4E00\u81F4\u3059\u308B\u9805\u76EE\u306F\u3042\u308A\u307E\u305B\u3093",
79997
80016
  itemsTitle: "\u691C\u7D22\u306B\u4E00\u81F4\u3059\u308B%{itemsLabel}\u306F\u3042\u308A\u307E\u305B\u3093"
79998
80017
  },
@@ -80002,7 +80021,7 @@ var ja_JP_default = {
80002
80021
  itemsTitle: "\u73FE\u5728\u3001\u8868\u793A\u3059\u308B%{itemsLabel}\u304C\u3042\u308A\u307E\u305B\u3093",
80003
80022
  tooltip: "\u60C5\u5831\u3092%{tableName}\u306B\u8FFD\u52A0\u3059\u308B\u3068\u3001[%{featureName}]\u30DC\u30BF\u30F3\u304C\u6709\u52B9\u306B\u306A\u308A\u307E\u3059",
80004
80023
  searchTooltip: "%{tableName}\u306B\u60C5\u5831\u3092\u8FFD\u52A0\u3059\u308B\u3068\u691C\u7D22\u304C\u6709\u52B9\u306B\u306A\u308A\u307E\u3059",
80005
- featureFilter: "\u30D5\u30A3\u30EB\u30BF\u30FC",
80024
+ featureFilter: "\u30D5\u30A3\u30EB\u30BF",
80006
80025
  featureQuickFilter: "\u30AF\u30A4\u30C3\u30AF\u30D5\u30A3\u30EB\u30BF\u30FC",
80007
80026
  featureGroupBy: "\u30B0\u30EB\u30FC\u30D7\u5316",
80008
80027
  featureConfigure: "\u69CB\u6210",
@@ -80023,9 +80042,9 @@ var ja_JP_default = {
80023
80042
  },
80024
80043
  exporting: "\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u4E2D...",
80025
80044
  filters: {
80026
- filters: "\u30D5\u30A3\u30EB\u30BF\u30FC",
80027
- moreFilters: "\u305D\u306E\u4ED6\u306E\u30D5\u30A3\u30EB\u30BF\u30FC",
80028
- clearAllFilters: "\u3059\u3079\u3066\u306E\u30D5\u30A3\u30EB\u30BF\u30FC\u3092\u6D88\u53BB",
80045
+ filters: "\u30D5\u30A3\u30EB\u30BF",
80046
+ moreFilters: "\u305D\u306E\u4ED6\u306E\u30D5\u30A3\u30EB\u30BF",
80047
+ clearAllFilters: "\u3059\u3079\u3066\u306E\u30D5\u30A3\u30EB\u30BF\u3092\u6D88\u53BB",
80029
80048
  close: "\u7D42\u4E86",
80030
80049
  locationFilter: {
80031
80050
  selectAll: "\u3059\u3079\u3066\u9078\u629E",
@@ -80069,6 +80088,7 @@ var ja_JP_default = {
80069
80088
  noPin: "\u30D4\u30F3\u7559\u3081\u306F\u3042\u308A\u307E\u305B\u3093",
80070
80089
  autoSizeThisColumn: "\u3053\u306E\u5217\u3092\u81EA\u52D5\u30B5\u30A4\u30BA\u8ABF\u6574\u3059\u308B",
80071
80090
  autoSizeAllColumns: "\u3059\u3079\u3066\u306E\u5217\u3092\u81EA\u52D5\u30B5\u30A4\u30BA\u8ABF\u6574\u3059\u308B",
80091
+ hideColumn: "\u5217\u3092\u975E\u8868\u793A",
80072
80092
  resetColumns: "\u5217\u3092\u30EA\u30BB\u30C3\u30C8\u3059\u308B",
80073
80093
  unGroupBy: "{{label}}\u3067\u30B0\u30EB\u30FC\u30D7\u5316\u3092\u89E3\u9664\u3059\u308B",
80074
80094
  groupBy: "{{label}}\u3067\u30B0\u30EB\u30FC\u30D7\u5316\u3059\u308B"
@@ -80139,7 +80159,153 @@ var ja_JP_default = {
80139
80159
 
80140
80160
  // src/locales/pl-PL.json
80141
80161
  var pl_PL_default = {
80142
- dataTable: {}
80162
+ dataTable: {
80163
+ emptyState: {
80164
+ noFilteredResults: {
80165
+ description: "Sprawd\u017A pisowni\u0119 i filtry lub wyszukaj inne s\u0142owo kluczowe.",
80166
+ title: "Brak pozycji pasuj\u0105cych do wyszukiwania",
80167
+ itemsTitle: "Brak %{itemsLabel} pasuj\u0105cych do wyszukiwania"
80168
+ },
80169
+ noResults: {
80170
+ description: "Po utworzeniu tych pozycji przez zesp\xF3\u0142 mo\u017Cesz uzyska\u0107 do nich dost\u0119p w tym miejscu. ",
80171
+ title: "Obecnie nie ma pozycji do wy\u015Bwietlenia",
80172
+ itemsTitle: "Obecnie nie ma %{itemsLabel} do wy\u015Bwietlenia",
80173
+ tooltip: "Przycisk %{featureName} zostanie w\u0142\u0105czony, gdy dodasz informacje do %{tableName}",
80174
+ searchTooltip: "Wyszukiwanie zostanie w\u0142\u0105czone po dodaniu informacji do %{tableName}",
80175
+ featureFilter: "Filtruj",
80176
+ featureQuickFilter: "Szybki filtr",
80177
+ featureGroupBy: "Grupuj wed\u0142ug",
80178
+ featureConfigure: "Skonfiguruj",
80179
+ tableNameFallback: "tabela"
80180
+ }
80181
+ },
80182
+ bulkActions: {
80183
+ apply: "Zastosuj",
80184
+ bulkEdit: "Edycja masowa",
80185
+ cancel: "Anuluj",
80186
+ editValues: "Edytuj warto\u015Bci",
80187
+ error: "Przepraszamy, nie mo\u017Cna zaktualizowa\u0107 pozycji.Spr\xF3buj ponownie.",
80188
+ placeholderForField: "Wprowad\u017A %{fieldName}",
80189
+ selection: "Wybrano %{count} %{number}",
80190
+ success: "Pozycje zosta\u0142y pomy\u015Blnie zaktualizowane.",
80191
+ one: "pozycja",
80192
+ many: "pozycje"
80193
+ },
80194
+ exporting: "Eksportowanie...",
80195
+ filters: {
80196
+ filters: "Filtry",
80197
+ moreFilters: "Wi\u0119cej filtr\xF3w",
80198
+ clearAllFilters: "Wyczy\u015B\u0107 wszystkie filtry",
80199
+ close: "Zamknij",
80200
+ locationFilter: {
80201
+ selectAll: "Zaznacz wszystkie",
80202
+ includeSublocations: "Uwzgl\u0119dnij lokalizacje podrz\u0119dne",
80203
+ searchLocations: "Wyszukaj lokalizacje",
80204
+ locations: "Lokalizacje"
80205
+ },
80206
+ numberFilter: {
80207
+ labels: {
80208
+ and: "i",
80209
+ input_placeholder: "Wprowad\u017A warto\u015B\u0107",
80210
+ placeholder: "Wybierz pozycj\u0119"
80211
+ },
80212
+ options: {
80213
+ any_value: "Dowolna warto\u015B\u0107",
80214
+ is_between: "jest pomi\u0119dzy",
80215
+ greater_than: "jest wi\u0119ksze ni\u017C",
80216
+ greater_than_equal_to: "jest wi\u0119ksze ni\u017C lub r\xF3wne",
80217
+ less_than: "mniej ni\u017C",
80218
+ less_than_equal_to: "mniej ni\u017C lub r\xF3wne",
80219
+ no_value: "brak warto\u015Bci"
80220
+ }
80221
+ }
80222
+ },
80223
+ loading: {
80224
+ initial: "\u0141adowanie informacji.",
80225
+ secondary: "Trwa \u0142adowanie informacji. Prosimy o cierpliwo\u015B\u0107."
80226
+ },
80227
+ menuOptions: {
80228
+ sortMenuItem: {
80229
+ label: "Sortuj wed\u0142ug tej kolumny",
80230
+ sortAscItem: "Sortuj kolumny rosn\u0105co",
80231
+ sortDescItem: "Sortuj kolumny malej\u0105co",
80232
+ sortResetItem: "Kolumna nieposortowana"
80233
+ },
80234
+ expandAllGroups: "Rozwi\u0144 wszystkie grupy",
80235
+ collapseAllGroups: "Zwi\u0144 wszystkie grupy",
80236
+ pinColumn: "Przypnij kolumn\u0119",
80237
+ pinLeft: "Przypnij do lewej",
80238
+ pinRight: "Przypnij do prawej",
80239
+ noPin: "Bez przypinania",
80240
+ autoSizeThisColumn: "Automatycznie ustaw rozmiar tej kolumny",
80241
+ autoSizeAllColumns: "Automatycznie ustaw rozmiar wszystkich kolumn",
80242
+ hideColumn: "Ukryj kolumn\u0119",
80243
+ resetColumns: "Resetuj kolumny",
80244
+ unGroupBy: "Rozgrupuj wed\u0142ug {{label}}",
80245
+ groupBy: "Grupuj wed\u0142ug {{label}}"
80246
+ },
80247
+ grandTotals: "Sumy ca\u0142kowite",
80248
+ search: "Szukaj",
80249
+ subtotals: "Sumy cz\u0119\u015Bciowe",
80250
+ tableSettings: {
80251
+ configureColumns: "Skonfiguruj kolumny",
80252
+ resetToDefault: "Poka\u017C wszystkie",
80253
+ rowHeight: "Wysoko\u015B\u0107 wiersza",
80254
+ small: "Ma\u0142y",
80255
+ medium: "\u015Aredni",
80256
+ large: "Du\u017Cy",
80257
+ tableSettings: "Ustawienia tabeli",
80258
+ groupBy: "Grupuj wed\u0142ug:",
80259
+ reset: "Zresetuj",
80260
+ selectColumnGroup: "Wybierz kolumn\u0119 do zgrupowania",
80261
+ configure: "Skonfiguruj"
80262
+ },
80263
+ rowGroupToggle: {
80264
+ expandTierOne: "Otw\xF3rz pierwsze grupy w tabeli.",
80265
+ expandAll: "Otw\xF3rz wszystkie grupy w tabeli.",
80266
+ collapseAll: "Zamknij wszystkie grupy w tabeli."
80267
+ },
80268
+ columnGroupToggle: {
80269
+ collapse: "Zwi\u0144 grup\u0119 kolumn",
80270
+ expand: "Rozwi\u0144 grup\u0119 kolumn"
80271
+ },
80272
+ cells: {
80273
+ textCell: {
80274
+ placeholder: "Wprowad\u017A tekst"
80275
+ },
80276
+ currencyCell: {
80277
+ placeholder: "Wprowad\u017A walut\u0119"
80278
+ },
80279
+ numberCell: {
80280
+ placeholder: "Wprowad\u017A numer"
80281
+ },
80282
+ percentCell: {
80283
+ placeholder: "Wprowad\u017A %"
80284
+ },
80285
+ pillCell: {
80286
+ placeholder: "Wybierz {{label}}"
80287
+ },
80288
+ selectCell: {
80289
+ placeholder: "Wybierz {{label}}"
80290
+ },
80291
+ booleanCell: {
80292
+ options: {
80293
+ yes: "Tak",
80294
+ no: "Nie"
80295
+ }
80296
+ }
80297
+ },
80298
+ filterRenders: {
80299
+ dateFilter: {
80300
+ single: "Pojedyncze",
80301
+ range: "Zakres"
80302
+ }
80303
+ },
80304
+ groupCell: {
80305
+ expand: "Rozwi\u0144 grup\u0119",
80306
+ collapse: "Zwi\u0144 grup\u0119"
80307
+ }
80308
+ }
80143
80309
  };
80144
80310
 
80145
80311
  // src/locales/pseudo.json
@@ -80224,6 +80390,7 @@ var pseudo_default = {
80224
80390
  noPin: "[\u0220\u0220\u01FF \xB7 \u01A4\u012B\u019E\u019E]",
80225
80391
  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]",
80226
80392
  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]",
80393
+ hideColumn: "[\u0126\u0126\u0126\u012B\u1E13\u1E17 \xB7 \u0187\u01FF\u0140\u016D\u1E3F\u019E\u019E\u019E]",
80227
80394
  resetColumns: "[\u0158\u0158\u0158\u1E17\u015F\u1E17\u0167 \xB7 \u0187\u01FF\u0140\u016D\u1E3F\u019E\u015F\u015F\u015F]",
80228
80395
  unGroupBy: "[\u016C\u016C\u016C\u016C\u016C\u019E-\u0193\u0159\u01FF\u016D\u01A5 \xB7 \u0180\u1E8F \xB7 {{\u0140\u0227\u0180\u1E17\u0140}}}}}}]",
80229
80396
  groupBy: "[\u0193\u0193\u0193\u0193\u0159\u01FF\u016D\u01A5 \xB7 \u0180\u1E8F \xB7 {{\u0140\u0227\u0180\u1E17\u0140}}}}}]"
@@ -80374,6 +80541,7 @@ var pt_BR_default = {
80374
80541
  noPin: "N\xE3o Fixar",
80375
80542
  autoSizeThisColumn: "Dimensionar Automaticamente Esta Coluna",
80376
80543
  autoSizeAllColumns: "Dimensionar Automaticamente Todas as Colunas",
80544
+ hideColumn: "Ocultar Coluna",
80377
80545
  resetColumns: "Redefinir Colunas",
80378
80546
  unGroupBy: "Desagrupar por {{label}}",
80379
80547
  groupBy: "Agrupar por {{label}}"
@@ -80524,6 +80692,7 @@ var th_TH_default = {
80524
80692
  noPin: "\u0E44\u0E21\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14",
80525
80693
  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",
80526
80694
  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",
80695
+ hideColumn: "\u0E0B\u0E48\u0E2D\u0E19\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C",
80527
80696
  resetColumns: "\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C",
80528
80697
  unGroupBy: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E15\u0E32\u0E21 {{label}}",
80529
80698
  groupBy: "\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E15\u0E32\u0E21 {{label}}"
@@ -80674,6 +80843,7 @@ var zh_SG_default = {
80674
80843
  noPin: "\u4E0D\u56FA\u5B9A",
80675
80844
  autoSizeThisColumn: "\u81EA\u52A8\u8C03\u6574\u6B64\u5217\u7684\u5927\u5C0F",
80676
80845
  autoSizeAllColumns: "\u81EA\u52A8\u8C03\u6574\u6240\u6709\u5217\u7684\u5927\u5C0F",
80846
+ hideColumn: "\u9690\u85CF\u5217",
80677
80847
  resetColumns: "\u91CD\u7F6E\u5217",
80678
80848
  unGroupBy: "\u53D6\u6D88\u6309{{label}}\u5206\u7EC4",
80679
80849
  groupBy: "\u6309{{label}}\u5206\u7EC4"