@procore/data-table 14.36.0 → 14.37.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.
- package/CHANGELOG.md +12 -0
- package/dist/legacy/index.cjs +706 -14
- package/dist/legacy/index.js +706 -14
- package/dist/modern/index.cjs +705 -13
- package/dist/modern/index.js +705 -13
- package/package.json +3 -3
package/dist/legacy/index.js
CHANGED
|
@@ -55437,7 +55437,7 @@ function getCheckboxState(node, isServerSideDataRequest, rowSelectionRef) {
|
|
|
55437
55437
|
};
|
|
55438
55438
|
}
|
|
55439
55439
|
function RowCheckbox(props) {
|
|
55440
|
-
var _a;
|
|
55440
|
+
var _a, _b, _c;
|
|
55441
55441
|
const I18n = useI18nContext();
|
|
55442
55442
|
const { rowSelectionRef, onServerSideDataRequest } = useInternalTableContext();
|
|
55443
55443
|
const [_selected, setSelected] = useState(props.node.isSelected());
|
|
@@ -55457,7 +55457,7 @@ function RowCheckbox(props) {
|
|
|
55457
55457
|
removeEventListenerFromGrid("rowSelected", handleRowSelection, props.api);
|
|
55458
55458
|
};
|
|
55459
55459
|
}, []);
|
|
55460
|
-
|
|
55460
|
+
let checkbox = /* @__PURE__ */ React80.createElement(
|
|
55461
55461
|
Checkbox,
|
|
55462
55462
|
{
|
|
55463
55463
|
checked: selected,
|
|
@@ -55477,7 +55477,11 @@ function RowCheckbox(props) {
|
|
|
55477
55477
|
},
|
|
55478
55478
|
onChange: noop2
|
|
55479
55479
|
}
|
|
55480
|
-
)
|
|
55480
|
+
);
|
|
55481
|
+
if ((_b = props.data) == null ? void 0 : _b.checkboxTooltip) {
|
|
55482
|
+
checkbox = /* @__PURE__ */ React80.createElement(Tooltip, { overlay: (_c = props.data) == null ? void 0 : _c.checkboxTooltip, placement: "right" }, /* @__PURE__ */ React80.createElement("span", null, checkbox));
|
|
55483
|
+
}
|
|
55484
|
+
return /* @__PURE__ */ React80.createElement(Box, { paddingRight: "md" }, checkbox);
|
|
55481
55485
|
}
|
|
55482
55486
|
|
|
55483
55487
|
// src/CellRenderers/AutoGroupCell.tsx
|
|
@@ -81401,7 +81405,7 @@ __decorate216([
|
|
|
81401
81405
|
__decorate216([
|
|
81402
81406
|
Validate(NUMBER())
|
|
81403
81407
|
], TooltipPosition.prototype, "yOffset", void 0);
|
|
81404
|
-
var
|
|
81408
|
+
var Tooltip7 = class _Tooltip {
|
|
81405
81409
|
constructor(canvasElement, document2, container) {
|
|
81406
81410
|
this.enableInteraction = false;
|
|
81407
81411
|
this.enabled = true;
|
|
@@ -81537,25 +81541,25 @@ var Tooltip6 = class _Tooltip {
|
|
|
81537
81541
|
this._showArrow = show;
|
|
81538
81542
|
}
|
|
81539
81543
|
};
|
|
81540
|
-
|
|
81544
|
+
Tooltip7.tooltipDocuments = [];
|
|
81541
81545
|
__decorate216([
|
|
81542
81546
|
Validate(BOOLEAN)
|
|
81543
|
-
],
|
|
81547
|
+
], Tooltip7.prototype, "enabled", void 0);
|
|
81544
81548
|
__decorate216([
|
|
81545
81549
|
Validate(OPT_BOOLEAN)
|
|
81546
|
-
],
|
|
81550
|
+
], Tooltip7.prototype, "showArrow", void 0);
|
|
81547
81551
|
__decorate216([
|
|
81548
81552
|
Validate(OPT_STRING)
|
|
81549
|
-
],
|
|
81553
|
+
], Tooltip7.prototype, "class", void 0);
|
|
81550
81554
|
__decorate216([
|
|
81551
81555
|
Validate(NUMBER(0))
|
|
81552
|
-
],
|
|
81556
|
+
], Tooltip7.prototype, "delay", void 0);
|
|
81553
81557
|
__decorate216([
|
|
81554
81558
|
DeprecatedAndRenamedTo("range", (value) => value ? "nearest" : "exact")
|
|
81555
|
-
],
|
|
81559
|
+
], Tooltip7.prototype, "tracking", void 0);
|
|
81556
81560
|
__decorate216([
|
|
81557
81561
|
Validate(INTERACTION_RANGE)
|
|
81558
|
-
],
|
|
81562
|
+
], Tooltip7.prototype, "range", void 0);
|
|
81559
81563
|
|
|
81560
81564
|
// ../../node_modules/ag-charts-community/dist/esm/es6/chart/data/aggregateFunctions.mjs
|
|
81561
81565
|
function sumValues(values2, accumulator = [0, 0]) {
|
|
@@ -86540,7 +86544,7 @@ var Chart = class extends Observable {
|
|
|
86540
86544
|
this.animationManager = new AnimationManager(this.interactionManager);
|
|
86541
86545
|
this.animationManager.skipAnimations = true;
|
|
86542
86546
|
this.animationManager.play();
|
|
86543
|
-
this.tooltip = new
|
|
86547
|
+
this.tooltip = new Tooltip7(this.scene.canvas.element, document2, document2.body);
|
|
86544
86548
|
this.tooltipManager = new TooltipManager(this.tooltip, this.interactionManager);
|
|
86545
86549
|
this.overlays = new ChartOverlays(this.element);
|
|
86546
86550
|
this.highlight = new ChartHighlight();
|
|
@@ -100996,7 +101000,7 @@ __export(integrated_charts_scene_exports, {
|
|
|
100996
101000
|
Shape: () => Shape,
|
|
100997
101001
|
Square: () => Square,
|
|
100998
101002
|
Text: () => Text,
|
|
100999
|
-
Tooltip: () =>
|
|
101003
|
+
Tooltip: () => Tooltip7,
|
|
101000
101004
|
getFont: () => getFont2,
|
|
101001
101005
|
getMarker: () => getMarker,
|
|
101002
101006
|
toRadians: () => toRadians,
|
|
@@ -106250,6 +106254,177 @@ var is_IS_default = {
|
|
|
106250
106254
|
}
|
|
106251
106255
|
};
|
|
106252
106256
|
|
|
106257
|
+
// src/locales/it-IT.json
|
|
106258
|
+
var it_IT_default = {
|
|
106259
|
+
dataTable: {
|
|
106260
|
+
emptyState: {
|
|
106261
|
+
noFilteredResults: {
|
|
106262
|
+
description: "Controllare l'ortografia e le opzioni di filtro oppure effettuare la ricerca con una parola chiave diversa.",
|
|
106263
|
+
title: "Nessun elemento corrispondente alla ricerca",
|
|
106264
|
+
itemsTitle: "Nessuna corrispondenza %{itemsLabel} con la ricerca"
|
|
106265
|
+
},
|
|
106266
|
+
noResults: {
|
|
106267
|
+
description: "Gli elementi creati dal team saranno accessibili qui. ",
|
|
106268
|
+
title: "Al momento non sono presenti elementi da visualizzare",
|
|
106269
|
+
itemsTitle: "Al momento non sono presenti %{itemsLabel} da visualizzare",
|
|
106270
|
+
tooltip: "Il pulsante %{featureName} sar\xE0 attivato dopo l'aggiunta delle informazioni a %{tableName}",
|
|
106271
|
+
searchTooltip: "La ricerca sar\xE0 attivata dopo l'aggiunta delle informazioni a %{tableName}",
|
|
106272
|
+
featureFilter: "Filtro",
|
|
106273
|
+
featureQuickFilter: "Filtro rapido",
|
|
106274
|
+
featureGroupBy: "Raggruppa per",
|
|
106275
|
+
featureConfigure: "Configura",
|
|
106276
|
+
tableNameFallback: "tabella"
|
|
106277
|
+
}
|
|
106278
|
+
},
|
|
106279
|
+
bulkActions: {
|
|
106280
|
+
apply: "Applica",
|
|
106281
|
+
bulkEdit: "Modifica in blocco",
|
|
106282
|
+
cancel: "Annulla",
|
|
106283
|
+
editValues: "Modifica valori",
|
|
106284
|
+
error: "Impossibile aggiornare gli elementi. Riprovare.",
|
|
106285
|
+
placeholderForField: "Inserire %{fieldName}",
|
|
106286
|
+
selection: "%{count} %{number} selezionati",
|
|
106287
|
+
selection_count: {
|
|
106288
|
+
zero: "%{count} elementi selezionati",
|
|
106289
|
+
one: "%{count} elemento selezionato",
|
|
106290
|
+
other: "%{count} elementi selezionati"
|
|
106291
|
+
},
|
|
106292
|
+
success: "Gli elementi sono stati aggiornati correttamente.",
|
|
106293
|
+
one: "elemento",
|
|
106294
|
+
many: "elementi"
|
|
106295
|
+
},
|
|
106296
|
+
exporting: "Esportazione in corso...",
|
|
106297
|
+
filters: {
|
|
106298
|
+
filters: "Filtri",
|
|
106299
|
+
moreFilters: "Altri filtri",
|
|
106300
|
+
clearAllFilters: "Cancella tutti i filtri",
|
|
106301
|
+
close: "Chiudi",
|
|
106302
|
+
locationFilter: {
|
|
106303
|
+
selectAll: "Seleziona tutto",
|
|
106304
|
+
includeSublocations: "Includi posizioni secondarie",
|
|
106305
|
+
searchLocations: "Cerca posizioni",
|
|
106306
|
+
locations: "Posizioni"
|
|
106307
|
+
},
|
|
106308
|
+
numberFilter: {
|
|
106309
|
+
labels: {
|
|
106310
|
+
and: "e",
|
|
106311
|
+
input_placeholder: "Inserisci valore",
|
|
106312
|
+
placeholder: "Selezionare un elemento"
|
|
106313
|
+
},
|
|
106314
|
+
options: {
|
|
106315
|
+
any_value: "Qualsiasi valore",
|
|
106316
|
+
is_between: "\xC8 compreso tra",
|
|
106317
|
+
greater_than: "\xC8 maggiore di",
|
|
106318
|
+
greater_than_equal_to: "\xC8 maggiore o uguale a",
|
|
106319
|
+
less_than: "\xC8 minore di",
|
|
106320
|
+
less_than_equal_to: "\xC8 minore o uguale a",
|
|
106321
|
+
no_value: "Nessun valore"
|
|
106322
|
+
}
|
|
106323
|
+
},
|
|
106324
|
+
singleSelectFilter: {
|
|
106325
|
+
placeholder: "Selezionare un valore"
|
|
106326
|
+
},
|
|
106327
|
+
multiSelectQuickFilter: {
|
|
106328
|
+
ariaLabel: "Filtro rapido: selezionare pi\xF9 opzioni"
|
|
106329
|
+
},
|
|
106330
|
+
singleSelectQuickFilter: {
|
|
106331
|
+
ariaLabel: "Filtro rapido: selezionare un'opzione"
|
|
106332
|
+
}
|
|
106333
|
+
},
|
|
106334
|
+
loading: {
|
|
106335
|
+
initial: "Caricamento delle informazioni in corso.",
|
|
106336
|
+
secondary: "Caricamento delle informazioni in corso, grazie per la pazienza."
|
|
106337
|
+
},
|
|
106338
|
+
menuOptions: {
|
|
106339
|
+
sortMenuItem: {
|
|
106340
|
+
label: "Ordina per questa colonna",
|
|
106341
|
+
sortAscItem: "Ordina colonna (crescente)",
|
|
106342
|
+
sortDescItem: "Ordina colonna (decrescente)",
|
|
106343
|
+
sortResetItem: "Colonna non ordinata"
|
|
106344
|
+
},
|
|
106345
|
+
expandAllGroups: "Espandi tutti i gruppi",
|
|
106346
|
+
collapseAllGroups: "Comprimi tutti i gruppi",
|
|
106347
|
+
pinColumn: "Fissa colonna",
|
|
106348
|
+
pinLeft: "Fissa a sinistra",
|
|
106349
|
+
pinRight: "Fissa a destra",
|
|
106350
|
+
noPin: "Sblocca",
|
|
106351
|
+
autoSizeThisColumn: "Dimensione automatica per questa colonna",
|
|
106352
|
+
autoSizeAllColumns: "Dimensione automatica per tutte le colonne",
|
|
106353
|
+
hideColumn: "Nascondi colonna",
|
|
106354
|
+
resetColumns: "Reimposta colonne",
|
|
106355
|
+
unGroupBy: "Annulla raggruppamento per {{label}}",
|
|
106356
|
+
groupBy: "Raggruppa per {{label}}"
|
|
106357
|
+
},
|
|
106358
|
+
grandTotals: "Totali generali",
|
|
106359
|
+
search: "Cerca",
|
|
106360
|
+
subtotals: "Subtotali",
|
|
106361
|
+
tableSettings: {
|
|
106362
|
+
configureColumns: "Configura colonne",
|
|
106363
|
+
resetToDefault: "Mostra tutto",
|
|
106364
|
+
rowHeight: "Altezza riga",
|
|
106365
|
+
small: "Piccola",
|
|
106366
|
+
medium: "Media",
|
|
106367
|
+
large: "Grande",
|
|
106368
|
+
tableSettings: "Impostazioni tabella",
|
|
106369
|
+
groupBy: "Raggruppa per:",
|
|
106370
|
+
reset: "Reimposta",
|
|
106371
|
+
selectColumnGroup: "Selezionare una colonna da usare per il raggruppamento",
|
|
106372
|
+
configure: "Configura"
|
|
106373
|
+
},
|
|
106374
|
+
rowGroupToggle: {
|
|
106375
|
+
expandTierOne: "Aprire i primi gruppi nella tabella.",
|
|
106376
|
+
expandAll: "Aprire tutti i gruppi nella tabella.",
|
|
106377
|
+
collapseAll: "Chiudere tutti i gruppi nella tabella."
|
|
106378
|
+
},
|
|
106379
|
+
columnGroupToggle: {
|
|
106380
|
+
collapse: "Comprimi gruppo di colonne",
|
|
106381
|
+
expand: "Espandi gruppo di colonne"
|
|
106382
|
+
},
|
|
106383
|
+
cells: {
|
|
106384
|
+
textCell: {
|
|
106385
|
+
placeholder: "Inserisci testo"
|
|
106386
|
+
},
|
|
106387
|
+
currencyCell: {
|
|
106388
|
+
placeholder: "Inserisci valuta"
|
|
106389
|
+
},
|
|
106390
|
+
numberCell: {
|
|
106391
|
+
placeholder: "Inserisci numero"
|
|
106392
|
+
},
|
|
106393
|
+
percentCell: {
|
|
106394
|
+
placeholder: "Inserisci %"
|
|
106395
|
+
},
|
|
106396
|
+
pillCell: {
|
|
106397
|
+
placeholder: "Seleziona {{label}}"
|
|
106398
|
+
},
|
|
106399
|
+
selectCell: {
|
|
106400
|
+
placeholder: "Seleziona {{label}}"
|
|
106401
|
+
},
|
|
106402
|
+
multiSelectCell: {
|
|
106403
|
+
placeholder: "Seleziona valori"
|
|
106404
|
+
},
|
|
106405
|
+
booleanCell: {
|
|
106406
|
+
options: {
|
|
106407
|
+
yes: "S\xEC",
|
|
106408
|
+
no: "No"
|
|
106409
|
+
}
|
|
106410
|
+
}
|
|
106411
|
+
},
|
|
106412
|
+
filterRenders: {
|
|
106413
|
+
dateFilter: {
|
|
106414
|
+
single: "Singolo",
|
|
106415
|
+
range: "Intervallo"
|
|
106416
|
+
}
|
|
106417
|
+
},
|
|
106418
|
+
groupCell: {
|
|
106419
|
+
expand: "Espandi gruppo",
|
|
106420
|
+
collapse: "Comprimi gruppo"
|
|
106421
|
+
},
|
|
106422
|
+
rowCheckbox: {
|
|
106423
|
+
ariaLabel: "Seleziona riga"
|
|
106424
|
+
}
|
|
106425
|
+
}
|
|
106426
|
+
};
|
|
106427
|
+
|
|
106253
106428
|
// src/locales/ja-JP.json
|
|
106254
106429
|
var ja_JP_default = {
|
|
106255
106430
|
dataTable: {
|
|
@@ -106421,6 +106596,177 @@ var ja_JP_default = {
|
|
|
106421
106596
|
}
|
|
106422
106597
|
};
|
|
106423
106598
|
|
|
106599
|
+
// src/locales/nb-NO.json
|
|
106600
|
+
var nb_NO_default = {
|
|
106601
|
+
dataTable: {
|
|
106602
|
+
emptyState: {
|
|
106603
|
+
noFilteredResults: {
|
|
106604
|
+
description: "Check your spelling and filter options, or search for a different keyword.",
|
|
106605
|
+
title: "No Items Match Your Search",
|
|
106606
|
+
itemsTitle: "No %{itemsLabel} Match Your Search"
|
|
106607
|
+
},
|
|
106608
|
+
noResults: {
|
|
106609
|
+
description: "Once your team creates these items, you can access them here. ",
|
|
106610
|
+
title: "There Are No Items to Display Right Now",
|
|
106611
|
+
itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
|
|
106612
|
+
tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
|
|
106613
|
+
searchTooltip: "Search will be enabled once you add information to the %{tableName}",
|
|
106614
|
+
featureFilter: "Filter",
|
|
106615
|
+
featureQuickFilter: "Quick Filter",
|
|
106616
|
+
featureGroupBy: "Group By",
|
|
106617
|
+
featureConfigure: "Configure",
|
|
106618
|
+
tableNameFallback: "table"
|
|
106619
|
+
}
|
|
106620
|
+
},
|
|
106621
|
+
bulkActions: {
|
|
106622
|
+
apply: "Apply",
|
|
106623
|
+
bulkEdit: "Bulk Edit",
|
|
106624
|
+
cancel: "Cancel",
|
|
106625
|
+
editValues: "Edit Values",
|
|
106626
|
+
error: "Sorry, the items couldn't be updated. Try again.",
|
|
106627
|
+
placeholderForField: "Enter %{fieldName}",
|
|
106628
|
+
selection: "%{count} %{number} selected",
|
|
106629
|
+
selection_count: {
|
|
106630
|
+
zero: "%{count} items selected",
|
|
106631
|
+
one: "%{count} item selected",
|
|
106632
|
+
other: "%{count} items selected"
|
|
106633
|
+
},
|
|
106634
|
+
success: "The items were successfully updated.",
|
|
106635
|
+
one: "item",
|
|
106636
|
+
many: "items"
|
|
106637
|
+
},
|
|
106638
|
+
exporting: "Exporting...",
|
|
106639
|
+
filters: {
|
|
106640
|
+
filters: "Filters",
|
|
106641
|
+
moreFilters: "More Filters",
|
|
106642
|
+
clearAllFilters: "Clear All Filters",
|
|
106643
|
+
close: "Close",
|
|
106644
|
+
locationFilter: {
|
|
106645
|
+
selectAll: "Select all",
|
|
106646
|
+
includeSublocations: "Include sublocations",
|
|
106647
|
+
searchLocations: "Search locations",
|
|
106648
|
+
locations: "Locations"
|
|
106649
|
+
},
|
|
106650
|
+
numberFilter: {
|
|
106651
|
+
labels: {
|
|
106652
|
+
and: "and",
|
|
106653
|
+
input_placeholder: "Enter Value",
|
|
106654
|
+
placeholder: "Select an item"
|
|
106655
|
+
},
|
|
106656
|
+
options: {
|
|
106657
|
+
any_value: "Any Value",
|
|
106658
|
+
is_between: "Is Between",
|
|
106659
|
+
greater_than: "Is Greater Than",
|
|
106660
|
+
greater_than_equal_to: "Is Greater Than or Equal To",
|
|
106661
|
+
less_than: "Is Less Than",
|
|
106662
|
+
less_than_equal_to: "Is Less Than or Equal To",
|
|
106663
|
+
no_value: "No Value"
|
|
106664
|
+
}
|
|
106665
|
+
},
|
|
106666
|
+
singleSelectFilter: {
|
|
106667
|
+
placeholder: "Select a Value"
|
|
106668
|
+
},
|
|
106669
|
+
multiSelectQuickFilter: {
|
|
106670
|
+
ariaLabel: "Quick filter: Select multiple options"
|
|
106671
|
+
},
|
|
106672
|
+
singleSelectQuickFilter: {
|
|
106673
|
+
ariaLabel: "Quick filter: Select an option"
|
|
106674
|
+
}
|
|
106675
|
+
},
|
|
106676
|
+
loading: {
|
|
106677
|
+
initial: "Information loading.",
|
|
106678
|
+
secondary: "Information loading, thanks for your patience."
|
|
106679
|
+
},
|
|
106680
|
+
menuOptions: {
|
|
106681
|
+
sortMenuItem: {
|
|
106682
|
+
label: "Sort By This Column",
|
|
106683
|
+
sortAscItem: "Sort Column Ascending",
|
|
106684
|
+
sortDescItem: "Sort Column Descending",
|
|
106685
|
+
sortResetItem: "Column Not Sorted"
|
|
106686
|
+
},
|
|
106687
|
+
expandAllGroups: "Expand All Groups",
|
|
106688
|
+
collapseAllGroups: "Collapse All Groups",
|
|
106689
|
+
pinColumn: "Pin Column",
|
|
106690
|
+
pinLeft: "Pin Left",
|
|
106691
|
+
pinRight: "Pin Right",
|
|
106692
|
+
noPin: "No Pin",
|
|
106693
|
+
autoSizeThisColumn: "Autosize This Column",
|
|
106694
|
+
autoSizeAllColumns: "Autosize All Columns",
|
|
106695
|
+
hideColumn: "Hide Column",
|
|
106696
|
+
resetColumns: "Reset Columns",
|
|
106697
|
+
unGroupBy: "Un-Group by {{label}}",
|
|
106698
|
+
groupBy: "Group by {{label}}"
|
|
106699
|
+
},
|
|
106700
|
+
grandTotals: "Grand Totals",
|
|
106701
|
+
search: "Search",
|
|
106702
|
+
subtotals: "Subtotals",
|
|
106703
|
+
tableSettings: {
|
|
106704
|
+
configureColumns: "Configure Columns",
|
|
106705
|
+
resetToDefault: "Show All",
|
|
106706
|
+
rowHeight: "Row Height",
|
|
106707
|
+
small: "Small",
|
|
106708
|
+
medium: "Medium",
|
|
106709
|
+
large: "Large",
|
|
106710
|
+
tableSettings: "Table Settings",
|
|
106711
|
+
groupBy: "Group by:",
|
|
106712
|
+
reset: "Reset",
|
|
106713
|
+
selectColumnGroup: "Select a column to group",
|
|
106714
|
+
configure: "Configure"
|
|
106715
|
+
},
|
|
106716
|
+
rowGroupToggle: {
|
|
106717
|
+
expandTierOne: "Open first groups in the table.",
|
|
106718
|
+
expandAll: "Open all groups in the table.",
|
|
106719
|
+
collapseAll: "Close all groups in the table."
|
|
106720
|
+
},
|
|
106721
|
+
columnGroupToggle: {
|
|
106722
|
+
collapse: "Collapse column group",
|
|
106723
|
+
expand: "Expand column group"
|
|
106724
|
+
},
|
|
106725
|
+
cells: {
|
|
106726
|
+
textCell: {
|
|
106727
|
+
placeholder: "Enter text"
|
|
106728
|
+
},
|
|
106729
|
+
currencyCell: {
|
|
106730
|
+
placeholder: "Enter currency"
|
|
106731
|
+
},
|
|
106732
|
+
numberCell: {
|
|
106733
|
+
placeholder: "Enter number"
|
|
106734
|
+
},
|
|
106735
|
+
percentCell: {
|
|
106736
|
+
placeholder: "Enter %"
|
|
106737
|
+
},
|
|
106738
|
+
pillCell: {
|
|
106739
|
+
placeholder: "Select {{label}}"
|
|
106740
|
+
},
|
|
106741
|
+
selectCell: {
|
|
106742
|
+
placeholder: "Select {{label}}"
|
|
106743
|
+
},
|
|
106744
|
+
multiSelectCell: {
|
|
106745
|
+
placeholder: "Select Values"
|
|
106746
|
+
},
|
|
106747
|
+
booleanCell: {
|
|
106748
|
+
options: {
|
|
106749
|
+
yes: "Yes",
|
|
106750
|
+
no: "No"
|
|
106751
|
+
}
|
|
106752
|
+
}
|
|
106753
|
+
},
|
|
106754
|
+
filterRenders: {
|
|
106755
|
+
dateFilter: {
|
|
106756
|
+
single: "Single",
|
|
106757
|
+
range: "Range"
|
|
106758
|
+
}
|
|
106759
|
+
},
|
|
106760
|
+
groupCell: {
|
|
106761
|
+
expand: "Expand group",
|
|
106762
|
+
collapse: "Collapse group"
|
|
106763
|
+
},
|
|
106764
|
+
rowCheckbox: {
|
|
106765
|
+
ariaLabel: "Select Row"
|
|
106766
|
+
}
|
|
106767
|
+
}
|
|
106768
|
+
};
|
|
106769
|
+
|
|
106424
106770
|
// src/locales/pl-PL.json
|
|
106425
106771
|
var pl_PL_default = {
|
|
106426
106772
|
dataTable: {
|
|
@@ -106934,6 +107280,177 @@ var pt_BR_default = {
|
|
|
106934
107280
|
}
|
|
106935
107281
|
};
|
|
106936
107282
|
|
|
107283
|
+
// src/locales/pt-PT.json
|
|
107284
|
+
var pt_PT_default = {
|
|
107285
|
+
dataTable: {
|
|
107286
|
+
emptyState: {
|
|
107287
|
+
noFilteredResults: {
|
|
107288
|
+
description: "Check your spelling and filter options, or search for a different keyword.",
|
|
107289
|
+
title: "No Items Match Your Search",
|
|
107290
|
+
itemsTitle: "No %{itemsLabel} Match Your Search"
|
|
107291
|
+
},
|
|
107292
|
+
noResults: {
|
|
107293
|
+
description: "Once your team creates these items, you can access them here. ",
|
|
107294
|
+
title: "There Are No Items to Display Right Now",
|
|
107295
|
+
itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
|
|
107296
|
+
tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
|
|
107297
|
+
searchTooltip: "Search will be enabled once you add information to the %{tableName}",
|
|
107298
|
+
featureFilter: "Filter",
|
|
107299
|
+
featureQuickFilter: "Quick Filter",
|
|
107300
|
+
featureGroupBy: "Group By",
|
|
107301
|
+
featureConfigure: "Configure",
|
|
107302
|
+
tableNameFallback: "table"
|
|
107303
|
+
}
|
|
107304
|
+
},
|
|
107305
|
+
bulkActions: {
|
|
107306
|
+
apply: "Apply",
|
|
107307
|
+
bulkEdit: "Bulk Edit",
|
|
107308
|
+
cancel: "Cancel",
|
|
107309
|
+
editValues: "Edit Values",
|
|
107310
|
+
error: "Sorry, the items couldn't be updated. Try again.",
|
|
107311
|
+
placeholderForField: "Enter %{fieldName}",
|
|
107312
|
+
selection: "%{count} %{number} selected",
|
|
107313
|
+
selection_count: {
|
|
107314
|
+
zero: "%{count} items selected",
|
|
107315
|
+
one: "%{count} item selected",
|
|
107316
|
+
other: "%{count} items selected"
|
|
107317
|
+
},
|
|
107318
|
+
success: "The items were successfully updated.",
|
|
107319
|
+
one: "item",
|
|
107320
|
+
many: "items"
|
|
107321
|
+
},
|
|
107322
|
+
exporting: "Exporting...",
|
|
107323
|
+
filters: {
|
|
107324
|
+
filters: "Filters",
|
|
107325
|
+
moreFilters: "More Filters",
|
|
107326
|
+
clearAllFilters: "Clear All Filters",
|
|
107327
|
+
close: "Close",
|
|
107328
|
+
locationFilter: {
|
|
107329
|
+
selectAll: "Select all",
|
|
107330
|
+
includeSublocations: "Include sublocations",
|
|
107331
|
+
searchLocations: "Search locations",
|
|
107332
|
+
locations: "Locations"
|
|
107333
|
+
},
|
|
107334
|
+
numberFilter: {
|
|
107335
|
+
labels: {
|
|
107336
|
+
and: "and",
|
|
107337
|
+
input_placeholder: "Enter Value",
|
|
107338
|
+
placeholder: "Select an item"
|
|
107339
|
+
},
|
|
107340
|
+
options: {
|
|
107341
|
+
any_value: "Any Value",
|
|
107342
|
+
is_between: "Is Between",
|
|
107343
|
+
greater_than: "Is Greater Than",
|
|
107344
|
+
greater_than_equal_to: "Is Greater Than or Equal To",
|
|
107345
|
+
less_than: "Is Less Than",
|
|
107346
|
+
less_than_equal_to: "Is Less Than or Equal To",
|
|
107347
|
+
no_value: "No Value"
|
|
107348
|
+
}
|
|
107349
|
+
},
|
|
107350
|
+
singleSelectFilter: {
|
|
107351
|
+
placeholder: "Select a Value"
|
|
107352
|
+
},
|
|
107353
|
+
multiSelectQuickFilter: {
|
|
107354
|
+
ariaLabel: "Quick filter: Select multiple options"
|
|
107355
|
+
},
|
|
107356
|
+
singleSelectQuickFilter: {
|
|
107357
|
+
ariaLabel: "Quick filter: Select an option"
|
|
107358
|
+
}
|
|
107359
|
+
},
|
|
107360
|
+
loading: {
|
|
107361
|
+
initial: "Information loading.",
|
|
107362
|
+
secondary: "Information loading, thanks for your patience."
|
|
107363
|
+
},
|
|
107364
|
+
menuOptions: {
|
|
107365
|
+
sortMenuItem: {
|
|
107366
|
+
label: "Sort By This Column",
|
|
107367
|
+
sortAscItem: "Sort Column Ascending",
|
|
107368
|
+
sortDescItem: "Sort Column Descending",
|
|
107369
|
+
sortResetItem: "Column Not Sorted"
|
|
107370
|
+
},
|
|
107371
|
+
expandAllGroups: "Expand All Groups",
|
|
107372
|
+
collapseAllGroups: "Collapse All Groups",
|
|
107373
|
+
pinColumn: "Pin Column",
|
|
107374
|
+
pinLeft: "Pin Left",
|
|
107375
|
+
pinRight: "Pin Right",
|
|
107376
|
+
noPin: "No Pin",
|
|
107377
|
+
autoSizeThisColumn: "Autosize This Column",
|
|
107378
|
+
autoSizeAllColumns: "Autosize All Columns",
|
|
107379
|
+
hideColumn: "Hide Column",
|
|
107380
|
+
resetColumns: "Reset Columns",
|
|
107381
|
+
unGroupBy: "Un-Group by {{label}}",
|
|
107382
|
+
groupBy: "Group by {{label}}"
|
|
107383
|
+
},
|
|
107384
|
+
grandTotals: "Grand Totals",
|
|
107385
|
+
search: "Search",
|
|
107386
|
+
subtotals: "Subtotals",
|
|
107387
|
+
tableSettings: {
|
|
107388
|
+
configureColumns: "Configure Columns",
|
|
107389
|
+
resetToDefault: "Show All",
|
|
107390
|
+
rowHeight: "Row Height",
|
|
107391
|
+
small: "Small",
|
|
107392
|
+
medium: "Medium",
|
|
107393
|
+
large: "Large",
|
|
107394
|
+
tableSettings: "Table Settings",
|
|
107395
|
+
groupBy: "Group by:",
|
|
107396
|
+
reset: "Reset",
|
|
107397
|
+
selectColumnGroup: "Select a column to group",
|
|
107398
|
+
configure: "Configure"
|
|
107399
|
+
},
|
|
107400
|
+
rowGroupToggle: {
|
|
107401
|
+
expandTierOne: "Open first groups in the table.",
|
|
107402
|
+
expandAll: "Open all groups in the table.",
|
|
107403
|
+
collapseAll: "Close all groups in the table."
|
|
107404
|
+
},
|
|
107405
|
+
columnGroupToggle: {
|
|
107406
|
+
collapse: "Collapse column group",
|
|
107407
|
+
expand: "Expand column group"
|
|
107408
|
+
},
|
|
107409
|
+
cells: {
|
|
107410
|
+
textCell: {
|
|
107411
|
+
placeholder: "Enter text"
|
|
107412
|
+
},
|
|
107413
|
+
currencyCell: {
|
|
107414
|
+
placeholder: "Enter currency"
|
|
107415
|
+
},
|
|
107416
|
+
numberCell: {
|
|
107417
|
+
placeholder: "Enter number"
|
|
107418
|
+
},
|
|
107419
|
+
percentCell: {
|
|
107420
|
+
placeholder: "Enter %"
|
|
107421
|
+
},
|
|
107422
|
+
pillCell: {
|
|
107423
|
+
placeholder: "Select {{label}}"
|
|
107424
|
+
},
|
|
107425
|
+
selectCell: {
|
|
107426
|
+
placeholder: "Select {{label}}"
|
|
107427
|
+
},
|
|
107428
|
+
multiSelectCell: {
|
|
107429
|
+
placeholder: "Select Values"
|
|
107430
|
+
},
|
|
107431
|
+
booleanCell: {
|
|
107432
|
+
options: {
|
|
107433
|
+
yes: "Yes",
|
|
107434
|
+
no: "No"
|
|
107435
|
+
}
|
|
107436
|
+
}
|
|
107437
|
+
},
|
|
107438
|
+
filterRenders: {
|
|
107439
|
+
dateFilter: {
|
|
107440
|
+
single: "Single",
|
|
107441
|
+
range: "Range"
|
|
107442
|
+
}
|
|
107443
|
+
},
|
|
107444
|
+
groupCell: {
|
|
107445
|
+
expand: "Expand group",
|
|
107446
|
+
collapse: "Collapse group"
|
|
107447
|
+
},
|
|
107448
|
+
rowCheckbox: {
|
|
107449
|
+
ariaLabel: "Select Row"
|
|
107450
|
+
}
|
|
107451
|
+
}
|
|
107452
|
+
};
|
|
107453
|
+
|
|
106937
107454
|
// src/locales/th-TH.json
|
|
106938
107455
|
var th_TH_default = {
|
|
106939
107456
|
dataTable: {
|
|
@@ -107276,6 +107793,177 @@ var zh_SG_default = {
|
|
|
107276
107793
|
}
|
|
107277
107794
|
};
|
|
107278
107795
|
|
|
107796
|
+
// src/locales/zh-TW.json
|
|
107797
|
+
var zh_TW_default = {
|
|
107798
|
+
dataTable: {
|
|
107799
|
+
emptyState: {
|
|
107800
|
+
noFilteredResults: {
|
|
107801
|
+
description: "Check your spelling and filter options, or search for a different keyword.",
|
|
107802
|
+
title: "No Items Match Your Search",
|
|
107803
|
+
itemsTitle: "No %{itemsLabel} Match Your Search"
|
|
107804
|
+
},
|
|
107805
|
+
noResults: {
|
|
107806
|
+
description: "Once your team creates these items, you can access them here. ",
|
|
107807
|
+
title: "There Are No Items to Display Right Now",
|
|
107808
|
+
itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
|
|
107809
|
+
tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
|
|
107810
|
+
searchTooltip: "Search will be enabled once you add information to the %{tableName}",
|
|
107811
|
+
featureFilter: "Filter",
|
|
107812
|
+
featureQuickFilter: "Quick Filter",
|
|
107813
|
+
featureGroupBy: "Group By",
|
|
107814
|
+
featureConfigure: "Configure",
|
|
107815
|
+
tableNameFallback: "table"
|
|
107816
|
+
}
|
|
107817
|
+
},
|
|
107818
|
+
bulkActions: {
|
|
107819
|
+
apply: "Apply",
|
|
107820
|
+
bulkEdit: "Bulk Edit",
|
|
107821
|
+
cancel: "Cancel",
|
|
107822
|
+
editValues: "Edit Values",
|
|
107823
|
+
error: "Sorry, the items couldn't be updated. Try again.",
|
|
107824
|
+
placeholderForField: "Enter %{fieldName}",
|
|
107825
|
+
selection: "%{count} %{number} selected",
|
|
107826
|
+
selection_count: {
|
|
107827
|
+
zero: "\u5DF2\u9078\u64C7%{count}\u9805\u76EE",
|
|
107828
|
+
one: "\u5DF2\u9078\u64C7%{count}\u9805\u76EE",
|
|
107829
|
+
other: "\u5DF2\u9078\u64C7%{count}\u9805\u76EE"
|
|
107830
|
+
},
|
|
107831
|
+
success: "The items were successfully updated.",
|
|
107832
|
+
one: "item",
|
|
107833
|
+
many: "items"
|
|
107834
|
+
},
|
|
107835
|
+
exporting: "Exporting...",
|
|
107836
|
+
filters: {
|
|
107837
|
+
filters: "Filters",
|
|
107838
|
+
moreFilters: "More Filters",
|
|
107839
|
+
clearAllFilters: "Clear All Filters",
|
|
107840
|
+
close: "Close",
|
|
107841
|
+
locationFilter: {
|
|
107842
|
+
selectAll: "Select all",
|
|
107843
|
+
includeSublocations: "Include sublocations",
|
|
107844
|
+
searchLocations: "Search locations",
|
|
107845
|
+
locations: "Locations"
|
|
107846
|
+
},
|
|
107847
|
+
numberFilter: {
|
|
107848
|
+
labels: {
|
|
107849
|
+
and: "and",
|
|
107850
|
+
input_placeholder: "Enter Value",
|
|
107851
|
+
placeholder: "Select an item"
|
|
107852
|
+
},
|
|
107853
|
+
options: {
|
|
107854
|
+
any_value: "Any Value",
|
|
107855
|
+
is_between: "Is Between",
|
|
107856
|
+
greater_than: "Is Greater Than",
|
|
107857
|
+
greater_than_equal_to: "Is Greater Than or Equal To",
|
|
107858
|
+
less_than: "Is Less Than",
|
|
107859
|
+
less_than_equal_to: "Is Less Than or Equal To",
|
|
107860
|
+
no_value: "No Value"
|
|
107861
|
+
}
|
|
107862
|
+
},
|
|
107863
|
+
singleSelectFilter: {
|
|
107864
|
+
placeholder: "Select a Value"
|
|
107865
|
+
},
|
|
107866
|
+
multiSelectQuickFilter: {
|
|
107867
|
+
ariaLabel: "Quick filter: Select multiple options"
|
|
107868
|
+
},
|
|
107869
|
+
singleSelectQuickFilter: {
|
|
107870
|
+
ariaLabel: "Quick filter: Select an option"
|
|
107871
|
+
}
|
|
107872
|
+
},
|
|
107873
|
+
loading: {
|
|
107874
|
+
initial: "Information loading.",
|
|
107875
|
+
secondary: "Information loading, thanks for your patience."
|
|
107876
|
+
},
|
|
107877
|
+
menuOptions: {
|
|
107878
|
+
sortMenuItem: {
|
|
107879
|
+
label: "Sort By This Column",
|
|
107880
|
+
sortAscItem: "Sort Column Ascending",
|
|
107881
|
+
sortDescItem: "Sort Column Descending",
|
|
107882
|
+
sortResetItem: "Column Not Sorted"
|
|
107883
|
+
},
|
|
107884
|
+
expandAllGroups: "Expand All Groups",
|
|
107885
|
+
collapseAllGroups: "Collapse All Groups",
|
|
107886
|
+
pinColumn: "Pin Column",
|
|
107887
|
+
pinLeft: "Pin Left",
|
|
107888
|
+
pinRight: "Pin Right",
|
|
107889
|
+
noPin: "No Pin",
|
|
107890
|
+
autoSizeThisColumn: "Autosize This Column",
|
|
107891
|
+
autoSizeAllColumns: "Autosize All Columns",
|
|
107892
|
+
hideColumn: "Hide Column",
|
|
107893
|
+
resetColumns: "Reset Columns",
|
|
107894
|
+
unGroupBy: "Un-Group by {{label}}",
|
|
107895
|
+
groupBy: "Group by {{label}}"
|
|
107896
|
+
},
|
|
107897
|
+
grandTotals: "Grand Totals",
|
|
107898
|
+
search: "Search",
|
|
107899
|
+
subtotals: "Subtotals",
|
|
107900
|
+
tableSettings: {
|
|
107901
|
+
configureColumns: "Configure Columns",
|
|
107902
|
+
resetToDefault: "Show All",
|
|
107903
|
+
rowHeight: "Row Height",
|
|
107904
|
+
small: "Small",
|
|
107905
|
+
medium: "Medium",
|
|
107906
|
+
large: "Large",
|
|
107907
|
+
tableSettings: "Table Settings",
|
|
107908
|
+
groupBy: "Group by:",
|
|
107909
|
+
reset: "Reset",
|
|
107910
|
+
selectColumnGroup: "Select a column to group",
|
|
107911
|
+
configure: "Configure"
|
|
107912
|
+
},
|
|
107913
|
+
rowGroupToggle: {
|
|
107914
|
+
expandTierOne: "Open first groups in the table.",
|
|
107915
|
+
expandAll: "Open all groups in the table.",
|
|
107916
|
+
collapseAll: "Close all groups in the table."
|
|
107917
|
+
},
|
|
107918
|
+
columnGroupToggle: {
|
|
107919
|
+
collapse: "Collapse column group",
|
|
107920
|
+
expand: "Expand column group"
|
|
107921
|
+
},
|
|
107922
|
+
cells: {
|
|
107923
|
+
textCell: {
|
|
107924
|
+
placeholder: "Enter text"
|
|
107925
|
+
},
|
|
107926
|
+
currencyCell: {
|
|
107927
|
+
placeholder: "Enter currency"
|
|
107928
|
+
},
|
|
107929
|
+
numberCell: {
|
|
107930
|
+
placeholder: "Enter number"
|
|
107931
|
+
},
|
|
107932
|
+
percentCell: {
|
|
107933
|
+
placeholder: "\u9032\u5165 \uFF05"
|
|
107934
|
+
},
|
|
107935
|
+
pillCell: {
|
|
107936
|
+
placeholder: "Select {{label}}"
|
|
107937
|
+
},
|
|
107938
|
+
selectCell: {
|
|
107939
|
+
placeholder: "Select {{label}}"
|
|
107940
|
+
},
|
|
107941
|
+
multiSelectCell: {
|
|
107942
|
+
placeholder: "\u9078\u64C7\u503C"
|
|
107943
|
+
},
|
|
107944
|
+
booleanCell: {
|
|
107945
|
+
options: {
|
|
107946
|
+
yes: "Yes",
|
|
107947
|
+
no: "No"
|
|
107948
|
+
}
|
|
107949
|
+
}
|
|
107950
|
+
},
|
|
107951
|
+
filterRenders: {
|
|
107952
|
+
dateFilter: {
|
|
107953
|
+
single: "Single",
|
|
107954
|
+
range: "Range"
|
|
107955
|
+
}
|
|
107956
|
+
},
|
|
107957
|
+
groupCell: {
|
|
107958
|
+
expand: "Expand group",
|
|
107959
|
+
collapse: "Collapse group"
|
|
107960
|
+
},
|
|
107961
|
+
rowCheckbox: {
|
|
107962
|
+
ariaLabel: "Select Row"
|
|
107963
|
+
}
|
|
107964
|
+
}
|
|
107965
|
+
};
|
|
107966
|
+
|
|
107279
107967
|
// src/utils/translations.ts
|
|
107280
107968
|
var translations = {
|
|
107281
107969
|
"de-DE": de_DE_default,
|
|
@@ -107293,7 +107981,11 @@ var translations = {
|
|
|
107293
107981
|
"pt-BR": pt_BR_default,
|
|
107294
107982
|
"th-TH": th_TH_default,
|
|
107295
107983
|
"zh-SG": zh_SG_default,
|
|
107296
|
-
"pl-PL": pl_PL_default
|
|
107984
|
+
"pl-PL": pl_PL_default,
|
|
107985
|
+
"it-IT": it_IT_default,
|
|
107986
|
+
"pt-PT": pt_PT_default,
|
|
107987
|
+
"nb-NO": nb_NO_default,
|
|
107988
|
+
"zh-TW": zh_TW_default
|
|
107297
107989
|
};
|
|
107298
107990
|
var PRINCE_XML_DPI = 96;
|
|
107299
107991
|
var DEFAULT_PAGE_MARGIN = 40;
|