@lowdefy/blocks-antd 4.7.2 → 5.0.0
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/dist/blocks/Affix/Affix.js +6 -12
- package/dist/blocks/Affix/{schema.js → meta.js} +23 -14
- package/dist/blocks/Alert/Alert.js +17 -12
- package/dist/blocks/Alert/e2e.js +1 -1
- package/dist/blocks/Alert/meta.js +186 -0
- package/dist/blocks/AutoComplete/AutoComplete.js +15 -22
- package/dist/blocks/AutoComplete/meta.js +265 -0
- package/dist/blocks/Avatar/Avatar.js +58 -18
- package/dist/blocks/Avatar/meta.js +277 -0
- package/dist/blocks/Badge/Badge.js +13 -12
- package/dist/blocks/Badge/{schema.js → meta.js} +80 -1
- package/dist/blocks/Breadcrumb/Breadcrumb.js +40 -41
- package/dist/blocks/Breadcrumb/meta.js +90 -0
- package/dist/blocks/Button/Button.js +77 -39
- package/dist/blocks/Button/meta.js +230 -0
- package/dist/blocks/ButtonSelector/ButtonSelector.js +54 -59
- package/dist/blocks/ButtonSelector/meta.js +213 -0
- package/dist/blocks/Calendar/Calendar.js +111 -0
- package/dist/blocks/Calendar/e2e.js +27 -0
- package/dist/blocks/Calendar/meta.js +148 -0
- package/dist/blocks/Card/Card.js +22 -21
- package/dist/blocks/Card/meta.js +170 -0
- package/dist/blocks/Carousel/Carousel.js +6 -12
- package/dist/blocks/Carousel/{schema.js → meta.js} +61 -22
- package/dist/blocks/CheckboxSelector/CheckboxSelector.js +58 -64
- package/dist/blocks/CheckboxSelector/meta.js +150 -0
- package/dist/blocks/CheckboxSwitch/CheckboxSwitch.js +38 -44
- package/dist/blocks/CheckboxSwitch/meta.js +183 -0
- package/dist/blocks/Collapse/Collapse.js +21 -12
- package/dist/blocks/Collapse/meta.js +179 -0
- package/dist/blocks/ColorSelector/ColorSelector.js +97 -0
- package/dist/blocks/ColorSelector/e2e.js +32 -0
- package/dist/blocks/ColorSelector/meta.js +250 -0
- package/dist/blocks/ConfigProvider/ConfigProvider.js +51 -0
- package/dist/blocks/{Alert/style.less → ConfigProvider/e2e.js} +5 -3
- package/dist/blocks/{ControlledList/schema.js → ConfigProvider/meta.js} +43 -45
- package/dist/blocks/ConfirmModal/ConfirmModal.js +45 -25
- package/dist/blocks/ConfirmModal/{schema.js → meta.js} +93 -35
- package/dist/blocks/Content/Content.js +5 -12
- package/dist/blocks/{Layout/schema.js → Content/meta.js} +11 -3
- package/dist/blocks/ControlledList/ControlledList.js +42 -54
- package/dist/blocks/ControlledList/meta.js +158 -0
- package/dist/blocks/DateRangeSelector/DateRangeSelector.js +31 -29
- package/dist/blocks/DateRangeSelector/meta.js +297 -0
- package/dist/blocks/DateSelector/DateSelector.js +28 -28
- package/dist/blocks/DateSelector/meta.js +241 -0
- package/dist/blocks/DateTimeSelector/DateTimeSelector.js +28 -28
- package/dist/blocks/DateTimeSelector/meta.js +282 -0
- package/dist/blocks/Descriptions/Descriptions.js +20 -22
- package/dist/blocks/Descriptions/{schema.js → meta.js} +71 -15
- package/dist/blocks/Divider/Divider.js +8 -14
- package/dist/blocks/Divider/meta.js +86 -0
- package/dist/blocks/Drawer/Drawer.js +21 -16
- package/dist/blocks/Drawer/{schema.js → meta.js} +61 -61
- package/dist/blocks/DropdownButton/DropdownButton.js +221 -0
- package/dist/blocks/DropdownButton/e2e.js +30 -0
- package/dist/blocks/DropdownButton/meta.js +317 -0
- package/dist/blocks/DropdownMenu/DropdownMenu.js +130 -0
- package/dist/blocks/DropdownMenu/e2e.js +28 -0
- package/dist/blocks/DropdownMenu/meta.js +322 -0
- package/dist/blocks/Flex/Flex.js +31 -0
- package/dist/blocks/{Comment → Flex}/e2e.js +1 -2
- package/dist/blocks/Flex/meta.js +115 -0
- package/dist/blocks/FloatButton/FloatButton.js +46 -0
- package/dist/blocks/FloatButton/e2e.js +28 -0
- package/dist/blocks/FloatButton/meta.js +156 -0
- package/dist/blocks/Footer/Footer.js +8 -17
- package/dist/blocks/{Header/schema.js → Footer/meta.js} +11 -12
- package/dist/blocks/Header/Header.js +38 -18
- package/dist/blocks/Header/meta.js +318 -0
- package/dist/blocks/Label/Label.js +19 -27
- package/dist/blocks/Label/labelLogic.js +37 -41
- package/dist/blocks/Label/meta.js +148 -0
- package/dist/blocks/Label/style.module.css +185 -0
- package/dist/blocks/Layout/Layout.js +10 -13
- package/dist/blocks/{Content/schema.js → Layout/meta.js} +11 -3
- package/dist/blocks/Masonry/Masonry.js +37 -0
- package/dist/blocks/{Affix/style.less → Masonry/e2e.js} +9 -3
- package/dist/blocks/Masonry/meta.js +86 -0
- package/dist/blocks/MasonryList/MasonryList.js +42 -0
- package/dist/blocks/{AutoComplete/style.less → MasonryList/e2e.js} +9 -3
- package/dist/blocks/MasonryList/meta.js +86 -0
- package/dist/blocks/Menu/Menu.js +148 -122
- package/dist/blocks/Menu/meta.js +544 -0
- package/dist/blocks/Message/Message.js +18 -16
- package/dist/blocks/Message/{schema.js → meta.js} +29 -14
- package/dist/blocks/MobileMenu/MobileMenu.js +13 -21
- package/dist/blocks/MobileMenu/{schema.js → meta.js} +17 -31
- package/dist/blocks/Modal/Modal.js +20 -16
- package/dist/blocks/Modal/meta.js +234 -0
- package/dist/blocks/MonthSelector/MonthSelector.js +30 -30
- package/dist/blocks/MonthSelector/meta.js +260 -0
- package/dist/blocks/MultipleSelector/MultipleSelector.js +49 -36
- package/dist/blocks/MultipleSelector/{schema.js → meta.js} +177 -151
- package/dist/blocks/Notification/Notification.js +39 -23
- package/dist/blocks/Notification/{schema.js → meta.js} +36 -22
- package/dist/blocks/NumberInput/NumberInput.js +12 -21
- package/dist/blocks/NumberInput/meta.js +250 -0
- package/dist/blocks/PageHeaderMenu/PageHeaderMenu.js +137 -189
- package/dist/blocks/PageHeaderMenu/meta.js +420 -0
- package/dist/blocks/PageSiderMenu/PageSiderMenu.js +151 -192
- package/dist/blocks/PageSiderMenu/meta.js +476 -0
- package/dist/blocks/Pagination/Pagination.js +6 -15
- package/dist/blocks/Pagination/meta.js +233 -0
- package/dist/blocks/Paragraph/Paragraph.js +28 -16
- package/dist/blocks/Paragraph/{schema.js → meta.js} +68 -18
- package/dist/blocks/ParagraphInput/ParagraphInput.js +34 -17
- package/dist/blocks/ParagraphInput/{schema.js → meta.js} +134 -18
- package/dist/blocks/PasswordInput/PasswordInput.js +9 -16
- package/dist/blocks/PasswordInput/meta.js +195 -0
- package/dist/blocks/PhoneNumberInput/PhoneNumberInput.js +37 -33
- package/dist/blocks/PhoneNumberInput/formatPhoneNumber.js +25 -0
- package/dist/blocks/PhoneNumberInput/meta.js +225 -0
- package/dist/blocks/PhoneNumberInput/upstream-formatting-spec.md +173 -0
- package/dist/blocks/Popover/Popover.js +7 -12
- package/dist/blocks/Popover/{schema.js → meta.js} +81 -11
- package/dist/blocks/Progress/Progress.js +7 -12
- package/dist/blocks/Progress/{schema.js → meta.js} +74 -4
- package/dist/blocks/QRCode/QRCode.js +39 -0
- package/dist/blocks/{Footer/schema.js → QRCode/e2e.js} +9 -15
- package/dist/blocks/QRCode/meta.js +152 -0
- package/dist/blocks/RadioSelector/RadioSelector.js +55 -63
- package/dist/blocks/RadioSelector/meta.js +179 -0
- package/dist/blocks/RatingSlider/RatingSlider.js +95 -103
- package/dist/blocks/RatingSlider/meta.js +221 -0
- package/dist/blocks/Result/Result.js +13 -12
- package/dist/blocks/Result/meta.js +129 -0
- package/dist/blocks/Search/Search.js +135 -0
- package/dist/blocks/Search/SearchHighlight.js +33 -0
- package/dist/blocks/Search/SearchModal.js +171 -0
- package/dist/blocks/Search/SearchResults.js +129 -0
- package/dist/blocks/Search/meta.js +258 -0
- package/dist/blocks/Search/style.module.css +96 -0
- package/dist/blocks/Search/useListKeyboardNav.js +45 -0
- package/dist/blocks/Search/useRecentSearches.js +77 -0
- package/dist/blocks/Search/useSearchIndex.js +144 -0
- package/dist/blocks/SegmentedSelector/SegmentedSelector.js +93 -0
- package/dist/blocks/SegmentedSelector/e2e.js +32 -0
- package/dist/blocks/SegmentedSelector/meta.js +222 -0
- package/dist/blocks/Selector/Selector.js +35 -30
- package/dist/blocks/Selector/meta.js +379 -0
- package/dist/blocks/Sider/Sider.js +9 -18
- package/dist/blocks/Sider/{schema.js → meta.js} +20 -34
- package/dist/blocks/Slider/Slider.js +8 -20
- package/dist/blocks/Slider/meta.js +226 -0
- package/dist/blocks/Splitter/Splitter.js +70 -0
- package/dist/blocks/Splitter/e2e.js +24 -0
- package/dist/blocks/Splitter/meta.js +193 -0
- package/dist/blocks/Statistic/Statistic.js +26 -15
- package/dist/blocks/Statistic/{schema.js → meta.js} +41 -4
- package/dist/blocks/Steps/Steps.js +94 -0
- package/dist/blocks/Steps/e2e.js +31 -0
- package/dist/blocks/Steps/meta.js +246 -0
- package/dist/blocks/Switch/Switch.js +59 -54
- package/dist/blocks/Switch/meta.js +178 -0
- package/dist/blocks/Tabs/Tabs.js +49 -18
- package/dist/blocks/Tabs/meta.js +258 -0
- package/dist/blocks/Tag/Tag.js +17 -15
- package/dist/blocks/Tag/{schema.js → meta.js} +35 -13
- package/dist/blocks/TextArea/TextArea.js +10 -16
- package/dist/blocks/TextArea/meta.js +255 -0
- package/dist/blocks/TextInput/TextInput.js +23 -18
- package/dist/blocks/TextInput/meta.js +286 -0
- package/dist/blocks/TimelineList/TimelineList.js +29 -27
- package/dist/blocks/TimelineList/{schema.js → meta.js} +45 -8
- package/dist/blocks/Title/Title.js +34 -21
- package/dist/blocks/Title/{schema.js → meta.js} +117 -14
- package/dist/blocks/TitleInput/TitleInput.js +43 -25
- package/dist/blocks/TitleInput/{schema.js → meta.js} +156 -18
- package/dist/blocks/Tooltip/Tooltip.js +16 -16
- package/dist/blocks/Tooltip/{schema.js → meta.js} +74 -19
- package/dist/blocks/Tour/Tour.js +75 -0
- package/dist/blocks/Tour/e2e.js +31 -0
- package/dist/blocks/Tour/meta.js +255 -0
- package/dist/blocks/TreeSelector/TreeSelector.js +6 -12
- package/dist/blocks/TreeSelector/{schema.js → meta.js} +134 -25
- package/dist/blocks/Watermark/Watermark.js +34 -0
- package/dist/blocks/Watermark/e2e.js +23 -0
- package/dist/blocks/Watermark/meta.js +148 -0
- package/dist/blocks/WeekSelector/WeekSelector.js +35 -31
- package/dist/blocks/WeekSelector/meta.js +269 -0
- package/dist/blocks/buildMenuItems.js +95 -0
- package/dist/blocks/headerActions.js +220 -0
- package/dist/blocks/useItemShortcuts.js +64 -0
- package/dist/blocks/withTheme.js +40 -0
- package/dist/blocks.js +16 -1
- package/dist/disabledDate.js +15 -7
- package/dist/e2e.js +4 -1
- package/dist/metas.js +91 -0
- package/dist/schemas/breadcrumbList.js +64 -0
- package/dist/schemas/disabledDates.js +83 -0
- package/dist/{blocks/Avatar/style.less → schemas/icon.js} +10 -3
- package/dist/schemas/index.js +21 -0
- package/dist/schemas/inputProperties.js +70 -0
- package/dist/schemas/label.js +62 -0
- package/dist/schemas/menuLinks.js +49 -0
- package/dist/schemas/options.js +84 -0
- package/dist/types.js +4 -18
- package/package.json +19 -17
- package/dist/blocks/Affix/schema.json +0 -34
- package/dist/blocks/Alert/schema.js +0 -84
- package/dist/blocks/Alert/schema.json +0 -62
- package/dist/blocks/AutoComplete/schema.js +0 -181
- package/dist/blocks/AutoComplete/schema.json +0 -160
- package/dist/blocks/Avatar/schema.js +0 -98
- package/dist/blocks/Avatar/schema.json +0 -71
- package/dist/blocks/Badge/schema.json +0 -70
- package/dist/blocks/Badge/style.less +0 -17
- package/dist/blocks/Breadcrumb/schema.js +0 -95
- package/dist/blocks/Breadcrumb/schema.json +0 -78
- package/dist/blocks/Breadcrumb/style.less +0 -17
- package/dist/blocks/Button/schema.js +0 -123
- package/dist/blocks/Button/schema.json +0 -91
- package/dist/blocks/Button/style.less +0 -17
- package/dist/blocks/ButtonSelector/schema.js +0 -214
- package/dist/blocks/ButtonSelector/schema.json +0 -188
- package/dist/blocks/ButtonSelector/style.less +0 -18
- package/dist/blocks/Card/schema.js +0 -75
- package/dist/blocks/Card/schema.json +0 -58
- package/dist/blocks/Card/style.less +0 -17
- package/dist/blocks/Carousel/schema.json +0 -183
- package/dist/blocks/Carousel/style.less +0 -17
- package/dist/blocks/CheckboxSelector/schema.js +0 -220
- package/dist/blocks/CheckboxSelector/schema.json +0 -193
- package/dist/blocks/CheckboxSelector/style.less +0 -19
- package/dist/blocks/CheckboxSwitch/schema.js +0 -122
- package/dist/blocks/CheckboxSwitch/schema.json +0 -105
- package/dist/blocks/CheckboxSwitch/style.less +0 -19
- package/dist/blocks/Collapse/schema.js +0 -110
- package/dist/blocks/Collapse/schema.json +0 -90
- package/dist/blocks/Collapse/style.less +0 -17
- package/dist/blocks/Comment/Comment.js +0 -56
- package/dist/blocks/Comment/schema.js +0 -56
- package/dist/blocks/Comment/schema.json +0 -39
- package/dist/blocks/Comment/style.less +0 -18
- package/dist/blocks/ConfirmModal/schema.json +0 -122
- package/dist/blocks/ConfirmModal/style.less +0 -17
- package/dist/blocks/Content/schema.json +0 -16
- package/dist/blocks/Content/style.less +0 -17
- package/dist/blocks/ControlledList/schema.json +0 -73
- package/dist/blocks/ControlledList/style.less +0 -19
- package/dist/blocks/DateRangeSelector/schema.js +0 -266
- package/dist/blocks/DateRangeSelector/schema.json +0 -221
- package/dist/blocks/DateRangeSelector/style.less +0 -18
- package/dist/blocks/DateSelector/schema.js +0 -219
- package/dist/blocks/DateSelector/schema.json +0 -183
- package/dist/blocks/DateSelector/style.less +0 -18
- package/dist/blocks/DateTimeSelector/schema.js +0 -251
- package/dist/blocks/DateTimeSelector/schema.json +0 -215
- package/dist/blocks/DateTimeSelector/style.less +0 -18
- package/dist/blocks/Descriptions/schema.json +0 -186
- package/dist/blocks/Descriptions/style.less +0 -17
- package/dist/blocks/Divider/schema.js +0 -56
- package/dist/blocks/Divider/schema.json +0 -35
- package/dist/blocks/Divider/style.less +0 -17
- package/dist/blocks/Drawer/schema.json +0 -121
- package/dist/blocks/Drawer/style.less +0 -17
- package/dist/blocks/Footer/schema.json +0 -16
- package/dist/blocks/Footer/style.less +0 -17
- package/dist/blocks/Header/schema.json +0 -22
- package/dist/blocks/Header/style.less +0 -17
- package/dist/blocks/Label/schema.js +0 -83
- package/dist/blocks/Label/schema.json +0 -62
- package/dist/blocks/Label/style.less +0 -34
- package/dist/blocks/Layout/schema.json +0 -16
- package/dist/blocks/Layout/style.less +0 -17
- package/dist/blocks/Menu/schema.js +0 -283
- package/dist/blocks/Menu/schema.json +0 -236
- package/dist/blocks/Menu/style.less +0 -17
- package/dist/blocks/Message/schema.json +0 -48
- package/dist/blocks/Message/style.less +0 -17
- package/dist/blocks/MobileMenu/schema.json +0 -236
- package/dist/blocks/MobileMenu/style.less +0 -19
- package/dist/blocks/Modal/schema.js +0 -142
- package/dist/blocks/Modal/schema.json +0 -125
- package/dist/blocks/Modal/style.less +0 -17
- package/dist/blocks/MonthSelector/schema.js +0 -219
- package/dist/blocks/MonthSelector/schema.json +0 -183
- package/dist/blocks/MonthSelector/style.less +0 -18
- package/dist/blocks/MultipleSelector/schema.json +0 -297
- package/dist/blocks/MultipleSelector/style.less +0 -19
- package/dist/blocks/Notification/schema.json +0 -85
- package/dist/blocks/Notification/style.less +0 -18
- package/dist/blocks/NumberInput/schema.js +0 -193
- package/dist/blocks/NumberInput/schema.json +0 -172
- package/dist/blocks/NumberInput/style.less +0 -18
- package/dist/blocks/PageHeaderMenu/schema.js +0 -241
- package/dist/blocks/PageHeaderMenu/schema.json +0 -215
- package/dist/blocks/PageHeaderMenu/style.less +0 -23
- package/dist/blocks/PageSiderMenu/schema.js +0 -321
- package/dist/blocks/PageSiderMenu/schema.json +0 -283
- package/dist/blocks/PageSiderMenu/style.less +0 -26
- package/dist/blocks/Pagination/schema.js +0 -101
- package/dist/blocks/Pagination/schema.json +0 -75
- package/dist/blocks/Pagination/style.less +0 -17
- package/dist/blocks/Paragraph/schema.json +0 -135
- package/dist/blocks/Paragraph/style.less +0 -18
- package/dist/blocks/ParagraphInput/schema.json +0 -162
- package/dist/blocks/ParagraphInput/style.less +0 -17
- package/dist/blocks/PasswordInput/schema.js +0 -152
- package/dist/blocks/PasswordInput/schema.json +0 -131
- package/dist/blocks/PasswordInput/style.less +0 -18
- package/dist/blocks/PhoneNumberInput/schema.js +0 -243
- package/dist/blocks/PhoneNumberInput/schema.json +0 -216
- package/dist/blocks/PhoneNumberInput/style.less +0 -33
- package/dist/blocks/Popover/schema.json +0 -86
- package/dist/blocks/Popover/style.less +0 -17
- package/dist/blocks/Progress/schema.json +0 -76
- package/dist/blocks/Progress/style.less +0 -17
- package/dist/blocks/RadioSelector/schema.js +0 -217
- package/dist/blocks/RadioSelector/schema.json +0 -190
- package/dist/blocks/RadioSelector/style.less +0 -19
- package/dist/blocks/RatingSlider/schema.js +0 -196
- package/dist/blocks/RatingSlider/schema.json +0 -169
- package/dist/blocks/RatingSlider/style.less +0 -19
- package/dist/blocks/Result/schema.js +0 -55
- package/dist/blocks/Result/schema.json +0 -30
- package/dist/blocks/Result/style.less +0 -17
- package/dist/blocks/Selector/schema.js +0 -287
- package/dist/blocks/Selector/schema.json +0 -258
- package/dist/blocks/Selector/style.less +0 -18
- package/dist/blocks/Sider/schema.json +0 -71
- package/dist/blocks/Sider/style.less +0 -17
- package/dist/blocks/Slider/style.less +0 -18
- package/dist/blocks/Statistic/schema.json +0 -74
- package/dist/blocks/Statistic/style.less +0 -17
- package/dist/blocks/Switch/schema.js +0 -162
- package/dist/blocks/Switch/schema.json +0 -136
- package/dist/blocks/Switch/style.less +0 -18
- package/dist/blocks/Tabs/schema.js +0 -124
- package/dist/blocks/Tabs/schema.json +0 -93
- package/dist/blocks/Tabs/style.less +0 -17
- package/dist/blocks/Tag/schema.json +0 -45
- package/dist/blocks/Tag/style.less +0 -17
- package/dist/blocks/TextArea/schema.js +0 -196
- package/dist/blocks/TextArea/schema.json +0 -172
- package/dist/blocks/TextArea/style.less +0 -18
- package/dist/blocks/TextInput/schema.js +0 -223
- package/dist/blocks/TextInput/schema.json +0 -189
- package/dist/blocks/TextInput/style.less +0 -18
- package/dist/blocks/TimelineList/schema.json +0 -65
- package/dist/blocks/TimelineList/style.less +0 -17
- package/dist/blocks/Title/schema.json +0 -136
- package/dist/blocks/Title/style.less +0 -18
- package/dist/blocks/TitleInput/schema.json +0 -171
- package/dist/blocks/TitleInput/style.less +0 -17
- package/dist/blocks/Tooltip/schema.json +0 -91
- package/dist/blocks/Tooltip/style.less +0 -17
- package/dist/blocks/TreeSelector/schema.json +0 -166
- package/dist/blocks/TreeSelector/style.less +0 -27
- package/dist/blocks/WeekSelector/schema.js +0 -219
- package/dist/blocks/WeekSelector/schema.json +0 -183
- package/dist/blocks/WeekSelector/style.less +0 -18
- package/dist/color.js +0 -85
- package/dist/schemas.js +0 -75
- package/dist/style.less +0 -17
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2020-2026 Lowdefy, Inc
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
*/ import React, { useState, useCallback, useRef, useEffect } from 'react';
|
|
16
|
+
import { Empty, Input, Modal, Skeleton } from 'antd';
|
|
17
|
+
import { ClockCircleOutlined, SearchOutlined } from '@ant-design/icons';
|
|
18
|
+
import { cn } from '@lowdefy/block-utils';
|
|
19
|
+
import SearchResults, { groupResults } from './SearchResults.js';
|
|
20
|
+
import useListKeyboardNav from './useListKeyboardNav.js';
|
|
21
|
+
function SearchModal({ open, onClose, properties, methods, classNames = {}, styles = {}, searchIndex, recentSearches }) {
|
|
22
|
+
const [query, setQuery] = useState('');
|
|
23
|
+
const [results, setResults] = useState([]);
|
|
24
|
+
const debounceRef = useRef(null);
|
|
25
|
+
const inputRef = useRef(null);
|
|
26
|
+
const resultMapping = {
|
|
27
|
+
...searchIndex.resultDefaults ?? {},
|
|
28
|
+
...properties.result ?? {}
|
|
29
|
+
};
|
|
30
|
+
const groups = properties.groups ?? searchIndex.groups ?? [];
|
|
31
|
+
const maxResults = properties.maxResults ?? 20;
|
|
32
|
+
const flatResults = results.slice(0, maxResults);
|
|
33
|
+
const highlightTerms = flatResults.length > 0 ? flatResults[0].terms : [];
|
|
34
|
+
// Build display-ordered array (grouped order) for keyboard navigation.
|
|
35
|
+
// groupResults reorders items by group — the keyboard index must match display order.
|
|
36
|
+
const grouped = groupResults(flatResults, groups, resultMapping);
|
|
37
|
+
const displayOrderResults = grouped.flatMap((group)=>group.items);
|
|
38
|
+
const handleSelect = useCallback((item)=>{
|
|
39
|
+
recentSearches.addSearch(query);
|
|
40
|
+
methods.triggerEvent({
|
|
41
|
+
name: 'onSelect',
|
|
42
|
+
event: {
|
|
43
|
+
...item,
|
|
44
|
+
query,
|
|
45
|
+
resultCount: results.length
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
onClose();
|
|
49
|
+
}, [
|
|
50
|
+
query,
|
|
51
|
+
results,
|
|
52
|
+
methods,
|
|
53
|
+
onClose,
|
|
54
|
+
recentSearches
|
|
55
|
+
]);
|
|
56
|
+
const handleSelectByIndex = useCallback((index)=>{
|
|
57
|
+
if (displayOrderResults[index]) {
|
|
58
|
+
handleSelect(displayOrderResults[index]);
|
|
59
|
+
}
|
|
60
|
+
}, [
|
|
61
|
+
displayOrderResults,
|
|
62
|
+
handleSelect
|
|
63
|
+
]);
|
|
64
|
+
const { selectedIndex, onKeyDown } = useListKeyboardNav({
|
|
65
|
+
itemCount: displayOrderResults.length,
|
|
66
|
+
onSelect: handleSelectByIndex
|
|
67
|
+
});
|
|
68
|
+
const handleInputChange = useCallback((e)=>{
|
|
69
|
+
const value = e.target.value;
|
|
70
|
+
setQuery(value);
|
|
71
|
+
if (debounceRef.current) clearTimeout(debounceRef.current);
|
|
72
|
+
debounceRef.current = setTimeout(()=>{
|
|
73
|
+
if (!value) {
|
|
74
|
+
setResults([]);
|
|
75
|
+
return;
|
|
76
|
+
}
|
|
77
|
+
const searchResults = searchIndex.search(value);
|
|
78
|
+
setResults(searchResults);
|
|
79
|
+
methods.triggerEvent({
|
|
80
|
+
name: 'onSearch',
|
|
81
|
+
event: {
|
|
82
|
+
value,
|
|
83
|
+
resultCount: searchResults.length
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
}, 150);
|
|
87
|
+
}, [
|
|
88
|
+
searchIndex,
|
|
89
|
+
methods
|
|
90
|
+
]);
|
|
91
|
+
const handleRecentClick = useCallback((recentQuery)=>{
|
|
92
|
+
setQuery(recentQuery);
|
|
93
|
+
const searchResults = searchIndex.search(recentQuery);
|
|
94
|
+
setResults(searchResults);
|
|
95
|
+
}, [
|
|
96
|
+
searchIndex
|
|
97
|
+
]);
|
|
98
|
+
useEffect(()=>{
|
|
99
|
+
if (!open) {
|
|
100
|
+
setQuery('');
|
|
101
|
+
setResults([]);
|
|
102
|
+
}
|
|
103
|
+
}, [
|
|
104
|
+
open
|
|
105
|
+
]);
|
|
106
|
+
useEffect(()=>{
|
|
107
|
+
if (open && inputRef.current) {
|
|
108
|
+
setTimeout(()=>inputRef.current?.focus(), 100);
|
|
109
|
+
}
|
|
110
|
+
}, [
|
|
111
|
+
open
|
|
112
|
+
]);
|
|
113
|
+
const showRecent = !query && properties.recentSearches !== false && recentSearches.recentSearches.length > 0;
|
|
114
|
+
return /*#__PURE__*/ React.createElement(Modal, {
|
|
115
|
+
open: open,
|
|
116
|
+
footer: null,
|
|
117
|
+
closable: false,
|
|
118
|
+
width: properties.width ?? 640,
|
|
119
|
+
onCancel: onClose,
|
|
120
|
+
className: cn(classNames.modal),
|
|
121
|
+
style: styles.modal,
|
|
122
|
+
destroyOnClose: true
|
|
123
|
+
}, /*#__PURE__*/ React.createElement(Input, {
|
|
124
|
+
ref: inputRef,
|
|
125
|
+
className: cn(classNames.input),
|
|
126
|
+
style: styles.input,
|
|
127
|
+
prefix: /*#__PURE__*/ React.createElement(SearchOutlined, null),
|
|
128
|
+
placeholder: properties.placeholder ?? 'Search...',
|
|
129
|
+
allowClear: true,
|
|
130
|
+
value: query,
|
|
131
|
+
onChange: handleInputChange,
|
|
132
|
+
onKeyDown: onKeyDown
|
|
133
|
+
}), searchIndex.loading && /*#__PURE__*/ React.createElement("div", {
|
|
134
|
+
style: {
|
|
135
|
+
padding: 16
|
|
136
|
+
}
|
|
137
|
+
}, /*#__PURE__*/ React.createElement(Skeleton, {
|
|
138
|
+
active: true,
|
|
139
|
+
paragraph: {
|
|
140
|
+
rows: 3
|
|
141
|
+
}
|
|
142
|
+
})), !searchIndex.loading && query && flatResults.length === 0 && /*#__PURE__*/ React.createElement(Empty, {
|
|
143
|
+
className: cn(classNames.empty),
|
|
144
|
+
style: {
|
|
145
|
+
padding: 32,
|
|
146
|
+
...styles.empty
|
|
147
|
+
},
|
|
148
|
+
description: properties.noResultsMessage ?? 'No results found.'
|
|
149
|
+
}), !searchIndex.loading && flatResults.length > 0 && /*#__PURE__*/ React.createElement(SearchResults, {
|
|
150
|
+
grouped: grouped,
|
|
151
|
+
resultMapping: resultMapping,
|
|
152
|
+
selectedIndex: selectedIndex,
|
|
153
|
+
highlightTerms: properties.highlightMatches !== false ? highlightTerms : null,
|
|
154
|
+
highlightMatches: properties.highlightMatches !== false,
|
|
155
|
+
onSelect: handleSelect,
|
|
156
|
+
classNames: classNames,
|
|
157
|
+
styles: styles
|
|
158
|
+
}), showRecent && /*#__PURE__*/ React.createElement("div", null, /*#__PURE__*/ React.createElement("div", {
|
|
159
|
+
className: "lf-search-recent-header"
|
|
160
|
+
}, /*#__PURE__*/ React.createElement("span", null, "Recent")), recentSearches.recentSearches.map((item)=>/*#__PURE__*/ React.createElement("div", {
|
|
161
|
+
key: item.query,
|
|
162
|
+
className: cn('lf-search-item', classNames.item),
|
|
163
|
+
style: styles.item,
|
|
164
|
+
onClick: ()=>handleRecentClick(item.query)
|
|
165
|
+
}, /*#__PURE__*/ React.createElement(ClockCircleOutlined, {
|
|
166
|
+
style: {
|
|
167
|
+
color: 'var(--ant-color-text-quaternary)'
|
|
168
|
+
}
|
|
169
|
+
}), /*#__PURE__*/ React.createElement("span", null, item.query)))));
|
|
170
|
+
}
|
|
171
|
+
export default SearchModal;
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2020-2026 Lowdefy, Inc
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
*/ import React, { useEffect, useRef } from 'react';
|
|
16
|
+
import { FileOutlined } from '@ant-design/icons';
|
|
17
|
+
import { cn } from '@lowdefy/block-utils';
|
|
18
|
+
import SearchHighlight from './SearchHighlight.js';
|
|
19
|
+
function groupResults(results, groups, resultMapping) {
|
|
20
|
+
if (!groups || groups.length === 0) return [
|
|
21
|
+
{
|
|
22
|
+
label: null,
|
|
23
|
+
items: results
|
|
24
|
+
}
|
|
25
|
+
];
|
|
26
|
+
const categoryField = resultMapping?.category;
|
|
27
|
+
const grouped = new Map();
|
|
28
|
+
const other = [];
|
|
29
|
+
for (const result of results){
|
|
30
|
+
const value = categoryField ? result[categoryField] : null;
|
|
31
|
+
let matched = false;
|
|
32
|
+
for (const group of groups){
|
|
33
|
+
const matchEntries = Object.entries(group.match ?? {});
|
|
34
|
+
if (matchEntries.every(([field, val])=>result[field] === val)) {
|
|
35
|
+
if (!grouped.has(group.label)) {
|
|
36
|
+
grouped.set(group.label, {
|
|
37
|
+
...group,
|
|
38
|
+
items: []
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
grouped.get(group.label).items.push(result);
|
|
42
|
+
matched = true;
|
|
43
|
+
break;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
if (!matched) {
|
|
47
|
+
other.push(result);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
const result = [];
|
|
51
|
+
for (const group of groups){
|
|
52
|
+
const entry = grouped.get(group.label);
|
|
53
|
+
if (entry && entry.items.length > 0) {
|
|
54
|
+
result.push(entry);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
if (other.length > 0) {
|
|
58
|
+
result.push({
|
|
59
|
+
label: 'Other',
|
|
60
|
+
items: other
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
return result;
|
|
64
|
+
}
|
|
65
|
+
function SearchResults({ grouped, resultMapping, selectedIndex, highlightTerms, highlightMatches, onSelect, classNames = {}, styles = {} }) {
|
|
66
|
+
const selectedRef = useRef(null);
|
|
67
|
+
useEffect(()=>{
|
|
68
|
+
if (selectedRef.current) {
|
|
69
|
+
selectedRef.current.scrollIntoView({
|
|
70
|
+
block: 'nearest'
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
}, [
|
|
74
|
+
selectedIndex
|
|
75
|
+
]);
|
|
76
|
+
const titleField = resultMapping?.title ?? 'title';
|
|
77
|
+
const descField = resultMapping?.description;
|
|
78
|
+
const iconField = resultMapping?.icon;
|
|
79
|
+
let flatIndex = 0;
|
|
80
|
+
return /*#__PURE__*/ React.createElement("div", {
|
|
81
|
+
className: cn('lf-search-results', classNames.results),
|
|
82
|
+
style: styles.results
|
|
83
|
+
}, grouped.map((group, gi)=>/*#__PURE__*/ React.createElement("div", {
|
|
84
|
+
key: group.label ?? gi,
|
|
85
|
+
className: classNames.group,
|
|
86
|
+
style: styles.group
|
|
87
|
+
}, group.label && /*#__PURE__*/ React.createElement("div", {
|
|
88
|
+
className: cn('lf-search-group-header', classNames.groupHeading),
|
|
89
|
+
style: styles.groupHeading
|
|
90
|
+
}, group.label), group.items.map((item)=>{
|
|
91
|
+
const currentIndex = flatIndex++;
|
|
92
|
+
const isSelected = currentIndex === selectedIndex;
|
|
93
|
+
const title = item[titleField] ?? item.id;
|
|
94
|
+
const desc = descField ? item[descField] : null;
|
|
95
|
+
return /*#__PURE__*/ React.createElement("div", {
|
|
96
|
+
key: item.id ?? currentIndex,
|
|
97
|
+
ref: isSelected ? selectedRef : null,
|
|
98
|
+
className: cn('lf-search-item', isSelected && 'lf-search-item-selected', classNames.item),
|
|
99
|
+
style: styles.item,
|
|
100
|
+
onClick: ()=>onSelect(item)
|
|
101
|
+
}, /*#__PURE__*/ React.createElement("span", {
|
|
102
|
+
className: classNames.itemIcon,
|
|
103
|
+
style: {
|
|
104
|
+
color: 'var(--ant-color-text-secondary)',
|
|
105
|
+
...styles.itemIcon
|
|
106
|
+
}
|
|
107
|
+
}, /*#__PURE__*/ React.createElement(FileOutlined, null)), /*#__PURE__*/ React.createElement("div", {
|
|
108
|
+
className: "lf-search-item-content"
|
|
109
|
+
}, /*#__PURE__*/ React.createElement("div", {
|
|
110
|
+
className: cn('lf-search-item-title', classNames.itemTitle),
|
|
111
|
+
style: styles.itemTitle
|
|
112
|
+
}, highlightMatches && highlightTerms ? /*#__PURE__*/ React.createElement(SearchHighlight, {
|
|
113
|
+
text: title,
|
|
114
|
+
terms: highlightTerms,
|
|
115
|
+
className: cn('lf-search-highlight', classNames.highlight),
|
|
116
|
+
style: styles.highlight
|
|
117
|
+
}) : title), desc && /*#__PURE__*/ React.createElement("div", {
|
|
118
|
+
className: cn('lf-search-item-description', classNames.itemDescription),
|
|
119
|
+
style: styles.itemDescription
|
|
120
|
+
}, highlightMatches && highlightTerms ? /*#__PURE__*/ React.createElement(SearchHighlight, {
|
|
121
|
+
text: desc,
|
|
122
|
+
terms: highlightTerms,
|
|
123
|
+
className: cn('lf-search-highlight', classNames.highlight),
|
|
124
|
+
style: styles.highlight
|
|
125
|
+
}) : desc)));
|
|
126
|
+
}))));
|
|
127
|
+
}
|
|
128
|
+
export default SearchResults;
|
|
129
|
+
export { groupResults };
|
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2020-2026 Lowdefy, Inc
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
*/ export default {
|
|
16
|
+
category: 'display',
|
|
17
|
+
icons: [],
|
|
18
|
+
valueType: null,
|
|
19
|
+
cssKeys: {
|
|
20
|
+
element: 'The search trigger button and modal root.',
|
|
21
|
+
trigger: 'The trigger button.',
|
|
22
|
+
triggerBadge: 'The keyboard shortcut badge on the trigger.',
|
|
23
|
+
modal: 'The antd Modal container.',
|
|
24
|
+
input: 'The search input field.',
|
|
25
|
+
results: 'The scrollable results list.',
|
|
26
|
+
group: 'A result group container.',
|
|
27
|
+
groupHeading: 'A group heading label.',
|
|
28
|
+
item: 'A result item row.',
|
|
29
|
+
itemIcon: 'The icon in a result item.',
|
|
30
|
+
itemTitle: 'The title in a result item.',
|
|
31
|
+
itemDescription: 'The description/snippet in a result item.',
|
|
32
|
+
highlight: 'Highlighted match text (<mark> elements).',
|
|
33
|
+
empty: 'The empty state message.'
|
|
34
|
+
},
|
|
35
|
+
methods: {
|
|
36
|
+
toggleOpen: 'Toggle the search modal open or closed.',
|
|
37
|
+
setOpen: 'Open or close the search modal. Accepts { open: boolean }.'
|
|
38
|
+
},
|
|
39
|
+
events: {
|
|
40
|
+
onSelect: {
|
|
41
|
+
description: 'Trigger actions when a search result is selected. Result item stored fields are spread into the event object.',
|
|
42
|
+
event: {
|
|
43
|
+
query: 'The search term.',
|
|
44
|
+
resultCount: 'Total results for the query.'
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
onSearch: {
|
|
48
|
+
description: 'Trigger actions when the search query changes.',
|
|
49
|
+
event: {
|
|
50
|
+
value: 'The search term.',
|
|
51
|
+
resultCount: 'Number of matching results.'
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
onOpen: 'Trigger actions when the search modal opens.',
|
|
55
|
+
onClose: 'Trigger actions when the search modal closes.'
|
|
56
|
+
},
|
|
57
|
+
properties: {
|
|
58
|
+
type: 'object',
|
|
59
|
+
additionalProperties: false,
|
|
60
|
+
properties: {
|
|
61
|
+
indexUrl: {
|
|
62
|
+
type: [
|
|
63
|
+
'string',
|
|
64
|
+
'array'
|
|
65
|
+
],
|
|
66
|
+
description: 'URL or array of URLs to pre-built search index JSON files.',
|
|
67
|
+
docs: {
|
|
68
|
+
displayType: 'yaml'
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
documents: {
|
|
72
|
+
type: 'array',
|
|
73
|
+
description: 'Array of document objects for client-side indexing.',
|
|
74
|
+
items: {
|
|
75
|
+
type: 'object'
|
|
76
|
+
},
|
|
77
|
+
docs: {
|
|
78
|
+
displayType: 'yaml'
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
fields: {
|
|
82
|
+
type: 'array',
|
|
83
|
+
description: 'Fields to index. Required when using documents, optional for indexUrl.',
|
|
84
|
+
items: {
|
|
85
|
+
type: 'string'
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
storeFields: {
|
|
89
|
+
type: 'array',
|
|
90
|
+
description: 'Fields to store in the index and return in results.',
|
|
91
|
+
items: {
|
|
92
|
+
type: 'string'
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
searchOptions: {
|
|
96
|
+
type: 'object',
|
|
97
|
+
description: 'MiniSearch search options.',
|
|
98
|
+
docs: {
|
|
99
|
+
displayType: 'yaml'
|
|
100
|
+
},
|
|
101
|
+
properties: {
|
|
102
|
+
boost: {
|
|
103
|
+
type: 'object',
|
|
104
|
+
description: 'Field boost factors for relevance scoring.'
|
|
105
|
+
},
|
|
106
|
+
fuzzy: {
|
|
107
|
+
type: 'number',
|
|
108
|
+
description: 'Fuzzy matching tolerance as a fraction of term length (0 to 1).'
|
|
109
|
+
},
|
|
110
|
+
prefix: {
|
|
111
|
+
type: 'boolean',
|
|
112
|
+
description: 'Enable prefix matching.',
|
|
113
|
+
default: true
|
|
114
|
+
},
|
|
115
|
+
combineWith: {
|
|
116
|
+
type: 'string',
|
|
117
|
+
enum: [
|
|
118
|
+
'OR',
|
|
119
|
+
'AND'
|
|
120
|
+
],
|
|
121
|
+
default: 'OR',
|
|
122
|
+
description: 'How to combine search terms.'
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
label: {
|
|
127
|
+
type: 'string',
|
|
128
|
+
description: 'Trigger button text.',
|
|
129
|
+
default: 'Search'
|
|
130
|
+
},
|
|
131
|
+
icon: {
|
|
132
|
+
type: [
|
|
133
|
+
'string',
|
|
134
|
+
'object'
|
|
135
|
+
],
|
|
136
|
+
description: 'Trigger button icon name or Icon block properties.',
|
|
137
|
+
docs: {
|
|
138
|
+
displayType: 'icon'
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
showShortcut: {
|
|
142
|
+
type: 'boolean',
|
|
143
|
+
description: 'Show keyboard shortcut badge on the trigger button.',
|
|
144
|
+
default: true
|
|
145
|
+
},
|
|
146
|
+
placeholder: {
|
|
147
|
+
type: 'string',
|
|
148
|
+
description: 'Search input placeholder text.',
|
|
149
|
+
default: 'Search...'
|
|
150
|
+
},
|
|
151
|
+
shortcut: {
|
|
152
|
+
type: 'string',
|
|
153
|
+
description: 'Keyboard shortcut to open the modal. Renders a shortcut badge on the trigger button (see showShortcut). Use "mod" for Cmd on Mac, Ctrl elsewhere.',
|
|
154
|
+
default: 'mod+k'
|
|
155
|
+
},
|
|
156
|
+
width: {
|
|
157
|
+
type: 'number',
|
|
158
|
+
description: 'Modal width in pixels.',
|
|
159
|
+
default: 640
|
|
160
|
+
},
|
|
161
|
+
maxResults: {
|
|
162
|
+
type: 'number',
|
|
163
|
+
description: 'Maximum number of results displayed.',
|
|
164
|
+
default: 20
|
|
165
|
+
},
|
|
166
|
+
result: {
|
|
167
|
+
type: 'object',
|
|
168
|
+
description: 'Maps index fields to result UI slots.',
|
|
169
|
+
docs: {
|
|
170
|
+
displayType: 'yaml'
|
|
171
|
+
},
|
|
172
|
+
properties: {
|
|
173
|
+
title: {
|
|
174
|
+
type: 'string',
|
|
175
|
+
description: 'Field name for result title.',
|
|
176
|
+
default: 'title'
|
|
177
|
+
},
|
|
178
|
+
description: {
|
|
179
|
+
type: 'string',
|
|
180
|
+
description: 'Field name for result description/snippet.'
|
|
181
|
+
},
|
|
182
|
+
category: {
|
|
183
|
+
type: 'string',
|
|
184
|
+
description: 'Field name for result grouping category.'
|
|
185
|
+
},
|
|
186
|
+
icon: {
|
|
187
|
+
type: 'string',
|
|
188
|
+
description: 'Field name for result icon name.'
|
|
189
|
+
},
|
|
190
|
+
pageId: {
|
|
191
|
+
type: 'string',
|
|
192
|
+
description: 'Field name for Lowdefy page navigation.'
|
|
193
|
+
},
|
|
194
|
+
url: {
|
|
195
|
+
type: 'string',
|
|
196
|
+
description: 'Field name for external URL navigation.'
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
groups: {
|
|
201
|
+
type: 'array',
|
|
202
|
+
description: 'Result grouping definitions.',
|
|
203
|
+
docs: {
|
|
204
|
+
displayType: 'yaml'
|
|
205
|
+
},
|
|
206
|
+
items: {
|
|
207
|
+
type: 'object',
|
|
208
|
+
properties: {
|
|
209
|
+
label: {
|
|
210
|
+
type: 'string',
|
|
211
|
+
description: 'Group display label.'
|
|
212
|
+
},
|
|
213
|
+
match: {
|
|
214
|
+
type: 'object',
|
|
215
|
+
description: 'Field/value pairs to match results to this group.'
|
|
216
|
+
},
|
|
217
|
+
icon: {
|
|
218
|
+
type: 'string',
|
|
219
|
+
description: 'Icon for the group header.'
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
noResultsMessage: {
|
|
225
|
+
type: 'string',
|
|
226
|
+
description: 'Message shown when no results match.',
|
|
227
|
+
default: 'No results found.'
|
|
228
|
+
},
|
|
229
|
+
highlightMatches: {
|
|
230
|
+
type: 'boolean',
|
|
231
|
+
description: 'Highlight matched terms in results.',
|
|
232
|
+
default: true
|
|
233
|
+
},
|
|
234
|
+
recentSearches: {
|
|
235
|
+
type: 'boolean',
|
|
236
|
+
description: 'Show recent searches when input is empty.',
|
|
237
|
+
default: true
|
|
238
|
+
},
|
|
239
|
+
recentSearchesKey: {
|
|
240
|
+
type: 'string',
|
|
241
|
+
description: 'localStorage key prefix for recent searches.',
|
|
242
|
+
default: 'search'
|
|
243
|
+
},
|
|
244
|
+
recentSearchesCount: {
|
|
245
|
+
type: 'number',
|
|
246
|
+
description: 'Maximum number of recent searches stored.',
|
|
247
|
+
default: 5
|
|
248
|
+
},
|
|
249
|
+
theme: {
|
|
250
|
+
type: 'object',
|
|
251
|
+
description: 'Antd design token overrides for this block. See <a href="https://ant.design/components/overview#design-token">antd design tokens</a>.',
|
|
252
|
+
docs: {
|
|
253
|
+
displayType: 'yaml'
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
};
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2020-2026 Lowdefy, Inc
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
@layer components {
|
|
18
|
+
:global(.lf-search-results) {
|
|
19
|
+
max-height: 60vh;
|
|
20
|
+
overflow-y: auto;
|
|
21
|
+
padding: var(--ant-padding-xs) 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
:global(.lf-search-item) {
|
|
25
|
+
display: flex;
|
|
26
|
+
align-items: center;
|
|
27
|
+
gap: var(--ant-margin-sm);
|
|
28
|
+
padding: var(--ant-padding-xs) var(--ant-padding-md);
|
|
29
|
+
cursor: pointer;
|
|
30
|
+
border-radius: var(--ant-border-radius);
|
|
31
|
+
transition: background-color 0.2s;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
:global(.lf-search-item:hover) {
|
|
35
|
+
background-color: var(--ant-color-bg-text-hover);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
:global(.lf-search-item-selected) {
|
|
39
|
+
background-color: var(--ant-color-primary-bg);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
:global(.lf-search-item-content) {
|
|
43
|
+
flex: 1;
|
|
44
|
+
min-width: 0;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
:global(.lf-search-item-title) {
|
|
48
|
+
font-weight: 500;
|
|
49
|
+
color: var(--ant-color-text);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
:global(.lf-search-item-description) {
|
|
53
|
+
font-size: var(--ant-font-size-sm);
|
|
54
|
+
color: var(--ant-color-text-secondary);
|
|
55
|
+
white-space: nowrap;
|
|
56
|
+
overflow: hidden;
|
|
57
|
+
text-overflow: ellipsis;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
:global(.lf-search-group-header) {
|
|
61
|
+
padding: var(--ant-padding-xs) var(--ant-padding-md);
|
|
62
|
+
font-size: var(--ant-font-size-sm);
|
|
63
|
+
font-weight: 600;
|
|
64
|
+
color: var(--ant-color-text-secondary);
|
|
65
|
+
text-transform: uppercase;
|
|
66
|
+
letter-spacing: 0.05em;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
:global(.lf-search-highlight) mark {
|
|
70
|
+
background-color: var(--ant-color-warning-bg);
|
|
71
|
+
color: inherit;
|
|
72
|
+
padding: 0 1px;
|
|
73
|
+
border-radius: 2px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
:global(.lf-search-trigger) {
|
|
77
|
+
display: inline-flex;
|
|
78
|
+
align-items: center;
|
|
79
|
+
gap: var(--ant-margin-xs);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
:global(.lf-search-recent-header) {
|
|
83
|
+
display: flex;
|
|
84
|
+
align-items: center;
|
|
85
|
+
justify-content: space-between;
|
|
86
|
+
padding: var(--ant-padding-xs) var(--ant-padding-md);
|
|
87
|
+
font-size: var(--ant-font-size-sm);
|
|
88
|
+
color: var(--ant-color-text-secondary);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@media (max-width: 640px) {
|
|
92
|
+
:global(.lf-search-trigger-label) {
|
|
93
|
+
display: none;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright 2020-2026 Lowdefy, Inc
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
*/ import { useState, useEffect, useCallback } from 'react';
|
|
16
|
+
function useListKeyboardNav({ itemCount, onSelect }) {
|
|
17
|
+
const [selectedIndex, setSelectedIndex] = useState(0);
|
|
18
|
+
useEffect(()=>{
|
|
19
|
+
setSelectedIndex(0);
|
|
20
|
+
}, [
|
|
21
|
+
itemCount
|
|
22
|
+
]);
|
|
23
|
+
const onKeyDown = useCallback((e)=>{
|
|
24
|
+
if (itemCount === 0) return;
|
|
25
|
+
if (e.key === 'ArrowDown') {
|
|
26
|
+
e.preventDefault();
|
|
27
|
+
setSelectedIndex((prev)=>(prev + 1) % itemCount);
|
|
28
|
+
} else if (e.key === 'ArrowUp') {
|
|
29
|
+
e.preventDefault();
|
|
30
|
+
setSelectedIndex((prev)=>(prev - 1 + itemCount) % itemCount);
|
|
31
|
+
} else if (e.key === 'Enter') {
|
|
32
|
+
e.preventDefault();
|
|
33
|
+
onSelect(selectedIndex);
|
|
34
|
+
}
|
|
35
|
+
}, [
|
|
36
|
+
itemCount,
|
|
37
|
+
onSelect,
|
|
38
|
+
selectedIndex
|
|
39
|
+
]);
|
|
40
|
+
return {
|
|
41
|
+
selectedIndex,
|
|
42
|
+
onKeyDown
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
export default useListKeyboardNav;
|