@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.
@@ -56478,6 +56478,15 @@ var getMainMenuItems = (props, I18n) => {
56478
56478
  }
56479
56479
  }
56480
56480
  ];
56481
+ if (!props.column.getColDef().lockVisible) {
56482
+ defaultItems.push({
56483
+ label: I18n.t("dataTable.menuOptions.hideColumn"),
56484
+ value: "hideColumn",
56485
+ action() {
56486
+ props.columnApi.setColumnVisible(props.column, false);
56487
+ }
56488
+ });
56489
+ }
56481
56490
  const resetColumns = {
56482
56491
  label: I18n.t("dataTable.menuOptions.resetColumns"),
56483
56492
  value: "resetColumns",
@@ -78583,6 +78592,7 @@ var de_DE_default = {
78583
78592
  noPin: "Nicht anheften",
78584
78593
  autoSizeThisColumn: "Gr\xF6\xDFe dieser Spalte automatisch anpassen",
78585
78594
  autoSizeAllColumns: "Alle Spalten automatisch anpassen",
78595
+ hideColumn: "Spalte ausblenden",
78586
78596
  resetColumns: "Spalten zur\xFCcksetzen",
78587
78597
  unGroupBy: "Gruppierung aufheben nach {{label}}",
78588
78598
  groupBy: "Gruppieren nach {{label}}"
@@ -78657,27 +78667,27 @@ var en_AU_default = {
78657
78667
  emptyState: {
78658
78668
  noFilteredResults: {
78659
78669
  description: "Check your spelling and filter options, or search for a different keyword.",
78660
- title: "No Items Match Your Search",
78661
- itemsTitle: "No %{itemsLabel} Match Your Search"
78670
+ title: "No items match your search",
78671
+ itemsTitle: "No %{itemsLabel} match your search"
78662
78672
  },
78663
78673
  noResults: {
78664
78674
  description: "Once your team creates these items, you can access them here. ",
78665
- title: "There Are No Items to Display Right Now",
78666
- itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
78675
+ title: "There are no items to display right now",
78676
+ itemsTitle: "There are no %{itemsLabel} to display right now",
78667
78677
  tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
78668
78678
  searchTooltip: "Search will be enabled once you add information to the %{tableName}",
78669
78679
  featureFilter: "Filter",
78670
- featureQuickFilter: "Quick Filter",
78671
- featureGroupBy: "Group By",
78680
+ featureQuickFilter: "Quick filter",
78681
+ featureGroupBy: "Group by",
78672
78682
  featureConfigure: "Configure",
78673
78683
  tableNameFallback: "Table"
78674
78684
  }
78675
78685
  },
78676
78686
  bulkActions: {
78677
78687
  apply: "Apply",
78678
- bulkEdit: "Bulk Edit",
78688
+ bulkEdit: "Bulk edit",
78679
78689
  cancel: "Cancel",
78680
- editValues: "Edit Values",
78690
+ editValues: "Edit values",
78681
78691
  error: "Sorry, the items couldn't be updated. Try again.",
78682
78692
  placeholderForField: "Enter %{fieldName}",
78683
78693
  selection: "%{count} %{number} selected",
@@ -78688,11 +78698,11 @@ var en_AU_default = {
78688
78698
  exporting: "Exporting...",
78689
78699
  filters: {
78690
78700
  filters: "Filters",
78691
- moreFilters: "More Filters",
78692
- clearAllFilters: "Clear All Filters",
78701
+ moreFilters: "More filters",
78702
+ clearAllFilters: "Clear all filters",
78693
78703
  close: "Close",
78694
78704
  locationFilter: {
78695
- selectAll: "Select All",
78705
+ selectAll: "Select all",
78696
78706
  includeSublocations: "Include sublocations",
78697
78707
  searchLocations: "Search locations",
78698
78708
  locations: "Locations"
@@ -78700,17 +78710,17 @@ var en_AU_default = {
78700
78710
  numberFilter: {
78701
78711
  labels: {
78702
78712
  and: "and",
78703
- input_placeholder: "Enter Value",
78713
+ input_placeholder: "Enter value",
78704
78714
  placeholder: "Select an item"
78705
78715
  },
78706
78716
  options: {
78707
- any_value: "Any Value",
78708
- is_between: "Is Between",
78709
- greater_than: "Is Greater Than",
78710
- greater_than_equal_to: "Is Greater Than or Equal To",
78711
- less_than: "Is Less Than",
78712
- less_than_equal_to: "Is Less Than or Equal To",
78713
- no_value: "No Value"
78717
+ any_value: "Any value",
78718
+ is_between: "Is between",
78719
+ greater_than: "Is greater than",
78720
+ greater_than_equal_to: "Is greater than or equal to",
78721
+ less_than: "Is less than",
78722
+ less_than_equal_to: "Is less than or equal to",
78723
+ no_value: "No value"
78714
78724
  }
78715
78725
  }
78716
78726
  },
@@ -78720,34 +78730,35 @@ var en_AU_default = {
78720
78730
  },
78721
78731
  menuOptions: {
78722
78732
  sortMenuItem: {
78723
- label: "Sort By This Column",
78724
- sortAscItem: "Sort Column Ascending",
78725
- sortDescItem: "Sort Column Descending",
78726
- sortResetItem: "Column Not Sorted"
78733
+ label: "Sort by this column",
78734
+ sortAscItem: "Sort column ascending",
78735
+ sortDescItem: "Sort column descending",
78736
+ sortResetItem: "Column not sorted"
78727
78737
  },
78728
- expandAllGroups: "Expand All Groups",
78729
- collapseAllGroups: "Collapse All Groups",
78730
- pinColumn: "Pin Column",
78731
- pinLeft: "Pin Left",
78732
- pinRight: "Pin Right",
78733
- noPin: "No Pin",
78734
- autoSizeThisColumn: "Autosize This Column",
78735
- autoSizeAllColumns: "Autosize All Columns",
78736
- resetColumns: "Reset Columns",
78738
+ expandAllGroups: "Expand all groups",
78739
+ collapseAllGroups: "Collapse all groups",
78740
+ pinColumn: "Pin column",
78741
+ pinLeft: "Pin left",
78742
+ pinRight: "Pin right",
78743
+ noPin: "No pin",
78744
+ autoSizeThisColumn: "Autosize this column",
78745
+ autoSizeAllColumns: "Autosize all columns",
78746
+ hideColumn: "Hide column",
78747
+ resetColumns: "Reset columns",
78737
78748
  unGroupBy: "Un-Group by {{label}}",
78738
- groupBy: "Group By {{label}}"
78749
+ groupBy: "Group by {{label}}"
78739
78750
  },
78740
- grandTotals: "Grand Totals",
78751
+ grandTotals: "Grand totals",
78741
78752
  search: "Search",
78742
78753
  subtotals: "Subtotals",
78743
78754
  tableSettings: {
78744
- configureColumns: "Configure Columns",
78745
- resetToDefault: "Show All",
78746
- rowHeight: "Row Height",
78755
+ configureColumns: "Configure columns",
78756
+ resetToDefault: "Show all",
78757
+ rowHeight: "Row height",
78747
78758
  small: "Small",
78748
78759
  medium: "Medium",
78749
78760
  large: "Large",
78750
- tableSettings: "Table Settings",
78761
+ tableSettings: "Table settings",
78751
78762
  groupBy: "Group by:",
78752
78763
  reset: "Reset",
78753
78764
  selectColumnGroup: "Select a column to group",
@@ -78807,27 +78818,27 @@ var en_CA_default = {
78807
78818
  emptyState: {
78808
78819
  noFilteredResults: {
78809
78820
  description: "Check your spelling and filter options, or search for a different keyword.",
78810
- title: "No Items Match Your Search",
78811
- itemsTitle: "No %{itemsLabel} Match Your Search"
78821
+ title: "No items match your search",
78822
+ itemsTitle: "No %{itemsLabel} match your search"
78812
78823
  },
78813
78824
  noResults: {
78814
78825
  description: "Once your team creates these items, you can access them here. ",
78815
- title: "There Are No Items to Display Right Now",
78816
- itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
78826
+ title: "There are no items to display right now",
78827
+ itemsTitle: "There are no %{itemsLabel} to display right now",
78817
78828
  tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
78818
78829
  searchTooltip: "Search will be enabled once you add information to the %{tableName}",
78819
78830
  featureFilter: "Filter",
78820
- featureQuickFilter: "Quick Filter",
78821
- featureGroupBy: "Group By",
78831
+ featureQuickFilter: "Quick filter",
78832
+ featureGroupBy: "Group by",
78822
78833
  featureConfigure: "Configure",
78823
78834
  tableNameFallback: "Table"
78824
78835
  }
78825
78836
  },
78826
78837
  bulkActions: {
78827
78838
  apply: "Apply",
78828
- bulkEdit: "Bulk Edit",
78839
+ bulkEdit: "Bulk edit",
78829
78840
  cancel: "Cancel",
78830
- editValues: "Edit Values",
78841
+ editValues: "Edit values",
78831
78842
  error: "Sorry, the items couldn't be updated. Try again.",
78832
78843
  placeholderForField: "Enter %{fieldName}",
78833
78844
  selection: "%{count} %{number} selected",
@@ -78838,8 +78849,8 @@ var en_CA_default = {
78838
78849
  exporting: "Exporting...",
78839
78850
  filters: {
78840
78851
  filters: "Filters",
78841
- moreFilters: "More Filters",
78842
- clearAllFilters: "Clear All Filters",
78852
+ moreFilters: "More filters",
78853
+ clearAllFilters: "Clear all filters",
78843
78854
  close: "Close",
78844
78855
  locationFilter: {
78845
78856
  selectAll: "Select all",
@@ -78850,17 +78861,17 @@ var en_CA_default = {
78850
78861
  numberFilter: {
78851
78862
  labels: {
78852
78863
  and: "and",
78853
- input_placeholder: "Enter Value",
78864
+ input_placeholder: "Enter value",
78854
78865
  placeholder: "Select an item"
78855
78866
  },
78856
78867
  options: {
78857
- any_value: "Any Value",
78858
- is_between: "Is Between",
78859
- greater_than: "Is Greater Than",
78860
- greater_than_equal_to: "Is Greater Than or Equal To",
78861
- less_than: "Is Less Than",
78862
- less_than_equal_to: "Is Less Than or Equal To",
78863
- no_value: "No Value"
78868
+ any_value: "Any value",
78869
+ is_between: "Is between",
78870
+ greater_than: "Is greater than",
78871
+ greater_than_equal_to: "Is greater than or equal to",
78872
+ less_than: "Is less than",
78873
+ less_than_equal_to: "Is less than or equal to",
78874
+ no_value: "No value"
78864
78875
  }
78865
78876
  }
78866
78877
  },
@@ -78870,34 +78881,35 @@ var en_CA_default = {
78870
78881
  },
78871
78882
  menuOptions: {
78872
78883
  sortMenuItem: {
78873
- label: "Sort By This Column",
78874
- sortAscItem: "Sort Column Ascending",
78875
- sortDescItem: "Sort Column Descending",
78876
- sortResetItem: "Column Not Sorted"
78884
+ label: "Sort by this column",
78885
+ sortAscItem: "Sort column ascending",
78886
+ sortDescItem: "Sort column descending",
78887
+ sortResetItem: "Column not sorted"
78877
78888
  },
78878
- expandAllGroups: "Expand All Groups",
78879
- collapseAllGroups: "Collapse All Groups",
78880
- pinColumn: "Pin Column",
78881
- pinLeft: "Pin Left",
78882
- pinRight: "Pin Right",
78883
- noPin: "No Pin",
78884
- autoSizeThisColumn: "Autosize This Column",
78885
- autoSizeAllColumns: "Autosize All Columns",
78886
- resetColumns: "Reset Columns",
78889
+ expandAllGroups: "Expand all groups",
78890
+ collapseAllGroups: "Collapse all groups",
78891
+ pinColumn: "Pin column",
78892
+ pinLeft: "Pin left",
78893
+ pinRight: "Pin right",
78894
+ noPin: "No pin",
78895
+ autoSizeThisColumn: "Autosize this column",
78896
+ autoSizeAllColumns: "Autosize all columns",
78897
+ hideColumn: "Hide column",
78898
+ resetColumns: "Reset columns",
78887
78899
  unGroupBy: "Un-Group by {{label}}",
78888
- groupBy: "Group By {{label}}"
78900
+ groupBy: "Group by {{label}}"
78889
78901
  },
78890
- grandTotals: "Grand Totals",
78902
+ grandTotals: "Grand totals",
78891
78903
  search: "Search",
78892
78904
  subtotals: "Subtotals",
78893
78905
  tableSettings: {
78894
- configureColumns: "Configure Columns",
78895
- resetToDefault: "Show All",
78896
- rowHeight: "Row Height",
78906
+ configureColumns: "Configure columns",
78907
+ resetToDefault: "Show all",
78908
+ rowHeight: "Row height",
78897
78909
  small: "Small",
78898
78910
  medium: "Medium",
78899
78911
  large: "Large",
78900
- tableSettings: "Table Settings",
78912
+ tableSettings: "Table settings",
78901
78913
  groupBy: "Group by:",
78902
78914
  reset: "Reset",
78903
78915
  selectColumnGroup: "Select a column to group",
@@ -78957,27 +78969,27 @@ var en_GB_default = {
78957
78969
  emptyState: {
78958
78970
  noFilteredResults: {
78959
78971
  description: "Check your spelling and filter options, or search for a different keyword.",
78960
- title: "No Items Match Your Search",
78961
- itemsTitle: "No %{itemsLabel} Match Your Search"
78972
+ title: "No items match your search",
78973
+ itemsTitle: "No %{itemsLabel} match your search"
78962
78974
  },
78963
78975
  noResults: {
78964
78976
  description: "Once your team creates these items, you can access them here. ",
78965
- title: "There Are No Items to Display Right Now",
78966
- itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
78977
+ title: "There are no items to display right now",
78978
+ itemsTitle: "There are no %{itemsLabel} to display right now",
78967
78979
  tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
78968
78980
  searchTooltip: "Search will be enabled once you add information to the %{tableName}",
78969
78981
  featureFilter: "Filter",
78970
- featureQuickFilter: "Quick Filter",
78971
- featureGroupBy: "Group By",
78982
+ featureQuickFilter: "Quick filter",
78983
+ featureGroupBy: "Group by",
78972
78984
  featureConfigure: "Configure",
78973
78985
  tableNameFallback: "Table"
78974
78986
  }
78975
78987
  },
78976
78988
  bulkActions: {
78977
78989
  apply: "Apply",
78978
- bulkEdit: "Bulk Edit",
78990
+ bulkEdit: "Bulk edit",
78979
78991
  cancel: "Cancel",
78980
- editValues: "Edit Values",
78992
+ editValues: "Edit values",
78981
78993
  error: "Sorry, the items couldn't be updated. Try again.",
78982
78994
  placeholderForField: "Enter %{fieldName}",
78983
78995
  selection: "%{count} %{number} selected",
@@ -78988,8 +79000,8 @@ var en_GB_default = {
78988
79000
  exporting: "Exporting...",
78989
79001
  filters: {
78990
79002
  filters: "Filters",
78991
- moreFilters: "More Filters",
78992
- clearAllFilters: "Clear All Filters",
79003
+ moreFilters: "More filters",
79004
+ clearAllFilters: "Clear all filters",
78993
79005
  close: "Close",
78994
79006
  locationFilter: {
78995
79007
  selectAll: "Select all",
@@ -79000,17 +79012,17 @@ var en_GB_default = {
79000
79012
  numberFilter: {
79001
79013
  labels: {
79002
79014
  and: "and",
79003
- input_placeholder: "Enter Value",
79015
+ input_placeholder: "Enter value",
79004
79016
  placeholder: "Select an item"
79005
79017
  },
79006
79018
  options: {
79007
- any_value: "Any Value",
79008
- is_between: "Is Between",
79009
- greater_than: "Is Greater Than",
79010
- greater_than_equal_to: "Is Greater Than or Equal To",
79011
- less_than: "Is Less Than",
79012
- less_than_equal_to: "Is Less Than or Equal To",
79013
- no_value: "No Value"
79019
+ any_value: "Any value",
79020
+ is_between: "Is between",
79021
+ greater_than: "Is greater than",
79022
+ greater_than_equal_to: "Is greater than or equal to",
79023
+ less_than: "Is less than",
79024
+ less_than_equal_to: "Is less than or equal to",
79025
+ no_value: "No value"
79014
79026
  }
79015
79027
  }
79016
79028
  },
@@ -79020,34 +79032,35 @@ var en_GB_default = {
79020
79032
  },
79021
79033
  menuOptions: {
79022
79034
  sortMenuItem: {
79023
- label: "Sort By This Column",
79024
- sortAscItem: "Sort Column Ascending",
79025
- sortDescItem: "Sort Column Descending",
79026
- sortResetItem: "Column Not Sorted"
79035
+ label: "Sort by this column",
79036
+ sortAscItem: "Sort column ascending",
79037
+ sortDescItem: "Sort column descending",
79038
+ sortResetItem: "Column not sorted"
79027
79039
  },
79028
- expandAllGroups: "Expand All Groups",
79029
- collapseAllGroups: "Collapse All Groups",
79030
- pinColumn: "Pin Column",
79031
- pinLeft: "Pin Left",
79032
- pinRight: "Pin Right",
79033
- noPin: "No Pin",
79034
- autoSizeThisColumn: "Autosize This Column",
79035
- autoSizeAllColumns: "Autosize All Columns",
79036
- resetColumns: "Reset Columns",
79037
- unGroupBy: "Un-Group by {{label}}",
79038
- groupBy: "Group By {{label}}"
79040
+ expandAllGroups: "Expand all groups",
79041
+ collapseAllGroups: "Collapse all groups",
79042
+ pinColumn: "Pin column",
79043
+ pinLeft: "Pin left",
79044
+ pinRight: "Pin right",
79045
+ noPin: "No pin",
79046
+ autoSizeThisColumn: "Autosize this column",
79047
+ autoSizeAllColumns: "Autosize all columns",
79048
+ hideColumn: "Hide column",
79049
+ resetColumns: "Reset columns",
79050
+ unGroupBy: "Un-group by {{label}}",
79051
+ groupBy: "Group by {{label}}"
79039
79052
  },
79040
- grandTotals: "Grand Totals",
79053
+ grandTotals: "Grand totals",
79041
79054
  search: "Search",
79042
79055
  subtotals: "Subtotals",
79043
79056
  tableSettings: {
79044
- configureColumns: "Configure Columns",
79045
- resetToDefault: "Show All",
79046
- rowHeight: "Row Height",
79057
+ configureColumns: "Configure columns",
79058
+ resetToDefault: "Show all",
79059
+ rowHeight: "Row height",
79047
79060
  small: "Small",
79048
79061
  medium: "Medium",
79049
79062
  large: "Large",
79050
- tableSettings: "Table Settings",
79063
+ tableSettings: "Table settings",
79051
79064
  groupBy: "Group by:",
79052
79065
  reset: "Reset",
79053
79066
  selectColumnGroup: "Select a column to group",
@@ -79183,6 +79196,7 @@ var en_default = {
79183
79196
  noPin: "No Pin",
79184
79197
  autoSizeThisColumn: "Autosize This Column",
79185
79198
  autoSizeAllColumns: "Autosize All Columns",
79199
+ hideColumn: "Hide Column",
79186
79200
  resetColumns: "Reset Columns",
79187
79201
  unGroupBy: "Un-Group by {{label}}",
79188
79202
  groupBy: "Group by {{label}}"
@@ -79265,7 +79279,7 @@ var es_ES_default = {
79265
79279
  title: "No hay elementos para mostrar en este momento",
79266
79280
  itemsTitle: "No hay %{itemsLabel} para mostrar en este momento",
79267
79281
  tooltip: "El bot\xF3n %{featureName} se habilitar\xE1 una vez que a\xF1ada informaci\xF3n a la %{tableName}",
79268
- searchTooltip: "La b\xFAsqueda se habilitar\xE1 una vez que agregue informaci\xF3n a %{tableName}",
79282
+ searchTooltip: "La b\xFAsqueda se habilitar\xE1 una vez que a\xF1ada informaci\xF3n a %{tableName}",
79269
79283
  featureFilter: "Filtro",
79270
79284
  featureQuickFilter: "Filtro r\xE1pido",
79271
79285
  featureGroupBy: "Agrupar por",
@@ -79333,6 +79347,7 @@ var es_ES_default = {
79333
79347
  noPin: "No fijar",
79334
79348
  autoSizeThisColumn: "Ajustar el tama\xF1o de esta columna autom\xE1ticamente",
79335
79349
  autoSizeAllColumns: "Ajustar el tama\xF1o de todas las columnas autom\xE1ticamente",
79350
+ hideColumn: "Ocultar columna",
79336
79351
  resetColumns: "Restablecer columnas",
79337
79352
  unGroupBy: "Desagrupar por {{label}}",
79338
79353
  groupBy: "Agrupar por {{label}}"
@@ -79483,6 +79498,7 @@ var es_default = {
79483
79498
  noPin: "Sin anclaje",
79484
79499
  autoSizeThisColumn: "Ajustar tama\xF1o de esta columna autom\xE1ticamente",
79485
79500
  autoSizeAllColumns: "Ajustar tama\xF1o de todas las columnas autom\xE1ticamente",
79501
+ hideColumn: "Ocultar columna",
79486
79502
  resetColumns: "Restablecer columnas",
79487
79503
  unGroupBy: "Desagrupar por {{label}}",
79488
79504
  groupBy: "Agrupar por {{label}}"
@@ -79633,6 +79649,7 @@ var fr_CA_default = {
79633
79649
  noPin: "Ne pas \xE9pingler",
79634
79650
  autoSizeThisColumn: "Dimensionner automatiquement cette colonne",
79635
79651
  autoSizeAllColumns: "Dimensionner automatiquement toutes les colonnes",
79652
+ hideColumn: "Masquer la colonne",
79636
79653
  resetColumns: "R\xE9initialiser les colonnes",
79637
79654
  unGroupBy: "D\xE9grouper par {{label}}",
79638
79655
  groupBy: "Grouper par {{label}}"
@@ -79645,7 +79662,7 @@ var fr_CA_default = {
79645
79662
  resetToDefault: "Afficher tout",
79646
79663
  rowHeight: "Hauteur de la rang\xE9e",
79647
79664
  small: "Petit",
79648
- medium: "Moyen",
79665
+ medium: "Moyenne",
79649
79666
  large: "Grand",
79650
79667
  tableSettings: "Param\xE8tres du tableau",
79651
79668
  groupBy: "Regrouper par :",
@@ -79783,6 +79800,7 @@ var fr_FR_default = {
79783
79800
  noPin: "Ne pas \xE9pingler",
79784
79801
  autoSizeThisColumn: "Dimensionner automatiquement cette colonne",
79785
79802
  autoSizeAllColumns: "Dimensionner automatiquement toutes les colonnes",
79803
+ hideColumn: "Masquer la colonne",
79786
79804
  resetColumns: "R\xE9initialiser les colonnes",
79787
79805
  unGroupBy: "D\xE9grouper par {{label}}",
79788
79806
  groupBy: "Regrouper par {{label}}"
@@ -79933,6 +79951,7 @@ var is_IS_default = {
79933
79951
  noPin: "Enginn pinna",
79934
79952
  autoSizeThisColumn: "St\xE6r\xF0u \xFEennan d\xE1lk sj\xE1lfkrafa",
79935
79953
  autoSizeAllColumns: "Sj\xE1lfvirk st\xE6r\xF0 allra d\xE1lka",
79954
+ hideColumn: "Fela d\xE1lk",
79936
79955
  resetColumns: "Endurstilla d\xE1lka",
79937
79956
  unGroupBy: "Taka \xFAr h\xF3pi eftir {{label}}",
79938
79957
  groupBy: "Flokka\xF0 eftir {{label}}"
@@ -80006,7 +80025,7 @@ var ja_JP_default = {
80006
80025
  dataTable: {
80007
80026
  emptyState: {
80008
80027
  noFilteredResults: {
80009
- 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",
80028
+ 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",
80010
80029
  title: "\u691C\u7D22\u306B\u4E00\u81F4\u3059\u308B\u9805\u76EE\u306F\u3042\u308A\u307E\u305B\u3093",
80011
80030
  itemsTitle: "\u691C\u7D22\u306B\u4E00\u81F4\u3059\u308B%{itemsLabel}\u306F\u3042\u308A\u307E\u305B\u3093"
80012
80031
  },
@@ -80016,7 +80035,7 @@ var ja_JP_default = {
80016
80035
  itemsTitle: "\u73FE\u5728\u3001\u8868\u793A\u3059\u308B%{itemsLabel}\u304C\u3042\u308A\u307E\u305B\u3093",
80017
80036
  tooltip: "\u60C5\u5831\u3092%{tableName}\u306B\u8FFD\u52A0\u3059\u308B\u3068\u3001[%{featureName}]\u30DC\u30BF\u30F3\u304C\u6709\u52B9\u306B\u306A\u308A\u307E\u3059",
80018
80037
  searchTooltip: "%{tableName}\u306B\u60C5\u5831\u3092\u8FFD\u52A0\u3059\u308B\u3068\u691C\u7D22\u304C\u6709\u52B9\u306B\u306A\u308A\u307E\u3059",
80019
- featureFilter: "\u30D5\u30A3\u30EB\u30BF\u30FC",
80038
+ featureFilter: "\u30D5\u30A3\u30EB\u30BF",
80020
80039
  featureQuickFilter: "\u30AF\u30A4\u30C3\u30AF\u30D5\u30A3\u30EB\u30BF\u30FC",
80021
80040
  featureGroupBy: "\u30B0\u30EB\u30FC\u30D7\u5316",
80022
80041
  featureConfigure: "\u69CB\u6210",
@@ -80037,9 +80056,9 @@ var ja_JP_default = {
80037
80056
  },
80038
80057
  exporting: "\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u4E2D...",
80039
80058
  filters: {
80040
- filters: "\u30D5\u30A3\u30EB\u30BF\u30FC",
80041
- moreFilters: "\u305D\u306E\u4ED6\u306E\u30D5\u30A3\u30EB\u30BF\u30FC",
80042
- clearAllFilters: "\u3059\u3079\u3066\u306E\u30D5\u30A3\u30EB\u30BF\u30FC\u3092\u6D88\u53BB",
80059
+ filters: "\u30D5\u30A3\u30EB\u30BF",
80060
+ moreFilters: "\u305D\u306E\u4ED6\u306E\u30D5\u30A3\u30EB\u30BF",
80061
+ clearAllFilters: "\u3059\u3079\u3066\u306E\u30D5\u30A3\u30EB\u30BF\u3092\u6D88\u53BB",
80043
80062
  close: "\u7D42\u4E86",
80044
80063
  locationFilter: {
80045
80064
  selectAll: "\u3059\u3079\u3066\u9078\u629E",
@@ -80083,6 +80102,7 @@ var ja_JP_default = {
80083
80102
  noPin: "\u30D4\u30F3\u7559\u3081\u306F\u3042\u308A\u307E\u305B\u3093",
80084
80103
  autoSizeThisColumn: "\u3053\u306E\u5217\u3092\u81EA\u52D5\u30B5\u30A4\u30BA\u8ABF\u6574\u3059\u308B",
80085
80104
  autoSizeAllColumns: "\u3059\u3079\u3066\u306E\u5217\u3092\u81EA\u52D5\u30B5\u30A4\u30BA\u8ABF\u6574\u3059\u308B",
80105
+ hideColumn: "\u5217\u3092\u975E\u8868\u793A",
80086
80106
  resetColumns: "\u5217\u3092\u30EA\u30BB\u30C3\u30C8\u3059\u308B",
80087
80107
  unGroupBy: "{{label}}\u3067\u30B0\u30EB\u30FC\u30D7\u5316\u3092\u89E3\u9664\u3059\u308B",
80088
80108
  groupBy: "{{label}}\u3067\u30B0\u30EB\u30FC\u30D7\u5316\u3059\u308B"
@@ -80153,7 +80173,153 @@ var ja_JP_default = {
80153
80173
 
80154
80174
  // src/locales/pl-PL.json
80155
80175
  var pl_PL_default = {
80156
- dataTable: {}
80176
+ dataTable: {
80177
+ emptyState: {
80178
+ noFilteredResults: {
80179
+ description: "Sprawd\u017A pisowni\u0119 i filtry lub wyszukaj inne s\u0142owo kluczowe.",
80180
+ title: "Brak pozycji pasuj\u0105cych do wyszukiwania",
80181
+ itemsTitle: "Brak %{itemsLabel} pasuj\u0105cych do wyszukiwania"
80182
+ },
80183
+ noResults: {
80184
+ description: "Po utworzeniu tych pozycji przez zesp\xF3\u0142 mo\u017Cesz uzyska\u0107 do nich dost\u0119p w tym miejscu. ",
80185
+ title: "Obecnie nie ma pozycji do wy\u015Bwietlenia",
80186
+ itemsTitle: "Obecnie nie ma %{itemsLabel} do wy\u015Bwietlenia",
80187
+ tooltip: "Przycisk %{featureName} zostanie w\u0142\u0105czony, gdy dodasz informacje do %{tableName}",
80188
+ searchTooltip: "Wyszukiwanie zostanie w\u0142\u0105czone po dodaniu informacji do %{tableName}",
80189
+ featureFilter: "Filtruj",
80190
+ featureQuickFilter: "Szybki filtr",
80191
+ featureGroupBy: "Grupuj wed\u0142ug",
80192
+ featureConfigure: "Skonfiguruj",
80193
+ tableNameFallback: "tabela"
80194
+ }
80195
+ },
80196
+ bulkActions: {
80197
+ apply: "Zastosuj",
80198
+ bulkEdit: "Edycja masowa",
80199
+ cancel: "Anuluj",
80200
+ editValues: "Edytuj warto\u015Bci",
80201
+ error: "Przepraszamy, nie mo\u017Cna zaktualizowa\u0107 pozycji.Spr\xF3buj ponownie.",
80202
+ placeholderForField: "Wprowad\u017A %{fieldName}",
80203
+ selection: "Wybrano %{count} %{number}",
80204
+ success: "Pozycje zosta\u0142y pomy\u015Blnie zaktualizowane.",
80205
+ one: "pozycja",
80206
+ many: "pozycje"
80207
+ },
80208
+ exporting: "Eksportowanie...",
80209
+ filters: {
80210
+ filters: "Filtry",
80211
+ moreFilters: "Wi\u0119cej filtr\xF3w",
80212
+ clearAllFilters: "Wyczy\u015B\u0107 wszystkie filtry",
80213
+ close: "Zamknij",
80214
+ locationFilter: {
80215
+ selectAll: "Zaznacz wszystkie",
80216
+ includeSublocations: "Uwzgl\u0119dnij lokalizacje podrz\u0119dne",
80217
+ searchLocations: "Wyszukaj lokalizacje",
80218
+ locations: "Lokalizacje"
80219
+ },
80220
+ numberFilter: {
80221
+ labels: {
80222
+ and: "i",
80223
+ input_placeholder: "Wprowad\u017A warto\u015B\u0107",
80224
+ placeholder: "Wybierz pozycj\u0119"
80225
+ },
80226
+ options: {
80227
+ any_value: "Dowolna warto\u015B\u0107",
80228
+ is_between: "jest pomi\u0119dzy",
80229
+ greater_than: "jest wi\u0119ksze ni\u017C",
80230
+ greater_than_equal_to: "jest wi\u0119ksze ni\u017C lub r\xF3wne",
80231
+ less_than: "mniej ni\u017C",
80232
+ less_than_equal_to: "mniej ni\u017C lub r\xF3wne",
80233
+ no_value: "brak warto\u015Bci"
80234
+ }
80235
+ }
80236
+ },
80237
+ loading: {
80238
+ initial: "\u0141adowanie informacji.",
80239
+ secondary: "Trwa \u0142adowanie informacji. Prosimy o cierpliwo\u015B\u0107."
80240
+ },
80241
+ menuOptions: {
80242
+ sortMenuItem: {
80243
+ label: "Sortuj wed\u0142ug tej kolumny",
80244
+ sortAscItem: "Sortuj kolumny rosn\u0105co",
80245
+ sortDescItem: "Sortuj kolumny malej\u0105co",
80246
+ sortResetItem: "Kolumna nieposortowana"
80247
+ },
80248
+ expandAllGroups: "Rozwi\u0144 wszystkie grupy",
80249
+ collapseAllGroups: "Zwi\u0144 wszystkie grupy",
80250
+ pinColumn: "Przypnij kolumn\u0119",
80251
+ pinLeft: "Przypnij do lewej",
80252
+ pinRight: "Przypnij do prawej",
80253
+ noPin: "Bez przypinania",
80254
+ autoSizeThisColumn: "Automatycznie ustaw rozmiar tej kolumny",
80255
+ autoSizeAllColumns: "Automatycznie ustaw rozmiar wszystkich kolumn",
80256
+ hideColumn: "Ukryj kolumn\u0119",
80257
+ resetColumns: "Resetuj kolumny",
80258
+ unGroupBy: "Rozgrupuj wed\u0142ug {{label}}",
80259
+ groupBy: "Grupuj wed\u0142ug {{label}}"
80260
+ },
80261
+ grandTotals: "Sumy ca\u0142kowite",
80262
+ search: "Szukaj",
80263
+ subtotals: "Sumy cz\u0119\u015Bciowe",
80264
+ tableSettings: {
80265
+ configureColumns: "Skonfiguruj kolumny",
80266
+ resetToDefault: "Poka\u017C wszystkie",
80267
+ rowHeight: "Wysoko\u015B\u0107 wiersza",
80268
+ small: "Ma\u0142y",
80269
+ medium: "\u015Aredni",
80270
+ large: "Du\u017Cy",
80271
+ tableSettings: "Ustawienia tabeli",
80272
+ groupBy: "Grupuj wed\u0142ug:",
80273
+ reset: "Zresetuj",
80274
+ selectColumnGroup: "Wybierz kolumn\u0119 do zgrupowania",
80275
+ configure: "Skonfiguruj"
80276
+ },
80277
+ rowGroupToggle: {
80278
+ expandTierOne: "Otw\xF3rz pierwsze grupy w tabeli.",
80279
+ expandAll: "Otw\xF3rz wszystkie grupy w tabeli.",
80280
+ collapseAll: "Zamknij wszystkie grupy w tabeli."
80281
+ },
80282
+ columnGroupToggle: {
80283
+ collapse: "Zwi\u0144 grup\u0119 kolumn",
80284
+ expand: "Rozwi\u0144 grup\u0119 kolumn"
80285
+ },
80286
+ cells: {
80287
+ textCell: {
80288
+ placeholder: "Wprowad\u017A tekst"
80289
+ },
80290
+ currencyCell: {
80291
+ placeholder: "Wprowad\u017A walut\u0119"
80292
+ },
80293
+ numberCell: {
80294
+ placeholder: "Wprowad\u017A numer"
80295
+ },
80296
+ percentCell: {
80297
+ placeholder: "Wprowad\u017A %"
80298
+ },
80299
+ pillCell: {
80300
+ placeholder: "Wybierz {{label}}"
80301
+ },
80302
+ selectCell: {
80303
+ placeholder: "Wybierz {{label}}"
80304
+ },
80305
+ booleanCell: {
80306
+ options: {
80307
+ yes: "Tak",
80308
+ no: "Nie"
80309
+ }
80310
+ }
80311
+ },
80312
+ filterRenders: {
80313
+ dateFilter: {
80314
+ single: "Pojedyncze",
80315
+ range: "Zakres"
80316
+ }
80317
+ },
80318
+ groupCell: {
80319
+ expand: "Rozwi\u0144 grup\u0119",
80320
+ collapse: "Zwi\u0144 grup\u0119"
80321
+ }
80322
+ }
80157
80323
  };
80158
80324
 
80159
80325
  // src/locales/pseudo.json
@@ -80238,6 +80404,7 @@ var pseudo_default = {
80238
80404
  noPin: "[\u0220\u0220\u01FF \xB7 \u01A4\u012B\u019E\u019E]",
80239
80405
  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]",
80240
80406
  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]",
80407
+ hideColumn: "[\u0126\u0126\u0126\u012B\u1E13\u1E17 \xB7 \u0187\u01FF\u0140\u016D\u1E3F\u019E\u019E\u019E]",
80241
80408
  resetColumns: "[\u0158\u0158\u0158\u1E17\u015F\u1E17\u0167 \xB7 \u0187\u01FF\u0140\u016D\u1E3F\u019E\u015F\u015F\u015F]",
80242
80409
  unGroupBy: "[\u016C\u016C\u016C\u016C\u016C\u019E-\u0193\u0159\u01FF\u016D\u01A5 \xB7 \u0180\u1E8F \xB7 {{\u0140\u0227\u0180\u1E17\u0140}}}}}}]",
80243
80410
  groupBy: "[\u0193\u0193\u0193\u0193\u0159\u01FF\u016D\u01A5 \xB7 \u0180\u1E8F \xB7 {{\u0140\u0227\u0180\u1E17\u0140}}}}}]"
@@ -80388,6 +80555,7 @@ var pt_BR_default = {
80388
80555
  noPin: "N\xE3o Fixar",
80389
80556
  autoSizeThisColumn: "Dimensionar Automaticamente Esta Coluna",
80390
80557
  autoSizeAllColumns: "Dimensionar Automaticamente Todas as Colunas",
80558
+ hideColumn: "Ocultar Coluna",
80391
80559
  resetColumns: "Redefinir Colunas",
80392
80560
  unGroupBy: "Desagrupar por {{label}}",
80393
80561
  groupBy: "Agrupar por {{label}}"
@@ -80538,6 +80706,7 @@ var th_TH_default = {
80538
80706
  noPin: "\u0E44\u0E21\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14",
80539
80707
  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",
80540
80708
  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",
80709
+ hideColumn: "\u0E0B\u0E48\u0E2D\u0E19\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C",
80541
80710
  resetColumns: "\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C",
80542
80711
  unGroupBy: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E15\u0E32\u0E21 {{label}}",
80543
80712
  groupBy: "\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E15\u0E32\u0E21 {{label}}"
@@ -80688,6 +80857,7 @@ var zh_SG_default = {
80688
80857
  noPin: "\u4E0D\u56FA\u5B9A",
80689
80858
  autoSizeThisColumn: "\u81EA\u52A8\u8C03\u6574\u6B64\u5217\u7684\u5927\u5C0F",
80690
80859
  autoSizeAllColumns: "\u81EA\u52A8\u8C03\u6574\u6240\u6709\u5217\u7684\u5927\u5C0F",
80860
+ hideColumn: "\u9690\u85CF\u5217",
80691
80861
  resetColumns: "\u91CD\u7F6E\u5217",
80692
80862
  unGroupBy: "\u53D6\u6D88\u6309{{label}}\u5206\u7EC4",
80693
80863
  groupBy: "\u6309{{label}}\u5206\u7EC4"