Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/react-dom": "19.2.3",
"@ui5/webcomponents-tools": "2.21.1",
"@vitejs/plugin-react": "6.0.1",
"chromatic": "16.3.0",
"chromatic": "16.6.0",
"cssnano": "7.1.7",
"cypress": "15.14.1",
"cypress-real-events": "1.15.0",
Expand Down Expand Up @@ -106,7 +106,7 @@
"publint": "0.3.18",
"rimraf": "6.1.3",
"typescript": "5.9.3",
"typescript-eslint": "8.58.2",
"typescript-eslint": "8.59.0",
"vite": "8.0.10",
"vite-plugin-istanbul": "8.0.0",
"vite-tsconfig-paths": "6.1.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class PropTypesRenderer extends AbstractRenderer {
return {
...s,
name: 'children',
} as CEM.Slot;
};
}
return s;
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ const adjustColumnWidths = (instance: TableInstance) => {
width,
minWidth,
maxWidth,
} as AnalyticalTableColumnDefinition;
};
});

const hasData = data.length > 0;
Expand Down
2 changes: 1 addition & 1 deletion packages/main/src/components/MessageItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const MessageItem = forwardRef<ListItemCustomDomRef, MessageItemPropTypes>((prop
>
<FlexBox alignItems={FlexBoxAlignItems.Center} className={messageClasses}>
<div className={classNames.iconContainer}>
<Icon name={getIconNameForType(type as ValueState)} className={classNames.icon} mode={IconMode.Decorative} />
<Icon name={getIconNameForType(type)} className={classNames.icon} mode={IconMode.Decorative} />
</div>
<FlexBox direction={FlexBoxDirection.Column} className={classNames.titleContainer}>
{titleText && (
Expand Down
4 changes: 2 additions & 2 deletions packages/main/src/components/ObjectPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ const ObjectPage = forwardRef<ObjectPageDomRef, ObjectPagePropTypes>((props, ref
headerPinned || scrolledHeaderExpanded
? `${topHeaderHeight + (headerCollapsed === true ? 0 : headerContentHeight) + tabContainerHeaderHeight}px`
: `${topHeaderHeight + tabContainerHeaderHeight}px`,
} as CSSProperties;
};
if (headerCollapsed === true && headerArea) {
objectPageStyles[ObjectPageCssVariables.titleFontSize] = ThemingParameters.sapObjectHeader_Title_SnappedFontSize;
}
Expand All @@ -693,7 +693,7 @@ const ObjectPage = forwardRef<ObjectPageDomRef, ObjectPagePropTypes>((props, ref
const opNode = objectPageRef.current;
if (!opNode) return;

if (e.relatedTarget && !e.currentTarget.contains(e.relatedTarget as Node)) {
if (e.relatedTarget && !e.currentTarget.contains(e.relatedTarget)) {
opNode.style.scrollPaddingBlock = '0px';
// Fallback: Some (ui5-table) ui5wc components don't implement `relatedTarget` as expected.
} else if (!e.relatedTarget) {
Expand Down
11 changes: 4 additions & 7 deletions packages/main/src/components/SplitterLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import { debounce, useStylesheet, useSyncRef } from '@ui5/webcomponents-react-base';
import { clsx } from 'clsx';
import type { CSSProperties } from 'react';
import { forwardRef, useEffect, useRef, useState } from 'react';
import { SplitterLayoutContext } from '../../internal/SplitterLayoutContext.js';
import { classNames, styleData } from './SplitterLayout.module.css.js';
Expand Down Expand Up @@ -89,12 +88,10 @@ const SplitterLayout = forwardRef<HTMLDivElement, SplitterLayoutPropTypes>((prop
return (
<SplitterLayoutContext.Provider value={{ vertical, reset }}>
<div
style={
{
flexDirection: vertical ? 'column' : 'row',
...style,
} as CSSProperties
}
style={{
flexDirection: vertical ? 'column' : 'row',
...style,
}}
title={title}
{...rest}
className={clsx(classNames.splitterLayout, className)}
Expand Down
173 changes: 46 additions & 127 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4913,23 +4913,23 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:8.58.2":
version: 8.58.2
resolution: "@typescript-eslint/eslint-plugin@npm:8.58.2"
"@typescript-eslint/eslint-plugin@npm:8.59.0":
version: 8.59.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.59.0"
dependencies:
"@eslint-community/regexpp": "npm:^4.12.2"
"@typescript-eslint/scope-manager": "npm:8.58.2"
"@typescript-eslint/type-utils": "npm:8.58.2"
"@typescript-eslint/utils": "npm:8.58.2"
"@typescript-eslint/visitor-keys": "npm:8.58.2"
"@typescript-eslint/scope-manager": "npm:8.59.0"
"@typescript-eslint/type-utils": "npm:8.59.0"
"@typescript-eslint/utils": "npm:8.59.0"
"@typescript-eslint/visitor-keys": "npm:8.59.0"
ignore: "npm:^7.0.5"
natural-compare: "npm:^1.4.0"
ts-api-utils: "npm:^2.5.0"
peerDependencies:
"@typescript-eslint/parser": ^8.58.2
"@typescript-eslint/parser": ^8.59.0
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: ">=4.8.4 <6.1.0"
checksum: 10c0/87dd29c7a87461c586e3025cde2a6e35c7cc99e69c3a93ee8254f1523ab6d4d5d322cacd476e42a3aa87581fbcf9039ef528a638a80a5c9beb1c5ebb4cc557e2
checksum: 10c0/f98171ecad6a5106fe978df155f4b65a72dfdadfcd663651b633b61480b543e74796baa224a1393e323f9514901604fe6302323c4b80b79f7a98512a01bc6461
languageName: node
linkType: hard

Expand Down Expand Up @@ -4969,19 +4969,19 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:8.58.2":
version: 8.58.2
resolution: "@typescript-eslint/parser@npm:8.58.2"
"@typescript-eslint/parser@npm:8.59.0":
version: 8.59.0
resolution: "@typescript-eslint/parser@npm:8.59.0"
dependencies:
"@typescript-eslint/scope-manager": "npm:8.58.2"
"@typescript-eslint/types": "npm:8.58.2"
"@typescript-eslint/typescript-estree": "npm:8.58.2"
"@typescript-eslint/visitor-keys": "npm:8.58.2"
"@typescript-eslint/scope-manager": "npm:8.59.0"
"@typescript-eslint/types": "npm:8.59.0"
"@typescript-eslint/typescript-estree": "npm:8.59.0"
"@typescript-eslint/visitor-keys": "npm:8.59.0"
debug: "npm:^4.4.3"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: ">=4.8.4 <6.1.0"
checksum: 10c0/7ce3e5086b5376a91f2932fda6e0d6777ff457535eff9c133852b21c895dc56933dcda173430352850e77c2437f81c5699fac9c70207abbbd087882766b88758
checksum: 10c0/996a7b43f8a515ebbd06455c9f53065c561c8519bc4f634d6783b92832aa69e47945478d1601a87582f9f7b303becc172d5d7f776e201b2a2d375bc762ad4015
languageName: node
linkType: hard

Expand All @@ -5003,19 +5003,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/project-service@npm:8.58.2":
version: 8.58.2
resolution: "@typescript-eslint/project-service@npm:8.58.2"
dependencies:
"@typescript-eslint/tsconfig-utils": "npm:^8.58.2"
"@typescript-eslint/types": "npm:^8.58.2"
debug: "npm:^4.4.3"
peerDependencies:
typescript: ">=4.8.4 <6.1.0"
checksum: 10c0/57fa2a54452f9d9058781feb8d99d7a25096d55db15783a552b242d144992ccf893548672d3bc554c1bc0768cd8c80dbb467e9aff0db471ebcc876d4409cf75e
languageName: node
linkType: hard

"@typescript-eslint/project-service@npm:8.59.0":
version: 8.59.0
resolution: "@typescript-eslint/project-service@npm:8.59.0"
Expand Down Expand Up @@ -5049,16 +5036,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.58.2":
version: 8.58.2
resolution: "@typescript-eslint/scope-manager@npm:8.58.2"
dependencies:
"@typescript-eslint/types": "npm:8.58.2"
"@typescript-eslint/visitor-keys": "npm:8.58.2"
checksum: 10c0/9bf17c32d99db840500dfa4f0504635f6422fa435e0d2f3c58c36a88434d7af7ffe7ba9a6b13bd105dfa0f36a74307955ef2837ec5f1855e34c3af1843c11d36
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:8.59.0":
version: 8.59.0
resolution: "@typescript-eslint/scope-manager@npm:8.59.0"
Expand All @@ -5069,16 +5046,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/tsconfig-utils@npm:8.58.2":
version: 8.58.2
resolution: "@typescript-eslint/tsconfig-utils@npm:8.58.2"
peerDependencies:
typescript: ">=4.8.4 <6.1.0"
checksum: 10c0/d3dc874ab43af39245ee8383bb6d39c985e64c43b81a7bbf18b7982047473366c252e19a9fbfe38df30c677b42133aa43a1c0a75e92b8de5d2e64defd4b3a05e
languageName: node
linkType: hard

"@typescript-eslint/tsconfig-utils@npm:8.59.0, @typescript-eslint/tsconfig-utils@npm:^8.58.2, @typescript-eslint/tsconfig-utils@npm:^8.59.0":
"@typescript-eslint/tsconfig-utils@npm:8.59.0, @typescript-eslint/tsconfig-utils@npm:^8.59.0":
version: 8.59.0
resolution: "@typescript-eslint/tsconfig-utils@npm:8.59.0"
peerDependencies:
Expand All @@ -5104,19 +5072,19 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.58.2":
version: 8.58.2
resolution: "@typescript-eslint/type-utils@npm:8.58.2"
"@typescript-eslint/type-utils@npm:8.59.0":
version: 8.59.0
resolution: "@typescript-eslint/type-utils@npm:8.59.0"
dependencies:
"@typescript-eslint/types": "npm:8.58.2"
"@typescript-eslint/typescript-estree": "npm:8.58.2"
"@typescript-eslint/utils": "npm:8.58.2"
"@typescript-eslint/types": "npm:8.59.0"
"@typescript-eslint/typescript-estree": "npm:8.59.0"
"@typescript-eslint/utils": "npm:8.59.0"
debug: "npm:^4.4.3"
ts-api-utils: "npm:^2.5.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: ">=4.8.4 <6.1.0"
checksum: 10c0/1e7248694c15b5e78aeb573aef755513910f6a7ec1842223ec0c8429b6abd7342996de215aefab78520e64d2e8600c9829bdf56132476cb86703fd54f2492467
checksum: 10c0/e2f2176a9bce81c19b53accf4e9189c60b1b84717cf129a6d003a2271019e30d410d2ccdc0fc6a37cbb8274a1b297d7d30a116189110f9d24a86391ee24a9fef
languageName: node
linkType: hard

Expand All @@ -5134,14 +5102,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.58.2":
version: 8.58.2
resolution: "@typescript-eslint/types@npm:8.58.2"
checksum: 10c0/6707c1a2ec921b9ae441b35d9cb4e0af11673a67e332a366e3033f1d558ff5db4f39021872c207fb361841670e9ffcc4981f19eb21e4495a3a031d02015637a7
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.59.0, @typescript-eslint/types@npm:^8.58.2, @typescript-eslint/types@npm:^8.59.0":
"@typescript-eslint/types@npm:8.59.0, @typescript-eslint/types@npm:^8.59.0":
version: 8.59.0
resolution: "@typescript-eslint/types@npm:8.59.0"
checksum: 10c0/2750b1e21290dffe90a424fe05c2bab701f60a7b51b5e0921ed14bb1a5fc29ff3fe8f286817d2287e93ff78e33e6626f6ce26d0bc79a729bd608deda77a9bdde
Expand Down Expand Up @@ -5185,25 +5146,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.58.2":
version: 8.58.2
resolution: "@typescript-eslint/typescript-estree@npm:8.58.2"
dependencies:
"@typescript-eslint/project-service": "npm:8.58.2"
"@typescript-eslint/tsconfig-utils": "npm:8.58.2"
"@typescript-eslint/types": "npm:8.58.2"
"@typescript-eslint/visitor-keys": "npm:8.58.2"
debug: "npm:^4.4.3"
minimatch: "npm:^10.2.2"
semver: "npm:^7.7.3"
tinyglobby: "npm:^0.2.15"
ts-api-utils: "npm:^2.5.0"
peerDependencies:
typescript: ">=4.8.4 <6.1.0"
checksum: 10c0/60a323f60eff9b4bb6eb3121c5f6292e7962517a329a8a9f828e8f07516de78e6a7c1b1b1cfd732f39edf184fe57828ca557fbc63b74c61b54bcb679a69e249c
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.59.0":
version: 8.59.0
resolution: "@typescript-eslint/typescript-estree@npm:8.59.0"
Expand Down Expand Up @@ -5258,22 +5200,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.58.2":
version: 8.58.2
resolution: "@typescript-eslint/utils@npm:8.58.2"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.9.1"
"@typescript-eslint/scope-manager": "npm:8.58.2"
"@typescript-eslint/types": "npm:8.58.2"
"@typescript-eslint/typescript-estree": "npm:8.58.2"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: ">=4.8.4 <6.1.0"
checksum: 10c0/d83e6c7c1b01236d255cabe2a5dc5384eedebc9f9af6aa19cc2ab7d8b280f86912f2b1a87659b2754919afd2606820b4e53862ac91970794e2980bc97487537c
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^8.48.0":
"@typescript-eslint/utils@npm:8.59.0, @typescript-eslint/utils@npm:^8.48.0":
version: 8.59.0
resolution: "@typescript-eslint/utils@npm:8.59.0"
dependencies:
Expand Down Expand Up @@ -5308,16 +5235,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.58.2":
version: 8.58.2
resolution: "@typescript-eslint/visitor-keys@npm:8.58.2"
dependencies:
"@typescript-eslint/types": "npm:8.58.2"
eslint-visitor-keys: "npm:^5.0.0"
checksum: 10c0/6775a63dbafe7a305f0cf3f0c5eb077e30dba8a60022e4ce3220669c7f1e742c6ea2ebff8c6c0288dc17eeef8f4015089a23abbdc82a6a9382abe4a77950b695
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.59.0":
version: 8.59.0
resolution: "@typescript-eslint/visitor-keys@npm:8.59.0"
Expand Down Expand Up @@ -7769,9 +7686,11 @@ __metadata:
languageName: node
linkType: hard

"chromatic@npm:16.3.0":
version: 16.3.0
resolution: "chromatic@npm:16.3.0"
"chromatic@npm:16.6.0":
version: 16.6.0
resolution: "chromatic@npm:16.6.0"
dependencies:
semver: "npm:^7.3.5"
peerDependencies:
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
Expand All @@ -7784,10 +7703,10 @@ __metadata:
"@chromatic-com/vitest":
optional: true
bin:
chroma: dist/bin.js
chromatic: dist/bin.js
chromatic-cli: dist/bin.js
checksum: 10c0/6dcdbf70b29f88e6c43580e451abd10ae39ca24662937aeb6ddecfb5528ce77549d56fbdd465223169484519f10e006c3eb12aa26eac9b4da58796615f7fb7a7
chroma: dist/bin.cjs
chromatic: dist/bin.cjs
chromatic-cli: dist/bin.cjs
checksum: 10c0/27f905e3d8cc1a865e354b0a09ac533daea1a5be0e60f82ae489cda5e5c5d2ff773a749bd5e904cf712ca040d19561e0c4e7877d3e49e32f7010c50b0a94346f
languageName: node
linkType: hard

Expand Down Expand Up @@ -21607,18 +21526,18 @@ __metadata:
languageName: node
linkType: hard

"typescript-eslint@npm:8.58.2":
version: 8.58.2
resolution: "typescript-eslint@npm:8.58.2"
"typescript-eslint@npm:8.59.0":
version: 8.59.0
resolution: "typescript-eslint@npm:8.59.0"
dependencies:
"@typescript-eslint/eslint-plugin": "npm:8.58.2"
"@typescript-eslint/parser": "npm:8.58.2"
"@typescript-eslint/typescript-estree": "npm:8.58.2"
"@typescript-eslint/utils": "npm:8.58.2"
"@typescript-eslint/eslint-plugin": "npm:8.59.0"
"@typescript-eslint/parser": "npm:8.59.0"
"@typescript-eslint/typescript-estree": "npm:8.59.0"
"@typescript-eslint/utils": "npm:8.59.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: ">=4.8.4 <6.1.0"
checksum: 10c0/6065fe90674e89100b3192716fc641d80de4b586fe244c00e2c97d47923166ab3286f895685bf9570919c8606724f1196486f09e7841ca73bdf05d5df0752945
checksum: 10c0/b14b4bf6878e9745d92c0bc2b3c68ea29e8e524037a10e05873ad58b0dd1961313c05f406273b99c4128fd49bde2d9b3233bcec636896e9a70ed8167a3d0a9c5
languageName: node
linkType: hard

Expand Down Expand Up @@ -21718,7 +21637,7 @@ __metadata:
"@ui5/webcomponents-icons": "npm:2.21.1"
"@ui5/webcomponents-tools": "npm:2.21.1"
"@vitejs/plugin-react": "npm:6.0.1"
chromatic: "npm:16.3.0"
chromatic: "npm:16.6.0"
cssnano: "npm:7.1.7"
cypress: "npm:15.14.1"
cypress-real-events: "npm:1.15.0"
Expand Down Expand Up @@ -21753,7 +21672,7 @@ __metadata:
storybook: "npm:10.3.5"
tocbot: "npm:4.36.4"
typescript: "npm:5.9.3"
typescript-eslint: "npm:8.58.2"
typescript-eslint: "npm:8.59.0"
vite: "npm:8.0.10"
vite-plugin-istanbul: "npm:8.0.0"
vite-tsconfig-paths: "npm:6.1.1"
Expand Down
Loading