@gooddata/sdk-ui-filters 11.55.0 → 11.56.0-alpha.1
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/AttributeFilterDefaultComponents.d.ts.map +1 -1
- package/esm/AttributeFilter/Components/Addons/AttributeDatasetInfo.js +1 -3
- package/esm/AttributeFilter/Components/Addons/AttributeFilterConfigurationButton.js +1 -3
- package/esm/AttributeFilter/Components/Addons/AttributeFilterDeleteButton.js +1 -3
- package/esm/AttributeFilter/Components/Addons/AttributeFilterDependencyTooltip.js +1 -3
- package/esm/AttributeFilter/Components/Addons/hooks/useAutoOpenAttributeFilterDropdownButton.d.ts.map +1 -1
- package/esm/AttributeFilter/Components/Addons/hooks/useOnCloseAttributeFilterDropdownButton.d.ts.map +1 -1
- package/esm/AttributeFilter/Components/Dropdown/AttributeFilterDetailsBubble.js +2 -16
- package/esm/AttributeFilter/Components/Dropdown/AttributeFilterDropdownActions.js +1 -4
- package/esm/AttributeFilter/Components/Dropdown/AttributeFilterDropdownBody.js +1 -2
- package/esm/AttributeFilter/Components/Dropdown/AttributeFilterDropdownHeader.js +1 -4
- package/esm/AttributeFilter/Components/DropdownButton/AttributeFilterButtonErrorTooltip.js +1 -2
- package/esm/AttributeFilter/Components/DropdownButton/AttributeFilterButtonTooltip.js +1 -3
- package/esm/AttributeFilter/Components/DropdownButton/AttributeFilterSimpleDropdownButton.js +1 -4
- package/esm/AttributeFilter/Components/ElementsSelect/AttributeFilterElementsSelectItem.js +2 -8
- package/esm/AttributeFilter/Components/ElementsSelect/AttributeFilterElementsSelectItemTooltip.js +1 -3
- package/esm/AttributeFilter/Components/ElementsSelect/EmptyResult/AttributeFilterEmptyFilteredResult.js +5 -15
- package/esm/AttributeFilter/Components/ElementsSelect/SingleSelectionAttributeFilterElementsSelectItem.js +1 -4
- package/esm/AttributeFilter/Components/ElementsSelect/StatusBar/AttributeFilterFilteredStatus.js +2 -6
- package/esm/AttributeFilter/Components/ElementsSelect/StatusBar/AttributeFilterIrrelevantSelectionStatus.js +2 -4
- package/esm/AttributeFilter/Components/ElementsSelect/StatusBar/AttributeFilterShowFilteredElements.js +2 -6
- package/esm/AttributeFilter/Components/ElementsSelect/StatusBar/AttributeFilterStatusBar.js +2 -4
- package/esm/AttributeFilter/Components/ElementsSelect/StatusBar/SingleSelectionAttributeFilterStatusBar.js +1 -2
- package/esm/AttributeFilter/Components/FilterMenu/FilterMenuDropdownBody.js +2 -6
- package/esm/AttributeFilter/Components/FilterMenu/FilterMenuSectionHeader.js +1 -2
- package/esm/AttributeFilter/Components/TextFilterBody/ArbitraryValuesInput.js +3 -6
- package/esm/AttributeFilter/Components/TextFilterBody/TextFilterBody.js +4 -11
- package/esm/AttributeFilter/Components/TextFilterBody/TextFilterStateSummary.js +1 -5
- package/esm/AttributeFilter/Components/TextFilterBody/useArbitraryValuesInput.d.ts +3 -3
- package/esm/AttributeFilter/Components/TextFilterBody/useArbitraryValuesInput.d.ts.map +1 -1
- package/esm/AttributeFilter/Components/TextFilterBody/useTextFilterBodyTexts.d.ts.map +1 -1
- package/esm/AttributeFilter/Context/AttributeFilterComponentsContext.d.ts.map +1 -1
- package/esm/AttributeFilter/Context/AttributeFilterContext.d.ts.map +1 -1
- package/esm/AttributeFilter/hooks/useAttributeFilterController.d.ts.map +1 -1
- package/esm/AttributeFilter/hooks/useAttributeFilterHandler.d.ts.map +1 -1
- package/esm/AttributeFilter/hooks/useAttributeFilterHandlerState.d.ts.map +1 -1
- package/esm/AttributeFilter/hooks/useAttributeFilterSearch.d.ts.map +1 -1
- package/esm/AttributeFilter/hooks/useResolveDependentDateFiltersInput.d.ts +1 -1
- package/esm/AttributeFilter/hooks/useResolveDependentDateFiltersInput.d.ts.map +1 -1
- package/esm/AttributeFilter/hooks/useResolveFilterInput.d.ts +1 -1
- package/esm/AttributeFilter/hooks/useResolveFilterInput.d.ts.map +1 -1
- package/esm/AttributeFilter/hooks/useResolveParentFiltersInput.d.ts +1 -1
- package/esm/AttributeFilter/hooks/useResolveParentFiltersInput.d.ts.map +1 -1
- package/esm/AttributeFilter/utils.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/AttributeFilterHandler.test.helpers.d.ts +4 -4
- package/esm/AttributeFilterHandler/AttributeFilterHandler.test.helpers.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/bridge.d.ts +13 -13
- package/esm/AttributeFilterHandler/internal/bridge.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/callbacks.d.ts +32 -32
- package/esm/AttributeFilterHandler/internal/callbacks.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/loader.d.ts +11 -11
- package/esm/AttributeFilterHandler/internal/loader.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/multiSelectHandler.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/common/selectors.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/displayForms/displayFormsReducers.d.ts +4 -3
- package/esm/AttributeFilterHandler/internal/redux/displayForms/displayFormsReducers.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/elements/elementsReducers.d.ts +8 -7
- package/esm/AttributeFilterHandler/internal/redux/elements/elementsReducers.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/elements/elementsSelectors.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/elements/loadElementsFromBackend.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/init/initReducers.d.ts +8 -7
- package/esm/AttributeFilterHandler/internal/redux/init/initReducers.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/loadAttribute/loadAttributeByDisplayForm.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/loadAttribute/loadAttributeByDisplayForm.js +30 -2
- package/esm/AttributeFilterHandler/internal/redux/loadAttribute/loadAttributeReducers.d.ts +6 -5
- package/esm/AttributeFilterHandler/internal/redux/loadAttribute/loadAttributeReducers.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/loadCustomElements/loadCustomElementsReducers.d.ts +7 -6
- package/esm/AttributeFilterHandler/internal/redux/loadCustomElements/loadCustomElementsReducers.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/loadInitialElementsPage/loadInitialElementsPageReducers.d.ts +6 -5
- package/esm/AttributeFilterHandler/internal/redux/loadInitialElementsPage/loadInitialElementsPageReducers.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/loadIrrelevantElements/loadIrrelevantElementsReducers.d.ts +7 -6
- package/esm/AttributeFilterHandler/internal/redux/loadIrrelevantElements/loadIrrelevantElementsReducers.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/loadNextElementsPage/loadNextElementsPageReducers.d.ts +6 -5
- package/esm/AttributeFilterHandler/internal/redux/loadNextElementsPage/loadNextElementsPageReducers.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/selection/selectionReducers.d.ts +2 -2
- package/esm/AttributeFilterHandler/internal/redux/selection/selectionReducers.d.ts.map +1 -1
- package/esm/AttributeFilterHandler/internal/redux/store/rootReducers.d.ts +46 -46
- package/esm/AttributeFilterHandler/internal/redux/store/slice.d.ts +46 -46
- package/esm/AttributeFilterHandler/internal/singleSelectHandler.d.ts.map +1 -1
- package/esm/DateFilter/AbsoluteDateFilterForm/AbsoluteDateFilterForm.d.ts +29 -2
- package/esm/DateFilter/AbsoluteDateFilterForm/AbsoluteDateFilterForm.d.ts.map +1 -1
- package/esm/DateFilter/AbsoluteDateFilterForm/AbsoluteDateFilterForm.js +38 -5
- package/esm/DateFilter/AbsoluteDateFilterForm/conversions.d.ts +17 -1
- package/esm/DateFilter/AbsoluteDateFilterForm/conversions.d.ts.map +1 -1
- package/esm/DateFilter/AbsoluteDateFilterForm/conversions.js +17 -1
- package/esm/DateFilter/CheckboxSection/CheckboxSection.js +2 -6
- package/esm/DateFilter/DateFilter.d.ts +10 -0
- package/esm/DateFilter/DateFilter.d.ts.map +1 -1
- package/esm/DateFilter/DateFilter.js +2 -2
- package/esm/DateFilter/DateFilterBody/DateFilterBody.d.ts +1 -0
- package/esm/DateFilter/DateFilterBody/DateFilterBody.d.ts.map +1 -1
- package/esm/DateFilter/DateFilterBody/DateFilterBody.js +50 -30
- package/esm/DateFilter/DateFilterBody/DateFilterBodyContentFiltered.js +1 -3
- package/esm/DateFilter/DateFilterBody/DateFilterConfigurationButton.js +1 -3
- package/esm/DateFilter/DateFilterBody/DateFilterFormContent.d.ts +3 -1
- package/esm/DateFilter/DateFilterBody/DateFilterFormContent.d.ts.map +1 -1
- package/esm/DateFilter/DateFilterBody/DateFilterFormContent.js +4 -5
- package/esm/DateFilter/DateFilterBody/DateFilterFormNavigationWrapper.js +1 -2
- package/esm/DateFilter/DateFilterBody/DateFilterHeader.js +1 -3
- package/esm/DateFilter/DateFilterBody/EditModeMessage.js +2 -4
- package/esm/DateFilter/DateFilterBody/RelativePresetFilterItems.js +1 -2
- package/esm/DateFilter/DateFilterButton/DateFilterButton.js +1 -5
- package/esm/DateFilter/DateFilterCore.d.ts +1 -0
- package/esm/DateFilter/DateFilterCore.d.ts.map +1 -1
- package/esm/DateFilter/DateFilterCore.js +1 -4
- package/esm/DateFilter/DateFilterTextLocalized/DateFilterTextLocalized.d.ts +2 -2
- package/esm/DateFilter/DateFilterTextLocalized/DateFilterTextLocalized.d.ts.map +1 -1
- package/esm/DateFilter/DateRangePicker/DateInput.js +3 -7
- package/esm/DateFilter/DateRangePicker/DatePicker.d.ts +5 -5
- package/esm/DateFilter/DateRangePicker/DatePicker.d.ts.map +1 -1
- package/esm/DateFilter/DateRangePicker/DatePicker.js +1 -30
- package/esm/DateFilter/DateRangePicker/DateRangeHint.js +1 -2
- package/esm/DateFilter/DateRangePicker/DateRangePicker.js +2 -4
- package/esm/DateFilter/DateRangePicker/DateRangePickerInputFieldBody.js +1 -3
- package/esm/DateFilter/DateRangePicker/DateTimePicker.js +1 -2
- package/esm/DateFilter/DateRangePicker/TimeInput.js +2 -6
- package/esm/DateFilter/DateRangePicker/utils.d.ts.map +1 -1
- package/esm/DateFilter/DynamicSelect/DynamicSelect.js +1 -2
- package/esm/DateFilter/DynamicSelect/RelativeRangeDynamicSelect.js +1 -2
- package/esm/DateFilter/DynamicSelect/utils.d.ts.map +1 -1
- package/esm/DateFilter/EmptyValuesHandlingToggle/EmptyValuesHandlingToggle.js +1 -5
- package/esm/DateFilter/ExcludeCurrentPeriodToggle/ExcludeCurrentPeriodToggle.js +2 -7
- package/esm/DateFilter/GranularityTabs.d.ts +20 -0
- package/esm/DateFilter/GranularityTabs.d.ts.map +1 -0
- package/esm/DateFilter/{RelativeDateFilterForm/GranularityTabs.js → GranularityTabs.js} +6 -6
- package/esm/DateFilter/ListItemTooltip/ListItemTooltip.js +1 -3
- package/esm/DateFilter/Other/OtherPresetsSection.js +1 -3
- package/esm/DateFilter/RelativeDateFilterForm/RelativeDateFilterForm.d.ts.map +1 -1
- package/esm/DateFilter/RelativeDateFilterForm/RelativeDateFilterForm.js +4 -6
- package/esm/DateFilter/RelativeRangePicker/RelativeRangePicker.js +2 -5
- package/esm/DateFilter/Select/ScrollableSelectMenu.d.ts.map +1 -1
- package/esm/DateFilter/Select/utils.d.ts +1 -1
- package/esm/DateFilter/Select/utils.d.ts.map +1 -1
- package/esm/DateFilter/Tabs/Tabs.d.ts +6 -1
- package/esm/DateFilter/Tabs/Tabs.d.ts.map +1 -1
- package/esm/DateFilter/Tabs/Tabs.js +2 -3
- package/esm/DateFilter/accessibility/elementId.d.ts +4 -0
- package/esm/DateFilter/accessibility/elementId.d.ts.map +1 -1
- package/esm/DateFilter/accessibility/elementId.js +4 -0
- package/esm/DateFilter/accessibility/keyboardNavigation.d.ts +3 -3
- package/esm/DateFilter/accessibility/keyboardNavigation.d.ts.map +1 -1
- package/esm/DateFilter/extendedDateFilters.test.helpers.d.ts.map +1 -1
- package/esm/DateFilter/index.d.ts +2 -2
- package/esm/DateFilter/interfaces/index.d.ts.map +1 -1
- package/esm/DateFilter/utils/AFMConversions.d.ts.map +1 -1
- package/esm/DateFilter/utils/DateConversions.d.ts +2 -2
- package/esm/DateFilter/utils/DateConversions.d.ts.map +1 -1
- package/esm/DateFilter/utils/DateFilterOptionMapping.d.ts.map +1 -1
- package/esm/DateFilter/utils/DateFilterOptionMapping.js +1 -0
- package/esm/DateFilter/utils/FormattingUtils.d.ts.map +1 -1
- package/esm/DateFilter/utils/OptionUtils.d.ts.map +1 -1
- package/esm/DateFilter/utils/OptionUtils.js +7 -4
- package/esm/DateFilter/utils/PeriodExclusion.d.ts.map +1 -1
- package/esm/DateFilter/utils/Translations/DateFilterTitle.d.ts +2 -2
- package/esm/DateFilter/utils/Translations/DateFilterTitle.d.ts.map +1 -1
- package/esm/DateFilter/utils/Translations/DateFilterTitle.js +36 -2
- package/esm/DateFilter/utils/Translations/Translators.d.ts +1 -0
- package/esm/DateFilter/utils/Translations/Translators.d.ts.map +1 -1
- package/esm/DateFilter/utils/Translations/Translators.js +1 -0
- package/esm/DateFilter/utils/dateFnsLocale.d.ts +9 -0
- package/esm/DateFilter/utils/dateFnsLocale.d.ts.map +1 -0
- package/esm/DateFilter/utils/dateFnsLocale.js +37 -0
- package/esm/DateFilter/utils/presetFilterUtils.d.ts +21 -1
- package/esm/DateFilter/utils/presetFilterUtils.d.ts.map +1 -1
- package/esm/DateFilter/utils/presetFilterUtils.js +28 -0
- package/esm/DateFilter/validation/OptionValidation.d.ts.map +1 -1
- package/esm/FilterGroup/useFilterGroupStatus.d.ts.map +1 -1
- package/esm/MeasureValueFilter/AttributePicker.d.ts +1 -1
- package/esm/MeasureValueFilter/AttributePicker.d.ts.map +1 -1
- package/esm/MeasureValueFilter/ComparisonInput.js +2 -4
- package/esm/MeasureValueFilter/ConditionInputSection.d.ts +1 -1
- package/esm/MeasureValueFilter/ConditionInputSection.d.ts.map +1 -1
- package/esm/MeasureValueFilter/ConditionInputSection.js +1 -2
- package/esm/MeasureValueFilter/DimensionalitySection.d.ts +1 -1
- package/esm/MeasureValueFilter/DimensionalitySection.d.ts.map +1 -1
- package/esm/MeasureValueFilter/DimensionalitySection.js +2 -8
- package/esm/MeasureValueFilter/Dropdown.js +1 -2
- package/esm/MeasureValueFilter/DropdownBody.d.ts +2 -2
- package/esm/MeasureValueFilter/DropdownBody.d.ts.map +1 -1
- package/esm/MeasureValueFilter/DropdownBody.js +5 -11
- package/esm/MeasureValueFilter/MeasureValueFilter.js +1 -2
- package/esm/MeasureValueFilter/MeasureValueFilterDetailsBubble.js +1 -9
- package/esm/MeasureValueFilter/MeasureValueFilterDropdown.test.utils.d.ts.map +1 -1
- package/esm/MeasureValueFilter/MeasureValueFilterDropdownActions.js +1 -3
- package/esm/MeasureValueFilter/MeasureValueFilterDropdownHeader.js +1 -2
- package/esm/MeasureValueFilter/OperatorDropdown.d.ts +1 -1
- package/esm/MeasureValueFilter/OperatorDropdown.d.ts.map +1 -1
- package/esm/MeasureValueFilter/OperatorDropdown.js +1 -3
- package/esm/MeasureValueFilter/OperatorDropdownBody.d.ts +1 -1
- package/esm/MeasureValueFilter/OperatorDropdownBody.d.ts.map +1 -1
- package/esm/MeasureValueFilter/OperatorDropdownBody.js +3 -11
- package/esm/MeasureValueFilter/PreviewSection.d.ts +1 -1
- package/esm/MeasureValueFilter/PreviewSection.d.ts.map +1 -1
- package/esm/MeasureValueFilter/RangeInput.js +3 -7
- package/esm/MeasureValueFilter/TreatNullValuesAsZeroCheckbox.js +1 -5
- package/esm/MeasureValueFilter/helpers/measureValueFilterOperator.d.ts.map +1 -1
- package/esm/MeasureValueFilter/useDimensionalityEditor.d.ts +1 -1
- package/esm/MeasureValueFilter/useDimensionalityEditor.d.ts.map +1 -1
- package/esm/MeasureValueFilter/useDimensionalityEditor.js +1 -4
- package/esm/RankingFilter/AttributeDropdown/AttributeDropdown.js +1 -4
- package/esm/RankingFilter/AttributeDropdown/AttributeDropdownBody.js +1 -2
- package/esm/RankingFilter/AttributeDropdown/DropdownItems/AllRecordsItem.js +1 -5
- package/esm/RankingFilter/AttributeDropdown/DropdownItems/AttributeItem.js +1 -3
- package/esm/RankingFilter/MeasureDropdown/MeasureDropdown.js +1 -2
- package/esm/RankingFilter/MeasureDropdown/MeasureDropdownItem.js +1 -2
- package/esm/RankingFilter/OperatorDropdown/OperatorDropdown.js +1 -2
- package/esm/RankingFilter/OperatorDropdown/OperatorDropdownItem.js +1 -2
- package/esm/RankingFilter/RankingAttributesSection.d.ts +1 -1
- package/esm/RankingFilter/RankingAttributesSection.d.ts.map +1 -1
- package/esm/RankingFilter/RankingAttributesSection.js +2 -8
- package/esm/RankingFilter/RankingFilter.js +1 -2
- package/esm/RankingFilter/RankingFilterDropdown.d.ts.map +1 -1
- package/esm/RankingFilter/RankingFilterDropdown.test.utils.d.ts.map +1 -1
- package/esm/RankingFilter/RankingFilterDropdownBody.js +3 -19
- package/esm/RankingFilter/ValueDropdown/utils.d.ts.map +1 -1
- package/esm/sdk-ui-filters.d.ts +13 -2
- package/esm/shared/components/internal/FilterButtonCustomIcon.js +1 -3
- package/package.json +14 -14
- package/styles/css/attributeFilter.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilter.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilterAddons.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilterDropdownBody.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilterDropdownButton.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilterElementsSelect.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilterEmptyResult.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilterStatusBar.css.map +1 -1
- package/styles/css/attributeFilterNext.css.map +1 -1
- package/styles/css/components/GranularityTabs.css +4 -2
- package/styles/css/components/GranularityTabs.css.map +1 -1
- package/styles/css/components/SelectMenu.css.map +1 -1
- package/styles/css/dateFilter.css +4 -2
- package/styles/css/dateFilter.css.map +1 -1
- package/styles/css/main.css +4 -2
- package/styles/css/main.css.map +1 -1
- package/styles/scss/components/GranularityTabs.scss +2 -1
- package/styles/scss/components/SelectMenu.scss +4 -4
- package/esm/DateFilter/RelativeDateFilterForm/GranularityTabs.d.ts +0 -10
- package/esm/DateFilter/RelativeDateFilterForm/GranularityTabs.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeFilterDefaultComponents.d.ts","sourceRoot":"","sources":["../../src/AttributeFilter/AttributeFilterDefaultComponents.tsx"],"names":[],"mappings":"AAqBA,OAAO,EAAE,KAAK,yBAAyB,EAAE,KAAK,oCAAoC,EAAE,MAAM,YAAY,CAAC;AAEvG;;GAEG;AACH,eAAO,MAAM,gCAAgC,EAAE,QAAQ,CAAC,oCAAoC,CAgB3F,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mCAAmC,
|
|
1
|
+
{"version":3,"file":"AttributeFilterDefaultComponents.d.ts","sourceRoot":"","sources":["../../src/AttributeFilter/AttributeFilterDefaultComponents.tsx"],"names":[],"mappings":"AAqBA,OAAO,EAAE,KAAK,yBAAyB,EAAE,KAAK,oCAAoC,EAAE,MAAM,YAAY,CAAC;AAEvG;;GAEG;AACH,eAAO,MAAM,gCAAgC,EAAE,QAAQ,CAAC,oCAAoC,CAgB3F,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mCAAmC,uBAE7C,yBAAyB,KAAG,QAAQ,CAAC,oCAAoC,CAY3E,CAAC"}
|
|
@@ -5,7 +5,5 @@ import { FormattedMessage } from "react-intl";
|
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
7
7
|
export function AttributeDatasetInfo({ title, defaultAttributeFilterTitle, attributeDataSet, }) {
|
|
8
|
-
return (_jsxs("div", { className: "gd-attribute-filter-tooltip-content s-attribute-filter-tooltip-content", children: [
|
|
9
|
-
_jsx("h3", { className: "s-attribute-filter-tooltip-header", children: title ?? defaultAttributeFilterTitle }), _jsx("h4", { children: _jsx(FormattedMessage, { id: "attributesDropdown.details.type" }) }), _jsx("p", { className: "s-attribute-filter-tooltip-item-name", children: defaultAttributeFilterTitle }), _jsx("h4", { children: _jsx(FormattedMessage, { id: "attributesDropdown.details.dataset" }) }), _jsx("p", { className: "s-attribute-filter-tooltip-item-dataset", children: attributeDataSet?.title })
|
|
10
|
-
] }));
|
|
8
|
+
return (_jsxs("div", { className: "gd-attribute-filter-tooltip-content s-attribute-filter-tooltip-content", children: [_jsx("h3", { className: "s-attribute-filter-tooltip-header", children: title ?? defaultAttributeFilterTitle }), _jsx("h4", { children: _jsx(FormattedMessage, { id: "attributesDropdown.details.type" }) }), _jsx("p", { className: "s-attribute-filter-tooltip-item-name", children: defaultAttributeFilterTitle }), _jsx("h4", { children: _jsx(FormattedMessage, { id: "attributesDropdown.details.dataset" }) }), _jsx("p", { className: "s-attribute-filter-tooltip-item-dataset", children: attributeDataSet?.title })] }));
|
|
11
9
|
}
|
|
@@ -7,7 +7,5 @@ const ALIGN_POINTS = [{ align: "bc tc", offset: { x: -1, y: 5 } }];
|
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
9
9
|
export function AttributeFilterConfigurationButton({ onConfiguration, }) {
|
|
10
|
-
return (_jsx("div", { className: "gd-attribute-filter-configuration-button", children: _jsxs(BubbleHoverTrigger, { children: [
|
|
11
|
-
_jsx(Button, { className: "gd-button-link gd-button-icon-only gd-icon-settings gd-button-small gd-configuration-button s-configuration-button", disabled: false, onClick: onConfiguration }), _jsx(Bubble, { className: `bubble-primary`, alignPoints: ALIGN_POINTS, children: _jsx(FormattedMessage, { id: "attributesDropdown.configuration" }) })
|
|
12
|
-
] }) }));
|
|
10
|
+
return (_jsx("div", { className: "gd-attribute-filter-configuration-button", children: _jsxs(BubbleHoverTrigger, { children: [_jsx(Button, { className: "gd-button-link gd-button-icon-only gd-icon-settings gd-button-small gd-configuration-button s-configuration-button", disabled: false, onClick: onConfiguration }), _jsx(Bubble, { className: `bubble-primary`, alignPoints: ALIGN_POINTS, children: _jsx(FormattedMessage, { id: "attributesDropdown.configuration" }) })] }) }));
|
|
13
11
|
}
|
|
@@ -7,7 +7,5 @@ const ALIGN_POINTS = [{ align: "bc tc", offset: { x: -1, y: 5 } }];
|
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
9
9
|
export function AttributeFilterDeleteButton({ onDelete }) {
|
|
10
|
-
return (_jsx("div", { className: "gd-attribute-filter-delete-button", children: _jsxs(BubbleHoverTrigger, { children: [
|
|
11
|
-
_jsx(Button, { className: "gd-button-link gd-button-icon-only gd-button-small gd-icon-trash gd-delete-button s-delete-button", disabled: false, onClick: onDelete }), _jsx(Bubble, { className: `bubble-primary`, alignPoints: ALIGN_POINTS, children: _jsx(FormattedMessage, { id: "attributesDropdown.removeTooltip" }) })
|
|
12
|
-
] }) }));
|
|
10
|
+
return (_jsx("div", { className: "gd-attribute-filter-delete-button", children: _jsxs(BubbleHoverTrigger, { children: [_jsx(Button, { className: "gd-button-link gd-button-icon-only gd-button-small gd-icon-trash gd-delete-button s-delete-button", disabled: false, onClick: onDelete }), _jsx(Bubble, { className: `bubble-primary`, alignPoints: ALIGN_POINTS, children: _jsx(FormattedMessage, { id: "attributesDropdown.removeTooltip" }) })] }) }));
|
|
13
11
|
}
|
|
@@ -4,7 +4,5 @@ import { Bubble, BubbleHoverTrigger, IconBoldHyperlink } from "@gooddata/sdk-ui-
|
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export function AttributeFilterDependencyTooltip({ tooltipContent, ariaLabel, }) {
|
|
7
|
-
return (_jsx("span", { className: "gd-attribute-filter-dropdown-button-icon-tooltip", children: _jsxs(BubbleHoverTrigger, { children: [
|
|
8
|
-
_jsx(IconBoldHyperlink, { width: 12, height: 16, ariaLabel: ariaLabel }), _jsx(Bubble, { arrowOffsets: { "bc tl": [-12, 9], "bc tr": [12, 9] }, alignPoints: [{ align: "bc tl" }, { align: "bc tr" }], children: _jsx("div", { className: "gd-attribute-filter-dropdown-button-icon-tooltip__content", children: tooltipContent }) })
|
|
9
|
-
] }) }));
|
|
7
|
+
return (_jsx("span", { className: "gd-attribute-filter-dropdown-button-icon-tooltip", children: _jsxs(BubbleHoverTrigger, { children: [_jsx(IconBoldHyperlink, { width: 12, height: 16, ariaLabel: ariaLabel }), _jsx(Bubble, { arrowOffsets: { "bc tl": [-12, 9], "bc tr": [12, 9] }, alignPoints: [{ align: "bc tl" }, { align: "bc tr" }], children: _jsx("div", { className: "gd-attribute-filter-dropdown-button-icon-tooltip__content", children: tooltipContent }) })] }) }));
|
|
10
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAutoOpenAttributeFilterDropdownButton.d.ts","sourceRoot":"","sources":["../../../../../src/AttributeFilter/Components/Addons/hooks/useAutoOpenAttributeFilterDropdownButton.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uDAAuD,CAAC;AAEjH;;;GAGG;AACH,eAAO,MAAM,wCAAwC,
|
|
1
|
+
{"version":3,"file":"useAutoOpenAttributeFilterDropdownButton.d.ts","sourceRoot":"","sources":["../../../../../src/AttributeFilter/Components/Addons/hooks/useAutoOpenAttributeFilterDropdownButton.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uDAAuD,CAAC;AAEjH;;;GAGG;AACH,eAAO,MAAM,wCAAwC,UAC1C,mCAAmC,cAC9B,OAAO,SAWtB,CAAC"}
|
package/esm/AttributeFilter/Components/Addons/hooks/useOnCloseAttributeFilterDropdownButton.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useOnCloseAttributeFilterDropdownButton.d.ts","sourceRoot":"","sources":["../../../../../src/AttributeFilter/Components/Addons/hooks/useOnCloseAttributeFilterDropdownButton.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uDAAuD,CAAC;AAEjH;;;GAGG;AACH,eAAO,MAAM,uCAAuC,
|
|
1
|
+
{"version":3,"file":"useOnCloseAttributeFilterDropdownButton.d.ts","sourceRoot":"","sources":["../../../../../src/AttributeFilter/Components/Addons/hooks/useOnCloseAttributeFilterDropdownButton.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uDAAuD,CAAC;AAEjH;;;GAGG;AACH,eAAO,MAAM,uCAAuC,UACzC,mCAAmC,WACjC,MAAM,IAAI,SAWtB,CAAC"}
|
|
@@ -30,23 +30,9 @@ export function AttributeFilterDetailsBubble({ attribute, label, requestHandler,
|
|
|
30
30
|
return title ?? `(${intl.formatMessage({ id: "empty_value" })})`;
|
|
31
31
|
};
|
|
32
32
|
const remainingCount = totalCount - elements.length;
|
|
33
|
-
const tooltipContent = (_jsx("div", { className: "gd-attribute-filter-details-bubble s-attribute-filter-details-bubble", children: _jsxs("div", { className: "gd-attribute-filter-details-bubble__content", children: [
|
|
34
|
-
_jsxs("div", { className: "gd-attribute-filter-details-bubble__section", children: [
|
|
35
|
-
_jsx("h3", { className: "gd-attribute-filter-details-bubble__title", children: attribute.title }), attribute.description ? (_jsx("p", { className: "gd-attribute-filter-details-bubble__description", children: attribute.description })) : null] }), _jsxs("div", { className: "gd-attribute-filter-details-bubble__section", children: [
|
|
36
|
-
_jsx("span", { className: "gd-attribute-filter-details-bubble__key", children: _jsx(FormattedMessage, { ...messages["attributeFilterDetailsType"] }) }), _jsx("span", { className: "gd-attribute-filter-details-bubble__value", children: _jsx(FormattedMessage, { ...messages["attributeFilterDetailsTypeValue"] }) })
|
|
37
|
-
] }), _jsxs("div", { className: "gd-attribute-filter-details-bubble__section", children: [
|
|
38
|
-
_jsx("span", { className: "gd-attribute-filter-details-bubble__key", children: _jsx(FormattedMessage, { ...messages["attributeFilterDetailsLabel"] }) }), _jsx("span", { className: "gd-attribute-filter-details-bubble__value", children: label.title })
|
|
39
|
-
] }), attribute.dataSet ? (_jsxs("div", { className: "gd-attribute-filter-details-bubble__section", children: [
|
|
40
|
-
_jsx("span", { className: "gd-attribute-filter-details-bubble__key", children: _jsx(FormattedMessage, { ...messages["attributeFilterDetailsDataset"] }) }), _jsx("span", { className: "gd-attribute-filter-details-bubble__value", children: attribute.dataSet.title })
|
|
41
|
-
] })) : null, _jsxs("div", { className: "gd-attribute-filter-details-bubble__section", children: [
|
|
42
|
-
_jsx("span", { className: "gd-attribute-filter-details-bubble__key", children: _jsx(FormattedMessage, { id: "attributeFilter.text.arbitrary.values" }) }), _jsx("div", { className: "gd-attribute-filter-details-bubble__value gd-attribute-filter-details-bubble__elements", children: isLoading ? (_jsx("span", { className: "gd-attribute-filter-details-bubble__loading", children: _jsx(FormattedMessage, { id: "loading" }) })) : error ? (_jsx("span", { className: "gd-attribute-filter-details-bubble__error", children: error.message })) : (_jsxs(_Fragment, { children: [elements.map((element, idx) => (_jsxs("span", { className: "gd-attribute-filter-details-bubble__element s-attribute-filter-details-element", children: [getElementDisplayText(element), _jsx("br", {})
|
|
43
|
-
] }, element.uri ?? idx))), remainingCount > 0 && (_jsx("span", { className: "gd-attribute-filter-details-bubble__more", children: _jsx(FormattedMessage, { ...messages["attributeFilterDetailsElementsMore"], values: {
|
|
33
|
+
const tooltipContent = (_jsx("div", { className: "gd-attribute-filter-details-bubble s-attribute-filter-details-bubble", children: _jsxs("div", { className: "gd-attribute-filter-details-bubble__content", children: [_jsxs("div", { className: "gd-attribute-filter-details-bubble__section", children: [_jsx("h3", { className: "gd-attribute-filter-details-bubble__title", children: attribute.title }), attribute.description ? (_jsx("p", { className: "gd-attribute-filter-details-bubble__description", children: attribute.description })) : null] }), _jsxs("div", { className: "gd-attribute-filter-details-bubble__section", children: [_jsx("span", { className: "gd-attribute-filter-details-bubble__key", children: _jsx(FormattedMessage, { ...messages["attributeFilterDetailsType"] }) }), _jsx("span", { className: "gd-attribute-filter-details-bubble__value", children: _jsx(FormattedMessage, { ...messages["attributeFilterDetailsTypeValue"] }) })] }), _jsxs("div", { className: "gd-attribute-filter-details-bubble__section", children: [_jsx("span", { className: "gd-attribute-filter-details-bubble__key", children: _jsx(FormattedMessage, { ...messages["attributeFilterDetailsLabel"] }) }), _jsx("span", { className: "gd-attribute-filter-details-bubble__value", children: label.title })] }), attribute.dataSet ? (_jsxs("div", { className: "gd-attribute-filter-details-bubble__section", children: [_jsx("span", { className: "gd-attribute-filter-details-bubble__key", children: _jsx(FormattedMessage, { ...messages["attributeFilterDetailsDataset"] }) }), _jsx("span", { className: "gd-attribute-filter-details-bubble__value", children: attribute.dataSet.title })] })) : null, _jsxs("div", { className: "gd-attribute-filter-details-bubble__section", children: [_jsx("span", { className: "gd-attribute-filter-details-bubble__key", children: _jsx(FormattedMessage, { id: "attributeFilter.text.arbitrary.values" }) }), _jsx("div", { className: "gd-attribute-filter-details-bubble__value gd-attribute-filter-details-bubble__elements", children: isLoading ? (_jsx("span", { className: "gd-attribute-filter-details-bubble__loading", children: _jsx(FormattedMessage, { id: "loading" }) })) : error ? (_jsx("span", { className: "gd-attribute-filter-details-bubble__error", children: error.message })) : (_jsxs(_Fragment, { children: [elements.map((element, idx) => (_jsxs("span", { className: "gd-attribute-filter-details-bubble__element s-attribute-filter-details-element", children: [getElementDisplayText(element), _jsx("br", {})] }, element.uri ?? idx))), remainingCount > 0 && (_jsx("span", { className: "gd-attribute-filter-details-bubble__more", children: _jsx(FormattedMessage, { ...messages["attributeFilterDetailsElementsMore"], values: {
|
|
44
34
|
count: remainingCount,
|
|
45
|
-
} }) }))] })) })
|
|
46
|
-
] }), _jsxs("div", { className: "gd-attribute-filter-details-bubble__section", children: [
|
|
47
|
-
_jsx("span", { className: "gd-attribute-filter-details-bubble__key", children: _jsx(FormattedMessage, { ...messages["attributeFilterDetailsId"] }) }), _jsx("span", { className: "gd-attribute-filter-details-bubble__value", children: attribute.id })
|
|
48
|
-
] })
|
|
49
|
-
] }) }));
|
|
35
|
+
} }) }))] })) })] }), _jsxs("div", { className: "gd-attribute-filter-details-bubble__section", children: [_jsx("span", { className: "gd-attribute-filter-details-bubble__key", children: _jsx(FormattedMessage, { ...messages["attributeFilterDetailsId"] }) }), _jsx("span", { className: "gd-attribute-filter-details-bubble__value", children: attribute.id })] })] }) }));
|
|
50
36
|
return (_jsx("span", { className: "gd-attribute-filter-details-bubble__trigger", children: _jsx(UiTooltip, { anchor: _jsx("span", { className: "s-attribute-filter-details-trigger", children: _jsx(UiIconButton, { icon: "question", size: "xsmall", variant: "tertiary", iconColor: "complementary-7", label: intl.formatMessage(messages["attributeFilterDetailsInfoButtonLabel"]), accessibilityConfig: {
|
|
51
37
|
ariaLabel: intl.formatMessage(messages["attributeFilterDetailsInfoButtonLabel"]),
|
|
52
38
|
ariaExpanded: isOpen,
|
|
@@ -18,8 +18,5 @@ export function AttributeFilterDropdownActions({ isApplyDisabled, onApplyButtonC
|
|
|
18
18
|
const cancelClassNames = withoutApply
|
|
19
19
|
? "gd-attribute-filter-close-button__next close-button s-close"
|
|
20
20
|
: "gd-attribute-filter-cancel-button__next cancel-button s-cancel";
|
|
21
|
-
return (_jsxs("div", { className: "gd-attribute-filter-dropdown-actions__next", children: [
|
|
22
|
-
_jsx("div", { className: "gd-attribute-filter-dropdown-actions-left-content__next" }), _jsxs("div", { className: "gd-attribute-filter-dropdown-actions-right-content__next", children: [
|
|
23
|
-
_jsx(Button, { className: cx(cancelClassNames, "gd-button-secondary gd-button-small"), onClick: onCancelButtonClick, value: withoutApply ? closeText : cancelText, title: withoutApply ? closeText : cancelText }), !withoutApply && (_jsx(UiTooltip, { content: applyDisabledTooltip, triggerBy: ["hover"], disabled: !isApplyDisabled || !applyDisabledTooltip, arrowPlacement: "left", optimalPlacement: true, anchor: _jsx(Button, { disabled: isApplyDisabled, className: "gd-attribute-filter-apply-button__next gd-button-action gd-button-small s-apply", onClick: onApplyButtonClick, value: applyText, title: applyText, describedByFromValidation: true }) }))] })
|
|
24
|
-
] }));
|
|
21
|
+
return (_jsxs("div", { className: "gd-attribute-filter-dropdown-actions__next", children: [_jsx("div", { className: "gd-attribute-filter-dropdown-actions-left-content__next" }), _jsxs("div", { className: "gd-attribute-filter-dropdown-actions-right-content__next", children: [_jsx(Button, { className: cx(cancelClassNames, "gd-button-secondary gd-button-small"), onClick: onCancelButtonClick, value: withoutApply ? closeText : cancelText, title: withoutApply ? closeText : cancelText }), !withoutApply && (_jsx(UiTooltip, { content: applyDisabledTooltip, triggerBy: ["hover"], disabled: !isApplyDisabled || !applyDisabledTooltip, arrowPlacement: "left", optimalPlacement: true, anchor: _jsx(Button, { disabled: isApplyDisabled, className: "gd-attribute-filter-apply-button__next gd-button-action gd-button-small s-apply", onClick: onApplyButtonClick, value: applyText, title: applyText, describedByFromValidation: true }) }))] })] }));
|
|
25
22
|
}
|
|
@@ -91,6 +91,5 @@ export function AttributeFilterDropdownBody({ onApplyButtonClick, onCancelButton
|
|
|
91
91
|
};
|
|
92
92
|
return (_jsx(ValidationContextStore, { value: validationContextValue, children: _jsxs("div", { className: cx(ATTRIBUTE_FILTER_DROPDOWN_BODY_CLASS, {
|
|
93
93
|
"gd-attribute-filter-dropdown-body--text-mode": currentSelectionType === "text",
|
|
94
|
-
}), style: style, onKeyDown: handleKeyDown, children: [renderFilterBody(), _jsx(DropdownActionsComponent, { onApplyButtonClick: onApplyButtonClick, onCancelButtonClick: onCancelButtonClick, isApplyDisabled: isApplyDisabled, isSelectionChanged: isWorkingSelectionChanged, applyDisabledTooltip: applyDisabledTooltip, withoutApply: withoutApply })
|
|
95
|
-
] }) }));
|
|
94
|
+
}), style: style, onKeyDown: handleKeyDown, children: [renderFilterBody(), _jsx(DropdownActionsComponent, { onApplyButtonClick: onApplyButtonClick, onCancelButtonClick: onCancelButtonClick, isApplyDisabled: isApplyDisabled, isSelectionChanged: isWorkingSelectionChanged, applyDisabledTooltip: applyDisabledTooltip, withoutApply: withoutApply })] }) }));
|
|
96
95
|
}
|
|
@@ -12,8 +12,5 @@ export function AttributeFilterDropdownHeader({ title, currentSelectionType, ava
|
|
|
12
12
|
const { FilterMenuComponent } = useAttributeFilterComponentsContext();
|
|
13
13
|
const { hideTooltips } = useAttributeFilterContext();
|
|
14
14
|
const showDetailsBubble = attribute && label && requestHandler;
|
|
15
|
-
return (_jsxs("div", { className: "gd-attribute-filter-dropdown-header s-attribute-filter-dropdown-header", children: [
|
|
16
|
-
_jsxs("div", { className: "gd-attribute-filter-dropdown-header__title", children: [
|
|
17
|
-
_jsx(ShortenedText, { className: "gd-attribute-filter-dropdown-header__title-text", tooltipAlignPoints: [{ align: "tc bc" }], ellipsisPosition: "end", children: title ?? "" }), hideTooltips ? null : (_jsx("span", { className: "gd-attribute-filter-dropdown-header__title-icon", children: showDetailsBubble ? (_jsx(AttributeFilterDetailsBubble, { attribute: attribute, label: label, requestHandler: requestHandler })) : (_jsx(UiIcon, { type: "question", size: 12, color: "complementary-7", accessibilityConfig: { ariaHidden: true } })) }))] }), _jsx(FilterMenuComponent, { currentSelectionType: currentSelectionType ?? "elements", availableSelectionTypes: availableInternalSelectionTypes, onSelectionTypeChange: onSelectionTypeChange ?? (() => { }), labels: labels, selectedLabelRef: selectedLabelRef, onLabelChange: onLabelChange, hideTooltips: hideTooltips })
|
|
18
|
-
] }));
|
|
15
|
+
return (_jsxs("div", { className: "gd-attribute-filter-dropdown-header s-attribute-filter-dropdown-header", children: [_jsxs("div", { className: "gd-attribute-filter-dropdown-header__title", children: [_jsx(ShortenedText, { className: "gd-attribute-filter-dropdown-header__title-text", tooltipAlignPoints: [{ align: "tc bc" }], ellipsisPosition: "end", children: title ?? "" }), hideTooltips ? null : (_jsx("span", { className: "gd-attribute-filter-dropdown-header__title-icon", children: showDetailsBubble ? (_jsx(AttributeFilterDetailsBubble, { attribute: attribute, label: label, requestHandler: requestHandler })) : (_jsx(UiIcon, { type: "question", size: 12, color: "complementary-7", accessibilityConfig: { ariaHidden: true } })) }))] }), _jsx(FilterMenuComponent, { currentSelectionType: currentSelectionType ?? "elements", availableSelectionTypes: availableInternalSelectionTypes, onSelectionTypeChange: onSelectionTypeChange ?? (() => { }), labels: labels, selectedLabelRef: selectedLabelRef, onLabelChange: onLabelChange, hideTooltips: hideTooltips })] }));
|
|
19
16
|
}
|
|
@@ -12,6 +12,5 @@ const bubbleAlignPoints = [{ align: "bc tc" }];
|
|
|
12
12
|
* @beta
|
|
13
13
|
*/
|
|
14
14
|
export function AttributeFilterButtonErrorTooltip({ children, errorMessage, }) {
|
|
15
|
-
return errorMessage ? (_jsx("div", { className: "gd-attribute-filter-button-wrapper", children: _jsxs(BubbleHoverTrigger, { children: [children, _jsx(Bubble, { className: "bubble-negative gd-attribute-filter-button-error s-attribute-filter-error-bubble", alignPoints: bubbleAlignPoints, children: _jsx("span", { children: _jsx(FormattedMessage, { id: "gs.filter.error.tooltip" }) }) })
|
|
16
|
-
] }) })) : (_jsx(_Fragment, { children: children }));
|
|
15
|
+
return errorMessage ? (_jsx("div", { className: "gd-attribute-filter-button-wrapper", children: _jsxs(BubbleHoverTrigger, { children: [children, _jsx(Bubble, { className: "bubble-negative gd-attribute-filter-button-error s-attribute-filter-error-bubble", alignPoints: bubbleAlignPoints, children: _jsx("span", { children: _jsx(FormattedMessage, { id: "gs.filter.error.tooltip" }) }) })] }) })) : (_jsx(_Fragment, { children: children }));
|
|
17
16
|
}
|
|
@@ -11,7 +11,5 @@ const bubbleAlignPoints = [{ align: "cr cl", offset: { x: 0, y: 50 } }];
|
|
|
11
11
|
* @beta
|
|
12
12
|
*/
|
|
13
13
|
export function AttributeFilterButtonTooltip({ children }) {
|
|
14
|
-
return (_jsx("span", { className: "gd-attribute-filter-dropdown-button-icon-tooltip", children: _jsxs(BubbleHoverTrigger, { children: [
|
|
15
|
-
_jsx(IconQuestionMark, { height: 16, width: 14, className: "s-attribute-filter-tooltip-icon" }), _jsx(Bubble, { className: "gd-attribute-filter-details s-attribute-filter-details-bubble", alignPoints: bubbleAlignPoints, arrowStyle: { display: "none" }, children: children })
|
|
16
|
-
] }) }));
|
|
14
|
+
return (_jsx("span", { className: "gd-attribute-filter-dropdown-button-icon-tooltip", children: _jsxs(BubbleHoverTrigger, { children: [_jsx(IconQuestionMark, { height: 16, width: 14, className: "s-attribute-filter-tooltip-icon" }), _jsx(Bubble, { className: "gd-attribute-filter-details s-attribute-filter-details-bubble", alignPoints: bubbleAlignPoints, arrowStyle: { display: "none" }, children: children })] }) }));
|
|
17
15
|
}
|
package/esm/AttributeFilter/Components/DropdownButton/AttributeFilterSimpleDropdownButton.js
CHANGED
|
@@ -44,8 +44,5 @@ export function AttributeFilterSimpleDropdownButtonWithSelection({ isOpen, subti
|
|
|
44
44
|
const buttonClassNames = cx("gd-button-primary", "button-dropdown", "dropdown-button", "gd-button-small", "gd-button", { "is-dropdown-open": isOpen }, { "is-active": isOpen });
|
|
45
45
|
const icoClassNames = cx("gd-button-icon", { "gd-icon-navigateup": isOpen }, { "gd-icon-navigatedown": !isOpen });
|
|
46
46
|
const selectionSize = showSelectionCount ? `(${selectedItemsCount})` : undefined;
|
|
47
|
-
return (_jsx("div", { className: "gd-attribute-filter-dropdown-simple-button__next", children: _jsxs("button", { className: buttonClassNames, onClick: onClick, title: buttonTitle, children: [
|
|
48
|
-
_jsx("span", { className: "gd-button-text", children: _jsxs("div", { className: "gd-attribute-filter-dropdown-simple-button-text", children: [
|
|
49
|
-
_jsx("div", { className: "gd-attribute-filter-dropdown-simple-button-selection", children: buttonTitle }), selectionSize ? (_jsx("div", { className: "gd-attribute-filter-dropdown-simple-button-selection-count", children: selectionSize })) : null] }) }), _jsx("span", { className: icoClassNames, role: "button-icon" })
|
|
50
|
-
] }) }));
|
|
47
|
+
return (_jsx("div", { className: "gd-attribute-filter-dropdown-simple-button__next", children: _jsxs("button", { className: buttonClassNames, onClick: onClick, title: buttonTitle, children: [_jsx("span", { className: "gd-button-text", children: _jsxs("div", { className: "gd-attribute-filter-dropdown-simple-button-text", children: [_jsx("div", { className: "gd-attribute-filter-dropdown-simple-button-selection", children: buttonTitle }), selectionSize ? (_jsx("div", { className: "gd-attribute-filter-dropdown-simple-button-selection-count", children: selectionSize })) : null] }) }), _jsx("span", { className: icoClassNames, role: "button-icon" })] }) }));
|
|
51
48
|
}
|
|
@@ -44,13 +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, title: itemTitle, children: [
|
|
48
|
-
_jsx("div", { role: "gridcell", className: "gd-attribute-filter-list-item-label", children: _jsxs("label", { className: labelClasses, children: [
|
|
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
|
-
] }) }), !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: [
|
|
51
|
-
_jsx("span", { className: "gd-icon-circle-question gd-empty-value-tooltip-icon" }), _jsx(Bubble, { className: "bubble-primary gd-empty-item-bubble", alignTo: ".gd-empty-value-tooltip-icon", alignPoints: ALIGN_POINTS, children: _jsx(FormattedMessage, { id: "attributesDropdown.empty.item.tooltip" }) })
|
|
52
|
-
] }) })), _jsx("div", { className: cx("gd-list-item-only", {
|
|
47
|
+
return (_jsxs("div", { className: classes, onClick: onItemClick, role: "row", tabIndex: -1, "aria-rowindex": index, "aria-label": itemTitle, title: itemTitle, children: [_jsx("div", { role: "gridcell", className: "gd-attribute-filter-list-item-label", children: _jsxs("label", { className: labelClasses, children: [_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 })] }) }), !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: [_jsx("span", { className: "gd-icon-circle-question gd-empty-value-tooltip-icon" }), _jsx(Bubble, { className: "bubble-primary gd-empty-item-bubble", alignTo: ".gd-empty-value-tooltip-icon", alignPoints: ALIGN_POINTS, children: _jsx(FormattedMessage, { id: "attributesDropdown.empty.item.tooltip" }) })] }) })), _jsx("div", { className: cx("gd-list-item-only", {
|
|
53
48
|
"gd-list-item-only--isFocusedSelectItem": focusedAction === "only",
|
|
54
|
-
}), role: "gridcell", children: _jsx(UiLink, { onClick: onOnlyItemClick, id: makeId?.({ item, specifier: "only" }), variant: "primary", flipUnderline: true, role: "button", "aria-label": intl.formatMessage({ id: "attributesDropdown.onlyLabel" }, { itemTitle }), tabIndex: focusedAction === "only" ? 0 : -1, children: _jsx(FormattedMessage, { id: "gs.list.only" }) }) }), _jsx(AttributeFilterElementsSelectItemTooltip, { primaryLabelTitle: primaryLabelTitle, itemPrimaryTitle: itemPrimaryTitle, isFocused: focusedAction === "questionMark", id: makeId?.({ item, specifier: "questionMark" }) })
|
|
55
|
-
] }));
|
|
49
|
+
}), role: "gridcell", children: _jsx(UiLink, { onClick: onOnlyItemClick, id: makeId?.({ item, specifier: "only" }), variant: "primary", flipUnderline: true, role: "button", "aria-label": intl.formatMessage({ id: "attributesDropdown.onlyLabel" }, { itemTitle }), tabIndex: focusedAction === "only" ? 0 : -1, children: _jsx(FormattedMessage, { id: "gs.list.only" }) }) }), _jsx(AttributeFilterElementsSelectItemTooltip, { primaryLabelTitle: primaryLabelTitle, itemPrimaryTitle: itemPrimaryTitle, isFocused: focusedAction === "questionMark", id: makeId?.({ item, specifier: "questionMark" }) })] }));
|
|
56
50
|
}
|
package/esm/AttributeFilter/Components/ElementsSelect/AttributeFilterElementsSelectItemTooltip.js
CHANGED
|
@@ -23,7 +23,5 @@ export function AttributeFilterElementsSelectItemTooltip({ primaryLabelTitle, it
|
|
|
23
23
|
return (_jsx("div", { role: renderAsCell ? "gridcell" : undefined, id: renderAsCell ? id : undefined, tabIndex: renderAsCell ? (isFocused ? 0 : -1) : undefined, "aria-label": renderAsCell ? formatMessage({ id: "attributesDropdown.detailsLabel" }) : undefined, children: _jsx(UiTooltip, { hoverOpenDelay: 0, hoverCloseDelay: 0, arrowPlacement: "left", optimalPlacement: true, offset: 15, isOpen: isKeyboardFocused ? true : undefined, triggerBy: ["hover"], anchor: _jsx("div", { className: cx("gd-list-item-only gd-item-title-tooltip-wrapper", {
|
|
24
24
|
// Icon is a real focus target only in the grid (multi-select) case.
|
|
25
25
|
"gd-list-item-only--isFocusedSelectItem": renderAsCell && isFocused,
|
|
26
|
-
}), children: _jsx(UiIcon, { color: "currentColor", layout: "block", size: 13, type: "question" }) }), content: _jsxs("div", { className: "gd-item-title-tooltip", children: [
|
|
27
|
-
_jsx("h4", { children: primaryLabelTitle }), _jsx("p", { children: itemPrimaryTitle })
|
|
28
|
-
] }) }) }));
|
|
26
|
+
}), children: _jsx(UiIcon, { color: "currentColor", layout: "block", size: 13, type: "question" }) }), content: _jsxs("div", { className: "gd-item-title-tooltip", children: [_jsx("h4", { children: primaryLabelTitle }), _jsx("p", { children: itemPrimaryTitle })] }) }) }));
|
|
29
27
|
}
|
|
@@ -14,22 +14,12 @@ export function AttributeFilterAllValuesFilteredResult({ parentFilterTitles, sea
|
|
|
14
14
|
return _jsx(AttributeFilterEmptySearchResult, {});
|
|
15
15
|
}
|
|
16
16
|
if (enableShowingFilteredElements) {
|
|
17
|
-
return (_jsx("div", { className: "gd-attribute-filter-empty-filtered-result__next s-attribute-filter-dropdown-all-items-filtered", children: _jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
] }), _jsx(Bubble, { className: `bubble-primary ${ATTRIBUTE_FILTER_DROPDOWN_BUBBLE_CLASS} s-attribute-filter-dropdown-bubble`, alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSETS, children: _jsx(FormattedMessage, { id: "attributesDropdown.noRelevantValues.tooltip", values: {
|
|
21
|
-
break: (_jsxs(_Fragment, { children: [
|
|
22
|
-
_jsx("br", {}), _jsx("br", {})
|
|
23
|
-
] })),
|
|
24
|
-
} }) })
|
|
25
|
-
] }) }));
|
|
17
|
+
return (_jsx("div", { className: "gd-attribute-filter-empty-filtered-result__next s-attribute-filter-dropdown-all-items-filtered", children: _jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [_jsxs("div", { className: "gd-filtered-message__next", children: [_jsx(FormattedMessage, { id: "attributesDropdown.noRelevantValues" }), _jsx("span", { className: "gd-icon-circle-question" })] }), _jsx(Bubble, { className: `bubble-primary ${ATTRIBUTE_FILTER_DROPDOWN_BUBBLE_CLASS} s-attribute-filter-dropdown-bubble`, alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSETS, children: _jsx(FormattedMessage, { id: "attributesDropdown.noRelevantValues.tooltip", values: {
|
|
18
|
+
break: (_jsxs(_Fragment, { children: [_jsx("br", {}), _jsx("br", {})] })),
|
|
19
|
+
} }) })] }) }));
|
|
26
20
|
}
|
|
27
|
-
return (_jsx("div", { className: "gd-attribute-filter-empty-filtered-result__next s-attribute-filter-dropdown-all-items-filtered", children: _jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [
|
|
28
|
-
_jsxs("div", { className: "gd-filtered-message__next", children: [
|
|
29
|
-
_jsx(FormattedMessage, { id: "attributesDropdown.allItemsFiltered" }), _jsx("span", { className: "gd-icon-circle-question" })
|
|
30
|
-
] }), _jsx(Bubble, { className: `bubble-primary ${ATTRIBUTE_FILTER_DROPDOWN_BUBBLE_CLASS} s-attribute-filter-dropdown-bubble`, alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSETS, children: _jsx(FormattedMessage, { id: "attributesDropdown.itemsFiltered.tooltip", values: {
|
|
21
|
+
return (_jsx("div", { className: "gd-attribute-filter-empty-filtered-result__next s-attribute-filter-dropdown-all-items-filtered", children: _jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [_jsxs("div", { className: "gd-filtered-message__next", children: [_jsx(FormattedMessage, { id: "attributesDropdown.allItemsFiltered" }), _jsx("span", { className: "gd-icon-circle-question" })] }), _jsx(Bubble, { className: `bubble-primary ${ATTRIBUTE_FILTER_DROPDOWN_BUBBLE_CLASS} s-attribute-filter-dropdown-bubble`, alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSETS, children: _jsx(FormattedMessage, { id: "attributesDropdown.itemsFiltered.tooltip", values: {
|
|
31
22
|
filters: parentFilterTitles.join(", "),
|
|
32
23
|
strong: (chunks) => _jsx("strong", { children: chunks }),
|
|
33
|
-
} }) })
|
|
34
|
-
] }) }));
|
|
24
|
+
} }) })] }) }));
|
|
35
25
|
}
|
|
@@ -29,8 +29,5 @@ 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, title: itemTitle, children: [
|
|
33
|
-
_jsxs("div", { className: "gd-attribute-filter-list-item-label ", children: [
|
|
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
|
-
] }));
|
|
32
|
+
return (_jsxs("div", { className: classes, onClick: onItemClick, title: itemTitle, children: [_jsxs("div", { className: "gd-attribute-filter-list-item-label ", children: [_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" }) })] }));
|
|
36
33
|
}
|
package/esm/AttributeFilter/Components/ElementsSelect/StatusBar/AttributeFilterFilteredStatus.js
CHANGED
|
@@ -14,12 +14,8 @@ export function AttributeFilterFilteredStatus({ parentFilterTitles }) {
|
|
|
14
14
|
const tooltipText = useMemo(() => {
|
|
15
15
|
return parentFilterTitles ? parentFilterTitles.join(", ") : "";
|
|
16
16
|
}, [parentFilterTitles]);
|
|
17
|
-
return (_jsx("div", { className: "gd-attribute-filter-filtered-status__next s-attribute-filter-dropdown-items-filtered", children: _jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [
|
|
18
|
-
_jsxs("div", { className: "gd-filtered-message__next", children: ["\u00A0",
|
|
19
|
-
_jsx(FormattedMessage, { id: "attributesDropdown.itemsFiltered" }), _jsx("span", { className: "gd-icon-circle-question" })
|
|
20
|
-
] }), _jsx(Bubble, { className: `bubble-primary ${ATTRIBUTE_FILTER_DROPDOWN_BUBBLE_CLASS} s-attribute-filter-dropdown-bubble`, alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSETS, children: _jsx(FormattedMessage, { id: "attributesDropdown.itemsFiltered.tooltip", values: {
|
|
17
|
+
return (_jsx("div", { className: "gd-attribute-filter-filtered-status__next s-attribute-filter-dropdown-items-filtered", children: _jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [_jsxs("div", { className: "gd-filtered-message__next", children: ["\u00A0", _jsx(FormattedMessage, { id: "attributesDropdown.itemsFiltered" }), _jsx("span", { className: "gd-icon-circle-question" })] }), _jsx(Bubble, { className: `bubble-primary ${ATTRIBUTE_FILTER_DROPDOWN_BUBBLE_CLASS} s-attribute-filter-dropdown-bubble`, alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSETS, children: _jsx(FormattedMessage, { id: "attributesDropdown.itemsFiltered.tooltip", values: {
|
|
21
18
|
filters: tooltipText,
|
|
22
19
|
strong: (chunks) => _jsx("strong", { children: chunks }),
|
|
23
|
-
} }) })
|
|
24
|
-
] }) }));
|
|
20
|
+
} }) })] }) }));
|
|
25
21
|
}
|
|
@@ -18,10 +18,8 @@ export function AttributeFilterIrrelevantSelectionStatus({ parentFilterTitles, i
|
|
|
18
18
|
e.stopPropagation();
|
|
19
19
|
onClear?.();
|
|
20
20
|
};
|
|
21
|
-
return (_jsxs(Message, { className: "gd-attribute-filter-status-irrelevant-message s-attribute-filter-status-irrelevant-message", type: "warning", children: [
|
|
22
|
-
_jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [_jsx(FormattedMessage, { id: "attributesDropdown.irrelevantValues", values: { nbsp: _jsx(_Fragment, { children: "\u00A0" }) } }), _jsx(Bubble, { className: `bubble-primary ${ATTRIBUTE_FILTER_DROPDOWN_BUBBLE_CLASS} s-attribute-filter-dropdown-bubble`, alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSETS, children: _jsx(FormattedMessage, { id: "attributesDropdown.irrelevantValues.tooltip", values: {
|
|
21
|
+
return (_jsxs(Message, { className: "gd-attribute-filter-status-irrelevant-message s-attribute-filter-status-irrelevant-message", type: "warning", children: [_jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [_jsx(FormattedMessage, { id: "attributesDropdown.irrelevantValues", values: { nbsp: _jsx(_Fragment, { children: "\u00A0" }) } }), _jsx(Bubble, { className: `bubble-primary ${ATTRIBUTE_FILTER_DROPDOWN_BUBBLE_CLASS} s-attribute-filter-dropdown-bubble`, alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSETS, children: _jsx(FormattedMessage, { id: "attributesDropdown.irrelevantValues.tooltip", values: {
|
|
23
22
|
parents: parentFiltersTooltipText,
|
|
24
23
|
strong: (chunks) => _jsx("strong", { children: chunks }),
|
|
25
|
-
} }) })
|
|
26
|
-
] }), showClearButton ? (_jsx("button", { className: "gd-action-clear s-action-clear", onClick: handleClick, children: _jsx(FormattedMessage, { id: "attributesDropdown.irrelevantValues.clear" }) })) : null] }));
|
|
24
|
+
} }) })] }), showClearButton ? (_jsx("button", { className: "gd-action-clear s-action-clear", onClick: handleClick, children: _jsx(FormattedMessage, { id: "attributesDropdown.irrelevantValues.clear" }) })) : null] }));
|
|
27
25
|
}
|
|
@@ -23,13 +23,9 @@ export function AttributeFilterShowFilteredElements({ attributeTitle, onClick, p
|
|
|
23
23
|
e.preventDefault();
|
|
24
24
|
onClick();
|
|
25
25
|
};
|
|
26
|
-
return (_jsxs("div", { className: cx("gd-attribute-filter-status-show-all s-attribute-filter-status-show-all", className), children: [
|
|
27
|
-
_jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [
|
|
28
|
-
_jsx("div", { className: "gd-relevant-values-text", children: _jsx(FormattedMessage, { id: "attributesDropdown.relevantValues", values: { nbsp: _jsx(_Fragment, { children: "\u00A0" }) } }) }), _jsx(Bubble, { className: `bubble-primary ${ATTRIBUTE_FILTER_DROPDOWN_BUBBLE_CLASS} s-attribute-filter-dropdown-bubble`, alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSETS, children: intl.formatMessage(tooltipLocalizationKey, {
|
|
26
|
+
return (_jsxs("div", { className: cx("gd-attribute-filter-status-show-all s-attribute-filter-status-show-all", className), children: [_jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [_jsx("div", { className: "gd-relevant-values-text", children: _jsx(FormattedMessage, { id: "attributesDropdown.relevantValues", values: { nbsp: _jsx(_Fragment, { children: "\u00A0" }) } }) }), _jsx(Bubble, { className: `bubble-primary ${ATTRIBUTE_FILTER_DROPDOWN_BUBBLE_CLASS} s-attribute-filter-dropdown-bubble`, alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSETS, children: intl.formatMessage(tooltipLocalizationKey, {
|
|
29
27
|
child: attributeTitle,
|
|
30
28
|
parents: parentFiltersTooltipText,
|
|
31
29
|
strong: (chunks) => _jsx("strong", { children: chunks }),
|
|
32
|
-
}) })
|
|
33
|
-
] }), _jsx("button", { className: "gd-action-show-all s-action-show-all", onClick: handleClick, children: _jsx(FormattedMessage, { id: "attributesDropdown.showAll" }) })
|
|
34
|
-
] }));
|
|
30
|
+
}) })] }), _jsx("button", { className: "gd-action-show-all s-action-show-all", onClick: handleClick, children: _jsx(FormattedMessage, { id: "attributesDropdown.showAll" }) })] }));
|
|
35
31
|
}
|
|
@@ -13,9 +13,7 @@ export function AttributeFilterStatusBar({ attributeTitle, isFilteredByParentFil
|
|
|
13
13
|
if (enableShowingFilteredElements) {
|
|
14
14
|
return (_jsxs("div", { className: "gd-attribute-filter-status-bar__next", children: [isFilteredByParentFilters ||
|
|
15
15
|
isFilteredByLimitingValidationItems ||
|
|
16
|
-
isFilteredByDependentDateFilters ? (_jsx(AttributeFilterShowFilteredElements, { attributeTitle: attributeTitle ?? "", onClick: onShowFilteredElements, parentFilterTitles: parentFilterTitles, isFilteredByLimitingValidationItems: isFilteredByLimitingValidationItems ?? false })) : null, _jsx(AttributeFilterSelectionStatus, { isInverted: isInverted, getItemTitle: getItemTitle, selectedItems: selectedItems, selectedItemsLimit: selectedItemsLimit, showSelectionStatus: !withoutApply }), _jsx(AttributeFilterIrrelevantSelectionStatus, { parentFilterTitles: parentFilterTitles, irrelevantSelection: irrelevantSelection, onClear: onClearIrrelevantSelection })
|
|
17
|
-
] }));
|
|
16
|
+
isFilteredByDependentDateFilters ? (_jsx(AttributeFilterShowFilteredElements, { attributeTitle: attributeTitle ?? "", onClick: onShowFilteredElements, parentFilterTitles: parentFilterTitles, isFilteredByLimitingValidationItems: isFilteredByLimitingValidationItems ?? false })) : null, _jsx(AttributeFilterSelectionStatus, { isInverted: isInverted, getItemTitle: getItemTitle, selectedItems: selectedItems, selectedItemsLimit: selectedItemsLimit, showSelectionStatus: !withoutApply }), _jsx(AttributeFilterIrrelevantSelectionStatus, { parentFilterTitles: parentFilterTitles, irrelevantSelection: irrelevantSelection, onClear: onClearIrrelevantSelection })] }));
|
|
18
17
|
}
|
|
19
|
-
return (_jsxs("div", { className: "gd-attribute-filter-status-bar__next", children: [
|
|
20
|
-
_jsx(AttributeFilterSelectionStatus, { isInverted: isInverted, getItemTitle: getItemTitle, selectedItems: selectedItems, selectedItemsLimit: selectedItemsLimit, showSelectionStatus: !withoutApply }), isFilteredByParentFilters && (totalElementsCountWithCurrentSettings ?? 0) > 0 ? (_jsx(AttributeFilterFilteredStatus, { parentFilterTitles: parentFilterTitles })) : null] }));
|
|
18
|
+
return (_jsxs("div", { className: "gd-attribute-filter-status-bar__next", children: [_jsx(AttributeFilterSelectionStatus, { isInverted: isInverted, getItemTitle: getItemTitle, selectedItems: selectedItems, selectedItemsLimit: selectedItemsLimit, showSelectionStatus: !withoutApply }), isFilteredByParentFilters && (totalElementsCountWithCurrentSettings ?? 0) > 0 ? (_jsx(AttributeFilterFilteredStatus, { parentFilterTitles: parentFilterTitles })) : null] }));
|
|
21
19
|
}
|
|
@@ -13,8 +13,7 @@ export function SingleSelectionAttributeFilterStatusBar({ enableShowingFilteredE
|
|
|
13
13
|
if (enableShowingFilteredElements) {
|
|
14
14
|
return (_jsxs("div", { className: "gd-attribute-filter-status-bar__next", children: [isFilteredByParentFilters ||
|
|
15
15
|
isFilteredByLimitingValidationItems ||
|
|
16
|
-
isFilteredByDependentDateFilters ? (_jsx(AttributeFilterShowFilteredElements, { attributeTitle: attributeTitle ?? "", onClick: onShowFilteredElements ?? (() => { }), parentFilterTitles: parentFilterTitles, className: "no-divider", isFilteredByLimitingValidationItems: isFilteredByLimitingValidationItems ?? false })) : null, _jsx(AttributeFilterIrrelevantSelectionStatus, { parentFilterTitles: parentFilterTitles, irrelevantSelection: irrelevantSelection ?? [], showClearButton: false })
|
|
17
|
-
] }));
|
|
16
|
+
isFilteredByDependentDateFilters ? (_jsx(AttributeFilterShowFilteredElements, { attributeTitle: attributeTitle ?? "", onClick: onShowFilteredElements ?? (() => { }), parentFilterTitles: parentFilterTitles, className: "no-divider", isFilteredByLimitingValidationItems: isFilteredByLimitingValidationItems ?? false })) : null, _jsx(AttributeFilterIrrelevantSelectionStatus, { parentFilterTitles: parentFilterTitles, irrelevantSelection: irrelevantSelection ?? [], showClearButton: false })] }));
|
|
18
17
|
}
|
|
19
18
|
return (_jsx("div", { className: "gd-attribute-filter-status-bar__next", children: isFilteredByParentFilters && (totalElementsCountWithCurrentSettings ?? 0) > 0 ? (_jsx(AttributeFilterFilteredStatus, { parentFilterTitles: parentFilterTitles })) : null }));
|
|
20
19
|
}
|
|
@@ -15,11 +15,7 @@ export function FilterMenuDropdownBody({ showSelectionTypeSection, showDisplayFo
|
|
|
15
15
|
"aria-label": valuesAsTitle,
|
|
16
16
|
"aria-labelledby": undefined,
|
|
17
17
|
};
|
|
18
|
-
return (_jsxs("div", { className: "gd-filter-menu__dropdown", "data-testid": "filter-menu-dropdown", children: [showSelectionTypeSection ? (_jsxs(_Fragment, { children: [
|
|
19
|
-
_jsx(FilterMenuSectionHeader, { title: selectionTitle, tooltip: selectionTooltip, hideTooltip: hideTooltips, titleId: selectionTitleId }), _jsx(FilterMenuSelectableSection, { items: selectionTypeListboxItems, selectedItemId: selectedSelectionTypeItemId, onSelect: onSelectionTypeSelect, onClose: closeDropdown, ariaAttributes: selectionAriaAttributes })
|
|
20
|
-
] })) : null, showSelectionTypeSection && showDisplayForms ? (_jsx(SingleSelectListItem, { type: "separator", className: "gd-filter-menu__divider", accessibilityConfig: {
|
|
18
|
+
return (_jsxs("div", { className: "gd-filter-menu__dropdown", "data-testid": "filter-menu-dropdown", children: [showSelectionTypeSection ? (_jsxs(_Fragment, { children: [_jsx(FilterMenuSectionHeader, { title: selectionTitle, tooltip: selectionTooltip, hideTooltip: hideTooltips, titleId: selectionTitleId }), _jsx(FilterMenuSelectableSection, { items: selectionTypeListboxItems, selectedItemId: selectedSelectionTypeItemId, onSelect: onSelectionTypeSelect, onClose: closeDropdown, ariaAttributes: selectionAriaAttributes })] })) : null, showSelectionTypeSection && showDisplayForms ? (_jsx(SingleSelectListItem, { type: "separator", className: "gd-filter-menu__divider", accessibilityConfig: {
|
|
21
19
|
role: "separator",
|
|
22
|
-
} })) : null, showDisplayForms ? (_jsxs(_Fragment, { children: [
|
|
23
|
-
_jsx(FilterMenuSectionHeader, { title: valuesAsTitle, tooltip: valuesAsTooltip, hideTooltip: hideTooltips }), _jsx(FilterMenuSelectableSection, { items: labelListboxItems, selectedItemId: selectedLabelItemId, onSelect: onLabelSelect, onClose: closeDropdown, ariaAttributes: showSelectionTypeSection ? valuesAsAriaAttributes : ariaAttributes })
|
|
24
|
-
] })) : null] }));
|
|
20
|
+
} })) : null, showDisplayForms ? (_jsxs(_Fragment, { children: [_jsx(FilterMenuSectionHeader, { title: valuesAsTitle, tooltip: valuesAsTooltip, hideTooltip: hideTooltips }), _jsx(FilterMenuSelectableSection, { items: labelListboxItems, selectedItemId: selectedLabelItemId, onSelect: onLabelSelect, onClose: closeDropdown, ariaAttributes: showSelectionTypeSection ? valuesAsAriaAttributes : ariaAttributes })] })) : null] }));
|
|
25
21
|
}
|
|
@@ -2,6 +2,5 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
// (C) 2007-2026 GoodData Corporation
|
|
3
3
|
import { TOOLTIP_WIDTH_MEDIUM, UiIconButton, UiTooltip } from "@gooddata/sdk-ui-kit";
|
|
4
4
|
export function FilterMenuSectionHeader({ title, tooltip, hideTooltip, titleId, }) {
|
|
5
|
-
return (_jsx("div", { className: "gd-filter-menu__section", children: _jsxs("div", { className: "gd-filter-menu__section-label", children: [
|
|
6
|
-
_jsx("span", { id: titleId, className: "gd-filter-menu__section-text", children: title }), hideTooltip ? null : (_jsx(UiTooltip, { anchor: _jsx("span", { className: "gd-filter-menu__section-icon", "aria-hidden": "true", children: _jsx(UiIconButton, { icon: "question", size: "xsmall", variant: "tertiary", iconColor: "complementary-7" }) }), content: tooltip, triggerBy: ["hover", "focus"], arrowPlacement: "left", width: TOOLTIP_WIDTH_MEDIUM }))] }) }));
|
|
5
|
+
return (_jsx("div", { className: "gd-filter-menu__section", children: _jsxs("div", { className: "gd-filter-menu__section-label", children: [_jsx("span", { id: titleId, className: "gd-filter-menu__section-text", children: title }), hideTooltip ? null : (_jsx(UiTooltip, { anchor: _jsx("span", { className: "gd-filter-menu__section-icon", "aria-hidden": "true", children: _jsx(UiIconButton, { icon: "question", size: "xsmall", variant: "tertiary", iconColor: "complementary-7" }) }), content: tooltip, triggerBy: ["hover", "focus"], arrowPlacement: "left", width: TOOLTIP_WIDTH_MEDIUM }))] }) }));
|
|
7
6
|
}
|
|
@@ -69,8 +69,7 @@ export function ArbitraryValuesInput(props) {
|
|
|
69
69
|
ariaDescribedBy: ariaDescribedByWithSummary,
|
|
70
70
|
ariaInvalid: hasEmptyError || hasValuesLimitExceededError || undefined,
|
|
71
71
|
} }));
|
|
72
|
-
return (_jsxs("div", { className: "gd-chips-input s-chips-input", children: [
|
|
73
|
-
_jsx("div", { className: "sr-only", id: groupValuesId, children: _jsx(FormattedMessage, { id: "attributeFilter.text.values", values: { count: values.length } }) }), _jsxs("div", { className: cx("gd-chips-input__container", {
|
|
72
|
+
return (_jsxs("div", { className: "gd-chips-input s-chips-input", children: [_jsx("div", { className: "sr-only", id: groupValuesId, children: _jsx(FormattedMessage, { id: "attributeFilter.text.values", values: { count: values.length } }) }), _jsxs("div", { className: cx("gd-chips-input__container", {
|
|
74
73
|
"gd-chips-input__container--error s-chips-input-error": hasEmptyError || hasValuesLimitExceededError,
|
|
75
74
|
"gd-chips-input__container--warning": hasValuesLimitReachedWarning && !hasValuesLimitExceededError,
|
|
76
75
|
"gd-chips-input__container--with-values": hasValues,
|
|
@@ -92,8 +91,7 @@ export function ArbitraryValuesInput(props) {
|
|
|
92
91
|
}),
|
|
93
92
|
} }, `${value ?? "__null__"}-${index}`))) }) })) : null, _jsx("div", { className: cx("gd-chips-input__input-frame", {
|
|
94
93
|
"gd-chips-input__input-frame--standalone": !hasValues,
|
|
95
|
-
}), onPaste: handlePaste, children: inputElement })
|
|
96
|
-
] }), _jsx("ul", { id: autocompleteListId, className: "gd-chips-input__autocomplete s-chips-input-autocomplete", role: "listbox", hidden: !shouldShowAutocompleteDropdown, "aria-label": intl.formatMessage({
|
|
94
|
+
}), onPaste: handlePaste, children: inputElement })] }), _jsx("ul", { id: autocompleteListId, className: "gd-chips-input__autocomplete s-chips-input-autocomplete", role: "listbox", hidden: !shouldShowAutocompleteDropdown, "aria-label": intl.formatMessage({
|
|
97
95
|
id: "attributeFilter.text.autocomplete.listLabel",
|
|
98
96
|
}), children: shouldShowAutocompleteDropdown ? (isAutocompleteLoading ? (_jsx("li", { className: "gd-chips-input__autocomplete-loading s-chips-input-autocomplete-loading", children: _jsx(LoadingSpinner, { className: "small" }) })) : (filteredSuggestions.map((suggestion, index) => (_jsx("li", { id: `${autocompleteListId}-item-${index}`, className: cx("gd-chips-input__autocomplete-item", {
|
|
99
97
|
"gd-chips-input__autocomplete-item--active": index === activeAutocompleteIndex,
|
|
@@ -102,6 +100,5 @@ export function ArbitraryValuesInput(props) {
|
|
|
102
100
|
onMouseDown: (e) => e.preventDefault(), onClick: (e) => {
|
|
103
101
|
e.preventDefault();
|
|
104
102
|
handleSelectSuggestion(suggestion);
|
|
105
|
-
}, children: highlightMatch(suggestion, inputValue) }, suggestion))))) : null }), _jsx("div", { className: "sr-only", "aria-live": "polite", "aria-atomic": "true", role: "status", children: valuesAnnouncement })
|
|
106
|
-
] }));
|
|
103
|
+
}, children: highlightMatch(suggestion, inputValue) }, suggestion))))) : null }), _jsx("div", { className: "sr-only", "aria-live": "polite", "aria-atomic": "true", role: "status", children: valuesAnnouncement })] }));
|
|
107
104
|
}
|
|
@@ -58,14 +58,9 @@ export function TextFilterBody(props) {
|
|
|
58
58
|
}, [valuesInputId]);
|
|
59
59
|
return (_jsxs(_Fragment, { children: [showFilterHeader ? _jsx(AttributeFilterDropdownHeader, { ...headerProps }) : null, _jsx(ValidationContextStore, { value: validationContextValue, children: _jsxs("div", { className: cx("gd-text-filter-body", "s-text-filter-body", {
|
|
60
60
|
"gd-text-filter-body--has-options": isMatchOperator(operator),
|
|
61
|
-
}), children: [
|
|
62
|
-
_jsxs("div", { className: "gd-text-filter-body__operator", children: [
|
|
63
|
-
_jsx("label", { htmlFor: operatorSelectId, className: "gd-text-filter-body__label", children: _jsx(FormattedMessage, { id: "attributeFilter.text.condition" }) }), _jsx(TextFilterOperatorDropdown, { operator: operator, onOperatorChange: onOperatorChange, disabled: disabled, availableTextModes: availableTextModes, controlId: operatorSelectId })
|
|
64
|
-
] }), !isAll && (_jsxs("div", { className: "gd-text-filter-body__values", children: [
|
|
65
|
-
_jsxs("div", { className: cx("gd-text-filter-body__values-header", {
|
|
61
|
+
}), children: [_jsxs("div", { className: "gd-text-filter-body__operator", children: [_jsx("label", { htmlFor: operatorSelectId, className: "gd-text-filter-body__label", children: _jsx(FormattedMessage, { id: "attributeFilter.text.condition" }) }), _jsx(TextFilterOperatorDropdown, { operator: operator, onOperatorChange: onOperatorChange, disabled: disabled, availableTextModes: availableTextModes, controlId: operatorSelectId })] }), !isAll && (_jsxs("div", { className: "gd-text-filter-body__values", children: [_jsxs("div", { className: cx("gd-text-filter-body__values-header", {
|
|
66
62
|
"gd-text-filter-body__values-header--disabled": disabled,
|
|
67
|
-
}), children: [
|
|
68
|
-
_jsxs("label", { htmlFor: isArbitraryOperator ? valuesInputId : literalInputId, className: cx("gd-text-filter-body__label", {
|
|
63
|
+
}), children: [_jsxs("label", { htmlFor: isArbitraryOperator ? valuesInputId : literalInputId, className: cx("gd-text-filter-body__label", {
|
|
69
64
|
"gd-text-filter-body__label-with-help": isArbitraryOperator,
|
|
70
65
|
}), children: [isArbitraryOperator ? arbitraryFilterValue : matchFilterValue, isArbitraryOperator && !hideTooltips ? _jsx(ArbitraryValuesTooltip, {}) : null] }), isArbitraryOperator && values.length > 0 ? (_jsx(UiLink, { variant: "secondary", role: "button", onClick: clearAllValues, onKeyDown: (event) => {
|
|
71
66
|
if (isEnterKey(event)) {
|
|
@@ -80,9 +75,7 @@ export function TextFilterBody(props) {
|
|
|
80
75
|
}), dataTestId: "text-filter-literal-input", hasError: hasLiteralEmptyError, value: literal, onChange: handleLiteralChange, onBlur: onLiteralBlur, placeholder: matchValuePlaceholder, disabled: disabled, accessibilityConfig: {
|
|
81
76
|
ariaDescribedBy: describedByFromValidation,
|
|
82
77
|
ariaInvalid: hasErrorInValidation || undefined,
|
|
83
|
-
} })), _jsx(TextFilterValidationMessages, { errorText: invalidDatapoint?.message, descriptionId: inputErrorId, hasLiteralEmptyError: hasLiteralEmptyError, hasValuesEmptyError: hasValuesEmptyError, hasValuesLimitReachedWarning: hasValuesLimitReachedWarning, hasValuesLimitExceededError: hasValuesLimitExceededError })
|
|
84
|
-
] })), isMatchOperator(operator) ? (_jsx("div", { className: "gd-text-filter-body__options", "data-testid": "text-filter-case-sensitive", children: _jsx(Checkbox, { value: caseSensitive, text: intl.formatMessage({
|
|
78
|
+
} })), _jsx(TextFilterValidationMessages, { errorText: invalidDatapoint?.message, descriptionId: inputErrorId, hasLiteralEmptyError: hasLiteralEmptyError, hasValuesEmptyError: hasValuesEmptyError, hasValuesLimitReachedWarning: hasValuesLimitReachedWarning, hasValuesLimitExceededError: hasValuesLimitExceededError })] })), isMatchOperator(operator) ? (_jsx("div", { className: "gd-text-filter-body__options", "data-testid": "text-filter-case-sensitive", children: _jsx(Checkbox, { value: caseSensitive, text: intl.formatMessage({
|
|
85
79
|
id: "attributeFilter.text.caseSensitive",
|
|
86
|
-
}), onChange: onToggleCaseSensitive, disabled: disabled }) })) : null, isAll ? null : (_jsx(TextFilterStateSummary, { operator: operator, values: values, literal: literal }))] }) })
|
|
87
|
-
] }));
|
|
80
|
+
}), onChange: onToggleCaseSensitive, disabled: disabled }) })) : null, isAll ? null : (_jsx(TextFilterStateSummary, { operator: operator, values: values, literal: literal }))] }) })] }));
|
|
88
81
|
}
|
|
@@ -18,9 +18,5 @@ export function TextFilterStateSummary(props) {
|
|
|
18
18
|
const state = getTextFilterStateParts(operator, values, literal, intl);
|
|
19
19
|
const tooltipText = getTextFilterStateText(operator, values, literal, intl);
|
|
20
20
|
const showCount = isArbitraryOperator(operator) && values.length > 0;
|
|
21
|
-
return (_jsxs("div", { className: "gd-text-filter-state-summary s-text-filter-state-summary", children: [
|
|
22
|
-
_jsx("div", { className: "gd-text-filter-state-summary__divider" }), _jsxs("div", { className: "gd-text-filter-state-summary__text", children: [
|
|
23
|
-
_jsxs("span", { className: "gd-text-filter-state-summary__operator", children: [state.operator, state.value ? "\xa0" : null] }), state.value ? (_jsx(UiTooltip, { arrowPlacement: "top-start", triggerBy: ["hover"], content: _jsx("span", { className: "gd-text-filter-state-summary__tooltip", children: tooltipText }), anchor: _jsxs(_Fragment, { children: [
|
|
24
|
-
_jsx("span", { className: "gd-shortened-text gd-selection-list s-text-filter-state-summary-value", children: state.value }), showCount ? `\xa0(${values.length})` : null] }) })) : null] })
|
|
25
|
-
] }));
|
|
21
|
+
return (_jsxs("div", { className: "gd-text-filter-state-summary s-text-filter-state-summary", children: [_jsx("div", { className: "gd-text-filter-state-summary__divider" }), _jsxs("div", { className: "gd-text-filter-state-summary__text", children: [_jsxs("span", { className: "gd-text-filter-state-summary__operator", children: [state.operator, state.value ? "\xa0" : null] }), state.value ? (_jsx(UiTooltip, { arrowPlacement: "top-start", triggerBy: ["hover"], content: _jsx("span", { className: "gd-text-filter-state-summary__tooltip", children: tooltipText }), anchor: _jsxs(_Fragment, { children: [_jsx("span", { className: "gd-shortened-text gd-selection-list s-text-filter-state-summary-value", children: state.value }), showCount ? `\xa0(${values.length})` : null] }) })) : null] })] }));
|
|
26
22
|
}
|
|
@@ -19,9 +19,9 @@ export declare function useArbitraryValuesInput({ values, onValuesChange, onBlur
|
|
|
19
19
|
filteredSuggestions: string[];
|
|
20
20
|
shouldShowAutocompleteDropdown: boolean | undefined;
|
|
21
21
|
isAutocompleteOpen: boolean;
|
|
22
|
-
handleKeyDown: (event: KeyboardEvent
|
|
23
|
-
handleBlur: (e:
|
|
24
|
-
handlePaste: (event: ClipboardEvent
|
|
22
|
+
handleKeyDown: (event: KeyboardEvent) => void;
|
|
23
|
+
handleBlur: (e: React.FocusEvent<HTMLInputElement>) => void;
|
|
24
|
+
handlePaste: (event: ClipboardEvent) => void;
|
|
25
25
|
handleSelectSuggestion: (suggestion: string) => void;
|
|
26
26
|
handleRemoveValue: (value: string | null, index: number) => void;
|
|
27
27
|
makeValuesGroupUnfocusable: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useArbitraryValuesInput.d.ts","sourceRoot":"","sources":["../../../../src/AttributeFilter/Components/TextFilterBody/useArbitraryValuesInput.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,aAAa,EAMrB,MAAM,OAAO,CAAC;AAQf,UAAU,8BAA8B;IACpC,MAAM,EAAE,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAC7B,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,KAAK,IAAI,CAAC;IACxD,MAAM,CAAC,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IAC7C,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,oBAAoB,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IACtD,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACnC;AAED,wBAAgB,uBAAuB,CAAC,EACpC,MAAM,EACN,cAAc,EACd,MAAM,EACN,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACxB,EAAE,8BAA8B
|
|
1
|
+
{"version":3,"file":"useArbitraryValuesInput.d.ts","sourceRoot":"","sources":["../../../../src/AttributeFilter/Components/TextFilterBody/useArbitraryValuesInput.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,aAAa,EAMrB,MAAM,OAAO,CAAC;AAQf,UAAU,8BAA8B;IACpC,MAAM,EAAE,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAC7B,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,GAAG,IAAI,CAAC,KAAK,IAAI,CAAC;IACxD,MAAM,CAAC,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IAC7C,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,oBAAoB,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IACtD,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACnC;AAED,wBAAgB,uBAAuB,CAAC,EACpC,MAAM,EACN,cAAc,EACd,MAAM,EACN,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,EACxB,EAAE,8BAA8B;;;;;6BA0DjB,MAAM,GAAG,IAAI;;;;;;2BA2Gb,aAAa;oBArCjB,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC;yBAW9B,cAAc;yCApBT,MAAM;+BA+BX,MAAM,GAAG,IAAI,SAAS,MAAM;;EAoF3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTextFilterBodyTexts.d.ts","sourceRoot":"","sources":["../../../../src/AttributeFilter/Components/TextFilterBody/useTextFilterBodyTexts.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,wBAAgB,sBAAsB
|
|
1
|
+
{"version":3,"file":"useTextFilterBodyTexts.d.ts","sourceRoot":"","sources":["../../../../src/AttributeFilter/Components/TextFilterBody/useTextFilterBodyTexts.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,wBAAgB,sBAAsB;IAI9B,yBAAyB;IAGzB,qBAAqB;IAGrB,oBAAoB;IAGpB,gBAAgB;EAIvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeFilterComponentsContext.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/Context/AttributeFilterComponentsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAA6B,MAAM,OAAO,CAAC;AAEtF,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,KAAK,4BAA4B,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EAAE,KAAK,oCAAoC,EAAE,MAAM,0DAA0D,CAAC;AACrH,OAAO,EAAE,KAAK,iCAAiC,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,+DAA+D,CAAC;AACzH,OAAO,EAAE,KAAK,oCAAoC,EAAE,MAAM,gEAAgE,CAAC;AAC3H,OAAO,EAAE,KAAK,sCAAsC,EAAE,MAAM,kEAAkE,CAAC;AAC/H,OAAO,EAAE,KAAK,wCAAwC,EAAE,MAAM,oEAAoE,CAAC;AACnI,OAAO,EAAE,KAAK,0CAA0C,EAAE,MAAM,sEAAsE,CAAC;AACvI,OAAO,EAAE,KAAK,gCAAgC,EAAE,MAAM,wEAAwE,CAAC;AAC/H,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,iDAAiD,CAAC;AACtG,OAAO,EACH,KAAK,uCAAuC,EAC5C,KAAK,mCAAmC,EAC3C,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,oCAAoC,EAAE,MAAM,aAAa,CAAC;AAGxE;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD,cAAc,EAAE,aAAa,CAAC,0BAA0B,CAAC,CAAC;IAC1D,gBAAgB,EAAE,aAAa,CAAC,4BAA4B,CAAC,CAAC;IAC9D,uBAAuB,EAAE,aAAa,CAAC,mCAAmC,CAAC,CAAC;IAC5E,qBAAqB,EAAE,aAAa,CAAC,iCAAiC,CAAC,CAAC;IACxE,wBAAwB,EAAE,aAAa,CAAC,oCAAoC,CAAC,CAAC;IAC9E,0BAA0B,EAAE,aAAa,CAAC,sCAAsC,CAAC,CAAC;IAClF,uBAAuB,EAAE,aAAa,CAAC,mCAAmC,CAAC,CAAC;IAC5E,8BAA8B,EAAE,aAAa,CAAC,0CAA0C,CAAC,CAAC;IAC1F,2BAA2B,EAAE,aAAa,CAAC,uCAAuC,CAAC,CAAC;IACpF,4BAA4B,EAAE,aAAa,CAAC,wCAAwC,CAAC,CAAC;IACtF,8BAA8B,EAAE,aAAa,CAAC,oCAAoC,CAAC,CAAC;IACpF,oBAAoB,EAAE,aAAa,CAAC,gCAAgC,CAAC,CAAC;IACtE,kBAAkB,EAAE,aAAa,CAAC,8BAA8B,CAAC,CAAC;IAClE,mBAAmB,EAAE,aAAa,CAAC,gBAAgB,CAAC,CAAC;IACrD,uBAAuB,EAAE,aAAa,CAAC,oBAAoB,CAAC,CAAC;CAChE;AA0DD;;GAEG;AACH,eAAO,MAAM,mCAAmC,
|
|
1
|
+
{"version":3,"file":"AttributeFilterComponentsContext.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/Context/AttributeFilterComponentsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAA6B,MAAM,OAAO,CAAC;AAEtF,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,KAAK,4BAA4B,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EAAE,KAAK,oCAAoC,EAAE,MAAM,0DAA0D,CAAC;AACrH,OAAO,EAAE,KAAK,iCAAiC,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,+DAA+D,CAAC;AACzH,OAAO,EAAE,KAAK,oCAAoC,EAAE,MAAM,gEAAgE,CAAC;AAC3H,OAAO,EAAE,KAAK,sCAAsC,EAAE,MAAM,kEAAkE,CAAC;AAC/H,OAAO,EAAE,KAAK,wCAAwC,EAAE,MAAM,oEAAoE,CAAC;AACnI,OAAO,EAAE,KAAK,0CAA0C,EAAE,MAAM,sEAAsE,CAAC;AACvI,OAAO,EAAE,KAAK,gCAAgC,EAAE,MAAM,wEAAwE,CAAC;AAC/H,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,iDAAiD,CAAC;AACtG,OAAO,EACH,KAAK,uCAAuC,EAC5C,KAAK,mCAAmC,EAC3C,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,oCAAoC,EAAE,MAAM,aAAa,CAAC;AAGxE;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD,cAAc,EAAE,aAAa,CAAC,0BAA0B,CAAC,CAAC;IAC1D,gBAAgB,EAAE,aAAa,CAAC,4BAA4B,CAAC,CAAC;IAC9D,uBAAuB,EAAE,aAAa,CAAC,mCAAmC,CAAC,CAAC;IAC5E,qBAAqB,EAAE,aAAa,CAAC,iCAAiC,CAAC,CAAC;IACxE,wBAAwB,EAAE,aAAa,CAAC,oCAAoC,CAAC,CAAC;IAC9E,0BAA0B,EAAE,aAAa,CAAC,sCAAsC,CAAC,CAAC;IAClF,uBAAuB,EAAE,aAAa,CAAC,mCAAmC,CAAC,CAAC;IAC5E,8BAA8B,EAAE,aAAa,CAAC,0CAA0C,CAAC,CAAC;IAC1F,2BAA2B,EAAE,aAAa,CAAC,uCAAuC,CAAC,CAAC;IACpF,4BAA4B,EAAE,aAAa,CAAC,wCAAwC,CAAC,CAAC;IACtF,8BAA8B,EAAE,aAAa,CAAC,oCAAoC,CAAC,CAAC;IACpF,oBAAoB,EAAE,aAAa,CAAC,gCAAgC,CAAC,CAAC;IACtE,kBAAkB,EAAE,aAAa,CAAC,8BAA8B,CAAC,CAAC;IAClE,mBAAmB,EAAE,aAAa,CAAC,gBAAgB,CAAC,CAAC;IACrD,uBAAuB,EAAE,aAAa,CAAC,oBAAoB,CAAC,CAAC;CAChE;AA0DD;;GAEG;AACH,eAAO,MAAM,mCAAmC,QAAO,sCAEtD,CAAC;AAEF;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,EAC9C,QAAQ,EACR,GAAG,UAAU,EAChB,EAAE,oCAAoC,GAAG;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAUhE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeFilterContext.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/Context/AttributeFilterContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAA6B,MAAM,OAAO,CAAC;AAElE,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAE7D;;;GAGG;AACH,MAAM,MAAM,uBAAuB,GAAG,yBAAyB,GAC3D,IAAI,CACA,yBAAyB,EACvB,oBAAoB,GACpB,OAAO,GACP,eAAe,GACf,aAAa,GACb,UAAU,GACV,YAAY,GACZ,cAAc,GACd,eAAe,GACf,qBAAqB,GACrB,aAAa,GACb,YAAY,GACZ,cAAc,GACd,YAAY,CACjB,CAAC;AAEN,eAAO,MAAM,sBAAsB,yDAAsD,CAAC;AAI1F;;;GAGG;AACH,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"AttributeFilterContext.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/Context/AttributeFilterContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAA6B,MAAM,OAAO,CAAC;AAElE,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAEnE,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAE7D;;;GAGG;AACH,MAAM,MAAM,uBAAuB,GAAG,yBAAyB,GAC3D,IAAI,CACA,yBAAyB,EACvB,oBAAoB,GACpB,OAAO,GACP,eAAe,GACf,aAAa,GACb,UAAU,GACV,YAAY,GACZ,cAAc,GACd,eAAe,GACf,qBAAqB,GACrB,aAAa,GACb,YAAY,GACZ,cAAc,GACd,YAAY,CACjB,CAAC;AAEN,eAAO,MAAM,sBAAsB,yDAAsD,CAAC;AAI1F;;;GAGG;AACH,eAAO,MAAM,yBAAyB,QAAO,uBAM5C,CAAC;AAEF;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,yBAAyB,GAAG;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CA2CxG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAttributeFilterController.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/hooks/useAttributeFilterController.ts"],"names":[],"mappings":"AA+BA,OAAO,EACH,KAAK,yBAAyB,EAGjC,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAS5D;;;GAGG;AACH,MAAM,MAAM,kCAAkC,GAAG,IAAI,CACjD,yBAAyB,EACzB,oBAAoB,GAAG,QAAQ,GAAG,OAAO,CAC5C,GAAG;IACA,eAAe,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IACpC,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACvC,CAAC;AAMF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,4BAA4B,
|
|
1
|
+
{"version":3,"file":"useAttributeFilterController.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/hooks/useAttributeFilterController.ts"],"names":[],"mappings":"AA+BA,OAAO,EACH,KAAK,yBAAyB,EAGjC,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAS5D;;;GAGG;AACH,MAAM,MAAM,kCAAkC,GAAG,IAAI,CACjD,yBAAyB,EACzB,oBAAoB,GAAG,QAAQ,GAAG,OAAO,CAC5C,GAAG;IACA,eAAe,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IACpC,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACvC,CAAC;AAMF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,4BAA4B,UAC9B,kCAAkC,KAC1C,yBAknBF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAttributeFilterHandler.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/hooks/useAttributeFilterHandler.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EACH,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,MAAM,EAId,MAAM,qBAAqB,CAAC;AAI7B,OAAO,EAAE,KAAK,kCAAkC,EAAE,MAAM,8DAA8D,CAAC;AAEvH;;;GAGG;AACH,MAAM,WAAW,+BAA+B;IAC5C,OAAO,EAAE,kBAAkB,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAElB,MAAM,EAAE,gBAAgB,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,cAAc,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"useAttributeFilterHandler.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/hooks/useAttributeFilterHandler.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EACH,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,MAAM,EAId,MAAM,qBAAqB,CAAC;AAI7B,OAAO,EAAE,KAAK,kCAAkC,EAAE,MAAM,8DAA8D,CAAC;AAEvH;;;GAGG;AACH,MAAM,WAAW,+BAA+B;IAC5C,OAAO,EAAE,kBAAkB,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAElB,MAAM,EAAE,gBAAgB,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,cAAc,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,UAAW,+BAA+B,8CA2F/E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAttributeFilterHandlerState.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/hooks/useAttributeFilterHandlerState.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EACH,KAAK,mBAAmB,EACxB,KAAK,mCAAmC,EACxC,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,wBAAwB,EAC7B,KAAK,QAAQ,EACb,KAAK,mBAAmB,EACxB,KAAK,MAAM,EACX,KAAK,aAAa,EACrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzD,OAAO,EAAE,KAAK,kCAAkC,EAAE,MAAM,8DAA8D,CAAC;AACvH,OAAO,EACH,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EAC3B,MAAM,8CAA8C,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD,eAAe,EAAE,gBAAgB,CAAC;IAClC,wBAAwB,CAAC,EAAE,gBAAgB,CAAC;IAC5C,WAAW,CAAC,EAAE,mCAAmC,CAAC;IAClD,cAAc,EAAE;QACZ,MAAM,EAAE,oBAAoB,CAAC;QAC7B,KAAK,CAAC,EAAE,gBAAgB,CAAC;KAC5B,CAAC;IACF,SAAS,EAAE;QACP,IAAI,CAAC,EAAE,wBAAwB,CAAC;QAChC,MAAM,EAAE,oBAAoB,CAAC;QAC7B,KAAK,CAAC,EAAE,gBAAgB,CAAC;KAC5B,CAAC;IACF,QAAQ,EAAE;QACN,IAAI,CAAC,EAAE,iBAAiB,EAAE,CAAC;QAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,6BAA6B,CAAC,EAAE,MAAM,CAAC;QACvC,eAAe,EAAE;YACb,MAAM,EAAE,oBAAoB,CAAC;YAC7B,KAAK,CAAC,EAAE,gBAAgB,CAAC;SAC5B,CAAC;QACF,YAAY,EAAE;YACV,MAAM,EAAE,oBAAoB,CAAC;YAC7B,KAAK,CAAC,EAAE,gBAAgB,CAAC;SAC5B,CAAC;QACF,OAAO,CAAC,EAAE;YACN,MAAM,EAAE,MAAM,CAAC;YACf,KAAK,EAAE,MAAM,CAAC;YACd,KAAK,CAAC,EAAE,aAAa,CAAC;YACtB,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,wBAAwB,CAAC,EAAE,6BAA6B,EAAE,CAAC;YAC3D,gBAAgB,CAAC,EAAE,QAAQ,EAAE,CAAC;YAC9B,mBAAmB,CAAC,EAAE,CAAC,mBAAmB,GAAG,mBAAmB,CAAC,EAAE,CAAC;YACpE,uBAAuB,CAAC,EAAE,MAAM,EAAE,CAAC;SACtC,CAAC;KACL,CAAC;IACF,SAAS,EAAE;QACP,SAAS,EAAE;YACP,QAAQ,CAAC,EAAE,iBAAiB,EAAE,CAAC;YAC/B,IAAI,CAAC,EAAE,mBAAmB,EAAE,CAAC;YAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;YACrB,kBAAkB,CAAC,EAAE,iBAAiB,EAAE,CAAC;SAC5C,CAAC;QACF,OAAO,EAAE;YACL,QAAQ,CAAC,EAAE,iBAAiB,EAAE,CAAC;YAC/B,IAAI,CAAC,EAAE,mBAAmB,EAAE,CAAC;YAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;YACrB,SAAS,CAAC,EAAE,OAAO,CAAC;YACpB,OAAO,CAAC,EAAE,OAAO,CAAC;YAClB,kBAAkB,CAAC,EAAE,iBAAiB,EAAE,CAAC;SAC5C,CAAC;KACL,CAAC;IACF,MAAM,CAAC,EAAE;QACL,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;QAC1B,cAAc,CAAC,EAAE,iBAAiB,EAAE,CAAC;KACxC,CAAC;CACL;AAED;;GAEG;AACH,eAAO,MAAM,8BAA8B,
|
|
1
|
+
{"version":3,"file":"useAttributeFilterHandlerState.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/hooks/useAttributeFilterHandlerState.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EACH,KAAK,mBAAmB,EACxB,KAAK,mCAAmC,EACxC,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,wBAAwB,EAC7B,KAAK,QAAQ,EACb,KAAK,mBAAmB,EACxB,KAAK,MAAM,EACX,KAAK,aAAa,EACrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzD,OAAO,EAAE,KAAK,kCAAkC,EAAE,MAAM,8DAA8D,CAAC;AACvH,OAAO,EACH,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EAC3B,MAAM,8CAA8C,CAAC;AAEtD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD,eAAe,EAAE,gBAAgB,CAAC;IAClC,wBAAwB,CAAC,EAAE,gBAAgB,CAAC;IAC5C,WAAW,CAAC,EAAE,mCAAmC,CAAC;IAClD,cAAc,EAAE;QACZ,MAAM,EAAE,oBAAoB,CAAC;QAC7B,KAAK,CAAC,EAAE,gBAAgB,CAAC;KAC5B,CAAC;IACF,SAAS,EAAE;QACP,IAAI,CAAC,EAAE,wBAAwB,CAAC;QAChC,MAAM,EAAE,oBAAoB,CAAC;QAC7B,KAAK,CAAC,EAAE,gBAAgB,CAAC;KAC5B,CAAC;IACF,QAAQ,EAAE;QACN,IAAI,CAAC,EAAE,iBAAiB,EAAE,CAAC;QAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,6BAA6B,CAAC,EAAE,MAAM,CAAC;QACvC,eAAe,EAAE;YACb,MAAM,EAAE,oBAAoB,CAAC;YAC7B,KAAK,CAAC,EAAE,gBAAgB,CAAC;SAC5B,CAAC;QACF,YAAY,EAAE;YACV,MAAM,EAAE,oBAAoB,CAAC;YAC7B,KAAK,CAAC,EAAE,gBAAgB,CAAC;SAC5B,CAAC;QACF,OAAO,CAAC,EAAE;YACN,MAAM,EAAE,MAAM,CAAC;YACf,KAAK,EAAE,MAAM,CAAC;YACd,KAAK,CAAC,EAAE,aAAa,CAAC;YACtB,MAAM,CAAC,EAAE,MAAM,CAAC;YAChB,wBAAwB,CAAC,EAAE,6BAA6B,EAAE,CAAC;YAC3D,gBAAgB,CAAC,EAAE,QAAQ,EAAE,CAAC;YAC9B,mBAAmB,CAAC,EAAE,CAAC,mBAAmB,GAAG,mBAAmB,CAAC,EAAE,CAAC;YACpE,uBAAuB,CAAC,EAAE,MAAM,EAAE,CAAC;SACtC,CAAC;KACL,CAAC;IACF,SAAS,EAAE;QACP,SAAS,EAAE;YACP,QAAQ,CAAC,EAAE,iBAAiB,EAAE,CAAC;YAC/B,IAAI,CAAC,EAAE,mBAAmB,EAAE,CAAC;YAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;YACrB,kBAAkB,CAAC,EAAE,iBAAiB,EAAE,CAAC;SAC5C,CAAC;QACF,OAAO,EAAE;YACL,QAAQ,CAAC,EAAE,iBAAiB,EAAE,CAAC;YAC/B,IAAI,CAAC,EAAE,mBAAmB,EAAE,CAAC;YAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;YACrB,SAAS,CAAC,EAAE,OAAO,CAAC;YACpB,OAAO,CAAC,EAAE,OAAO,CAAC;YAClB,kBAAkB,CAAC,EAAE,iBAAiB,EAAE,CAAC;SAC5C,CAAC;KACL,CAAC;IACF,MAAM,CAAC,EAAE;QACL,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;QAC1B,cAAc,CAAC,EAAE,iBAAiB,EAAE,CAAC;KACxC,CAAC;CACL;AAED;;GAEG;AACH,eAAO,MAAM,8BAA8B,YAC9B,kCAAkC,KAC5C,qCA+DF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAttributeFilterSearch.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/hooks/useAttributeFilterSearch.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC;AAED;;;;GAIG;AACH,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"useAttributeFilterSearch.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/hooks/useAttributeFilterSearch.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC;AAED;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,UAAW,8BAA8B;uBAS7D,MAAM;;CAWtB,CAAC"}
|
|
@@ -2,5 +2,5 @@ import { type IAbsoluteDateFilter, type IDashboardDateFilter, type IRelativeDate
|
|
|
2
2
|
/**
|
|
3
3
|
* @internal
|
|
4
4
|
*/
|
|
5
|
-
export declare const useResolveDependentDateFiltersInput: (dependentDateFilters?: IDashboardDateFilter[]
|
|
5
|
+
export declare const useResolveDependentDateFiltersInput: (dependentDateFilters?: IDashboardDateFilter[]) => (IRelativeDateFilter | IAbsoluteDateFilter)[];
|
|
6
6
|
//# sourceMappingURL=useResolveDependentDateFiltersInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useResolveDependentDateFiltersInput.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/hooks/useResolveDependentDateFiltersInput.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EAO3B,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,eAAO,MAAM,mCAAmC,
|
|
1
|
+
{"version":3,"file":"useResolveDependentDateFiltersInput.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/hooks/useResolveDependentDateFiltersInput.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EAO3B,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,eAAO,MAAM,mCAAmC,0BACrB,oBAAoB,EAAE,KAC9C,CAAC,mBAAmB,GAAG,mBAAmB,CAAC,EA4C7C,CAAC"}
|
|
@@ -3,7 +3,7 @@ import { type IPlaceholder } from "@gooddata/sdk-ui";
|
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
|
-
export declare const useResolveFilterInput: (filter?: IAttributeFilter
|
|
6
|
+
export declare const useResolveFilterInput: (filter?: IAttributeFilter, connectToPlaceholder?: IPlaceholder<IAttributeFilter>) => {
|
|
7
7
|
filter: IAttributeFilter | undefined;
|
|
8
8
|
setConnectedPlaceholderValue: (filter: IAttributeFilter) => void;
|
|
9
9
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useResolveFilterInput.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/hooks/useResolveFilterInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,KAAK,YAAY,EAAkB,MAAM,kBAAkB,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"useResolveFilterInput.d.ts","sourceRoot":"","sources":["../../../src/AttributeFilter/hooks/useResolveFilterInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,KAAK,YAAY,EAAkB,MAAM,kBAAkB,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,qBAAqB,YACrB,gBAAgB,yBACF,YAAY,CAAC,gBAAgB,CAAC;;2CAOxC,gBAAgB;CAYhC,CAAC"}
|