@pega/lists-react 8.0.0-build.27.14
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/LICENSE +185 -0
- package/README.md +219 -0
- package/SECURITY.md +11 -0
- package/lib/Core/Components/A11y/RepeatingStructureA11y.d.ts +23 -0
- package/lib/Core/Components/A11y/RepeatingStructureA11y.d.ts.map +1 -0
- package/lib/Core/Components/A11y/RepeatingStructureA11y.js +30 -0
- package/lib/Core/Components/A11y/RepeatingStructureA11y.js.map +1 -0
- package/lib/Core/Components/AggregateMenu.d.ts +23 -0
- package/lib/Core/Components/AggregateMenu.d.ts.map +1 -0
- package/lib/Core/Components/AggregateMenu.js +73 -0
- package/lib/Core/Components/AggregateMenu.js.map +1 -0
- package/lib/Core/Components/AggregatorCell.d.ts +23 -0
- package/lib/Core/Components/AggregatorCell.d.ts.map +1 -0
- package/lib/Core/Components/AggregatorCell.js +29 -0
- package/lib/Core/Components/AggregatorCell.js.map +1 -0
- package/lib/Core/Components/ColumnResizer.d.ts +13 -0
- package/lib/Core/Components/ColumnResizer.d.ts.map +1 -0
- package/lib/Core/Components/ColumnResizer.js +12 -0
- package/lib/Core/Components/ColumnResizer.js.map +1 -0
- package/lib/Core/Components/ConfirmationModal.d.ts +27 -0
- package/lib/Core/Components/ConfirmationModal.d.ts.map +1 -0
- package/lib/Core/Components/ConfirmationModal.js +36 -0
- package/lib/Core/Components/ConfirmationModal.js.map +1 -0
- package/lib/Core/Components/ContextMenu/ContextMenuContainer.d.ts +17 -0
- package/lib/Core/Components/ContextMenu/ContextMenuContainer.d.ts.map +1 -0
- package/lib/Core/Components/ContextMenu/ContextMenuContainer.js +209 -0
- package/lib/Core/Components/ContextMenu/ContextMenuContainer.js.map +1 -0
- package/lib/Core/Components/ContextMenu/CopyPaste.d.ts +3 -0
- package/lib/Core/Components/ContextMenu/CopyPaste.d.ts.map +1 -0
- package/lib/Core/Components/ContextMenu/CopyPaste.js +22 -0
- package/lib/Core/Components/ContextMenu/CopyPaste.js.map +1 -0
- package/lib/Core/Components/ContextMenu/QuickFilter.d.ts +4 -0
- package/lib/Core/Components/ContextMenu/QuickFilter.d.ts.map +1 -0
- package/lib/Core/Components/ContextMenu/QuickFilter.js +82 -0
- package/lib/Core/Components/ContextMenu/QuickFilter.js.map +1 -0
- package/lib/Core/Components/DateValueDisplay.d.ts +13 -0
- package/lib/Core/Components/DateValueDisplay.d.ts.map +1 -0
- package/lib/Core/Components/DateValueDisplay.js +71 -0
- package/lib/Core/Components/DateValueDisplay.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/Badge.d.ts +14 -0
- package/lib/Core/Components/DefaultComponents/Badge.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/Badge.js +15 -0
- package/lib/Core/Components/DefaultComponents/Badge.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CardItem.d.ts +3 -0
- package/lib/Core/Components/DefaultComponents/CardItem.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CardItem.js +78 -0
- package/lib/Core/Components/DefaultComponents/CardItem.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/Cell.d.ts +15 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/Cell.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/Cell.js +18 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/Cell.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/CheckCross.d.ts +5 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/CheckCross.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/CheckCross.js +25 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/CheckCross.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/Comma.d.ts +13 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/Comma.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/Comma.js +11 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/Comma.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/CustomCellWrapper.d.ts +3 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/CustomCellWrapper.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/CustomCellWrapper.js +10 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/CustomCellWrapper.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/ForwardSlash.d.ts +13 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/ForwardSlash.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/ForwardSlash.js +11 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/ForwardSlash.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/MultiLine.d.ts +13 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/MultiLine.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/MultiLine.js +15 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/MultiLine.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/Space.d.ts +13 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/Space.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/Space.js +11 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/Space.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/index.d.ts +12 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/index.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/index.js +11 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/ColumnMergeTemplates/index.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/CustomCell.d.ts +18 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/CustomCell.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/CustomCell.js +51 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/CustomCell.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/DefaultTextRenderer.d.ts +13 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/DefaultTextRenderer.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/DefaultTextRenderer.js +25 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/DefaultTextRenderer.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/DateTime.d.ts +12 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/DateTime.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/DateTime.js +35 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/DateTime.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/Radio.d.ts +15 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/Radio.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/Radio.js +49 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/Radio.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/TextInput.d.ts +12 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/TextInput.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/TextInput.js +44 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/TextInput.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/index.d.ts +16 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/index.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/index.js +64 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/EditComponents/index.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/Link.d.ts +7 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/Link.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/Link.js +23 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/Link.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/Operator.d.ts +19 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/Operator.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/Operator.js +37 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/Operator.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RichText.d.ts +17 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RichText.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RichText.js +50 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RichText.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowActionMenu.d.ts +13 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowActionMenu.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowActionMenu.js +67 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowActionMenu.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowDragDropHandle.d.ts +11 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowDragDropHandle.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowDragDropHandle.js +11 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowDragDropHandle.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowError.d.ts +11 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowError.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowError.js +13 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowError.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowSelectHandle.d.ts +15 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowSelectHandle.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowSelectHandle.js +57 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/RowSelectHandle.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/index.d.ts +52 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/index.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/index.js +29 -0
- package/lib/Core/Components/DefaultComponents/CellRenderers/index.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/EmptyContainer.d.ts +3 -0
- package/lib/Core/Components/DefaultComponents/EmptyContainer.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/EmptyContainer.js +25 -0
- package/lib/Core/Components/DefaultComponents/EmptyContainer.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/Filter.d.ts +15 -0
- package/lib/Core/Components/DefaultComponents/Filter.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/Filter.js +18 -0
- package/lib/Core/Components/DefaultComponents/Filter.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/HeaderCell.d.ts +17 -0
- package/lib/Core/Components/DefaultComponents/HeaderCell.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/HeaderCell.js +21 -0
- package/lib/Core/Components/DefaultComponents/HeaderCell.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/LoadingIndicator.d.ts +3 -0
- package/lib/Core/Components/DefaultComponents/LoadingIndicator.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/LoadingIndicator.js +9 -0
- package/lib/Core/Components/DefaultComponents/LoadingIndicator.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationCreateEdit.d.ts +24 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationCreateEdit.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationCreateEdit.js +102 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationCreateEdit.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationDeleteConfirmation.d.ts +16 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationDeleteConfirmation.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationDeleteConfirmation.js +26 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationDeleteConfirmation.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationSelector.d.ts +25 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationSelector.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationSelector.js +85 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationSelector.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationUnsavedWarning.d.ts +16 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationUnsavedWarning.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationUnsavedWarning.js +26 -0
- package/lib/Core/Components/DefaultComponents/PersonalizationUnsavedWarning.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/RowHeight.d.ts +13 -0
- package/lib/Core/Components/DefaultComponents/RowHeight.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/RowHeight.js +20 -0
- package/lib/Core/Components/DefaultComponents/RowHeight.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/SelectAllCheckbox.d.ts +15 -0
- package/lib/Core/Components/DefaultComponents/SelectAllCheckbox.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/SelectAllCheckbox.js +40 -0
- package/lib/Core/Components/DefaultComponents/SelectAllCheckbox.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/Sort.d.ts +15 -0
- package/lib/Core/Components/DefaultComponents/Sort.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/Sort.js +21 -0
- package/lib/Core/Components/DefaultComponents/Sort.js.map +1 -0
- package/lib/Core/Components/DefaultComponents/index.d.ts +96 -0
- package/lib/Core/Components/DefaultComponents/index.d.ts.map +1 -0
- package/lib/Core/Components/DefaultComponents/index.js +53 -0
- package/lib/Core/Components/DefaultComponents/index.js.map +1 -0
- package/lib/Core/Components/DynamicFieldConfiguration.d.ts +23 -0
- package/lib/Core/Components/DynamicFieldConfiguration.d.ts.map +1 -0
- package/lib/Core/Components/DynamicFieldConfiguration.js +92 -0
- package/lib/Core/Components/DynamicFieldConfiguration.js.map +1 -0
- package/lib/Core/Components/EmptyContainer.d.ts +5 -0
- package/lib/Core/Components/EmptyContainer.d.ts.map +1 -0
- package/lib/Core/Components/EmptyContainer.js +12 -0
- package/lib/Core/Components/EmptyContainer.js.map +1 -0
- package/lib/Core/Components/FieldTypeIcon.d.ts +13 -0
- package/lib/Core/Components/FieldTypeIcon.d.ts.map +1 -0
- package/lib/Core/Components/FieldTypeIcon.js +17 -0
- package/lib/Core/Components/FieldTypeIcon.js.map +1 -0
- package/lib/Core/Components/Filters/AdvanceFilter.d.ts +16 -0
- package/lib/Core/Components/Filters/AdvanceFilter.d.ts.map +1 -0
- package/lib/Core/Components/Filters/AdvanceFilter.js +29 -0
- package/lib/Core/Components/Filters/AdvanceFilter.js.map +1 -0
- package/lib/Core/Components/Filters/BooleanFilter.d.ts +17 -0
- package/lib/Core/Components/Filters/BooleanFilter.d.ts.map +1 -0
- package/lib/Core/Components/Filters/BooleanFilter.js +43 -0
- package/lib/Core/Components/Filters/BooleanFilter.js.map +1 -0
- package/lib/Core/Components/Filters/CommonFilter.d.ts +17 -0
- package/lib/Core/Components/Filters/CommonFilter.d.ts.map +1 -0
- package/lib/Core/Components/Filters/CommonFilter.js +67 -0
- package/lib/Core/Components/Filters/CommonFilter.js.map +1 -0
- package/lib/Core/Components/Filters/Filter.d.ts +18 -0
- package/lib/Core/Components/Filters/Filter.d.ts.map +1 -0
- package/lib/Core/Components/Filters/Filter.js +20 -0
- package/lib/Core/Components/Filters/Filter.js.map +1 -0
- package/lib/Core/Components/Filters/FilterMenu.d.ts +15 -0
- package/lib/Core/Components/Filters/FilterMenu.d.ts.map +1 -0
- package/lib/Core/Components/Filters/FilterMenu.js +32 -0
- package/lib/Core/Components/Filters/FilterMenu.js.map +1 -0
- package/lib/Core/Components/Filters/FilterType.d.ts +18 -0
- package/lib/Core/Components/Filters/FilterType.d.ts.map +1 -0
- package/lib/Core/Components/Filters/FilterType.js +35 -0
- package/lib/Core/Components/Filters/FilterType.js.map +1 -0
- package/lib/Core/Components/Filters/Hooks/useFilterSubmit.d.ts +5 -0
- package/lib/Core/Components/Filters/Hooks/useFilterSubmit.d.ts.map +1 -0
- package/lib/Core/Components/Filters/Hooks/useFilterSubmit.js +10 -0
- package/lib/Core/Components/Filters/Hooks/useFilterSubmit.js.map +1 -0
- package/lib/Core/Components/Filters/Hooks/useValidRhsTypes.d.ts +2 -0
- package/lib/Core/Components/Filters/Hooks/useValidRhsTypes.d.ts.map +1 -0
- package/lib/Core/Components/Filters/Hooks/useValidRhsTypes.js +14 -0
- package/lib/Core/Components/Filters/Hooks/useValidRhsTypes.js.map +1 -0
- package/lib/Core/Components/Filters/InputWrapper.d.ts +28 -0
- package/lib/Core/Components/Filters/InputWrapper.d.ts.map +1 -0
- package/lib/Core/Components/Filters/InputWrapper.js +40 -0
- package/lib/Core/Components/Filters/InputWrapper.js.map +1 -0
- package/lib/Core/Components/Filters/SelectFilter.d.ts +17 -0
- package/lib/Core/Components/Filters/SelectFilter.d.ts.map +1 -0
- package/lib/Core/Components/Filters/SelectFilter.js +116 -0
- package/lib/Core/Components/Filters/SelectFilter.js.map +1 -0
- package/lib/Core/Components/Filters/SimpleFilter.d.ts +17 -0
- package/lib/Core/Components/Filters/SimpleFilter.d.ts.map +1 -0
- package/lib/Core/Components/Filters/SimpleFilter.js +38 -0
- package/lib/Core/Components/Filters/SimpleFilter.js.map +1 -0
- package/lib/Core/Components/Filters/config.d.ts +75 -0
- package/lib/Core/Components/Filters/config.d.ts.map +1 -0
- package/lib/Core/Components/Filters/config.js +244 -0
- package/lib/Core/Components/Filters/config.js.map +1 -0
- package/lib/Core/Components/Filters/styles.d.ts +3 -0
- package/lib/Core/Components/Filters/styles.d.ts.map +1 -0
- package/lib/Core/Components/Filters/styles.js +30 -0
- package/lib/Core/Components/Filters/styles.js.map +1 -0
- package/lib/Core/Components/Footer.d.ts +13 -0
- package/lib/Core/Components/Footer.d.ts.map +1 -0
- package/lib/Core/Components/Footer.js +22 -0
- package/lib/Core/Components/Footer.js.map +1 -0
- package/lib/Core/Components/FooterAggregators.d.ts +16 -0
- package/lib/Core/Components/FooterAggregators.d.ts.map +1 -0
- package/lib/Core/Components/FooterAggregators.js +29 -0
- package/lib/Core/Components/FooterAggregators.js.map +1 -0
- package/lib/Core/Components/FreezeLine.d.ts +13 -0
- package/lib/Core/Components/FreezeLine.d.ts.map +1 -0
- package/lib/Core/Components/FreezeLine.js +13 -0
- package/lib/Core/Components/FreezeLine.js.map +1 -0
- package/lib/Core/Components/GroupRenderer.d.ts +15 -0
- package/lib/Core/Components/GroupRenderer.d.ts.map +1 -0
- package/lib/Core/Components/GroupRenderer.js +212 -0
- package/lib/Core/Components/GroupRenderer.js.map +1 -0
- package/lib/Core/Components/Grouping/GroupingMenu.d.ts +15 -0
- package/lib/Core/Components/Grouping/GroupingMenu.d.ts.map +1 -0
- package/lib/Core/Components/Grouping/GroupingMenu.js +66 -0
- package/lib/Core/Components/Grouping/GroupingMenu.js.map +1 -0
- package/lib/Core/Components/HeaderCell.d.ts +17 -0
- package/lib/Core/Components/HeaderCell.d.ts.map +1 -0
- package/lib/Core/Components/HeaderCell.js +30 -0
- package/lib/Core/Components/HeaderCell.js.map +1 -0
- package/lib/Core/Components/HeaderMenu/actions.d.ts +15 -0
- package/lib/Core/Components/HeaderMenu/actions.d.ts.map +1 -0
- package/lib/Core/Components/HeaderMenu/actions.js +211 -0
- package/lib/Core/Components/HeaderMenu/actions.js.map +1 -0
- package/lib/Core/Components/HeaderMenu/index.d.ts +23 -0
- package/lib/Core/Components/HeaderMenu/index.d.ts.map +1 -0
- package/lib/Core/Components/HeaderMenu/index.js +187 -0
- package/lib/Core/Components/HeaderMenu/index.js.map +1 -0
- package/lib/Core/Components/HierarchicalCell.d.ts +23 -0
- package/lib/Core/Components/HierarchicalCell.d.ts.map +1 -0
- package/lib/Core/Components/HierarchicalCell.js +30 -0
- package/lib/Core/Components/HierarchicalCell.js.map +1 -0
- package/lib/Core/Components/HierarchicalGroupFooters.d.ts +32 -0
- package/lib/Core/Components/HierarchicalGroupFooters.d.ts.map +1 -0
- package/lib/Core/Components/HierarchicalGroupFooters.js +58 -0
- package/lib/Core/Components/HierarchicalGroupFooters.js.map +1 -0
- package/lib/Core/Components/HierarchicalGroupRenderer.d.ts +31 -0
- package/lib/Core/Components/HierarchicalGroupRenderer.d.ts.map +1 -0
- package/lib/Core/Components/HierarchicalGroupRenderer.js +230 -0
- package/lib/Core/Components/HierarchicalGroupRenderer.js.map +1 -0
- package/lib/Core/Components/LoadingIndicator.d.ts +15 -0
- package/lib/Core/Components/LoadingIndicator.d.ts.map +1 -0
- package/lib/Core/Components/LoadingIndicator.js +15 -0
- package/lib/Core/Components/LoadingIndicator.js.map +1 -0
- package/lib/Core/Components/NotificationManager.d.ts +13 -0
- package/lib/Core/Components/NotificationManager.d.ts.map +1 -0
- package/lib/Core/Components/NotificationManager.js +44 -0
- package/lib/Core/Components/NotificationManager.js.map +1 -0
- package/lib/Core/Components/RFColumnConfigurator.d.ts +19 -0
- package/lib/Core/Components/RFColumnConfigurator.d.ts.map +1 -0
- package/lib/Core/Components/RFColumnConfigurator.js +90 -0
- package/lib/Core/Components/RFColumnConfigurator.js.map +1 -0
- package/lib/Core/Components/RSWrapper/HeaderBarGadget.d.ts +13 -0
- package/lib/Core/Components/RSWrapper/HeaderBarGadget.d.ts.map +1 -0
- package/lib/Core/Components/RSWrapper/HeaderBarGadget.js +52 -0
- package/lib/Core/Components/RSWrapper/HeaderBarGadget.js.map +1 -0
- package/lib/Core/Components/RSWrapper/Personalization.d.ts +13 -0
- package/lib/Core/Components/RSWrapper/Personalization.d.ts.map +1 -0
- package/lib/Core/Components/RSWrapper/Personalization.js +61 -0
- package/lib/Core/Components/RSWrapper/Personalization.js.map +1 -0
- package/lib/Core/Components/RSWrapper/__mocks__/uuid.d.ts +2 -0
- package/lib/Core/Components/RSWrapper/__mocks__/uuid.d.ts.map +1 -0
- package/lib/Core/Components/RSWrapper/__mocks__/uuid.js +4 -0
- package/lib/Core/Components/RSWrapper/__mocks__/uuid.js.map +1 -0
- package/lib/Core/Components/RSWrapper/index.d.ts +6 -0
- package/lib/Core/Components/RSWrapper/index.d.ts.map +1 -0
- package/lib/Core/Components/RSWrapper/index.js +83 -0
- package/lib/Core/Components/RSWrapper/index.js.map +1 -0
- package/lib/Core/Components/RenderingEngine/ComponentResolverFactory.d.ts +3 -0
- package/lib/Core/Components/RenderingEngine/ComponentResolverFactory.d.ts.map +1 -0
- package/lib/Core/Components/RenderingEngine/ComponentResolverFactory.js +65 -0
- package/lib/Core/Components/RenderingEngine/ComponentResolverFactory.js.map +1 -0
- package/lib/Core/Components/RenderingEngine/ErrorHandler.d.ts +2 -0
- package/lib/Core/Components/RenderingEngine/ErrorHandler.d.ts.map +1 -0
- package/lib/Core/Components/RenderingEngine/ErrorHandler.js +2 -0
- package/lib/Core/Components/RenderingEngine/ErrorHandler.js.map +1 -0
- package/lib/Core/Components/RenderingEngine/ExpresssionEvaluator.d.ts +2 -0
- package/lib/Core/Components/RenderingEngine/ExpresssionEvaluator.d.ts.map +1 -0
- package/lib/Core/Components/RenderingEngine/ExpresssionEvaluator.js +2 -0
- package/lib/Core/Components/RenderingEngine/ExpresssionEvaluator.js.map +1 -0
- package/lib/Core/Components/RenderingEngine/Flasher.d.ts +2 -0
- package/lib/Core/Components/RenderingEngine/Flasher.d.ts.map +1 -0
- package/lib/Core/Components/RenderingEngine/Flasher.js +2 -0
- package/lib/Core/Components/RenderingEngine/Flasher.js.map +1 -0
- package/lib/Core/Components/RenderingEngine/Formatter.d.ts +2 -0
- package/lib/Core/Components/RenderingEngine/Formatter.d.ts.map +1 -0
- package/lib/Core/Components/RenderingEngine/Formatter.js +24 -0
- package/lib/Core/Components/RenderingEngine/Formatter.js.map +1 -0
- package/lib/Core/Components/RenderingEngine/RenderCell.d.ts +16 -0
- package/lib/Core/Components/RenderingEngine/RenderCell.d.ts.map +1 -0
- package/lib/Core/Components/RenderingEngine/RenderCell.js +48 -0
- package/lib/Core/Components/RenderingEngine/RenderCell.js.map +1 -0
- package/lib/Core/Components/RenderingEngine/RenderView.d.ts +8 -0
- package/lib/Core/Components/RenderingEngine/RenderView.d.ts.map +1 -0
- package/lib/Core/Components/RenderingEngine/RenderView.js +25 -0
- package/lib/Core/Components/RenderingEngine/RenderView.js.map +1 -0
- package/lib/Core/Components/RenderingEngine/Util.d.ts +2 -0
- package/lib/Core/Components/RenderingEngine/Util.d.ts.map +1 -0
- package/lib/Core/Components/RenderingEngine/Util.js +36 -0
- package/lib/Core/Components/RenderingEngine/Util.js.map +1 -0
- package/lib/Core/Components/RenderingEngine/ValueRenderer.d.ts +14 -0
- package/lib/Core/Components/RenderingEngine/ValueRenderer.d.ts.map +1 -0
- package/lib/Core/Components/RenderingEngine/ValueRenderer.js +12 -0
- package/lib/Core/Components/RenderingEngine/ValueRenderer.js.map +1 -0
- package/lib/Core/Components/RenderingEngine/useHighlighter.d.ts +5 -0
- package/lib/Core/Components/RenderingEngine/useHighlighter.d.ts.map +1 -0
- package/lib/Core/Components/RenderingEngine/useHighlighter.js +52 -0
- package/lib/Core/Components/RenderingEngine/useHighlighter.js.map +1 -0
- package/lib/Core/Components/TestIdConstants.d.ts +15 -0
- package/lib/Core/Components/TestIdConstants.d.ts.map +1 -0
- package/lib/Core/Components/TestIdConstants.js +14 -0
- package/lib/Core/Components/TestIdConstants.js.map +1 -0
- package/lib/Core/Components/Toolbar/ActionsMenu.d.ts +15 -0
- package/lib/Core/Components/Toolbar/ActionsMenu.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/ActionsMenu.js +58 -0
- package/lib/Core/Components/Toolbar/ActionsMenu.js.map +1 -0
- package/lib/Core/Components/Toolbar/AdvanceToolbar.d.ts +14 -0
- package/lib/Core/Components/Toolbar/AdvanceToolbar.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/AdvanceToolbar.js +59 -0
- package/lib/Core/Components/Toolbar/AdvanceToolbar.js.map +1 -0
- package/lib/Core/Components/Toolbar/AnnounceRowsCount.d.ts +20 -0
- package/lib/Core/Components/Toolbar/AnnounceRowsCount.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/AnnounceRowsCount.js +14 -0
- package/lib/Core/Components/Toolbar/AnnounceRowsCount.js.map +1 -0
- package/lib/Core/Components/Toolbar/ColumnSelector.d.ts +35 -0
- package/lib/Core/Components/Toolbar/ColumnSelector.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/ColumnSelector.js +141 -0
- package/lib/Core/Components/Toolbar/ColumnSelector.js.map +1 -0
- package/lib/Core/Components/Toolbar/DebugInfo.d.ts +14 -0
- package/lib/Core/Components/Toolbar/DebugInfo.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/DebugInfo.js +48 -0
- package/lib/Core/Components/Toolbar/DebugInfo.js.map +1 -0
- package/lib/Core/Components/Toolbar/FieldSelector.d.ts +19 -0
- package/lib/Core/Components/Toolbar/FieldSelector.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/FieldSelector.js +53 -0
- package/lib/Core/Components/Toolbar/FieldSelector.js.map +1 -0
- package/lib/Core/Components/Toolbar/Grouping.types.d.ts +22 -0
- package/lib/Core/Components/Toolbar/Grouping.types.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/Grouping.types.js +2 -0
- package/lib/Core/Components/Toolbar/Grouping.types.js.map +1 -0
- package/lib/Core/Components/Toolbar/Map/MapToolbar.d.ts +9 -0
- package/lib/Core/Components/Toolbar/Map/MapToolbar.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/Map/MapToolbar.js +27 -0
- package/lib/Core/Components/Toolbar/Map/MapToolbar.js.map +1 -0
- package/lib/Core/Components/Toolbar/RefreshBanner.d.ts +15 -0
- package/lib/Core/Components/Toolbar/RefreshBanner.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/RefreshBanner.js +28 -0
- package/lib/Core/Components/Toolbar/RefreshBanner.js.map +1 -0
- package/lib/Core/Components/Toolbar/SimpleToolbar.d.ts +14 -0
- package/lib/Core/Components/Toolbar/SimpleToolbar.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/SimpleToolbar.js +22 -0
- package/lib/Core/Components/Toolbar/SimpleToolbar.js.map +1 -0
- package/lib/Core/Components/Toolbar/Timeline/TimelineToolbar.d.ts +8 -0
- package/lib/Core/Components/Toolbar/Timeline/TimelineToolbar.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/Timeline/TimelineToolbar.js +61 -0
- package/lib/Core/Components/Toolbar/Timeline/TimelineToolbar.js.map +1 -0
- package/lib/Core/Components/Toolbar/ToolbarActions.d.ts +20 -0
- package/lib/Core/Components/Toolbar/ToolbarActions.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/ToolbarActions.js +28 -0
- package/lib/Core/Components/Toolbar/ToolbarActions.js.map +1 -0
- package/lib/Core/Components/Toolbar/ValidateMessage.d.ts +17 -0
- package/lib/Core/Components/Toolbar/ValidateMessage.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/ValidateMessage.js +44 -0
- package/lib/Core/Components/Toolbar/ValidateMessage.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useAnnounceRowsCount.d.ts +3 -0
- package/lib/Core/Components/Toolbar/hooks/useAnnounceRowsCount.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useAnnounceRowsCount.js +37 -0
- package/lib/Core/Components/Toolbar/hooks/useAnnounceRowsCount.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useFilter.d.ts +10 -0
- package/lib/Core/Components/Toolbar/hooks/useFilter.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useFilter.js +43 -0
- package/lib/Core/Components/Toolbar/hooks/useFilter.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useFormControlProps.d.ts +5 -0
- package/lib/Core/Components/Toolbar/hooks/useFormControlProps.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useFormControlProps.js +18 -0
- package/lib/Core/Components/Toolbar/hooks/useFormControlProps.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/DateFunctionSelector.d.ts +24 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/DateFunctionSelector.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/DateFunctionSelector.js +58 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/DateFunctionSelector.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/GroupRenderer.d.ts +16 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/GroupRenderer.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/GroupRenderer.js +110 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/GroupRenderer.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/useGroup.d.ts +11 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/useGroup.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/useGroup.js +75 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/useGroup.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/utils.d.ts +11 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/utils.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/utils.js +61 -0
- package/lib/Core/Components/Toolbar/hooks/useGroup/utils.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useMore.d.ts +9 -0
- package/lib/Core/Components/Toolbar/hooks/useMore.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useMore.js +317 -0
- package/lib/Core/Components/Toolbar/hooks/useMore.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/usePersonalization.d.ts +13 -0
- package/lib/Core/Components/Toolbar/hooks/usePersonalization.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/usePersonalization.js +17 -0
- package/lib/Core/Components/Toolbar/hooks/usePersonalization.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useRowFocus.d.ts +6 -0
- package/lib/Core/Components/Toolbar/hooks/useRowFocus.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useRowFocus.js +13 -0
- package/lib/Core/Components/Toolbar/hooks/useRowFocus.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useSearch.d.ts +11 -0
- package/lib/Core/Components/Toolbar/hooks/useSearch.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useSearch.js +38 -0
- package/lib/Core/Components/Toolbar/hooks/useSearch.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/Row.d.ts +44 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/Row.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/Row.js +54 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/Row.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/SortRenderer.d.ts +13 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/SortRenderer.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/SortRenderer.js +81 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/SortRenderer.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/useSort.d.ts +11 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/useSort.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/useSort.js +41 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/useSort.js.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/utils.d.ts +8 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/utils.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/utils.js +19 -0
- package/lib/Core/Components/Toolbar/hooks/useSort/utils.js.map +1 -0
- package/lib/Core/Components/Toolbar/index.d.ts +14 -0
- package/lib/Core/Components/Toolbar/index.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/index.js +13 -0
- package/lib/Core/Components/Toolbar/index.js.map +1 -0
- package/lib/Core/Components/Toolbar/utils/getCount.d.ts +9 -0
- package/lib/Core/Components/Toolbar/utils/getCount.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/utils/getCount.js +22 -0
- package/lib/Core/Components/Toolbar/utils/getCount.js.map +1 -0
- package/lib/Core/Components/Toolbar/utils/utils.d.ts +51 -0
- package/lib/Core/Components/Toolbar/utils/utils.d.ts.map +1 -0
- package/lib/Core/Components/Toolbar/utils/utils.js +100 -0
- package/lib/Core/Components/Toolbar/utils/utils.js.map +1 -0
- package/lib/Core/Components/Virtualise/Pagination.d.ts +13 -0
- package/lib/Core/Components/Virtualise/Pagination.d.ts.map +1 -0
- package/lib/Core/Components/Virtualise/Pagination.js +228 -0
- package/lib/Core/Components/Virtualise/Pagination.js.map +1 -0
- package/lib/Core/Components/Virtualise/UseResizeObserver.d.ts +2 -0
- package/lib/Core/Components/Virtualise/UseResizeObserver.d.ts.map +1 -0
- package/lib/Core/Components/Virtualise/UseResizeObserver.js +18 -0
- package/lib/Core/Components/Virtualise/UseResizeObserver.js.map +1 -0
- package/lib/Core/Components/Virtualise/UseScroll.d.ts +3 -0
- package/lib/Core/Components/Virtualise/UseScroll.d.ts.map +1 -0
- package/lib/Core/Components/Virtualise/UseScroll.js +92 -0
- package/lib/Core/Components/Virtualise/UseScroll.js.map +1 -0
- package/lib/Core/Components/Virtualise/VirtualizeInfinite.d.ts +3 -0
- package/lib/Core/Components/Virtualise/VirtualizeInfinite.d.ts.map +1 -0
- package/lib/Core/Components/Virtualise/VirtualizeInfinite.js +328 -0
- package/lib/Core/Components/Virtualise/VirtualizeInfinite.js.map +1 -0
- package/lib/Core/Components/Virtualise/index.d.ts +3 -0
- package/lib/Core/Components/Virtualise/index.d.ts.map +1 -0
- package/lib/Core/Components/Virtualise/index.js +313 -0
- package/lib/Core/Components/Virtualise/index.js.map +1 -0
- package/lib/Core/Components/Virtualise/utility.d.ts +63 -0
- package/lib/Core/Components/Virtualise/utility.d.ts.map +1 -0
- package/lib/Core/Components/Virtualise/utility.js +209 -0
- package/lib/Core/Components/Virtualise/utility.js.map +1 -0
- package/lib/Core/Context/GlobalContext.d.ts +8 -0
- package/lib/Core/Context/GlobalContext.d.ts.map +1 -0
- package/lib/Core/Context/GlobalContext.js +7 -0
- package/lib/Core/Context/GlobalContext.js.map +1 -0
- package/lib/Core/Context/LocalizationContext.d.ts +13 -0
- package/lib/Core/Context/LocalizationContext.d.ts.map +1 -0
- package/lib/Core/Context/LocalizationContext.js +16 -0
- package/lib/Core/Context/LocalizationContext.js.map +1 -0
- package/lib/Core/Context/ToolbarContext.d.ts +8 -0
- package/lib/Core/Context/ToolbarContext.d.ts.map +1 -0
- package/lib/Core/Context/ToolbarContext.js +7 -0
- package/lib/Core/Context/ToolbarContext.js.map +1 -0
- package/lib/Core/Hooks/UseDebounce.d.ts +2 -0
- package/lib/Core/Hooks/UseDebounce.d.ts.map +1 -0
- package/lib/Core/Hooks/UseDebounce.js +15 -0
- package/lib/Core/Hooks/UseDebounce.js.map +1 -0
- package/lib/Core/Hooks/UseOuterEvent.d.ts +2 -0
- package/lib/Core/Hooks/UseOuterEvent.d.ts.map +1 -0
- package/lib/Core/Hooks/UseOuterEvent.js +30 -0
- package/lib/Core/Hooks/UseOuterEvent.js.map +1 -0
- package/lib/Core/Hooks/UseReactToProps.d.ts +2 -0
- package/lib/Core/Hooks/UseReactToProps.d.ts.map +1 -0
- package/lib/Core/Hooks/UseReactToProps.js +8 -0
- package/lib/Core/Hooks/UseReactToProps.js.map +1 -0
- package/lib/Core/Hooks/UseScrollAway.d.ts +2 -0
- package/lib/Core/Hooks/UseScrollAway.d.ts.map +1 -0
- package/lib/Core/Hooks/UseScrollAway.js +30 -0
- package/lib/Core/Hooks/UseScrollAway.js.map +1 -0
- package/lib/Core/Hooks/UseSelect.d.ts +2 -0
- package/lib/Core/Hooks/UseSelect.d.ts.map +1 -0
- package/lib/Core/Hooks/UseSelect.js +17 -0
- package/lib/Core/Hooks/UseSelect.js.map +1 -0
- package/lib/Core/Hooks/UseThrottle.d.ts +2 -0
- package/lib/Core/Hooks/UseThrottle.d.ts.map +1 -0
- package/lib/Core/Hooks/UseThrottle.js +14 -0
- package/lib/Core/Hooks/UseThrottle.js.map +1 -0
- package/lib/Core/Hooks/UseThunkReducer.d.ts +3 -0
- package/lib/Core/Hooks/UseThunkReducer.d.ts.map +1 -0
- package/lib/Core/Hooks/UseThunkReducer.js +15 -0
- package/lib/Core/Hooks/UseThunkReducer.js.map +1 -0
- package/lib/Core/Hooks/a11y/index.d.ts +3 -0
- package/lib/Core/Hooks/a11y/index.d.ts.map +1 -0
- package/lib/Core/Hooks/a11y/index.js +4 -0
- package/lib/Core/Hooks/a11y/index.js.map +1 -0
- package/lib/Core/Hooks/a11y/useAnnounceGroup.d.ts +3 -0
- package/lib/Core/Hooks/a11y/useAnnounceGroup.d.ts.map +1 -0
- package/lib/Core/Hooks/a11y/useAnnounceGroup.js +45 -0
- package/lib/Core/Hooks/a11y/useAnnounceGroup.js.map +1 -0
- package/lib/Core/Hooks/a11y/useKeyboardA11y.d.ts +16 -0
- package/lib/Core/Hooks/a11y/useKeyboardA11y.d.ts.map +1 -0
- package/lib/Core/Hooks/a11y/useKeyboardA11y.js +147 -0
- package/lib/Core/Hooks/a11y/useKeyboardA11y.js.map +1 -0
- package/lib/Core/Hooks/useConfirmationModal.d.ts +5 -0
- package/lib/Core/Hooks/useConfirmationModal.d.ts.map +1 -0
- package/lib/Core/Hooks/useConfirmationModal.js +42 -0
- package/lib/Core/Hooks/useConfirmationModal.js.map +1 -0
- package/lib/Core/Hooks/useDragDrop.d.ts +25 -0
- package/lib/Core/Hooks/useDragDrop.d.ts.map +1 -0
- package/lib/Core/Hooks/useDragDrop.js +217 -0
- package/lib/Core/Hooks/useDragDrop.js.map +1 -0
- package/lib/Core/Hooks/useRepeat.d.ts +18 -0
- package/lib/Core/Hooks/useRepeat.d.ts.map +1 -0
- package/lib/Core/Hooks/useRepeat.js +174 -0
- package/lib/Core/Hooks/useRepeat.js.map +1 -0
- package/lib/Core/Hooks/useSingleClick.d.ts +2 -0
- package/lib/Core/Hooks/useSingleClick.d.ts.map +1 -0
- package/lib/Core/Hooks/useSingleClick.js +17 -0
- package/lib/Core/Hooks/useSingleClick.js.map +1 -0
- package/lib/Core/Hooks/useSmallScreen.d.ts +4 -0
- package/lib/Core/Hooks/useSmallScreen.d.ts.map +1 -0
- package/lib/Core/Hooks/useSmallScreen.js +11 -0
- package/lib/Core/Hooks/useSmallScreen.js.map +1 -0
- package/lib/Core/Hooks/useTranslate.d.ts +2 -0
- package/lib/Core/Hooks/useTranslate.d.ts.map +1 -0
- package/lib/Core/Hooks/useTranslate.js +7 -0
- package/lib/Core/Hooks/useTranslate.js.map +1 -0
- package/lib/Core/Localization/defaultTranslations.d.ts +144 -0
- package/lib/Core/Localization/defaultTranslations.d.ts.map +1 -0
- package/lib/Core/Localization/defaultTranslations.js +145 -0
- package/lib/Core/Localization/defaultTranslations.js.map +1 -0
- package/lib/Core/Localization/translateCosmosLiteralsUtils.d.ts +6 -0
- package/lib/Core/Localization/translateCosmosLiteralsUtils.d.ts.map +1 -0
- package/lib/Core/Localization/translateCosmosLiteralsUtils.js +15 -0
- package/lib/Core/Localization/translateCosmosLiteralsUtils.js.map +1 -0
- package/lib/Core/Test/JUnitMocks.d.ts +1015 -0
- package/lib/Core/Test/JUnitMocks.d.ts.map +1 -0
- package/lib/Core/Test/JUnitMocks.js +619 -0
- package/lib/Core/Test/JUnitMocks.js.map +1 -0
- package/lib/Core/Test/TestUtils.d.ts +9 -0
- package/lib/Core/Test/TestUtils.d.ts.map +1 -0
- package/lib/Core/Test/TestUtils.js +25 -0
- package/lib/Core/Test/TestUtils.js.map +1 -0
- package/lib/Core/Utils/index.d.ts +19 -0
- package/lib/Core/Utils/index.d.ts.map +1 -0
- package/lib/Core/Utils/index.js +93 -0
- package/lib/Core/Utils/index.js.map +1 -0
- package/lib/Core/Views/Gallery/GalleryA11y.d.ts +13 -0
- package/lib/Core/Views/Gallery/GalleryA11y.d.ts.map +1 -0
- package/lib/Core/Views/Gallery/GalleryA11y.js +57 -0
- package/lib/Core/Views/Gallery/GalleryA11y.js.map +1 -0
- package/lib/Core/Views/Gallery/ItemWrapper.d.ts +19 -0
- package/lib/Core/Views/Gallery/ItemWrapper.d.ts.map +1 -0
- package/lib/Core/Views/Gallery/ItemWrapper.js +29 -0
- package/lib/Core/Views/Gallery/ItemWrapper.js.map +1 -0
- package/lib/Core/Views/Gallery/StyledGalleryContainer.d.ts +3 -0
- package/lib/Core/Views/Gallery/StyledGalleryContainer.d.ts.map +1 -0
- package/lib/Core/Views/Gallery/StyledGalleryContainer.js +60 -0
- package/lib/Core/Views/Gallery/StyledGalleryContainer.js.map +1 -0
- package/lib/Core/Views/Gallery/_tests_/Samples/GalleryA11ySample.d.ts +2 -0
- package/lib/Core/Views/Gallery/_tests_/Samples/GalleryA11ySample.d.ts.map +1 -0
- package/lib/Core/Views/Gallery/_tests_/Samples/GalleryA11ySample.js +8 -0
- package/lib/Core/Views/Gallery/_tests_/Samples/GalleryA11ySample.js.map +1 -0
- package/lib/Core/Views/Gallery/index.d.ts +13 -0
- package/lib/Core/Views/Gallery/index.d.ts.map +1 -0
- package/lib/Core/Views/Gallery/index.js +82 -0
- package/lib/Core/Views/Gallery/index.js.map +1 -0
- package/lib/Core/Views/Map/Map.styles.d.ts +12 -0
- package/lib/Core/Views/Map/Map.styles.d.ts.map +1 -0
- package/lib/Core/Views/Map/Map.styles.js +47 -0
- package/lib/Core/Views/Map/Map.styles.js.map +1 -0
- package/lib/Core/Views/Map/MapItem.d.ts +10 -0
- package/lib/Core/Views/Map/MapItem.d.ts.map +1 -0
- package/lib/Core/Views/Map/MapItem.js +12 -0
- package/lib/Core/Views/Map/MapItem.js.map +1 -0
- package/lib/Core/Views/Map/index.d.ts +7 -0
- package/lib/Core/Views/Map/index.d.ts.map +1 -0
- package/lib/Core/Views/Map/index.js +50 -0
- package/lib/Core/Views/Map/index.js.map +1 -0
- package/lib/Core/Views/Map/utils.d.ts +14 -0
- package/lib/Core/Views/Map/utils.d.ts.map +1 -0
- package/lib/Core/Views/Map/utils.js +31 -0
- package/lib/Core/Views/Map/utils.js.map +1 -0
- package/lib/Core/Views/Table/Body.d.ts +23 -0
- package/lib/Core/Views/Table/Body.d.ts.map +1 -0
- package/lib/Core/Views/Table/Body.js +44 -0
- package/lib/Core/Views/Table/Body.js.map +1 -0
- package/lib/Core/Views/Table/CellWrapper.d.ts +23 -0
- package/lib/Core/Views/Table/CellWrapper.d.ts.map +1 -0
- package/lib/Core/Views/Table/CellWrapper.js +75 -0
- package/lib/Core/Views/Table/CellWrapper.js.map +1 -0
- package/lib/Core/Views/Table/GroupingHeaderCell.d.ts +22 -0
- package/lib/Core/Views/Table/GroupingHeaderCell.d.ts.map +1 -0
- package/lib/Core/Views/Table/GroupingHeaderCell.js +26 -0
- package/lib/Core/Views/Table/GroupingHeaderCell.js.map +1 -0
- package/lib/Core/Views/Table/HeaderWrapper.d.ts +13 -0
- package/lib/Core/Views/Table/HeaderWrapper.d.ts.map +1 -0
- package/lib/Core/Views/Table/HeaderWrapper.js +33 -0
- package/lib/Core/Views/Table/HeaderWrapper.js.map +1 -0
- package/lib/Core/Views/Table/Headers.d.ts +3 -0
- package/lib/Core/Views/Table/Headers.d.ts.map +1 -0
- package/lib/Core/Views/Table/Headers.js +24 -0
- package/lib/Core/Views/Table/Headers.js.map +1 -0
- package/lib/Core/Views/Table/Row.d.ts +26 -0
- package/lib/Core/Views/Table/Row.d.ts.map +1 -0
- package/lib/Core/Views/Table/Row.js +24 -0
- package/lib/Core/Views/Table/Row.js.map +1 -0
- package/lib/Core/Views/Table/Samples/a11ySampleWithErrors.d.ts +8 -0
- package/lib/Core/Views/Table/Samples/a11ySampleWithErrors.d.ts.map +1 -0
- package/lib/Core/Views/Table/Samples/a11ySampleWithErrors.js +333 -0
- package/lib/Core/Views/Table/Samples/a11ySampleWithErrors.js.map +1 -0
- package/lib/Core/Views/Table/StyledTableContainer.d.ts +3 -0
- package/lib/Core/Views/Table/StyledTableContainer.d.ts.map +1 -0
- package/lib/Core/Views/Table/StyledTableContainer.js +861 -0
- package/lib/Core/Views/Table/StyledTableContainer.js.map +1 -0
- package/lib/Core/Views/Table/TableA11y.d.ts +48 -0
- package/lib/Core/Views/Table/TableA11y.d.ts.map +1 -0
- package/lib/Core/Views/Table/TableA11y.js +638 -0
- package/lib/Core/Views/Table/TableA11y.js.map +1 -0
- package/lib/Core/Views/Table/UseSort.d.ts +2 -0
- package/lib/Core/Views/Table/UseSort.d.ts.map +1 -0
- package/lib/Core/Views/Table/UseSort.js +37 -0
- package/lib/Core/Views/Table/UseSort.js.map +1 -0
- package/lib/Core/Views/Table/VirtualizeWrapper.d.ts +31 -0
- package/lib/Core/Views/Table/VirtualizeWrapper.d.ts.map +1 -0
- package/lib/Core/Views/Table/VirtualizeWrapper.js +39 -0
- package/lib/Core/Views/Table/VirtualizeWrapper.js.map +1 -0
- package/lib/Core/Views/Table/index.d.ts +13 -0
- package/lib/Core/Views/Table/index.d.ts.map +1 -0
- package/lib/Core/Views/Table/index.js +91 -0
- package/lib/Core/Views/Table/index.js.map +1 -0
- package/lib/Core/Views/Timeline/index.d.ts +7 -0
- package/lib/Core/Views/Timeline/index.d.ts.map +1 -0
- package/lib/Core/Views/Timeline/index.js +81 -0
- package/lib/Core/Views/Timeline/index.js.map +1 -0
- package/lib/Core/Views/Timeline/utility.d.ts +8 -0
- package/lib/Core/Views/Timeline/utility.d.ts.map +1 -0
- package/lib/Core/Views/Timeline/utility.js +120 -0
- package/lib/Core/Views/Timeline/utility.js.map +1 -0
- package/lib/Core/Views/rs-styles.d.ts +3 -0
- package/lib/Core/Views/rs-styles.d.ts.map +1 -0
- package/lib/Core/Views/rs-styles.js +10 -0
- package/lib/Core/Views/rs-styles.js.map +1 -0
- package/lib/Core/constants.d.ts +73 -0
- package/lib/Core/constants.d.ts.map +1 -0
- package/lib/Core/constants.js +86 -0
- package/lib/Core/constants.js.map +1 -0
- package/lib/Core/index.d.ts +5 -0
- package/lib/Core/index.d.ts.map +1 -0
- package/lib/Core/index.js +40 -0
- package/lib/Core/index.js.map +1 -0
- package/lib/index.d.ts +6 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +7 -0
- package/lib/index.js.map +1 -0
- package/lib/types.d.ts +231 -0
- package/lib/types.d.ts.map +1 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/package.json +51 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JUnitMocks.d.ts","sourceRoot":"","sources":["../../../Core/Test/JUnitMocks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;;;GAyEpB,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsEzB,CAAC;AAOF,eAAO,MAAM,OAAO;;;;;;;CAQnB,CAAC;AAEF,eAAO,MAAM,YAAY;;;;CAQxB,CAAC;AAEF,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiEhB,CAAC;AA2CF,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAOF,MAAM;;qBAII,GAAG,SAAS,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgE/C,CAAC;AASF,eAAO,MAAM,UAAU;;;;GAGtB,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;GA2B5B,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;CAMlC,CAAC;AAGF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiNxC,CAAC;AAGF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;CAiBhC,CAAC"}
|
|
@@ -0,0 +1,619 @@
|
|
|
1
|
+
export const dataMock = [
|
|
2
|
+
{
|
|
3
|
+
pyID: 'BUG-199277',
|
|
4
|
+
pyLabel: 'MFS: Mobile: Operator icon doesn’t appear in Case Manager Portal',
|
|
5
|
+
pxCurrentStageLabel: 'New',
|
|
6
|
+
pxUrgencyWork: '15',
|
|
7
|
+
pyStatusWork: 'New',
|
|
8
|
+
pxCreateDateTime: '2020-04-25T12:20:29.273Z',
|
|
9
|
+
ProductVersionID: 'RLS-5657'
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
pyID: 'BUG-184789',
|
|
13
|
+
pyLabel: 'Layout Group configured as tab shows both menu and tab',
|
|
14
|
+
pxCurrentStageLabel: 'Rejected',
|
|
15
|
+
pxUrgencyWork: '45',
|
|
16
|
+
pyStatusWork: 'Resolved-Rejected',
|
|
17
|
+
pxCreateDateTime: '2020-04-26T12:20:29.273Z',
|
|
18
|
+
ProductVersionID: 'RLS-5658'
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
pyID: 'BUG-168038',
|
|
22
|
+
pyLabel: 'Show Message on unsupported browser',
|
|
23
|
+
pxCurrentStageLabel: 'Fixed',
|
|
24
|
+
pxUrgencyWork: '85',
|
|
25
|
+
pyStatusWork: 'Resolved-Completed',
|
|
26
|
+
pxCreateDateTime: '2020-01-25T12:20:29.273Z',
|
|
27
|
+
ProductVersionID: 'RLS-5157'
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
pyID: 'BUG-161608',
|
|
31
|
+
pyLabel: 'UI Kit : Stages in CM portal not responsive with',
|
|
32
|
+
pxCurrentStageLabel: 'Rejected',
|
|
33
|
+
pxUrgencyWork: '15',
|
|
34
|
+
pyStatusWork: 'Resolved-Rejected',
|
|
35
|
+
pxCreateDateTime: '2019-04-25T12:20:29.273Z',
|
|
36
|
+
ProductVersionID: 'RLS-4657'
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
pyID: 'BUG-161604',
|
|
40
|
+
pyLabel: 'UI Kit is not added for new applications built on existing implementation',
|
|
41
|
+
pxCurrentStageLabel: 'Fixing',
|
|
42
|
+
pxUrgencyWork: '45',
|
|
43
|
+
pyStatusWork: 'Open-InProgress',
|
|
44
|
+
pxCreateDateTime: '2020-09-25T12:20:29.273Z',
|
|
45
|
+
ProductVersionID: 'RLS-3657'
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
pyID: 'BUG-168099',
|
|
49
|
+
pyLabel: 'Show Message on unsupported browser',
|
|
50
|
+
pxCurrentStageLabel: 'Fixed',
|
|
51
|
+
pxUrgencyWork: '90',
|
|
52
|
+
pyStatusWork: 'Resolved-Completed',
|
|
53
|
+
pxCreateDateTime: '2010-04-25T12:20:29.273Z',
|
|
54
|
+
ProductVersionID: 'RLS-2657'
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
pyID: 'BUG-161638',
|
|
58
|
+
pyLabel: 'UI Kit : Stages in CM portal not responsive with',
|
|
59
|
+
pxCurrentStageLabel: 'Rejected',
|
|
60
|
+
pxUrgencyWork: '85',
|
|
61
|
+
pyStatusWork: 'Resolved-Rejected',
|
|
62
|
+
pxCreateDateTime: '2020-04-25T12:10:29.273Z',
|
|
63
|
+
ProductVersionID: 'RLS-1657'
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
pyID: 'BUG-161684',
|
|
67
|
+
pyLabel: 'UI Kit is not added for new applications built on existing implementation',
|
|
68
|
+
pxCurrentStageLabel: 'Fixing',
|
|
69
|
+
pxUrgencyWork: '15',
|
|
70
|
+
pyStatusWork: 'Open-InProgress',
|
|
71
|
+
pxCreateDateTime: '2020-04-25T12:20:28.273Z',
|
|
72
|
+
ProductVersionID: 'RLS-557'
|
|
73
|
+
}
|
|
74
|
+
];
|
|
75
|
+
export const fieldDefsMock = [
|
|
76
|
+
{
|
|
77
|
+
type: 'number',
|
|
78
|
+
name: 'pyIndex',
|
|
79
|
+
label: 'Sl.No.',
|
|
80
|
+
width: 50,
|
|
81
|
+
id: 'A', // Don't change this
|
|
82
|
+
minWidth: 40,
|
|
83
|
+
resize: true,
|
|
84
|
+
show: true,
|
|
85
|
+
sort: true
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
type: 'text',
|
|
89
|
+
name: 'pyID',
|
|
90
|
+
label: 'ID',
|
|
91
|
+
width: 150,
|
|
92
|
+
id: '2',
|
|
93
|
+
resize: true,
|
|
94
|
+
show: true,
|
|
95
|
+
sort: true
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'text',
|
|
99
|
+
name: 'pyLabel',
|
|
100
|
+
label: 'Name',
|
|
101
|
+
width: 400,
|
|
102
|
+
id: '3',
|
|
103
|
+
resize: true,
|
|
104
|
+
show: true,
|
|
105
|
+
sort: true
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'number',
|
|
109
|
+
name: 'pxUrgencyWork',
|
|
110
|
+
label: 'Priority',
|
|
111
|
+
width: 300,
|
|
112
|
+
id: 'D',
|
|
113
|
+
resize: true,
|
|
114
|
+
show: true,
|
|
115
|
+
category: [{ label: 'Update Operator' }],
|
|
116
|
+
showCategoryInHeaderLabel: true
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'date',
|
|
120
|
+
name: 'pxCreateDateTime',
|
|
121
|
+
label: 'Created on',
|
|
122
|
+
width: 400,
|
|
123
|
+
id: '5',
|
|
124
|
+
filter: true,
|
|
125
|
+
show: true
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'text',
|
|
129
|
+
name: 'ProductVersionID',
|
|
130
|
+
label: 'Release',
|
|
131
|
+
width: 100,
|
|
132
|
+
id: '7',
|
|
133
|
+
show: true
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'text',
|
|
137
|
+
name: 'pxCurrentStageLabel',
|
|
138
|
+
label: 'Status',
|
|
139
|
+
width: 100,
|
|
140
|
+
id: 'F',
|
|
141
|
+
resize: true,
|
|
142
|
+
filter: true,
|
|
143
|
+
show: true
|
|
144
|
+
}
|
|
145
|
+
];
|
|
146
|
+
const mockDataRow = {
|
|
147
|
+
pyID: 1,
|
|
148
|
+
pyLabel: 'Testing'
|
|
149
|
+
};
|
|
150
|
+
export const mockRow = {
|
|
151
|
+
getContext: () => {
|
|
152
|
+
return {
|
|
153
|
+
getValue: () => {
|
|
154
|
+
return mockDataRow;
|
|
155
|
+
}
|
|
156
|
+
};
|
|
157
|
+
}
|
|
158
|
+
};
|
|
159
|
+
export const emptyMockRow = {
|
|
160
|
+
getContext: () => {
|
|
161
|
+
return {
|
|
162
|
+
getValue: () => {
|
|
163
|
+
return null;
|
|
164
|
+
}
|
|
165
|
+
};
|
|
166
|
+
}
|
|
167
|
+
};
|
|
168
|
+
export const meta = {
|
|
169
|
+
title: '<>mock title<>',
|
|
170
|
+
icon: 'picture',
|
|
171
|
+
template: 'Table',
|
|
172
|
+
personalization: true,
|
|
173
|
+
fieldDefs: fieldDefsMock,
|
|
174
|
+
locale: 'en-US',
|
|
175
|
+
timezone: 'America/New_York',
|
|
176
|
+
height: { height: 0, minHeight: 400, deltaAdjustment: 0 },
|
|
177
|
+
comparatorMap: {},
|
|
178
|
+
typeMap: {},
|
|
179
|
+
sortOrder: ['asc', 'desc', null],
|
|
180
|
+
toggleFieldVisibility: true,
|
|
181
|
+
grouping: true,
|
|
182
|
+
dateFunctions: {
|
|
183
|
+
// TODO: Enable HOURS
|
|
184
|
+
DATE_TIME: [
|
|
185
|
+
'YEARS',
|
|
186
|
+
'QUARTERS',
|
|
187
|
+
'MONTHS',
|
|
188
|
+
'WEEKS',
|
|
189
|
+
'DAYS',
|
|
190
|
+
'MONTHS_OF_YEAR',
|
|
191
|
+
'DAYS_OF_MONTH',
|
|
192
|
+
'DAYS_OF_WEEK'
|
|
193
|
+
],
|
|
194
|
+
DATE_ONLY: [
|
|
195
|
+
'YEARS',
|
|
196
|
+
'QUARTERS',
|
|
197
|
+
'MONTHS',
|
|
198
|
+
'WEEKS',
|
|
199
|
+
'MONTHS_OF_YEAR',
|
|
200
|
+
'DAYS_OF_MONTH',
|
|
201
|
+
'DAYS_OF_WEEK'
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
aggregateOptions: {
|
|
205
|
+
number: ['numberAggregateFn1', 'numberAggregateFn2'],
|
|
206
|
+
currency: ['currencyAggregateFn1', 'currencyAggregateFn2']
|
|
207
|
+
},
|
|
208
|
+
expandGroups: true,
|
|
209
|
+
dynamicFieldTemplates: [
|
|
210
|
+
{
|
|
211
|
+
name: 'Comma separated',
|
|
212
|
+
value: 'comma',
|
|
213
|
+
selected: true
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
name: 'Space separated',
|
|
217
|
+
value: 'space'
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
name: 'Multi line',
|
|
221
|
+
value: 'multiline'
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
displayDensity: [],
|
|
225
|
+
headerBar: true,
|
|
226
|
+
isPreset: true,
|
|
227
|
+
id: 'nonPersonalizationViewKey',
|
|
228
|
+
displayFeatures: {
|
|
229
|
+
filter: true,
|
|
230
|
+
grouping: true,
|
|
231
|
+
sort: true
|
|
232
|
+
}
|
|
233
|
+
};
|
|
234
|
+
const state = {
|
|
235
|
+
filteredFields: [],
|
|
236
|
+
filterExpression: null,
|
|
237
|
+
customFields: [],
|
|
238
|
+
personalization: {
|
|
239
|
+
active: 'nonPersonalizationViewKey',
|
|
240
|
+
allPersonalizations: {
|
|
241
|
+
nonPersonalizationViewKey: {
|
|
242
|
+
name: 'Initial view',
|
|
243
|
+
template: 'Table',
|
|
244
|
+
isPreset: true
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
search: {
|
|
249
|
+
query: 'search.query'
|
|
250
|
+
},
|
|
251
|
+
refresh: false,
|
|
252
|
+
selectedHeightOption: 'selectedHeightOption',
|
|
253
|
+
paginationOptions: {},
|
|
254
|
+
showHeaderIcons: true,
|
|
255
|
+
responsive: { sm: true }
|
|
256
|
+
};
|
|
257
|
+
const apiContext = {
|
|
258
|
+
fetchUniqueColValues: () => {
|
|
259
|
+
return Promise.resolve([]);
|
|
260
|
+
},
|
|
261
|
+
fetchGroupedInfo: () => {
|
|
262
|
+
return Promise.resolve([]);
|
|
263
|
+
}
|
|
264
|
+
};
|
|
265
|
+
const domContainer = document.createElement('div');
|
|
266
|
+
domContainer.setAttribute('data-testid', 'table-dom-container');
|
|
267
|
+
// Attaching the domContainer to body to make it work with RTL specially in case of portals
|
|
268
|
+
document.body.appendChild(domContainer);
|
|
269
|
+
domContainer.getBoundingClientRect = () => {
|
|
270
|
+
return { top: 10, left: 10, bottom: 10, right: 10 };
|
|
271
|
+
};
|
|
272
|
+
export const instanceMock = {
|
|
273
|
+
externalStatePassed: false,
|
|
274
|
+
presets: [],
|
|
275
|
+
view: {
|
|
276
|
+
meta,
|
|
277
|
+
state,
|
|
278
|
+
formatters: {
|
|
279
|
+
Integer: (value) => {
|
|
280
|
+
return value;
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
setProp: function setProp(p, value) {
|
|
284
|
+
// @ts-ignore
|
|
285
|
+
this[p] = value;
|
|
286
|
+
},
|
|
287
|
+
setDomContainer: () => { },
|
|
288
|
+
getDomContainer: () => domContainer,
|
|
289
|
+
type: {
|
|
290
|
+
onPaginate: () => { },
|
|
291
|
+
applyActivePersonalization: () => { },
|
|
292
|
+
applySorting: () => { },
|
|
293
|
+
applySearch: () => { }
|
|
294
|
+
},
|
|
295
|
+
getComponent: () => { },
|
|
296
|
+
putVirtualizeElement: () => { },
|
|
297
|
+
rowHeight: 40,
|
|
298
|
+
rowHeightClass: '',
|
|
299
|
+
setScrollNode: () => { },
|
|
300
|
+
bodyHeight: 400,
|
|
301
|
+
totalItemCount: undefined,
|
|
302
|
+
columns: meta.fieldDefs.map(field => ({
|
|
303
|
+
field,
|
|
304
|
+
parent: {},
|
|
305
|
+
label: field.label,
|
|
306
|
+
setExecutionContext: () => { },
|
|
307
|
+
getRenderingEngineProps: () => {
|
|
308
|
+
return {
|
|
309
|
+
column: {
|
|
310
|
+
...field,
|
|
311
|
+
getExecutionContext: () => { },
|
|
312
|
+
getContext: () => { },
|
|
313
|
+
isCellInEditMode: () => { }
|
|
314
|
+
},
|
|
315
|
+
context: { getField: () => ({ type: undefined }) }
|
|
316
|
+
};
|
|
317
|
+
},
|
|
318
|
+
isCellInEditMode: () => false,
|
|
319
|
+
getUIProps: () => ({
|
|
320
|
+
classList: 'some-class'
|
|
321
|
+
}),
|
|
322
|
+
getContext: () => ({
|
|
323
|
+
getField: () => field,
|
|
324
|
+
getFormattedValue: () => null
|
|
325
|
+
}),
|
|
326
|
+
getExecutionContext: () => { },
|
|
327
|
+
style: {},
|
|
328
|
+
get isAutoSizable() {
|
|
329
|
+
// @ts-ignore
|
|
330
|
+
return this.field.resize && !this.hidden && this.cellRenderer !== 'RichText';
|
|
331
|
+
}
|
|
332
|
+
})),
|
|
333
|
+
toolBarOptions: [],
|
|
334
|
+
data: dataMock,
|
|
335
|
+
domContainer,
|
|
336
|
+
getContext() {
|
|
337
|
+
return { getRequiredDef: () => undefined, getMeta: () => meta };
|
|
338
|
+
},
|
|
339
|
+
shouldDisplayFeature: () => true
|
|
340
|
+
},
|
|
341
|
+
getState() {
|
|
342
|
+
return this.view.state;
|
|
343
|
+
},
|
|
344
|
+
dispatch: () => { },
|
|
345
|
+
apiContext,
|
|
346
|
+
subscribe: () => { }
|
|
347
|
+
};
|
|
348
|
+
instanceMock.view.columns.forEach(column => {
|
|
349
|
+
column.parent = instanceMock.view;
|
|
350
|
+
column.getExecutionContext = () => ({
|
|
351
|
+
getValue: () => null,
|
|
352
|
+
getParentContext: () => instanceMock.view
|
|
353
|
+
});
|
|
354
|
+
});
|
|
355
|
+
export const groupsMock = [
|
|
356
|
+
{ columnId: 'D', order: 'asc', level: 0 },
|
|
357
|
+
{ columnId: 'F', order: 'asc', level: 1 }
|
|
358
|
+
];
|
|
359
|
+
export const groupingInfoMock = [
|
|
360
|
+
{
|
|
361
|
+
name: 15,
|
|
362
|
+
children: [
|
|
363
|
+
{ name: 'New', count: 1 },
|
|
364
|
+
{ name: 'Rejected', count: 1 },
|
|
365
|
+
{ name: 'Fixing', count: 1 }
|
|
366
|
+
]
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
name: 45,
|
|
370
|
+
children: [
|
|
371
|
+
{ name: 'Fixing', count: 1 },
|
|
372
|
+
{ name: 'Rejected', count: 20 }
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
name: 85,
|
|
377
|
+
children: [
|
|
378
|
+
{ name: 'Fixed', count: 1 },
|
|
379
|
+
{ name: 'Rejected', count: 1 }
|
|
380
|
+
]
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
name: 90,
|
|
384
|
+
children: [{ name: 'Fixed', count: 1 }]
|
|
385
|
+
}
|
|
386
|
+
];
|
|
387
|
+
export const hierarchicalGroupsMock = {
|
|
388
|
+
parentId: 'ParentAccountID',
|
|
389
|
+
targetId: 'pyID',
|
|
390
|
+
materializedPathId: 'ParentAccountMaterializedPath',
|
|
391
|
+
sortById: 'Name',
|
|
392
|
+
mode: 'Hierarchical'
|
|
393
|
+
};
|
|
394
|
+
// cSpell:disable
|
|
395
|
+
export const hierarchicalGroupingInfoMock = [
|
|
396
|
+
{
|
|
397
|
+
info: {
|
|
398
|
+
pyID: 'waynb',
|
|
399
|
+
Role: 'VP Sales',
|
|
400
|
+
Sales: 1230000,
|
|
401
|
+
HireDate: '2010-05-01',
|
|
402
|
+
ParentAccountMaterializedPath: ['/', '/waynb', '/waynb/'],
|
|
403
|
+
Name: 'Bruce Wayne',
|
|
404
|
+
ParentAccountID: ''
|
|
405
|
+
},
|
|
406
|
+
agg: {
|
|
407
|
+
Sales: {
|
|
408
|
+
sum: 1996000
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
count: 4,
|
|
412
|
+
children: [
|
|
413
|
+
{
|
|
414
|
+
info: {
|
|
415
|
+
pyID: 'curra',
|
|
416
|
+
Role: 'Sales Director',
|
|
417
|
+
Sales: 409000,
|
|
418
|
+
'Parent_account:Sales': 1230000,
|
|
419
|
+
HireDate: '2012-06-12',
|
|
420
|
+
'Parent_account:pyID': 'waynb',
|
|
421
|
+
'Parent_account:Role': 'VP Sales',
|
|
422
|
+
ParentAccountMaterializedPath: ['/', '/waynb', '/waynb/curra', '/waynb/curra/'],
|
|
423
|
+
'Parent_account:Name': 'Bruce Wayne',
|
|
424
|
+
'Parent_account:HireDate': '2010-05-01',
|
|
425
|
+
Name: 'Arthur Curry',
|
|
426
|
+
ParentAccountID: 'waynb'
|
|
427
|
+
},
|
|
428
|
+
agg: {
|
|
429
|
+
Sales: {
|
|
430
|
+
sum: 354000
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
count: 2,
|
|
434
|
+
children: [
|
|
435
|
+
{
|
|
436
|
+
info: {
|
|
437
|
+
pyID: 'reesa',
|
|
438
|
+
Role: 'Sales Manager',
|
|
439
|
+
Sales: 254000,
|
|
440
|
+
'Parent_account:Sales': 409000,
|
|
441
|
+
HireDate: '2016-01-18',
|
|
442
|
+
'Parent_account:pyID': 'curra',
|
|
443
|
+
'Parent_account:Role': 'Sales Director',
|
|
444
|
+
ParentAccountMaterializedPath: [
|
|
445
|
+
'/',
|
|
446
|
+
'/waynb',
|
|
447
|
+
'/waynb/curra',
|
|
448
|
+
'/waynb/curra/reesa',
|
|
449
|
+
'/waynb/curra/reesa/'
|
|
450
|
+
],
|
|
451
|
+
'Parent_account:Name': 'Arthur Curry',
|
|
452
|
+
'Parent_account:HireDate': '2012-06-12',
|
|
453
|
+
Name: 'Amanda Rees',
|
|
454
|
+
ParentAccountID: 'curra'
|
|
455
|
+
},
|
|
456
|
+
agg: {
|
|
457
|
+
Sales: {
|
|
458
|
+
sum: 77000
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
count: 1
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
info: {
|
|
465
|
+
pyID: 'turnd',
|
|
466
|
+
Role: 'Sales Manager',
|
|
467
|
+
Sales: 100000,
|
|
468
|
+
'Parent_account:Sales': 409000,
|
|
469
|
+
HireDate: '2015-05-13',
|
|
470
|
+
'Parent_account:pyID': 'curra',
|
|
471
|
+
'Parent_account:Role': 'Sales Director',
|
|
472
|
+
ParentAccountMaterializedPath: [
|
|
473
|
+
'/',
|
|
474
|
+
'/waynb',
|
|
475
|
+
'/waynb/curra',
|
|
476
|
+
'/waynb/curra/turnd',
|
|
477
|
+
'/waynb/curra/turnd/'
|
|
478
|
+
],
|
|
479
|
+
'Parent_account:Name': 'Arthur Curry',
|
|
480
|
+
'Parent_account:HireDate': '2012-06-12',
|
|
481
|
+
Name: 'Diana Turner',
|
|
482
|
+
ParentAccountID: 'curra'
|
|
483
|
+
},
|
|
484
|
+
agg: {},
|
|
485
|
+
count: 0
|
|
486
|
+
}
|
|
487
|
+
]
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
info: {
|
|
491
|
+
pyID: 'alleb',
|
|
492
|
+
Role: 'Sales Director',
|
|
493
|
+
Sales: 583000,
|
|
494
|
+
Manager_MaterializedPath: '/waynb/',
|
|
495
|
+
HireDate: '2012-06-30',
|
|
496
|
+
Manager: 'waynb',
|
|
497
|
+
Name: 'Barry Allen'
|
|
498
|
+
},
|
|
499
|
+
agg: {
|
|
500
|
+
Sales: {
|
|
501
|
+
sum: 102000
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
count: 1,
|
|
505
|
+
children: [
|
|
506
|
+
{
|
|
507
|
+
info: {
|
|
508
|
+
pyID: 'ellil',
|
|
509
|
+
Role: 'Sales Manager',
|
|
510
|
+
Sales: 102000,
|
|
511
|
+
Manager_MaterializedPath: '/waynb/alleb/',
|
|
512
|
+
HireDate: '2017-09-19',
|
|
513
|
+
Manager: 'alleb',
|
|
514
|
+
Name: 'Lisa Ellison'
|
|
515
|
+
},
|
|
516
|
+
agg: {
|
|
517
|
+
Sales: {
|
|
518
|
+
sum: 57000
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
count: 2
|
|
522
|
+
}
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
info: {
|
|
527
|
+
pyID: 'prind',
|
|
528
|
+
Role: 'Sales Director',
|
|
529
|
+
Sales: 453000,
|
|
530
|
+
Manager_MaterializedPath: '/waynb/',
|
|
531
|
+
HireDate: '2010-09-30',
|
|
532
|
+
Manager: 'waynb',
|
|
533
|
+
Name: 'Diana Prince'
|
|
534
|
+
},
|
|
535
|
+
agg: {
|
|
536
|
+
Sales: {
|
|
537
|
+
sum: 146000
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
count: 1,
|
|
541
|
+
children: [
|
|
542
|
+
{
|
|
543
|
+
info: {
|
|
544
|
+
pyID: 'maclj',
|
|
545
|
+
Role: 'Sales Manager',
|
|
546
|
+
Sales: 146000,
|
|
547
|
+
Manager_MaterializedPath: '/waynb/prind/',
|
|
548
|
+
HireDate: '2016-07-29',
|
|
549
|
+
Manager: 'prind',
|
|
550
|
+
Name: 'Jennifer MacLeod'
|
|
551
|
+
},
|
|
552
|
+
agg: {
|
|
553
|
+
Sales: {
|
|
554
|
+
sum: 80000
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
count: 1
|
|
558
|
+
}
|
|
559
|
+
]
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
info: {
|
|
563
|
+
pyID: 'stonv',
|
|
564
|
+
Role: 'Sales Director',
|
|
565
|
+
Sales: 551000,
|
|
566
|
+
Manager_MaterializedPath: '/waynb/',
|
|
567
|
+
HireDate: '2012-03-03',
|
|
568
|
+
Manager: 'waynb',
|
|
569
|
+
Name: 'Victor Stone'
|
|
570
|
+
},
|
|
571
|
+
agg: {
|
|
572
|
+
Sales: {
|
|
573
|
+
sum: 194000
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
count: 1,
|
|
577
|
+
children: [
|
|
578
|
+
{
|
|
579
|
+
info: {
|
|
580
|
+
pyID: 'greec',
|
|
581
|
+
Role: 'Sales Manager',
|
|
582
|
+
Sales: 194000,
|
|
583
|
+
Manager_MaterializedPath: '/waynb/stonv/',
|
|
584
|
+
HireDate: '2016-06-17',
|
|
585
|
+
Manager: 'stonv',
|
|
586
|
+
Name: 'Claire Greene'
|
|
587
|
+
},
|
|
588
|
+
agg: {
|
|
589
|
+
Sales: {
|
|
590
|
+
sum: 52000
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
count: 1
|
|
594
|
+
}
|
|
595
|
+
]
|
|
596
|
+
}
|
|
597
|
+
]
|
|
598
|
+
}
|
|
599
|
+
];
|
|
600
|
+
// cSpell:enable
|
|
601
|
+
export const mockFilterExpression = {
|
|
602
|
+
AND: [
|
|
603
|
+
{
|
|
604
|
+
condition: {
|
|
605
|
+
comparator: 'LT',
|
|
606
|
+
lhs: { field: 'pxCreateDateTime' },
|
|
607
|
+
rhs: { value: '2023-11-10T00:00' }
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
condition: {
|
|
612
|
+
comparator: 'CONTAINS',
|
|
613
|
+
lhs: { field: 'pxCurrentStageLabel' },
|
|
614
|
+
rhs: { value: 'NEW' }
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
]
|
|
618
|
+
};
|
|
619
|
+
//# sourceMappingURL=JUnitMocks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JUnitMocks.js","sourceRoot":"","sources":["../../../Core/Test/JUnitMocks.ts"],"names":[],"mappings":"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","sourcesContent":["export const dataMock = [\n {\n pyID: 'BUG-199277',\n pyLabel: 'MFS: Mobile: Operator icon doesn’t appear in Case Manager Portal',\n pxCurrentStageLabel: 'New',\n pxUrgencyWork: '15',\n pyStatusWork: 'New',\n pxCreateDateTime: '2020-04-25T12:20:29.273Z',\n ProductVersionID: 'RLS-5657'\n },\n {\n pyID: 'BUG-184789',\n pyLabel: 'Layout Group configured as tab shows both menu and tab',\n pxCurrentStageLabel: 'Rejected',\n pxUrgencyWork: '45',\n pyStatusWork: 'Resolved-Rejected',\n pxCreateDateTime: '2020-04-26T12:20:29.273Z',\n ProductVersionID: 'RLS-5658'\n },\n {\n pyID: 'BUG-168038',\n pyLabel: 'Show Message on unsupported browser',\n pxCurrentStageLabel: 'Fixed',\n pxUrgencyWork: '85',\n pyStatusWork: 'Resolved-Completed',\n pxCreateDateTime: '2020-01-25T12:20:29.273Z',\n ProductVersionID: 'RLS-5157'\n },\n {\n pyID: 'BUG-161608',\n pyLabel: 'UI Kit : Stages in CM portal not responsive with',\n pxCurrentStageLabel: 'Rejected',\n pxUrgencyWork: '15',\n pyStatusWork: 'Resolved-Rejected',\n pxCreateDateTime: '2019-04-25T12:20:29.273Z',\n ProductVersionID: 'RLS-4657'\n },\n {\n pyID: 'BUG-161604',\n pyLabel: 'UI Kit is not added for new applications built on existing implementation',\n pxCurrentStageLabel: 'Fixing',\n pxUrgencyWork: '45',\n pyStatusWork: 'Open-InProgress',\n pxCreateDateTime: '2020-09-25T12:20:29.273Z',\n ProductVersionID: 'RLS-3657'\n },\n {\n pyID: 'BUG-168099',\n pyLabel: 'Show Message on unsupported browser',\n pxCurrentStageLabel: 'Fixed',\n pxUrgencyWork: '90',\n pyStatusWork: 'Resolved-Completed',\n pxCreateDateTime: '2010-04-25T12:20:29.273Z',\n ProductVersionID: 'RLS-2657'\n },\n {\n pyID: 'BUG-161638',\n pyLabel: 'UI Kit : Stages in CM portal not responsive with',\n pxCurrentStageLabel: 'Rejected',\n pxUrgencyWork: '85',\n pyStatusWork: 'Resolved-Rejected',\n pxCreateDateTime: '2020-04-25T12:10:29.273Z',\n ProductVersionID: 'RLS-1657'\n },\n {\n pyID: 'BUG-161684',\n pyLabel: 'UI Kit is not added for new applications built on existing implementation',\n pxCurrentStageLabel: 'Fixing',\n pxUrgencyWork: '15',\n pyStatusWork: 'Open-InProgress',\n pxCreateDateTime: '2020-04-25T12:20:28.273Z',\n ProductVersionID: 'RLS-557'\n }\n];\n\nexport const fieldDefsMock = [\n {\n type: 'number',\n name: 'pyIndex',\n label: 'Sl.No.',\n width: 50,\n id: 'A', // Don't change this\n minWidth: 40,\n resize: true,\n show: true,\n sort: true\n },\n {\n type: 'text',\n name: 'pyID',\n label: 'ID',\n width: 150,\n id: '2',\n resize: true,\n show: true,\n sort: true\n },\n {\n type: 'text',\n name: 'pyLabel',\n label: 'Name',\n width: 400,\n id: '3',\n resize: true,\n show: true,\n sort: true\n },\n {\n type: 'number',\n name: 'pxUrgencyWork',\n label: 'Priority',\n width: 300,\n id: 'D',\n resize: true,\n show: true,\n category: [{ label: 'Update Operator' }],\n showCategoryInHeaderLabel: true\n },\n {\n type: 'date',\n name: 'pxCreateDateTime',\n label: 'Created on',\n width: 400,\n id: '5',\n filter: true,\n show: true\n },\n {\n type: 'text',\n name: 'ProductVersionID',\n label: 'Release',\n width: 100,\n id: '7',\n show: true\n },\n {\n type: 'text',\n name: 'pxCurrentStageLabel',\n label: 'Status',\n width: 100,\n id: 'F',\n resize: true,\n filter: true,\n show: true\n }\n];\n\nconst mockDataRow = {\n pyID: 1,\n pyLabel: 'Testing'\n};\n\nexport const mockRow = {\n getContext: () => {\n return {\n getValue: () => {\n return mockDataRow;\n }\n };\n }\n};\n\nexport const emptyMockRow = {\n getContext: () => {\n return {\n getValue: () => {\n return null;\n }\n };\n }\n};\n\nexport const meta = {\n title: '<>mock title<>',\n icon: 'picture',\n template: 'Table',\n personalization: true,\n fieldDefs: fieldDefsMock,\n locale: 'en-US',\n timezone: 'America/New_York',\n height: { height: 0, minHeight: 400, deltaAdjustment: 0 },\n comparatorMap: {},\n typeMap: {},\n sortOrder: ['asc', 'desc', null],\n toggleFieldVisibility: true,\n grouping: true,\n dateFunctions: {\n // TODO: Enable HOURS\n DATE_TIME: [\n 'YEARS',\n 'QUARTERS',\n 'MONTHS',\n 'WEEKS',\n 'DAYS',\n 'MONTHS_OF_YEAR',\n 'DAYS_OF_MONTH',\n 'DAYS_OF_WEEK'\n ],\n DATE_ONLY: [\n 'YEARS',\n 'QUARTERS',\n 'MONTHS',\n 'WEEKS',\n 'MONTHS_OF_YEAR',\n 'DAYS_OF_MONTH',\n 'DAYS_OF_WEEK'\n ]\n },\n aggregateOptions: {\n number: ['numberAggregateFn1', 'numberAggregateFn2'],\n currency: ['currencyAggregateFn1', 'currencyAggregateFn2']\n },\n expandGroups: true,\n dynamicFieldTemplates: [\n {\n name: 'Comma separated',\n value: 'comma',\n selected: true\n },\n {\n name: 'Space separated',\n value: 'space'\n },\n {\n name: 'Multi line',\n value: 'multiline'\n }\n ],\n displayDensity: [],\n headerBar: true,\n isPreset: true,\n id: 'nonPersonalizationViewKey',\n displayFeatures: {\n filter: true,\n grouping: true,\n sort: true\n }\n};\n\nconst state = {\n filteredFields: [],\n filterExpression: null,\n customFields: [],\n personalization: {\n active: 'nonPersonalizationViewKey',\n allPersonalizations: {\n nonPersonalizationViewKey: {\n name: 'Initial view',\n template: 'Table',\n isPreset: true\n }\n }\n },\n search: {\n query: 'search.query'\n },\n refresh: false,\n selectedHeightOption: 'selectedHeightOption',\n paginationOptions: {},\n showHeaderIcons: true,\n responsive: { sm: true }\n};\n\nconst apiContext = {\n fetchUniqueColValues: () => {\n return Promise.resolve([]);\n },\n fetchGroupedInfo: () => {\n return Promise.resolve([]);\n }\n};\n\nconst domContainer = document.createElement('div');\ndomContainer.setAttribute('data-testid', 'table-dom-container');\n// Attaching the domContainer to body to make it work with RTL specially in case of portals\ndocument.body.appendChild(domContainer);\ndomContainer.getBoundingClientRect = () => {\n return { top: 10, left: 10, bottom: 10, right: 10 } as DOMRect;\n};\n\nexport const instanceMock = {\n externalStatePassed: false,\n presets: [],\n view: {\n meta,\n state,\n formatters: {\n Integer: (value: number) => {\n return value;\n }\n },\n setProp: function setProp(p: any, value: any) {\n // @ts-ignore\n this[p] = value;\n },\n setDomContainer: () => {},\n getDomContainer: () => domContainer,\n type: {\n onPaginate: () => {},\n applyActivePersonalization: () => {},\n applySorting: () => {},\n applySearch: () => {}\n },\n getComponent: () => {},\n putVirtualizeElement: () => {},\n rowHeight: 40,\n rowHeightClass: '',\n setScrollNode: () => {},\n bodyHeight: 400,\n totalItemCount: undefined,\n columns: meta.fieldDefs.map(field => ({\n field,\n parent: {},\n label: field.label,\n setExecutionContext: () => {},\n getRenderingEngineProps: () => {\n return {\n column: {\n ...field,\n getExecutionContext: () => {},\n getContext: () => {},\n isCellInEditMode: () => {}\n },\n context: { getField: () => ({ type: undefined }) }\n };\n },\n isCellInEditMode: () => false,\n getUIProps: () => ({\n classList: 'some-class'\n }),\n getContext: () => ({\n getField: () => field,\n getFormattedValue: () => null\n }),\n getExecutionContext: () => {},\n style: {},\n get isAutoSizable(): boolean | undefined {\n // @ts-ignore\n return this.field.resize && !this.hidden && this.cellRenderer !== 'RichText';\n }\n })),\n toolBarOptions: [],\n data: dataMock,\n domContainer,\n getContext() {\n return { getRequiredDef: () => undefined, getMeta: () => meta };\n },\n shouldDisplayFeature: () => true\n },\n getState() {\n return this.view.state;\n },\n dispatch: () => {},\n apiContext,\n subscribe: () => {}\n};\n\ninstanceMock.view.columns.forEach(column => {\n column.parent = instanceMock.view;\n column.getExecutionContext = () => ({\n getValue: () => null,\n getParentContext: () => instanceMock.view\n });\n});\nexport const groupsMock = [\n { columnId: 'D', order: 'asc', level: 0 },\n { columnId: 'F', order: 'asc', level: 1 }\n];\n\nexport const groupingInfoMock = [\n {\n name: 15,\n children: [\n { name: 'New', count: 1 },\n { name: 'Rejected', count: 1 },\n { name: 'Fixing', count: 1 }\n ]\n },\n {\n name: 45,\n children: [\n { name: 'Fixing', count: 1 },\n { name: 'Rejected', count: 20 }\n ]\n },\n {\n name: 85,\n children: [\n { name: 'Fixed', count: 1 },\n { name: 'Rejected', count: 1 }\n ]\n },\n {\n name: 90,\n children: [{ name: 'Fixed', count: 1 }]\n }\n];\n\nexport const hierarchicalGroupsMock = {\n parentId: 'ParentAccountID',\n targetId: 'pyID',\n materializedPathId: 'ParentAccountMaterializedPath',\n sortById: 'Name',\n mode: 'Hierarchical'\n};\n\n// cSpell:disable\nexport const hierarchicalGroupingInfoMock = [\n {\n info: {\n pyID: 'waynb',\n Role: 'VP Sales',\n Sales: 1230000,\n HireDate: '2010-05-01',\n ParentAccountMaterializedPath: ['/', '/waynb', '/waynb/'],\n Name: 'Bruce Wayne',\n ParentAccountID: ''\n },\n agg: {\n Sales: {\n sum: 1996000\n }\n },\n count: 4,\n children: [\n {\n info: {\n pyID: 'curra',\n\n Role: 'Sales Director',\n Sales: 409000,\n 'Parent_account:Sales': 1230000,\n\n HireDate: '2012-06-12',\n 'Parent_account:pyID': 'waynb',\n 'Parent_account:Role': 'VP Sales',\n\n ParentAccountMaterializedPath: ['/', '/waynb', '/waynb/curra', '/waynb/curra/'],\n 'Parent_account:Name': 'Bruce Wayne',\n 'Parent_account:HireDate': '2010-05-01',\n\n Name: 'Arthur Curry',\n ParentAccountID: 'waynb'\n },\n agg: {\n Sales: {\n sum: 354000\n }\n },\n count: 2,\n children: [\n {\n info: {\n pyID: 'reesa',\n\n Role: 'Sales Manager',\n Sales: 254000,\n 'Parent_account:Sales': 409000,\n HireDate: '2016-01-18',\n 'Parent_account:pyID': 'curra',\n 'Parent_account:Role': 'Sales Director',\n ParentAccountMaterializedPath: [\n '/',\n '/waynb',\n '/waynb/curra',\n '/waynb/curra/reesa',\n '/waynb/curra/reesa/'\n ],\n 'Parent_account:Name': 'Arthur Curry',\n 'Parent_account:HireDate': '2012-06-12',\n Name: 'Amanda Rees',\n ParentAccountID: 'curra'\n },\n agg: {\n Sales: {\n sum: 77000\n }\n },\n count: 1\n },\n {\n info: {\n pyID: 'turnd',\n Role: 'Sales Manager',\n Sales: 100000,\n 'Parent_account:Sales': 409000,\n HireDate: '2015-05-13',\n 'Parent_account:pyID': 'curra',\n 'Parent_account:Role': 'Sales Director',\n ParentAccountMaterializedPath: [\n '/',\n '/waynb',\n '/waynb/curra',\n '/waynb/curra/turnd',\n '/waynb/curra/turnd/'\n ],\n 'Parent_account:Name': 'Arthur Curry',\n 'Parent_account:HireDate': '2012-06-12',\n Name: 'Diana Turner',\n ParentAccountID: 'curra'\n },\n agg: {},\n count: 0\n }\n ]\n },\n {\n info: {\n pyID: 'alleb',\n Role: 'Sales Director',\n Sales: 583000,\n Manager_MaterializedPath: '/waynb/',\n HireDate: '2012-06-30',\n Manager: 'waynb',\n Name: 'Barry Allen'\n },\n agg: {\n Sales: {\n sum: 102000\n }\n },\n count: 1,\n children: [\n {\n info: {\n pyID: 'ellil',\n Role: 'Sales Manager',\n Sales: 102000,\n Manager_MaterializedPath: '/waynb/alleb/',\n HireDate: '2017-09-19',\n Manager: 'alleb',\n Name: 'Lisa Ellison'\n },\n agg: {\n Sales: {\n sum: 57000\n }\n },\n count: 2\n }\n ]\n },\n {\n info: {\n pyID: 'prind',\n Role: 'Sales Director',\n Sales: 453000,\n Manager_MaterializedPath: '/waynb/',\n HireDate: '2010-09-30',\n Manager: 'waynb',\n Name: 'Diana Prince'\n },\n agg: {\n Sales: {\n sum: 146000\n }\n },\n count: 1,\n children: [\n {\n info: {\n pyID: 'maclj',\n Role: 'Sales Manager',\n Sales: 146000,\n Manager_MaterializedPath: '/waynb/prind/',\n HireDate: '2016-07-29',\n Manager: 'prind',\n Name: 'Jennifer MacLeod'\n },\n agg: {\n Sales: {\n sum: 80000\n }\n },\n count: 1\n }\n ]\n },\n {\n info: {\n pyID: 'stonv',\n Role: 'Sales Director',\n Sales: 551000,\n Manager_MaterializedPath: '/waynb/',\n HireDate: '2012-03-03',\n Manager: 'waynb',\n Name: 'Victor Stone'\n },\n agg: {\n Sales: {\n sum: 194000\n }\n },\n count: 1,\n children: [\n {\n info: {\n pyID: 'greec',\n Role: 'Sales Manager',\n Sales: 194000,\n Manager_MaterializedPath: '/waynb/stonv/',\n HireDate: '2016-06-17',\n Manager: 'stonv',\n Name: 'Claire Greene'\n },\n agg: {\n Sales: {\n sum: 52000\n }\n },\n count: 1\n }\n ]\n }\n ]\n }\n];\n// cSpell:enable\n\nexport const mockFilterExpression = {\n AND: [\n {\n condition: {\n comparator: 'LT',\n lhs: { field: 'pxCreateDateTime' },\n rhs: { value: '2023-11-10T00:00' }\n }\n },\n {\n condition: {\n comparator: 'CONTAINS',\n lhs: { field: 'pxCurrentStageLabel' },\n rhs: { value: 'NEW' }\n }\n }\n ]\n};\n"]}
|