@lowdefy/blocks-antd 4.7.3 → 5.1.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 +21 -22
- package/dist/blocks/AutoComplete/meta.js +266 -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 +153 -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 +23 -16
- package/dist/blocks/Drawer/{schema.js → meta.js} +62 -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 +153 -124
- 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 +28 -23
- package/dist/blocks/MobileMenu/{schema.js → meta.js} +48 -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 +57 -37
- package/dist/blocks/MultipleSelector/{schema.js → meta.js} +178 -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/PageSidebarLayout/PageSidebarLayout.js +511 -0
- package/dist/blocks/PageSidebarLayout/e2e.js +34 -0
- package/dist/blocks/PageSidebarLayout/meta.js +516 -0
- package/dist/blocks/PageSiderMenu/PageSiderMenu.js +188 -196
- package/dist/blocks/PageSiderMenu/meta.js +486 -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 +41 -30
- package/dist/blocks/Selector/meta.js +380 -0
- package/dist/blocks/Sider/Sider.js +19 -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 +17 -1
- package/dist/disabledDate.js +15 -7
- package/dist/e2e.js +4 -1
- package/dist/metas.js +92 -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,486 @@
|
|
|
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 MobileMenuMeta from '../MobileMenu/meta.js';
|
|
16
|
+
import icon from '../../schemas/icon.js';
|
|
17
|
+
import menuLinks from '../../schemas/menuLinks.js';
|
|
18
|
+
import breadcrumbList from '../../schemas/breadcrumbList.js';
|
|
19
|
+
export default {
|
|
20
|
+
category: 'container',
|
|
21
|
+
icons: [
|
|
22
|
+
'AiOutlineBell',
|
|
23
|
+
'AiOutlineLaptop',
|
|
24
|
+
'AiOutlineMenuFold',
|
|
25
|
+
'AiOutlineMenuUnfold',
|
|
26
|
+
'AiOutlineMoon',
|
|
27
|
+
'AiOutlineSun',
|
|
28
|
+
'AiOutlineUser',
|
|
29
|
+
...MobileMenuMeta.icons
|
|
30
|
+
],
|
|
31
|
+
valueType: null,
|
|
32
|
+
slots: {
|
|
33
|
+
content: 'Main page content.',
|
|
34
|
+
footer: 'Page footer.',
|
|
35
|
+
header: 'Additional header content.',
|
|
36
|
+
sider: 'Sider content below the menu.'
|
|
37
|
+
},
|
|
38
|
+
cssKeys: {
|
|
39
|
+
element: 'The PageSiderMenu element.',
|
|
40
|
+
header: 'The PageSiderMenu header.',
|
|
41
|
+
headerActions: 'The header actions container (notifications, profile, dark mode toggle).',
|
|
42
|
+
headerContent: 'The PageSiderMenu header content area.',
|
|
43
|
+
logo: 'The PageSiderMenu logo.',
|
|
44
|
+
notifications: 'The notification bell button.',
|
|
45
|
+
notificationsBadge: 'The notification badge wrapper.',
|
|
46
|
+
notificationsIcon: 'The notification bell icon.',
|
|
47
|
+
profile: 'The profile avatar and dropdown wrapper.',
|
|
48
|
+
profileAvatar: 'The profile avatar element.',
|
|
49
|
+
profileMenu: 'The profile dropdown menu popup.',
|
|
50
|
+
darkModeToggle: 'The PageSiderMenu dark mode toggle button.',
|
|
51
|
+
mobileMenu: 'The PageSiderMenu mobile menu.',
|
|
52
|
+
layout: 'The PageSiderMenu inner layout.',
|
|
53
|
+
sider: 'The PageSiderMenu sider.',
|
|
54
|
+
menu: 'The PageSiderMenu menu.',
|
|
55
|
+
content: 'The PageSiderMenu content.',
|
|
56
|
+
breadcrumb: 'The PageSiderMenu breadcrumb.',
|
|
57
|
+
footer: 'The PageSiderMenu footer.'
|
|
58
|
+
},
|
|
59
|
+
events: {
|
|
60
|
+
onBreadcrumbClick: 'Trigger action when a breadcrumb item is clicked.',
|
|
61
|
+
onChangeToggleSiderAffix: 'Trigger action when sider collapse button affix triggers a onChange event.',
|
|
62
|
+
onClose: 'Trigger action when menu is closed.',
|
|
63
|
+
onMenuItemSelect: 'Trigger action when menu item is selected.',
|
|
64
|
+
onMenuItemClick: 'Trigger action when menu item is clicked.',
|
|
65
|
+
onOpen: 'Trigger action when menu is open.',
|
|
66
|
+
onProfileMenuClick: {
|
|
67
|
+
description: 'Trigger action when a profile dropdown menu item is clicked.',
|
|
68
|
+
event: {
|
|
69
|
+
key: 'The menu item key (id).',
|
|
70
|
+
keyPath: 'The key path of the menu item.',
|
|
71
|
+
pageId: 'The page id of the menu item.',
|
|
72
|
+
url: 'The url of the menu item.'
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
onProfileMenuOpen: {
|
|
76
|
+
description: 'Trigger action when the profile dropdown opens or closes.',
|
|
77
|
+
event: {
|
|
78
|
+
open: 'Whether the dropdown is open.'
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
onToggleDrawer: 'Trigger action when mobile menu drawer is toggled.',
|
|
82
|
+
onToggleMenuGroup: 'Trigger action when mobile menu group is opened.'
|
|
83
|
+
},
|
|
84
|
+
properties: {
|
|
85
|
+
type: 'object',
|
|
86
|
+
additionalProperties: false,
|
|
87
|
+
properties: {
|
|
88
|
+
logo: {
|
|
89
|
+
type: 'object',
|
|
90
|
+
description: 'Header logo settings. By default, images are served from the app public folder and auto-swap between light and dark variants based on dark mode. See <a href="/hosting-files">Hosting Files</a> for details.',
|
|
91
|
+
additionalProperties: false,
|
|
92
|
+
properties: {
|
|
93
|
+
src: {
|
|
94
|
+
type: 'string',
|
|
95
|
+
description: 'Logo image URL for desktop. Defaults to logo-light-theme.png or logo-dark-theme.png from the public folder (~250x72px), auto-selected based on dark mode.'
|
|
96
|
+
},
|
|
97
|
+
srcMobile: {
|
|
98
|
+
type: 'string',
|
|
99
|
+
description: 'Logo image URL for mobile. Defaults to logo-square-light-theme.png or logo-square-dark-theme.png from the public folder (~125x125px), auto-selected based on dark mode.'
|
|
100
|
+
},
|
|
101
|
+
breakpoint: {
|
|
102
|
+
type: 'number',
|
|
103
|
+
description: 'Viewport width breakpoint (in px) for switching between mobile and desktop logo. Default is 577.'
|
|
104
|
+
},
|
|
105
|
+
alt: {
|
|
106
|
+
type: 'string',
|
|
107
|
+
default: 'Lowdefy',
|
|
108
|
+
description: 'Logo image alt text.'
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
header: {
|
|
113
|
+
type: 'object',
|
|
114
|
+
description: 'Header properties.',
|
|
115
|
+
additionalProperties: false,
|
|
116
|
+
properties: {}
|
|
117
|
+
},
|
|
118
|
+
sider: {
|
|
119
|
+
type: 'object',
|
|
120
|
+
description: 'Sider properties.',
|
|
121
|
+
additionalProperties: false,
|
|
122
|
+
properties: {
|
|
123
|
+
breakpoint: {
|
|
124
|
+
type: 'string',
|
|
125
|
+
enum: [
|
|
126
|
+
'xs',
|
|
127
|
+
'sm',
|
|
128
|
+
'md',
|
|
129
|
+
'lg',
|
|
130
|
+
'xl'
|
|
131
|
+
],
|
|
132
|
+
default: 'sm',
|
|
133
|
+
description: 'Breakpoint of the responsive layout.'
|
|
134
|
+
},
|
|
135
|
+
collapsedWidth: {
|
|
136
|
+
type: 'integer',
|
|
137
|
+
description: 'Width of the collapsed sidebar, by setting to 0 a special trigger will appear.'
|
|
138
|
+
},
|
|
139
|
+
initialCollapsed: {
|
|
140
|
+
type: 'boolean',
|
|
141
|
+
default: false,
|
|
142
|
+
description: 'Set the initial collapsed state. Used as the fallback when no persisted preference exists in localStorage.'
|
|
143
|
+
},
|
|
144
|
+
reverseArrow: {
|
|
145
|
+
type: 'boolean',
|
|
146
|
+
default: false,
|
|
147
|
+
description: 'Direction of arrow, for a sider that expands from the right.'
|
|
148
|
+
},
|
|
149
|
+
width: {
|
|
150
|
+
type: [
|
|
151
|
+
'string',
|
|
152
|
+
'number'
|
|
153
|
+
],
|
|
154
|
+
description: 'Width of the sidebar.',
|
|
155
|
+
docs: {
|
|
156
|
+
displayType: 'string'
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
hideToggleButton: {
|
|
160
|
+
type: 'boolean',
|
|
161
|
+
description: 'Hide toggle button in sider.',
|
|
162
|
+
default: false
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
siderStorageKey: {
|
|
167
|
+
type: 'string',
|
|
168
|
+
default: 'sider',
|
|
169
|
+
description: "localStorage key suffix for sider state persistence. Produces key 'lf-{siderStorageKey}-open'."
|
|
170
|
+
},
|
|
171
|
+
toggleSiderButton: {
|
|
172
|
+
type: 'object',
|
|
173
|
+
description: 'Toggle sider button properties.',
|
|
174
|
+
docs: {
|
|
175
|
+
displayType: 'button'
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
footer: {
|
|
179
|
+
type: 'object',
|
|
180
|
+
description: 'Footer properties.',
|
|
181
|
+
additionalProperties: false,
|
|
182
|
+
properties: {}
|
|
183
|
+
},
|
|
184
|
+
content: {
|
|
185
|
+
type: 'object',
|
|
186
|
+
description: 'Content properties.',
|
|
187
|
+
additionalProperties: false,
|
|
188
|
+
properties: {}
|
|
189
|
+
},
|
|
190
|
+
breadcrumb: {
|
|
191
|
+
type: 'object',
|
|
192
|
+
description: 'Breadcrumb properties.',
|
|
193
|
+
properties: {
|
|
194
|
+
separator: {
|
|
195
|
+
type: 'string',
|
|
196
|
+
default: '/',
|
|
197
|
+
description: 'Use a custom separator string.'
|
|
198
|
+
},
|
|
199
|
+
list: breadcrumbList
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
menu: {
|
|
203
|
+
type: 'object',
|
|
204
|
+
description: 'Menu properties.',
|
|
205
|
+
properties: {
|
|
206
|
+
links: menuLinks
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
menuLg: {
|
|
210
|
+
type: 'object',
|
|
211
|
+
description: 'Menu large screen properties. Overwrites menu properties on desktop screen sizes.',
|
|
212
|
+
docs: {
|
|
213
|
+
displayType: 'yaml'
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
menuMd: {
|
|
217
|
+
type: 'object',
|
|
218
|
+
description: 'Mobile menu properties. Overwrites menu properties on mobile screen sizes.',
|
|
219
|
+
docs: {
|
|
220
|
+
displayType: 'yaml'
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
notifications: {
|
|
224
|
+
type: 'object',
|
|
225
|
+
description: 'Notification bell icon with badge in the header. Renders when configured. Use the link property to navigate when clicked.',
|
|
226
|
+
additionalProperties: false,
|
|
227
|
+
properties: {
|
|
228
|
+
link: {
|
|
229
|
+
type: 'object',
|
|
230
|
+
description: 'Link to navigate to when the notification bell is clicked.',
|
|
231
|
+
additionalProperties: false,
|
|
232
|
+
properties: {
|
|
233
|
+
pageId: {
|
|
234
|
+
type: 'string',
|
|
235
|
+
description: 'Page to link to.'
|
|
236
|
+
},
|
|
237
|
+
url: {
|
|
238
|
+
type: 'string',
|
|
239
|
+
description: 'External URL to link to.'
|
|
240
|
+
},
|
|
241
|
+
newTab: {
|
|
242
|
+
type: 'boolean',
|
|
243
|
+
description: 'Open link in new tab.'
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
count: {
|
|
248
|
+
type: 'number',
|
|
249
|
+
description: 'Number to display on the badge. Set to 0 to hide the badge (unless showZero is true).'
|
|
250
|
+
},
|
|
251
|
+
dot: {
|
|
252
|
+
type: 'boolean',
|
|
253
|
+
default: false,
|
|
254
|
+
description: 'Show a dot instead of a count number.'
|
|
255
|
+
},
|
|
256
|
+
showZero: {
|
|
257
|
+
type: 'boolean',
|
|
258
|
+
default: false,
|
|
259
|
+
description: 'Show badge when count is zero.'
|
|
260
|
+
},
|
|
261
|
+
overflowCount: {
|
|
262
|
+
type: 'number',
|
|
263
|
+
default: 99,
|
|
264
|
+
description: 'Max count to show. Values above this display as "N+".'
|
|
265
|
+
},
|
|
266
|
+
color: {
|
|
267
|
+
type: 'string',
|
|
268
|
+
description: 'Badge color.',
|
|
269
|
+
docs: {
|
|
270
|
+
displayType: 'color'
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
icon: {
|
|
274
|
+
...icon,
|
|
275
|
+
description: 'Icon for the notification button. Defaults to AiOutlineBell.'
|
|
276
|
+
},
|
|
277
|
+
size: {
|
|
278
|
+
type: 'string',
|
|
279
|
+
enum: [
|
|
280
|
+
'small',
|
|
281
|
+
'default',
|
|
282
|
+
'large'
|
|
283
|
+
],
|
|
284
|
+
default: 'small',
|
|
285
|
+
description: 'Size of the notification button.'
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
profile: {
|
|
290
|
+
type: 'object',
|
|
291
|
+
description: 'Profile avatar with optional dropdown menu in the header. Renders when configured. Use with the _user operator to populate from the authenticated user.',
|
|
292
|
+
additionalProperties: false,
|
|
293
|
+
properties: {
|
|
294
|
+
avatar: {
|
|
295
|
+
type: 'object',
|
|
296
|
+
description: 'Avatar display properties.',
|
|
297
|
+
additionalProperties: false,
|
|
298
|
+
properties: {
|
|
299
|
+
src: {
|
|
300
|
+
type: 'string',
|
|
301
|
+
description: 'Image URL for the avatar. Typically bound to _user: image.'
|
|
302
|
+
},
|
|
303
|
+
content: {
|
|
304
|
+
type: 'string',
|
|
305
|
+
description: 'Text content inside the avatar (e.g. user initials). Shown when no src is provided.'
|
|
306
|
+
},
|
|
307
|
+
icon: {
|
|
308
|
+
...icon,
|
|
309
|
+
description: 'Icon to display in avatar when no src or content is set. Defaults to AiOutlineUser.'
|
|
310
|
+
},
|
|
311
|
+
color: {
|
|
312
|
+
type: 'string',
|
|
313
|
+
description: 'Background color of the avatar when not using src.',
|
|
314
|
+
docs: {
|
|
315
|
+
displayType: 'color'
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
size: {
|
|
319
|
+
type: [
|
|
320
|
+
'string',
|
|
321
|
+
'number'
|
|
322
|
+
],
|
|
323
|
+
default: 'small',
|
|
324
|
+
enum: [
|
|
325
|
+
'default',
|
|
326
|
+
'small',
|
|
327
|
+
'large'
|
|
328
|
+
],
|
|
329
|
+
description: 'Size of the avatar.',
|
|
330
|
+
docs: {
|
|
331
|
+
displayType: 'string'
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
shape: {
|
|
335
|
+
type: 'string',
|
|
336
|
+
enum: [
|
|
337
|
+
'circle',
|
|
338
|
+
'square'
|
|
339
|
+
],
|
|
340
|
+
default: 'circle',
|
|
341
|
+
description: 'Shape of the avatar.'
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
links: {
|
|
346
|
+
type: 'array',
|
|
347
|
+
description: 'Dropdown menu items. Uses the same MenuLink/MenuGroup/MenuDivider schema as Menu. Compatible with _menu operator output for access-filtered menus.',
|
|
348
|
+
items: {
|
|
349
|
+
type: 'object',
|
|
350
|
+
required: [
|
|
351
|
+
'id',
|
|
352
|
+
'type'
|
|
353
|
+
],
|
|
354
|
+
properties: {
|
|
355
|
+
id: {
|
|
356
|
+
type: 'string',
|
|
357
|
+
description: 'Menu item id.'
|
|
358
|
+
},
|
|
359
|
+
type: {
|
|
360
|
+
type: 'string',
|
|
361
|
+
enum: [
|
|
362
|
+
'MenuDivider',
|
|
363
|
+
'MenuLink',
|
|
364
|
+
'MenuGroup'
|
|
365
|
+
],
|
|
366
|
+
default: 'MenuLink',
|
|
367
|
+
description: 'Menu item type.'
|
|
368
|
+
},
|
|
369
|
+
pageId: {
|
|
370
|
+
type: 'string',
|
|
371
|
+
description: 'Page to link to.'
|
|
372
|
+
},
|
|
373
|
+
url: {
|
|
374
|
+
type: 'string',
|
|
375
|
+
description: 'External URL to link to.'
|
|
376
|
+
},
|
|
377
|
+
newTab: {
|
|
378
|
+
type: 'boolean',
|
|
379
|
+
description: 'Open link in new tab.'
|
|
380
|
+
},
|
|
381
|
+
style: {
|
|
382
|
+
type: 'object',
|
|
383
|
+
description: 'CSS style applied to the link.',
|
|
384
|
+
docs: {
|
|
385
|
+
displayType: 'yaml'
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
properties: {
|
|
389
|
+
type: 'object',
|
|
390
|
+
description: 'Properties for the menu item.',
|
|
391
|
+
properties: {
|
|
392
|
+
title: {
|
|
393
|
+
type: 'string',
|
|
394
|
+
description: 'Menu item title.'
|
|
395
|
+
},
|
|
396
|
+
icon: {
|
|
397
|
+
...icon,
|
|
398
|
+
description: 'Icon for the menu item.'
|
|
399
|
+
},
|
|
400
|
+
danger: {
|
|
401
|
+
type: 'boolean',
|
|
402
|
+
default: false,
|
|
403
|
+
description: 'Apply danger style to menu item.'
|
|
404
|
+
},
|
|
405
|
+
disabled: {
|
|
406
|
+
type: 'boolean',
|
|
407
|
+
default: false,
|
|
408
|
+
description: 'Disable the menu item.'
|
|
409
|
+
},
|
|
410
|
+
dashed: {
|
|
411
|
+
type: 'boolean',
|
|
412
|
+
default: false,
|
|
413
|
+
description: 'Whether the divider line is dashed.'
|
|
414
|
+
},
|
|
415
|
+
shortcut: {
|
|
416
|
+
type: 'string',
|
|
417
|
+
description: 'Keyboard shortcut. Renders a shortcut badge next to the label. Use "mod" for Cmd/Ctrl.'
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
links: {
|
|
422
|
+
type: 'array',
|
|
423
|
+
description: 'Nested menu items for MenuGroup.'
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
trigger: {
|
|
429
|
+
type: 'string',
|
|
430
|
+
enum: [
|
|
431
|
+
'click',
|
|
432
|
+
'hover'
|
|
433
|
+
],
|
|
434
|
+
default: 'hover',
|
|
435
|
+
description: 'How the profile dropdown opens.'
|
|
436
|
+
},
|
|
437
|
+
placement: {
|
|
438
|
+
type: 'string',
|
|
439
|
+
enum: [
|
|
440
|
+
'bottomLeft',
|
|
441
|
+
'bottom',
|
|
442
|
+
'bottomRight',
|
|
443
|
+
'topLeft',
|
|
444
|
+
'top',
|
|
445
|
+
'topRight'
|
|
446
|
+
],
|
|
447
|
+
default: 'bottomRight',
|
|
448
|
+
description: 'Dropdown placement relative to the avatar.'
|
|
449
|
+
},
|
|
450
|
+
arrow: {
|
|
451
|
+
anyOf: [
|
|
452
|
+
{
|
|
453
|
+
type: 'boolean'
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
type: 'object',
|
|
457
|
+
properties: {
|
|
458
|
+
pointAtCenter: {
|
|
459
|
+
type: 'boolean'
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
default: false,
|
|
465
|
+
description: 'Show arrow on the dropdown.',
|
|
466
|
+
docs: {
|
|
467
|
+
displayType: 'switch'
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
darkModeToggle: {
|
|
473
|
+
type: 'boolean',
|
|
474
|
+
default: false,
|
|
475
|
+
description: 'Show a dark mode toggle button in the header. Toggles the Ant Design dark theme for the entire page. Preference is persisted to localStorage.'
|
|
476
|
+
},
|
|
477
|
+
theme: {
|
|
478
|
+
type: 'object',
|
|
479
|
+
description: 'Antd design token overrides for this block. See <a href="https://ant.design/components/overview#design-token">antd design tokens</a>.',
|
|
480
|
+
docs: {
|
|
481
|
+
displayType: 'yaml'
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
};
|
|
@@ -13,9 +13,10 @@
|
|
|
13
13
|
See the License for the specific language governing permissions and
|
|
14
14
|
limitations under the License.
|
|
15
15
|
*/ import React, { useState, useEffect } from 'react';
|
|
16
|
-
import { blockDefaultProps } from '@lowdefy/block-utils';
|
|
17
16
|
import { Pagination } from 'antd';
|
|
18
17
|
import { type } from '@lowdefy/helpers';
|
|
18
|
+
import { withBlockDefaults } from '@lowdefy/block-utils';
|
|
19
|
+
import withTheme from '../withTheme.js';
|
|
19
20
|
const createChangeHandler = ({ eventName, methods, setState })=>(current, pageSize)=>{
|
|
20
21
|
setState({
|
|
21
22
|
current,
|
|
@@ -44,7 +45,7 @@ const calculateState = ({ defaultCurrent, defaultPageSize, value })=>{
|
|
|
44
45
|
state.skip = (state.current - 1) * state.pageSize;
|
|
45
46
|
return state;
|
|
46
47
|
};
|
|
47
|
-
const PaginationBlock = ({ blockId, loading, methods, properties, value })=>{
|
|
48
|
+
const PaginationBlock = ({ blockId, classNames = {}, loading, methods, properties, styles = {}, value })=>{
|
|
48
49
|
const [state, setState] = useState(()=>calculateState({
|
|
49
50
|
defaultCurrent: 1,
|
|
50
51
|
defaultPageSize: properties.pageSizeOptions?.[0] ?? 10,
|
|
@@ -76,6 +77,7 @@ const PaginationBlock = ({ blockId, loading, methods, properties, value })=>{
|
|
|
76
77
|
};
|
|
77
78
|
return /*#__PURE__*/ React.createElement(Pagination, {
|
|
78
79
|
id: blockId,
|
|
80
|
+
className: classNames.element,
|
|
79
81
|
disabled: properties.disabled || loading,
|
|
80
82
|
hideOnSinglePage: properties.hideOnSinglePage,
|
|
81
83
|
onChange: createChangeHandler({
|
|
@@ -100,20 +102,9 @@ const PaginationBlock = ({ blockId, loading, methods, properties, value })=>{
|
|
|
100
102
|
showTotal: showTotal,
|
|
101
103
|
simple: !!properties.simple,
|
|
102
104
|
size: properties.size,
|
|
105
|
+
style: styles.element,
|
|
103
106
|
total: properties.total !== undefined ? properties.total : 100,
|
|
104
107
|
current: state.current
|
|
105
108
|
});
|
|
106
109
|
};
|
|
107
|
-
|
|
108
|
-
PaginationBlock.meta = {
|
|
109
|
-
valueType: 'object',
|
|
110
|
-
initValue: {
|
|
111
|
-
current: 1
|
|
112
|
-
},
|
|
113
|
-
category: 'input',
|
|
114
|
-
icons: [],
|
|
115
|
-
styles: [
|
|
116
|
-
'blocks/Pagination/style.less'
|
|
117
|
-
]
|
|
118
|
-
};
|
|
119
|
-
export default PaginationBlock;
|
|
110
|
+
export default withTheme('Pagination', withBlockDefaults(PaginationBlock));
|