@orchestrator-ui/orchestrator-ui-components 3.5.0 → 3.5.2
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 +5 -5
- package/CHANGELOG.md +14 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +10 -7
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/WfoForms/formFields/deprecated/TimestampField.tsx +1 -0
- package/src/components/WfoInlineEdit/WfoInlineEdit.tsx +3 -4
- package/src/components/WfoPydanticForm/fields/TextArea.tsx +1 -0
- package/src/components/WfoTable/WfoTable/WfoToolTip.tsx +1 -1
- package/src/components/WfoTable/WfoTable/styles.ts +1 -0
- package/src/configuration/version.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@3.5.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@3.5.2 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@3.5.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@3.5.2 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 129ms
|
|
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 156ms
|
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
17
|
[32mESM[39m [1mdist/index.js [22m[32m1.95 MB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m3.55 MB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 457ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 16651ms
|
|
21
21
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m684.90 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@3.5.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@3.5.2 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
5
|
PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
|
|
6
6
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
|
|
7
7
|
PASS Wfo-UI Tests src/utils/date.spec.ts
|
|
8
8
|
PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
|
|
9
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
10
9
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
10
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
|
|
11
11
|
PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
|
|
12
12
|
PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
|
|
13
13
|
PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
|
|
@@ -34,11 +34,11 @@ 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
36
|
PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
|
|
37
|
-
PASS Wfo-UI Tests src/components/
|
|
38
|
-
PASS Wfo-UI Tests src/components/
|
|
37
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (7.001 s)
|
|
38
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.505 s)
|
|
39
39
|
|
|
40
40
|
Test Suites: 34 passed, 34 total
|
|
41
41
|
Tests: 216 passed, 216 total
|
|
42
42
|
Snapshots: 0 total
|
|
43
|
-
Time: 7.
|
|
43
|
+
Time: 7.941 s
|
|
44
44
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 3.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7040598: Readds testid to textarea field
|
|
8
|
+
- 167bea6: 1751 - Makes width of the inline note edit field flexible
|
|
9
|
+
|
|
10
|
+
## 3.5.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 0cb0521: Updates required peer dependencies to NextJs 14.2.25 (CVE-2025-29927)
|
|
15
|
+
- dbb2468: Add: time interval 15 min on time picker
|
|
16
|
+
|
|
3
17
|
## 3.5.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -15267,7 +15267,7 @@ declare const METADATA_PRODUCT_BLOCK_ENDPOINT = "product_blocks";
|
|
|
15267
15267
|
declare const METADATA_RESOURCE_TYPE_ENDPOINT = "resource_types";
|
|
15268
15268
|
declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
|
|
15269
15269
|
|
|
15270
|
-
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "3.5.
|
|
15270
|
+
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "3.5.2";
|
|
15271
15271
|
|
|
15272
15272
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
15273
15273
|
pydanticForms: {
|
package/dist/index.js
CHANGED
|
@@ -26797,7 +26797,7 @@ var PolicyResource = /* @__PURE__ */ ((PolicyResource2) => {
|
|
|
26797
26797
|
})(PolicyResource || {});
|
|
26798
26798
|
|
|
26799
26799
|
// src/configuration/version.ts
|
|
26800
|
-
var ORCHESTRATOR_UI_LIBRARY_VERSION = "3.5.
|
|
26800
|
+
var ORCHESTRATOR_UI_LIBRARY_VERSION = "3.5.2";
|
|
26801
26801
|
|
|
26802
26802
|
// src/types/types.ts
|
|
26803
26803
|
var EngineStatus = /* @__PURE__ */ ((EngineStatus3) => {
|
|
@@ -40103,7 +40103,8 @@ var getWfoTableStyles = ({ theme, isDarkThemeActive }) => {
|
|
|
40103
40103
|
verticalAlign: "middle"
|
|
40104
40104
|
});
|
|
40105
40105
|
const cellContentStyle = css14({
|
|
40106
|
-
display: "inline-block"
|
|
40106
|
+
display: "inline-block",
|
|
40107
|
+
width: "100%"
|
|
40107
40108
|
});
|
|
40108
40109
|
const emptyTableMessageStyle = css14({
|
|
40109
40110
|
textAlign: "center"
|
|
@@ -41152,7 +41153,7 @@ var WfoToolTip = ({
|
|
|
41152
41153
|
content: tooltipContent,
|
|
41153
41154
|
css: { maxWidth: "fit-content" },
|
|
41154
41155
|
repositionOnScroll: true,
|
|
41155
|
-
children: /* @__PURE__ */ jsx115("div", { children })
|
|
41156
|
+
children: /* @__PURE__ */ jsx115("div", { css: { width: "100%" }, children })
|
|
41156
41157
|
}
|
|
41157
41158
|
);
|
|
41158
41159
|
};
|
|
@@ -42628,7 +42629,6 @@ var WfoInlineEdit = ({
|
|
|
42628
42629
|
onSave = () => {
|
|
42629
42630
|
}
|
|
42630
42631
|
}) => {
|
|
42631
|
-
const { theme } = useOrchestratorTheme();
|
|
42632
42632
|
const [note, setValue] = useState21(value);
|
|
42633
42633
|
const [isTooltipVisible, setIsTooltipVisible] = useState21(true);
|
|
42634
42634
|
const handleSave = () => {
|
|
@@ -42651,6 +42651,9 @@ var WfoInlineEdit = ({
|
|
|
42651
42651
|
".euiIcon": {
|
|
42652
42652
|
visibility: "visible"
|
|
42653
42653
|
}
|
|
42654
|
+
},
|
|
42655
|
+
"& > .euiToolTipAnchor": {
|
|
42656
|
+
width: "100%"
|
|
42654
42657
|
}
|
|
42655
42658
|
},
|
|
42656
42659
|
children: /* @__PURE__ */ jsx132(
|
|
@@ -42672,7 +42675,6 @@ var WfoInlineEdit = ({
|
|
|
42672
42675
|
onSave: handleSave,
|
|
42673
42676
|
size: "s",
|
|
42674
42677
|
css: {
|
|
42675
|
-
width: theme.base * 16,
|
|
42676
42678
|
".euiFlexItem:nth-of-type(2)": {
|
|
42677
42679
|
justifyContent: "center"
|
|
42678
42680
|
},
|
|
@@ -42704,8 +42706,7 @@ var WfoInlineEdit = ({
|
|
|
42704
42706
|
justifyContent: "left",
|
|
42705
42707
|
height: "32px",
|
|
42706
42708
|
paddingLeft: "4px",
|
|
42707
|
-
margin: "0"
|
|
42708
|
-
width: "98%"
|
|
42709
|
+
margin: "0"
|
|
42709
42710
|
}
|
|
42710
42711
|
},
|
|
42711
42712
|
formRowProps: {
|
|
@@ -46062,6 +46063,7 @@ function Timestamp({
|
|
|
46062
46063
|
EuiDatePicker,
|
|
46063
46064
|
{
|
|
46064
46065
|
disabled,
|
|
46066
|
+
timeIntervals: 15,
|
|
46065
46067
|
selected: value ? utcTimestampToLocalMoment(value) : null,
|
|
46066
46068
|
value: value ? utcTimestampToLocalMoment(value).toLocaleString() : void 0,
|
|
46067
46069
|
onChange: (event) => {
|
|
@@ -49415,6 +49417,7 @@ var TextArea = ({
|
|
|
49415
49417
|
name: pydanticFormField.id,
|
|
49416
49418
|
onChange: (event) => onChange(event.target.value),
|
|
49417
49419
|
value: value ?? "",
|
|
49420
|
+
id: `input-${pydanticFormField.id}`,
|
|
49418
49421
|
fullWidth: true
|
|
49419
49422
|
}
|
|
49420
49423
|
);
|