@gooddata/sdk-ui-filters 11.52.0-alpha.4 → 11.52.0-alpha.6
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/esm/AttributeFilter/Components/ElementsSelect/AttributeFilterElementsSelectItem.d.ts.map +1 -1
- package/esm/AttributeFilter/Components/ElementsSelect/AttributeFilterElementsSelectItem.js +1 -1
- package/esm/AttributeFilter/Components/ElementsSelect/SingleSelectionAttributeFilterElementsSelectItem.js +1 -1
- package/package.json +12 -12
package/esm/AttributeFilter/Components/ElementsSelect/AttributeFilterElementsSelectItem.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeFilterElementsSelectItem.d.ts","sourceRoot":"","sources":["../../../../src/AttributeFilter/Components/ElementsSelect/AttributeFilterElementsSelectItem.tsx"],"names":[],"mappings":"AAoBA,OAAO,EAAE,KAAK,uCAAuC,EAAE,MAAM,YAAY,CAAC;AAI1E;;;;;;;GAOG;AACH,wBAAgB,iCAAiC,CAAC,EAC9C,IAAI,EACJ,UAAU,EACV,aAAa,EACb,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,iBAAiB,EACjB,KAAK,EACR,EAAE,uCAAuC,
|
|
1
|
+
{"version":3,"file":"AttributeFilterElementsSelectItem.d.ts","sourceRoot":"","sources":["../../../../src/AttributeFilter/Components/ElementsSelect/AttributeFilterElementsSelectItem.tsx"],"names":[],"mappings":"AAoBA,OAAO,EAAE,KAAK,uCAAuC,EAAE,MAAM,YAAY,CAAC;AAI1E;;;;;;;GAOG;AACH,wBAAgB,iCAAiC,CAAC,EAC9C,IAAI,EACJ,UAAU,EACV,aAAa,EACb,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,iBAAiB,EACjB,KAAK,EACR,EAAE,uCAAuC,2CA+GzC"}
|
|
@@ -44,7 +44,7 @@ export function AttributeFilterElementsSelectItem({ item, isSelected, focusedAct
|
|
|
44
44
|
const itemTitle = getElementTitle(item, intl);
|
|
45
45
|
const itemPrimaryTitle = getElementPrimaryTitle(item);
|
|
46
46
|
const makeId = ScopedIdStore.useContextStoreOptional((ctx) => ctx.makeId);
|
|
47
|
-
return (_jsxs("div", { className: classes, onClick: onItemClick, role: "row", tabIndex: -1, "aria-rowindex": index, "aria-label": itemTitle, children: [
|
|
47
|
+
return (_jsxs("div", { className: classes, onClick: onItemClick, role: "row", tabIndex: -1, "aria-rowindex": index, "aria-label": itemTitle, title: itemTitle, children: [
|
|
48
48
|
_jsx("div", { role: "gridcell", className: "gd-attribute-filter-list-item-label", children: _jsxs("label", { className: labelClasses, children: [
|
|
49
49
|
_jsx("input", { tabIndex: focusedAction === "selectItem" ? 0 : -1, id: makeId?.({ item, specifier: SELECT_ITEM_ACTION }), type: "checkbox", className: "input-checkbox", readOnly: true, checked: isSelected }), _jsx("span", { className: "input-label-text", children: itemTitle })
|
|
50
50
|
] }) }), !item.title && (_jsx("div", { className: "gd-empty-list-item-tooltip-wrapper", children: _jsxs(BubbleHoverTrigger, { className: "gd-empty-list-item-tooltip", showDelay: 0, hideDelay: 0, children: [
|
|
@@ -29,7 +29,7 @@ export function SingleSelectionAttributeFilterElementsSelectItem({ item, onSelec
|
|
|
29
29
|
"gd-attribute-filter-list-item--isFocused": !!focusedAction,
|
|
30
30
|
"gd-attribute-filter-single-selection-list-item--isFocusedSelectItem": focusedAction === "selectItem",
|
|
31
31
|
});
|
|
32
|
-
return (_jsxs("div", { className: classes, onClick: onItemClick, children: [
|
|
32
|
+
return (_jsxs("div", { className: classes, onClick: onItemClick, title: itemTitle, children: [
|
|
33
33
|
_jsxs("div", { className: "gd-attribute-filter-list-item-label ", children: [
|
|
34
34
|
_jsx("span", { children: itemTitle }), isSelected && isMobile && fullscreenOnMobile ? (_jsx("span", { className: "gd-customizable-checkmark-mobile-navigation-wrapper", children: _jsx(CustomizableCheckmark, { className: "gd-customizable-checkmark-mobile-navigation" }) })) : null] }), _jsx(AttributeFilterElementsSelectItemTooltip, { primaryLabelTitle: primaryLabelTitle, itemPrimaryTitle: itemPrimaryTitle, renderAsCell: false, isFocused: !!focusedAction, id: makeId?.({ item, specifier: "questionMark" }) })
|
|
35
35
|
] }));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-filters",
|
|
3
|
-
"version": "11.52.0-alpha.
|
|
3
|
+
"version": "11.52.0-alpha.6",
|
|
4
4
|
"description": "GoodData.UI SDK - Filter Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"ts-invariant": "0.10.3",
|
|
47
47
|
"tslib": "2.8.1",
|
|
48
48
|
"uuid": "11.1.1",
|
|
49
|
-
"@gooddata/sdk-backend-spi": "11.52.0-alpha.
|
|
50
|
-
"@gooddata/sdk-model": "11.52.0-alpha.
|
|
51
|
-
"@gooddata/sdk-ui-kit": "11.52.0-alpha.
|
|
52
|
-
"@gooddata/sdk-ui": "11.52.0-alpha.
|
|
53
|
-
"@gooddata/util": "11.52.0-alpha.
|
|
49
|
+
"@gooddata/sdk-backend-spi": "11.52.0-alpha.6",
|
|
50
|
+
"@gooddata/sdk-model": "11.52.0-alpha.6",
|
|
51
|
+
"@gooddata/sdk-ui-kit": "11.52.0-alpha.6",
|
|
52
|
+
"@gooddata/sdk-ui": "11.52.0-alpha.6",
|
|
53
|
+
"@gooddata/util": "11.52.0-alpha.6"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -92,12 +92,12 @@
|
|
|
92
92
|
"typescript": "5.9.3",
|
|
93
93
|
"vitest": "4.1.8",
|
|
94
94
|
"vitest-dom": "0.1.1",
|
|
95
|
-
"@gooddata/eslint-config": "11.52.0-alpha.
|
|
96
|
-
"@gooddata/
|
|
97
|
-
"@gooddata/
|
|
98
|
-
"@gooddata/
|
|
99
|
-
"@gooddata/sdk-ui-theme-provider": "11.52.0-alpha.
|
|
100
|
-
"@gooddata/stylelint-config": "11.52.0-alpha.
|
|
95
|
+
"@gooddata/eslint-config": "11.52.0-alpha.6",
|
|
96
|
+
"@gooddata/oxlint-config": "11.52.0-alpha.6",
|
|
97
|
+
"@gooddata/sdk-backend-mockingbird": "11.52.0-alpha.6",
|
|
98
|
+
"@gooddata/reference-workspace": "11.52.0-alpha.6",
|
|
99
|
+
"@gooddata/sdk-ui-theme-provider": "11.52.0-alpha.6",
|
|
100
|
+
"@gooddata/stylelint-config": "11.52.0-alpha.6"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"react": "^18.0.0 || ^19.0.0",
|