Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlahti committed Aug 7, 2023
2 parents 29bb0fd + e34a16a commit 17fd41b
Show file tree
Hide file tree
Showing 10 changed files with 520 additions and 634 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for sn-filter-pane and sn-listbox

### [0.13.6](https://github.com/qlik-oss/sn-list-objects/compare/v0.13.5...v0.13.6) (2023-08-02)


### Bug Fixes

* **deps:** update minor and patch ([#333](https://github.com/qlik-oss/sn-list-objects/issues/333)) ([ff0541b](https://github.com/qlik-oss/sn-list-objects/commit/ff0541b3a136423b18d99bb1f2c5986bc44a8e64))

### [0.13.5](https://github.com/qlik-oss/sn-list-objects/compare/v0.13.4...v0.13.5) (2023-06-28)

### [0.13.4](https://github.com/qlik-oss/sn-list-objects/compare/v0.13.3...v0.13.4) (2023-06-28)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qlik-oss/sn-list-objects",
"version": "0.13.5",
"version": "0.13.6",
"description": "Workspace for sn-listbox and sn-filter-pane",
"scripts": {
"release": "release-it",
Expand All @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/qlik-oss/sn-list-objects#readme",
"devDependencies": {
"@nebula.js/cli-serve": "4.2.4",
"@nebula.js/cli-serve": "4.3.0",
"@playwright/test": "1.36.2",
"@release-it-plugins/workspaces": "3.2.0",
"@release-it/conventional-changelog": "5.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/sn-filter-pane/api-spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"name": "@nebula.js/sn-filter-pane:properties",
"description": "Filter pane generic object definition",
"version": "0.13.5",
"version": "0.13.6",
"license": "MIT",
"stability": "stable",
"x-qlik-visibility": "public"
Expand All @@ -27,7 +27,7 @@
]
},
"qChildListDef": {
"description": "A list definition for listing child objects.\nThe child object should contain listbox properties. See {@link https://qlik.dev/apis/javascript/nebula-listbox-properties | Listbox properties}",
"description": "A list definition for listing child objects.\nThe child object should contain listbox properties. See https://qlik.dev/apis/javascript/nebula-listbox-properties",
"defaultValue": "{}",
"type": "#/definitions/ChildListDef"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sn-filter-pane/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"module": "esm/index.js",
"peerDependencies": {
"@nebula.js/stardust": "4.2.4",
"@nebula.js/stardust": "4.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/sn-filter-pane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebula.js/sn-filter-pane",
"version": "0.13.5",
"version": "0.13.6",
"description": "Filter pane supernova",
"license": "MIT",
"author": "QlikTech International AB",
Expand Down Expand Up @@ -50,10 +50,10 @@
"@babel/preset-typescript": "^7.18.6",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@nebula.js/cli": "4.2.4",
"@nebula.js/cli-build": "4.2.4",
"@nebula.js/cli-sense": "4.2.4",
"@nebula.js/cli-serve": "4.2.4",
"@nebula.js/cli": "4.3.0",
"@nebula.js/cli-build": "4.3.0",
"@nebula.js/cli-sense": "4.3.0",
"@nebula.js/cli-serve": "4.3.0",
"@rollup/plugin-typescript": "11.1.2",
"@scriptappy/cli": "0.8.0",
"@scriptappy/from-jsdoc": "0.17.0",
Expand Down Expand Up @@ -88,8 +88,8 @@
"@nebula.js/stardust": ">=4.1.0"
},
"dependencies": {
"@mui/icons-material": "5.14.1",
"@mui/material": "5.14.2",
"@mui/icons-material": "5.14.3",
"@mui/material": "5.14.3",
"extend": "^3.0.2",
"lodash": "4.17.21",
"uuid": "^9.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const FoldedListbox = ({
height={gridHeight}
>
{!narrowSmall
&& <Grid container flexGrow={1} alignItems={'center'} sx={{ flexDirection: isRtl ? 'row-reverse' : 'row', flexWrap: 'nowrap' }} padding='0 8px'>
&& <Grid container flexGrow={1} alignItems="center" sx={{ flexDirection: isRtl ? 'row-reverse' : 'row', flexWrap: 'nowrap' }} padding='0 8px' height={narrowLarge ? '100%' : undefined}>
{isDrillDown
&& <Tooltip title={translator?.get('Listbox.DrillDown')} enterDelay={2000}>
<div>
Expand All @@ -142,7 +142,7 @@ export const FoldedListbox = ({
</Tooltip>
}
<Tooltip title={fieldName} enterDelay={2000}>
<Title variant="subtitle2" stardustTheme={stardustTheme} noWrap lineHeight='100%'>
<Title variant="subtitle2" stardustTheme={stardustTheme} noWrap lineHeight={narrowLarge ? '100%' : 'normal'}>
{fieldName}
</Title>
</Tooltip>
Expand Down
Loading

0 comments on commit 17fd41b

Please sign in to comment.