@orchestrator-ui/orchestrator-ui-components 7.4.1 → 7.5.1
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/.turbo/turbo-build.log +9 -9
- package/.turbo/turbo-lint.log +1 -13
- package/.turbo/turbo-test.log +12 -12
- package/CHANGELOG.md +427 -416
- package/__mocks__/@copilotkit/react-core.js +6 -6
- package/__mocks__/@copilotkit/react-ui.js +1 -6
- package/dist/index.d.ts +283 -176
- package/dist/index.js +3272 -7599
- package/dist/index.js.map +1 -1
- package/package.json +93 -93
- package/src/api/types.ts +36 -36
- package/src/components/WfoAgent/ExportButton/ExportButton.tsx +59 -63
- package/src/components/WfoAgent/ExportButton/styles.ts +56 -56
- package/src/components/WfoAgent/ToolProgress/DiscoverFilterPathsDisplay.tsx +79 -94
- package/src/components/WfoAgent/ToolProgress/RunSearchDisplay.tsx +22 -22
- package/src/components/WfoAgent/ToolProgress/SetFilterTreeDisplay.styles.ts +56 -56
- package/src/components/WfoAgent/ToolProgress/SetFilterTreeDisplay.tsx +76 -104
- package/src/components/WfoAgent/ToolProgress/StartNewSearchDisplay.tsx +49 -51
- package/src/components/WfoAgent/ToolProgress/ToolProgress.tsx +65 -115
- package/src/components/WfoAgent/ToolProgress/styles.ts +46 -46
- package/src/components/WfoAgent/WfoAgent/WfoAgent.tsx +69 -110
- package/src/components/WfoAgent/WfoAgentChart/WfoAgentLineChart.tsx +36 -46
- package/src/components/WfoAgent/WfoAgentChart/WfoAgentPieChart.tsx +40 -53
- package/src/components/WfoAgent/WfoAgentChart/styles.ts +2 -2
- package/src/components/WfoAgent/WfoAgentTable/WfoAgentTable.tsx +45 -55
- package/src/components/WfoAgent/WfoAgentVisualization/WfoAgentVisualization.tsx +37 -42
- package/src/components/WfoAuth/WfoAuth.tsx +11 -18
- package/src/components/WfoAuth/WfoIsAllowedToRender.tsx +5 -8
- package/src/components/WfoAuth/WfoPageUnauthorized.tsx +2 -2
- package/src/components/WfoAuth/WfoPolicyRenderPageFallback.tsx +5 -8
- package/src/components/WfoAvailabilityCheck/WfoAvailabilityCheck.tsx +8 -17
- package/src/components/WfoBackendUnavailable/WfoBackendUnavailable.tsx +71 -94
- package/src/components/WfoBadges/WfoBadge/WfoBadge.stories.tsx +9 -9
- package/src/components/WfoBadges/WfoBadge/WfoBadge.tsx +11 -14
- package/src/components/WfoBadges/WfoEngineStatusBadge/WfoEngineStatusBadge.stories.tsx +17 -17
- package/src/components/WfoBadges/WfoEngineStatusBadge/WfoEngineStatusBadge.tsx +19 -25
- package/src/components/WfoBadges/WfoEnvironmentBadge/WfoEnvironmentBadge.stories.tsx +7 -7
- package/src/components/WfoBadges/WfoEnvironmentBadge/WfoEnvironmentBadge.tsx +13 -16
- package/src/components/WfoBadges/WfoFailedTasksBadge/WfoFailedTasksBadge.stories.tsx +3 -3
- package/src/components/WfoBadges/WfoFailedTasksBadge/WfoFailedTasksBadge.tsx +66 -83
- package/src/components/WfoBadges/WfoFailedTasksBadge/styles.ts +5 -5
- package/src/components/WfoBadges/WfoHeaderBadge/WfoHeaderBadge.stories.tsx +9 -9
- package/src/components/WfoBadges/WfoHeaderBadge/WfoHeaderBadge.tsx +19 -21
- package/src/components/WfoBadges/WfoProcessStatusBadge/WfoProcessStatusBadge.tsx +56 -59
- package/src/components/WfoBadges/WfoProductBlockBadge/WfoProductBlockBadge.stories.tsx +5 -5
- package/src/components/WfoBadges/WfoProductBlockBadge/WfoProductBlockBadge.tsx +60 -66
- package/src/components/WfoBadges/WfoProductStatusBadge/WfoProductStatusBadge.stories.tsx +8 -8
- package/src/components/WfoBadges/WfoProductStatusBadge/WfoProductStatusBadge.tsx +34 -43
- package/src/components/WfoBadges/WfoScheduledTasksBadges/WfoScheduledTasksBadges.tsx +19 -29
- package/src/components/WfoBadges/WfoScheduledTasksBadges/WfoScheduledTasksBadgesContainer.tsx +10 -11
- package/src/components/WfoBadges/WfoSubscriptionStatusBadge/WfoSubscriptionStatusBadge.stories.tsx +11 -11
- package/src/components/WfoBadges/WfoSubscriptionStatusBadge/WfoSubscriptionStatusBadge.tsx +35 -44
- package/src/components/WfoBadges/WfoSubscriptionSyncStatusBadge/WfoSubscriptionSyncStatusBadge.stories.tsx +12 -12
- package/src/components/WfoBadges/WfoSubscriptionSyncStatusBadge/WfoSubscriptionSyncStatusBadge.tsx +31 -34
- package/src/components/WfoBadges/WfoVersionIncompatibleBadge/WfoVersionIncompatibleBadge.stories.tsx +7 -7
- package/src/components/WfoBadges/WfoVersionIncompatibleBadge/WfoVersionIncompatibleBadge.tsx +44 -47
- package/src/components/WfoBadges/WfoWebsocketStatusBadge/WfoWebsocketStatusBadge.stories.tsx +3 -3
- package/src/components/WfoBadges/WfoWebsocketStatusBadge/WfoWebsocketStatusBadge.tsx +48 -71
- package/src/components/WfoBadges/WfoWebsocketStatusBadge/styles.ts +14 -16
- package/src/components/WfoBadges/WfoWorkflowTargetBadge/WfoWorkflowTargetBadge.tsx +51 -63
- package/src/components/WfoButtonComboBox/WfoButtonComboBox.tsx +55 -64
- package/src/components/WfoButtonComboBox/styles.ts +19 -19
- package/src/components/WfoButtonWithConfirm/WfoButtonWithConfirm.tsx +21 -21
- package/src/components/WfoContentHeader/WfoContentHeader.tsx +28 -48
- package/src/components/WfoDateTime/WfoDateTime.tsx +3 -3
- package/src/components/WfoDiff/WfoDiff.tsx +82 -100
- package/src/components/WfoDiff/styles.ts +28 -35
- package/src/components/WfoDropdownButton/WfoDropdownButton.tsx +54 -58
- package/src/components/WfoError/WfoError.stories.tsx +9 -12
- package/src/components/WfoError/WfoError.tsx +22 -25
- package/src/components/WfoErrorBoundary/WfoErrorBoundary.tsx +30 -34
- package/src/components/WfoExpandableField/WfoExpandableField.tsx +24 -31
- package/src/components/WfoExpandableField/styles.ts +11 -11
- package/src/components/WfoFilterTabs/WfoFilterTabs.tsx +33 -35
- package/src/components/WfoFilterTabs/styles.ts +7 -7
- package/src/components/WfoInlineEdit/WfoInlineEdit.tsx +99 -112
- package/src/components/WfoInlineNoteEdit/WfoSubscriptionDetailNoteEdit.tsx +33 -39
- package/src/components/WfoInlineNoteEdit/WfoSubscriptionNoteEdit.tsx +32 -35
- package/src/components/WfoInsyncIcon/WfoInsyncIcon.stories.tsx +8 -8
- package/src/components/WfoInsyncIcon/WfoInsyncIcon.tsx +5 -15
- package/src/components/WfoJsonCodeBlock/WfoJsonCodeBlock.tsx +15 -19
- package/src/components/WfoJsonCodeBlock/styles.ts +19 -19
- package/src/components/WfoKeyValueTable/WfoKeyCell.tsx +10 -11
- package/src/components/WfoKeyValueTable/WfoKeyValueTable.tsx +22 -25
- package/src/components/WfoKeyValueTable/WfoValueCell.tsx +44 -54
- package/src/components/WfoKeyValueTable/WfoValueOnlyTable.tsx +19 -22
- package/src/components/WfoKeyValueTable/styles.ts +77 -78
- package/src/components/WfoLogoSpinner/WfoLogoSpinner.tsx +22 -29
- package/src/components/WfoLogoSpinner/styles.ts +33 -36
- package/src/components/WfoMetadata/WfoMetadataDescriptionField.tsx +8 -14
- package/src/components/WfoMonacoCodeBlock/WfoMonacoCodeBlock.tsx +56 -63
- package/src/components/WfoMonacoCodeBlock/styles.ts +9 -11
- package/src/components/WfoNoResults/WfoNoResults.stories.tsx +6 -6
- package/src/components/WfoNoResults/WfoNoResults.tsx +8 -8
- package/src/components/WfoNoResults/styles.ts +16 -16
- package/src/components/WfoOptionalLink/WfoOptionalLink.tsx +7 -10
- package/src/components/WfoPageTemplate/WfoBreadcrumbs/WfoBreadcrumbs.tsx +61 -87
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoAppLogo.tsx +15 -24
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoHamburgerMenu.tsx +115 -140
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoPageHeader.stories.tsx +43 -43
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoPageHeader.tsx +67 -101
- package/src/components/WfoPageTemplate/WfoPageHeader/styles.ts +16 -16
- package/src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts +6 -6
- package/src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.ts +2 -2
- package/src/components/WfoPageTemplate/WfoPageTemplate/ContentContext.tsx +10 -16
- package/src/components/WfoPageTemplate/WfoPageTemplate/WfoPageTemplate.stories.tsx +10 -10
- package/src/components/WfoPageTemplate/WfoPageTemplate/WfoPageTemplate.tsx +62 -94
- package/src/components/WfoPageTemplate/WfoPageTemplate/styles.ts +19 -22
- package/src/components/WfoPageTemplate/WfoSidebar/WfoCopyright.tsx +13 -13
- package/src/components/WfoPageTemplate/WfoSidebar/WfoMenuLink.tsx +40 -42
- package/src/components/WfoPageTemplate/WfoSidebar/WfoSidebar.stories.tsx +7 -7
- package/src/components/WfoPageTemplate/WfoSidebar/WfoSidebar.tsx +205 -240
- package/src/components/WfoPageTemplate/WfoSidebar/styles.ts +117 -99
- package/src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts +31 -40
- package/src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.ts +8 -8
- package/src/components/WfoPageTemplate/paths.ts +1 -2
- package/src/components/WfoPopover/WfoPopover.tsx +26 -36
- package/src/components/WfoProcessList/WfoProcessesList.tsx +212 -247
- package/src/components/WfoProcessList/processListObjectMappers.ts +95 -100
- package/src/components/WfoPydanticForm/Footer.tsx +139 -157
- package/src/components/WfoPydanticForm/Header.tsx +9 -10
- package/src/components/WfoPydanticForm/RenderFormErrors.tsx +18 -20
- package/src/components/WfoPydanticForm/Row.tsx +22 -31
- package/src/components/WfoPydanticForm/WfoPydanticForm.tsx +77 -93
- package/src/components/WfoPydanticForm/fields/WfoArrayField/WfoArrayField.tsx +85 -120
- package/src/components/WfoPydanticForm/fields/WfoArrayField/styles.ts +28 -28
- package/src/components/WfoPydanticForm/fields/WfoCallout.tsx +9 -12
- package/src/components/WfoPydanticForm/fields/WfoCheckbox.tsx +11 -16
- package/src/components/WfoPydanticForm/fields/WfoDivider.tsx +4 -8
- package/src/components/WfoPydanticForm/fields/WfoDropdown.tsx +6 -17
- package/src/components/WfoPydanticForm/fields/WfoInteger.tsx +29 -43
- package/src/components/WfoPydanticForm/fields/WfoLabel.tsx +14 -14
- package/src/components/WfoPydanticForm/fields/WfoMultiCheckboxField.tsx +40 -51
- package/src/components/WfoPydanticForm/fields/WfoObjectField/WfoObjectField.tsx +22 -35
- package/src/components/WfoPydanticForm/fields/WfoObjectField/styles.ts +9 -9
- package/src/components/WfoPydanticForm/fields/WfoRadio.tsx +15 -20
- package/src/components/WfoPydanticForm/fields/WfoReactSelect/WfoReactSelect.tsx +84 -97
- package/src/components/WfoPydanticForm/fields/WfoReactSelect/styles.ts +68 -85
- package/src/components/WfoPydanticForm/fields/WfoSummary.tsx +58 -67
- package/src/components/WfoPydanticForm/fields/WfoText.tsx +16 -26
- package/src/components/WfoPydanticForm/fields/WfoTextArea.tsx +12 -17
- package/src/components/WfoPydanticForm/fields/WfoTimestampField.tsx +42 -48
- package/src/components/WfoPydanticForm/fields/styles.ts +71 -71
- package/src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts +24 -24
- package/src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.ts +11 -18
- package/src/components/WfoRadioDropdown/WfoRadioDropdown.tsx +55 -74
- package/src/components/WfoRenderElementOrString/WfoRenderElementOrString.tsx +8 -8
- package/src/components/WfoSearchBar/WfoSearchField.tsx +35 -47
- package/src/components/WfoSearchPage/WfoConditionRow/WfoConditionRow.tsx +290 -354
- package/src/components/WfoSearchPage/WfoConditionRow/WfoFieldSelector.tsx +30 -30
- package/src/components/WfoSearchPage/WfoConditionRow/WfoOperatorSelector.tsx +56 -85
- package/src/components/WfoSearchPage/WfoConditionRow/WfoPathChips.tsx +143 -171
- package/src/components/WfoSearchPage/WfoConditionRow/WfoPathSelector.tsx +40 -42
- package/src/components/WfoSearchPage/WfoConditionRow/WfoRenderFunctions.tsx +50 -86
- package/src/components/WfoSearchPage/WfoConditionRow/WfoSelectedPathDisplay.tsx +48 -65
- package/src/components/WfoSearchPage/WfoConditionRow/index.ts +1 -4
- package/src/components/WfoSearchPage/WfoConditionRow/types.ts +56 -61
- package/src/components/WfoSearchPage/WfoConditionRow/utils.ts +36 -48
- package/src/components/WfoSearchPage/WfoFilterGroup/WfoFilterGroup.tsx +158 -213
- package/src/components/WfoSearchPage/WfoSearch/WfoSearch.tsx +327 -411
- package/src/components/WfoSearchPage/WfoSearchResults/WfoHighlightedText.tsx +46 -53
- package/src/components/WfoSearchPage/WfoSearchResults/WfoPathBreadcrumb.tsx +50 -67
- package/src/components/WfoSearchPage/WfoSearchResults/WfoSearchEmptyState.tsx +13 -13
- package/src/components/WfoSearchPage/WfoSearchResults/WfoSearchLoadingState.tsx +13 -13
- package/src/components/WfoSearchPage/WfoSearchResults/WfoSearchMetadataHeader.tsx +13 -15
- package/src/components/WfoSearchPage/WfoSearchResults/WfoSearchPaginationInfo.tsx +76 -86
- package/src/components/WfoSearchPage/WfoSearchResults/WfoSearchResultItem.tsx +112 -133
- package/src/components/WfoSearchPage/WfoSearchResults/WfoSearchResults.tsx +31 -31
- package/src/components/WfoSearchPage/WfoValueControl/WfoValueControl.tsx +181 -215
- package/src/components/WfoSearchPage/constants.ts +3 -8
- package/src/components/WfoSearchPage/utils.ts +83 -112
- package/src/components/WfoSettings/WfoAoStackStatus.tsx +19 -28
- package/src/components/WfoSettings/WfoEngineStatus.tsx +31 -37
- package/src/components/WfoSettings/WfoEngineStatusButton.tsx +17 -30
- package/src/components/WfoSettings/WfoFlushSettings.tsx +54 -72
- package/src/components/WfoSettings/WfoModifySettings.tsx +23 -29
- package/src/components/WfoSettings/WfoResetTextSearchIndexButton.tsx +7 -10
- package/src/components/WfoSettings/WfoWorkerStatus.tsx +35 -42
- package/src/components/WfoSettings/styles.ts +17 -17
- package/src/components/WfoSettingsModal/WfoInformationModal.tsx +25 -29
- package/src/components/WfoSettingsModal/WfoSettingsModal.tsx +43 -43
- package/src/components/WfoSettingsModal/WfoSubmitModal.tsx +45 -50
- package/src/components/WfoStartButton/WfoStartButtonComboBox.tsx +98 -121
- package/src/components/WfoStartButton/WfoStartTaskComboBox.tsx +35 -35
- package/src/components/WfoStartButton/WfoStartWorkflowComboBox.tsx +42 -44
- package/src/components/WfoStartButton/styles.ts +15 -15
- package/src/components/WfoSubscription/SubscriptionKeyValueBlock.tsx +23 -35
- package/src/components/WfoSubscription/WfoCustomerDescriptionsField.tsx +85 -99
- package/src/components/WfoSubscription/WfoInSyncField/WfoInSyncErrorToastMessage.tsx +15 -17
- package/src/components/WfoSubscription/WfoInSyncField/WfoInSyncField.tsx +147 -192
- package/src/components/WfoSubscription/WfoInUseByRelations.tsx +50 -74
- package/src/components/WfoSubscription/WfoProcessesTimeline.tsx +113 -173
- package/src/components/WfoSubscription/WfoRelatedSubscriptions.tsx +140 -172
- package/src/components/WfoSubscription/WfoSubscription.tsx +67 -102
- package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActionExpandableMenuItem.tsx +47 -53
- package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActions.tsx +173 -223
- package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActionsMenuItem.tsx +67 -87
- package/src/components/WfoSubscription/WfoSubscriptionActions/styles.ts +70 -70
- package/src/components/WfoSubscription/WfoSubscriptionDetailTree.tsx +190 -242
- package/src/components/WfoSubscription/WfoSubscriptionGeneral.tsx +48 -60
- package/src/components/WfoSubscription/WfoSubscriptionGeneralSections/WfoSubscriptionDetailSection.tsx +67 -91
- package/src/components/WfoSubscription/WfoSubscriptionGeneralSections/WfoSubscriptionFixedInputSection.tsx +8 -15
- package/src/components/WfoSubscription/WfoSubscriptionGeneralSections/WfoSubscriptionMetadataSection.tsx +8 -15
- package/src/components/WfoSubscription/WfoSubscriptionGeneralSections/WfoSubscriptionProductInfoSection.tsx +34 -41
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock/WfoProductBlockKeyValueRow.tsx +36 -36
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock/WfoSubscriptionProductBlock.tsx +156 -233
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock/styles.ts +60 -62
- package/src/components/WfoSubscription/WfoTargetTypeIcon.tsx +39 -50
- package/src/components/WfoSubscription/overrides/useSubscriptionDetailGeneralSectionConfigurationOverride.ts +6 -8
- package/src/components/WfoSubscription/overrides/useSubscriptionDetailValueOverride.ts +20 -23
- package/src/components/WfoSubscription/styles.ts +57 -62
- package/src/components/WfoSubscription/subscriptionDetailTabs.tsx +44 -48
- package/src/components/WfoSubscription/utils/relatedSubscriptionsListItemsObjectMappers.ts +30 -42
- package/src/components/WfoSubscription/utils/utils.spec.ts +405 -452
- package/src/components/WfoSubscription/utils/utils.ts +139 -159
- package/src/components/WfoSubscriptionsList/WfoSubscriptionsList.tsx +214 -258
- package/src/components/WfoSubscriptionsList/subscriptionListTabs.ts +39 -42
- package/src/components/WfoSubscriptionsList/subscriptionResultMappers.ts +33 -45
- package/src/components/WfoSummary/WfoActiveWorkflowsSummaryCard.tsx +19 -28
- package/src/components/WfoSummary/WfoFailedTasksSummaryCard.tsx +18 -21
- package/src/components/WfoSummary/WfoLatestActiveSubscriptionsSummaryCard.tsx +22 -28
- package/src/components/WfoSummary/WfoLatestOutOfSyncSubscriptionSummaryCard.tsx +30 -40
- package/src/components/WfoSummary/WfoMyWorkflowsSummaryCard.tsx +30 -44
- package/src/components/WfoSummary/WfoProductsSummaryCard.tsx +37 -45
- package/src/components/WfoSummary/WfoSummaryCard.tsx +68 -99
- package/src/components/WfoSummary/WfoSummaryCardHeader/WfoSummaryCardHeader.tsx +38 -50
- package/src/components/WfoSummary/WfoSummaryCardHeader/styles.ts +18 -18
- package/src/components/WfoSummary/WfoSummaryCardList/WfoSummaryCardList.tsx +44 -67
- package/src/components/WfoSummary/WfoSummaryCardList/WfoSummaryCardListItem.tsx +25 -44
- package/src/components/WfoSummary/WfoSummaryCardList/styles.ts +49 -49
- package/src/components/WfoSummary/WfoSummaryCards.tsx +7 -11
- package/src/components/WfoSummary/getNumberOfColumns.ts +12 -12
- package/src/components/WfoSummary/styles.ts +7 -7
- package/src/components/WfoTable/WfoAdvancedTable/WfoAdvancedTable.tsx +181 -229
- package/src/components/WfoTable/WfoAdvancedTable/getRowDetailData.tsx +31 -42
- package/src/components/WfoTable/WfoAdvancedTable/toSortedTableColumnConfig.ts +8 -8
- package/src/components/WfoTable/WfoAdvancedTable/types.ts +9 -11
- package/src/components/WfoTable/WfoFirstPartUUID/WfoFirstPartUUID.tsx +19 -30
- package/src/components/WfoTable/WfoFirstPartUUID/styles.ts +19 -19
- package/src/components/WfoTable/WfoInlineJson/WfoInlineJson.tsx +6 -6
- package/src/components/WfoTable/WfoRowContextMenu/WfoRowContextMenu.tsx +30 -46
- package/src/components/WfoTable/WfoSortButtons/WfoSortButton.tsx +11 -24
- package/src/components/WfoTable/WfoSortButtons/WfoSortButtons.tsx +18 -21
- package/src/components/WfoTable/WfoSortButtons/styles.ts +14 -14
- package/src/components/WfoTable/WfoStatusColorField/WfoStatusColorField.tsx +3 -5
- package/src/components/WfoTable/WfoStatusColorField/styles.ts +10 -10
- package/src/components/WfoTable/WfoTable/WfoDataCell.tsx +8 -14
- package/src/components/WfoTable/WfoTable/WfoDragHandler.tsx +49 -61
- package/src/components/WfoTable/WfoTable/WfoExpandedRow.tsx +12 -33
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/WfoExpandableRow.tsx +28 -32
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/WfoExpandedGroupRow.tsx +34 -52
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/WfoGroupedTable.tsx +63 -78
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/WfoGroupedTableGroups.tsx +40 -54
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/styles.ts +28 -28
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/useGroupedTableConfig.tsx +147 -168
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts +133 -140
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/utils.ts +21 -33
- package/src/components/WfoTable/WfoTable/WfoMultilineCell.tsx +5 -5
- package/src/components/WfoTable/WfoTable/WfoTable.tsx +213 -251
- package/src/components/WfoTable/WfoTable/WfoTableDataRows.tsx +63 -107
- package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/WfoPopoverContent.tsx +34 -40
- package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/WfoSortDirectionIcon.tsx +17 -21
- package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/WfoTableHeaderCell.tsx +68 -83
- package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/styles.ts +118 -118
- package/src/components/WfoTable/WfoTable/WfoTableHeaderRow.tsx +91 -118
- package/src/components/WfoTable/WfoTable/WfoToolTip.tsx +17 -21
- package/src/components/WfoTable/WfoTable/WfoTruncateCell.tsx +15 -15
- package/src/components/WfoTable/WfoTable/WfoVirtualizedTableBody.tsx +42 -49
- package/src/components/WfoTable/WfoTable/styles.ts +168 -176
- package/src/components/WfoTable/WfoTable/utils.spec.ts +71 -89
- package/src/components/WfoTable/WfoTable/utils.ts +61 -80
- package/src/components/WfoTable/WfoTableSettingsModal/WfoTableSettingsModal.tsx +77 -100
- package/src/components/WfoTable/WfoTableSettingsModal/styles.ts +12 -14
- package/src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts +63 -65
- package/src/components/WfoTable/WfoTableWithFilter/updateQueryString.ts +33 -44
- package/src/components/WfoTable/utils/columns.spec.ts +17 -17
- package/src/components/WfoTable/utils/columns.ts +16 -18
- package/src/components/WfoTable/utils/constants.ts +6 -12
- package/src/components/WfoTable/utils/tableConfigPersistence.spec.ts +61 -61
- package/src/components/WfoTable/utils/tableConfigPersistence.ts +21 -30
- package/src/components/WfoTable/utils/tableUtils.spec.ts +100 -117
- package/src/components/WfoTable/utils/tableUtils.ts +33 -50
- package/src/components/WfoTableCodeBlock/WfoTableCodeBlock.tsx +20 -27
- package/src/components/WfoTableCodeBlock/styles.ts +8 -8
- package/src/components/WfoTextAnchor/WfoTextAnchor.stories.tsx +6 -6
- package/src/components/WfoTextAnchor/WfoTextAnchor.tsx +8 -8
- package/src/components/WfoTextAnchor/styles.ts +11 -11
- package/src/components/WfoTimeline/WfoTimeline.tsx +28 -43
- package/src/components/WfoTimeline/WfoTimelineStep.tsx +38 -40
- package/src/components/WfoTimeline/mapProcessStepStatusToEuiStepStatus.ts +16 -18
- package/src/components/WfoTimeline/styles.ts +151 -168
- package/src/components/WfoTimeline/timelineUtils.ts +5 -10
- package/src/components/WfoTitleWithWebsocketBadge/WfoTitleWithWebsocketBadge.tsx +10 -13
- package/src/components/WfoToastsList/WfoToastsList.tsx +11 -13
- package/src/components/WfoTree/WfoTree.tsx +14 -14
- package/src/components/WfoTree/WfoTreeBranch.tsx +27 -39
- package/src/components/WfoTree/WfoTreeNode.tsx +29 -41
- package/src/components/WfoTree/WfoTreeNodeListItem.tsx +34 -48
- package/src/components/WfoTree/styles.ts +35 -38
- package/src/components/WfoTree/treeUtils.spec.ts +141 -146
- package/src/components/WfoTree/treeUtils.ts +52 -58
- package/src/components/WfoWorkflowSteps/WfoStep/WfoCodeViewSelector.tsx +75 -106
- package/src/components/WfoWorkflowSteps/WfoStep/WfoStep.stories.tsx +3 -3
- package/src/components/WfoWorkflowSteps/WfoStep/WfoStep.tsx +128 -191
- package/src/components/WfoWorkflowSteps/WfoStep/WfoStepForm.tsx +42 -58
- package/src/components/WfoWorkflowSteps/WfoStep/WfoStepFormFooter.tsx +31 -42
- package/src/components/WfoWorkflowSteps/WfoStepList/WfoStepList.tsx +79 -101
- package/src/components/WfoWorkflowSteps/WfoStepStatusIcon/WfoStepStatusIcon.stories.tsx +6 -6
- package/src/components/WfoWorkflowSteps/WfoStepStatusIcon/WfoStepStatusIcon.tsx +64 -103
- package/src/components/WfoWorkflowSteps/WfoTraceback/WfoTraceback.tsx +11 -11
- package/src/components/WfoWorkflowSteps/WfoTraceback/styles.ts +8 -8
- package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoStepListHeader.tsx +97 -140
- package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoWorkflowStepList.stories.tsx +40 -40
- package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoWorkflowStepList.tsx +146 -198
- package/src/components/WfoWorkflowSteps/stepListUtils.spec.ts +18 -18
- package/src/components/WfoWorkflowSteps/stepListUtils.ts +14 -25
- package/src/components/WfoWorkflowSteps/styles.ts +116 -122
- package/src/components/confirmationDialog/ConfirmationDialogStyling.ts +7 -7
- package/src/components/confirmationDialog/WfoConfirmationDialog.tsx +58 -72
- package/src/configuration/constants.ts +2 -4
- package/src/configuration/policy-resources.ts +21 -21
- package/src/configuration/version.ts +1 -1
- package/src/contexts/ConfirmationDialogProvider.tsx +54 -72
- package/src/contexts/OrchestratorConfigContext.tsx +23 -30
- package/src/contexts/PolicyContext.tsx +6 -11
- package/src/contexts/TreeContext.tsx +83 -97
- package/src/contexts/WfoErrorMonitoringProvider.tsx +16 -19
- package/src/hooks/useBackendAvailability.ts +39 -44
- package/src/hooks/useCheckEngineStatus.ts +19 -19
- package/src/hooks/useContentRef.ts +1 -1
- package/src/hooks/useDataDisplayParams.ts +35 -47
- package/src/hooks/useDebounce.ts +14 -14
- package/src/hooks/useGetOrchestratorConfig.ts +1 -1
- package/src/hooks/useGetPydanticFormsConfig.tsx +249 -286
- package/src/hooks/useGetSchedulesForWorkflow.tsx +19 -20
- package/src/hooks/useGetWorkflowNameById.tsx +8 -13
- package/src/hooks/useOrchestratorConfig.ts +2 -4
- package/src/hooks/useOrchestratorTheme.ts +20 -24
- package/src/hooks/usePathAutoComplete.ts +105 -117
- package/src/hooks/usePolicy.ts +5 -6
- package/src/hooks/useSearch.ts +60 -75
- package/src/hooks/useSearchPagination.ts +124 -134
- package/src/hooks/useShowToastMessage.ts +12 -12
- package/src/hooks/useStoredTableConfig.ts +22 -29
- package/src/hooks/useUrlParams.ts +90 -108
- package/src/hooks/useWfoErrorMonitoring.ts +1 -2
- package/src/hooks/useWfoSession.ts +15 -17
- package/src/hooks/useWithOrchestratorTheme.ts +3 -5
- package/src/icons/WfoActualWork.tsx +8 -17
- package/src/icons/WfoArrowsExpand.stories.tsx +3 -3
- package/src/icons/WfoArrowsExpand.tsx +12 -28
- package/src/icons/WfoBell.tsx +12 -28
- package/src/icons/WfoBoltFill.tsx +15 -31
- package/src/icons/WfoBoltSlashFill.tsx +15 -31
- package/src/icons/WfoChartBar.tsx +22 -26
- package/src/icons/WfoCheckmarkCircleFill.stories.tsx +3 -3
- package/src/icons/WfoCheckmarkCircleFill.tsx +11 -27
- package/src/icons/WfoChevronDown.stories.tsx +3 -3
- package/src/icons/WfoChevronDown.tsx +12 -28
- package/src/icons/WfoChevronUp.stories.tsx +3 -3
- package/src/icons/WfoChevronUp.tsx +12 -28
- package/src/icons/WfoClipboardCopy.stories.tsx +3 -3
- package/src/icons/WfoClipboardCopy.tsx +12 -28
- package/src/icons/WfoCode.stories.tsx +3 -3
- package/src/icons/WfoCode.tsx +14 -30
- package/src/icons/WfoCogFill.stories.tsx +3 -3
- package/src/icons/WfoCogFill.tsx +18 -28
- package/src/icons/WfoContactEnvelopeFill.tsx +9 -24
- package/src/icons/WfoCubeFill.tsx +14 -35
- package/src/icons/WfoCubeSolid.tsx +12 -28
- package/src/icons/WfoDotsHorizontal.tsx +12 -28
- package/src/icons/WfoExclamationTriangle.tsx +13 -24
- package/src/icons/WfoExternalLink.tsx +9 -25
- package/src/icons/WfoEyeFill.stories.tsx +3 -3
- package/src/icons/WfoEyeFill.tsx +14 -30
- package/src/icons/WfoIconProps.ts +3 -3
- package/src/icons/WfoLogoutIcon.stories.tsx +3 -3
- package/src/icons/WfoLogoutIcon.tsx +12 -28
- package/src/icons/WfoMalfunction.tsx +8 -17
- package/src/icons/WfoMinusCircleFill.stories.tsx +3 -3
- package/src/icons/WfoMinusCircleFill.tsx +12 -28
- package/src/icons/WfoMinusCircleOutline.stories.tsx +3 -3
- package/src/icons/WfoMinusCircleOutline.tsx +11 -27
- package/src/icons/WfoPencil.tsx +12 -30
- package/src/icons/WfoPencilAlt.stories.tsx +3 -3
- package/src/icons/WfoPencilAlt.tsx +12 -28
- package/src/icons/WfoPlannedWork.tsx +9 -18
- package/src/icons/WfoPlayCircle.tsx +14 -30
- package/src/icons/WfoPlayFill.stories.tsx +3 -3
- package/src/icons/WfoPlayFill.tsx +14 -30
- package/src/icons/WfoPlusCircleFill.stories.tsx +3 -3
- package/src/icons/WfoPlusCircleFill.tsx +12 -28
- package/src/icons/WfoPort.tsx +9 -18
- package/src/icons/WfoQuestionCircle.tsx +13 -29
- package/src/icons/WfoRefresh.stories.tsx +3 -3
- package/src/icons/WfoRefresh.tsx +14 -30
- package/src/icons/WfoSearchStrikethrough.stories.tsx +3 -3
- package/src/icons/WfoSearchStrikethrough.tsx +12 -28
- package/src/icons/WfoShare.tsx +14 -30
- package/src/icons/WfoSideMenu.stories.tsx +3 -3
- package/src/icons/WfoSideMenu.tsx +10 -34
- package/src/icons/WfoSortAsc.stories.tsx +3 -3
- package/src/icons/WfoSortAsc.tsx +12 -28
- package/src/icons/WfoSortDesc.stories.tsx +3 -3
- package/src/icons/WfoSortDesc.tsx +12 -28
- package/src/icons/WfoStatistic.tsx +32 -36
- package/src/icons/WfoStatusDotIcon.stories.tsx +3 -3
- package/src/icons/WfoStatusDotIcon.tsx +10 -26
- package/src/icons/WfoTrash.tsx +13 -23
- package/src/icons/WfoViewList.tsx +9 -19
- package/src/icons/WfoWarningTriangle.tsx +13 -23
- package/src/icons/WfoXCircleFill.stories.tsx +3 -3
- package/src/icons/WfoXCircleFill.tsx +12 -28
- package/src/icons/WfoXMarkSmall.tsx +9 -24
- package/src/icons/heroicons/WfoArrowDown.tsx +8 -18
- package/src/icons/heroicons/WfoArrowUp.tsx +8 -18
- package/src/icons/heroicons/WfoArrowsUpDown.tsx +8 -18
- package/src/icons/heroicons/WfoBracketSquare.tsx +16 -20
- package/src/icons/heroicons/WfoCommandLine.tsx +16 -20
- package/src/icons/heroicons/WfoHeroIconsWrapper.tsx +23 -26
- package/src/icons/heroicons/WfoScheduledTaskOnce.tsx +14 -24
- package/src/icons/heroicons/WfoScheduledTaskRecurring.tsx +18 -24
- package/src/icons/heroicons/WfoSquareStack3dStack.tsx +7 -19
- package/src/icons/heroicons/WfoTableCells.tsx +16 -20
- package/src/icons/heroicons/WfoWrench.tsx +8 -18
- package/src/messages/en-GB.json +623 -623
- package/src/messages/getTranslationMessages.spec.ts +3 -3
- package/src/messages/nl-NL.json +492 -492
- package/src/messages/useGetTranslationMessages.ts +20 -20
- package/src/pages/metadata/WfoMetadataPageLayout.tsx +53 -60
- package/src/pages/metadata/WfoProductBlocksPage.tsx +229 -283
- package/src/pages/metadata/WfoProductsPage.tsx +217 -282
- package/src/pages/metadata/WfoResourceTypesPage.tsx +178 -230
- package/src/pages/metadata/WfoScheduleTaskFormPage.tsx +365 -407
- package/src/pages/metadata/WfoScheduledTasksPage.tsx +173 -226
- package/src/pages/metadata/WfoTasksPage.tsx +247 -337
- package/src/pages/metadata/WfoWorkflowsPage.tsx +213 -282
- package/src/pages/metadata/taskListObjectMapper.ts +26 -34
- package/src/pages/metadata/workflowListObjectMapper.ts +23 -31
- package/src/pages/processes/WfoProcessDetail.tsx +247 -346
- package/src/pages/processes/WfoProcessDetailPage.tsx +53 -76
- package/src/pages/processes/WfoProcessListSubscriptionsCell.tsx +55 -64
- package/src/pages/processes/WfoProductInformationWithLink.tsx +18 -26
- package/src/pages/processes/WfoStartProcessPage.tsx +121 -153
- package/src/pages/processes/timelineUtils.spec.ts +167 -179
- package/src/pages/processes/timelineUtils.ts +63 -87
- package/src/pages/settings/WfoSettingsPage.tsx +131 -161
- package/src/pages/startPage/WfoStartPage.tsx +36 -45
- package/src/pages/startPage/mappers.ts +8 -10
- package/src/pages/startPage/queryVariables.ts +84 -93
- package/src/pages/startPage/useStartPageSummaryCardConfigurationOverride.ts +6 -8
- package/src/pages/subscriptions/WfoSubscriptionDetailPage.tsx +9 -9
- package/src/pages/subscriptions/WfoSubscriptionsListPage.tsx +66 -85
- package/src/pages/tasks/WfoTasksListPage.tsx +129 -156
- package/src/pages/tasks/getTasksListTabTypeFromString.ts +12 -14
- package/src/pages/tasks/tabConfig.ts +41 -44
- package/src/pages/workflows/WfoWorkflowsListPage.tsx +73 -88
- package/src/pages/workflows/getWorkflowsListTabTypeFromString.ts +12 -14
- package/src/pages/workflows/tabConfig.ts +41 -44
- package/src/rtk/api.ts +113 -132
- package/src/rtk/endpoints/agentExport.ts +12 -12
- package/src/rtk/endpoints/availability.ts +29 -32
- package/src/rtk/endpoints/customerDescriptions.ts +40 -46
- package/src/rtk/endpoints/customers.ts +26 -40
- package/src/rtk/endpoints/fileUpload.ts +20 -20
- package/src/rtk/endpoints/forms.ts +41 -54
- package/src/rtk/endpoints/inSync.ts +16 -19
- package/src/rtk/endpoints/metadata/productBlocks.ts +37 -43
- package/src/rtk/endpoints/metadata/products.ts +37 -42
- package/src/rtk/endpoints/metadata/resourceTypes.ts +38 -44
- package/src/rtk/endpoints/metadata/scheduledTasks.ts +88 -99
- package/src/rtk/endpoints/metadata/tasks.ts +21 -32
- package/src/rtk/endpoints/metadata/workflows.ts +65 -86
- package/src/rtk/endpoints/processDetail.ts +87 -103
- package/src/rtk/endpoints/processList.ts +20 -29
- package/src/rtk/endpoints/processListSummary.ts +18 -34
- package/src/rtk/endpoints/processStatusCounts.ts +16 -16
- package/src/rtk/endpoints/processSteps.ts +17 -27
- package/src/rtk/endpoints/productsSummary.ts +21 -26
- package/src/rtk/endpoints/relatedSubscriptions.ts +27 -38
- package/src/rtk/endpoints/search.ts +63 -82
- package/src/rtk/endpoints/settings.ts +110 -119
- package/src/rtk/endpoints/startOptions.ts +64 -80
- package/src/rtk/endpoints/streamMessages.ts +102 -125
- package/src/rtk/endpoints/subscriptionActions.ts +14 -24
- package/src/rtk/endpoints/subscriptionDetail.ts +23 -35
- package/src/rtk/endpoints/subscriptionInUseByRelationsList.ts +22 -32
- package/src/rtk/endpoints/subscriptionList.ts +19 -31
- package/src/rtk/endpoints/subscriptionListMutation.ts +65 -81
- package/src/rtk/endpoints/subscriptionListSummary.ts +23 -29
- package/src/rtk/endpoints/translations.ts +16 -19
- package/src/rtk/endpoints/versions.ts +9 -9
- package/src/rtk/slices/customApis.ts +8 -10
- package/src/rtk/slices/orchestratorComponentOverride.ts +20 -22
- package/src/rtk/slices/orchestratorConfig.ts +7 -10
- package/src/rtk/slices/pydanticForm.ts +7 -9
- package/src/rtk/slices/toastMessages.ts +26 -36
- package/src/rtk/store.ts +35 -44
- package/src/rtk/storeProvider.tsx +20 -21
- package/src/rtk/utils.spec.ts +68 -68
- package/src/rtk/utils.ts +72 -80
- package/src/rtk/wfoGraphqlRequestBaseQuery.ts +44 -63
- package/src/theme/baseStyles/formFieldsBaseStyle.ts +12 -12
- package/src/theme/wfoThemeModifications.ts +92 -95
- package/src/types/forms.ts +20 -20
- package/src/types/search.ts +89 -94
- package/src/types/types.ts +378 -403
- package/src/utils/cacheTag.spec.ts +8 -8
- package/src/utils/cacheTag.ts +7 -7
- package/src/utils/compareVersions.spec.ts +38 -116
- package/src/utils/compareVersions.ts +28 -48
- package/src/utils/csvDownload.ts +68 -83
- package/src/utils/date.spec.ts +142 -179
- package/src/utils/date.ts +64 -84
- package/src/utils/environmentVariables.spec.ts +12 -12
- package/src/utils/environmentVariables.ts +7 -7
- package/src/utils/filterData.spec.ts +18 -20
- package/src/utils/filterData.ts +7 -10
- package/src/utils/getDefaultTableConfig.ts +91 -113
- package/src/utils/getEnvironmentVariables.spec.ts +30 -32
- package/src/utils/getEnvironmentVariables.ts +19 -22
- package/src/utils/getObjectKeys.ts +2 -3
- package/src/utils/getProductNamesFromProcess.spec.ts +125 -127
- package/src/utils/getProductNamesFromProcess.ts +7 -9
- package/src/utils/getQueryParams.spec.ts +31 -34
- package/src/utils/getQueryParams.ts +9 -12
- package/src/utils/getQueryUrl.spec.ts +4 -4
- package/src/utils/getQueryUrl.ts +3 -3
- package/src/utils/getQueryVariablesForExport.spec.ts +12 -12
- package/src/utils/getQueryVariablesForExport.ts +4 -6
- package/src/utils/getStatusBadgeColor.ts +13 -13
- package/src/utils/getToastMessage.spec.ts +20 -20
- package/src/utils/getToastMessage.ts +24 -28
- package/src/utils/getTokenName.spec.ts +16 -16
- package/src/utils/getTokenName.ts +10 -10
- package/src/utils/getTypedFieldFromObject.spec.ts +13 -13
- package/src/utils/getTypedFieldFromObject.ts +5 -8
- package/src/utils/onlyUnique.spec.ts +15 -15
- package/src/utils/onlyUnique.ts +1 -1
- package/src/utils/optionalArray.spec.ts +65 -78
- package/src/utils/optionalArray.ts +10 -16
- package/src/utils/resultFlattener.spec.ts +40 -43
- package/src/utils/resultFlattener.ts +10 -21
- package/src/utils/string.spec.ts +133 -133
- package/src/utils/strings.ts +11 -11
- package/src/utils/toObjectWithSerializedValues.spec.ts +24 -24
- package/src/utils/toObjectWithSerializedValues.ts +9 -15
- package/src/utils/toObjectWithSortedKeys.ts +21 -24
- package/src/utils/toSortedObjectKeys.spec.ts +25 -29
- package/src/utils/uuid.spec.ts +16 -16
- package/src/utils/uuid.ts +2 -5
- package/tsconfig.build.json +10 -16
- package/tsconfig.json +10 -16
- package/tsup.config.ts +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,1562 +1,1573 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 7.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 74b893a: Submenu in submenu menu layout fix
|
|
8
|
+
|
|
9
|
+
## 7.5.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 4eb77d6: Updates npm dependencies
|
|
14
|
+
|
|
3
15
|
## 7.4.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
-
|
|
19
|
+
- 83904e8: Fixes datepicker field matching
|
|
8
20
|
|
|
9
21
|
## 7.4.0
|
|
10
22
|
|
|
11
23
|
### Minor Changes
|
|
12
24
|
|
|
13
|
-
-
|
|
25
|
+
- 70c36b5: Add start workflow filters to the library and refactor to read from OrchestratorConfigContext instead of prop drilling
|
|
14
26
|
|
|
15
27
|
## 7.3.1
|
|
16
28
|
|
|
17
29
|
### Patch Changes
|
|
18
30
|
|
|
19
|
-
-
|
|
31
|
+
- a092d98: Changes how colorMode state is passed up
|
|
20
32
|
|
|
21
33
|
## 7.3.0
|
|
22
34
|
|
|
23
35
|
### Minor Changes
|
|
24
36
|
|
|
25
|
-
-
|
|
37
|
+
- 67ce439: Adds create scheduled task form
|
|
26
38
|
|
|
27
39
|
## 7.2.1
|
|
28
40
|
|
|
29
41
|
### Patch Changes
|
|
30
42
|
|
|
31
|
-
-
|
|
32
|
-
-
|
|
43
|
+
- a976e7c: Update Elastic UI to v111.0.0
|
|
44
|
+
- a86e5fb: Fix resetting page index to 0 when reloading, add page index bounds guard
|
|
33
45
|
|
|
34
46
|
## 7.2.0
|
|
35
47
|
|
|
36
48
|
### Minor Changes
|
|
37
49
|
|
|
38
|
-
-
|
|
50
|
+
- 31f9ab1: Adds metadata scheduled tasks page
|
|
39
51
|
|
|
40
52
|
## 7.1.1
|
|
41
53
|
|
|
42
54
|
### Patch Changes
|
|
43
55
|
|
|
44
|
-
-
|
|
56
|
+
- cca7628: Updates pydantic-forms to version 1.0.1
|
|
45
57
|
|
|
46
58
|
## 7.1.0
|
|
47
59
|
|
|
48
60
|
### Minor Changes
|
|
49
61
|
|
|
50
|
-
-
|
|
62
|
+
- f47c7ba: Adds react-virtual and virualized WfoTable feature
|
|
51
63
|
|
|
52
64
|
## 7.0.1
|
|
53
65
|
|
|
54
66
|
### Patch Changes
|
|
55
67
|
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
-
|
|
68
|
+
- 4cdef68: 2361 Make it possible as prepend field to be cleared
|
|
69
|
+
- fe2e8d0: 2355 Enable Ctrl/Cmd + Arrows to control form pages
|
|
70
|
+
- bc36592: Add option to overwrite the retriever type in the FE
|
|
71
|
+
- 8e1cbd0: Change the processes search results to use the whole div
|
|
60
72
|
|
|
61
73
|
## 7.0.0
|
|
62
74
|
|
|
63
75
|
### Major Changes
|
|
64
76
|
|
|
65
|
-
-
|
|
77
|
+
- 87f9e22: Removes uniforms in favor of PydanticForms form handling library
|
|
66
78
|
|
|
67
79
|
### Patch Changes
|
|
68
80
|
|
|
69
|
-
-
|
|
81
|
+
- ba5bafc: Update to latest pydantic-forms version
|
|
70
82
|
|
|
71
83
|
## 6.8.0
|
|
72
84
|
|
|
73
85
|
### Minor Changes
|
|
74
86
|
|
|
75
|
-
-
|
|
87
|
+
- 1b94ebc: 2160 Add filter for create worklows combobox and override filters
|
|
76
88
|
|
|
77
89
|
## 6.7.8
|
|
78
90
|
|
|
79
91
|
### Patch Changes
|
|
80
92
|
|
|
81
|
-
-
|
|
93
|
+
- 81e8278: Updates to latest nextjs version in response to CVE CVE-2025-55182
|
|
82
94
|
|
|
83
95
|
## 6.7.7
|
|
84
96
|
|
|
85
97
|
### Patch Changes
|
|
86
98
|
|
|
87
|
-
-
|
|
99
|
+
- 5aa6612: Updates to latest version of pydantic forms
|
|
88
100
|
|
|
89
101
|
## 6.7.6
|
|
90
102
|
|
|
91
103
|
### Patch Changes
|
|
92
104
|
|
|
93
|
-
-
|
|
94
|
-
-
|
|
105
|
+
- 2125cee: 2246 Show 'Start task' button instead of 'Start workflow' for tasks + custom button texts and colors
|
|
106
|
+
- 077371e: Hot reloading attempt fix
|
|
95
107
|
|
|
96
108
|
## 6.7.5
|
|
97
109
|
|
|
98
110
|
### Patch Changes
|
|
99
111
|
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
112
|
+
- 738ff82: 2039 Callout component for pydantic-forms
|
|
113
|
+
- 12de731: 2256 Fix tooltip visible after clicking
|
|
114
|
+
- ce03410: Include css theme import for eui charts in components
|
|
103
115
|
|
|
104
116
|
## 6.7.4
|
|
105
117
|
|
|
106
118
|
### Patch Changes
|
|
107
119
|
|
|
108
|
-
-
|
|
120
|
+
- 76a20fb: Update pydantic-forms to 0.10.0
|
|
109
121
|
|
|
110
122
|
## 6.7.3
|
|
111
123
|
|
|
112
124
|
### Patch Changes
|
|
113
125
|
|
|
114
|
-
-
|
|
126
|
+
- 2220239: Added some changes for the loading of aggregations for the agent
|
|
115
127
|
|
|
116
128
|
## 6.7.2
|
|
117
129
|
|
|
118
130
|
### Patch Changes
|
|
119
131
|
|
|
120
|
-
-
|
|
132
|
+
- 7e81964: Switch to Trusted publishers
|
|
121
133
|
|
|
122
134
|
## 6.7.1
|
|
123
135
|
|
|
124
136
|
### Patch Changes
|
|
125
137
|
|
|
126
|
-
-
|
|
138
|
+
- d85e90e: Reverts toastMessages in subscription list actions
|
|
127
139
|
|
|
128
140
|
## 6.7.0
|
|
129
141
|
|
|
130
142
|
### Minor Changes
|
|
131
143
|
|
|
132
|
-
-
|
|
144
|
+
- 600e5c0: Detect if search and agent endpoints are available. Show a message showing how to setup the routes correctly if they are not available.
|
|
133
145
|
|
|
134
146
|
### Patch Changes
|
|
135
147
|
|
|
136
|
-
-
|
|
148
|
+
- 4fbc794: Updates to latest pydantic forms version. Fixes double onSuccess calls
|
|
137
149
|
|
|
138
150
|
## 6.6.1
|
|
139
151
|
|
|
140
152
|
### Patch Changes
|
|
141
153
|
|
|
142
|
-
-
|
|
154
|
+
- 91c8d8c: Updates to latest pydantic forms version
|
|
143
155
|
|
|
144
156
|
## 6.6.0
|
|
145
157
|
|
|
146
158
|
### Minor Changes
|
|
147
159
|
|
|
148
|
-
-
|
|
160
|
+
- e2f91b1: 2257 Show the minimum items in array field and min items number
|
|
149
161
|
|
|
150
162
|
### Patch Changes
|
|
151
163
|
|
|
152
|
-
-
|
|
153
|
-
-
|
|
154
|
-
-
|
|
164
|
+
- aa16445: 2213 Remove border, fix opacity for WfoReactSelect
|
|
165
|
+
- f9ca18f: Improves subscription list menu actions
|
|
166
|
+
- 9fc90c1: 2236 Added width parameter to note column
|
|
155
167
|
|
|
156
168
|
## 6.5.0
|
|
157
169
|
|
|
158
170
|
### Minor Changes
|
|
159
171
|
|
|
160
|
-
-
|
|
172
|
+
- 61c8550: Added tool calling chain component to agent and made it possible to export to CSV
|
|
161
173
|
|
|
162
174
|
## 6.4.0
|
|
163
175
|
|
|
164
176
|
### Minor Changes
|
|
165
177
|
|
|
166
|
-
-
|
|
178
|
+
- 59cab89: Adds WfoLogoSpinner to use as initial loading component
|
|
167
179
|
|
|
168
180
|
## 6.3.2
|
|
169
181
|
|
|
170
182
|
### Patch Changes
|
|
171
183
|
|
|
172
|
-
-
|
|
184
|
+
- ecd6594: Fixes starting tasks with pydantic forms component
|
|
173
185
|
|
|
174
186
|
## 6.3.1
|
|
175
187
|
|
|
176
188
|
### Patch Changes
|
|
177
189
|
|
|
178
|
-
-
|
|
190
|
+
- 53f510f: 2208 Add confirmation popup/dialog when navigating back or canceling form
|
|
179
191
|
|
|
180
192
|
## 6.3.0
|
|
181
193
|
|
|
182
194
|
### Minor Changes
|
|
183
195
|
|
|
184
|
-
-
|
|
196
|
+
- eb164ba: 2189 Add set in-sync to the subscription list page
|
|
185
197
|
|
|
186
198
|
### Patch Changes
|
|
187
199
|
|
|
188
|
-
-
|
|
189
|
-
-
|
|
200
|
+
- 0fbdf28: Fixes bug in Summaryfield
|
|
201
|
+
- fb3e48c: Adds pydantic forms feature toggle
|
|
190
202
|
|
|
191
203
|
## 6.2.1
|
|
192
204
|
|
|
193
205
|
### Patch Changes
|
|
194
206
|
|
|
195
|
-
-
|
|
207
|
+
- db5c529: Fixes monaco loader to version 1.5.0
|
|
196
208
|
|
|
197
209
|
## 6.2.0
|
|
198
210
|
|
|
199
211
|
### Minor Changes
|
|
200
212
|
|
|
201
|
-
-
|
|
213
|
+
- 06a3114: Use monaco-editor in WfoJsonCodeBlock
|
|
202
214
|
|
|
203
215
|
### Patch Changes
|
|
204
216
|
|
|
205
|
-
-
|
|
217
|
+
- 94955b0: 1951 Added link for workflow in toast
|
|
206
218
|
|
|
207
219
|
## 6.1.1
|
|
208
220
|
|
|
209
221
|
### Patch Changes
|
|
210
222
|
|
|
211
|
-
-
|
|
223
|
+
- ad4727a: Remove space trimming and special character removal from the searchbar.
|
|
212
224
|
|
|
213
225
|
## 6.1.0
|
|
214
226
|
|
|
215
227
|
### Minor Changes
|
|
216
228
|
|
|
217
|
-
-
|
|
229
|
+
- 8963f5c: Added toOptionalObjectProperty function, new compact pencil icon
|
|
218
230
|
|
|
219
231
|
## 6.0.0
|
|
220
232
|
|
|
221
233
|
### Major Changes
|
|
222
234
|
|
|
223
|
-
-
|
|
235
|
+
- 7408909: UI Components for the new search and agent page, integrating with the search/agent endpoints in the core package.
|
|
224
236
|
|
|
225
237
|
## 5.9.0
|
|
226
238
|
|
|
227
239
|
### Minor Changes
|
|
228
240
|
|
|
229
|
-
-
|
|
241
|
+
- e732016: Updates depencencies to latest minor versions
|
|
230
242
|
|
|
231
243
|
## 5.8.1
|
|
232
244
|
|
|
233
245
|
### Patch Changes
|
|
234
246
|
|
|
235
|
-
-
|
|
236
|
-
-
|
|
247
|
+
- dde87d4: Fixes removing values in WFOReactSelect element
|
|
248
|
+
- 2f54f2b: Updates to latest version of pydantic-forms
|
|
237
249
|
|
|
238
250
|
## 5.8.0
|
|
239
251
|
|
|
240
252
|
### Minor Changes
|
|
241
253
|
|
|
242
|
-
-
|
|
254
|
+
- 982df15: 2081 Add support for workflows with target Reconcile
|
|
243
255
|
|
|
244
256
|
## 5.7.1
|
|
245
257
|
|
|
246
258
|
### Patch Changes
|
|
247
259
|
|
|
248
|
-
-
|
|
249
|
-
-
|
|
260
|
+
- ae225ce: Updates to latest version of pydantic-forms-ui
|
|
261
|
+
- cd5436e: 2159 Fix labels for Endpoint description
|
|
250
262
|
|
|
251
263
|
## 5.7.0
|
|
252
264
|
|
|
253
265
|
### Minor Changes
|
|
254
266
|
|
|
255
|
-
-
|
|
267
|
+
- 3fab97c: Updates to latest pydantic forms version
|
|
256
268
|
|
|
257
269
|
### Patch Changes
|
|
258
270
|
|
|
259
|
-
-
|
|
260
|
-
-
|
|
271
|
+
- 370492a: Allows task to start with pydantic forms
|
|
272
|
+
- 38e73a8: Fix link to settings-overview documentation
|
|
261
273
|
|
|
262
274
|
## 5.6.1
|
|
263
275
|
|
|
264
276
|
### Patch Changes
|
|
265
277
|
|
|
266
|
-
-
|
|
278
|
+
- 9b9f2fa: Updates to latest version of pydantic forms
|
|
267
279
|
|
|
268
280
|
## 5.6.0
|
|
269
281
|
|
|
270
282
|
### Minor Changes
|
|
271
283
|
|
|
272
|
-
-
|
|
284
|
+
- bb0264e: Migrate WfoStepForm to pydantic forms
|
|
273
285
|
|
|
274
286
|
### Patch Changes
|
|
275
287
|
|
|
276
|
-
-
|
|
288
|
+
- 516239f: Applies errorStyle to pydantic forms root errors
|
|
277
289
|
|
|
278
290
|
## 5.5.3
|
|
279
291
|
|
|
280
292
|
### Patch Changes
|
|
281
293
|
|
|
282
|
-
-
|
|
294
|
+
- 19a7e45: Updates to pydantic form version 0.8.0
|
|
283
295
|
|
|
284
296
|
## 5.5.2
|
|
285
297
|
|
|
286
298
|
### Patch Changes
|
|
287
299
|
|
|
288
|
-
-
|
|
289
|
-
-
|
|
290
|
-
-
|
|
300
|
+
- 65c254d: Fix WfoSummary label styles
|
|
301
|
+
- b4c8635: added translation aostatus menu, and made re-try all tasks consistent
|
|
302
|
+
- 60f4ec4: Updates to latest version of pydantic forms
|
|
291
303
|
|
|
292
304
|
## 5.5.1
|
|
293
305
|
|
|
294
306
|
### Patch Changes
|
|
295
307
|
|
|
296
|
-
-
|
|
308
|
+
- 0c7ec24: Introduces some components for pydantic forms
|
|
297
309
|
|
|
298
310
|
## 5.5.0
|
|
299
311
|
|
|
300
312
|
### Minor Changes
|
|
301
313
|
|
|
302
|
-
-
|
|
314
|
+
- 5b2d095: Fix RenderFormErrors to not display 0, added some translations
|
|
303
315
|
|
|
304
316
|
## 5.4.0
|
|
305
317
|
|
|
306
318
|
### Minor Changes
|
|
307
319
|
|
|
308
|
-
-
|
|
309
|
-
-
|
|
320
|
+
- fb634ec: Improve Process Detail step timestamp using step started and completed datetime
|
|
321
|
+
- b338d31: Reflect RBAC rules from backend in GUI, requires minimum backend version of 4.2.0
|
|
310
322
|
|
|
311
323
|
### Patch Changes
|
|
312
324
|
|
|
313
|
-
-
|
|
314
|
-
-
|
|
325
|
+
- b604a46: Updates to latest version of pydantic forms
|
|
326
|
+
- 796d299: Fixes for pydanticforms integration
|
|
315
327
|
|
|
316
328
|
## 5.3.4
|
|
317
329
|
|
|
318
330
|
### Patch Changes
|
|
319
331
|
|
|
320
|
-
-
|
|
332
|
+
- b2479fe: Always allows submit button on pydantic-forms
|
|
321
333
|
|
|
322
334
|
## 5.3.3
|
|
323
335
|
|
|
324
336
|
### Patch Changes
|
|
325
337
|
|
|
326
|
-
-
|
|
338
|
+
- ca2460b: Updates to latest pydantic-form version
|
|
327
339
|
|
|
328
340
|
## 5.3.2
|
|
329
341
|
|
|
330
342
|
### Patch Changes
|
|
331
343
|
|
|
332
|
-
-
|
|
333
|
-
-
|
|
334
|
-
-
|
|
335
|
-
-
|
|
344
|
+
- 004fde2: 1935 Fixes style in WfoContentHeader. This makes the dropdown menu attached to the action button again
|
|
345
|
+
- 067ef6d: 1952 WfoTable: Resets page index to 0 when search query is updated. Always shows the current page in the pagination section, even when it is out of range.
|
|
346
|
+
- 77f941d: WfoArrayField, WfoObjectField, fix some import and types for the forms
|
|
347
|
+
- 6b927ef: Add new EUI colors to theme and SummaryFieldStyling
|
|
336
348
|
|
|
337
349
|
## 5.3.1
|
|
338
350
|
|
|
339
351
|
### Patch Changes
|
|
340
352
|
|
|
341
|
-
-
|
|
342
|
-
-
|
|
353
|
+
- cd00d6f: 1953 Fix - Process detail page: left align of subscription descriptions in the related subscriptions cell
|
|
354
|
+
- d7d4717: 2024 - Subscription Detail Page - action menu: opening linked subscriptions in a new tab
|
|
343
355
|
|
|
344
356
|
## 5.3.0
|
|
345
357
|
|
|
346
358
|
### Minor Changes
|
|
347
359
|
|
|
348
|
-
-
|
|
360
|
+
- e3add00: 2021 Add new note field attributes
|
|
349
361
|
|
|
350
362
|
## 5.2.4
|
|
351
363
|
|
|
352
364
|
### Patch Changes
|
|
353
365
|
|
|
354
|
-
-
|
|
366
|
+
- 4ef58e0: 1994 Adds classnames to the key and value cells to support style adjustments by the consumer
|
|
355
367
|
|
|
356
368
|
## 5.2.3
|
|
357
369
|
|
|
358
370
|
### Patch Changes
|
|
359
371
|
|
|
360
|
-
-
|
|
372
|
+
- c3e62c9: 2001 fix filter of summarycard
|
|
361
373
|
|
|
362
374
|
## 5.2.2
|
|
363
375
|
|
|
364
376
|
### Patch Changes
|
|
365
377
|
|
|
366
|
-
-
|
|
378
|
+
- 5fcb0c8: Fix regression in subscription delta
|
|
367
379
|
|
|
368
380
|
## 5.2.1
|
|
369
381
|
|
|
370
382
|
### Patch Changes
|
|
371
383
|
|
|
372
|
-
-
|
|
384
|
+
- 7d968b0: Updates pydantic-forms minimum version
|
|
373
385
|
|
|
374
386
|
## 5.2.0
|
|
375
387
|
|
|
376
388
|
### Minor Changes
|
|
377
389
|
|
|
378
|
-
-
|
|
390
|
+
- 7fa5828: SURF specific: Deprecate SubscriptionField and refactor it to use new REST endpoint with server-side filtering
|
|
379
391
|
|
|
380
392
|
### Patch Changes
|
|
381
393
|
|
|
382
|
-
-
|
|
394
|
+
- bbae7ad: Small improvements to forms
|
|
383
395
|
|
|
384
396
|
## 5.1.0
|
|
385
397
|
|
|
386
398
|
### Minor Changes
|
|
387
399
|
|
|
388
|
-
-
|
|
389
|
-
-
|
|
400
|
+
- f3f1417: removes conditional render option to edit description on wf/task metadata page
|
|
401
|
+
- 59c5109: Adds some fields to be used by workflows using pydantic forms
|
|
390
402
|
|
|
391
403
|
### Patch Changes
|
|
392
404
|
|
|
393
|
-
-
|
|
405
|
+
- c03d83a: Add Exclamation badge
|
|
394
406
|
|
|
395
407
|
## 5.0.0
|
|
396
408
|
|
|
397
409
|
### Major Changes
|
|
398
410
|
|
|
399
|
-
-
|
|
411
|
+
- 6b21307: Update target validation to isTask
|
|
400
412
|
|
|
401
413
|
### Minor Changes
|
|
402
414
|
|
|
403
|
-
-
|
|
404
|
-
-
|
|
415
|
+
- 0f648af: Adds some nullchecks that prevents the app from crashing on some errors
|
|
416
|
+
- 0cab7d9: 326 Adds dropdown to product blocks section on subscription detail page to select all items with a given product block name
|
|
405
417
|
|
|
406
418
|
### Patch Changes
|
|
407
419
|
|
|
408
|
-
-
|
|
420
|
+
- a500bac: Add product tag to workflow options query
|
|
409
421
|
|
|
410
422
|
## 4.2.0
|
|
411
423
|
|
|
412
424
|
### Minor Changes
|
|
413
425
|
|
|
414
|
-
-
|
|
426
|
+
- e799369: 1886 "Fix refresh affecting subscriptions search and in-sync button"
|
|
415
427
|
|
|
416
428
|
## 4.1.1
|
|
417
429
|
|
|
418
430
|
### Patch Changes
|
|
419
431
|
|
|
420
|
-
-
|
|
432
|
+
- e90725b: Fixes depency array bug that breaks the app
|
|
421
433
|
|
|
422
434
|
## 4.1.0
|
|
423
435
|
|
|
424
436
|
### Minor Changes
|
|
425
437
|
|
|
426
|
-
-
|
|
427
|
-
-
|
|
438
|
+
- a731291: Adds componentMatcher configuration option for pydantic forms
|
|
439
|
+
- 17330a1: Adds some components to export that were missing
|
|
428
440
|
|
|
429
441
|
## 4.0.1
|
|
430
442
|
|
|
431
443
|
### Patch Changes
|
|
432
444
|
|
|
433
|
-
-
|
|
445
|
+
- 3332386: Fixates elastic/eui version
|
|
434
446
|
|
|
435
447
|
## 4.0.0
|
|
436
448
|
|
|
437
449
|
### Major Changes
|
|
438
450
|
|
|
439
|
-
-
|
|
451
|
+
- 85509b5: Updates to latest npm packages versions. Updates to eslint 9
|
|
440
452
|
|
|
441
453
|
## 3.10.0
|
|
442
454
|
|
|
443
455
|
### Minor Changes
|
|
444
456
|
|
|
445
|
-
-
|
|
457
|
+
- 2ae5b18: Replace hardcoded query params with constants and enums
|
|
446
458
|
|
|
447
459
|
### Patch Changes
|
|
448
460
|
|
|
449
|
-
-
|
|
461
|
+
- 4cefe05: 1858 Fix layout issue with workflows on subscription detail page
|
|
450
462
|
|
|
451
463
|
## 3.9.1
|
|
452
464
|
|
|
453
465
|
### Patch Changes
|
|
454
466
|
|
|
455
|
-
-
|
|
467
|
+
- 3f64535: 1337 Move getWebSocket to utils.ts
|
|
456
468
|
|
|
457
469
|
## 3.9.0
|
|
458
470
|
|
|
459
471
|
### Minor Changes
|
|
460
472
|
|
|
461
|
-
-
|
|
473
|
+
- 5f8c712: 1210 Adds a badge with number of subscriptions not shown in the affected-subscriptions cell on the process list page
|
|
462
474
|
|
|
463
475
|
### Patch Changes
|
|
464
476
|
|
|
465
|
-
-
|
|
477
|
+
- adc70ef: Remove inUseByRelations field from query SubscriptionDropdownOptions
|
|
466
478
|
|
|
467
|
-
|
|
479
|
+
To benefit from the query optimization in https://github.com/workfloworchestrator/orchestrator-core/pull/922
|
|
468
480
|
|
|
469
481
|
## 3.8.1
|
|
470
482
|
|
|
471
483
|
### Patch Changes
|
|
472
484
|
|
|
473
|
-
-
|
|
485
|
+
- e75d0e4: 1844 Adds isAllowed policy check to the start-stop-engine section
|
|
474
486
|
|
|
475
487
|
## 3.8.0
|
|
476
488
|
|
|
477
489
|
### Minor Changes
|
|
478
490
|
|
|
479
|
-
-
|
|
491
|
+
- 93d46aa: 1635 Adds extra parameter ("allFieldValues") to the override function to have all data available when overriding a specific cell value
|
|
480
492
|
|
|
481
493
|
### Patch Changes
|
|
482
494
|
|
|
483
|
-
-
|
|
495
|
+
- 6fdc33a: 1824 Fix for the thin gray line in the sidebar that went beyond settings.
|
|
484
496
|
|
|
485
497
|
## 3.7.0
|
|
486
498
|
|
|
487
499
|
### Minor Changes
|
|
488
500
|
|
|
489
|
-
-
|
|
501
|
+
- 8a51b24: Adds fileupload field
|
|
490
502
|
|
|
491
503
|
## 3.6.0
|
|
492
504
|
|
|
493
505
|
### Minor Changes
|
|
494
506
|
|
|
495
|
-
-
|
|
496
|
-
-
|
|
507
|
+
- 21c2886: 1825 Update WfoDragHandler, make WfoTable 100% width
|
|
508
|
+
- 5f16a2e: 1821 Update WfoSidebar, add toOptionalArrayEntries
|
|
497
509
|
|
|
498
510
|
## 3.5.2
|
|
499
511
|
|
|
500
512
|
### Patch Changes
|
|
501
513
|
|
|
502
|
-
-
|
|
503
|
-
-
|
|
514
|
+
- 7040598: Readds testid to textarea field
|
|
515
|
+
- 167bea6: 1751 - Makes width of the inline note edit field flexible
|
|
504
516
|
|
|
505
517
|
## 3.5.1
|
|
506
518
|
|
|
507
519
|
### Patch Changes
|
|
508
520
|
|
|
509
|
-
-
|
|
510
|
-
-
|
|
521
|
+
- 0cb0521: Updates required peer dependencies to NextJs 14.2.25 (CVE-2025-29927)
|
|
522
|
+
- dbb2468: Add: time interval 15 min on time picker
|
|
511
523
|
|
|
512
524
|
## 3.5.0
|
|
513
525
|
|
|
514
526
|
### Minor Changes
|
|
515
527
|
|
|
516
|
-
-
|
|
528
|
+
- 267ad99: Introduces pydantic forms module to handle some workflows
|
|
517
529
|
|
|
518
530
|
### Patch Changes
|
|
519
531
|
|
|
520
|
-
-
|
|
521
|
-
-
|
|
532
|
+
- 34a3044: 1778 Improve re-render summary cards on dashboard page with many changes in backend
|
|
533
|
+
- 2dd877d: 1726 Fix column width dragger visible on top of items covering the table header
|
|
522
534
|
|
|
523
535
|
## 3.4.2
|
|
524
536
|
|
|
525
537
|
### Patch Changes
|
|
526
538
|
|
|
527
|
-
-
|
|
539
|
+
- 00038a1: Fix for grouped table width
|
|
528
540
|
|
|
529
541
|
## 3.4.1
|
|
530
542
|
|
|
531
543
|
### Patch Changes
|
|
532
544
|
|
|
533
|
-
-
|
|
534
|
-
-
|
|
535
|
-
-
|
|
545
|
+
- 0a6d086: 1758 Show error badge in navigation header when versions of frontend and backend are incompatible.
|
|
546
|
+
- 985eed8: 1749 Set a minHeight for EuiPageTemplate section
|
|
547
|
+
- e570801: 1707 Improve resizing of table columns
|
|
536
548
|
|
|
537
549
|
## 3.4.0
|
|
538
550
|
|
|
539
551
|
### Minor Changes
|
|
540
552
|
|
|
541
|
-
-
|
|
553
|
+
- 2389b16: 808 - Support for metadata description modify - requires orchestrator core 2.10.0
|
|
542
554
|
|
|
543
555
|
## 3.3.3
|
|
544
556
|
|
|
545
557
|
### Patch Changes
|
|
546
558
|
|
|
547
|
-
-
|
|
559
|
+
- 62d16da: 1709 Replace default icons with SURF icons
|
|
548
560
|
|
|
549
561
|
## 3.3.2
|
|
550
562
|
|
|
551
563
|
### Patch Changes
|
|
552
564
|
|
|
553
|
-
-
|
|
565
|
+
- 59230ea: inline edit for description of metadata pages
|
|
554
566
|
|
|
555
567
|
## 3.3.1
|
|
556
568
|
|
|
557
569
|
### Patch Changes
|
|
558
570
|
|
|
559
|
-
-
|
|
571
|
+
- 56bdc1d: 1705 Added prop for custom icon summary card
|
|
560
572
|
|
|
561
573
|
## 3.3.0
|
|
562
574
|
|
|
563
575
|
### Minor Changes
|
|
564
576
|
|
|
565
|
-
-
|
|
566
|
-
-
|
|
567
|
-
-
|
|
577
|
+
- 0476c1d: Adds an asteriks to every single word search
|
|
578
|
+
- 937c8d6: Adds customer description edit forms
|
|
579
|
+
- 1bb8c3c: Added support for displaying software versions in hamburger menu
|
|
568
580
|
|
|
569
581
|
## 3.2.0
|
|
570
582
|
|
|
571
583
|
### Minor Changes
|
|
572
584
|
|
|
573
|
-
-
|
|
585
|
+
- 2175530: 1704 - Adjustments to assist in overriding the standard menu items: Using more descriptive id values. Adds reusable divider menu item
|
|
574
586
|
|
|
575
587
|
## 3.1.1
|
|
576
588
|
|
|
577
589
|
### Patch Changes
|
|
578
590
|
|
|
579
|
-
-
|
|
591
|
+
- e838f80: 330 Making timeline in process detail pages sticky to the top of the screen. Introduces a useContentRef hook to refer to the scrollable content div in the pagetemplate
|
|
580
592
|
|
|
581
593
|
## 3.1.0
|
|
582
594
|
|
|
583
595
|
### Minor Changes
|
|
584
596
|
|
|
585
|
-
-
|
|
586
|
-
-
|
|
597
|
+
- 98c1716: Fix notes not updating when changing pages, fix cancel button resetting note to older value
|
|
598
|
+
- c19dacd: 1662 Make the navbar fixed when scrolling and notify user for failing websocket there.
|
|
587
599
|
|
|
588
600
|
## 3.0.3
|
|
589
601
|
|
|
590
602
|
### Patch Changes
|
|
591
603
|
|
|
592
|
-
-
|
|
604
|
+
- bba111c: Add missing subscription id to start process form
|
|
593
605
|
|
|
594
606
|
## 3.0.2
|
|
595
607
|
|
|
596
608
|
### Patch Changes
|
|
597
609
|
|
|
598
|
-
-
|
|
599
|
-
-
|
|
610
|
+
- a4492fd: Fix 400 error in create lir prefix form
|
|
611
|
+
- 4baeff5: 1509 Remove toast for failed websocket connection that covers the next and back buttons in the forms.
|
|
600
612
|
|
|
601
613
|
## 3.0.1
|
|
602
614
|
|
|
603
615
|
### Patch Changes
|
|
604
616
|
|
|
605
|
-
-
|
|
617
|
+
- 4bd9869: 1146 Allow workflow to start with additional prefilled variables - LIR prefixes page
|
|
606
618
|
|
|
607
619
|
## 3.0.0
|
|
608
620
|
|
|
609
621
|
### Major Changes
|
|
610
622
|
|
|
611
|
-
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
- Introduced a utility type to help ensuring that all the props of an object will be of type "string". Typically useful for the csvDownload functionality
|
|
623
|
+
- f6315dd: 1479:
|
|
624
|
+
- csvDownload (Breaking change): Changed the parameters of initiateCsvFileDownload for directly exporting data to CSV.
|
|
625
|
+
- GroupedTable: The table has a small header with a button "Collapse / Expand", this can now be overridden.
|
|
626
|
+
- Introduced a utility type to help ensuring that all the props of an object will be of type "string". Typically useful for the csvDownload functionality
|
|
616
627
|
|
|
617
|
-
|
|
618
|
-
|
|
628
|
+
Changes to be made by the consumer of the library:
|
|
629
|
+
The function `initiateCsvFileDownload` now requires 3 parameters instead of 2. The new parameter is `keyOrder` and is an array of strings representing the desired order of the columns in the CSV file. See example below for the placement.
|
|
619
630
|
|
|
620
|
-
|
|
631
|
+
Before:
|
|
621
632
|
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
633
|
+
```javascript
|
|
634
|
+
initiateCsvFileDownload(data, fileName);
|
|
635
|
+
```
|
|
625
636
|
|
|
626
|
-
|
|
637
|
+
After:
|
|
627
638
|
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
639
|
+
```javascript
|
|
640
|
+
initiateCsvFileDownload(data, keyOrder, fileName);
|
|
641
|
+
```
|
|
631
642
|
|
|
632
643
|
### Patch Changes
|
|
633
644
|
|
|
634
|
-
-
|
|
635
|
-
-
|
|
636
|
-
-
|
|
645
|
+
- 19d1d88: Enables prefilling of prefixes
|
|
646
|
+
- bbf8983: 1623 Changes the colors of the WfoInsyncIcon to make the no-in-sync state more prominent
|
|
647
|
+
- eb45e6b: 289 Metadata page: making related product blocks, resource types and product tags badges clickable. It will update the search query to show that specific item.
|
|
637
648
|
|
|
638
649
|
## 2.15.0
|
|
639
650
|
|
|
640
651
|
### Minor Changes
|
|
641
652
|
|
|
642
|
-
-
|
|
653
|
+
- c7eaf69: 1620 Add subscriptionPath option for WfoRelatedSubscriptions, WfoSubscriptionDetailTree
|
|
643
654
|
|
|
644
655
|
### Patch Changes
|
|
645
656
|
|
|
646
|
-
-
|
|
647
|
-
-
|
|
657
|
+
- 79d9133: 1569 Some non-functional tweaks on the table components: Adds classNames and adds a Fragment component in a mapper function
|
|
658
|
+
- 2cab3b2: Add summary field to Object field type in AutoFieldLoader
|
|
648
659
|
|
|
649
660
|
## 2.14.1
|
|
650
661
|
|
|
651
662
|
### Patch Changes
|
|
652
663
|
|
|
653
|
-
-
|
|
654
|
-
-
|
|
664
|
+
- 7f972a1: Fixes calling getFirstUuidPart with null value
|
|
665
|
+
- 86b504f: Feat: refactor IPPREFIX table #2143
|
|
655
666
|
|
|
656
667
|
## 2.14.0
|
|
657
668
|
|
|
658
669
|
### Minor Changes
|
|
659
670
|
|
|
660
|
-
-
|
|
671
|
+
- 0172be2: Adds resizable table columns
|
|
661
672
|
|
|
662
673
|
## 2.13.0
|
|
663
674
|
|
|
664
675
|
### Minor Changes
|
|
665
676
|
|
|
666
|
-
-
|
|
677
|
+
- 195a951: 692 Adds WfoErrorMonitoringProvider for tracing purposes. It exposes 2 methods via the useWfoErrorMonitoring hook. These reporting functions are used within the component library. To start using it, the WfoErrorMonitoringProvider needs to be added to the \_app.tsx and the errorMonitoringHandler needs to be implemented.
|
|
667
678
|
|
|
668
679
|
### Patch Changes
|
|
669
680
|
|
|
670
|
-
-
|
|
681
|
+
- 95de1e8: 1552 Remove last line of workflow timeline card
|
|
671
682
|
|
|
672
683
|
## 2.12.0
|
|
673
684
|
|
|
674
685
|
### Minor Changes
|
|
675
686
|
|
|
676
|
-
-
|
|
677
|
-
-
|
|
687
|
+
- 6e4d726: 1560 Table Header: for narrow columns, moving the sort icons as much as possible to the right
|
|
688
|
+
- cd0d38f: 1556 Adds inline note editing for the subscription list page
|
|
678
689
|
|
|
679
690
|
### Patch Changes
|
|
680
691
|
|
|
681
|
-
-
|
|
682
|
-
-
|
|
683
|
-
-
|
|
684
|
-
-
|
|
685
|
-
-
|
|
686
|
-
-
|
|
692
|
+
- cdb9c83: 1530 Navigate to task list page when clicking on the tasks count icon
|
|
693
|
+
- 87540ac: 1577 Fixes uncheckable checkbox (only the label was clickable)
|
|
694
|
+
- c592740: 1536 Hides inUseByIds in the list of product block instance values
|
|
695
|
+
- 88a9db4: 1561 Fixes double copy icon in subscription detail page at the in-use-by-subscriptions section
|
|
696
|
+
- d39017a: Fix WfoInlineNoteEdit showing cached value from the previous page on the next one
|
|
697
|
+
- a442a0b: new column width and customer fullname hidden
|
|
687
698
|
|
|
688
699
|
## 2.11.1
|
|
689
700
|
|
|
690
701
|
### Patch Changes
|
|
691
702
|
|
|
692
|
-
-
|
|
693
|
-
-
|
|
703
|
+
- 56e2537: Fixes rights issue in github action
|
|
704
|
+
- b7fe3ee: Adds github action permission to publish with provenance
|
|
694
705
|
|
|
695
706
|
## 2.11.0
|
|
696
707
|
|
|
697
708
|
### Minor Changes
|
|
698
709
|
|
|
699
|
-
-
|
|
710
|
+
- 85fca33: Adds npm provenance flag
|
|
700
711
|
|
|
701
712
|
### Patch Changes
|
|
702
713
|
|
|
703
|
-
-
|
|
714
|
+
- 59389ea: Removes limit on related workflows on subscription detail page
|
|
704
715
|
|
|
705
716
|
## 2.10.1
|
|
706
717
|
|
|
707
718
|
### Patch Changes
|
|
708
719
|
|
|
709
|
-
-
|
|
720
|
+
- 4a1ef5b: Adds pre-wrap style to value display fieldds
|
|
710
721
|
|
|
711
722
|
## 2.10.0
|
|
712
723
|
|
|
713
724
|
### Minor Changes
|
|
714
725
|
|
|
715
|
-
-
|
|
716
|
-
-
|
|
726
|
+
- e198ef6: 1528 Add tooltip to WfoInlineText edit, fix bug showing empty tooltip
|
|
727
|
+
- 4adc510: Adds table view to workflow steps
|
|
717
728
|
|
|
718
729
|
## 2.9.1
|
|
719
730
|
|
|
720
731
|
### Patch Changes
|
|
721
732
|
|
|
722
|
-
-
|
|
733
|
+
- fc4a7c5: Fixes too many productblock values being hidden
|
|
723
734
|
|
|
724
735
|
## 2.9.0
|
|
725
736
|
|
|
726
737
|
### Minor Changes
|
|
727
738
|
|
|
728
|
-
-
|
|
739
|
+
- fc8002a: 1503 Makes disabled action menu items expandable to list all subscriptions preventing this action to be available
|
|
729
740
|
|
|
730
741
|
### Patch Changes
|
|
731
742
|
|
|
732
|
-
-
|
|
733
|
-
-
|
|
734
|
-
-
|
|
735
|
-
-
|
|
743
|
+
- beca81e: Fixes possible error in suspend step
|
|
744
|
+
- 9d1881f: 1504 Resolves task names and workflow names into the description text from the metadata endpoint, making the titles more human-readable
|
|
745
|
+
- e8c65bf: update to translation file
|
|
746
|
+
- 4bf976f: Fixes showing empty product block values where they should not be
|
|
736
747
|
|
|
737
748
|
## 2.8.4
|
|
738
749
|
|
|
739
750
|
### Patch Changes
|
|
740
751
|
|
|
741
|
-
-
|
|
742
|
-
-
|
|
743
|
-
-
|
|
752
|
+
- be6bf70: added extra Dutch translation term and fix workflowsteps translation
|
|
753
|
+
- 3bfe651: Updates npm packages to latest versions
|
|
754
|
+
- 490da42: 1490 Remove last border of a product block key value item
|
|
744
755
|
|
|
745
756
|
## 2.8.3
|
|
746
757
|
|
|
747
758
|
### Patch Changes
|
|
748
759
|
|
|
749
|
-
-
|
|
760
|
+
- 85f1514: Added new icons - WfoActualWork, WfoMalfunction, WfoPlannedWork
|
|
750
761
|
|
|
751
762
|
## 2.8.2
|
|
752
763
|
|
|
753
764
|
### Patch Changes
|
|
754
765
|
|
|
755
|
-
-
|
|
766
|
+
- 056ba69: 1402 Adds context menu to be used in the table. It exposes a callback that is triggered when the menu opens (for optionally triggering a REST call to populate the menu)
|
|
756
767
|
|
|
757
768
|
## 2.8.1
|
|
758
769
|
|
|
759
770
|
### Patch Changes
|
|
760
771
|
|
|
761
|
-
-
|
|
762
|
-
-
|
|
763
|
-
-
|
|
764
|
-
-
|
|
772
|
+
- d119e38: 1404 Allows WfoFilterTabs to accept append property that is passed on to EuiTab component
|
|
773
|
+
- 3d1ebbe: 1419 Update product block detail color to match list item color.
|
|
774
|
+
- f6a31a6: Fix: Empty value dropdown override
|
|
775
|
+
- 038989c: 1451 Disables the subscription delta button when the process is running
|
|
765
776
|
|
|
766
777
|
## 2.8.0
|
|
767
778
|
|
|
768
779
|
### Minor Changes
|
|
769
780
|
|
|
770
|
-
-
|
|
781
|
+
- 846a884: Updates npm dependency minor versions
|
|
771
782
|
|
|
772
783
|
## 2.7.1
|
|
773
784
|
|
|
774
785
|
### Patch Changes
|
|
775
786
|
|
|
776
|
-
-
|
|
787
|
+
- 2da7671: Fix: Add onchange on the useEffect state in order to set the default
|
|
777
788
|
|
|
778
789
|
## 2.7.0
|
|
779
790
|
|
|
780
791
|
### Minor Changes
|
|
781
792
|
|
|
782
|
-
-
|
|
793
|
+
- b293024: Adds flags to disable RTK cache in development
|
|
783
794
|
|
|
784
795
|
### Patch Changes
|
|
785
796
|
|
|
786
|
-
-
|
|
787
|
-
-
|
|
788
|
-
-
|
|
797
|
+
- f00a7d1: 1494 Introduces refs to fix the useEffect rerender loop
|
|
798
|
+
- aa24057: 735 - WfoSearch: Triggers onUpdateQueryString when field is erased. Adds queryIsValid prop to mark the validity of the query.
|
|
799
|
+
- 6bcfd14: 1398 - Adds a generic way of serializing objects when exporting CSV files
|
|
789
800
|
|
|
790
801
|
## 2.6.0
|
|
791
802
|
|
|
792
803
|
### Minor Changes
|
|
793
804
|
|
|
794
|
-
-
|
|
805
|
+
- 404ffe2: Shows empty values in productBlocks in detail mode
|
|
795
806
|
|
|
796
807
|
### Patch Changes
|
|
797
808
|
|
|
798
|
-
-
|
|
809
|
+
- 293c85c: 1440 Adjusted FieldValue type to include ReactNode for NMS
|
|
799
810
|
|
|
800
811
|
## 2.5.0
|
|
801
812
|
|
|
802
813
|
### Minor Changes
|
|
803
814
|
|
|
804
|
-
-
|
|
805
|
-
-
|
|
806
|
-
-
|
|
815
|
+
- 78e5223: Fixed buy that does not display Array in blocks
|
|
816
|
+
- 06ec6bc: Connects websocket regardless of what page you start on
|
|
817
|
+
- f0f5aed: 1440 Changes for the NMS service ports tab
|
|
807
818
|
|
|
808
819
|
### Patch Changes
|
|
809
820
|
|
|
810
|
-
-
|
|
821
|
+
- ac98ce6: Update tsv information modal
|
|
811
822
|
|
|
812
823
|
## 2.4.0
|
|
813
824
|
|
|
814
825
|
### Minor Changes
|
|
815
826
|
|
|
816
|
-
-
|
|
827
|
+
- ad83b95: Improves performace of subscription dropdown options
|
|
817
828
|
|
|
818
829
|
### Patch Changes
|
|
819
830
|
|
|
820
|
-
-
|
|
831
|
+
- ff6f520: 1377 Added copy button to UUID fields in tables
|
|
821
832
|
|
|
822
833
|
## 2.3.0
|
|
823
834
|
|
|
824
835
|
### Minor Changes
|
|
825
836
|
|
|
826
|
-
-
|
|
827
|
-
-
|
|
837
|
+
- 0efcf20: 315 - Making the sort icon always visible in cases of small table columns.
|
|
838
|
+
- 1b23a42: 459 Implements single click sorting in the table. Marks WfoSortButtons as deprecated.
|
|
828
839
|
|
|
829
840
|
## 2.2.0
|
|
830
841
|
|
|
831
842
|
### Minor Changes
|
|
832
843
|
|
|
833
|
-
-
|
|
834
|
-
-
|
|
844
|
+
- e228d98: Sorts grouped table groups
|
|
845
|
+
- d24efe6: 1381 Render mouseover tooltip for the new tables
|
|
835
846
|
|
|
836
847
|
### Patch Changes
|
|
837
848
|
|
|
838
|
-
-
|
|
849
|
+
- 60021b1: Fixes checkboxes without labels
|
|
839
850
|
|
|
840
851
|
## 2.1.1
|
|
841
852
|
|
|
842
853
|
### Patch Changes
|
|
843
854
|
|
|
844
|
-
-
|
|
845
|
-
-
|
|
846
|
-
-
|
|
855
|
+
- 648badb: 1423 Handles not_authenticated errors from graphql endpoints. Adds accessTokenExpiresAt and refreshTokenExpiresAt to WfoSession
|
|
856
|
+
- f5138d3: 1406 Added sorting for new tasks and workflow dropdowns
|
|
857
|
+
- 223888a: 1363 - Making the title use all space available. Moves the subtitle around to show above the children (action buttons) on small screens
|
|
847
858
|
|
|
848
859
|
## 2.1.0
|
|
849
860
|
|
|
850
861
|
### Minor Changes
|
|
851
862
|
|
|
852
|
-
-
|
|
853
|
-
-
|
|
854
|
-
-
|
|
863
|
+
- fb2cca8: 1376 Adds inline note edit component
|
|
864
|
+
- 93e1926: 1363 Consistent header spacings on all pages
|
|
865
|
+
- 72007aa: 1395 Fixes sorting in the related subscriptions table
|
|
855
866
|
|
|
856
867
|
### Patch Changes
|
|
857
868
|
|
|
858
|
-
-
|
|
869
|
+
- 851eb96: 1393 Fix workflow dropdown not refreshed after subscription is set in sync
|
|
859
870
|
|
|
860
871
|
## 2.0.0
|
|
861
872
|
|
|
862
873
|
### Major Changes
|
|
863
874
|
|
|
864
|
-
-
|
|
875
|
+
- 7991a97: 1384 - (Breaking change) - Replaces WfoBasicTable and WfoTableWithFilter with WfoTable and WfoAdvancedTable. Both have slightly different interfaces compared with the previous components
|
|
865
876
|
|
|
866
877
|
### Minor Changes
|
|
867
878
|
|
|
868
|
-
-
|
|
869
|
-
-
|
|
879
|
+
- ca01308: Refactor WfoSubscriptionGeneral, use WfoSubscriptionDetailSection in forms
|
|
880
|
+
- 0041a7c: 699, 1370 - Fix and update product block view
|
|
870
881
|
|
|
871
882
|
### Patch Changes
|
|
872
883
|
|
|
873
|
-
-
|
|
874
|
-
-
|
|
875
|
-
-
|
|
876
|
-
-
|
|
884
|
+
- 94ed80b: "649 Fixed a bug where details were shown based on index instead of unique id of a PB
|
|
885
|
+
- 5ce3e1f: 1363 Fixes labels in table settings modal
|
|
886
|
+
- 0fe9ad5: 1363 Adds WfoMultilineCell and WfoTruncateCell
|
|
887
|
+
- 88c4181: 1378 Add sorting for subscription details workflows tab
|
|
877
888
|
|
|
878
889
|
## 1.38.2
|
|
879
890
|
|
|
880
891
|
### Patch Changes
|
|
881
892
|
|
|
882
|
-
-
|
|
883
|
-
-
|
|
893
|
+
- 414391f: Adjust start task combobox size, so it doesn't hide list items
|
|
894
|
+
- 7c6f8b2: Add enum for ids of subscription detail sections
|
|
884
895
|
|
|
885
896
|
## 1.38.1
|
|
886
897
|
|
|
887
898
|
### Patch Changes
|
|
888
899
|
|
|
889
|
-
-
|
|
900
|
+
- 702cbdf: Display orchestrator-ui-library version in header
|
|
890
901
|
|
|
891
902
|
## 1.38.0
|
|
892
903
|
|
|
893
904
|
### Minor Changes
|
|
894
905
|
|
|
895
|
-
-
|
|
896
|
-
-
|
|
897
|
-
-
|
|
906
|
+
- 6f8b708: Added WfoGraphqlErrorsMeta handler, added isLoading to WfoSubscriptionActions, using fragments in some graphql queries, changes required for #1320
|
|
907
|
+
- 1318c92: Added open support menu item to context menu
|
|
908
|
+
- e46972c: Adds onFocus websocket reconnection if connection is lost
|
|
898
909
|
|
|
899
910
|
## 1.37.1
|
|
900
911
|
|
|
901
912
|
### Patch Changes
|
|
902
913
|
|
|
903
|
-
-
|
|
914
|
+
- a95a3c7: Changed order of side menu to reflect the importance of the pages in a more logical order
|
|
904
915
|
|
|
905
916
|
## 1.37.0
|
|
906
917
|
|
|
907
918
|
### Minor Changes
|
|
908
919
|
|
|
909
|
-
-
|
|
910
|
-
-
|
|
911
|
-
-
|
|
912
|
-
-
|
|
920
|
+
- 4f91f82: Adds submenu higlighting
|
|
921
|
+
- 6601919: Adjust submenu hightlighting
|
|
922
|
+
- a25dc81: Improve error presentation for WfoTableWithFilter
|
|
923
|
+
- d9c18b9: Fixes removing the last item in a list in some cicrumstances
|
|
913
924
|
|
|
914
925
|
### Patch Changes
|
|
915
926
|
|
|
916
|
-
-
|
|
917
|
-
-
|
|
918
|
-
-
|
|
919
|
-
-
|
|
920
|
-
-
|
|
927
|
+
- 2501569: Fixed bug that always showed error on subscription list page, improved function for mapping errors
|
|
928
|
+
- 38f7135: 906 Uses isLoading instead of isFetching to render the no-results component. This keeps the table visible when browsing between pages of the paginated table
|
|
929
|
+
- 2c6d26d: added WfoIsAllowedToRender around the cache flush component
|
|
930
|
+
- 04b1ff7: Added invalidation to subscriptionId query, and loading state for setInSync button
|
|
931
|
+
- 60c8947: 1312 Reretrieves ports when the user goes through the same form multiple times. Retrieving on mount keeps the port list up to date.
|
|
921
932
|
|
|
922
933
|
## 1.36.1
|
|
923
934
|
|
|
924
935
|
### Patch Changes
|
|
925
936
|
|
|
926
|
-
-
|
|
937
|
+
- f7571b1: 822 Removes debounce mechanism in the websocket logic
|
|
927
938
|
|
|
928
939
|
## 1.36.0
|
|
929
940
|
|
|
930
941
|
### Minor Changes
|
|
931
942
|
|
|
932
|
-
-
|
|
943
|
+
- 5663e2c: Fixes list item delete button
|
|
933
944
|
|
|
934
945
|
### Patch Changes
|
|
935
946
|
|
|
936
|
-
-
|
|
937
|
-
-
|
|
938
|
-
-
|
|
939
|
-
-
|
|
940
|
-
-
|
|
947
|
+
- ef5910a: Removes unavailable untagged port subscriptions from dropdown list
|
|
948
|
+
- eed3424: Fix console errors that show when both data and errors are present in wfoGraphqlRequestBaseQuery. Fix name of the function.
|
|
949
|
+
- c880f61: 1295 - Partial rollback of changes introduced in PR 1242. These changes broke the functionality to remove a list item
|
|
950
|
+
- d23fa2b: 1294 Rollback style-change in list fields
|
|
951
|
+
- b1fc20a: Fix no no product/subscription_id prefill when clicking on a workflow breadcrumb by adding query param to link
|
|
941
952
|
|
|
942
953
|
## 1.35.0
|
|
943
954
|
|
|
944
955
|
### Minor Changes
|
|
945
956
|
|
|
946
|
-
-
|
|
947
|
-
-
|
|
957
|
+
- 3a8ba59: Adds hamburger menu
|
|
958
|
+
- 86cbc9c: Adds celery worker status card to settings page
|
|
948
959
|
|
|
949
960
|
### Patch Changes
|
|
950
961
|
|
|
951
|
-
-
|
|
952
|
-
-
|
|
953
|
-
-
|
|
962
|
+
- be2a21d: Fixes typo in constant
|
|
963
|
+
- 8afc446: 1252 Fixes the copy icon in the key-value table
|
|
964
|
+
- 9be10f0: Removes show all option from pages that cant use it
|
|
954
965
|
|
|
955
966
|
## 1.34.0
|
|
956
967
|
|
|
957
968
|
### Minor Changes
|
|
958
969
|
|
|
959
|
-
-
|
|
970
|
+
- 6a098f6: WFO GraphQL base query that handles both errors and data returned
|
|
960
971
|
|
|
961
972
|
## 1.33.0
|
|
962
973
|
|
|
963
974
|
### Minor Changes
|
|
964
975
|
|
|
965
|
-
-
|
|
976
|
+
- bd05bd4: Makes productBlocks on service configuration tab scrollable
|
|
966
977
|
|
|
967
978
|
### Patch Changes
|
|
968
979
|
|
|
969
|
-
-
|
|
980
|
+
- a728dfe: 1168 Exposes toObjectWithSortedKeys util
|
|
970
981
|
|
|
971
982
|
## 1.32.0
|
|
972
983
|
|
|
973
984
|
### Minor Changes
|
|
974
985
|
|
|
975
|
-
-
|
|
976
|
-
-
|
|
986
|
+
- 06f97cc: Updates graphql seperator character
|
|
987
|
+
- cf75ff3: Keep uppercase letters if original text in breadcrumb is only uppercase
|
|
977
988
|
|
|
978
989
|
### Patch Changes
|
|
979
990
|
|
|
980
|
-
-
|
|
981
|
-
-
|
|
991
|
+
- 845dce4: Fix form label not visible in SummaryField and TimestampField
|
|
992
|
+
- 95862a2: Orders productsblocks in service configuration page better
|
|
982
993
|
|
|
983
994
|
## 1.31.0
|
|
984
995
|
|
|
985
996
|
### Minor Changes
|
|
986
997
|
|
|
987
|
-
-
|
|
998
|
+
- 8e2c77c: Updates graphql error code to match backend
|
|
988
999
|
|
|
989
1000
|
## 1.30.3
|
|
990
1001
|
|
|
991
1002
|
### Patch Changes
|
|
992
1003
|
|
|
993
|
-
-
|
|
1004
|
+
- 679ae6c: Fix for vlan field not showing initial value on 2nd page on modify workflow
|
|
994
1005
|
|
|
995
1006
|
## 1.30.2
|
|
996
1007
|
|
|
997
1008
|
### Patch Changes
|
|
998
1009
|
|
|
999
|
-
-
|
|
1010
|
+
- fe3e991: Fixes websocket connection without authorization
|
|
1000
1011
|
|
|
1001
1012
|
## 1.30.1
|
|
1002
1013
|
|
|
1003
1014
|
### Patch Changes
|
|
1004
1015
|
|
|
1005
|
-
-
|
|
1016
|
+
- 6f308f9: Fix not logging out when token expires
|
|
1006
1017
|
|
|
1007
1018
|
## 1.30.0
|
|
1008
1019
|
|
|
1009
1020
|
### Minor Changes
|
|
1010
1021
|
|
|
1011
|
-
-
|
|
1022
|
+
- 231230c: Updates most packages to latest version
|
|
1012
1023
|
|
|
1013
1024
|
## 1.29.1
|
|
1014
1025
|
|
|
1015
1026
|
### Patch Changes
|
|
1016
1027
|
|
|
1017
|
-
-
|
|
1028
|
+
- deff75b: Workflow-list and Task-list pages: Keeps old data in table while refreshing data
|
|
1018
1029
|
|
|
1019
1030
|
## 1.29.0
|
|
1020
1031
|
|
|
1021
1032
|
### Minor Changes
|
|
1022
1033
|
|
|
1023
|
-
-
|
|
1024
|
-
-
|
|
1034
|
+
- 80f18ae: Fixes npm audit messages
|
|
1035
|
+
- 637f8ea: Adds websocket status badge to page title instead of header
|
|
1025
1036
|
|
|
1026
1037
|
## 1.28.0
|
|
1027
1038
|
|
|
1028
1039
|
### Minor Changes
|
|
1029
1040
|
|
|
1030
|
-
-
|
|
1041
|
+
- 3444973: added a new table for the nms chassis general tab
|
|
1031
1042
|
|
|
1032
1043
|
## 1.27.1
|
|
1033
1044
|
|
|
1034
1045
|
### Patch Changes
|
|
1035
1046
|
|
|
1036
|
-
-
|
|
1047
|
+
- 54b537c: Added productType to Workflow option used by LIR prefixes
|
|
1037
1048
|
|
|
1038
1049
|
## 1.27.0
|
|
1039
1050
|
|
|
1040
1051
|
### Minor Changes
|
|
1041
1052
|
|
|
1042
|
-
-
|
|
1043
|
-
-
|
|
1044
|
-
-
|
|
1045
|
-
-
|
|
1053
|
+
- 0a3877d: Moves side menu toggle from header to breadcrumb
|
|
1054
|
+
- bc65670: Orders product blocks in subcription detail tree
|
|
1055
|
+
- 8f45591: Improves confirmation dialog on page leave
|
|
1056
|
+
- cbfc034: Updates websocket messages to work with new format
|
|
1046
1057
|
|
|
1047
1058
|
## 1.26.0
|
|
1048
1059
|
|
|
1049
1060
|
### Minor Changes
|
|
1050
1061
|
|
|
1051
|
-
-
|
|
1062
|
+
- 3508ff8: Sort product block instance values by field name
|
|
1052
1063
|
|
|
1053
1064
|
### Patch Changes
|
|
1054
1065
|
|
|
1055
|
-
-
|
|
1066
|
+
- 257ef6e: Added number type to parseDate function
|
|
1056
1067
|
|
|
1057
1068
|
## 1.25.0
|
|
1058
1069
|
|
|
1059
1070
|
### Minor Changes
|
|
1060
1071
|
|
|
1061
|
-
-
|
|
1062
|
-
-
|
|
1063
|
-
-
|
|
1064
|
-
-
|
|
1072
|
+
- 10e542e: Adds websockets responsiveness to process list and processDetails
|
|
1073
|
+
- f225422: Resolves external subscription id and name in product block details
|
|
1074
|
+
- 47a545b: Adds subscription info to modify workflow start page
|
|
1075
|
+
- cd59329: Hides empty productBlock values in subscription detail
|
|
1065
1076
|
|
|
1066
1077
|
### Patch Changes
|
|
1067
1078
|
|
|
1068
|
-
-
|
|
1069
|
-
-
|
|
1079
|
+
- 43bcc3c: Fixes table settings reset
|
|
1080
|
+
- 02d39db: Fix pressing back not returning to the form page for submitted forms
|
|
1070
1081
|
|
|
1071
1082
|
## 1.24.0
|
|
1072
1083
|
|
|
1073
1084
|
### Minor Changes
|
|
1074
1085
|
|
|
1075
|
-
-
|
|
1076
|
-
-
|
|
1077
|
-
-
|
|
1086
|
+
- 83fb33d: Adds a reconnect option for the websocket
|
|
1087
|
+
- ef169fc: 1108 Adds getEnvironmentVariables helper function that retrieves multiple environment variables and logs warnings in case variables do not exist
|
|
1088
|
+
- e4e9b73: Adds better messages for some edge cases
|
|
1078
1089
|
|
|
1079
1090
|
### Patch Changes
|
|
1080
1091
|
|
|
1081
|
-
-
|
|
1082
|
-
-
|
|
1092
|
+
- fda8911: Hides more product block items for productblocks outside the current subscription
|
|
1093
|
+
- 54e6f9f: Fixed caching issue when switching from Create Node to create Corelink form caused 400 error
|
|
1083
1094
|
|
|
1084
1095
|
## 1.23.0
|
|
1085
1096
|
|
|
1086
1097
|
### Minor Changes
|
|
1087
1098
|
|
|
1088
|
-
-
|
|
1089
|
-
-
|
|
1099
|
+
- 33240b6: Fixes websockets with authentication
|
|
1100
|
+
- b94c618: Added customer with subscription query used by nms
|
|
1090
1101
|
|
|
1091
1102
|
### Patch Changes
|
|
1092
1103
|
|
|
1093
|
-
-
|
|
1104
|
+
- 9f18b7c: 1066 VlanField: Only allows to clear the value when the field is enabled
|
|
1094
1105
|
|
|
1095
1106
|
## 1.22.0
|
|
1096
1107
|
|
|
1097
1108
|
### Minor Changes
|
|
1098
1109
|
|
|
1099
|
-
-
|
|
1100
|
-
-
|
|
1110
|
+
- f6dc4fb: Replaces subscriptionsWithFilter REST call with a graphQL query
|
|
1111
|
+
- d48df6b: Exports WFoUserInputForm
|
|
1101
1112
|
|
|
1102
1113
|
### Patch Changes
|
|
1103
1114
|
|
|
1104
|
-
-
|
|
1105
|
-
-
|
|
1106
|
-
-
|
|
1107
|
-
-
|
|
1115
|
+
- bcfe7de: 916 Exposes menuItemIsAllowed helper function
|
|
1116
|
+
- 50e8f68: Fixes signOut modal showing in some cases
|
|
1117
|
+
- 6a7264f: 1086 StartPage: Summary card with product counts ignores terminated instances
|
|
1118
|
+
- aca21a5: 1085 Filters out current subscription from the related subscriptions list
|
|
1108
1119
|
|
|
1109
1120
|
## 1.21.0
|
|
1110
1121
|
|
|
1111
1122
|
### Minor Changes
|
|
1112
1123
|
|
|
1113
|
-
-
|
|
1114
|
-
-
|
|
1115
|
-
-
|
|
1116
|
-
-
|
|
1124
|
+
- ae0d9a8: Removes some obsolete configuration
|
|
1125
|
+
- 560cf74: Adds a different style if a productblock is outside the subscription boundary
|
|
1126
|
+
- 5ee68fa: Signs user out when api calls fail because of expired token
|
|
1127
|
+
- d4ac80a: Removed axios and react-query dependencies
|
|
1117
1128
|
|
|
1118
1129
|
### Patch Changes
|
|
1119
1130
|
|
|
1120
|
-
-
|
|
1121
|
-
-
|
|
1131
|
+
- 13d7c6d: Fixes missing aria-labels on icons
|
|
1132
|
+
- b9680b8: 626 Applies dark theme to form fields
|
|
1122
1133
|
|
|
1123
1134
|
## 1.20.0
|
|
1124
1135
|
|
|
1125
1136
|
### Minor Changes
|
|
1126
1137
|
|
|
1127
|
-
-
|
|
1138
|
+
- decb678: Removes obsolete configuration options
|
|
1128
1139
|
|
|
1129
1140
|
## 1.19.1
|
|
1130
1141
|
|
|
1131
1142
|
### Patch Changes
|
|
1132
1143
|
|
|
1133
|
-
-
|
|
1144
|
+
- e1811bc: revert username to old code solution
|
|
1134
1145
|
|
|
1135
1146
|
## 1.19.0
|
|
1136
1147
|
|
|
1137
1148
|
### Minor Changes
|
|
1138
1149
|
|
|
1139
|
-
-
|
|
1150
|
+
- 7dc5cf0: Moving axios form fields and fetches to RTK
|
|
1140
1151
|
|
|
1141
1152
|
### Patch Changes
|
|
1142
1153
|
|
|
1143
|
-
-
|
|
1144
|
-
-
|
|
1154
|
+
- 213fb25: Uses preferred_username to filter for my-workflows
|
|
1155
|
+
- 71fa3bd: 1055 Making OAuth Scopes configurable via Environment Variables
|
|
1145
1156
|
|
|
1146
1157
|
## 1.18.0
|
|
1147
1158
|
|
|
1148
1159
|
### Minor Changes
|
|
1149
1160
|
|
|
1150
|
-
-
|
|
1161
|
+
- b8cf381: 626 Tweaks dark theme on detail pages and the settings page
|
|
1151
1162
|
|
|
1152
1163
|
### Patch Changes
|
|
1153
1164
|
|
|
1154
|
-
-
|
|
1165
|
+
- 3888ea9: Adjustment to placeholder translations
|
|
1155
1166
|
|
|
1156
1167
|
## 1.17.0
|
|
1157
1168
|
|
|
1158
1169
|
### Minor Changes
|
|
1159
1170
|
|
|
1160
|
-
-
|
|
1171
|
+
- 8a32409: 626 - Introduces basic styles to be reused. Updates useWithOrchestratorTheme hook to accept the whole theme object. Applies dark theme for Page Templates, Start page and pages with a filterable table.
|
|
1161
1172
|
|
|
1162
1173
|
## 1.16.0
|
|
1163
1174
|
|
|
1164
1175
|
### Minor Changes
|
|
1165
1176
|
|
|
1166
|
-
-
|
|
1177
|
+
- ed6d5c7: Fixes tooltip message on vlan field
|
|
1167
1178
|
|
|
1168
1179
|
### Patch Changes
|
|
1169
1180
|
|
|
1170
|
-
-
|
|
1181
|
+
- 5301916: Added trash icon
|
|
1171
1182
|
|
|
1172
1183
|
## 1.15.0
|
|
1173
1184
|
|
|
1174
1185
|
### Minor Changes
|
|
1175
1186
|
|
|
1176
|
-
-
|
|
1187
|
+
- a8c625e: Added workflow information link and env vars for it
|
|
1177
1188
|
|
|
1178
1189
|
## 1.14.2
|
|
1179
1190
|
|
|
1180
1191
|
### Patch Changes
|
|
1181
1192
|
|
|
1182
|
-
-
|
|
1183
|
-
-
|
|
1193
|
+
- 06377ba: Adds prettier output for the "In-use by subscription(s)" on product blocks on subscription details
|
|
1194
|
+
- df57566: 799 Exports SummaryCard components and its related subcomponents and types
|
|
1184
1195
|
|
|
1185
1196
|
## 1.14.1
|
|
1186
1197
|
|
|
1187
1198
|
### Patch Changes
|
|
1188
1199
|
|
|
1189
|
-
-
|
|
1200
|
+
- d835c16: add retry for processes in waiting state - added new icon to be used …
|
|
1190
1201
|
|
|
1191
1202
|
## 1.14.0
|
|
1192
1203
|
|
|
1193
1204
|
### Minor Changes
|
|
1194
1205
|
|
|
1195
|
-
-
|
|
1206
|
+
- 5b9d042: Moved form wizards to RTK
|
|
1196
1207
|
|
|
1197
1208
|
## 1.13.2
|
|
1198
1209
|
|
|
1199
1210
|
### Patch Changes
|
|
1200
1211
|
|
|
1201
|
-
-
|
|
1202
|
-
-
|
|
1212
|
+
- 43be47b: 565 Added a new summary card listing the 5 latest workflows for the user that is logged in
|
|
1213
|
+
- 8b6e73d: 879 Makes SummaryCards on the start page overridable
|
|
1203
1214
|
|
|
1204
1215
|
## 1.13.1
|
|
1205
1216
|
|
|
1206
1217
|
### Patch Changes
|
|
1207
1218
|
|
|
1208
|
-
-
|
|
1219
|
+
- 63ee9c0: 863 Adds title for traceback section on workflow detail page
|
|
1209
1220
|
|
|
1210
1221
|
## 1.13.0
|
|
1211
1222
|
|
|
1212
1223
|
### Minor Changes
|
|
1213
1224
|
|
|
1214
|
-
-
|
|
1225
|
+
- 12d72f9: Ads feature toggles to configuration
|
|
1215
1226
|
|
|
1216
1227
|
### Patch Changes
|
|
1217
1228
|
|
|
1218
|
-
-
|
|
1219
|
-
-
|
|
1229
|
+
- abd239c: filter workflows on target
|
|
1230
|
+
- 72ee276: 863 Adds Traceback on process detail page
|
|
1220
1231
|
|
|
1221
1232
|
## 1.12.0
|
|
1222
1233
|
|
|
1223
1234
|
### Minor Changes
|
|
1224
1235
|
|
|
1225
|
-
-
|
|
1236
|
+
- a95a6dc: Updates what the websocket interface is listening to
|
|
1226
1237
|
|
|
1227
1238
|
## 1.11.0
|
|
1228
1239
|
|
|
1229
1240
|
### Minor Changes
|
|
1230
1241
|
|
|
1231
|
-
-
|
|
1242
|
+
- 38b0c66: 333 - Adds override option for General tab on the SubscriptionDetail page and adds Customer descriptions field
|
|
1232
1243
|
|
|
1233
1244
|
### Patch Changes
|
|
1234
1245
|
|
|
1235
|
-
-
|
|
1236
|
-
-
|
|
1246
|
+
- 9eca836: 983 Improvements in exporting data from the metadata pages
|
|
1247
|
+
- df1a9b6: Hide filter option on related subscriptions table
|
|
1237
1248
|
|
|
1238
1249
|
## 1.10.0
|
|
1239
1250
|
|
|
1240
1251
|
### Minor Changes
|
|
1241
1252
|
|
|
1242
|
-
-
|
|
1253
|
+
- 04ef921: Deprecate apiclient version of UserInputFormWizard
|
|
1243
1254
|
|
|
1244
1255
|
## 1.9.0
|
|
1245
1256
|
|
|
1246
1257
|
### Minor Changes
|
|
1247
1258
|
|
|
1248
|
-
-
|
|
1259
|
+
- a9f3806: Improves sideBar navigation
|
|
1249
1260
|
|
|
1250
1261
|
## 1.8.0
|
|
1251
1262
|
|
|
1252
1263
|
### Minor Changes
|
|
1253
1264
|
|
|
1254
|
-
-
|
|
1265
|
+
- 752b3fd: 102 Adds context provider and hook to override values in subscription detail product blocks
|
|
1255
1266
|
|
|
1256
1267
|
## 1.7.0
|
|
1257
1268
|
|
|
1258
1269
|
### Minor Changes
|
|
1259
1270
|
|
|
1260
|
-
-
|
|
1271
|
+
- d61106d: Release of the metadata task page
|
|
1261
1272
|
|
|
1262
1273
|
## 1.6.2
|
|
1263
1274
|
|
|
1264
1275
|
### Patch Changes
|
|
1265
1276
|
|
|
1266
|
-
-
|
|
1277
|
+
- 0bf6f82: New metadata taskpage with rtk
|
|
1267
1278
|
|
|
1268
1279
|
## 1.6.1
|
|
1269
1280
|
|
|
1270
1281
|
### Patch Changes
|
|
1271
1282
|
|
|
1272
|
-
-
|
|
1273
|
-
-
|
|
1283
|
+
- 3cfd9f5: Fixes error in exported values
|
|
1284
|
+
- 5807458: 332 Subscription detail page: hides metadata section when there is no data available
|
|
1274
1285
|
|
|
1275
1286
|
## 1.6.0
|
|
1276
1287
|
|
|
1277
1288
|
### Minor Changes
|
|
1278
1289
|
|
|
1279
|
-
-
|
|
1290
|
+
- bf4698e: 332 Adds subscription metadata to the subscription list page and subscription detail page
|
|
1280
1291
|
|
|
1281
1292
|
### Patch Changes
|
|
1282
1293
|
|
|
1283
|
-
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
-
|
|
1294
|
+
- e3874e0: Changed overlay icon colour of skipped step in workflow/task
|
|
1295
|
+
Badge style to product name column in metadata table products
|
|
1296
|
+
Some features owner subscription presentation & hide pb-sub-instance-id
|
|
1297
|
+
Changed default table row settings
|
|
1298
|
+
- 29c6459: Added external link icon
|
|
1288
1299
|
|
|
1289
1300
|
## 1.5.0
|
|
1290
1301
|
|
|
1291
1302
|
### Minor Changes
|
|
1292
1303
|
|
|
1293
|
-
-
|
|
1294
|
-
-
|
|
1304
|
+
- 9662041: 638 Moves SURF specific form fields to deprecated folder
|
|
1305
|
+
- c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.
|
|
1295
1306
|
|
|
1296
1307
|
### Patch Changes
|
|
1297
1308
|
|
|
1298
|
-
-
|
|
1299
|
-
-
|
|
1300
|
-
-
|
|
1301
|
-
-
|
|
1309
|
+
- 78a0b55: 812 Fixed object mapping from products rest call
|
|
1310
|
+
- 1b3a9f0: Allows sending null as a value when removing existing values
|
|
1311
|
+
- 9cf620e: 919 Fix port dropdown after changing the node in a Create Service Port workflow
|
|
1312
|
+
- c5c73da: Added isDisabled prop to WfoDropdownButton, small styles adjustment for keyColumn
|
|
1302
1313
|
|
|
1303
1314
|
## 1.4.0.
|
|
1304
1315
|
|
|
1305
1316
|
### Minor Changes
|
|
1306
1317
|
|
|
1307
|
-
-
|
|
1308
|
-
-
|
|
1309
|
-
-
|
|
1310
|
-
-
|
|
1311
|
-
-
|
|
1312
|
-
-
|
|
1313
|
-
-
|
|
1314
|
-
-
|
|
1315
|
-
-
|
|
1316
|
-
-
|
|
1318
|
+
- 62b356f: Moves product blocks graphql query to RTK client
|
|
1319
|
+
- 0e5c8f3: Moves subscriptionList query to RTK client
|
|
1320
|
+
- 92ce67b: Moves subscriptionDetail to RTK client
|
|
1321
|
+
- 3f68b52: Moves subscriptions dropdown options to RTK client
|
|
1322
|
+
- d7b1ce2: Moves products and productsSummary to RTK client
|
|
1323
|
+
- 0b4da83: Moves resourceTypes metadata query to RTK client
|
|
1324
|
+
- 6ee952f: Moves relatedSubscriptions RTK client
|
|
1325
|
+
- af1c86b: Moves processList summary queries to RTK client
|
|
1326
|
+
- 70efdf5: Moves getting startOptions to RTK client
|
|
1327
|
+
- 0d10af8: MOves get metadata workflows to RTK client
|
|
1317
1328
|
|
|
1318
1329
|
## 1.3.1
|
|
1319
1330
|
|
|
1320
1331
|
### Patch Changes
|
|
1321
1332
|
|
|
1322
|
-
-
|
|
1323
|
-
-
|
|
1333
|
+
- 043b943: Moves processSteps query to RTK client
|
|
1334
|
+
- b511e4a: Fixes bug that occurs in some create workflows
|
|
1324
1335
|
|
|
1325
1336
|
## 1.3.0
|
|
1326
1337
|
|
|
1327
1338
|
### Minor Changes
|
|
1328
1339
|
|
|
1329
|
-
-
|
|
1340
|
+
- 1ab3e59: Adds set in sync action to subscription detail page
|
|
1330
1341
|
|
|
1331
1342
|
## 1.2.0
|
|
1332
1343
|
|
|
1333
1344
|
### Minor Changes
|
|
1334
1345
|
|
|
1335
|
-
-
|
|
1346
|
+
- 857b6de: Added option to override the baseQuery with custom baseQuery in RTK client
|
|
1336
1347
|
|
|
1337
1348
|
## 1.1.0
|
|
1338
1349
|
|
|
1339
1350
|
### Minor Changes
|
|
1340
1351
|
|
|
1341
|
-
-
|
|
1352
|
+
- 2d0c99c: 840 Updates policy resources
|
|
1342
1353
|
|
|
1343
1354
|
## 1.0.0
|
|
1344
1355
|
|
|
1345
1356
|
### Major Changes
|
|
1346
1357
|
|
|
1347
|
-
-
|
|
1358
|
+
- 507399b: R1 Release
|
|
1348
1359
|
|
|
1349
1360
|
## 0.13.1
|
|
1350
1361
|
|
|
1351
1362
|
### Patch Changes
|
|
1352
1363
|
|
|
1353
|
-
-
|
|
1364
|
+
- 9155f40: Added isDisabled prop to WfoSubmitModal
|
|
1354
1365
|
|
|
1355
1366
|
## 0.13.0
|
|
1356
1367
|
|
|
1357
1368
|
### Minor Changes
|
|
1358
1369
|
|
|
1359
|
-
-
|
|
1370
|
+
- 89835a4: 702 - Moves processDetail to rtkquery
|
|
1360
1371
|
|
|
1361
1372
|
### Patch Changes
|
|
1362
1373
|
|
|
1363
|
-
-
|
|
1374
|
+
- e56c142: 760 remove duplicate product tags on metadata workflow page
|
|
1364
1375
|
|
|
1365
1376
|
## 0.12.0
|
|
1366
1377
|
|
|
1367
1378
|
### Minor Changes
|
|
1368
1379
|
|
|
1369
|
-
-
|
|
1370
|
-
|
|
1380
|
+
- 5efb8b0: #821 Reverted FORMS_ENPOINT string, removed cimStartForm, added new string utils
|
|
1381
|
+
#833 Small change to useQueryWithFetch for the default sending level
|
|
1371
1382
|
|
|
1372
1383
|
## 0.11.1
|
|
1373
1384
|
|
|
1374
1385
|
### Patch Changes
|
|
1375
1386
|
|
|
1376
|
-
-
|
|
1377
|
-
-
|
|
1387
|
+
- e83d9aa: new summary card out-of-sync subscriptions
|
|
1388
|
+
- 7ff8936: Applies policies in several components
|
|
1378
1389
|
|
|
1379
1390
|
## 0.11.0
|
|
1380
1391
|
|
|
1381
1392
|
### Minor Changes
|
|
1382
1393
|
|
|
1383
|
-
-
|
|
1384
|
-
-
|
|
1394
|
+
- 6332355: Adds dark theme behind feature toggle
|
|
1395
|
+
- e808db4: Add a websocket that can be called to clear cache
|
|
1385
1396
|
|
|
1386
1397
|
### Patch Changes
|
|
1387
1398
|
|
|
1388
|
-
-
|
|
1389
|
-
-
|
|
1399
|
+
- c3da8a6: add customer abbrev to customer drop down string in form field
|
|
1400
|
+
- 05c9acc: add status and insync badge to subscription detail page
|
|
1390
1401
|
|
|
1391
1402
|
## 0.10.0
|
|
1392
1403
|
|
|
1393
1404
|
### Minor Changes
|
|
1394
1405
|
|
|
1395
|
-
-
|
|
1406
|
+
- 18da717: 460 Introduces a usePolicy hook to help with conditionally rendering of components. The useWfoSession hook can be used to identify the user
|
|
1396
1407
|
|
|
1397
1408
|
## 0.9.1
|
|
1398
1409
|
|
|
1399
1410
|
### Patch Changes
|
|
1400
1411
|
|
|
1401
|
-
-
|
|
1412
|
+
- 1578b99: NPM Audit fix for IP package
|
|
1402
1413
|
|
|
1403
1414
|
## 0.9.0
|
|
1404
1415
|
|
|
1405
1416
|
### Minor Changes
|
|
1406
1417
|
|
|
1407
|
-
-
|
|
1408
|
-
-
|
|
1418
|
+
- 8675375: Fixes a SelectField bug
|
|
1419
|
+
- c8c6e10: Update npm dependency versions
|
|
1409
1420
|
|
|
1410
1421
|
### Patch Changes
|
|
1411
1422
|
|
|
1412
|
-
-
|
|
1413
|
-
-
|
|
1423
|
+
- 4bee6a1: Fixes crashes caused by uniforms connectField function
|
|
1424
|
+
- 56d5e6e: Trigger the changesets action
|
|
1414
1425
|
|
|
1415
1426
|
## 0.8.1
|
|
1416
1427
|
|
|
1417
1428
|
### Patch Changes
|
|
1418
1429
|
|
|
1419
|
-
-
|
|
1420
|
-
-
|
|
1421
|
-
-
|
|
1430
|
+
- 5224527: 721: Fix customer select not being disabled
|
|
1431
|
+
- 16f32ad: 651: Fix incorrect port select options
|
|
1432
|
+
- 84a75b7: Change service port select label when root subscription instance has title
|
|
1422
1433
|
|
|
1423
1434
|
## 0.8.0
|
|
1424
1435
|
|
|
1425
1436
|
### Minor Changes
|
|
1426
1437
|
|
|
1427
|
-
-
|
|
1438
|
+
- 8eded72: Required for issue 573 Add restart open relate
|
|
1428
1439
|
|
|
1429
1440
|
### Patch Changes
|
|
1430
1441
|
|
|
1431
|
-
-
|
|
1442
|
+
- 534ecf4: 685: Fix form reloading and resetting inputs
|
|
1432
1443
|
|
|
1433
1444
|
## 0.7.0
|
|
1434
1445
|
|
|
1435
1446
|
### Minor Changes
|
|
1436
1447
|
|
|
1437
|
-
-
|
|
1448
|
+
- 5d20aec: Adds accesToken to RTK Query clients
|
|
1438
1449
|
|
|
1439
1450
|
## 0.6.0
|
|
1440
1451
|
|
|
1441
1452
|
### Minor Changes
|
|
1442
1453
|
|
|
1443
|
-
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1454
|
+
- d44c55c: Fix ProcessDetailQuery by removing form subfields
|
|
1455
|
+
- !WARNING: this version requires backend version 2.1.0.
|
|
1456
|
+
- It changes the graphql processes.page.form to a JSON type, so there are no subfields to request and will respond with an error.
|
|
1446
1457
|
|
|
1447
1458
|
## 0.5.2
|
|
1448
1459
|
|
|
1449
1460
|
### Patch Changes
|
|
1450
1461
|
|
|
1451
|
-
-
|
|
1452
|
-
-
|
|
1462
|
+
- e88410d: Update form fields to remove 'organisation' naming
|
|
1463
|
+
- 2310074: 723: Fix SummaryField .includes is not a function
|
|
1453
1464
|
|
|
1454
1465
|
## 0.5.1
|
|
1455
1466
|
|
|
1456
1467
|
### Patch Changes
|
|
1457
1468
|
|
|
1458
|
-
-
|
|
1459
|
-
-
|
|
1460
|
-
-
|
|
1469
|
+
- dac8fb2: update date presentation and move getDate to utils
|
|
1470
|
+
- e3b847a: Adds error boundary at the top level of the app
|
|
1471
|
+
- 926d47b: Table enhancements: Introduces a loading-placeholder and a no-data-placeholder. Prevents showing previous page results while loading new data.
|
|
1461
1472
|
|
|
1462
1473
|
## 0.5.0
|
|
1463
1474
|
|
|
1464
1475
|
### Minor Changes
|
|
1465
1476
|
|
|
1466
|
-
-
|
|
1477
|
+
- 267a753: Adding RTK and RTK Query for some endpoints and store data
|
|
1467
1478
|
|
|
1468
1479
|
## 0.4.0
|
|
1469
1480
|
|
|
1470
1481
|
### Minor Changes
|
|
1471
1482
|
|
|
1472
|
-
-
|
|
1483
|
+
- cdc668f: 544 - Export functionality for the tables
|
|
1473
1484
|
|
|
1474
1485
|
### Patch Changes
|
|
1475
1486
|
|
|
1476
|
-
-
|
|
1477
|
-
-
|
|
1478
|
-
-
|
|
1479
|
-
-
|
|
1487
|
+
- e8af27c: Process table - each column width in absolute or %
|
|
1488
|
+
- e9af205: change order tabs sub-detail-page
|
|
1489
|
+
- 996fc9f: added border radius to wfo tree and empty PB card placeholder
|
|
1490
|
+
- 41e0cc9: added copyright to sidebar
|
|
1480
1491
|
|
|
1481
1492
|
## 0.3.1
|
|
1482
1493
|
|
|
1483
1494
|
### Patch Changes
|
|
1484
1495
|
|
|
1485
|
-
-
|
|
1486
|
-
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
-
|
|
1496
|
+
- d824a58: fix uuid in breadcrumb
|
|
1497
|
+
- cb3142a: - expand the root product block card by default
|
|
1498
|
+
- change tree icon of root product block
|
|
1499
|
+
- open other subscription detail page opens in new tab
|
|
1500
|
+
- use title of root product block in tree like the other product blocks
|
|
1501
|
+
- e6aaef7: 598 Fixes invisible email in step list
|
|
1491
1502
|
|
|
1492
1503
|
## 0.3.0
|
|
1493
1504
|
|
|
1494
1505
|
### Minor Changes
|
|
1495
1506
|
|
|
1496
|
-
-
|
|
1507
|
+
- ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14
|
|
1497
1508
|
|
|
1498
1509
|
## 0.2.7
|
|
1499
1510
|
|
|
1500
1511
|
### Patch Changes
|
|
1501
1512
|
|
|
1502
|
-
-
|
|
1513
|
+
- ce48846: Updates linting rules to ban all console statements except console.error()
|
|
1503
1514
|
|
|
1504
1515
|
## 0.2.6
|
|
1505
1516
|
|
|
1506
1517
|
### Patch Changes
|
|
1507
1518
|
|
|
1508
|
-
-
|
|
1519
|
+
- 6597ac1: Test release after adding absolute imports (issue 414)
|
|
1509
1520
|
|
|
1510
1521
|
## 0.2.5
|
|
1511
1522
|
|
|
1512
1523
|
### Patch Changes
|
|
1513
1524
|
|
|
1514
|
-
-
|
|
1525
|
+
- 6d680f6: Test release before adding absolute imports (issue 414)
|
|
1515
1526
|
|
|
1516
1527
|
## 0.2.4
|
|
1517
1528
|
|
|
1518
1529
|
### Patch Changes
|
|
1519
1530
|
|
|
1520
|
-
-
|
|
1531
|
+
- 38d1229: Fixed handling navigation for pages with sidebar submenu items
|
|
1521
1532
|
|
|
1522
1533
|
## 0.2.3
|
|
1523
1534
|
|
|
1524
1535
|
### Patch Changes
|
|
1525
1536
|
|
|
1526
|
-
-
|
|
1537
|
+
- 577825a: Adds title to process list page
|
|
1527
1538
|
|
|
1528
1539
|
## 0.2.2
|
|
1529
1540
|
|
|
1530
1541
|
### Patch Changes
|
|
1531
1542
|
|
|
1532
|
-
-
|
|
1543
|
+
- f49382c: Updates metadata pages and adds initial version of process-list page
|
|
1533
1544
|
|
|
1534
1545
|
## 0.2.1
|
|
1535
1546
|
|
|
1536
1547
|
### Patch Changes
|
|
1537
1548
|
|
|
1538
|
-
-
|
|
1549
|
+
- 3533525: Updated TS-Config to improve developer experience
|
|
1539
1550
|
|
|
1540
1551
|
## 0.2.0
|
|
1541
1552
|
|
|
1542
1553
|
### Minor Changes
|
|
1543
1554
|
|
|
1544
|
-
-
|
|
1555
|
+
- 6c4cb21: Added translation setup and next-inl configuration. Translation strings are now available when using the useTranslations hook. For more on how to add translations refer to apps/wfo-ui/translations/README.md
|
|
1545
1556
|
|
|
1546
1557
|
## 0.1.2
|
|
1547
1558
|
|
|
1548
1559
|
### Patch Changes
|
|
1549
1560
|
|
|
1550
|
-
-
|
|
1561
|
+
- 0cef169: Splitted WFO in separate packages
|
|
1551
1562
|
|
|
1552
1563
|
## 0.1.1
|
|
1553
1564
|
|
|
1554
1565
|
### Patch Changes
|
|
1555
1566
|
|
|
1556
|
-
-
|
|
1567
|
+
- Converted tsconfig and eslint to standalone NPM package
|
|
1557
1568
|
|
|
1558
1569
|
## 0.1.0
|
|
1559
1570
|
|
|
1560
1571
|
### Minor Changes
|
|
1561
1572
|
|
|
1562
|
-
-
|
|
1573
|
+
- c597fc5: Switched to tsup build in turborepo
|