@pisell/materials 1.0.205 → 1.0.206
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +142 -142
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +20 -20
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +20 -20
- package/dist/umd/materials.min.css +1 -0
- package/dist/umd/materials.min.js +1 -0
- package/dist/umd/static/DotsSix.57d66266.svg +1 -0
- package/dist/umd/static/arrow-left.e542294f.svg +1 -0
- package/dist/umd/static/arrow-right.763f03e0.svg +1 -0
- package/dist/umd/static/filter-lines.04a54ae9.svg +1 -0
- package/dist/umd/static/help-circle.31c9be40.svg +1 -0
- package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +1 -0
- package/es/components/DragSortList/index.d.ts +1 -1
- package/es/components/MultipleContainersSortList/index.d.ts +1 -1
- package/es/components/Pagination/index.d.ts +2 -2
- package/es/components/Pagination/index.js +9 -14
- package/es/components/auto-complete/index.d.ts +1 -5
- package/es/components/calendar/index.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +1 -1
- package/es/components/classicLayout/index.d.ts +4 -0
- package/es/components/classicLayout/index.js +25 -0
- package/es/components/classicLayout/index.less +22 -0
- package/es/components/component/index.d.ts +11 -0
- package/es/components/component/index.js +10 -0
- package/es/components/config-provider/index.d.ts +2 -2
- package/es/components/date-picker/index.d.ts +1 -1
- package/es/components/div/index.d.ts +1 -1
- package/es/components/div/index.js +6 -2
- package/es/components/drawer/index.d.ts +1 -0
- package/es/components/drawer/index.js +42 -4
- package/es/components/drawer/index.less +34 -0
- package/es/components/dropdown/index.d.ts +2 -2
- package/es/components/filter/components/QuickFilter/index.d.ts +2 -2
- package/es/components/filter/components/items/index.d.ts +6 -6
- package/es/components/filter/components/items/text/Editor/index.d.ts +1 -1
- package/es/components/filter/components/items/text/Preview/index.d.ts +1 -1
- package/es/components/filter/components/items/text/index.d.ts +2 -2
- package/es/components/filter/index.d.ts +2 -2
- package/es/components/form/index.d.ts +1 -1
- package/es/components/list/index.d.ts +7 -0
- package/es/components/list/index.js +104 -0
- package/es/components/list/index.less +38 -0
- package/es/components/page/index.d.ts +2 -2
- package/es/components/page/index.js +14 -1
- package/es/components/qrcode/index.d.ts +2 -2
- package/es/components/radio/index.d.ts +1 -1
- package/es/components/record-view/index.less +2 -0
- package/es/components/select/index.d.ts +2 -5
- package/es/components/select/index.js +60 -2
- package/es/components/select/index.less +11 -0
- package/es/components/skeleton/index.d.ts +1 -1
- package/es/components/slider/index.d.ts +2 -2
- package/es/components/sort/components/InlineMenu/index.d.ts +15 -0
- package/es/components/sort/components/InlineMenu/index.js +87 -0
- package/es/components/sort/components/InlineMenu/index.less +20 -0
- package/es/components/sort/index.d.ts +18 -0
- package/es/components/sort/index.js +113 -0
- package/es/components/sort/index.less +10 -0
- package/es/components/table/Actions/index.d.ts +2 -2
- package/es/components/table/Actions/index.js +1 -1
- package/es/components/table/BasicTable/index.d.ts +2 -2
- package/es/components/table/Header/index.d.ts +2 -2
- package/es/components/table/Summary/index.d.ts +2 -2
- package/es/components/table/Table/SelectField/index.d.ts +2 -2
- package/es/components/table/Table/fields/date/Config/index.d.ts +1 -1
- package/es/components/table/Table/fields/date/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/date/Show/index.js +2 -1
- package/es/components/table/Table/fields/date/Sort/index.d.ts +1 -1
- package/es/components/table/Table/fields/date/index.d.ts +3 -3
- package/es/components/table/Table/fields/image/Config/index.d.ts +1 -1
- package/es/components/table/Table/fields/image/Show/index.d.ts +1 -1
- package/es/components/table/Table/fields/image/Show/index.js +2 -1
- package/es/components/table/Table/fields/image/Sort/index.d.ts +1 -1
- package/es/components/table/Table/fields/image/index.d.ts +3 -3
- package/es/components/table/Table/fields/index.d.ts +57 -57
- package/es/components/table/Table/fields/link/Config/index.d.ts +1 -1
- package/es/components/table/Table/fields/link/Show/index.d.ts +1 -1
- package/es/components/table/Table/fields/link/Show/index.js +7 -5
- package/es/components/table/Table/fields/link/Sort/index.d.ts +1 -1
- package/es/components/table/Table/fields/link/index.d.ts +3 -3
- package/es/components/table/Table/fields/number/Config/index.d.ts +1 -1
- package/es/components/table/Table/fields/number/Show/index.d.ts +1 -1
- package/es/components/table/Table/fields/number/Show/index.js +2 -1
- package/es/components/table/Table/fields/number/Sort/index.d.ts +1 -1
- package/es/components/table/Table/fields/number/index.d.ts +3 -3
- package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -1
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/pSwitch/Show/index.js +2 -1
- package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -1
- package/es/components/table/Table/fields/pSwitch/index.d.ts +3 -3
- package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -1
- package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -1
- package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -1
- package/es/components/table/Table/fields/rangePicker/index.d.ts +3 -3
- package/es/components/table/Table/fields/search/Config/index.d.ts +1 -1
- package/es/components/table/Table/fields/search/Show/index.d.ts +1 -1
- package/es/components/table/Table/fields/search/Show/index.js +2 -1
- package/es/components/table/Table/fields/search/Sort/index.d.ts +1 -1
- package/es/components/table/Table/fields/search/index.d.ts +3 -3
- package/es/components/table/Table/fields/select/Config/index.d.ts +1 -1
- package/es/components/table/Table/fields/select/Show/index.d.ts +1 -1
- package/es/components/table/Table/fields/select/Sort/index.d.ts +1 -1
- package/es/components/table/Table/fields/select/index.d.ts +3 -3
- package/es/components/table/Table/fields/text/Config/index.d.ts +1 -1
- package/es/components/table/Table/fields/text/Edit/index.js +8 -3
- package/es/components/table/Table/fields/text/Show/index.d.ts +1 -1
- package/es/components/table/Table/fields/text/Show/index.js +2 -1
- package/es/components/table/Table/fields/text/Sort/index.d.ts +1 -1
- package/es/components/table/Table/fields/text/index.d.ts +3 -3
- package/es/components/table/Table/fields/utils/index.d.ts +1 -0
- package/es/components/table/Table/fields/utils/index.js +29 -0
- package/es/components/table/Table/index.js +5 -4
- package/es/components/table/Table/tableConfig/SortRow/index.d.ts +2 -2
- package/es/components/table/Table/tableConfig/summary/index.d.ts +2 -2
- package/es/components/table/TableFilter/SortIcon.d.ts +2 -2
- package/es/components/table/TableFilter/numberFilter.js +5 -4
- package/es/components/table/TableFilter/selectFilter.js +3 -2
- package/es/components/table/TableFilter/stringFilter.js +4 -3
- package/es/components/table/model.d.ts +1 -1
- package/es/components/table/model.js +1 -29
- package/es/components/tabs/index.d.ts +5 -2
- package/es/components/tabs/index.js +51 -8
- package/es/components/tabs/index.less +60 -0
- package/es/components/time-picker/index.d.ts +1 -1
- package/es/components/upload/index.d.ts +1 -1
- package/es/index.d.ts +5 -1
- package/es/index.js +6 -5
- package/es/locales/en-US.d.ts +21 -0
- package/es/locales/en-US.js +22 -0
- package/es/locales/index.d.ts +1 -0
- package/es/locales/index.js +21 -0
- package/es/locales/zh-CN.d.ts +21 -0
- package/es/locales/zh-CN.js +22 -0
- package/es/locales/zh-TW.d.ts +21 -0
- package/es/locales/zh-TW.js +22 -0
- package/es/utils/hoc.d.ts +4 -4
- package/es/utils/hoc.js +9 -8
- package/es/utils/locale.d.ts +1 -0
- package/es/utils/locale.js +5 -0
- package/es/utils/miniRedux.d.ts +1 -1
- package/es/utils/platform.d.ts +1 -0
- package/es/utils/platform.js +8 -0
- package/lib/components/DragSortList/index.d.ts +1 -1
- package/lib/components/MultipleContainersSortList/index.d.ts +1 -1
- package/lib/components/Pagination/index.d.ts +2 -2
- package/lib/components/Pagination/index.js +9 -8
- package/lib/components/auto-complete/index.d.ts +1 -5
- package/lib/components/calendar/index.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +1 -1
- package/lib/components/classicLayout/index.d.ts +4 -0
- package/lib/components/classicLayout/index.js +59 -0
- package/lib/components/classicLayout/index.less +22 -0
- package/lib/components/component/index.d.ts +11 -0
- package/lib/components/component/index.js +29 -0
- package/lib/components/config-provider/index.d.ts +2 -2
- package/lib/components/date-picker/index.d.ts +1 -1
- package/lib/components/div/index.d.ts +1 -1
- package/lib/components/div/index.js +2 -2
- package/lib/components/drawer/index.d.ts +1 -0
- package/lib/components/drawer/index.js +37 -1
- package/lib/components/drawer/index.less +34 -0
- package/lib/components/dropdown/index.d.ts +2 -2
- package/lib/components/filter/components/QuickFilter/index.d.ts +2 -2
- package/lib/components/filter/components/items/index.d.ts +6 -6
- package/lib/components/filter/components/items/text/Editor/index.d.ts +1 -1
- package/lib/components/filter/components/items/text/Preview/index.d.ts +1 -1
- package/lib/components/filter/components/items/text/index.d.ts +2 -2
- package/lib/components/filter/index.d.ts +2 -2
- package/lib/components/form/index.d.ts +1 -1
- package/lib/components/list/index.d.ts +7 -0
- package/lib/components/list/index.js +134 -0
- package/lib/components/list/index.less +38 -0
- package/lib/components/page/index.d.ts +2 -2
- package/lib/components/page/index.js +13 -1
- package/lib/components/qrcode/index.d.ts +2 -2
- package/lib/components/radio/index.d.ts +1 -1
- package/lib/components/record-view/index.less +2 -0
- package/lib/components/select/index.d.ts +2 -5
- package/lib/components/select/index.js +67 -1
- package/lib/components/select/index.less +11 -0
- package/lib/components/skeleton/index.d.ts +1 -1
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/sort/components/InlineMenu/index.d.ts +15 -0
- package/lib/components/sort/components/InlineMenu/index.js +89 -0
- package/lib/components/sort/components/InlineMenu/index.less +20 -0
- package/lib/components/sort/index.d.ts +18 -0
- package/lib/components/sort/index.js +147 -0
- package/lib/components/sort/index.less +10 -0
- package/lib/components/table/Actions/index.d.ts +2 -2
- package/lib/components/table/Actions/index.js +2 -2
- package/lib/components/table/BasicTable/index.d.ts +2 -2
- package/lib/components/table/Header/index.d.ts +2 -2
- package/lib/components/table/Summary/index.d.ts +2 -2
- package/lib/components/table/Table/SelectField/index.d.ts +2 -2
- package/lib/components/table/Table/fields/date/Config/index.d.ts +1 -1
- package/lib/components/table/Table/fields/date/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/date/Show/index.js +2 -1
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +1 -1
- package/lib/components/table/Table/fields/date/index.d.ts +3 -3
- package/lib/components/table/Table/fields/image/Config/index.d.ts +1 -1
- package/lib/components/table/Table/fields/image/Show/index.d.ts +1 -1
- package/lib/components/table/Table/fields/image/Show/index.js +2 -1
- package/lib/components/table/Table/fields/image/Sort/index.d.ts +1 -1
- package/lib/components/table/Table/fields/image/index.d.ts +3 -3
- package/lib/components/table/Table/fields/index.d.ts +57 -57
- package/lib/components/table/Table/fields/link/Config/index.d.ts +1 -1
- package/lib/components/table/Table/fields/link/Show/index.d.ts +1 -1
- package/lib/components/table/Table/fields/link/Show/index.js +7 -5
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +1 -1
- package/lib/components/table/Table/fields/link/index.d.ts +3 -3
- package/lib/components/table/Table/fields/number/Config/index.d.ts +1 -1
- package/lib/components/table/Table/fields/number/Show/index.d.ts +1 -1
- package/lib/components/table/Table/fields/number/Show/index.js +2 -1
- package/lib/components/table/Table/fields/number/Sort/index.d.ts +1 -1
- package/lib/components/table/Table/fields/number/index.d.ts +3 -3
- package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -1
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/pSwitch/Show/index.js +2 -1
- package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -1
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +3 -3
- package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -1
- package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -1
- package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -1
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +3 -3
- package/lib/components/table/Table/fields/search/Config/index.d.ts +1 -1
- package/lib/components/table/Table/fields/search/Show/index.d.ts +1 -1
- package/lib/components/table/Table/fields/search/Show/index.js +2 -1
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +1 -1
- package/lib/components/table/Table/fields/search/index.d.ts +3 -3
- package/lib/components/table/Table/fields/select/Config/index.d.ts +1 -1
- package/lib/components/table/Table/fields/select/Show/index.d.ts +1 -1
- package/lib/components/table/Table/fields/select/Sort/index.d.ts +1 -1
- package/lib/components/table/Table/fields/select/index.d.ts +3 -3
- package/lib/components/table/Table/fields/text/Config/index.d.ts +1 -1
- package/lib/components/table/Table/fields/text/Edit/index.js +2 -1
- package/lib/components/table/Table/fields/text/Show/index.d.ts +1 -1
- package/lib/components/table/Table/fields/text/Show/index.js +2 -1
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +1 -1
- package/lib/components/table/Table/fields/text/index.d.ts +3 -3
- package/lib/components/table/Table/fields/utils/index.d.ts +1 -0
- package/lib/components/table/Table/fields/utils/index.js +46 -0
- package/lib/components/table/Table/index.js +3 -2
- package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +2 -2
- package/lib/components/table/Table/tableConfig/summary/index.d.ts +2 -2
- package/lib/components/table/TableFilter/SortIcon.d.ts +2 -2
- package/lib/components/table/TableFilter/numberFilter.js +5 -4
- package/lib/components/table/TableFilter/selectFilter.js +3 -2
- package/lib/components/table/TableFilter/stringFilter.js +4 -3
- package/lib/components/table/model.d.ts +1 -1
- package/lib/components/table/model.js +1 -34
- package/lib/components/tabs/index.d.ts +5 -2
- package/lib/components/tabs/index.js +50 -1
- package/lib/components/tabs/index.less +60 -0
- package/lib/components/time-picker/index.d.ts +1 -1
- package/lib/components/upload/index.d.ts +1 -1
- package/lib/index.d.ts +5 -1
- package/lib/index.js +14 -2
- package/lib/locales/en-US.d.ts +21 -0
- package/lib/locales/en-US.js +44 -0
- package/lib/locales/index.d.ts +1 -0
- package/lib/locales/index.js +58 -0
- package/lib/locales/zh-CN.d.ts +21 -0
- package/lib/locales/zh-CN.js +44 -0
- package/lib/locales/zh-TW.d.ts +21 -0
- package/lib/locales/zh-TW.js +44 -0
- package/lib/utils/hoc.d.ts +4 -4
- package/lib/utils/hoc.js +3 -3
- package/lib/utils/locale.d.ts +1 -0
- package/lib/utils/locale.js +32 -0
- package/lib/utils/miniRedux.d.ts +1 -1
- package/lib/utils/platform.d.ts +1 -0
- package/lib/utils/platform.js +36 -0
- package/lowcode/drawer/meta.ts +5 -0
- package/lowcode/item/meta.ts +1 -1
- package/package.json +2 -2
- package/es/components/table/Actions/Sort/index.d.ts +0 -12
- package/es/components/table/Actions/Sort/index.js +0 -59
- package/es/components/table/Actions/Sort/index.less +0 -0
- package/lib/components/table/Actions/Sort/index.d.ts +0 -12
- package/lib/components/table/Actions/Sort/index.js +0 -86
- package/lib/components/table/Actions/Sort/index.less +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
'table-filter-search': '搜索',
|
|
3
|
+
'table-filter-clear': '清除',
|
|
4
|
+
'table-filter-filter': '篩選',
|
|
5
|
+
'table-filter-min': '最小',
|
|
6
|
+
'table-filter-max': '最大',
|
|
7
|
+
'table-pagination-previous': '上一頁',
|
|
8
|
+
'table-pagination-next': '下一頁',
|
|
9
|
+
'table-pagination-total': function tablePaginationTotal(current, total) {
|
|
10
|
+
return "\u7B2C".concat(current, "\u9801 \u5171").concat(total, "\u9801");
|
|
11
|
+
},
|
|
12
|
+
'select-dropdown-render-select-all': '全選',
|
|
13
|
+
'sort-button-text': '排序',
|
|
14
|
+
'sort-oldest-to-newest': '從舊到新',
|
|
15
|
+
'sort-newest-to-oldest': '從新到舊',
|
|
16
|
+
'sort-a-z': 'A 到 Z',
|
|
17
|
+
'sort-z-a': 'Z 到 A',
|
|
18
|
+
'sort-from-morning-to-night': '從早到晚',
|
|
19
|
+
'sort-from-evening-to-morning': '從晚到早',
|
|
20
|
+
'sort-0-9': '0 ~ 9',
|
|
21
|
+
'sort-9-0': '9 ~ 0'
|
|
22
|
+
};
|
package/es/utils/hoc.d.ts
CHANGED
|
@@ -3,15 +3,15 @@ import React, { ComponentType } from 'react';
|
|
|
3
3
|
* 简单包装,不做任何处理
|
|
4
4
|
* 部分组件ref比较特殊,包一层会解决这个问题
|
|
5
5
|
*/
|
|
6
|
-
export declare function withWrap<T extends ComponentType<any>>(Comp: T):
|
|
6
|
+
export declare function withWrap<T extends ComponentType<any>>(Comp: T): (props: any) => React.JSX.Element;
|
|
7
7
|
/**
|
|
8
8
|
* 某些组件会用React.Children.only检查子节点
|
|
9
9
|
* 需要做处理避免报错
|
|
10
10
|
*/
|
|
11
|
-
export declare function withSingleChild(Comp: ComponentType<any>, needsConvert?: string[]): (props: any) => JSX.Element;
|
|
12
|
-
export declare function withSingleFunctionChild(Comp: ComponentType<any>): (props: any) => JSX.Element;
|
|
11
|
+
export declare function withSingleChild(Comp: ComponentType<any>, needsConvert?: string[]): (props: any) => React.JSX.Element;
|
|
12
|
+
export declare function withSingleFunctionChild(Comp: ComponentType<any>): (props: any) => React.JSX.Element;
|
|
13
13
|
/**
|
|
14
14
|
* moment对象在序列化后会被转为字符串
|
|
15
15
|
* 需要让日期类组件支持接受字符串值
|
|
16
16
|
*/
|
|
17
|
-
export declare function withMomentProps(Comp: ComponentType<any>, needsConvert?: string[]): (props: any) => JSX.Element;
|
|
17
|
+
export declare function withMomentProps(Comp: ComponentType<any>, needsConvert?: string[]): (props: any) => React.JSX.Element;
|
package/es/utils/hoc.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
2
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
-
|
|
2
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
3
|
+
import React from 'react';
|
|
4
4
|
import { get, set, has } from 'lodash';
|
|
5
5
|
import dayjs from "dayjs";
|
|
6
6
|
function convertProps(props, list, mapper) {
|
|
@@ -18,12 +18,13 @@ function convertProps(props, list, mapper) {
|
|
|
18
18
|
* 部分组件ref比较特殊,包一层会解决这个问题
|
|
19
19
|
*/
|
|
20
20
|
export function withWrap(Comp) {
|
|
21
|
-
return
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
21
|
+
// return forwardRef((props: React.ComponentProps<T>, ref: Ref<any>) => {
|
|
22
|
+
// // @ts-ignore
|
|
23
|
+
// return <Comp {...props} ref={ref} />;
|
|
24
|
+
// });
|
|
25
|
+
return function (props) {
|
|
26
|
+
return /*#__PURE__*/React.createElement(Comp, props);
|
|
27
|
+
};
|
|
27
28
|
}
|
|
28
29
|
|
|
29
30
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getCurrentLocale: () => string;
|
package/es/utils/miniRedux.d.ts
CHANGED
|
@@ -12,6 +12,6 @@ declare const _default: <State extends Record<string, any>, Namespace extends st
|
|
|
12
12
|
payload: any;
|
|
13
13
|
}) => void;
|
|
14
14
|
}>;
|
|
15
|
-
Provider: (ComponentUi: any) => (props: any) => JSX.Element;
|
|
15
|
+
Provider: (ComponentUi: any) => (props: any) => React.JSX.Element;
|
|
16
16
|
};
|
|
17
17
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const isMobile: () => boolean;
|
|
@@ -18,7 +18,7 @@ export interface Props<T> {
|
|
|
18
18
|
attributes: DraggableAttributes;
|
|
19
19
|
}) => React.ReactElement<HTMLElement>;
|
|
20
20
|
}
|
|
21
|
-
export default function Sortable<T extends Record<string, any>>({ list, onChange, rowKey, children, activationConstraint, }: Props<T>): JSX.Element;
|
|
21
|
+
export default function Sortable<T extends Record<string, any>>({ list, onChange, rowKey, children, activationConstraint, }: Props<T>): React.JSX.Element;
|
|
22
22
|
export interface SortableItemProps<T> {
|
|
23
23
|
id: number;
|
|
24
24
|
index: number;
|
|
@@ -21,5 +21,5 @@ interface DefaultRenderContainerProps {
|
|
|
21
21
|
}) => React.ReactElement;
|
|
22
22
|
children: any;
|
|
23
23
|
}
|
|
24
|
-
declare const MultipleContainersSortList: <T extends Record<string, any>>(props: MultipleContainersSortListProps<T>) => JSX.Element;
|
|
24
|
+
declare const MultipleContainersSortList: <T extends Record<string, any>>(props: MultipleContainersSortListProps<T>) => React.JSX.Element;
|
|
25
25
|
export default MultipleContainersSortList;
|
|
@@ -9,6 +9,6 @@ export declare const paginationConfig: {
|
|
|
9
9
|
responsive: boolean;
|
|
10
10
|
size: string;
|
|
11
11
|
};
|
|
12
|
-
declare const Pagination: (props: PaginationProps) => JSX.Element | null;
|
|
12
|
+
declare const Pagination: (props: PaginationProps) => React.JSX.Element | null;
|
|
13
13
|
export default Pagination;
|
|
14
|
-
export declare const FormPagination: ({ value, onChange, page, pageSize, ...other }: any) => JSX.Element;
|
|
14
|
+
export declare const FormPagination: ({ value, onChange, page, pageSize, ...other }: any) => React.JSX.Element;
|
|
@@ -41,12 +41,13 @@ var import_antd = require("antd");
|
|
|
41
41
|
var import_classnames = __toESM(require("classnames"));
|
|
42
42
|
var import_hooks = require("../../hooks");
|
|
43
43
|
var import_index = require("./index.less");
|
|
44
|
+
var import_locales = require("../../locales");
|
|
44
45
|
var itemRender = (_, type, originalElement) => {
|
|
45
46
|
if (type === "prev") {
|
|
46
|
-
return /* @__PURE__ */ import_react.default.createElement("div", { className: (0, import_classnames.default)("paginator-page-btn", "left") }, /* @__PURE__ */ import_react.default.createElement(import_ArrowLeft.default, { className: "paginator-page-btn-left-icon" }), /* @__PURE__ */ import_react.default.createElement("span", { className: "paginator-page-btn-text" }, "
|
|
47
|
+
return /* @__PURE__ */ import_react.default.createElement("div", { className: (0, import_classnames.default)("paginator-page-btn", "left") }, /* @__PURE__ */ import_react.default.createElement(import_ArrowLeft.default, { className: "paginator-page-btn-left-icon" }), /* @__PURE__ */ import_react.default.createElement("span", { className: "paginator-page-btn-text" }, (0, import_locales.getText)("table-pagination-previous")));
|
|
47
48
|
}
|
|
48
49
|
if (type === "next") {
|
|
49
|
-
return /* @__PURE__ */ import_react.default.createElement("div", { className: (0, import_classnames.default)("paginator-page-btn", "right") }, /* @__PURE__ */ import_react.default.createElement("span", { className: "paginator-page-btn-text" }, "
|
|
50
|
+
return /* @__PURE__ */ import_react.default.createElement("div", { className: (0, import_classnames.default)("paginator-page-btn", "right") }, /* @__PURE__ */ import_react.default.createElement("span", { className: "paginator-page-btn-text" }, (0, import_locales.getText)("table-pagination-next")), /* @__PURE__ */ import_react.default.createElement(import_ArrowRight.default, { className: "paginator-page-btn-right-icon" }));
|
|
50
51
|
}
|
|
51
52
|
return originalElement;
|
|
52
53
|
};
|
|
@@ -106,7 +107,7 @@ var MiniPagination = (props) => {
|
|
|
106
107
|
}
|
|
107
108
|
},
|
|
108
109
|
/* @__PURE__ */ import_react.default.createElement("div", { className: (0, import_classnames.default)("paginator-page-btn", "left") }, /* @__PURE__ */ import_react.default.createElement(import_ArrowLeft.default, { className: "paginator-page-btn-left-icon" }))
|
|
109
|
-
), /* @__PURE__ */ import_react.default.createElement("div", { className: "materials-grid-paginator-center" }, /* @__PURE__ */ import_react.default.createElement("span", { className: "materials-grid-paginator-center-text" },
|
|
110
|
+
), /* @__PURE__ */ import_react.default.createElement("div", { className: "materials-grid-paginator-center" }, /* @__PURE__ */ import_react.default.createElement("span", { className: "materials-grid-paginator-center-text" }, (0, import_locales.getText)("table-pagination-total")(current, MAX))), /* @__PURE__ */ import_react.default.createElement(
|
|
110
111
|
"div",
|
|
111
112
|
{
|
|
112
113
|
className: "pisell-lowcode-pagination-next",
|
|
@@ -127,8 +128,8 @@ var FormPagination = ({
|
|
|
127
128
|
pageSize,
|
|
128
129
|
...other
|
|
129
130
|
}) => {
|
|
130
|
-
const [_p, _setP] = (0, import_react.useState)(1);
|
|
131
|
-
const [_ps, _setPs] = (0, import_react.useState)(10);
|
|
131
|
+
const [_p, _setP] = (0, import_react.useState)(page || 1);
|
|
132
|
+
const [_ps, _setPs] = (0, import_react.useState)(pageSize || 10);
|
|
132
133
|
const _onChange = (p, ps) => {
|
|
133
134
|
onChange && onChange({
|
|
134
135
|
page: ps === _ps ? p : 1,
|
|
@@ -136,11 +137,11 @@ var FormPagination = ({
|
|
|
136
137
|
});
|
|
137
138
|
};
|
|
138
139
|
(0, import_react.useEffect)(() => {
|
|
139
|
-
const _page = (value == null ? void 0 : value.page) || 1;
|
|
140
|
-
const _size = (value == null ? void 0 : value.size) || 10;
|
|
140
|
+
const _page = (value == null ? void 0 : value.page) || page || 1;
|
|
141
|
+
const _size = (value == null ? void 0 : value.size) || pageSize || 10;
|
|
141
142
|
_setP(_page);
|
|
142
143
|
_setPs(_size);
|
|
143
|
-
}, [value]);
|
|
144
|
+
}, [value, page, pageSize]);
|
|
144
145
|
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(
|
|
145
146
|
Pagination,
|
|
146
147
|
{
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
declare const AutoComplete:
|
|
3
|
-
children?: import("react").ReactNode;
|
|
4
|
-
} & {
|
|
5
|
-
ref?: import("react").Ref<import("antd").RefSelectProps> | undefined;
|
|
6
|
-
}, "ref"> & import("react").RefAttributes<any>>;
|
|
2
|
+
declare const AutoComplete: (props: any) => import("react").JSX.Element;
|
|
7
3
|
export default AutoComplete;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
declare const Checkbox:
|
|
2
|
+
declare const Checkbox: (props: any) => import("react").JSX.Element;
|
|
3
3
|
export default Checkbox;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/components/classicLayout/index.tsx
|
|
30
|
+
var classicLayout_exports = {};
|
|
31
|
+
__export(classicLayout_exports, {
|
|
32
|
+
default: () => classicLayout_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(classicLayout_exports);
|
|
35
|
+
var import_react = __toESM(require("react"));
|
|
36
|
+
var import_classnames = __toESM(require("classnames"));
|
|
37
|
+
var import_index = require("./index.less");
|
|
38
|
+
var prefix = "pisell-lowcode-";
|
|
39
|
+
var ClassicLayout = (props) => {
|
|
40
|
+
const { header, content, footer, style, fixedHeader, fixedFooter } = props;
|
|
41
|
+
return /* @__PURE__ */ import_react.default.createElement("div", { className: `${prefix}claseic-layout`, style }, /* @__PURE__ */ import_react.default.createElement(
|
|
42
|
+
"header",
|
|
43
|
+
{
|
|
44
|
+
className: (0, import_classnames.default)({
|
|
45
|
+
[`${prefix}claseic-layout-fixed-header`]: fixedHeader
|
|
46
|
+
})
|
|
47
|
+
},
|
|
48
|
+
header
|
|
49
|
+
), content, /* @__PURE__ */ import_react.default.createElement(
|
|
50
|
+
"footer",
|
|
51
|
+
{
|
|
52
|
+
className: (0, import_classnames.default)({
|
|
53
|
+
[`${prefix}claseic-layout-fixed-footer`]: fixedFooter
|
|
54
|
+
})
|
|
55
|
+
},
|
|
56
|
+
footer
|
|
57
|
+
));
|
|
58
|
+
};
|
|
59
|
+
var classicLayout_default = ClassicLayout;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@pisell-prefix: pisell-lowcode;
|
|
2
|
+
|
|
3
|
+
.@{pisell-prefix} {
|
|
4
|
+
&-claseic-layout {
|
|
5
|
+
position: relative;
|
|
6
|
+
overflow: auto;
|
|
7
|
+
height: 100%;
|
|
8
|
+
width: 100%;
|
|
9
|
+
}
|
|
10
|
+
&-claseic-layout-fixed-header {
|
|
11
|
+
position: sticky;
|
|
12
|
+
top: 0;
|
|
13
|
+
z-index: 1;
|
|
14
|
+
width: 100%;
|
|
15
|
+
}
|
|
16
|
+
&-claseic-layout-fixed-footer {
|
|
17
|
+
position: sticky;
|
|
18
|
+
bottom: 0;
|
|
19
|
+
z-index: 1;
|
|
20
|
+
width: 100%;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface ComponentProps {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* 低代码组件壳子 目前不做任何处理直接返回 如需容器包裹自行处理
|
|
7
|
+
* @param props
|
|
8
|
+
* @constructor
|
|
9
|
+
*/
|
|
10
|
+
declare const Component: (props: ComponentProps) => React.ReactNode;
|
|
11
|
+
export default Component;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/components/component/index.tsx
|
|
20
|
+
var component_exports = {};
|
|
21
|
+
__export(component_exports, {
|
|
22
|
+
default: () => component_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(component_exports);
|
|
25
|
+
var Component = (props) => {
|
|
26
|
+
const { children } = props;
|
|
27
|
+
return children;
|
|
28
|
+
};
|
|
29
|
+
var component_default = Component;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { ConfigProviderProps as OriginalConfigProviderProps } from "antd/es/config-provider";
|
|
3
3
|
import "dayjs/locale/zh-cn";
|
|
4
4
|
export interface ConfigProviderProps extends OriginalConfigProviderProps {
|
|
5
5
|
[key: string]: any;
|
|
6
6
|
}
|
|
7
|
-
declare const ConfigProvider: (props: ConfigProviderProps) => JSX.Element;
|
|
7
|
+
declare const ConfigProvider: (props: ConfigProviderProps) => React.JSX.Element;
|
|
8
8
|
export default ConfigProvider;
|
|
@@ -34,7 +34,7 @@ __export(div_exports, {
|
|
|
34
34
|
module.exports = __toCommonJS(div_exports);
|
|
35
35
|
var import_react = __toESM(require("react"));
|
|
36
36
|
var Div = (props) => {
|
|
37
|
-
const { children, style = {}, others = {} } = props;
|
|
38
|
-
return /* @__PURE__ */ import_react.default.createElement("div", { style, ...others }, children);
|
|
37
|
+
const { children, style = {}, others = {}, ...otherProps } = props;
|
|
38
|
+
return /* @__PURE__ */ import_react.default.createElement("div", { style, ...others, ...otherProps }, children);
|
|
39
39
|
};
|
|
40
40
|
var div_default = Div;
|
|
@@ -34,11 +34,47 @@ __export(drawer_exports, {
|
|
|
34
34
|
module.exports = __toCommonJS(drawer_exports);
|
|
35
35
|
var import_react = __toESM(require("react"));
|
|
36
36
|
var import_antd = require("antd");
|
|
37
|
+
var import_icons = require("@ant-design/icons");
|
|
38
|
+
var import_index = require("./index.less");
|
|
39
|
+
var prefix = "pisell-lowcode-";
|
|
40
|
+
var Title = (props) => {
|
|
41
|
+
const { placement, onClose } = props;
|
|
42
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
|
43
|
+
"div",
|
|
44
|
+
{
|
|
45
|
+
className: `${prefix}drawer-outside-wrap ${prefix}drawer-outside-wrap-${placement}`
|
|
46
|
+
},
|
|
47
|
+
/* @__PURE__ */ import_react.default.createElement("div", { className: `${prefix}drawer-outside-action-wrap`, onClick: onClose }, /* @__PURE__ */ import_react.default.createElement(import_icons.CloseOutlined, null))
|
|
48
|
+
);
|
|
49
|
+
};
|
|
37
50
|
var Drawer = (props) => {
|
|
51
|
+
const { others, ...resetProps } = props;
|
|
52
|
+
const { operateMode, headerStyle, placement, onClose } = props;
|
|
38
53
|
const innerProps = {};
|
|
39
54
|
if (props.__designMode === "design") {
|
|
40
55
|
innerProps.open = true;
|
|
41
56
|
}
|
|
42
|
-
|
|
57
|
+
const otherProps = (0, import_react.useMemo)(() => {
|
|
58
|
+
if (operateMode === "outside") {
|
|
59
|
+
return {
|
|
60
|
+
headerStyle: {
|
|
61
|
+
border: "none",
|
|
62
|
+
height: 0,
|
|
63
|
+
padding: 0
|
|
64
|
+
},
|
|
65
|
+
title: /* @__PURE__ */ import_react.default.createElement(Title, { placement, onClose })
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
return headerStyle;
|
|
69
|
+
}, [operateMode, placement, onClose]);
|
|
70
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
|
71
|
+
import_antd.Drawer,
|
|
72
|
+
{
|
|
73
|
+
...resetProps,
|
|
74
|
+
...innerProps,
|
|
75
|
+
...otherProps,
|
|
76
|
+
...others
|
|
77
|
+
}
|
|
78
|
+
);
|
|
43
79
|
};
|
|
44
80
|
var drawer_default = Drawer;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
@pisell-prefix: pisell-lowcode;
|
|
2
|
+
|
|
3
|
+
.@{pisell-prefix} {
|
|
4
|
+
&-drawer-outside-wrap {
|
|
5
|
+
position: absolute;
|
|
6
|
+
padding: 10px;
|
|
7
|
+
background-color: transparent;
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
}
|
|
11
|
+
&-drawer-outside-wrap-right {
|
|
12
|
+
left: -82px;
|
|
13
|
+
}
|
|
14
|
+
&-drawer-outside-action-wrap {
|
|
15
|
+
width: 56px;
|
|
16
|
+
height: 56px;
|
|
17
|
+
border-radius: 99px;
|
|
18
|
+
background: var(--base-white, #fff);
|
|
19
|
+
transition: background 300ms ease;
|
|
20
|
+
box-shadow: 0px 4px 8px 0px rgba(13, 22, 25, 0.02),
|
|
21
|
+
0px 12px 20px 0px rgba(0, 0, 0, 0.16);
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
justify-content: center;
|
|
25
|
+
margin-bottom: 20px;
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
&:hover {
|
|
28
|
+
background: #e8e8ee;
|
|
29
|
+
}
|
|
30
|
+
.anticon {
|
|
31
|
+
font-size: 20px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: (props: any) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: (props: any) => React.JSX.Element;
|
|
3
3
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { FilterItemProps } from "../Dropdown";
|
|
3
3
|
interface QuickFilterProps {
|
|
4
4
|
quickFilter: FilterItemProps[];
|
|
5
5
|
}
|
|
6
|
-
declare const QuickFilter: (props: QuickFilterProps) => JSX.Element;
|
|
6
|
+
declare const QuickFilter: (props: QuickFilterProps) => React.JSX.Element;
|
|
7
7
|
export default QuickFilter;
|
|
@@ -7,8 +7,8 @@ export declare const fieldMaps: {
|
|
|
7
7
|
field_type: string;
|
|
8
8
|
default_value: string;
|
|
9
9
|
};
|
|
10
|
-
Preview: (props: any) => JSX.Element;
|
|
11
|
-
Editor: () => JSX.Element;
|
|
10
|
+
Preview: (props: any) => import("react").JSX.Element;
|
|
11
|
+
Editor: () => import("react").JSX.Element;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
export declare const fieldList: {
|
|
@@ -24,8 +24,8 @@ export declare const getFieldByType: (type: string) => {
|
|
|
24
24
|
field_type: string;
|
|
25
25
|
default_value: string;
|
|
26
26
|
};
|
|
27
|
-
Preview: (props: any) => JSX.Element;
|
|
28
|
-
Editor: () => JSX.Element;
|
|
27
|
+
Preview: (props: any) => import("react").JSX.Element;
|
|
28
|
+
Editor: () => import("react").JSX.Element;
|
|
29
29
|
};
|
|
30
30
|
declare const _default: {
|
|
31
31
|
text: {
|
|
@@ -35,8 +35,8 @@ declare const _default: {
|
|
|
35
35
|
field_type: string;
|
|
36
36
|
default_value: string;
|
|
37
37
|
};
|
|
38
|
-
Preview: (props: any) => JSX.Element;
|
|
39
|
-
Editor: () => JSX.Element;
|
|
38
|
+
Preview: (props: any) => import("react").JSX.Element;
|
|
39
|
+
Editor: () => import("react").JSX.Element;
|
|
40
40
|
};
|
|
41
41
|
};
|
|
42
42
|
export default _default;
|
|
@@ -6,7 +6,7 @@ declare const _default: {
|
|
|
6
6
|
field_type: string;
|
|
7
7
|
default_value: string;
|
|
8
8
|
};
|
|
9
|
-
Preview: (props: any) => JSX.Element;
|
|
10
|
-
Editor: () => JSX.Element;
|
|
9
|
+
Preview: (props: any) => import("react").JSX.Element;
|
|
10
|
+
Editor: () => import("react").JSX.Element;
|
|
11
11
|
};
|
|
12
12
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { FilterItemProps } from "./components/Dropdown";
|
|
3
3
|
export interface FilterProps {
|
|
4
4
|
filter: {
|
|
@@ -8,5 +8,5 @@ export interface FilterProps {
|
|
|
8
8
|
isRenderFormContent: boolean;
|
|
9
9
|
onValuesChange: () => void;
|
|
10
10
|
}
|
|
11
|
-
declare const Filter: (props: FilterProps) => JSX.Element | null;
|
|
11
|
+
declare const Filter: (props: FilterProps) => React.JSX.Element | null;
|
|
12
12
|
export default Filter;
|