@itwin/grouping-mapping-widget 0.35.4 → 0.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/lib/cjs/GroupingMappingWidget.d.ts +28 -0
- package/lib/cjs/GroupingMappingWidget.js +58 -0
- package/lib/cjs/GroupingMappingWidget.js.map +1 -0
- package/lib/cjs/WidgetShell/GroupingMapping.d.ts +1 -2
- package/lib/cjs/WidgetShell/GroupingMapping.js +5 -4
- package/lib/cjs/WidgetShell/GroupingMapping.js.map +1 -1
- package/lib/cjs/WidgetShell/GroupingMappingContent.d.ts +2 -3
- package/lib/cjs/WidgetShell/GroupingMappingContent.js.map +1 -1
- package/lib/cjs/WidgetShell/GroupingMappingHeader.d.ts +0 -1
- package/lib/cjs/WidgetShell/GroupingMappingWidget.js +4 -2
- package/lib/cjs/WidgetShell/GroupingMappingWidget.js.map +1 -1
- package/lib/cjs/WidgetShell/Router/GroupingMappingRouter.d.ts +2 -3
- package/lib/cjs/WidgetShell/Router/GroupingMappingRouter.js +6 -5
- package/lib/cjs/WidgetShell/Router/GroupingMappingRouter.js.map +1 -1
- package/lib/cjs/WidgetShell/WidgetHeader/WidgetHeader.d.ts +0 -1
- package/lib/cjs/WidgetShell/WidgetHeader/WidgetHeader.js +3 -2
- package/lib/cjs/WidgetShell/WidgetHeader/WidgetHeader.js.map +1 -1
- package/lib/cjs/common/hooks/useIsMounted.d.ts +0 -1
- package/lib/cjs/common/hooks/useMemoizedCollectionPick.js +1 -2
- package/lib/cjs/common/hooks/useMemoizedCollectionPick.js.map +1 -1
- package/lib/cjs/common/utils.d.ts +1 -1
- package/lib/cjs/common/utils.js +22 -32
- package/lib/cjs/common/utils.js.map +1 -1
- package/lib/cjs/common/viewerUtils.js.map +1 -1
- package/lib/cjs/components/Constants.js +1 -1
- package/lib/cjs/components/Constants.js.map +1 -1
- package/lib/cjs/components/GroupingMappingContext.js +3 -2
- package/lib/cjs/components/GroupingMappingContext.js.map +1 -1
- package/lib/cjs/components/Groups/Editing/GroupAction.d.ts +2 -3
- package/lib/cjs/components/Groups/Editing/GroupAction.js +16 -11
- package/lib/cjs/components/Groups/Editing/GroupAction.js.map +1 -1
- package/lib/cjs/components/Groups/Editing/GroupDetails.d.ts +0 -1
- package/lib/cjs/components/Groups/Editing/GroupDetails.js +4 -3
- package/lib/cjs/components/Groups/Editing/GroupDetails.js.map +1 -1
- package/lib/cjs/components/Groups/Editing/GroupDetailsActionPanel.d.ts +0 -1
- package/lib/cjs/components/Groups/Editing/GroupDetailsActionPanel.js +3 -2
- package/lib/cjs/components/Groups/Editing/GroupDetailsActionPanel.js.map +1 -1
- package/lib/cjs/components/Groups/Editing/GroupDetailsStep.d.ts +2 -3
- package/lib/cjs/components/Groups/Editing/GroupDetailsStep.js +5 -4
- package/lib/cjs/components/Groups/Editing/GroupDetailsStep.js.map +1 -1
- package/lib/cjs/components/Groups/GroupColorLegend.d.ts +0 -1
- package/lib/cjs/components/Groups/GroupListItem.d.ts +0 -1
- package/lib/cjs/components/Groups/GroupListItem.js.map +1 -1
- package/lib/cjs/components/Groups/GroupMenuActions.d.ts +0 -1
- package/lib/cjs/components/Groups/GroupMenuActions.js +5 -4
- package/lib/cjs/components/Groups/GroupMenuActions.js.map +1 -1
- package/lib/cjs/components/Groups/GroupOverlapProgressBar.d.ts +0 -1
- package/lib/cjs/components/Groups/GroupOverlapProgressBar.js +2 -1
- package/lib/cjs/components/Groups/GroupOverlapProgressBar.js.map +1 -1
- package/lib/cjs/components/Groups/Groups.js.map +1 -1
- package/lib/cjs/components/Groups/GroupsAddButton.d.ts +0 -1
- package/lib/cjs/components/Groups/GroupsAddButton.js +2 -1
- package/lib/cjs/components/Groups/GroupsAddButton.js.map +1 -1
- package/lib/cjs/components/Groups/GroupsShowHideButtons.d.ts +0 -1
- package/lib/cjs/components/Groups/GroupsShowHideButtons.js +2 -1
- package/lib/cjs/components/Groups/GroupsShowHideButtons.js.map +1 -1
- package/lib/cjs/components/Groups/GroupsView.d.ts +1 -1
- package/lib/cjs/components/Groups/GroupsView.js +4 -3
- package/lib/cjs/components/Groups/GroupsView.js.map +1 -1
- package/lib/cjs/components/Groups/GroupsVisualization.d.ts +0 -1
- package/lib/cjs/components/Groups/GroupsVisualization.js +9 -6
- package/lib/cjs/components/Groups/GroupsVisualization.js.map +1 -1
- package/lib/cjs/components/Groups/GroupsVisualizationActions.d.ts +0 -1
- package/lib/cjs/components/Groups/GroupsVisualizationActions.js +3 -2
- package/lib/cjs/components/Groups/GroupsVisualizationActions.js.map +1 -1
- package/lib/cjs/components/Groups/OverlappedElementsInformationPanel.d.ts +0 -1
- package/lib/cjs/components/Groups/OverlappedElementsInformationPanel.js +34 -14
- package/lib/cjs/components/Groups/OverlappedElementsInformationPanel.js.map +1 -1
- package/lib/cjs/components/Groups/QueryBuilder/QueryBuilder.js +40 -36
- package/lib/cjs/components/Groups/QueryBuilder/QueryBuilder.js.map +1 -1
- package/lib/cjs/components/Groups/QueryBuilder/QueryBuilderActionPanel.d.ts +0 -1
- package/lib/cjs/components/Groups/QueryBuilder/QueryBuilderActionPanel.js +2 -1
- package/lib/cjs/components/Groups/QueryBuilder/QueryBuilderActionPanel.js.map +1 -1
- package/lib/cjs/components/Groups/QueryBuilder/QueryBuilderCustomUI.d.ts +0 -1
- package/lib/cjs/components/Groups/QueryBuilder/QueryBuilderCustomUI.js +2 -1
- package/lib/cjs/components/Groups/QueryBuilder/QueryBuilderCustomUI.js.map +1 -1
- package/lib/cjs/components/Groups/QueryBuilder/QueryBuilderStep.d.ts +2 -3
- package/lib/cjs/components/Groups/QueryBuilder/QueryBuilderStep.js +7 -6
- package/lib/cjs/components/Groups/QueryBuilder/QueryBuilderStep.js.map +1 -1
- package/lib/cjs/components/Groups/ToggleGroupVisibility.d.ts +0 -1
- package/lib/cjs/components/Groups/ToggleGroupVisibility.js +3 -2
- package/lib/cjs/components/Groups/ToggleGroupVisibility.js.map +1 -1
- package/lib/cjs/components/Groups/groupsHelpers.d.ts +1 -1
- package/lib/cjs/components/Groups/groupsHelpers.js.map +1 -1
- package/lib/cjs/components/Groups/hooks/useGroupsOperations.d.ts +0 -1
- package/lib/cjs/components/Groups/hooks/useGroupsOperations.js.map +1 -1
- package/lib/cjs/components/Groups/hooks/useKeySetHiliteQueries.js +1 -2
- package/lib/cjs/components/Groups/hooks/useKeySetHiliteQueries.js.map +1 -1
- package/lib/cjs/components/Groups/hooks/useVisualization.d.ts +0 -1
- package/lib/cjs/components/Groups/hooks/useVisualization.js +2 -1
- package/lib/cjs/components/Groups/hooks/useVisualization.js.map +1 -1
- package/lib/cjs/components/Mappings/BlockingOverlay.d.ts +0 -1
- package/lib/cjs/components/Mappings/Editing/MappingAction.d.ts +2 -3
- package/lib/cjs/components/Mappings/Editing/MappingAction.js +9 -8
- package/lib/cjs/components/Mappings/Editing/MappingAction.js.map +1 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionLogCustomFilter.js +18 -8
- package/lib/cjs/components/Mappings/Extraction/ExtractionLogCustomFilter.js.map +1 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionMessageModal.d.ts +0 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionMessageModal.js +20 -11
- package/lib/cjs/components/Mappings/Extraction/ExtractionMessageModal.js.map +1 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStates/QueuedExtractionState.d.ts +0 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStates/QueuedExtractionState.js +2 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStates/QueuedExtractionState.js.map +1 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStates/RunningExtractionState.d.ts +0 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStates/RunningExtractionState.js +2 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStates/RunningExtractionState.js.map +1 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStates/StartingExtractionState.d.ts +0 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStates/StartingExtractionState.js +2 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStates/StartingExtractionState.js.map +1 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStates/TerminalExtractionState.d.ts +0 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStates/TerminalExtractionState.js +2 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStates/TerminalExtractionState.js.map +1 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStatus.d.ts +0 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStatus.js +1 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStatus.js.map +1 -1
- package/lib/cjs/components/Mappings/Extraction/ExtractionStatusIcon.d.ts +1 -2
- package/lib/cjs/components/Mappings/Import/ConfirmMappingsImport.d.ts +2 -2
- package/lib/cjs/components/Mappings/Import/ConfirmMappingsImport.js +20 -19
- package/lib/cjs/components/Mappings/Import/ConfirmMappingsImport.js.map +1 -1
- package/lib/cjs/components/Mappings/Import/MappingImportWizardModal.d.ts +2 -3
- package/lib/cjs/components/Mappings/Import/MappingImportWizardModal.js +19 -19
- package/lib/cjs/components/Mappings/Import/MappingImportWizardModal.js.map +1 -1
- package/lib/cjs/components/Mappings/Import/SelectIModel.d.ts +2 -3
- package/lib/cjs/components/Mappings/Import/SelectIModel.js +9 -8
- package/lib/cjs/components/Mappings/Import/SelectIModel.js.map +1 -1
- package/lib/cjs/components/Mappings/Import/SelectITwin.d.ts +2 -3
- package/lib/cjs/components/Mappings/Import/SelectITwin.js +15 -14
- package/lib/cjs/components/Mappings/Import/SelectITwin.js.map +1 -1
- package/lib/cjs/components/Mappings/Import/SelectMappings.d.ts +2 -3
- package/lib/cjs/components/Mappings/Import/SelectMappings.js +10 -9
- package/lib/cjs/components/Mappings/Import/SelectMappings.js.map +1 -1
- package/lib/cjs/components/Mappings/MappingListItem.d.ts +0 -1
- package/lib/cjs/components/Mappings/MappingListItem.js +1 -2
- package/lib/cjs/components/Mappings/MappingListItem.js.map +1 -1
- package/lib/cjs/components/Mappings/MappingViewActionGroup.d.ts +0 -1
- package/lib/cjs/components/Mappings/MappingViewActionGroup.js +5 -4
- package/lib/cjs/components/Mappings/MappingViewActionGroup.js.map +1 -1
- package/lib/cjs/components/Mappings/Mappings.d.ts +3 -4
- package/lib/cjs/components/Mappings/Mappings.js.map +1 -1
- package/lib/cjs/components/Mappings/MappingsView.d.ts +2 -2
- package/lib/cjs/components/Mappings/MappingsView.js +18 -16
- package/lib/cjs/components/Mappings/MappingsView.js.map +1 -1
- package/lib/cjs/components/Mappings/hooks/useFetchExtractionStatus.js +4 -3
- package/lib/cjs/components/Mappings/hooks/useFetchExtractionStatus.js.map +1 -1
- package/lib/cjs/components/Mappings/hooks/useFetchMappingExtractionStatus.d.ts +1 -2
- package/lib/cjs/components/Mappings/hooks/useFetchMappingExtractionStatus.js +1 -1
- package/lib/cjs/components/Mappings/hooks/useFetchMappingExtractionStatus.js.map +1 -1
- package/lib/cjs/components/Mappings/hooks/useMappingsOperations.d.ts +0 -1
- package/lib/cjs/components/Mappings/hooks/useMappingsOperations.js +2 -1
- package/lib/cjs/components/Mappings/hooks/useMappingsOperations.js.map +1 -1
- package/lib/cjs/components/Mappings/hooks/useRunExtraction.d.ts +0 -1
- package/lib/cjs/components/Mappings/hooks/useRunExtraction.js.map +1 -1
- package/lib/cjs/components/Properties/CalculatedProperties/CalculatedPropertyAction.d.ts +2 -3
- package/lib/cjs/components/Properties/CalculatedProperties/CalculatedPropertyAction.js +4 -3
- package/lib/cjs/components/Properties/CalculatedProperties/CalculatedPropertyAction.js.map +1 -1
- package/lib/cjs/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.d.ts +0 -1
- package/lib/cjs/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.js +19 -5
- package/lib/cjs/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.js.map +1 -1
- package/lib/cjs/components/Properties/CalculatedProperties/SharedCalculatedPropertyForms.d.ts +0 -1
- package/lib/cjs/components/Properties/CalculatedProperties/SharedCalculatedPropertyForms.js +3 -2
- package/lib/cjs/components/Properties/CalculatedProperties/SharedCalculatedPropertyForms.js.map +1 -1
- package/lib/cjs/components/Properties/CustomCalculations/CustomCalculationAction.d.ts +0 -1
- package/lib/cjs/components/Properties/CustomCalculations/CustomCalculationAction.js +4 -3
- package/lib/cjs/components/Properties/CustomCalculations/CustomCalculationAction.js.map +1 -1
- package/lib/cjs/components/Properties/GroupColorToggle.d.ts +1 -2
- package/lib/cjs/components/Properties/GroupColorToggle.js +3 -2
- package/lib/cjs/components/Properties/GroupColorToggle.js.map +1 -1
- package/lib/cjs/components/Properties/GroupInformationPanel.d.ts +0 -1
- package/lib/cjs/components/Properties/GroupInformationPanel.js +3 -2
- package/lib/cjs/components/Properties/GroupInformationPanel.js.map +1 -1
- package/lib/cjs/components/Properties/GroupProperties/GroupPropertyAction.d.ts +1 -2
- package/lib/cjs/components/Properties/GroupProperties/GroupPropertyAction.js +28 -26
- package/lib/cjs/components/Properties/GroupProperties/GroupPropertyAction.js.map +1 -1
- package/lib/cjs/components/Properties/GroupProperties/GroupPropertyListItem.d.ts +0 -1
- package/lib/cjs/components/Properties/GroupProperties/GroupPropertyTable.d.ts +0 -1
- package/lib/cjs/components/Properties/GroupProperties/GroupPropertyTable.js +5 -4
- package/lib/cjs/components/Properties/GroupProperties/GroupPropertyTable.js.map +1 -1
- package/lib/cjs/components/Properties/GroupProperties/GroupPropertyUtils.js.map +1 -1
- package/lib/cjs/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.d.ts +0 -1
- package/lib/cjs/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.js +16 -17
- package/lib/cjs/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.js.map +1 -1
- package/lib/cjs/components/Properties/GroupProperties/SaveModal.d.ts +0 -1
- package/lib/cjs/components/Properties/GroupProperties/SaveModal.js +5 -4
- package/lib/cjs/components/Properties/GroupProperties/SaveModal.js.map +1 -1
- package/lib/cjs/components/Properties/GroupProperties/SortableHorizontalTile.d.ts +0 -1
- package/lib/cjs/components/Properties/GroupProperties/SortableHorizontalTile.js +2 -1
- package/lib/cjs/components/Properties/GroupProperties/SortableHorizontalTile.js.map +1 -1
- package/lib/cjs/components/Properties/PropertyAction.d.ts +0 -1
- package/lib/cjs/components/Properties/PropertyAction.js +7 -3
- package/lib/cjs/components/Properties/PropertyAction.js.map +1 -1
- package/lib/cjs/components/Properties/PropertyMenu.d.ts +0 -1
- package/lib/cjs/components/Properties/PropertyMenuWithVisualization.d.ts +0 -1
- package/lib/cjs/components/Properties/PropertyMenuWithVisualization.js +2 -1
- package/lib/cjs/components/Properties/PropertyMenuWithVisualization.js.map +1 -1
- package/lib/cjs/components/Properties/PropertyNameCell.d.ts +0 -1
- package/lib/cjs/components/Properties/PropertyTable.d.ts +0 -1
- package/lib/cjs/components/Properties/PropertyTable.js +2 -1
- package/lib/cjs/components/Properties/PropertyTable.js.map +1 -1
- package/lib/cjs/components/Properties/PropertyTableToolbar.d.ts +0 -1
- package/lib/cjs/components/Properties/PropertyTableToolbar.js +3 -5
- package/lib/cjs/components/Properties/PropertyTableToolbar.js.map +1 -1
- package/lib/cjs/components/Properties/ScrollableExpandableBlock.js.map +1 -1
- package/lib/cjs/components/Properties/hooks/useFormulaValidation.js +2 -2
- package/lib/cjs/components/Properties/hooks/useFormulaValidation.js.map +1 -1
- package/lib/cjs/components/Properties/hooks/useForwardRef.js.map +1 -1
- package/lib/cjs/components/Properties/hooks/useValidator.d.ts +2 -2
- package/lib/cjs/components/Properties/hooks/useValidator.js +12 -9
- package/lib/cjs/components/Properties/hooks/useValidator.js.map +1 -1
- package/lib/cjs/components/SharedComponents/ActionPanel.d.ts +0 -1
- package/lib/cjs/components/SharedComponents/ActionPanel.js +3 -2
- package/lib/cjs/components/SharedComponents/ActionPanel.js.map +1 -1
- package/lib/cjs/components/SharedComponents/DeleteModal.d.ts +0 -1
- package/lib/cjs/components/SharedComponents/DeleteModal.js +5 -4
- package/lib/cjs/components/SharedComponents/DeleteModal.js.map +1 -1
- package/lib/cjs/components/SharedComponents/EmptyMessage.d.ts +0 -1
- package/lib/cjs/components/SharedComponents/LoadingOverlay.d.ts +0 -1
- package/lib/cjs/components/SharedComponents/LoadingOverlay.js +3 -2
- package/lib/cjs/components/SharedComponents/LoadingOverlay.js.map +1 -1
- package/lib/cjs/components/SharedComponents/LoadingSpinner.d.ts +0 -1
- package/lib/cjs/components/SharedComponents/StatusIcon.d.ts +1 -1
- package/lib/cjs/components/context/ExtractionClientContext.d.ts +0 -1
- package/lib/cjs/components/context/ExtractionClientContext.js.map +1 -1
- package/lib/cjs/components/context/ExtractionStateJobContext.js.map +1 -1
- package/lib/cjs/components/context/GroupHilitedElementsContext.js.map +1 -1
- package/lib/cjs/components/context/GroupingApiConfigContext.d.ts +2 -2
- package/lib/cjs/components/context/GroupingApiConfigContext.js.map +1 -1
- package/lib/cjs/components/context/GroupingMappingCustomUIContext.d.ts +0 -1
- package/lib/cjs/components/context/GroupingMappingCustomUIContext.js.map +1 -1
- package/lib/cjs/components/context/GroupsClientContext.d.ts +0 -1
- package/lib/cjs/components/context/GroupsClientContext.js.map +1 -1
- package/lib/cjs/components/context/IModelsClientContext.d.ts +0 -1
- package/lib/cjs/components/context/IModelsClientContext.js.map +1 -1
- package/lib/cjs/components/context/ITwinsClientContext.d.ts +0 -1
- package/lib/cjs/components/context/ITwinsClientContext.js.map +1 -1
- package/lib/cjs/components/context/MappingClientContext.d.ts +0 -1
- package/lib/cjs/components/context/MappingClientContext.js.map +1 -1
- package/lib/cjs/components/context/PropertiesClientContext.d.ts +0 -1
- package/lib/cjs/components/context/PropertiesClientContext.js.map +1 -1
- package/lib/cjs/components/context/PropertiesGroupColorContext.js.map +1 -1
- package/lib/cjs/components/context/PropertyGridWrapperContext.d.ts +1 -0
- package/lib/cjs/components/context/PropertyGridWrapperContext.js.map +1 -1
- package/lib/cjs/components/customUI/DefaultGroupingUI.d.ts +1 -1
- package/lib/cjs/components/customUI/DefaultGroupingUI.js +7 -5
- package/lib/cjs/components/customUI/DefaultGroupingUI.js.map +1 -1
- package/lib/cjs/components/customUI/GroupQueryBuilderCustomUI.d.ts +0 -1
- package/lib/cjs/components/customUI/GroupQueryBuilderCustomUI.js +5 -3
- package/lib/cjs/components/customUI/GroupQueryBuilderCustomUI.js.map +1 -1
- package/lib/cjs/components/customUI/GroupingMappingCustomUI.d.ts +1 -1
- package/lib/cjs/components/customUI/GroupingMappingCustomUI.js +1 -1
- package/lib/cjs/components/customUI/GroupingMappingCustomUI.js.map +1 -1
- package/lib/cjs/components/customUI/ManualGroupingCustomUI.d.ts +0 -1
- package/lib/cjs/components/customUI/ManualGroupingCustomUI.js +5 -4
- package/lib/cjs/components/customUI/ManualGroupingCustomUI.js.map +1 -1
- package/lib/cjs/components/customUI/SearchGroupingCustomUI.d.ts +0 -1
- package/lib/cjs/components/customUI/SearchGroupingCustomUI.js +5 -4
- package/lib/cjs/components/customUI/SearchGroupingCustomUI.js.map +1 -1
- package/lib/cjs/decorators/BboxDimensionsDecorator.d.ts +2 -0
- package/lib/cjs/decorators/BboxDimensionsDecorator.js +80 -29
- package/lib/cjs/decorators/BboxDimensionsDecorator.js.map +1 -1
- package/lib/cjs/formula/FormulaDataTypeResolver.js +1 -2
- package/lib/cjs/formula/FormulaDataTypeResolver.js.map +1 -1
- package/lib/cjs/formula/FormulaFunctionProvider.js +3 -4
- package/lib/cjs/formula/FormulaFunctionProvider.js.map +1 -1
- package/lib/cjs/formula/FormulaOperatorsProvider.js +11 -11
- package/lib/cjs/formula/FormulaOperatorsProvider.js.map +1 -1
- package/lib/cjs/formula/FormulaSplitter.js +1 -2
- package/lib/cjs/formula/FormulaSplitter.js.map +1 -1
- package/lib/cjs/formula/FormulaTokensDataTypeResolver.js +1 -2
- package/lib/cjs/formula/FormulaTokensDataTypeResolver.js.map +1 -1
- package/lib/cjs/formula/InfixToPostfixConverter.js +3 -3
- package/lib/cjs/formula/InfixToPostfixConverter.js.map +1 -1
- package/lib/cjs/formula/InputStream.js +3 -2
- package/lib/cjs/formula/InputStream.js.map +1 -1
- package/lib/cjs/formula/ParenthesisValidator.js +3 -3
- package/lib/cjs/formula/ParenthesisValidator.js.map +1 -1
- package/lib/cjs/formula/Queue.js +1 -0
- package/lib/cjs/formula/Queue.js.map +1 -1
- package/lib/cjs/formula/Stack.js +2 -3
- package/lib/cjs/formula/Stack.js.map +1 -1
- package/lib/cjs/formula/StringBuilder.js +1 -0
- package/lib/cjs/formula/StringBuilder.js.map +1 -1
- package/lib/cjs/formula/Types.d.ts +4 -4
- package/lib/cjs/formula/Utils.js +6 -7
- package/lib/cjs/formula/Utils.js.map +1 -1
- package/lib/cjs/grouping-mapping-widget.d.ts +3 -0
- package/lib/cjs/grouping-mapping-widget.js +4 -1
- package/lib/cjs/grouping-mapping-widget.js.map +1 -1
- package/lib/cjs/test/CalculatedPropertyActionWithVisuals.test.d.ts +2 -0
- package/lib/cjs/test/CalculatedPropertyActionWithVisuals.test.js +137 -0
- package/lib/cjs/test/CalculatedPropertyActionWithVisuals.test.js.map +1 -0
- package/lib/cjs/test/GroupingMappingCustomUI.test.d.ts +1 -1
- package/lib/cjs/test/GroupingMappingCustomUI.test.js +42 -33
- package/lib/cjs/test/GroupingMappingCustomUI.test.js.map +1 -1
- package/lib/cjs/test/MockFactory.d.ts +1 -1
- package/lib/cjs/test/MockFactory.js.map +1 -1
- package/lib/cjs/test/PropertyFieldsHelpers.d.ts +22 -20
- package/lib/cjs/test/QueryBuilder.test.js.map +1 -1
- package/lib/cjs/test/WidgetHeader.test.d.ts +1 -1
- package/lib/cjs/test/WidgetHeader.test.js +2 -2
- package/lib/cjs/test/WidgetHeader.test.js.map +1 -1
- package/lib/cjs/test/setup.d.ts +2 -0
- package/lib/cjs/test/setup.js +11 -0
- package/lib/cjs/test/setup.js.map +1 -0
- package/lib/cjs/test/test-utils.d.ts +3 -3
- package/lib/cjs/test/test-utils.js +12 -6
- package/lib/cjs/test/test-utils.js.map +1 -1
- package/lib/esm/GroupingMappingWidget.d.ts +28 -0
- package/lib/esm/GroupingMappingWidget.js +54 -0
- package/lib/esm/GroupingMappingWidget.js.map +1 -0
- package/lib/esm/WidgetShell/GroupingMapping.d.ts +1 -2
- package/lib/esm/WidgetShell/GroupingMapping.js +5 -4
- package/lib/esm/WidgetShell/GroupingMapping.js.map +1 -1
- package/lib/esm/WidgetShell/GroupingMappingContent.d.ts +2 -3
- package/lib/esm/WidgetShell/GroupingMappingContent.js.map +1 -1
- package/lib/esm/WidgetShell/GroupingMappingHeader.d.ts +0 -1
- package/lib/esm/WidgetShell/GroupingMappingWidget.js +4 -2
- package/lib/esm/WidgetShell/GroupingMappingWidget.js.map +1 -1
- package/lib/esm/WidgetShell/Router/GroupingMappingRouter.d.ts +2 -3
- package/lib/esm/WidgetShell/Router/GroupingMappingRouter.js +6 -5
- package/lib/esm/WidgetShell/Router/GroupingMappingRouter.js.map +1 -1
- package/lib/esm/WidgetShell/WidgetHeader/WidgetHeader.d.ts +0 -1
- package/lib/esm/WidgetShell/WidgetHeader/WidgetHeader.js +3 -2
- package/lib/esm/WidgetShell/WidgetHeader/WidgetHeader.js.map +1 -1
- package/lib/esm/common/hooks/useIsMounted.d.ts +0 -1
- package/lib/esm/common/hooks/useMemoizedCollectionPick.js.map +1 -1
- package/lib/esm/common/utils.d.ts +1 -1
- package/lib/esm/common/utils.js +20 -30
- package/lib/esm/common/utils.js.map +1 -1
- package/lib/esm/common/viewerUtils.js.map +1 -1
- package/lib/esm/components/GroupingMappingContext.js +3 -2
- package/lib/esm/components/GroupingMappingContext.js.map +1 -1
- package/lib/esm/components/Groups/Editing/GroupAction.d.ts +2 -3
- package/lib/esm/components/Groups/Editing/GroupAction.js +16 -11
- package/lib/esm/components/Groups/Editing/GroupAction.js.map +1 -1
- package/lib/esm/components/Groups/Editing/GroupDetails.d.ts +0 -1
- package/lib/esm/components/Groups/Editing/GroupDetails.js +4 -3
- package/lib/esm/components/Groups/Editing/GroupDetails.js.map +1 -1
- package/lib/esm/components/Groups/Editing/GroupDetailsActionPanel.d.ts +0 -1
- package/lib/esm/components/Groups/Editing/GroupDetailsActionPanel.js +3 -2
- package/lib/esm/components/Groups/Editing/GroupDetailsActionPanel.js.map +1 -1
- package/lib/esm/components/Groups/Editing/GroupDetailsStep.d.ts +2 -3
- package/lib/esm/components/Groups/Editing/GroupDetailsStep.js +5 -4
- package/lib/esm/components/Groups/Editing/GroupDetailsStep.js.map +1 -1
- package/lib/esm/components/Groups/GroupColorLegend.d.ts +0 -1
- package/lib/esm/components/Groups/GroupListItem.d.ts +0 -1
- package/lib/esm/components/Groups/GroupListItem.js.map +1 -1
- package/lib/esm/components/Groups/GroupMenuActions.d.ts +0 -1
- package/lib/esm/components/Groups/GroupMenuActions.js +5 -4
- package/lib/esm/components/Groups/GroupMenuActions.js.map +1 -1
- package/lib/esm/components/Groups/GroupOverlapProgressBar.d.ts +0 -1
- package/lib/esm/components/Groups/GroupOverlapProgressBar.js +2 -1
- package/lib/esm/components/Groups/GroupOverlapProgressBar.js.map +1 -1
- package/lib/esm/components/Groups/Groups.js.map +1 -1
- package/lib/esm/components/Groups/GroupsAddButton.d.ts +0 -1
- package/lib/esm/components/Groups/GroupsAddButton.js +2 -1
- package/lib/esm/components/Groups/GroupsAddButton.js.map +1 -1
- package/lib/esm/components/Groups/GroupsShowHideButtons.d.ts +0 -1
- package/lib/esm/components/Groups/GroupsShowHideButtons.js +2 -1
- package/lib/esm/components/Groups/GroupsShowHideButtons.js.map +1 -1
- package/lib/esm/components/Groups/GroupsView.d.ts +1 -1
- package/lib/esm/components/Groups/GroupsView.js +4 -3
- package/lib/esm/components/Groups/GroupsView.js.map +1 -1
- package/lib/esm/components/Groups/GroupsVisualization.d.ts +0 -1
- package/lib/esm/components/Groups/GroupsVisualization.js +9 -6
- package/lib/esm/components/Groups/GroupsVisualization.js.map +1 -1
- package/lib/esm/components/Groups/GroupsVisualizationActions.d.ts +0 -1
- package/lib/esm/components/Groups/GroupsVisualizationActions.js +3 -2
- package/lib/esm/components/Groups/GroupsVisualizationActions.js.map +1 -1
- package/lib/esm/components/Groups/OverlappedElementsInformationPanel.d.ts +0 -1
- package/lib/esm/components/Groups/OverlappedElementsInformationPanel.js +7 -7
- package/lib/esm/components/Groups/OverlappedElementsInformationPanel.js.map +1 -1
- package/lib/esm/components/Groups/QueryBuilder/QueryBuilder.js +40 -36
- package/lib/esm/components/Groups/QueryBuilder/QueryBuilder.js.map +1 -1
- package/lib/esm/components/Groups/QueryBuilder/QueryBuilderActionPanel.d.ts +0 -1
- package/lib/esm/components/Groups/QueryBuilder/QueryBuilderActionPanel.js +2 -1
- package/lib/esm/components/Groups/QueryBuilder/QueryBuilderActionPanel.js.map +1 -1
- package/lib/esm/components/Groups/QueryBuilder/QueryBuilderCustomUI.d.ts +0 -1
- package/lib/esm/components/Groups/QueryBuilder/QueryBuilderCustomUI.js +2 -1
- package/lib/esm/components/Groups/QueryBuilder/QueryBuilderCustomUI.js.map +1 -1
- package/lib/esm/components/Groups/QueryBuilder/QueryBuilderStep.d.ts +2 -3
- package/lib/esm/components/Groups/QueryBuilder/QueryBuilderStep.js +7 -6
- package/lib/esm/components/Groups/QueryBuilder/QueryBuilderStep.js.map +1 -1
- package/lib/esm/components/Groups/ToggleGroupVisibility.d.ts +0 -1
- package/lib/esm/components/Groups/ToggleGroupVisibility.js +3 -2
- package/lib/esm/components/Groups/ToggleGroupVisibility.js.map +1 -1
- package/lib/esm/components/Groups/groupsHelpers.d.ts +1 -1
- package/lib/esm/components/Groups/groupsHelpers.js.map +1 -1
- package/lib/esm/components/Groups/hooks/useGroupsOperations.d.ts +0 -1
- package/lib/esm/components/Groups/hooks/useGroupsOperations.js.map +1 -1
- package/lib/esm/components/Groups/hooks/useKeySetHiliteQueries.js +1 -2
- package/lib/esm/components/Groups/hooks/useKeySetHiliteQueries.js.map +1 -1
- package/lib/esm/components/Groups/hooks/useVisualization.d.ts +0 -1
- package/lib/esm/components/Groups/hooks/useVisualization.js +2 -1
- package/lib/esm/components/Groups/hooks/useVisualization.js.map +1 -1
- package/lib/esm/components/Mappings/BlockingOverlay.d.ts +0 -1
- package/lib/esm/components/Mappings/Editing/MappingAction.d.ts +2 -3
- package/lib/esm/components/Mappings/Editing/MappingAction.js +9 -8
- package/lib/esm/components/Mappings/Editing/MappingAction.js.map +1 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionLogCustomFilter.js +17 -6
- package/lib/esm/components/Mappings/Extraction/ExtractionLogCustomFilter.js.map +1 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionMessageModal.d.ts +0 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionMessageModal.js +20 -11
- package/lib/esm/components/Mappings/Extraction/ExtractionMessageModal.js.map +1 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStates/QueuedExtractionState.d.ts +0 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStates/QueuedExtractionState.js +2 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStates/QueuedExtractionState.js.map +1 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStates/RunningExtractionState.d.ts +0 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStates/RunningExtractionState.js +2 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStates/RunningExtractionState.js.map +1 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStates/StartingExtractionState.d.ts +0 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStates/StartingExtractionState.js +2 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStates/StartingExtractionState.js.map +1 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStates/TerminalExtractionState.d.ts +0 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStates/TerminalExtractionState.js +2 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStates/TerminalExtractionState.js.map +1 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStatus.d.ts +0 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStatus.js.map +1 -1
- package/lib/esm/components/Mappings/Extraction/ExtractionStatusIcon.d.ts +1 -2
- package/lib/esm/components/Mappings/Import/ConfirmMappingsImport.d.ts +2 -2
- package/lib/esm/components/Mappings/Import/ConfirmMappingsImport.js +20 -19
- package/lib/esm/components/Mappings/Import/ConfirmMappingsImport.js.map +1 -1
- package/lib/esm/components/Mappings/Import/MappingImportWizardModal.d.ts +2 -3
- package/lib/esm/components/Mappings/Import/MappingImportWizardModal.js +20 -20
- package/lib/esm/components/Mappings/Import/MappingImportWizardModal.js.map +1 -1
- package/lib/esm/components/Mappings/Import/SelectIModel.d.ts +2 -3
- package/lib/esm/components/Mappings/Import/SelectIModel.js +9 -8
- package/lib/esm/components/Mappings/Import/SelectIModel.js.map +1 -1
- package/lib/esm/components/Mappings/Import/SelectITwin.d.ts +2 -3
- package/lib/esm/components/Mappings/Import/SelectITwin.js +14 -13
- package/lib/esm/components/Mappings/Import/SelectITwin.js.map +1 -1
- package/lib/esm/components/Mappings/Import/SelectMappings.d.ts +2 -3
- package/lib/esm/components/Mappings/Import/SelectMappings.js +10 -9
- package/lib/esm/components/Mappings/Import/SelectMappings.js.map +1 -1
- package/lib/esm/components/Mappings/MappingListItem.d.ts +0 -1
- package/lib/esm/components/Mappings/MappingListItem.js +1 -2
- package/lib/esm/components/Mappings/MappingListItem.js.map +1 -1
- package/lib/esm/components/Mappings/MappingViewActionGroup.d.ts +0 -1
- package/lib/esm/components/Mappings/MappingViewActionGroup.js +5 -4
- package/lib/esm/components/Mappings/MappingViewActionGroup.js.map +1 -1
- package/lib/esm/components/Mappings/Mappings.d.ts +3 -4
- package/lib/esm/components/Mappings/Mappings.js.map +1 -1
- package/lib/esm/components/Mappings/MappingsView.d.ts +2 -2
- package/lib/esm/components/Mappings/MappingsView.js +16 -15
- package/lib/esm/components/Mappings/MappingsView.js.map +1 -1
- package/lib/esm/components/Mappings/hooks/useFetchExtractionStatus.js +4 -3
- package/lib/esm/components/Mappings/hooks/useFetchExtractionStatus.js.map +1 -1
- package/lib/esm/components/Mappings/hooks/useFetchMappingExtractionStatus.d.ts +1 -2
- package/lib/esm/components/Mappings/hooks/useFetchMappingExtractionStatus.js +1 -1
- package/lib/esm/components/Mappings/hooks/useFetchMappingExtractionStatus.js.map +1 -1
- package/lib/esm/components/Mappings/hooks/useMappingsOperations.d.ts +0 -1
- package/lib/esm/components/Mappings/hooks/useMappingsOperations.js +2 -1
- package/lib/esm/components/Mappings/hooks/useMappingsOperations.js.map +1 -1
- package/lib/esm/components/Mappings/hooks/useRunExtraction.d.ts +0 -1
- package/lib/esm/components/Mappings/hooks/useRunExtraction.js.map +1 -1
- package/lib/esm/components/Properties/CalculatedProperties/CalculatedPropertyAction.d.ts +2 -3
- package/lib/esm/components/Properties/CalculatedProperties/CalculatedPropertyAction.js +4 -3
- package/lib/esm/components/Properties/CalculatedProperties/CalculatedPropertyAction.js.map +1 -1
- package/lib/esm/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.d.ts +0 -1
- package/lib/esm/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.js +19 -5
- package/lib/esm/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.js.map +1 -1
- package/lib/esm/components/Properties/CalculatedProperties/SharedCalculatedPropertyForms.d.ts +0 -1
- package/lib/esm/components/Properties/CalculatedProperties/SharedCalculatedPropertyForms.js +3 -2
- package/lib/esm/components/Properties/CalculatedProperties/SharedCalculatedPropertyForms.js.map +1 -1
- package/lib/esm/components/Properties/CustomCalculations/CustomCalculationAction.d.ts +0 -1
- package/lib/esm/components/Properties/CustomCalculations/CustomCalculationAction.js +4 -3
- package/lib/esm/components/Properties/CustomCalculations/CustomCalculationAction.js.map +1 -1
- package/lib/esm/components/Properties/GroupColorToggle.d.ts +1 -2
- package/lib/esm/components/Properties/GroupColorToggle.js +3 -2
- package/lib/esm/components/Properties/GroupColorToggle.js.map +1 -1
- package/lib/esm/components/Properties/GroupInformationPanel.d.ts +0 -1
- package/lib/esm/components/Properties/GroupInformationPanel.js +3 -2
- package/lib/esm/components/Properties/GroupInformationPanel.js.map +1 -1
- package/lib/esm/components/Properties/GroupProperties/GroupPropertyAction.d.ts +1 -2
- package/lib/esm/components/Properties/GroupProperties/GroupPropertyAction.js +26 -25
- package/lib/esm/components/Properties/GroupProperties/GroupPropertyAction.js.map +1 -1
- package/lib/esm/components/Properties/GroupProperties/GroupPropertyListItem.d.ts +0 -1
- package/lib/esm/components/Properties/GroupProperties/GroupPropertyTable.d.ts +0 -1
- package/lib/esm/components/Properties/GroupProperties/GroupPropertyTable.js +5 -4
- package/lib/esm/components/Properties/GroupProperties/GroupPropertyTable.js.map +1 -1
- package/lib/esm/components/Properties/GroupProperties/GroupPropertyUtils.js.map +1 -1
- package/lib/esm/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.d.ts +0 -1
- package/lib/esm/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.js +14 -15
- package/lib/esm/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.js.map +1 -1
- package/lib/esm/components/Properties/GroupProperties/SaveModal.d.ts +0 -1
- package/lib/esm/components/Properties/GroupProperties/SaveModal.js +5 -4
- package/lib/esm/components/Properties/GroupProperties/SaveModal.js.map +1 -1
- package/lib/esm/components/Properties/GroupProperties/SortableHorizontalTile.d.ts +0 -1
- package/lib/esm/components/Properties/GroupProperties/SortableHorizontalTile.js +2 -1
- package/lib/esm/components/Properties/GroupProperties/SortableHorizontalTile.js.map +1 -1
- package/lib/esm/components/Properties/PropertyAction.d.ts +0 -1
- package/lib/esm/components/Properties/PropertyAction.js +7 -3
- package/lib/esm/components/Properties/PropertyAction.js.map +1 -1
- package/lib/esm/components/Properties/PropertyMenu.d.ts +0 -1
- package/lib/esm/components/Properties/PropertyMenuWithVisualization.d.ts +0 -1
- package/lib/esm/components/Properties/PropertyMenuWithVisualization.js +2 -1
- package/lib/esm/components/Properties/PropertyMenuWithVisualization.js.map +1 -1
- package/lib/esm/components/Properties/PropertyNameCell.d.ts +0 -1
- package/lib/esm/components/Properties/PropertyTable.d.ts +0 -1
- package/lib/esm/components/Properties/PropertyTable.js +2 -1
- package/lib/esm/components/Properties/PropertyTable.js.map +1 -1
- package/lib/esm/components/Properties/PropertyTableToolbar.d.ts +0 -1
- package/lib/esm/components/Properties/PropertyTableToolbar.js +3 -5
- package/lib/esm/components/Properties/PropertyTableToolbar.js.map +1 -1
- package/lib/esm/components/Properties/ScrollableExpandableBlock.js.map +1 -1
- package/lib/esm/components/Properties/hooks/useFormulaValidation.js.map +1 -1
- package/lib/esm/components/Properties/hooks/useForwardRef.js.map +1 -1
- package/lib/esm/components/Properties/hooks/useValidator.d.ts +2 -2
- package/lib/esm/components/Properties/hooks/useValidator.js +9 -8
- package/lib/esm/components/Properties/hooks/useValidator.js.map +1 -1
- package/lib/esm/components/SharedComponents/ActionPanel.d.ts +0 -1
- package/lib/esm/components/SharedComponents/ActionPanel.js +3 -2
- package/lib/esm/components/SharedComponents/ActionPanel.js.map +1 -1
- package/lib/esm/components/SharedComponents/DeleteModal.d.ts +0 -1
- package/lib/esm/components/SharedComponents/DeleteModal.js +5 -4
- package/lib/esm/components/SharedComponents/DeleteModal.js.map +1 -1
- package/lib/esm/components/SharedComponents/EmptyMessage.d.ts +0 -1
- package/lib/esm/components/SharedComponents/LoadingOverlay.d.ts +0 -1
- package/lib/esm/components/SharedComponents/LoadingOverlay.js +3 -2
- package/lib/esm/components/SharedComponents/LoadingOverlay.js.map +1 -1
- package/lib/esm/components/SharedComponents/LoadingSpinner.d.ts +0 -1
- package/lib/esm/components/SharedComponents/StatusIcon.d.ts +1 -1
- package/lib/esm/components/context/ExtractionClientContext.d.ts +0 -1
- package/lib/esm/components/context/ExtractionClientContext.js.map +1 -1
- package/lib/esm/components/context/ExtractionStateJobContext.js.map +1 -1
- package/lib/esm/components/context/GroupHilitedElementsContext.js.map +1 -1
- package/lib/esm/components/context/GroupingApiConfigContext.d.ts +2 -2
- package/lib/esm/components/context/GroupingApiConfigContext.js.map +1 -1
- package/lib/esm/components/context/GroupingMappingCustomUIContext.d.ts +0 -1
- package/lib/esm/components/context/GroupingMappingCustomUIContext.js.map +1 -1
- package/lib/esm/components/context/GroupsClientContext.d.ts +0 -1
- package/lib/esm/components/context/GroupsClientContext.js.map +1 -1
- package/lib/esm/components/context/IModelsClientContext.d.ts +0 -1
- package/lib/esm/components/context/IModelsClientContext.js.map +1 -1
- package/lib/esm/components/context/ITwinsClientContext.d.ts +0 -1
- package/lib/esm/components/context/ITwinsClientContext.js.map +1 -1
- package/lib/esm/components/context/MappingClientContext.d.ts +0 -1
- package/lib/esm/components/context/MappingClientContext.js.map +1 -1
- package/lib/esm/components/context/PropertiesClientContext.d.ts +0 -1
- package/lib/esm/components/context/PropertiesClientContext.js.map +1 -1
- package/lib/esm/components/context/PropertiesGroupColorContext.js.map +1 -1
- package/lib/esm/components/context/PropertyGridWrapperContext.d.ts +1 -0
- package/lib/esm/components/context/PropertyGridWrapperContext.js.map +1 -1
- package/lib/esm/components/customUI/DefaultGroupingUI.d.ts +1 -1
- package/lib/esm/components/customUI/DefaultGroupingUI.js +5 -4
- package/lib/esm/components/customUI/DefaultGroupingUI.js.map +1 -1
- package/lib/esm/components/customUI/GroupQueryBuilderCustomUI.d.ts +0 -1
- package/lib/esm/components/customUI/GroupQueryBuilderCustomUI.js +5 -3
- package/lib/esm/components/customUI/GroupQueryBuilderCustomUI.js.map +1 -1
- package/lib/esm/components/customUI/GroupingMappingCustomUI.d.ts +1 -1
- package/lib/esm/components/customUI/ManualGroupingCustomUI.d.ts +0 -1
- package/lib/esm/components/customUI/ManualGroupingCustomUI.js +5 -4
- package/lib/esm/components/customUI/ManualGroupingCustomUI.js.map +1 -1
- package/lib/esm/components/customUI/SearchGroupingCustomUI.d.ts +0 -1
- package/lib/esm/components/customUI/SearchGroupingCustomUI.js +5 -4
- package/lib/esm/components/customUI/SearchGroupingCustomUI.js.map +1 -1
- package/lib/esm/decorators/BboxDimensionsDecorator.d.ts +2 -0
- package/lib/esm/decorators/BboxDimensionsDecorator.js +79 -28
- package/lib/esm/decorators/BboxDimensionsDecorator.js.map +1 -1
- package/lib/esm/formula/FormulaDataTypeResolver.js.map +1 -1
- package/lib/esm/formula/FormulaFunctionProvider.js.map +1 -1
- package/lib/esm/formula/FormulaOperatorsProvider.js.map +1 -1
- package/lib/esm/formula/FormulaSplitter.js.map +1 -1
- package/lib/esm/formula/FormulaTokensDataTypeResolver.js.map +1 -1
- package/lib/esm/formula/InfixToPostfixConverter.js.map +1 -1
- package/lib/esm/formula/InputStream.js +3 -2
- package/lib/esm/formula/InputStream.js.map +1 -1
- package/lib/esm/formula/ParenthesisValidator.js.map +1 -1
- package/lib/esm/formula/Queue.js +1 -0
- package/lib/esm/formula/Queue.js.map +1 -1
- package/lib/esm/formula/Stack.js +2 -3
- package/lib/esm/formula/Stack.js.map +1 -1
- package/lib/esm/formula/StringBuilder.js +1 -0
- package/lib/esm/formula/StringBuilder.js.map +1 -1
- package/lib/esm/formula/Types.d.ts +4 -4
- package/lib/esm/grouping-mapping-widget.d.ts +3 -0
- package/lib/esm/grouping-mapping-widget.js +2 -0
- package/lib/esm/grouping-mapping-widget.js.map +1 -1
- package/lib/esm/test/CalculatedPropertyActionWithVisuals.test.d.ts +2 -0
- package/lib/esm/test/CalculatedPropertyActionWithVisuals.test.js +132 -0
- package/lib/esm/test/CalculatedPropertyActionWithVisuals.test.js.map +1 -0
- package/lib/esm/test/GroupingMappingCustomUI.test.d.ts +1 -1
- package/lib/esm/test/GroupingMappingCustomUI.test.js +42 -33
- package/lib/esm/test/GroupingMappingCustomUI.test.js.map +1 -1
- package/lib/esm/test/MockFactory.d.ts +1 -1
- package/lib/esm/test/MockFactory.js.map +1 -1
- package/lib/esm/test/PropertyFieldsHelpers.d.ts +22 -20
- package/lib/esm/test/QueryBuilder.test.js.map +1 -1
- package/lib/esm/test/WidgetHeader.test.d.ts +1 -1
- package/lib/esm/test/WidgetHeader.test.js +2 -2
- package/lib/esm/test/WidgetHeader.test.js.map +1 -1
- package/lib/esm/test/setup.d.ts +2 -0
- package/lib/esm/test/setup.js +9 -0
- package/lib/esm/test/setup.js.map +1 -0
- package/lib/esm/test/test-utils.d.ts +3 -3
- package/lib/esm/test/test-utils.js +3 -2
- package/lib/esm/test/test-utils.js.map +1 -1
- package/lib/public/locales/en/GroupingMappingWidget.json +220 -0
- package/package.json +45 -68
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"save": "Save",
|
|
4
|
+
"cancel": "Cancel",
|
|
5
|
+
"delete": "Delete",
|
|
6
|
+
"close": "Close",
|
|
7
|
+
"apply": "Apply",
|
|
8
|
+
"clear": "Clear",
|
|
9
|
+
"remove": "Remove",
|
|
10
|
+
"name": "Name",
|
|
11
|
+
"description": "Description",
|
|
12
|
+
"search": "Search...",
|
|
13
|
+
"add": "Add",
|
|
14
|
+
"back": "Back",
|
|
15
|
+
"new": "New",
|
|
16
|
+
"next": "Next",
|
|
17
|
+
"refresh": "Refresh",
|
|
18
|
+
"reset": "Reset",
|
|
19
|
+
"modify": "Modify",
|
|
20
|
+
"import": "Import",
|
|
21
|
+
"confirm": "Confirm",
|
|
22
|
+
"loading": "Loading",
|
|
23
|
+
"pleaseWait": "Please wait...",
|
|
24
|
+
"mandatoryFields": "Asterisk * indicates mandatory fields.",
|
|
25
|
+
"edit": "Edit",
|
|
26
|
+
"number": "Number",
|
|
27
|
+
"status": "Status"
|
|
28
|
+
},
|
|
29
|
+
"errors": {
|
|
30
|
+
"unauthorized": "You are unauthorized to do this operation.",
|
|
31
|
+
"forbidden": "You don't have permission to access the requested resource.",
|
|
32
|
+
"notFound": "The requested resource was not found.",
|
|
33
|
+
"conflict": "This property name is already being used.",
|
|
34
|
+
"unprocessable": "Unable to process the request.",
|
|
35
|
+
"tooManyRequests": "Too many requests.",
|
|
36
|
+
"internalServerError": "Internal server error.",
|
|
37
|
+
"badGateway": "Bad gateway.",
|
|
38
|
+
"serviceUnavailable": "Service unavailable.",
|
|
39
|
+
"generic": "Something went wrong!",
|
|
40
|
+
"errorPrefix": "Error!",
|
|
41
|
+
"requiresIModelConnection": "This component requires an active iModelConnection.",
|
|
42
|
+
"visualizingGroup": "There was an error visualizing group.",
|
|
43
|
+
"fetchError": "An error occurred while fetching data.",
|
|
44
|
+
"networkError": "A network error occurred while processing this action.",
|
|
45
|
+
"primitiveTypesOnly": "Only primitive types are supported for now.",
|
|
46
|
+
"fetchFieldFailed": "Error. Failed to fetch field for this property record.",
|
|
47
|
+
"queryBuildError": "Error. An unexpected error has occurred while building a query.",
|
|
48
|
+
"invalidQuery": "Sorry, we have failed to generate a valid query."
|
|
49
|
+
},
|
|
50
|
+
"validation": {
|
|
51
|
+
"noDuplicateUnderscore": "Remove duplicate \"_\"",
|
|
52
|
+
"startsWithLetterOrUnderscore": "Name can only start with a letter or underscore.",
|
|
53
|
+
"onlyLettersUnderscoresDigits": "Name can only contain letters, underscores, or digits",
|
|
54
|
+
"charLimit": "There is a 128 character limit.",
|
|
55
|
+
"required": "This field is required."
|
|
56
|
+
},
|
|
57
|
+
"widget": {
|
|
58
|
+
"label": "Grouping & Mapping"
|
|
59
|
+
},
|
|
60
|
+
"groups": {
|
|
61
|
+
"addGroup": "Add Group",
|
|
62
|
+
"noGroups": "No Groups available.",
|
|
63
|
+
"gettingVisualizationReady": "Getting visualization ready",
|
|
64
|
+
"colorByGroup": "Color by Group",
|
|
65
|
+
"toggleGroupVisibility": "Toggle Group Visibility",
|
|
66
|
+
"visualization": "Visualization",
|
|
67
|
+
"showAll": "Show All",
|
|
68
|
+
"hideAll": "Hide All",
|
|
69
|
+
"groupOptions": "Group Options",
|
|
70
|
+
"overlapInfo": "Overlap Info",
|
|
71
|
+
"groupDetails": "Group Details",
|
|
72
|
+
"groupBy": "Group By",
|
|
73
|
+
"queryGenerationTool": "Query Generation Tool",
|
|
74
|
+
"rowCount": "Row Count: {{queryRowCount}}",
|
|
75
|
+
"colorGroup": "Color Group",
|
|
76
|
+
"overlappedElements": "Overlapped elements",
|
|
77
|
+
"overlappedGroups": "Groups",
|
|
78
|
+
"visualizingOverlappedError": "There was an error visualizing overlapped elements.",
|
|
79
|
+
"overlapInfoOf": "Overlap Info of {{groupName}}",
|
|
80
|
+
"noOverlaps": "No Overlaps.",
|
|
81
|
+
"lessDetails": "Less Details",
|
|
82
|
+
"moreDetails": "More Details",
|
|
83
|
+
"overlappingAlertPrefix": "Overlapping elements are colored",
|
|
84
|
+
"overlappingAlertRed": "red",
|
|
85
|
+
"overlappingAlertSuffix": "in the viewer.",
|
|
86
|
+
"overlapAlertDetailPrefix": "To get overlap info in detail, click the",
|
|
87
|
+
"overlapAlertDetailSuffix": "button then \"Overlap Info\"",
|
|
88
|
+
"overlapProgressTitle": "{{overlappedElements}} element(s) overlapping out of {{totalElements}}"
|
|
89
|
+
},
|
|
90
|
+
"mappings": {
|
|
91
|
+
"mappings": "Mappings",
|
|
92
|
+
"newMapping": "New Mapping",
|
|
93
|
+
"runExtraction": "Run extraction",
|
|
94
|
+
"noMappings": "No {{mappings}} available.",
|
|
95
|
+
"importMappings": "Import {{mappings}}",
|
|
96
|
+
"addMapping": "Add Mapping",
|
|
97
|
+
"mappingDetails": "Mapping Details",
|
|
98
|
+
"extractDataFromIModel": "Extract data from iModel",
|
|
99
|
+
"mappingOptions": "Mapping Options",
|
|
100
|
+
"disableExtraction": "Disable extraction",
|
|
101
|
+
"enableExtraction": "Enable extraction"
|
|
102
|
+
},
|
|
103
|
+
"properties": {
|
|
104
|
+
"selectionModalTitle": "Properties Selection",
|
|
105
|
+
"available": "Available Properties",
|
|
106
|
+
"selected": "Selected Properties",
|
|
107
|
+
"noAvailable": "No properties available. ",
|
|
108
|
+
"noSelected": "No properties selected.",
|
|
109
|
+
"addHint": "Add some by clicking on the properties shown left.",
|
|
110
|
+
"clearSearch": "Clear Search",
|
|
111
|
+
"searchButton": "Search",
|
|
112
|
+
"addPropertyTitle": "Add Property",
|
|
113
|
+
"addProperty": "Add {{propertyType}} Property",
|
|
114
|
+
"noProperties": "No {{propertyType}} Properties",
|
|
115
|
+
"propertyOptions": "Property Options",
|
|
116
|
+
"propertyDetails": "Property Details",
|
|
117
|
+
"propertyName": "Property Name",
|
|
118
|
+
"dataType": "Data Type",
|
|
119
|
+
"boolean": "Boolean",
|
|
120
|
+
"integer": "Integer",
|
|
121
|
+
"double": "Double",
|
|
122
|
+
"string": "String",
|
|
123
|
+
"quantityType": "Quantity Type",
|
|
124
|
+
"noQuantityType": "No Quantity Type",
|
|
125
|
+
"quantityArea": "Area",
|
|
126
|
+
"quantityDistance": "Distance",
|
|
127
|
+
"quantityForce": "Force",
|
|
128
|
+
"quantityMass": "Mass",
|
|
129
|
+
"quantityMonetary": "Monetary",
|
|
130
|
+
"quantityTime": "Time",
|
|
131
|
+
"quantityVolume": "Volume",
|
|
132
|
+
"mappedProperties": "Mapped Properties",
|
|
133
|
+
"selectProperties": "Select Properties",
|
|
134
|
+
"selectPropertiesHint": "Press the \"Select Properties\" button for options.",
|
|
135
|
+
"calculatedProperty": "Calculated Property",
|
|
136
|
+
"createCalculatedProperty": "Create Calculated Property",
|
|
137
|
+
"customCalculation": "Custom Calculation",
|
|
138
|
+
"createCustomCalculation": "Create Custom Calculation",
|
|
139
|
+
"calculatedPropertyType": "Calculated Property Type",
|
|
140
|
+
"noCalculatedPropertyType": "No Calculated Property Type",
|
|
141
|
+
"visualizeDimensions": "Visualize Dimensions",
|
|
142
|
+
"savedPropertiesWarning": "Warning: Could not match saved properties from the current generated list. It does not confirm or deny validity. Overwriting will occur if a new selection is made and saved.",
|
|
143
|
+
"formula": "Formula",
|
|
144
|
+
"formulaDocLink": "Click here.",
|
|
145
|
+
"formulaDocMessage": "To learn more about creating custom calculation formulas, view the documentation.",
|
|
146
|
+
"query": "Query",
|
|
147
|
+
"groupInformation": "Group Information",
|
|
148
|
+
"groupInformationTitle": "{{groupName}} Information",
|
|
149
|
+
"group": "Group",
|
|
150
|
+
"calculatedPropertyDetails": "Calculated Property Details",
|
|
151
|
+
"dragAndDrop": "Drag & Drop"
|
|
152
|
+
},
|
|
153
|
+
"shared": {
|
|
154
|
+
"deleteConfirm": "Are you sure you want to delete",
|
|
155
|
+
"saveConfirm": "Are you sure you want to save this property with a new name? You may need to update this name in Custom Calculation formulas."
|
|
156
|
+
},
|
|
157
|
+
"import": {
|
|
158
|
+
"selectITwin": "Select iTwin",
|
|
159
|
+
"selectITwinDescription": "Select the source iTwin to bring your {{mappings}} from.",
|
|
160
|
+
"selectIModel": "Select iModel",
|
|
161
|
+
"selectIModelDescription": "Select an iModel within the iTwin you have selected.",
|
|
162
|
+
"selectMappings": "Select {{mappings}}",
|
|
163
|
+
"selectMappingsDescription": "Select one or more {{mappings}} to import.",
|
|
164
|
+
"renameAndConfirm": "Rename & Confirm",
|
|
165
|
+
"renameAndConfirmDescription": "Rename and confirm your selections. Click import when finished.",
|
|
166
|
+
"favoriteITwins": "Favorite iTwins",
|
|
167
|
+
"recentITwins": "Recent iTwins",
|
|
168
|
+
"myITwins": "My iTwins",
|
|
169
|
+
"noITwins": "No {{iTwins}} available.",
|
|
170
|
+
"noIModels": "No {{iModels}} available.",
|
|
171
|
+
"noMappings": "No {{mappings}} available.",
|
|
172
|
+
"importing": "Importing",
|
|
173
|
+
"done": "Done!",
|
|
174
|
+
"error": "Error!",
|
|
175
|
+
"importError": "Sorry, there was an error importing some or all {{mappings}}.",
|
|
176
|
+
"copying": "Copying",
|
|
177
|
+
"currentlyImporting": "We are currently importing the {{mappings}}.",
|
|
178
|
+
"importedReady": "Your imported {{mappings}} are ready.",
|
|
179
|
+
"importDone": "Import done!",
|
|
180
|
+
"copySuffix": "{{name}}_Copy"
|
|
181
|
+
},
|
|
182
|
+
"extraction": {
|
|
183
|
+
"extractionLogs": "Extraction Logs",
|
|
184
|
+
"extractionTimestamp": "Extraction Timestamp",
|
|
185
|
+
"filter": "Filter",
|
|
186
|
+
"category": "Category",
|
|
187
|
+
"level": "Level",
|
|
188
|
+
"message": "Message",
|
|
189
|
+
"noResults": "No results match filters.",
|
|
190
|
+
"error": "Error",
|
|
191
|
+
"warning": "Warning",
|
|
192
|
+
"info": "Info",
|
|
193
|
+
"trace": "Trace",
|
|
194
|
+
"queued": "Queued",
|
|
195
|
+
"starting": "Starting",
|
|
196
|
+
"running": "Running",
|
|
197
|
+
"succeeded": "Succeeded",
|
|
198
|
+
"failed": "Failed",
|
|
199
|
+
"mappingLabel": "Mapping: {{mappingName}}",
|
|
200
|
+
"groupLabel": "Group: {{groupName}}",
|
|
201
|
+
"notFound": "<Not Found>",
|
|
202
|
+
"noExtraction": "No extraction found.",
|
|
203
|
+
"extractionIssues": "Extraction contains issues. Click to view extraction logs.",
|
|
204
|
+
"extractionSuccessful": "Extraction successful."
|
|
205
|
+
},
|
|
206
|
+
"customUI": {
|
|
207
|
+
"manualQueryAlert": "Generate group using an ECSQL query. Please select ECInstanceId and ECClassId columns in the query.",
|
|
208
|
+
"manualQueryLabel": "Query",
|
|
209
|
+
"manualQueryPlaceholder": "E.g. \"SELECT ECInstanceId, ECClassId FROM BisCore:PhysicalElement\"",
|
|
210
|
+
"searchQueryAlert": "Generate a query by keywords. Keywords wrapped in double quotes will be considered a required criteria.",
|
|
211
|
+
"searchQueryLabel": "Query Keywords",
|
|
212
|
+
"searchQueryPlaceholder": "E.g. \"red\" chair",
|
|
213
|
+
"queryBuilderAlert": "Please select on an element within the viewer first, then select properties to generate a group query.",
|
|
214
|
+
"noQueryMethod": "No query generation method selected.",
|
|
215
|
+
"properties": "Properties",
|
|
216
|
+
"selection": "Selection",
|
|
217
|
+
"queryKeywords": "Query Keywords",
|
|
218
|
+
"manual": "Manual"
|
|
219
|
+
}
|
|
220
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/grouping-mapping-widget",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.0",
|
|
4
4
|
"description": "An iTwin.js 3D Viewer Widget that interfaces with the iTwin Reporting Platform.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Bentley",
|
|
@@ -27,36 +27,18 @@
|
|
|
27
27
|
"build:esm": "tsc 1>&2 --module ES2020 --outDir lib/esm",
|
|
28
28
|
"clean": "rimraf lib",
|
|
29
29
|
"copy:assets": "npm run -s copy:public && npm run -s copy:cjs && npm run -s copy:esm",
|
|
30
|
-
"copy:cjs": "cpx \"./src/**/*.scss\" ./lib/cjs",
|
|
31
|
-
"copy:esm": "cpx \"./src/**/*.scss\" ./lib/esm",
|
|
30
|
+
"copy:cjs": "cpx \"./src/**/*.{scss,json}\" ./lib/cjs",
|
|
31
|
+
"copy:esm": "cpx \"./src/**/*.{scss,json}\" ./lib/esm",
|
|
32
32
|
"copy:public": "cpx \"./public/**/*\" ./lib/public",
|
|
33
33
|
"cover": "npm test -- --coverage",
|
|
34
34
|
"dual-build": "npm run -s build:cjs && npm run -s build:esm",
|
|
35
35
|
"extract-api": "betools extract-api --entry=grouping-mapping-widget --apiReportFolder=./api --apiReportTempFolder=./api/temp --apiSummaryFolder=./api",
|
|
36
|
-
"lint": "eslint
|
|
36
|
+
"lint": "eslint \"./src/**/*.{ts,tsx}\" 1>&2",
|
|
37
37
|
"lint:fix": "npm run lint -- --fix",
|
|
38
38
|
"pseudolocalize": "betools pseudolocalize --englishDir ./public/locales/en --out ./public/locales/en-PSEUDO",
|
|
39
39
|
"rebuild": "npm run clean && npm run build",
|
|
40
|
-
"test": "
|
|
41
|
-
"test:watch": "
|
|
42
|
-
},
|
|
43
|
-
"eslintConfig": {
|
|
44
|
-
"plugins": [
|
|
45
|
-
"@itwin"
|
|
46
|
-
],
|
|
47
|
-
"extends": [
|
|
48
|
-
"plugin:@itwin/ui",
|
|
49
|
-
"prettier"
|
|
50
|
-
],
|
|
51
|
-
"rules": {
|
|
52
|
-
"no-duplicate-imports": "off",
|
|
53
|
-
"@typescript-eslint/consistent-type-imports": "error",
|
|
54
|
-
"@typescript-eslint/no-shadow": "off",
|
|
55
|
-
"deprecation/deprecation": "off",
|
|
56
|
-
"jsx-a11y/click-events-have-key-events": "off",
|
|
57
|
-
"jsx-a11y/interactive-supports-focus": "off",
|
|
58
|
-
"jsx-a11y/no-static-element-interactions": "off"
|
|
59
|
-
}
|
|
40
|
+
"test": "vitest run",
|
|
41
|
+
"test:watch": "vitest"
|
|
60
42
|
},
|
|
61
43
|
"dependencies": {
|
|
62
44
|
"@dnd-kit/core": "^6.0.5",
|
|
@@ -81,35 +63,32 @@
|
|
|
81
63
|
},
|
|
82
64
|
"devDependencies": {
|
|
83
65
|
"@faker-js/faker": "^7.5.0",
|
|
84
|
-
"@itwin/appui-abstract": "^
|
|
85
|
-
"@itwin/appui-
|
|
86
|
-
"@itwin/
|
|
87
|
-
"@itwin/
|
|
88
|
-
"@itwin/
|
|
89
|
-
"@itwin/core-
|
|
90
|
-
"@itwin/core-
|
|
91
|
-
"@itwin/core-
|
|
92
|
-
"@itwin/core-
|
|
93
|
-
"@itwin/core-
|
|
94
|
-
"@itwin/core-
|
|
95
|
-
"@itwin/core-
|
|
96
|
-
"@itwin/core-
|
|
97
|
-
"@itwin/
|
|
98
|
-
"@itwin/
|
|
99
|
-
"@itwin/
|
|
100
|
-
"@itwin/
|
|
101
|
-
"@itwin/
|
|
102
|
-
"@itwin/presentation-
|
|
103
|
-
"@itwin/
|
|
104
|
-
"@itwin/presentation-frontend": "^4.1.0",
|
|
105
|
-
"@itwin/webgl-compatibility": "^4.1.0",
|
|
66
|
+
"@itwin/appui-abstract": "^5.6.0",
|
|
67
|
+
"@itwin/appui-react": "^5.6.0",
|
|
68
|
+
"@itwin/build-tools": "^5.6.0",
|
|
69
|
+
"@itwin/components-react": "^5.6.0",
|
|
70
|
+
"@itwin/core-bentley": "^5.6.0",
|
|
71
|
+
"@itwin/core-common": "^5.6.0",
|
|
72
|
+
"@itwin/core-frontend": "^5.6.0",
|
|
73
|
+
"@itwin/core-geometry": "^5.6.0",
|
|
74
|
+
"@itwin/core-i18n": "^5.6.0",
|
|
75
|
+
"@itwin/core-markup": "^5.6.0",
|
|
76
|
+
"@itwin/core-orbitgt": "^5.6.0",
|
|
77
|
+
"@itwin/core-quantity": "^5.6.0",
|
|
78
|
+
"@itwin/core-react": "^5.6.0",
|
|
79
|
+
"@itwin/ecschema-metadata": "^5.6.0",
|
|
80
|
+
"@itwin/eslint-plugin": "^6.0.0",
|
|
81
|
+
"@itwin/imodel-components-react": "^5.6.0",
|
|
82
|
+
"@itwin/presentation-common": "^5.6.0",
|
|
83
|
+
"@itwin/presentation-components": "^5.6.0",
|
|
84
|
+
"@itwin/presentation-frontend": "^5.6.0",
|
|
85
|
+
"@itwin/webgl-compatibility": "^5.6.0",
|
|
106
86
|
"@testing-library/dom": "^8.12.0",
|
|
107
|
-
"@testing-library/jest-dom": "^
|
|
87
|
+
"@testing-library/jest-dom": "^6.0.0",
|
|
108
88
|
"@testing-library/react": "^12.1.4",
|
|
109
89
|
"@testing-library/user-event": "^14.1.1",
|
|
110
90
|
"@types/chai": "4.2.11",
|
|
111
91
|
"@types/i18next": "^8.4.2",
|
|
112
|
-
"@types/jest": "^27.4.1",
|
|
113
92
|
"@types/lodash": "^4.14.202",
|
|
114
93
|
"@types/node": "^14.14.20",
|
|
115
94
|
"@types/react": "^17.0.19",
|
|
@@ -117,38 +96,36 @@
|
|
|
117
96
|
"@types/react-redux": "^7.0.1",
|
|
118
97
|
"@types/react-table": "^7.7.0",
|
|
119
98
|
"@types/sinon": "^17.0.2",
|
|
120
|
-
"@
|
|
121
|
-
"@typescript-eslint/eslint-plugin": "^5.3.1",
|
|
122
|
-
"@typescript-eslint/parser": "^5.10.1",
|
|
99
|
+
"@vitejs/plugin-react": "^4.3.0",
|
|
123
100
|
"chai": "^4.2.0",
|
|
124
101
|
"cpx2": "^3.0.0",
|
|
125
|
-
"eslint": "^
|
|
126
|
-
"eslint-config-prettier": "^
|
|
127
|
-
"eslint-plugin-
|
|
128
|
-
"eslint-plugin-react": "^7.
|
|
129
|
-
"eslint-plugin-
|
|
130
|
-
"
|
|
131
|
-
"jest-cli": "^27.5.1",
|
|
132
|
-
"jest-transform-stub": "^2.0.0",
|
|
102
|
+
"eslint": "^9.39.2",
|
|
103
|
+
"eslint-config-prettier": "^10.1.8",
|
|
104
|
+
"eslint-plugin-import": "^2.32.0",
|
|
105
|
+
"eslint-plugin-react": "^7.37.5",
|
|
106
|
+
"eslint-plugin-unused-imports": "^4.3.0",
|
|
107
|
+
"jsdom": "^25.0.0",
|
|
133
108
|
"react": "^17.0.2",
|
|
134
109
|
"react-dom": "^17.0.2",
|
|
135
110
|
"react-redux": "^7.2.2",
|
|
136
111
|
"react-table": "^7.7.0",
|
|
137
112
|
"redux": "^4.1.0",
|
|
138
113
|
"rimraf": "^3.0.2",
|
|
114
|
+
"sass-embedded": "^1.97.3",
|
|
139
115
|
"sinon": "^17.0.1",
|
|
140
|
-
"ts-jest": "^27.1.3",
|
|
141
116
|
"typemoq": "^2.1.0",
|
|
142
|
-
"typescript": "~
|
|
117
|
+
"typescript": "~5.6.0",
|
|
118
|
+
"@vitest/coverage-v8": "^3.0.0",
|
|
119
|
+
"vitest": "^3.0.0"
|
|
143
120
|
},
|
|
144
121
|
"peerDependencies": {
|
|
145
|
-
"@itwin/appui-abstract": "^
|
|
146
|
-
"@itwin/appui-react": "^
|
|
147
|
-
"@itwin/components-react": "^
|
|
148
|
-
"@itwin/core-frontend": "^
|
|
149
|
-
"@itwin/core-react": "^
|
|
150
|
-
"@itwin/presentation-components": "^
|
|
151
|
-
"@itwin/presentation-frontend": "^
|
|
122
|
+
"@itwin/appui-abstract": "^5.0.0",
|
|
123
|
+
"@itwin/appui-react": "^5.0.0",
|
|
124
|
+
"@itwin/components-react": "^5.0.0",
|
|
125
|
+
"@itwin/core-frontend": "^5.0.0",
|
|
126
|
+
"@itwin/core-react": "^5.0.0",
|
|
127
|
+
"@itwin/presentation-components": "^5.0.0",
|
|
128
|
+
"@itwin/presentation-frontend": "^5.0.0",
|
|
152
129
|
"react": "^17.0.2 || ^18.0.0",
|
|
153
130
|
"react-dom": "^17.0.2 || ^18.0.0"
|
|
154
131
|
}
|