@orchestrator-ui/orchestrator-ui-components 2.8.0 → 2.8.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 +6 -6
- package/.turbo/turbo-lint.log +2 -2
- package/.turbo/turbo-test.log +12 -12
- package/CHANGELOG.md +9 -0
- package/dist/index.d.ts +8 -5
- package/dist/index.js +284 -236
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/WfoFilterTabs/WfoFilterTabs.tsx +20 -10
- package/src/components/WfoFilterTabs/styles.ts +14 -0
- package/src/components/WfoForms/formFields/SelectField/SelectField.tsx +3 -1
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock/WfoSubscriptionProductBlock.tsx +10 -7
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock/styles.ts +15 -2
- package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoStepListHeader.tsx +22 -11
- package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoWorkflowStepList.tsx +13 -1
- package/src/configuration/version.ts +1 -1
- package/src/pages/processes/WfoProcessDetailPage.tsx +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@2.8.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@2.8.1 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@2.8.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@2.8.1 generate-version
|
|
7
7
|
> node -p "'export const ORCHESTRATOR_UI_LIBRARY_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/configuration/version.ts && prettier --write src/configuration/version.ts
|
|
8
8
|
|
|
9
|
-
src/configuration/version.ts
|
|
9
|
+
src/configuration/version.ts 54ms
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
11
|
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
12
12
|
[34mCLI[39m tsup v8.3.0
|
|
@@ -16,6 +16,6 @@ src/configuration/version.ts 48ms
|
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m1.90 MB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m3.45 MB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m416.
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 1091ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 21096ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m416.16 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@2.8.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@2.8.1 lint
|
|
3
3
|
> eslint "src/**/*.ts*"
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
/home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/components/WfoForms/formFields/SelectField/SelectField.tsx
|
|
7
|
-
|
|
7
|
+
104:8 warning React Hook useEffect has missing dependencies: 'onChange' and 'selectedValue'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
|
|
8
8
|
|
|
9
9
|
/home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/components/WfoForms/formFields/deprecated/VlanField.tsx
|
|
10
10
|
168:8 warning React Hook useEffect has missing dependencies: 'disabled' and 'value'. Either include them or remove the dependency array react-hooks/exhaustive-deps
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@2.8.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@2.8.1 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
5
|
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
6
|
-
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
7
6
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
8
|
-
PASS Wfo-UI Tests src/utils/
|
|
7
|
+
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
9
8
|
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
10
|
-
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
11
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
12
9
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
13
|
-
PASS Wfo-UI Tests src/
|
|
10
|
+
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
11
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
12
|
+
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
14
13
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
15
|
-
PASS Wfo-UI Tests src/
|
|
14
|
+
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
16
15
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
17
|
-
PASS Wfo-UI Tests src/
|
|
16
|
+
PASS Wfo-UI Tests src/rtk/utils.spec.ts
|
|
18
17
|
PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
|
|
19
|
-
PASS Wfo-UI Tests src/
|
|
18
|
+
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
|
|
20
19
|
PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
|
|
20
|
+
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
21
21
|
PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
|
|
22
22
|
PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
|
|
23
23
|
PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
|
|
@@ -26,17 +26,17 @@ PASS Wfo-UI Tests src/utils/filterData.spec.ts
|
|
|
26
26
|
PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
|
|
27
27
|
PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
28
28
|
PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
|
|
29
|
-
PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
|
|
30
29
|
PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
|
|
30
|
+
PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
|
|
31
31
|
PASS Wfo-UI Tests src/utils/uuid.spec.ts
|
|
32
32
|
PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
33
33
|
PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
34
34
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
35
35
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
36
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (
|
|
36
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (8.093 s)
|
|
37
37
|
|
|
38
38
|
Test Suites: 32 passed, 32 total
|
|
39
39
|
Tests: 197 passed, 197 total
|
|
40
40
|
Snapshots: 0 total
|
|
41
|
-
Time:
|
|
41
|
+
Time: 11.208 s
|
|
42
42
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 2.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d119e38: 1404 Allows WfoFilterTabs to accept append property that is passed on to EuiTab component
|
|
8
|
+
- 3d1ebbe: 1419 Update product block detail color to match list item color.
|
|
9
|
+
- f6a31a6: Fix: Empty value dropdown override
|
|
10
|
+
- 038989c: 1451 Disables the subscription delta button when the process is running
|
|
11
|
+
|
|
3
12
|
## 2.8.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -8306,6 +8306,7 @@ declare type WfoFilterTab<TabType, DataType = object> = {
|
|
|
8306
8306
|
translationKey: string;
|
|
8307
8307
|
alwaysOnFilters?: FilterQuery<DataType>[];
|
|
8308
8308
|
prepend?: React__default.ReactNode | string;
|
|
8309
|
+
append?: React__default.ReactNode | string;
|
|
8309
8310
|
};
|
|
8310
8311
|
declare type WfoFilterTabsProps<TabType, DataType> = {
|
|
8311
8312
|
tabs: WfoFilterTab<TabType, DataType>[];
|
|
@@ -9175,6 +9176,7 @@ declare type StepListItem = {
|
|
|
9175
9176
|
};
|
|
9176
9177
|
interface WfoWorkflowStepListProps {
|
|
9177
9178
|
steps: Step[];
|
|
9179
|
+
lastStatus: ProcessStatus;
|
|
9178
9180
|
traceBack: string | null;
|
|
9179
9181
|
startedAt: string;
|
|
9180
9182
|
processId: string;
|
|
@@ -9190,18 +9192,19 @@ declare const WfoProcessSubscriptionDelta: ({ processId, }: {
|
|
|
9190
9192
|
declare const WfoWorkflowStepList: React__default.ForwardRefExoticComponent<WfoWorkflowStepListProps & React__default.RefAttributes<WfoStepListRef>>;
|
|
9191
9193
|
|
|
9192
9194
|
declare type WfoStepListHeaderProps = {
|
|
9195
|
+
allDetailToggleText: string;
|
|
9196
|
+
showDelta: boolean;
|
|
9193
9197
|
showHiddenKeys: boolean;
|
|
9194
9198
|
showRaw: boolean;
|
|
9195
|
-
showDelta: boolean;
|
|
9196
9199
|
showTraceback: boolean;
|
|
9197
9200
|
showTracebackButton: boolean;
|
|
9198
|
-
|
|
9201
|
+
isRunningWorkflow: boolean;
|
|
9202
|
+
isTask: boolean;
|
|
9203
|
+
onChangeShowDelta: (showDelta: boolean) => void;
|
|
9199
9204
|
onChangeShowRaw: (showRaw: boolean) => void;
|
|
9200
|
-
onChangeShowDelta: (showRaw: boolean) => void;
|
|
9201
9205
|
onChangeShowHiddenKeys: (showHiddenKeys: boolean) => void;
|
|
9202
9206
|
onShowTraceback: (showTraceback: boolean) => void;
|
|
9203
9207
|
onToggleAllDetailsIsOpen: () => void;
|
|
9204
|
-
isTask: boolean;
|
|
9205
9208
|
};
|
|
9206
9209
|
declare const WfoStepListHeader: FC<WfoStepListHeaderProps>;
|
|
9207
9210
|
|
|
@@ -9368,7 +9371,7 @@ declare const IPAM_IP_BLOCKS_ENDPOINT: string;
|
|
|
9368
9371
|
declare const IPAM_FREE_SUBNETS_ENDPOINT: string;
|
|
9369
9372
|
declare const SUBSCRIPTION_ACTIONS_ENDPOINT = "subscriptions/workflows";
|
|
9370
9373
|
|
|
9371
|
-
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "2.8.
|
|
9374
|
+
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "2.8.1";
|
|
9372
9375
|
|
|
9373
9376
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
9374
9377
|
pydanticForms: {
|