@pisell/materials 6.0.14 → 6.0.15
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 +5 -5
- package/build/lowcode/preview.js +21 -13
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +34 -20
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +34 -20
- package/es/components/Pagination/index.d.ts +1 -1
- package/es/components/appVersionControl/index.d.ts +5 -0
- package/es/components/appVersionControl/index.js +218 -0
- package/es/components/appVersionControl/index.less +35 -0
- package/es/components/appVersionControl/types.d.ts +24 -0
- package/es/components/appVersionControl/types.js +1 -0
- package/es/components/appVersionControl/utils.d.ts +13 -0
- package/es/components/appVersionControl/utils.js +30 -0
- package/es/components/customSelect/index.d.ts +17 -0
- package/es/components/customSelect/index.js +32 -0
- package/es/components/customSelect/index.less +7 -0
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.js +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/group/index.js +23 -6
- package/es/components/dataSourceComponents/dataSourceForm/group/index.less +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.js +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperProvider.js +4 -8
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.js +4 -3
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +6 -3
- package/es/components/dataSourceComponents/dataSourceForm/utils.js +94 -18
- package/es/components/dataSourceComponents/dataSourceTable/BaseTable.d.ts +6 -2
- package/es/components/dataSourceComponents/dataSourceTable/BaseTable.js +30 -6
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useColumns.js +1 -2
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.js +17 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +7 -2
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +33 -13
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.js +7 -1
- package/es/components/dataSourceComponents/dataSourceTable/index.d.ts +3 -2
- package/es/components/dataSourceComponents/dataSourceTable/index.js +7 -4
- package/es/components/dataSourceComponents/fields/DatePicker/index.js +13 -0
- package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +5 -0
- package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.js +18 -0
- package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.less +6 -0
- package/es/components/dataSourceComponents/fields/IconSelect/WithMode.d.ts +4 -0
- package/es/components/dataSourceComponents/fields/IconSelect/WithMode.js +5 -0
- package/es/components/dataSourceComponents/fields/IconSelect/index.d.ts +3 -0
- package/es/components/dataSourceComponents/fields/IconSelect/index.js +4 -0
- package/es/components/dataSourceComponents/fields/IconSelect/type.d.ts +8 -0
- package/es/components/dataSourceComponents/fields/IconSelect/type.js +1 -0
- package/es/components/dataSourceComponents/fields/Input/WithMode.d.ts +3 -3
- package/es/components/dataSourceComponents/fields/Input/WithMode.js +8 -1
- package/es/components/dataSourceComponents/fields/Input/type.d.ts +2 -0
- package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Select/index.js +2 -1
- package/es/components/dataSourceComponents/fields/Upload/BaseUpload.js +12 -54
- package/es/components/dataSourceComponents/fields/Upload/ReadPretty.js +2 -2
- package/es/components/dataSourceComponents/fields/Upload/ReadPretty.less +1 -0
- package/es/components/dataSourceComponents/fields/Upload/index.js +35 -1
- package/es/components/dataSourceComponents/fields/Upload/type.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/index.d.ts +5 -2
- package/es/components/dataSourceComponents/fields/index.js +3 -1
- package/es/components/dataSourceComponents/hooks/useActions.js +1 -1
- package/es/components/dataSourceComponents/hooks/useValueMap.js +2 -2
- package/es/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +8 -0
- package/es/components/dataSourceComponents/provider/dataSource/DataSourceContext.js +2 -1
- package/es/components/dataSourceComponents/provider/dataSource/DataSourceProvider.js +11 -3
- package/es/components/dataSourceComponents/provider/variables/VariablesProvider.js +3 -0
- package/es/components/iconSelect/index.d.ts +10 -0
- package/es/components/iconSelect/index.js +217 -0
- package/es/components/iconSelect/index.less +54 -0
- package/es/components/iconSelect/utils.d.ts +14 -0
- package/es/components/iconSelect/utils.js +102 -0
- package/es/components/image/avatar.png +0 -0
- package/es/components/image/image.png +0 -0
- package/es/components/image/index.d.ts +10 -0
- package/es/components/image/index.js +25 -0
- package/es/components/image/product.png +0 -0
- package/es/components/page-header/index.less +4 -4
- package/es/components/pisellAppCard/PisellAppCard.d.ts +5 -0
- package/es/components/pisellAppCard/PisellAppCard.js +80 -0
- package/es/components/pisellAppCard/PisellAppCard.less +55 -0
- package/es/components/pisellAppCard/index.d.ts +3 -0
- package/es/components/pisellAppCard/index.js +2 -0
- package/es/components/pisellAppCard/types.d.ts +34 -0
- package/es/components/pisellAppCard/types.js +1 -0
- package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +1 -0
- package/es/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +2 -1
- package/es/components/pisellDraggable/components/TreeItem/TreeItem.js +10 -3
- package/es/components/pisellDraggable/index.d.ts +6 -3
- package/es/components/pisellDraggable/index.js +9 -6
- package/es/components/pisellDraggable/types.d.ts +1 -0
- package/es/components/pisellDraggable/utilities.js +10 -6
- package/es/components/pisellDropSort/PisellDropSort.d.ts +5 -0
- package/es/components/pisellDropSort/PisellDropSort.js +94 -0
- package/es/components/pisellDropSort/PisellDropSort.less +92 -0
- package/es/components/pisellDropSort/components/SortableItem/index.d.ts +25 -0
- package/es/components/pisellDropSort/components/SortableItem/index.js +104 -0
- package/es/components/pisellDropSort/components/SortableItem/index.less +157 -0
- package/es/components/pisellDropSort/index.d.ts +3 -0
- package/es/components/pisellDropSort/index.js +2 -0
- package/es/components/pisellDropSort/types.d.ts +52 -0
- package/es/components/pisellDropSort/types.js +1 -0
- package/es/components/pisellEmpty/index.d.ts +2 -0
- package/es/components/pisellEmpty/index.js +6 -2
- package/es/components/pisellModal/components/Information/index.js +0 -1
- package/es/components/pisellModal/components/MobileModal/index.js +42 -2
- package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
- package/es/components/pisellNavigationMenu/PisellNavigationMenu.js +218 -0
- package/es/components/pisellNavigationMenu/PisellNavigationMenu.less +65 -0
- package/es/components/pisellNavigationMenu/index.d.ts +3 -0
- package/es/components/pisellNavigationMenu/index.js +2 -0
- package/es/components/pisellNavigationMenu/types.d.ts +64 -0
- package/es/components/pisellNavigationMenu/types.js +1 -0
- package/es/components/pisellNavigationMenu/utils.d.ts +15 -0
- package/es/components/pisellNavigationMenu/utils.js +29 -0
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/versionModal/index.d.ts +8 -0
- package/es/components/versionModal/index.js +41 -9
- package/es/components/versionModal/index.less +9 -2
- package/es/components/versionSelect/index.d.ts +18 -0
- package/es/components/versionSelect/index.js +53 -0
- package/es/components/versionSelect/index.less +3 -0
- package/es/index.d.ts +11 -1
- package/es/index.js +11 -2
- package/es/locales/en-US.d.ts +25 -0
- package/es/locales/en-US.js +34 -1
- package/es/locales/zh-CN.d.ts +25 -0
- package/es/locales/zh-CN.js +33 -1
- package/es/locales/zh-TW.d.ts +26 -0
- package/es/locales/zh-TW.js +35 -1
- package/es/typings.d.ts +4 -0
- package/lib/components/Pagination/index.d.ts +1 -1
- package/lib/components/appVersionControl/index.d.ts +5 -0
- package/lib/components/appVersionControl/index.js +188 -0
- package/lib/components/appVersionControl/index.less +35 -0
- package/lib/components/appVersionControl/types.d.ts +24 -0
- package/lib/components/appVersionControl/types.js +17 -0
- package/lib/components/appVersionControl/utils.d.ts +13 -0
- package/lib/components/appVersionControl/utils.js +52 -0
- package/lib/components/customSelect/index.d.ts +17 -0
- package/lib/components/customSelect/index.js +59 -0
- package/lib/components/customSelect/index.less +7 -0
- package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/group/index.js +13 -6
- package/lib/components/dataSourceComponents/dataSourceForm/group/index.less +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.js +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperProvider.js +2 -2
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.js +3 -2
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +6 -3
- package/lib/components/dataSourceComponents/dataSourceForm/utils.js +118 -16
- package/lib/components/dataSourceComponents/dataSourceTable/BaseTable.d.ts +6 -2
- package/lib/components/dataSourceComponents/dataSourceTable/BaseTable.js +27 -5
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useColumns.js +5 -4
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.js +58 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +7 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +21 -10
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.js +7 -1
- package/lib/components/dataSourceComponents/dataSourceTable/index.d.ts +3 -2
- package/lib/components/dataSourceComponents/dataSourceTable/index.js +3 -3
- package/lib/components/dataSourceComponents/fields/DatePicker/index.js +9 -0
- package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +5 -0
- package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.js +52 -0
- package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.less +6 -0
- package/lib/components/dataSourceComponents/fields/IconSelect/WithMode.d.ts +4 -0
- package/lib/components/dataSourceComponents/fields/IconSelect/WithMode.js +39 -0
- package/lib/components/dataSourceComponents/fields/IconSelect/index.d.ts +3 -0
- package/lib/components/dataSourceComponents/fields/IconSelect/index.js +38 -0
- package/lib/components/dataSourceComponents/fields/IconSelect/type.d.ts +8 -0
- package/lib/components/dataSourceComponents/fields/IconSelect/type.js +17 -0
- package/lib/components/dataSourceComponents/fields/Input/WithMode.d.ts +3 -3
- package/lib/components/dataSourceComponents/fields/Input/WithMode.js +6 -2
- package/lib/components/dataSourceComponents/fields/Input/type.d.ts +2 -0
- package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Select/index.js +2 -1
- package/lib/components/dataSourceComponents/fields/Upload/BaseUpload.js +0 -35
- package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.js +1 -1
- package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.less +1 -0
- package/lib/components/dataSourceComponents/fields/Upload/index.js +25 -1
- package/lib/components/dataSourceComponents/fields/Upload/type.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/index.d.ts +5 -2
- package/lib/components/dataSourceComponents/fields/index.js +3 -1
- package/lib/components/dataSourceComponents/hooks/useActions.js +1 -1
- package/lib/components/dataSourceComponents/hooks/useValueMap.js +1 -1
- package/lib/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +8 -0
- package/lib/components/dataSourceComponents/provider/dataSource/DataSourceContext.js +3 -1
- package/lib/components/dataSourceComponents/provider/dataSource/DataSourceProvider.js +9 -1
- package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.js +3 -0
- package/lib/components/iconSelect/index.d.ts +10 -0
- package/lib/components/iconSelect/index.js +189 -0
- package/lib/components/iconSelect/index.less +54 -0
- package/lib/components/iconSelect/utils.d.ts +14 -0
- package/lib/components/iconSelect/utils.js +119 -0
- package/lib/components/image/avatar.png +0 -0
- package/lib/components/image/image.png +0 -0
- package/lib/components/image/index.d.ts +10 -0
- package/lib/components/image/index.js +59 -0
- package/lib/components/image/product.png +0 -0
- package/lib/components/page-header/index.less +4 -4
- package/lib/components/pisellAppCard/PisellAppCard.d.ts +5 -0
- package/lib/components/pisellAppCard/PisellAppCard.js +107 -0
- package/lib/components/pisellAppCard/PisellAppCard.less +55 -0
- package/lib/components/pisellAppCard/index.d.ts +3 -0
- package/lib/components/pisellAppCard/index.js +36 -0
- package/lib/components/pisellAppCard/types.d.ts +34 -0
- package/lib/components/pisellAppCard/types.js +17 -0
- package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +1 -0
- package/lib/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +2 -1
- package/lib/components/pisellDraggable/components/TreeItem/TreeItem.js +8 -2
- package/lib/components/pisellDraggable/index.d.ts +6 -3
- package/lib/components/pisellDraggable/index.js +8 -6
- package/lib/components/pisellDraggable/types.d.ts +1 -0
- package/lib/components/pisellDraggable/utilities.js +9 -6
- package/lib/components/pisellDropSort/PisellDropSort.d.ts +5 -0
- package/lib/components/pisellDropSort/PisellDropSort.js +143 -0
- package/lib/components/pisellDropSort/PisellDropSort.less +92 -0
- package/lib/components/pisellDropSort/components/SortableItem/index.d.ts +25 -0
- package/lib/components/pisellDropSort/components/SortableItem/index.js +171 -0
- package/lib/components/pisellDropSort/components/SortableItem/index.less +157 -0
- package/lib/components/pisellDropSort/index.d.ts +3 -0
- package/lib/components/pisellDropSort/index.js +36 -0
- package/lib/components/pisellDropSort/types.d.ts +52 -0
- package/lib/components/pisellDropSort/types.js +17 -0
- package/lib/components/pisellEmpty/index.d.ts +2 -0
- package/lib/components/pisellEmpty/index.js +2 -1
- package/lib/components/pisellModal/components/Information/index.js +0 -1
- package/lib/components/pisellModal/components/MobileModal/index.js +39 -1
- package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
- package/lib/components/pisellNavigationMenu/PisellNavigationMenu.js +231 -0
- package/lib/components/pisellNavigationMenu/PisellNavigationMenu.less +65 -0
- package/lib/components/pisellNavigationMenu/index.d.ts +3 -0
- package/lib/components/pisellNavigationMenu/index.js +36 -0
- package/lib/components/pisellNavigationMenu/types.d.ts +64 -0
- package/lib/components/pisellNavigationMenu/types.js +17 -0
- package/lib/components/pisellNavigationMenu/utils.d.ts +15 -0
- package/lib/components/pisellNavigationMenu/utils.js +44 -0
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/versionModal/index.d.ts +8 -0
- package/lib/components/versionModal/index.js +35 -8
- package/lib/components/versionModal/index.less +9 -2
- package/lib/components/versionSelect/index.d.ts +18 -0
- package/lib/components/versionSelect/index.js +91 -0
- package/lib/components/versionSelect/index.less +3 -0
- package/lib/index.d.ts +11 -1
- package/lib/index.js +26 -1
- package/lib/locales/en-US.d.ts +25 -0
- package/lib/locales/en-US.js +32 -1
- package/lib/locales/zh-CN.d.ts +25 -0
- package/lib/locales/zh-CN.js +31 -1
- package/lib/locales/zh-TW.d.ts +26 -0
- package/lib/locales/zh-TW.js +33 -1
- package/lib/typings.d.ts +4 -0
- package/lowcode/_setters/antd-icon-setter/index.tsx +11 -4
- package/lowcode/_utils/defaultSchema.ts +18 -1
- package/lowcode/app-version-control/meta.ts +92 -0
- package/lowcode/custom-select/meta.ts +202 -0
- package/lowcode/custom-select/snippets.ts +33 -0
- package/lowcode/data-source-form/constants.ts +2 -1
- package/lowcode/data-source-form/meta.ts +1 -1
- package/lowcode/data-source-image/meta.ts +1 -1
- package/lowcode/data-source-qrcode/meta.ts +1 -1
- package/lowcode/data-source-table/meta.ts +26 -4
- package/lowcode/data-source-table/snippets.ts +1 -1
- package/lowcode/data-source-typography.text/meta.ts +1 -1
- package/lowcode/data-source-wrapper/meta.ts +1 -1
- package/lowcode/form-group/meta.ts +1 -1
- package/lowcode/form-item-checkbox/meta.ts +1 -1
- package/lowcode/form-item-checkbox.group/meta.ts +1 -1
- package/lowcode/form-item-color-picker/meta.ts +1 -1
- package/lowcode/form-item-date-picker/meta.ts +14 -1
- package/lowcode/form-item-icon-select/meta.ts +65 -0
- package/lowcode/form-item-icon-select/snippets.ts +12 -0
- package/lowcode/form-item-input/meta.ts +13 -1
- package/lowcode/form-item-input-number/meta.ts +1 -1
- package/lowcode/form-item-input.email/meta.ts +1 -1
- package/lowcode/form-item-input.json/meta.ts +1 -1
- package/lowcode/form-item-input.mobile/meta.ts +1 -1
- package/lowcode/form-item-input.password/meta.ts +1 -1
- package/lowcode/form-item-input.phone/meta.ts +1 -1
- package/lowcode/form-item-input.subdomain/meta.ts +1 -1
- package/lowcode/form-item-input.text-area/meta.ts +1 -1
- package/lowcode/form-item-input.url/meta.ts +1 -1
- package/lowcode/form-item-radio/meta.ts +1 -1
- package/lowcode/form-item-radio.group/meta.ts +1 -1
- package/lowcode/form-item-select/meta.ts +1 -1
- package/lowcode/form-item-time-picker/meta.ts +1 -1
- package/lowcode/form-item-translation/meta.ts +1 -1
- package/lowcode/form-item-upload/meta.ts +1 -1
- package/lowcode/icon-select/meta.ts +98 -0
- package/lowcode/image/meta.ts +19 -0
- package/lowcode/image/snippets.ts +1 -0
- package/lowcode/json-wrapper/meta.ts +1 -1
- package/lowcode/pisell-app-card/meta.ts +286 -0
- package/lowcode/pisell-drop-sort/meta.ts +362 -0
- package/lowcode/pisell-navigation-menu/meta.ts +125 -0
- package/lowcode/submit-button/meta.ts +15 -1
- package/package.json +4 -4
- package/dist/umd/materials.min.css +0 -1
- package/dist/umd/materials.min.js +0 -1
- package/dist/umd/static/DotsSix.57d66266.svg +0 -1
- package/dist/umd/static/arrow-left.e542294f.svg +0 -1
- package/dist/umd/static/arrow-right.763f03e0.svg +0 -1
- package/dist/umd/static/filter-lines.04a54ae9.svg +0 -1
- package/dist/umd/static/help-circle.31c9be40.svg +0 -1
- package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +0 -1
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
import {
|
|
2
|
+
IPublicTypeComponentMetadata,
|
|
3
|
+
IPublicTypeSnippet,
|
|
4
|
+
} from '@alilc/lowcode-types';
|
|
5
|
+
|
|
6
|
+
const PisellDropSortMeta: IPublicTypeComponentMetadata = {
|
|
7
|
+
componentName: 'PisellDropSort',
|
|
8
|
+
title: '拖拽排序',
|
|
9
|
+
docUrl: '',
|
|
10
|
+
screenshot: '',
|
|
11
|
+
devMode: 'proCode',
|
|
12
|
+
npm: {
|
|
13
|
+
package: '@pisell/materials',
|
|
14
|
+
version: '1.0.3',
|
|
15
|
+
exportName: 'PisellDropSort',
|
|
16
|
+
main: 'src/index.tsx',
|
|
17
|
+
destructuring: true,
|
|
18
|
+
subName: '',
|
|
19
|
+
},
|
|
20
|
+
props: [
|
|
21
|
+
{
|
|
22
|
+
name: 'value',
|
|
23
|
+
propType: 'object',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
name: 'allowDrag',
|
|
27
|
+
propType: 'bool',
|
|
28
|
+
description: '允许拖拽',
|
|
29
|
+
defaultValue: true,
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
name: 'allowDelete',
|
|
33
|
+
propType: 'bool',
|
|
34
|
+
description: '允许删除',
|
|
35
|
+
defaultValue: true,
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'allowAddChild',
|
|
39
|
+
propType: 'bool',
|
|
40
|
+
description: '允许添加子节点',
|
|
41
|
+
defaultValue: true,
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: 'allowAddRoot',
|
|
45
|
+
propType: 'bool',
|
|
46
|
+
description: '允许添加根节点',
|
|
47
|
+
defaultValue: true,
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
name: 'disabled',
|
|
51
|
+
propType: 'bool',
|
|
52
|
+
description: '是否禁用',
|
|
53
|
+
defaultValue: false,
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: 'spacing',
|
|
57
|
+
propType: 'number',
|
|
58
|
+
description: '间距',
|
|
59
|
+
defaultValue: 8,
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
name: 'maxLevel',
|
|
63
|
+
propType: 'number',
|
|
64
|
+
description: '最大层级数',
|
|
65
|
+
defaultValue: 3,
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
name: 'showBorder',
|
|
69
|
+
propType: 'bool',
|
|
70
|
+
description: '显示边框',
|
|
71
|
+
defaultValue: true,
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
name: 'className',
|
|
75
|
+
propType: 'string',
|
|
76
|
+
description: '类名',
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
name: 'style',
|
|
80
|
+
propType: 'object',
|
|
81
|
+
description: '样式',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
name: 'onDragEnd',
|
|
85
|
+
propType: 'func',
|
|
86
|
+
description: '拖拽完成回调',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: 'onDelete',
|
|
90
|
+
propType: 'func',
|
|
91
|
+
description: '删除节点回调',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
name: 'onAdd',
|
|
95
|
+
propType: 'func',
|
|
96
|
+
description: '添加节点回调',
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: 'renderItem',
|
|
100
|
+
propType: {
|
|
101
|
+
type: 'func',
|
|
102
|
+
},
|
|
103
|
+
setter: [
|
|
104
|
+
{
|
|
105
|
+
componentName: 'SlotSetter',
|
|
106
|
+
title: '渲染函数插槽',
|
|
107
|
+
initialValue: {
|
|
108
|
+
type: 'JSSlot',
|
|
109
|
+
params: ['option'],
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
componentName: 'FunctionSetter',
|
|
114
|
+
props: {
|
|
115
|
+
template:
|
|
116
|
+
'renderItem(item,${extParams}){\n// 自定义渲染\nreturn `item`;\n}',
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
|
+
'VariableSetter',
|
|
120
|
+
],
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: 'leftContent',
|
|
124
|
+
propType: {
|
|
125
|
+
type: 'func',
|
|
126
|
+
},
|
|
127
|
+
description: '左侧自定义内容',
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
name: 'rightContent',
|
|
131
|
+
propType: {
|
|
132
|
+
type: 'func',
|
|
133
|
+
},
|
|
134
|
+
description: '右侧自定义内容',
|
|
135
|
+
},
|
|
136
|
+
],
|
|
137
|
+
configure: {
|
|
138
|
+
props: [
|
|
139
|
+
{
|
|
140
|
+
name: 'value',
|
|
141
|
+
setter: 'JsonSetter',
|
|
142
|
+
title: {
|
|
143
|
+
label: {
|
|
144
|
+
type: 'i18n',
|
|
145
|
+
'en-US': 'Data source',
|
|
146
|
+
'zh-CN': '数据源',
|
|
147
|
+
},
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
name: 'allowDrag',
|
|
152
|
+
setter: 'BoolSetter',
|
|
153
|
+
defaultValue: true,
|
|
154
|
+
title: {
|
|
155
|
+
label: {
|
|
156
|
+
type: 'i18n',
|
|
157
|
+
'en-US': 'Allow drag',
|
|
158
|
+
'zh-CN': '允许拖拽',
|
|
159
|
+
},
|
|
160
|
+
},
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
name: 'allowDelete',
|
|
164
|
+
setter: 'BoolSetter',
|
|
165
|
+
defaultValue: true,
|
|
166
|
+
title: {
|
|
167
|
+
label: {
|
|
168
|
+
type: 'i18n',
|
|
169
|
+
'en-US': 'Allow delete',
|
|
170
|
+
'zh-CN': '允许删除',
|
|
171
|
+
},
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
name: 'allowAddChild',
|
|
176
|
+
setter: 'BoolSetter',
|
|
177
|
+
defaultValue: true,
|
|
178
|
+
title: {
|
|
179
|
+
label: {
|
|
180
|
+
type: 'i18n',
|
|
181
|
+
'en-US': 'Allow add child',
|
|
182
|
+
'zh-CN': '允许添加子节点',
|
|
183
|
+
},
|
|
184
|
+
},
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
name: 'allowAddRoot',
|
|
188
|
+
setter: 'BoolSetter',
|
|
189
|
+
defaultValue: true,
|
|
190
|
+
title: {
|
|
191
|
+
label: {
|
|
192
|
+
type: 'i18n',
|
|
193
|
+
'en-US': 'Allow add root',
|
|
194
|
+
'zh-CN': '允许添加根节点',
|
|
195
|
+
},
|
|
196
|
+
},
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
name: 'disabled',
|
|
200
|
+
setter: 'BoolSetter',
|
|
201
|
+
defaultValue: false,
|
|
202
|
+
title: {
|
|
203
|
+
label: {
|
|
204
|
+
type: 'i18n',
|
|
205
|
+
'en-US': 'Disabled',
|
|
206
|
+
'zh-CN': '是否禁用',
|
|
207
|
+
},
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
name: 'spacing',
|
|
212
|
+
setter: 'NumberSetter',
|
|
213
|
+
defaultValue: 8,
|
|
214
|
+
title: {
|
|
215
|
+
label: {
|
|
216
|
+
type: 'i18n',
|
|
217
|
+
'en-US': 'Spacing',
|
|
218
|
+
'zh-CN': '间距',
|
|
219
|
+
},
|
|
220
|
+
},
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
name: 'maxLevel',
|
|
224
|
+
setter: 'NumberSetter',
|
|
225
|
+
defaultValue: 3,
|
|
226
|
+
title: {
|
|
227
|
+
label: {
|
|
228
|
+
type: 'i18n',
|
|
229
|
+
'en-US': 'Max level',
|
|
230
|
+
'zh-CN': '最大层级数',
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
name: 'showBorder',
|
|
236
|
+
setter: 'BoolSetter',
|
|
237
|
+
defaultValue: true,
|
|
238
|
+
title: {
|
|
239
|
+
label: {
|
|
240
|
+
type: 'i18n',
|
|
241
|
+
'en-US': 'Show border',
|
|
242
|
+
'zh-CN': '显示边框',
|
|
243
|
+
},
|
|
244
|
+
},
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
name: 'renderItem',
|
|
248
|
+
title: { label: '自定义渲染', tip: '自定义渲染选项内容' },
|
|
249
|
+
setter: [
|
|
250
|
+
{
|
|
251
|
+
componentName: 'SlotSetter',
|
|
252
|
+
title: '渲染函数插槽',
|
|
253
|
+
initialValue: {
|
|
254
|
+
type: 'JSSlot',
|
|
255
|
+
params: ['item'],
|
|
256
|
+
},
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
componentName: 'FunctionSetter',
|
|
260
|
+
props: {
|
|
261
|
+
template:
|
|
262
|
+
'renderItem(item,${extParams}){\n// 自定义渲染\nreturn `item`;\n}',
|
|
263
|
+
},
|
|
264
|
+
},
|
|
265
|
+
'VariableSetter',
|
|
266
|
+
],
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
name: 'leftContent',
|
|
270
|
+
title: { label: '左侧自定义内容', tip: '左侧自定义内容' },
|
|
271
|
+
setter: {
|
|
272
|
+
componentName: 'SlotSetter',
|
|
273
|
+
title: '左侧自定义内容',
|
|
274
|
+
initialValue: {
|
|
275
|
+
type: 'JSSlot',
|
|
276
|
+
},
|
|
277
|
+
},
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
name: 'rightContent',
|
|
281
|
+
title: { label: '右侧自定义内容', tip: '右侧自定义内容' },
|
|
282
|
+
setter: {
|
|
283
|
+
componentName: 'SlotSetter',
|
|
284
|
+
title: '右侧自定义内容',
|
|
285
|
+
initialValue: {
|
|
286
|
+
type: 'JSSlot',
|
|
287
|
+
},
|
|
288
|
+
},
|
|
289
|
+
},
|
|
290
|
+
],
|
|
291
|
+
component: {
|
|
292
|
+
isContainer: true,
|
|
293
|
+
},
|
|
294
|
+
supports: {
|
|
295
|
+
style: true,
|
|
296
|
+
className: true,
|
|
297
|
+
events: [
|
|
298
|
+
{
|
|
299
|
+
name: 'onChange',
|
|
300
|
+
template: "onChange(item,${extParams}){\n// 节点变化回调\nconsole.log('onChange',item);}",
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
name: 'onDelete',
|
|
304
|
+
template: "onDelete(item,${extParams}){\n// 删除节点回调\nconsole.log('onDelete',item);}",
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
name: 'onAdd',
|
|
308
|
+
template: "onAdd(item,${extParams}){\n// 添加节点回调\nconsole.log('onAdd',item);}",
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
name: 'onDragEnd',
|
|
312
|
+
template: "onDragEnd(item,${extParams}){\n// 拖拽完成回调\nconsole.log('onDragEnd',item);}",
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
name: 'onAddRoot',
|
|
316
|
+
template: "onAddRoot(item,${extParams}){\n// 添加根节点回调\nconsole.log('onAddRoot',item);}",
|
|
317
|
+
}
|
|
318
|
+
],
|
|
319
|
+
},
|
|
320
|
+
},
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
const snippets: IPublicTypeSnippet[] = [
|
|
324
|
+
{
|
|
325
|
+
title: '拖拽排序',
|
|
326
|
+
screenshot: '',
|
|
327
|
+
schema: {
|
|
328
|
+
title: "拖拽排序",
|
|
329
|
+
componentName: 'PisellDropSort',
|
|
330
|
+
props: {
|
|
331
|
+
renderItem: {
|
|
332
|
+
type: 'JSSlot',
|
|
333
|
+
params: ['item'],
|
|
334
|
+
},
|
|
335
|
+
leftContent: {
|
|
336
|
+
type: 'JSSlot',
|
|
337
|
+
},
|
|
338
|
+
value: [
|
|
339
|
+
{
|
|
340
|
+
id: '1',
|
|
341
|
+
title: '节点1',
|
|
342
|
+
children: [
|
|
343
|
+
{
|
|
344
|
+
id: '1-1',
|
|
345
|
+
title: '节点1-1',
|
|
346
|
+
},
|
|
347
|
+
],
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
id: '2',
|
|
351
|
+
title: '节点2',
|
|
352
|
+
},
|
|
353
|
+
],
|
|
354
|
+
},
|
|
355
|
+
},
|
|
356
|
+
},
|
|
357
|
+
];
|
|
358
|
+
|
|
359
|
+
export default {
|
|
360
|
+
...PisellDropSortMeta,
|
|
361
|
+
snippets,
|
|
362
|
+
};
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import {
|
|
2
|
+
IPublicTypeSnippet,
|
|
3
|
+
} from '@alilc/lowcode-types';
|
|
4
|
+
|
|
5
|
+
const PisellNavigationMenuMeta = {
|
|
6
|
+
componentName: 'PisellNavigationMenu',
|
|
7
|
+
title: '导航菜单管理',
|
|
8
|
+
docUrl: '',
|
|
9
|
+
screenshot: '',
|
|
10
|
+
devMode: 'proCode',
|
|
11
|
+
npm: {
|
|
12
|
+
package: '@pisell/materials',
|
|
13
|
+
version: '1.0.3',
|
|
14
|
+
exportName: 'PisellNavigationMenu',
|
|
15
|
+
main: 'src/index.tsx',
|
|
16
|
+
destructuring: true,
|
|
17
|
+
subName: '',
|
|
18
|
+
},
|
|
19
|
+
props: [
|
|
20
|
+
{
|
|
21
|
+
title: {
|
|
22
|
+
label: {
|
|
23
|
+
type: 'i18n',
|
|
24
|
+
'en-US': 'Value',
|
|
25
|
+
'zh-CN': '菜单数据',
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
name: 'value',
|
|
29
|
+
propType: 'array',
|
|
30
|
+
setter: 'JsonSetter',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
title: {
|
|
34
|
+
label: {
|
|
35
|
+
type: 'i18n',
|
|
36
|
+
'en-US': 'Title',
|
|
37
|
+
'zh-CN': '标题',
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
name: 'title',
|
|
41
|
+
propType: 'string',
|
|
42
|
+
setter: 'PisellI18nSetter',
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
configure: {
|
|
46
|
+
component: {
|
|
47
|
+
isContainer: false,
|
|
48
|
+
},
|
|
49
|
+
supports: {
|
|
50
|
+
style: true,
|
|
51
|
+
className: true,
|
|
52
|
+
events: [
|
|
53
|
+
{
|
|
54
|
+
name: 'onChange',
|
|
55
|
+
template:
|
|
56
|
+
'onChange(value,${extParams}){\n// 数据变化回调\nconsole.log("onChange",value);}',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
name: 'onDelete',
|
|
60
|
+
template:
|
|
61
|
+
'onDelete(value,${extParams}){\n// 删除节点回调\nconsole.log("onDelete",value);}',
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
name: 'onAddPage',
|
|
65
|
+
template:
|
|
66
|
+
'onAddPage(value,${extParams}){\n// 添加页面回调\nconsole.log("onAddPage",value);}',
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
name: 'onAddSubMenu',
|
|
70
|
+
template:
|
|
71
|
+
'onAddSubMenu(value,${extParams}){\n// 添加子菜单回调\nconsole.log("onAddSubMenu",value);}',
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
name: 'onEdit',
|
|
75
|
+
template:
|
|
76
|
+
'onEdit(value,${extParams}){\n// 编辑节点回调\nconsole.log("onEdit",value);}',
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
},
|
|
80
|
+
},
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
const snippets: IPublicTypeSnippet[] = [
|
|
84
|
+
{
|
|
85
|
+
title: '导航菜单管理',
|
|
86
|
+
screenshot: '',
|
|
87
|
+
schema: {
|
|
88
|
+
componentName: 'PisellNavigationMenu',
|
|
89
|
+
props: {
|
|
90
|
+
value: [
|
|
91
|
+
{
|
|
92
|
+
id: '1',
|
|
93
|
+
title: '首页',
|
|
94
|
+
children: [],
|
|
95
|
+
icon: 'pisell2-trend-up-01',
|
|
96
|
+
description: '首页描述',
|
|
97
|
+
version: '1.0.0',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
id: '2',
|
|
101
|
+
title: '关于我们',
|
|
102
|
+
icon: 'pisell2-user-circle',
|
|
103
|
+
description: '关于我们描述',
|
|
104
|
+
isGroup: true,
|
|
105
|
+
children: [
|
|
106
|
+
{
|
|
107
|
+
id: '2-1',
|
|
108
|
+
title: '公司介绍',
|
|
109
|
+
icon: 'pisell2-trend-up-01',
|
|
110
|
+
description: '公司介绍描述',
|
|
111
|
+
version: '1.0.0',
|
|
112
|
+
children: [],
|
|
113
|
+
},
|
|
114
|
+
],
|
|
115
|
+
},
|
|
116
|
+
],
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
];
|
|
121
|
+
|
|
122
|
+
export default {
|
|
123
|
+
...PisellNavigationMenuMeta,
|
|
124
|
+
snippets,
|
|
125
|
+
};
|
|
@@ -4,7 +4,7 @@ import snippets from './snippets';
|
|
|
4
4
|
const SubmitButtonMeta: ComponentMetadata = {
|
|
5
5
|
componentName: 'SubmitButton',
|
|
6
6
|
title: '提交按钮',
|
|
7
|
-
category: '
|
|
7
|
+
category: '无代码表单',
|
|
8
8
|
group: '无代码组件',
|
|
9
9
|
docUrl: '',
|
|
10
10
|
screenshot: '',
|
|
@@ -471,6 +471,20 @@ const SubmitButtonMeta: ComponentMetadata = {
|
|
|
471
471
|
'zh-HK': '確定',
|
|
472
472
|
},
|
|
473
473
|
},
|
|
474
|
+
{
|
|
475
|
+
name: 'afterSubmitModalConfig.onOk',
|
|
476
|
+
title: {
|
|
477
|
+
type: 'i18n',
|
|
478
|
+
'en-US': 'OK Callback',
|
|
479
|
+
'zh-CN': '确认回调',
|
|
480
|
+
},
|
|
481
|
+
setter: {
|
|
482
|
+
componentName: 'FunctionSetter',
|
|
483
|
+
props: {
|
|
484
|
+
template: "onOk(${extParams}){\n console.log('Modal OK clicked');\n}",
|
|
485
|
+
},
|
|
486
|
+
},
|
|
487
|
+
},
|
|
474
488
|
],
|
|
475
489
|
},
|
|
476
490
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.15",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@ant-design/colors": "^7.1.0",
|
|
53
|
-
"@ant-design/icons": "^5.1
|
|
53
|
+
"@ant-design/icons": "^5.6.1",
|
|
54
54
|
"@dnd-kit/core": "^6.0.8",
|
|
55
55
|
"@dnd-kit/modifiers": "^6.0.1",
|
|
56
56
|
"@dnd-kit/sortable": "^7.0.2",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"react-window": "^1.8.10",
|
|
69
69
|
"styled-components": "^6.0.0-rc.3",
|
|
70
70
|
"@pisell/date-picker": "1.0.100",
|
|
71
|
-
"@pisell/
|
|
72
|
-
"@pisell/
|
|
71
|
+
"@pisell/utils": "1.0.42",
|
|
72
|
+
"@pisell/icon": "0.0.11"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"react": "^18.0.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.materials-grid{display:flex;flex-direction:column;height:100%;width:100%}.materials-grid-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.materials-grid-header .right-wrap{align-items:center;display:flex;gap:8px}.materials-grid-actions{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.materials-grid-actions .left-wrap{align-items:center;display:flex;flex:1 1}.materials-grid-actions .left-wrap .pisell-lowcode-form-item{margin-bottom:0}.materials-grid-actions .right-wrap{align-items:center;display:flex;gap:8px}.materials-grid-actions .right-wrap .icon{cursor:pointer;transition:.2s}.materials-grid-actions .right-wrap .icon:hover{color:var(--theme-color)}.materials-grid-actions .right-wrap .button{align-items:center;display:flex;font-size:12px;height:28px;justify-content:center}.filter-dropdown-wrap{display:flex;flex-direction:column;max-height:400px;max-width:calc(100vw - 24px);min-width:250px;padding:4px;width:400px}.filter-dropdown-wrap .filter-dropdown-wrap-content{flex:1 1;overflow:auto}.filter-dropdown-wrap .filter-dropdown-drag-item{align-items:center;background:#f9fafb;background:var(--gray-50,#f9fafb);border-radius:8px;display:flex;margin-bottom:12px;padding:8px 12px 12px}.filter-dropdown-wrap .filter-dropdown-drag-item .dots-six-icon{color:#98a2b3;cursor:pointer;font-size:24px}.filter-dropdown-wrap .filter-dropdown-drag-item .pisell-lowcode-form-item{margin-bottom:0}.filter-dropdown-wrap .filter-dropdown-drag-item .filter-dropdown-drag-item-right{flex:1 1;margin-left:16px}.filter-dropdown-wrap .filter-dropdown-drag-item .filter-dropdown-drag-item-right .filter-dropdown-drag-item-title{color:#777;color:var(--text-text-2,#777);font-size:14px;font-style:normal;font-weight:600;line-height:20px}.filter-dropdown-container-wrap{border-bottom:1px solid #e2e2e2;border-bottom:1px solid var(--surface-surface-4,#e2e2e2);margin-bottom:20px;min-height:70px}.filter-dropdown-container-wrap:last-child{border:none}.filter-dropdown-container-wrap .filter-dropdown-container-title-wrap{align-items:center;color:#919191;color:var(--text-text-3,#919191);display:flex;font-size:16px;font-style:normal;font-weight:600;line-height:22px;margin-bottom:12px}.filter-dropdown-container-wrap .filter-dropdown-container-title-wrap .filter-dropdown-container-title{color:#101828;color:var(--gray-900,#101828);font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin-right:6px}.filter-dropdown-container-wrap .filter-dropdown-container-title-wrap .filter-dropdown-container-icon-help{color:#98a2b3;color:var(--gray-400,#98a2b3);font-size:20px}.filter-dropdown-container-wrap .filter-dropdown-container-filter-wrap{min-height:80px}.materials-sort-list-empty{color:#5a5a5a;display:block;padding-top:22px;text-align:center}.materials-grid-summary{margin-bottom:16px}.grid-view-table-wrap{position:relative}.materials-grid-paginator{align-items:center;background-color:#fff;border:1px solid #f0f0f0;border-radius:0 0 8px 8px;border-top:none;display:flex;height:50px;justify-content:center;margin:0!important;padding:0 20px;width:100%}.materials-grid-paginator .pisell-lowcode-pagination-total-text{color:#667085;color:var(--gray-500,#667085);font-size:14px;font-style:normal;font-weight:500;margin-right:auto}.materials-grid-paginator .pisell-lowcode-pagination-item{border:1px solid #d0d5dd;border-radius:0;border-right:0;margin:0;position:relative}.materials-grid-paginator .pisell-lowcode-pagination-jump-next,.materials-grid-paginator .pisell-lowcode-pagination-jump-prev{border:1px solid #d0d5dd;border-radius:0;border-right:none;margin:0}.materials-grid-paginator .pisell-lowcode-pagination-item-link:hover{color:rgba(0,0,0,.88)!important;font-weight:450!important}.materials-grid-paginator .pisell-lowcode-pagination-item-link:hover .pisell-lowcode-pagination-item-link-icon{color:rgba(0,0,0,.88)!important;font-weight:450!important}.materials-grid-paginator .pisell-lowcode-pagination-item-active:hover{border-color:#d0d5dd!important}.materials-grid-paginator .pisell-lowcode-pagination-item-active{background-color:rgba(0,0,0,.06)}.materials-grid-paginator .pisell-lowcode-pagination-item-active a{color:rgba(0,0,0,.88)!important;font-weight:450!important}.materials-grid-paginator .pisell-lowcode-pagination-prev{align-items:center;border:1px solid #d0d5dd;border-radius:8px 0 0 8px;border-right:none;display:flex;justify-content:center;margin:0;min-width:auto}.materials-grid-paginator .pisell-lowcode-pagination-next{align-items:center;border:1px solid #d0d5dd;border-radius:0 8px 8px 0;display:flex;justify-content:center;margin:0;min-width:auto}.paginator-page-btn{align-items:center;border-radius:4px 4px 4px 4px;color:#344054;color:var(--gray-700,#344054);cursor:pointer;display:flex;font-size:12px;font-weight:400;justify-content:center;padding:10px 16px;transition:.2s;-ms-user-select:none;user-select:none}.paginator-page-btn .paginator-page-btn-text{font-weight:600}.paginator-page-btn .paginator-page-btn-left-icon,.paginator-page-btn .paginator-page-btn-right-icon{font-size:20px}.paginator-page-btn .paginator-page-btn-left-icon{margin-right:8px}.paginator-page-btn .paginator-page-btn-right-icon{margin-left:8px}.paginator-page-btn.left{margin-right:auto}.paginator-page-btn.left .icon{font-size:18px;margin-right:8px}.paginator-page-btn.right{margin-left:auto}.paginator-page-btn.right .icon{font-size:18px;margin-left:8px;transform:rotate(180deg)}.materials-grid-paginator-mini{align-items:center;background-color:#fff;border:1px solid #f0f0f0;border-radius:0 0 8px 8px;border-top:none;display:flex;height:50px;justify-content:space-between;margin:0!important;overflow:hidden;padding:0 20px;width:100%}.materials-grid-paginator-mini .paginator-page-btn{padding:8px}.materials-grid-paginator-mini .materials-grid-paginator-center{align-items:center;display:flex;gap:4px;justify-content:center}.materials-grid-paginator-mini .materials-grid-paginator-center .materials-grid-paginator-center-text{color:#344054;color:var(--gray-700,#344054);font-size:14px;font-style:normal;font-weight:400}.materials-grid-paginator-mini .materials-grid-paginator-center .materials-grid-paginator-center-value{color:#344054;color:var(--gray-700,#344054);font-size:14px;font-style:normal;font-weight:500}.materials-grid-paginator-mini .pisell-lowcode-pagination-next,.materials-grid-paginator-mini .pisell-lowcode-pagination-prev{border:1px solid #d0d5dd;border-radius:8px;margin:0}.materials-grid-paginator-mini .pisell-lowcode-pagination-next .paginator-page-btn-left-icon,.materials-grid-paginator-mini .pisell-lowcode-pagination-prev .paginator-page-btn-left-icon{margin-right:0}.materials-grid-paginator-mini .pisell-lowcode-pagination-next .paginator-page-btn-right-icon,.materials-grid-paginator-mini .pisell-lowcode-pagination-prev .paginator-page-btn-right-icon{margin-left:0}.react-resizable{position:relative}.react-resizable-handle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZaIiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+);background-origin:content-box;background-position:100% 100%;background-repeat:no-repeat;box-sizing:border-box;height:20px;padding:0 3px 3px 0;position:absolute;width:20px}.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.materials-grid-table-header-cell{align-items:center;display:flex;height:44px;padding:0 14px}.materials-grid-table-header-cell .field-icon{color:#777;font-size:18px}.materials-grid-table-header-cell .materials-grid-table-header-cell-content{color:#1b1b1b;flex:auto;font-size:14px;font-weight:600;overflow:hidden;padding-right:10px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.materials-grid-table-header-cell .actions{align-items:center;display:flex;gap:8px}.materials-grid-table-header-cell .actions .action{color:#ababab;cursor:pointer;font-size:14px}.editable-cell-value-wrap{height:100%;width:100%}.materials-grid-table-cell{height:1px;padding:0!important}.cell-provider{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:100%;justify-content:center;padding:12px;position:relative;width:100%}.cell-provider.focus{box-shadow:var(--theme-color) 0 0 0 1px!important}
|