wcz-test 4.6.1 → 4.6.2

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/dist/index.js CHANGED
@@ -1042,7 +1042,7 @@ var TypographyWithIcon = ({ startIcon, endIcon, children, sx, gutterBottom, ...p
1042
1042
  import { Box, Stack as Stack2, Typography as Typography2 } from "@mui/material";
1043
1043
  import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
1044
1044
  var PageHeader = ({ title, action, sx }) => {
1045
- return /* @__PURE__ */ jsxs2(Stack2, { direction: "row", justifyContent: "space-between", alignItems: "center", sx: { ...sx }, children: [
1045
+ return /* @__PURE__ */ jsxs2(Stack2, { direction: "row", justifyContent: "space-between", alignItems: "center", sx: { py: 2, ...sx }, children: [
1046
1046
  /* @__PURE__ */ jsx2(Typography2, { variant: "h4", fontWeight: 600, children: title }),
1047
1047
  action && /* @__PURE__ */ jsx2(Box, { children: action })
1048
1048
  ] });
@@ -3258,8 +3258,6 @@ var csCZGrid = {
3258
3258
  toolbarExportExcel: "St\xE1hnout jako Excel",
3259
3259
  // Toolbar pivot button
3260
3260
  // toolbarPivot: 'Pivot',
3261
- // Toolbar charts button
3262
- // toolbarCharts: 'Charts',
3263
3261
  // Toolbar AI Assistant button
3264
3262
  // toolbarAssistant: 'AI Assistant',
3265
3263
  // Columns management text
@@ -3339,7 +3337,6 @@ var csCZGrid = {
3339
3337
  columnMenuSortAsc: "Se\u0159adit vzestupn\u011B",
3340
3338
  columnMenuSortDesc: "Se\u0159adit sestupn\u011B",
3341
3339
  // columnMenuManagePivot: 'Manage pivot',
3342
- // columnMenuManageCharts: 'Manage charts',
3343
3340
  // Column header text
3344
3341
  columnHeaderFiltersTooltipActive: (count) => {
3345
3342
  let pluralForm = "aktivn\xEDch filtr\u016F";
@@ -3428,7 +3425,6 @@ var csCZGrid = {
3428
3425
  rowReorderingHeaderName: "P\u0159euspo\u0159\xE1d\xE1v\xE1n\xED \u0159\xE1dk\u016F",
3429
3426
  // Aggregation
3430
3427
  aggregationMenuItemHeader: "Seskupov\xE1n\xED",
3431
- // aggregationFunctionLabelNone: 'none',
3432
3428
  aggregationFunctionLabelSum: "sou\u010Det",
3433
3429
  aggregationFunctionLabelAvg: "pr\u016Fm\u011Br",
3434
3430
  aggregationFunctionLabelMin: "min",
@@ -3462,31 +3458,6 @@ var csCZGrid = {
3462
3458
  // pivotDragToValues: 'Drag here to create values',
3463
3459
  // pivotYearColumnHeaderName: '(Year)',
3464
3460
  // pivotQuarterColumnHeaderName: '(Quarter)',
3465
- // Charts configuration panel
3466
- // chartsNoCharts: 'There are no charts available',
3467
- // chartsChartNotSelected: 'Select a chart type to configure its options',
3468
- // chartsTabChart: 'Chart',
3469
- // chartsTabFields: 'Fields',
3470
- // chartsTabCustomize: 'Customize',
3471
- // chartsCloseButton: 'Close charts configuration',
3472
- // chartsSyncButtonLabel: 'Sync chart',
3473
- // chartsSearchPlaceholder: 'Search fields',
3474
- // chartsSearchLabel: 'Search fields',
3475
- // chartsSearchClear: 'Clear search',
3476
- // chartsNoFields: 'No fields',
3477
- // chartsFieldBlocked: 'This field cannot be added to any section',
3478
- // chartsCategories: 'Categories',
3479
- // chartsSeries: 'Series',
3480
- // chartsMenuAddToDimensions: (dimensionLabel: string) => `Add to ${dimensionLabel}`,
3481
- // chartsMenuAddToValues: (valuesLabel: string) => `Add to ${valuesLabel}`,
3482
- // chartsMenuMoveUp: 'Move up',
3483
- // chartsMenuMoveDown: 'Move down',
3484
- // chartsMenuMoveToTop: 'Move to top',
3485
- // chartsMenuMoveToBottom: 'Move to bottom',
3486
- // chartsMenuOptions: 'Field options',
3487
- // chartsMenuRemove: 'Remove',
3488
- // chartsDragToDimensions: (dimensionLabel: string) => `Drag here to use column as ${dimensionLabel}`,
3489
- // chartsDragToValues: (valuesLabel: string) => `Drag here to use column as ${valuesLabel}`,
3490
3461
  // AI Assistant panel
3491
3462
  // aiAssistantPanelTitle: 'AI Assistant',
3492
3463
  // aiAssistantPanelClose: 'Close AI Assistant',
@@ -3569,8 +3540,6 @@ var GRID_DEFAULT_LOCALE_TEXT = {
3569
3540
  toolbarExportExcel: "Download as Excel",
3570
3541
  // Toolbar pivot button
3571
3542
  toolbarPivot: "Pivot",
3572
- // Toolbar charts button
3573
- toolbarCharts: "Charts",
3574
3543
  // Toolbar AI Assistant button
3575
3544
  toolbarAssistant: "AI Assistant",
3576
3545
  // Columns management text
@@ -3650,7 +3619,6 @@ var GRID_DEFAULT_LOCALE_TEXT = {
3650
3619
  columnMenuSortAsc: "Sort by ASC",
3651
3620
  columnMenuSortDesc: "Sort by DESC",
3652
3621
  columnMenuManagePivot: "Manage pivot",
3653
- columnMenuManageCharts: "Manage charts",
3654
3622
  // Column header text
3655
3623
  columnHeaderFiltersTooltipActive: (count) => count !== 1 ? `${count} active filters` : `${count} active filter`,
3656
3624
  columnHeaderFiltersLabel: "Show filters",
@@ -3718,7 +3686,6 @@ var GRID_DEFAULT_LOCALE_TEXT = {
3718
3686
  rowReorderingHeaderName: "Row reordering",
3719
3687
  // Aggregation
3720
3688
  aggregationMenuItemHeader: "Aggregation",
3721
- aggregationFunctionLabelNone: "none",
3722
3689
  aggregationFunctionLabelSum: "sum",
3723
3690
  aggregationFunctionLabelAvg: "avg",
3724
3691
  aggregationFunctionLabelMin: "min",
@@ -3752,31 +3719,6 @@ var GRID_DEFAULT_LOCALE_TEXT = {
3752
3719
  pivotDragToValues: "Drag here to create values",
3753
3720
  pivotYearColumnHeaderName: "(Year)",
3754
3721
  pivotQuarterColumnHeaderName: "(Quarter)",
3755
- // Charts configuration panel
3756
- chartsNoCharts: "There are no charts available",
3757
- chartsChartNotSelected: "Select a chart type to configure its options",
3758
- chartsTabChart: "Chart",
3759
- chartsTabFields: "Fields",
3760
- chartsTabCustomize: "Customize",
3761
- chartsCloseButton: "Close charts configuration",
3762
- chartsSyncButtonLabel: "Sync chart",
3763
- chartsSearchPlaceholder: "Search fields",
3764
- chartsSearchLabel: "Search fields",
3765
- chartsSearchClear: "Clear search",
3766
- chartsNoFields: "No fields",
3767
- chartsFieldBlocked: "This field cannot be added to any section",
3768
- chartsCategories: "Categories",
3769
- chartsSeries: "Series",
3770
- chartsMenuAddToDimensions: (dimensionLabel) => `Add to ${dimensionLabel}`,
3771
- chartsMenuAddToValues: (valuesLabel) => `Add to ${valuesLabel}`,
3772
- chartsMenuMoveUp: "Move up",
3773
- chartsMenuMoveDown: "Move down",
3774
- chartsMenuMoveToTop: "Move to top",
3775
- chartsMenuMoveToBottom: "Move to bottom",
3776
- chartsMenuOptions: "Field options",
3777
- chartsMenuRemove: "Remove",
3778
- chartsDragToDimensions: (dimensionLabel) => `Drag here to use column as ${dimensionLabel}`,
3779
- chartsDragToValues: (valuesLabel) => `Drag here to use column as ${valuesLabel}`,
3780
3722
  // AI Assistant panel
3781
3723
  aiAssistantPanelTitle: "AI Assistant",
3782
3724
  aiAssistantPanelClose: "Close AI Assistant",