@orchestrator-ui/orchestrator-ui-components 3.0.2 → 3.0.3
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 +5 -5
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +7 -7
- package/CHANGELOG.md +6 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/configuration/version.ts +1 -1
- package/src/pages/processes/WfoStartProcessPage.tsx +2 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@3.0.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@3.0.3 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@3.0.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@3.0.3 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 151ms
|
|
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.5
|
|
@@ -16,6 +16,6 @@ src/configuration/version.ts 140ms
|
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m1.91 MB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m3.48 MB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 456ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 15798ms
|
|
21
21
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m654.18 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@3.0.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@3.0.3 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
6
5
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
6
|
+
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
7
7
|
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
|
|
8
8
|
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
9
9
|
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
10
10
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
11
|
-
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
12
11
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
12
|
+
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
13
13
|
PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
|
|
14
14
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
|
|
15
15
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
@@ -23,21 +23,21 @@ PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
|
|
|
23
23
|
PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
|
|
24
24
|
PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
|
|
25
25
|
PASS Wfo-UI Tests src/utils/filterData.spec.ts
|
|
26
|
-
PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
27
26
|
PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
|
|
27
|
+
PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
28
28
|
PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
|
|
29
29
|
PASS Wfo-UI Tests src/utils/uuid.spec.ts
|
|
30
30
|
PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
|
|
31
31
|
PASS Wfo-UI Tests src/utils/onlyUnique.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
|
-
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
35
34
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
35
|
+
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
36
36
|
PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
|
|
37
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.
|
|
37
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.405 s)
|
|
38
38
|
|
|
39
39
|
Test Suites: 33 passed, 33 total
|
|
40
40
|
Tests: 199 passed, 199 total
|
|
41
41
|
Snapshots: 0 total
|
|
42
|
-
Time: 7.
|
|
42
|
+
Time: 7.329 s
|
|
43
43
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -14479,7 +14479,7 @@ declare const IPAM_IP_BLOCKS_ENDPOINT = "surf/ipam/ip_blocks";
|
|
|
14479
14479
|
declare const IPAM_FREE_SUBNETS_ENDPOINT = "surf/ipam/free_subnets";
|
|
14480
14480
|
declare const SUBSCRIPTION_ACTIONS_ENDPOINT = "subscriptions/workflows";
|
|
14481
14481
|
|
|
14482
|
-
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "3.0.
|
|
14482
|
+
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "3.0.3";
|
|
14483
14483
|
|
|
14484
14484
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
14485
14485
|
pydanticForms: {
|
package/dist/index.js
CHANGED
|
@@ -26792,7 +26792,7 @@ var PolicyResource = /* @__PURE__ */ ((PolicyResource2) => {
|
|
|
26792
26792
|
})(PolicyResource || {});
|
|
26793
26793
|
|
|
26794
26794
|
// src/configuration/version.ts
|
|
26795
|
-
var ORCHESTRATOR_UI_LIBRARY_VERSION = "3.0.
|
|
26795
|
+
var ORCHESTRATOR_UI_LIBRARY_VERSION = "3.0.3";
|
|
26796
26796
|
|
|
26797
26797
|
// src/types/types.ts
|
|
26798
26798
|
var EngineStatus = /* @__PURE__ */ ((EngineStatus3) => {
|
|
@@ -49529,9 +49529,10 @@ var WfoStartProcessPage = ({
|
|
|
49529
49529
|
const [startProcess] = useStartProcessMutation();
|
|
49530
49530
|
const startProcessPayload = useMemo5(
|
|
49531
49531
|
() => getInitialProcessPayload({
|
|
49532
|
-
productId
|
|
49532
|
+
productId,
|
|
49533
|
+
subscriptionId
|
|
49533
49534
|
}),
|
|
49534
|
-
[productId]
|
|
49535
|
+
[productId, subscriptionId]
|
|
49535
49536
|
);
|
|
49536
49537
|
const { stepUserInput, hasNext } = form;
|
|
49537
49538
|
const { getStepHeaderStyle, stepListContentBoldTextStyle } = useWithOrchestratorTheme(getStyles14);
|