@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.
@@ -56373,6 +56373,15 @@ var getMainMenuItems = (props, I18n) => {
56373
56373
  }
56374
56374
  }
56375
56375
  ];
56376
+ if (!props.column.getColDef().lockVisible) {
56377
+ defaultItems.push({
56378
+ label: I18n.t("dataTable.menuOptions.hideColumn"),
56379
+ value: "hideColumn",
56380
+ action() {
56381
+ props.columnApi.setColumnVisible(props.column, false);
56382
+ }
56383
+ });
56384
+ }
56376
56385
  const resetColumns = {
56377
56386
  label: I18n.t("dataTable.menuOptions.resetColumns"),
56378
56387
  value: "resetColumns",
@@ -78410,6 +78419,7 @@ var de_DE_default = {
78410
78419
  noPin: "Nicht anheften",
78411
78420
  autoSizeThisColumn: "Gr\xF6\xDFe dieser Spalte automatisch anpassen",
78412
78421
  autoSizeAllColumns: "Alle Spalten automatisch anpassen",
78422
+ hideColumn: "Spalte ausblenden",
78413
78423
  resetColumns: "Spalten zur\xFCcksetzen",
78414
78424
  unGroupBy: "Gruppierung aufheben nach {{label}}",
78415
78425
  groupBy: "Gruppieren nach {{label}}"
@@ -78484,27 +78494,27 @@ var en_AU_default = {
78484
78494
  emptyState: {
78485
78495
  noFilteredResults: {
78486
78496
  description: "Check your spelling and filter options, or search for a different keyword.",
78487
- title: "No Items Match Your Search",
78488
- itemsTitle: "No %{itemsLabel} Match Your Search"
78497
+ title: "No items match your search",
78498
+ itemsTitle: "No %{itemsLabel} match your search"
78489
78499
  },
78490
78500
  noResults: {
78491
78501
  description: "Once your team creates these items, you can access them here. ",
78492
- title: "There Are No Items to Display Right Now",
78493
- itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
78502
+ title: "There are no items to display right now",
78503
+ itemsTitle: "There are no %{itemsLabel} to display right now",
78494
78504
  tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
78495
78505
  searchTooltip: "Search will be enabled once you add information to the %{tableName}",
78496
78506
  featureFilter: "Filter",
78497
- featureQuickFilter: "Quick Filter",
78498
- featureGroupBy: "Group By",
78507
+ featureQuickFilter: "Quick filter",
78508
+ featureGroupBy: "Group by",
78499
78509
  featureConfigure: "Configure",
78500
78510
  tableNameFallback: "Table"
78501
78511
  }
78502
78512
  },
78503
78513
  bulkActions: {
78504
78514
  apply: "Apply",
78505
- bulkEdit: "Bulk Edit",
78515
+ bulkEdit: "Bulk edit",
78506
78516
  cancel: "Cancel",
78507
- editValues: "Edit Values",
78517
+ editValues: "Edit values",
78508
78518
  error: "Sorry, the items couldn't be updated. Try again.",
78509
78519
  placeholderForField: "Enter %{fieldName}",
78510
78520
  selection: "%{count} %{number} selected",
@@ -78515,11 +78525,11 @@ var en_AU_default = {
78515
78525
  exporting: "Exporting...",
78516
78526
  filters: {
78517
78527
  filters: "Filters",
78518
- moreFilters: "More Filters",
78519
- clearAllFilters: "Clear All Filters",
78528
+ moreFilters: "More filters",
78529
+ clearAllFilters: "Clear all filters",
78520
78530
  close: "Close",
78521
78531
  locationFilter: {
78522
- selectAll: "Select All",
78532
+ selectAll: "Select all",
78523
78533
  includeSublocations: "Include sublocations",
78524
78534
  searchLocations: "Search locations",
78525
78535
  locations: "Locations"
@@ -78527,17 +78537,17 @@ var en_AU_default = {
78527
78537
  numberFilter: {
78528
78538
  labels: {
78529
78539
  and: "and",
78530
- input_placeholder: "Enter Value",
78540
+ input_placeholder: "Enter value",
78531
78541
  placeholder: "Select an item"
78532
78542
  },
78533
78543
  options: {
78534
- any_value: "Any Value",
78535
- is_between: "Is Between",
78536
- greater_than: "Is Greater Than",
78537
- greater_than_equal_to: "Is Greater Than or Equal To",
78538
- less_than: "Is Less Than",
78539
- less_than_equal_to: "Is Less Than or Equal To",
78540
- no_value: "No Value"
78544
+ any_value: "Any value",
78545
+ is_between: "Is between",
78546
+ greater_than: "Is greater than",
78547
+ greater_than_equal_to: "Is greater than or equal to",
78548
+ less_than: "Is less than",
78549
+ less_than_equal_to: "Is less than or equal to",
78550
+ no_value: "No value"
78541
78551
  }
78542
78552
  }
78543
78553
  },
@@ -78547,34 +78557,35 @@ var en_AU_default = {
78547
78557
  },
78548
78558
  menuOptions: {
78549
78559
  sortMenuItem: {
78550
- label: "Sort By This Column",
78551
- sortAscItem: "Sort Column Ascending",
78552
- sortDescItem: "Sort Column Descending",
78553
- sortResetItem: "Column Not Sorted"
78560
+ label: "Sort by this column",
78561
+ sortAscItem: "Sort column ascending",
78562
+ sortDescItem: "Sort column descending",
78563
+ sortResetItem: "Column not sorted"
78554
78564
  },
78555
- expandAllGroups: "Expand All Groups",
78556
- collapseAllGroups: "Collapse All Groups",
78557
- pinColumn: "Pin Column",
78558
- pinLeft: "Pin Left",
78559
- pinRight: "Pin Right",
78560
- noPin: "No Pin",
78561
- autoSizeThisColumn: "Autosize This Column",
78562
- autoSizeAllColumns: "Autosize All Columns",
78563
- resetColumns: "Reset Columns",
78565
+ expandAllGroups: "Expand all groups",
78566
+ collapseAllGroups: "Collapse all groups",
78567
+ pinColumn: "Pin column",
78568
+ pinLeft: "Pin left",
78569
+ pinRight: "Pin right",
78570
+ noPin: "No pin",
78571
+ autoSizeThisColumn: "Autosize this column",
78572
+ autoSizeAllColumns: "Autosize all columns",
78573
+ hideColumn: "Hide column",
78574
+ resetColumns: "Reset columns",
78564
78575
  unGroupBy: "Un-Group by {{label}}",
78565
- groupBy: "Group By {{label}}"
78576
+ groupBy: "Group by {{label}}"
78566
78577
  },
78567
- grandTotals: "Grand Totals",
78578
+ grandTotals: "Grand totals",
78568
78579
  search: "Search",
78569
78580
  subtotals: "Subtotals",
78570
78581
  tableSettings: {
78571
- configureColumns: "Configure Columns",
78572
- resetToDefault: "Show All",
78573
- rowHeight: "Row Height",
78582
+ configureColumns: "Configure columns",
78583
+ resetToDefault: "Show all",
78584
+ rowHeight: "Row height",
78574
78585
  small: "Small",
78575
78586
  medium: "Medium",
78576
78587
  large: "Large",
78577
- tableSettings: "Table Settings",
78588
+ tableSettings: "Table settings",
78578
78589
  groupBy: "Group by:",
78579
78590
  reset: "Reset",
78580
78591
  selectColumnGroup: "Select a column to group",
@@ -78634,27 +78645,27 @@ var en_CA_default = {
78634
78645
  emptyState: {
78635
78646
  noFilteredResults: {
78636
78647
  description: "Check your spelling and filter options, or search for a different keyword.",
78637
- title: "No Items Match Your Search",
78638
- itemsTitle: "No %{itemsLabel} Match Your Search"
78648
+ title: "No items match your search",
78649
+ itemsTitle: "No %{itemsLabel} match your search"
78639
78650
  },
78640
78651
  noResults: {
78641
78652
  description: "Once your team creates these items, you can access them here. ",
78642
- title: "There Are No Items to Display Right Now",
78643
- itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
78653
+ title: "There are no items to display right now",
78654
+ itemsTitle: "There are no %{itemsLabel} to display right now",
78644
78655
  tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
78645
78656
  searchTooltip: "Search will be enabled once you add information to the %{tableName}",
78646
78657
  featureFilter: "Filter",
78647
- featureQuickFilter: "Quick Filter",
78648
- featureGroupBy: "Group By",
78658
+ featureQuickFilter: "Quick filter",
78659
+ featureGroupBy: "Group by",
78649
78660
  featureConfigure: "Configure",
78650
78661
  tableNameFallback: "Table"
78651
78662
  }
78652
78663
  },
78653
78664
  bulkActions: {
78654
78665
  apply: "Apply",
78655
- bulkEdit: "Bulk Edit",
78666
+ bulkEdit: "Bulk edit",
78656
78667
  cancel: "Cancel",
78657
- editValues: "Edit Values",
78668
+ editValues: "Edit values",
78658
78669
  error: "Sorry, the items couldn't be updated. Try again.",
78659
78670
  placeholderForField: "Enter %{fieldName}",
78660
78671
  selection: "%{count} %{number} selected",
@@ -78665,8 +78676,8 @@ var en_CA_default = {
78665
78676
  exporting: "Exporting...",
78666
78677
  filters: {
78667
78678
  filters: "Filters",
78668
- moreFilters: "More Filters",
78669
- clearAllFilters: "Clear All Filters",
78679
+ moreFilters: "More filters",
78680
+ clearAllFilters: "Clear all filters",
78670
78681
  close: "Close",
78671
78682
  locationFilter: {
78672
78683
  selectAll: "Select all",
@@ -78677,17 +78688,17 @@ var en_CA_default = {
78677
78688
  numberFilter: {
78678
78689
  labels: {
78679
78690
  and: "and",
78680
- input_placeholder: "Enter Value",
78691
+ input_placeholder: "Enter value",
78681
78692
  placeholder: "Select an item"
78682
78693
  },
78683
78694
  options: {
78684
- any_value: "Any Value",
78685
- is_between: "Is Between",
78686
- greater_than: "Is Greater Than",
78687
- greater_than_equal_to: "Is Greater Than or Equal To",
78688
- less_than: "Is Less Than",
78689
- less_than_equal_to: "Is Less Than or Equal To",
78690
- no_value: "No Value"
78695
+ any_value: "Any value",
78696
+ is_between: "Is between",
78697
+ greater_than: "Is greater than",
78698
+ greater_than_equal_to: "Is greater than or equal to",
78699
+ less_than: "Is less than",
78700
+ less_than_equal_to: "Is less than or equal to",
78701
+ no_value: "No value"
78691
78702
  }
78692
78703
  }
78693
78704
  },
@@ -78697,34 +78708,35 @@ var en_CA_default = {
78697
78708
  },
78698
78709
  menuOptions: {
78699
78710
  sortMenuItem: {
78700
- label: "Sort By This Column",
78701
- sortAscItem: "Sort Column Ascending",
78702
- sortDescItem: "Sort Column Descending",
78703
- sortResetItem: "Column Not Sorted"
78711
+ label: "Sort by this column",
78712
+ sortAscItem: "Sort column ascending",
78713
+ sortDescItem: "Sort column descending",
78714
+ sortResetItem: "Column not sorted"
78704
78715
  },
78705
- expandAllGroups: "Expand All Groups",
78706
- collapseAllGroups: "Collapse All Groups",
78707
- pinColumn: "Pin Column",
78708
- pinLeft: "Pin Left",
78709
- pinRight: "Pin Right",
78710
- noPin: "No Pin",
78711
- autoSizeThisColumn: "Autosize This Column",
78712
- autoSizeAllColumns: "Autosize All Columns",
78713
- resetColumns: "Reset Columns",
78716
+ expandAllGroups: "Expand all groups",
78717
+ collapseAllGroups: "Collapse all groups",
78718
+ pinColumn: "Pin column",
78719
+ pinLeft: "Pin left",
78720
+ pinRight: "Pin right",
78721
+ noPin: "No pin",
78722
+ autoSizeThisColumn: "Autosize this column",
78723
+ autoSizeAllColumns: "Autosize all columns",
78724
+ hideColumn: "Hide column",
78725
+ resetColumns: "Reset columns",
78714
78726
  unGroupBy: "Un-Group by {{label}}",
78715
- groupBy: "Group By {{label}}"
78727
+ groupBy: "Group by {{label}}"
78716
78728
  },
78717
- grandTotals: "Grand Totals",
78729
+ grandTotals: "Grand totals",
78718
78730
  search: "Search",
78719
78731
  subtotals: "Subtotals",
78720
78732
  tableSettings: {
78721
- configureColumns: "Configure Columns",
78722
- resetToDefault: "Show All",
78723
- rowHeight: "Row Height",
78733
+ configureColumns: "Configure columns",
78734
+ resetToDefault: "Show all",
78735
+ rowHeight: "Row height",
78724
78736
  small: "Small",
78725
78737
  medium: "Medium",
78726
78738
  large: "Large",
78727
- tableSettings: "Table Settings",
78739
+ tableSettings: "Table settings",
78728
78740
  groupBy: "Group by:",
78729
78741
  reset: "Reset",
78730
78742
  selectColumnGroup: "Select a column to group",
@@ -78784,27 +78796,27 @@ var en_GB_default = {
78784
78796
  emptyState: {
78785
78797
  noFilteredResults: {
78786
78798
  description: "Check your spelling and filter options, or search for a different keyword.",
78787
- title: "No Items Match Your Search",
78788
- itemsTitle: "No %{itemsLabel} Match Your Search"
78799
+ title: "No items match your search",
78800
+ itemsTitle: "No %{itemsLabel} match your search"
78789
78801
  },
78790
78802
  noResults: {
78791
78803
  description: "Once your team creates these items, you can access them here. ",
78792
- title: "There Are No Items to Display Right Now",
78793
- itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
78804
+ title: "There are no items to display right now",
78805
+ itemsTitle: "There are no %{itemsLabel} to display right now",
78794
78806
  tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
78795
78807
  searchTooltip: "Search will be enabled once you add information to the %{tableName}",
78796
78808
  featureFilter: "Filter",
78797
- featureQuickFilter: "Quick Filter",
78798
- featureGroupBy: "Group By",
78809
+ featureQuickFilter: "Quick filter",
78810
+ featureGroupBy: "Group by",
78799
78811
  featureConfigure: "Configure",
78800
78812
  tableNameFallback: "Table"
78801
78813
  }
78802
78814
  },
78803
78815
  bulkActions: {
78804
78816
  apply: "Apply",
78805
- bulkEdit: "Bulk Edit",
78817
+ bulkEdit: "Bulk edit",
78806
78818
  cancel: "Cancel",
78807
- editValues: "Edit Values",
78819
+ editValues: "Edit values",
78808
78820
  error: "Sorry, the items couldn't be updated. Try again.",
78809
78821
  placeholderForField: "Enter %{fieldName}",
78810
78822
  selection: "%{count} %{number} selected",
@@ -78815,8 +78827,8 @@ var en_GB_default = {
78815
78827
  exporting: "Exporting...",
78816
78828
  filters: {
78817
78829
  filters: "Filters",
78818
- moreFilters: "More Filters",
78819
- clearAllFilters: "Clear All Filters",
78830
+ moreFilters: "More filters",
78831
+ clearAllFilters: "Clear all filters",
78820
78832
  close: "Close",
78821
78833
  locationFilter: {
78822
78834
  selectAll: "Select all",
@@ -78827,17 +78839,17 @@ var en_GB_default = {
78827
78839
  numberFilter: {
78828
78840
  labels: {
78829
78841
  and: "and",
78830
- input_placeholder: "Enter Value",
78842
+ input_placeholder: "Enter value",
78831
78843
  placeholder: "Select an item"
78832
78844
  },
78833
78845
  options: {
78834
- any_value: "Any Value",
78835
- is_between: "Is Between",
78836
- greater_than: "Is Greater Than",
78837
- greater_than_equal_to: "Is Greater Than or Equal To",
78838
- less_than: "Is Less Than",
78839
- less_than_equal_to: "Is Less Than or Equal To",
78840
- no_value: "No Value"
78846
+ any_value: "Any value",
78847
+ is_between: "Is between",
78848
+ greater_than: "Is greater than",
78849
+ greater_than_equal_to: "Is greater than or equal to",
78850
+ less_than: "Is less than",
78851
+ less_than_equal_to: "Is less than or equal to",
78852
+ no_value: "No value"
78841
78853
  }
78842
78854
  }
78843
78855
  },
@@ -78847,34 +78859,35 @@ var en_GB_default = {
78847
78859
  },
78848
78860
  menuOptions: {
78849
78861
  sortMenuItem: {
78850
- label: "Sort By This Column",
78851
- sortAscItem: "Sort Column Ascending",
78852
- sortDescItem: "Sort Column Descending",
78853
- sortResetItem: "Column Not Sorted"
78862
+ label: "Sort by this column",
78863
+ sortAscItem: "Sort column ascending",
78864
+ sortDescItem: "Sort column descending",
78865
+ sortResetItem: "Column not sorted"
78854
78866
  },
78855
- expandAllGroups: "Expand All Groups",
78856
- collapseAllGroups: "Collapse All Groups",
78857
- pinColumn: "Pin Column",
78858
- pinLeft: "Pin Left",
78859
- pinRight: "Pin Right",
78860
- noPin: "No Pin",
78861
- autoSizeThisColumn: "Autosize This Column",
78862
- autoSizeAllColumns: "Autosize All Columns",
78863
- resetColumns: "Reset Columns",
78864
- unGroupBy: "Un-Group by {{label}}",
78865
- groupBy: "Group By {{label}}"
78867
+ expandAllGroups: "Expand all groups",
78868
+ collapseAllGroups: "Collapse all groups",
78869
+ pinColumn: "Pin column",
78870
+ pinLeft: "Pin left",
78871
+ pinRight: "Pin right",
78872
+ noPin: "No pin",
78873
+ autoSizeThisColumn: "Autosize this column",
78874
+ autoSizeAllColumns: "Autosize all columns",
78875
+ hideColumn: "Hide column",
78876
+ resetColumns: "Reset columns",
78877
+ unGroupBy: "Un-group by {{label}}",
78878
+ groupBy: "Group by {{label}}"
78866
78879
  },
78867
- grandTotals: "Grand Totals",
78880
+ grandTotals: "Grand totals",
78868
78881
  search: "Search",
78869
78882
  subtotals: "Subtotals",
78870
78883
  tableSettings: {
78871
- configureColumns: "Configure Columns",
78872
- resetToDefault: "Show All",
78873
- rowHeight: "Row Height",
78884
+ configureColumns: "Configure columns",
78885
+ resetToDefault: "Show all",
78886
+ rowHeight: "Row height",
78874
78887
  small: "Small",
78875
78888
  medium: "Medium",
78876
78889
  large: "Large",
78877
- tableSettings: "Table Settings",
78890
+ tableSettings: "Table settings",
78878
78891
  groupBy: "Group by:",
78879
78892
  reset: "Reset",
78880
78893
  selectColumnGroup: "Select a column to group",
@@ -79010,6 +79023,7 @@ var en_default = {
79010
79023
  noPin: "No Pin",
79011
79024
  autoSizeThisColumn: "Autosize This Column",
79012
79025
  autoSizeAllColumns: "Autosize All Columns",
79026
+ hideColumn: "Hide Column",
79013
79027
  resetColumns: "Reset Columns",
79014
79028
  unGroupBy: "Un-Group by {{label}}",
79015
79029
  groupBy: "Group by {{label}}"
@@ -79092,7 +79106,7 @@ var es_ES_default = {
79092
79106
  title: "No hay elementos para mostrar en este momento",
79093
79107
  itemsTitle: "No hay %{itemsLabel} para mostrar en este momento",
79094
79108
  tooltip: "El bot\xF3n %{featureName} se habilitar\xE1 una vez que a\xF1ada informaci\xF3n a la %{tableName}",
79095
- searchTooltip: "La b\xFAsqueda se habilitar\xE1 una vez que agregue informaci\xF3n a %{tableName}",
79109
+ searchTooltip: "La b\xFAsqueda se habilitar\xE1 una vez que a\xF1ada informaci\xF3n a %{tableName}",
79096
79110
  featureFilter: "Filtro",
79097
79111
  featureQuickFilter: "Filtro r\xE1pido",
79098
79112
  featureGroupBy: "Agrupar por",
@@ -79160,6 +79174,7 @@ var es_ES_default = {
79160
79174
  noPin: "No fijar",
79161
79175
  autoSizeThisColumn: "Ajustar el tama\xF1o de esta columna autom\xE1ticamente",
79162
79176
  autoSizeAllColumns: "Ajustar el tama\xF1o de todas las columnas autom\xE1ticamente",
79177
+ hideColumn: "Ocultar columna",
79163
79178
  resetColumns: "Restablecer columnas",
79164
79179
  unGroupBy: "Desagrupar por {{label}}",
79165
79180
  groupBy: "Agrupar por {{label}}"
@@ -79310,6 +79325,7 @@ var es_default = {
79310
79325
  noPin: "Sin anclaje",
79311
79326
  autoSizeThisColumn: "Ajustar tama\xF1o de esta columna autom\xE1ticamente",
79312
79327
  autoSizeAllColumns: "Ajustar tama\xF1o de todas las columnas autom\xE1ticamente",
79328
+ hideColumn: "Ocultar columna",
79313
79329
  resetColumns: "Restablecer columnas",
79314
79330
  unGroupBy: "Desagrupar por {{label}}",
79315
79331
  groupBy: "Agrupar por {{label}}"
@@ -79460,6 +79476,7 @@ var fr_CA_default = {
79460
79476
  noPin: "Ne pas \xE9pingler",
79461
79477
  autoSizeThisColumn: "Dimensionner automatiquement cette colonne",
79462
79478
  autoSizeAllColumns: "Dimensionner automatiquement toutes les colonnes",
79479
+ hideColumn: "Masquer la colonne",
79463
79480
  resetColumns: "R\xE9initialiser les colonnes",
79464
79481
  unGroupBy: "D\xE9grouper par {{label}}",
79465
79482
  groupBy: "Grouper par {{label}}"
@@ -79472,7 +79489,7 @@ var fr_CA_default = {
79472
79489
  resetToDefault: "Afficher tout",
79473
79490
  rowHeight: "Hauteur de la rang\xE9e",
79474
79491
  small: "Petit",
79475
- medium: "Moyen",
79492
+ medium: "Moyenne",
79476
79493
  large: "Grand",
79477
79494
  tableSettings: "Param\xE8tres du tableau",
79478
79495
  groupBy: "Regrouper par :",
@@ -79610,6 +79627,7 @@ var fr_FR_default = {
79610
79627
  noPin: "Ne pas \xE9pingler",
79611
79628
  autoSizeThisColumn: "Dimensionner automatiquement cette colonne",
79612
79629
  autoSizeAllColumns: "Dimensionner automatiquement toutes les colonnes",
79630
+ hideColumn: "Masquer la colonne",
79613
79631
  resetColumns: "R\xE9initialiser les colonnes",
79614
79632
  unGroupBy: "D\xE9grouper par {{label}}",
79615
79633
  groupBy: "Regrouper par {{label}}"
@@ -79760,6 +79778,7 @@ var is_IS_default = {
79760
79778
  noPin: "Enginn pinna",
79761
79779
  autoSizeThisColumn: "St\xE6r\xF0u \xFEennan d\xE1lk sj\xE1lfkrafa",
79762
79780
  autoSizeAllColumns: "Sj\xE1lfvirk st\xE6r\xF0 allra d\xE1lka",
79781
+ hideColumn: "Fela d\xE1lk",
79763
79782
  resetColumns: "Endurstilla d\xE1lka",
79764
79783
  unGroupBy: "Taka \xFAr h\xF3pi eftir {{label}}",
79765
79784
  groupBy: "Flokka\xF0 eftir {{label}}"
@@ -79833,7 +79852,7 @@ var ja_JP_default = {
79833
79852
  dataTable: {
79834
79853
  emptyState: {
79835
79854
  noFilteredResults: {
79836
- 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",
79855
+ 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",
79837
79856
  title: "\u691C\u7D22\u306B\u4E00\u81F4\u3059\u308B\u9805\u76EE\u306F\u3042\u308A\u307E\u305B\u3093",
79838
79857
  itemsTitle: "\u691C\u7D22\u306B\u4E00\u81F4\u3059\u308B%{itemsLabel}\u306F\u3042\u308A\u307E\u305B\u3093"
79839
79858
  },
@@ -79843,7 +79862,7 @@ var ja_JP_default = {
79843
79862
  itemsTitle: "\u73FE\u5728\u3001\u8868\u793A\u3059\u308B%{itemsLabel}\u304C\u3042\u308A\u307E\u305B\u3093",
79844
79863
  tooltip: "\u60C5\u5831\u3092%{tableName}\u306B\u8FFD\u52A0\u3059\u308B\u3068\u3001[%{featureName}]\u30DC\u30BF\u30F3\u304C\u6709\u52B9\u306B\u306A\u308A\u307E\u3059",
79845
79864
  searchTooltip: "%{tableName}\u306B\u60C5\u5831\u3092\u8FFD\u52A0\u3059\u308B\u3068\u691C\u7D22\u304C\u6709\u52B9\u306B\u306A\u308A\u307E\u3059",
79846
- featureFilter: "\u30D5\u30A3\u30EB\u30BF\u30FC",
79865
+ featureFilter: "\u30D5\u30A3\u30EB\u30BF",
79847
79866
  featureQuickFilter: "\u30AF\u30A4\u30C3\u30AF\u30D5\u30A3\u30EB\u30BF\u30FC",
79848
79867
  featureGroupBy: "\u30B0\u30EB\u30FC\u30D7\u5316",
79849
79868
  featureConfigure: "\u69CB\u6210",
@@ -79864,9 +79883,9 @@ var ja_JP_default = {
79864
79883
  },
79865
79884
  exporting: "\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u4E2D...",
79866
79885
  filters: {
79867
- filters: "\u30D5\u30A3\u30EB\u30BF\u30FC",
79868
- moreFilters: "\u305D\u306E\u4ED6\u306E\u30D5\u30A3\u30EB\u30BF\u30FC",
79869
- clearAllFilters: "\u3059\u3079\u3066\u306E\u30D5\u30A3\u30EB\u30BF\u30FC\u3092\u6D88\u53BB",
79886
+ filters: "\u30D5\u30A3\u30EB\u30BF",
79887
+ moreFilters: "\u305D\u306E\u4ED6\u306E\u30D5\u30A3\u30EB\u30BF",
79888
+ clearAllFilters: "\u3059\u3079\u3066\u306E\u30D5\u30A3\u30EB\u30BF\u3092\u6D88\u53BB",
79870
79889
  close: "\u7D42\u4E86",
79871
79890
  locationFilter: {
79872
79891
  selectAll: "\u3059\u3079\u3066\u9078\u629E",
@@ -79910,6 +79929,7 @@ var ja_JP_default = {
79910
79929
  noPin: "\u30D4\u30F3\u7559\u3081\u306F\u3042\u308A\u307E\u305B\u3093",
79911
79930
  autoSizeThisColumn: "\u3053\u306E\u5217\u3092\u81EA\u52D5\u30B5\u30A4\u30BA\u8ABF\u6574\u3059\u308B",
79912
79931
  autoSizeAllColumns: "\u3059\u3079\u3066\u306E\u5217\u3092\u81EA\u52D5\u30B5\u30A4\u30BA\u8ABF\u6574\u3059\u308B",
79932
+ hideColumn: "\u5217\u3092\u975E\u8868\u793A",
79913
79933
  resetColumns: "\u5217\u3092\u30EA\u30BB\u30C3\u30C8\u3059\u308B",
79914
79934
  unGroupBy: "{{label}}\u3067\u30B0\u30EB\u30FC\u30D7\u5316\u3092\u89E3\u9664\u3059\u308B",
79915
79935
  groupBy: "{{label}}\u3067\u30B0\u30EB\u30FC\u30D7\u5316\u3059\u308B"
@@ -79980,7 +80000,153 @@ var ja_JP_default = {
79980
80000
 
79981
80001
  // src/locales/pl-PL.json
79982
80002
  var pl_PL_default = {
79983
- dataTable: {}
80003
+ dataTable: {
80004
+ emptyState: {
80005
+ noFilteredResults: {
80006
+ description: "Sprawd\u017A pisowni\u0119 i filtry lub wyszukaj inne s\u0142owo kluczowe.",
80007
+ title: "Brak pozycji pasuj\u0105cych do wyszukiwania",
80008
+ itemsTitle: "Brak %{itemsLabel} pasuj\u0105cych do wyszukiwania"
80009
+ },
80010
+ noResults: {
80011
+ description: "Po utworzeniu tych pozycji przez zesp\xF3\u0142 mo\u017Cesz uzyska\u0107 do nich dost\u0119p w tym miejscu. ",
80012
+ title: "Obecnie nie ma pozycji do wy\u015Bwietlenia",
80013
+ itemsTitle: "Obecnie nie ma %{itemsLabel} do wy\u015Bwietlenia",
80014
+ tooltip: "Przycisk %{featureName} zostanie w\u0142\u0105czony, gdy dodasz informacje do %{tableName}",
80015
+ searchTooltip: "Wyszukiwanie zostanie w\u0142\u0105czone po dodaniu informacji do %{tableName}",
80016
+ featureFilter: "Filtruj",
80017
+ featureQuickFilter: "Szybki filtr",
80018
+ featureGroupBy: "Grupuj wed\u0142ug",
80019
+ featureConfigure: "Skonfiguruj",
80020
+ tableNameFallback: "tabela"
80021
+ }
80022
+ },
80023
+ bulkActions: {
80024
+ apply: "Zastosuj",
80025
+ bulkEdit: "Edycja masowa",
80026
+ cancel: "Anuluj",
80027
+ editValues: "Edytuj warto\u015Bci",
80028
+ error: "Przepraszamy, nie mo\u017Cna zaktualizowa\u0107 pozycji.Spr\xF3buj ponownie.",
80029
+ placeholderForField: "Wprowad\u017A %{fieldName}",
80030
+ selection: "Wybrano %{count} %{number}",
80031
+ success: "Pozycje zosta\u0142y pomy\u015Blnie zaktualizowane.",
80032
+ one: "pozycja",
80033
+ many: "pozycje"
80034
+ },
80035
+ exporting: "Eksportowanie...",
80036
+ filters: {
80037
+ filters: "Filtry",
80038
+ moreFilters: "Wi\u0119cej filtr\xF3w",
80039
+ clearAllFilters: "Wyczy\u015B\u0107 wszystkie filtry",
80040
+ close: "Zamknij",
80041
+ locationFilter: {
80042
+ selectAll: "Zaznacz wszystkie",
80043
+ includeSublocations: "Uwzgl\u0119dnij lokalizacje podrz\u0119dne",
80044
+ searchLocations: "Wyszukaj lokalizacje",
80045
+ locations: "Lokalizacje"
80046
+ },
80047
+ numberFilter: {
80048
+ labels: {
80049
+ and: "i",
80050
+ input_placeholder: "Wprowad\u017A warto\u015B\u0107",
80051
+ placeholder: "Wybierz pozycj\u0119"
80052
+ },
80053
+ options: {
80054
+ any_value: "Dowolna warto\u015B\u0107",
80055
+ is_between: "jest pomi\u0119dzy",
80056
+ greater_than: "jest wi\u0119ksze ni\u017C",
80057
+ greater_than_equal_to: "jest wi\u0119ksze ni\u017C lub r\xF3wne",
80058
+ less_than: "mniej ni\u017C",
80059
+ less_than_equal_to: "mniej ni\u017C lub r\xF3wne",
80060
+ no_value: "brak warto\u015Bci"
80061
+ }
80062
+ }
80063
+ },
80064
+ loading: {
80065
+ initial: "\u0141adowanie informacji.",
80066
+ secondary: "Trwa \u0142adowanie informacji. Prosimy o cierpliwo\u015B\u0107."
80067
+ },
80068
+ menuOptions: {
80069
+ sortMenuItem: {
80070
+ label: "Sortuj wed\u0142ug tej kolumny",
80071
+ sortAscItem: "Sortuj kolumny rosn\u0105co",
80072
+ sortDescItem: "Sortuj kolumny malej\u0105co",
80073
+ sortResetItem: "Kolumna nieposortowana"
80074
+ },
80075
+ expandAllGroups: "Rozwi\u0144 wszystkie grupy",
80076
+ collapseAllGroups: "Zwi\u0144 wszystkie grupy",
80077
+ pinColumn: "Przypnij kolumn\u0119",
80078
+ pinLeft: "Przypnij do lewej",
80079
+ pinRight: "Przypnij do prawej",
80080
+ noPin: "Bez przypinania",
80081
+ autoSizeThisColumn: "Automatycznie ustaw rozmiar tej kolumny",
80082
+ autoSizeAllColumns: "Automatycznie ustaw rozmiar wszystkich kolumn",
80083
+ hideColumn: "Ukryj kolumn\u0119",
80084
+ resetColumns: "Resetuj kolumny",
80085
+ unGroupBy: "Rozgrupuj wed\u0142ug {{label}}",
80086
+ groupBy: "Grupuj wed\u0142ug {{label}}"
80087
+ },
80088
+ grandTotals: "Sumy ca\u0142kowite",
80089
+ search: "Szukaj",
80090
+ subtotals: "Sumy cz\u0119\u015Bciowe",
80091
+ tableSettings: {
80092
+ configureColumns: "Skonfiguruj kolumny",
80093
+ resetToDefault: "Poka\u017C wszystkie",
80094
+ rowHeight: "Wysoko\u015B\u0107 wiersza",
80095
+ small: "Ma\u0142y",
80096
+ medium: "\u015Aredni",
80097
+ large: "Du\u017Cy",
80098
+ tableSettings: "Ustawienia tabeli",
80099
+ groupBy: "Grupuj wed\u0142ug:",
80100
+ reset: "Zresetuj",
80101
+ selectColumnGroup: "Wybierz kolumn\u0119 do zgrupowania",
80102
+ configure: "Skonfiguruj"
80103
+ },
80104
+ rowGroupToggle: {
80105
+ expandTierOne: "Otw\xF3rz pierwsze grupy w tabeli.",
80106
+ expandAll: "Otw\xF3rz wszystkie grupy w tabeli.",
80107
+ collapseAll: "Zamknij wszystkie grupy w tabeli."
80108
+ },
80109
+ columnGroupToggle: {
80110
+ collapse: "Zwi\u0144 grup\u0119 kolumn",
80111
+ expand: "Rozwi\u0144 grup\u0119 kolumn"
80112
+ },
80113
+ cells: {
80114
+ textCell: {
80115
+ placeholder: "Wprowad\u017A tekst"
80116
+ },
80117
+ currencyCell: {
80118
+ placeholder: "Wprowad\u017A walut\u0119"
80119
+ },
80120
+ numberCell: {
80121
+ placeholder: "Wprowad\u017A numer"
80122
+ },
80123
+ percentCell: {
80124
+ placeholder: "Wprowad\u017A %"
80125
+ },
80126
+ pillCell: {
80127
+ placeholder: "Wybierz {{label}}"
80128
+ },
80129
+ selectCell: {
80130
+ placeholder: "Wybierz {{label}}"
80131
+ },
80132
+ booleanCell: {
80133
+ options: {
80134
+ yes: "Tak",
80135
+ no: "Nie"
80136
+ }
80137
+ }
80138
+ },
80139
+ filterRenders: {
80140
+ dateFilter: {
80141
+ single: "Pojedyncze",
80142
+ range: "Zakres"
80143
+ }
80144
+ },
80145
+ groupCell: {
80146
+ expand: "Rozwi\u0144 grup\u0119",
80147
+ collapse: "Zwi\u0144 grup\u0119"
80148
+ }
80149
+ }
79984
80150
  };
79985
80151
 
79986
80152
  // src/locales/pseudo.json
@@ -80065,6 +80231,7 @@ var pseudo_default = {
80065
80231
  noPin: "[\u0220\u0220\u01FF \xB7 \u01A4\u012B\u019E\u019E]",
80066
80232
  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]",
80067
80233
  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]",
80234
+ hideColumn: "[\u0126\u0126\u0126\u012B\u1E13\u1E17 \xB7 \u0187\u01FF\u0140\u016D\u1E3F\u019E\u019E\u019E]",
80068
80235
  resetColumns: "[\u0158\u0158\u0158\u1E17\u015F\u1E17\u0167 \xB7 \u0187\u01FF\u0140\u016D\u1E3F\u019E\u015F\u015F\u015F]",
80069
80236
  unGroupBy: "[\u016C\u016C\u016C\u016C\u016C\u019E-\u0193\u0159\u01FF\u016D\u01A5 \xB7 \u0180\u1E8F \xB7 {{\u0140\u0227\u0180\u1E17\u0140}}}}}}]",
80070
80237
  groupBy: "[\u0193\u0193\u0193\u0193\u0159\u01FF\u016D\u01A5 \xB7 \u0180\u1E8F \xB7 {{\u0140\u0227\u0180\u1E17\u0140}}}}}]"
@@ -80215,6 +80382,7 @@ var pt_BR_default = {
80215
80382
  noPin: "N\xE3o Fixar",
80216
80383
  autoSizeThisColumn: "Dimensionar Automaticamente Esta Coluna",
80217
80384
  autoSizeAllColumns: "Dimensionar Automaticamente Todas as Colunas",
80385
+ hideColumn: "Ocultar Coluna",
80218
80386
  resetColumns: "Redefinir Colunas",
80219
80387
  unGroupBy: "Desagrupar por {{label}}",
80220
80388
  groupBy: "Agrupar por {{label}}"
@@ -80365,6 +80533,7 @@ var th_TH_default = {
80365
80533
  noPin: "\u0E44\u0E21\u0E48\u0E1B\u0E31\u0E01\u0E2B\u0E21\u0E38\u0E14",
80366
80534
  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",
80367
80535
  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",
80536
+ hideColumn: "\u0E0B\u0E48\u0E2D\u0E19\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C",
80368
80537
  resetColumns: "\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C",
80369
80538
  unGroupBy: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01\u0E01\u0E32\u0E23\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E15\u0E32\u0E21 {{label}}",
80370
80539
  groupBy: "\u0E08\u0E31\u0E14\u0E01\u0E25\u0E38\u0E48\u0E21\u0E15\u0E32\u0E21 {{label}}"
@@ -80515,6 +80684,7 @@ var zh_SG_default = {
80515
80684
  noPin: "\u4E0D\u56FA\u5B9A",
80516
80685
  autoSizeThisColumn: "\u81EA\u52A8\u8C03\u6574\u6B64\u5217\u7684\u5927\u5C0F",
80517
80686
  autoSizeAllColumns: "\u81EA\u52A8\u8C03\u6574\u6240\u6709\u5217\u7684\u5927\u5C0F",
80687
+ hideColumn: "\u9690\u85CF\u5217",
80518
80688
  resetColumns: "\u91CD\u7F6E\u5217",
80519
80689
  unGroupBy: "\u53D6\u6D88\u6309{{label}}\u5206\u7EC4",
80520
80690
  groupBy: "\u6309{{label}}\u5206\u7EC4"