@pisell/materials 3.3.39 → 3.3.41
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 +2 -2
- package/build/lowcode/preview.js +146 -146
- package/build/lowcode/render/default/view.js +24 -24
- package/build/lowcode/view.js +30 -30
- package/es/components/DragSortList/index.js +6 -6
- package/es/components/Pagination/index.d.ts +1 -1
- package/es/components/TimeResourceSelector/index.d.ts +21 -0
- package/es/components/badge/index.d.ts +7 -0
- package/es/components/buttonGroupEdit/index.d.ts +8 -0
- package/es/components/buttonGroupPreview/index.d.ts +19 -0
- package/es/components/cardMetricItem/index.d.ts +12 -0
- package/es/components/cardPro/index.d.ts +3 -0
- package/es/components/classicLayout/index.js +4 -5
- package/es/components/collapse/index.d.ts +15 -0
- package/es/components/cropPhoto/index.d.ts +3 -0
- package/es/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -0
- package/es/components/dataSourceComponents/dataSourceMenu/index.d.ts +8 -0
- package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +24 -0
- package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/Upload/BaseUpload.d.ts +5 -0
- package/es/components/dataSourceComponents/fields/Upload/WithMode.d.ts +4 -0
- package/es/components/dataSourceComponents/fields/Upload/serve.d.ts +20 -0
- package/es/components/dataSourceComponents/fields/Upload/shopUploadServe.d.ts +56 -0
- package/es/components/dataSourceComponents/fields/Upload/type.d.ts +37 -0
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +18 -0
- package/es/components/dataSourceComponents/fields/index.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/utils.d.ts +3 -0
- package/es/components/dataSourceComponents/hooks/usePlatform.d.ts +3 -0
- package/es/components/date-picker/datePickerCpt.d.ts +8 -0
- package/es/components/date-picker/index.d.ts +1 -0
- package/es/components/div/index.d.ts +19 -0
- package/es/components/icon/index.js +5 -5
- package/es/components/iconfont/index.d.ts +8 -0
- package/es/components/list/index.js +6 -6
- package/es/components/page/index.d.ts +6 -0
- package/es/components/pisellAnchor/index.d.ts +23 -0
- package/es/components/pisellAvatar/index.d.ts +19 -0
- package/es/components/pisellCard/index.d.ts +19 -0
- package/es/components/pisellCardList/index.d.ts +73 -0
- package/es/components/pisellCheckboxGroup/index.d.ts +36 -0
- package/es/components/pisellCustomCheckboxGroup/index.d.ts +16 -0
- package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +9 -0
- package/es/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +24 -0
- package/es/components/pisellDraggable/components/TreeItem/index.d.ts +2 -0
- package/es/components/pisellDraggable/index.d.ts +35 -0
- package/es/components/pisellDropSort/PisellDropSort.d.ts +5 -0
- package/es/components/pisellDropSort/components/SortableItem/index.d.ts +26 -0
- package/es/components/pisellDropSort/types.d.ts +58 -0
- package/es/components/pisellDropdown/index.d.ts +20 -0
- package/es/components/pisellGoodPassCard/index.d.ts +49 -0
- package/es/components/pisellHeaderProgressBar/index.d.ts +29 -0
- package/es/components/pisellImageCarousels/index.d.ts +18 -0
- package/es/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +4 -0
- package/es/components/pisellInformationEntry/index.d.ts +33 -0
- package/es/components/pisellList01/index.d.ts +17 -0
- package/es/components/pisellMenu/PisellMenu.d.ts +11 -0
- package/es/components/pisellMenu/types.d.ts +27 -0
- package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
- package/es/components/pisellNavigationMenu/types.d.ts +85 -0
- package/es/components/pisellQrcode/index.d.ts +10 -0
- package/es/components/pisellSectionHeaders/index.d.ts +21 -0
- package/es/components/pisellStatisticList/index.d.ts +21 -0
- package/es/components/pisellText/components/Amount/index.d.ts +20 -0
- package/es/components/pisellWalletPassCard/index.d.ts +85 -0
- package/es/components/productCard/components/Action/index.d.ts +3 -0
- package/es/components/productCard/components/AmountFooter/index.d.ts +3 -0
- package/es/components/productCard/components/Divider/index.d.ts +3 -0
- package/es/components/productCard/components/Header/EditButton/index.d.ts +3 -0
- package/es/components/productCard/components/Header/index.d.ts +3 -0
- package/es/components/productCard/components/MultiDay/index.d.ts +3 -0
- package/es/components/productCard/components/MultiDay/utils.d.ts +14 -0
- package/es/components/productCard/components/Note/index.d.ts +3 -0
- package/es/components/productCard/components/Packages/components/collapsibleList/index.d.ts +10 -0
- package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
- package/es/components/productCard/components/Packages/components/options/index.d.ts +3 -0
- package/es/components/productCard/components/Packages/index.d.ts +3 -0
- package/es/components/productCard/components/Packages/utils.d.ts +20 -0
- package/es/components/productCard/components/Sales/index.d.ts +3 -0
- package/es/components/productCard/components/Time/components/Like/index.d.ts +9 -0
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -0
- package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
- package/es/components/productCard/hooks/useOpenNote.d.ts +3 -0
- package/es/components/productCard/index.d.ts +5 -0
- package/es/components/productCard/utils.d.ts +31 -0
- package/es/components/productCard/utils.js +8 -6
- package/es/components/qrcode/index.js +1 -1
- package/es/components/record-view/index.d.ts +37 -0
- package/es/components/section-footers/index.d.ts +9 -0
- package/es/components/sort/components/InlineMenu/index.js +1 -1
- package/es/components/table/Actions/component/ButtonIcon/index.js +5 -5
- package/es/components/table/Actions/component/ExportImport/utils/index.d.ts +9 -0
- package/es/components/table/Actions/component/ViewMode/index.js +1 -1
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.js +4 -5
- package/es/components/table/Header/Buttons/index.js +5 -5
- package/es/components/table/Table/AddFieldModal/index.js +6 -6
- package/es/components/table/Table/SelectField/index.js +4 -4
- package/es/components/table/Table/fields/date/Edit/index.js +1 -1
- package/es/components/table/Table/fields/link/Edit/index.js +5 -5
- package/es/components/table/Table/fields/rangePicker/filterUtil/index.js +1 -1
- package/es/components/table/Table/fields/search/filterUtil/index.js +0 -1
- package/es/components/table/Table/fields/text/Show/index.js +4 -4
- package/es/components/table/Table/fields/text/filterUtil/index.js +0 -1
- package/es/components/table/Table/tableConfig/SortRow/index.js +2 -2
- package/es/components/table/Table/tableConfig/body/CellContent/index.js +3 -3
- package/es/components/table/Table/tableConfig/body/CellProvider/index.js +8 -8
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/table/hooks/useMergeColumnSetting.js +1 -2
- package/es/components/table/hooks/useTransDataSourceGroupSetting.js +5 -5
- package/es/components/table/hooks/useTransFilterSetting.js +5 -5
- package/es/components/tabs/index.d.ts +16 -0
- package/es/components/translation/index.d.ts +14 -0
- package/es/components/translation/utils.js +5 -5
- package/es/components/walletCard/Guest/index.d.ts +3 -0
- package/es/components/walletCard/Guide/index.d.ts +3 -0
- package/es/hooks/useResponsive.js +2 -2
- package/es/index.d.ts +141 -0
- package/es/locales/index.d.ts +1 -0
- package/es/utils/hoc.js +1 -1
- package/es/utils/index.d.ts +4 -0
- package/es/utils/miniRedux.js +8 -9
- package/lib/components/Pagination/index.d.ts +1 -1
- package/lib/components/TimeResourceSelector/index.d.ts +21 -0
- package/lib/components/badge/index.d.ts +7 -0
- package/lib/components/buttonGroupEdit/index.d.ts +8 -0
- package/lib/components/buttonGroupPreview/index.d.ts +19 -0
- package/lib/components/cardMetricItem/index.d.ts +12 -0
- package/lib/components/cardPro/index.d.ts +3 -0
- package/lib/components/collapse/index.d.ts +15 -0
- package/lib/components/cropPhoto/index.d.ts +3 -0
- package/lib/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -0
- package/lib/components/dataSourceComponents/dataSourceMenu/index.d.ts +8 -0
- package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +24 -0
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/Upload/BaseUpload.d.ts +5 -0
- package/lib/components/dataSourceComponents/fields/Upload/WithMode.d.ts +4 -0
- package/lib/components/dataSourceComponents/fields/Upload/serve.d.ts +20 -0
- package/lib/components/dataSourceComponents/fields/Upload/shopUploadServe.d.ts +56 -0
- package/lib/components/dataSourceComponents/fields/Upload/type.d.ts +37 -0
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +18 -0
- package/lib/components/dataSourceComponents/fields/index.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/utils.d.ts +3 -0
- package/lib/components/dataSourceComponents/hooks/usePlatform.d.ts +3 -0
- package/lib/components/date-picker/datePickerCpt.d.ts +8 -0
- package/lib/components/date-picker/index.d.ts +1 -0
- package/lib/components/div/index.d.ts +19 -0
- package/lib/components/iconfont/index.d.ts +8 -0
- package/lib/components/lowCodePage/index.js +1 -2
- package/lib/components/page/index.d.ts +6 -0
- package/lib/components/pisellAnchor/index.d.ts +23 -0
- package/lib/components/pisellAvatar/index.d.ts +19 -0
- package/lib/components/pisellCard/index.d.ts +19 -0
- package/lib/components/pisellCardList/index.d.ts +73 -0
- package/lib/components/pisellCheckboxGroup/index.d.ts +36 -0
- package/lib/components/pisellCustomCheckboxGroup/index.d.ts +16 -0
- package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +9 -0
- package/lib/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +24 -0
- package/lib/components/pisellDraggable/components/TreeItem/index.d.ts +2 -0
- package/lib/components/pisellDraggable/index.d.ts +35 -0
- package/lib/components/pisellDropSort/PisellDropSort.d.ts +5 -0
- package/lib/components/pisellDropSort/components/SortableItem/index.d.ts +26 -0
- package/lib/components/pisellDropSort/types.d.ts +58 -0
- package/lib/components/pisellDropdown/index.d.ts +20 -0
- package/lib/components/pisellGoodPassCard/index.d.ts +49 -0
- package/lib/components/pisellHeaderProgressBar/index.d.ts +29 -0
- package/lib/components/pisellImageCarousels/index.d.ts +18 -0
- package/lib/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +4 -0
- package/lib/components/pisellInformationEntry/index.d.ts +33 -0
- package/lib/components/pisellList01/index.d.ts +17 -0
- package/lib/components/pisellMenu/PisellMenu.d.ts +11 -0
- package/lib/components/pisellMenu/types.d.ts +27 -0
- package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
- package/lib/components/pisellNavigationMenu/types.d.ts +85 -0
- package/lib/components/pisellQrcode/index.d.ts +10 -0
- package/lib/components/pisellSectionHeaders/index.d.ts +21 -0
- package/lib/components/pisellStatisticList/index.d.ts +21 -0
- package/lib/components/pisellText/components/Amount/index.d.ts +20 -0
- package/lib/components/pisellWalletPassCard/index.d.ts +85 -0
- package/lib/components/productCard/components/Action/index.d.ts +3 -0
- package/lib/components/productCard/components/AmountFooter/index.d.ts +3 -0
- package/lib/components/productCard/components/Divider/index.d.ts +3 -0
- package/lib/components/productCard/components/Header/EditButton/index.d.ts +3 -0
- package/lib/components/productCard/components/Header/index.d.ts +3 -0
- package/lib/components/productCard/components/MultiDay/index.d.ts +3 -0
- package/lib/components/productCard/components/MultiDay/utils.d.ts +14 -0
- package/lib/components/productCard/components/Note/index.d.ts +3 -0
- package/lib/components/productCard/components/Packages/components/collapsibleList/index.d.ts +10 -0
- package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
- package/lib/components/productCard/components/Packages/components/options/index.d.ts +3 -0
- package/lib/components/productCard/components/Packages/index.d.ts +3 -0
- package/lib/components/productCard/components/Packages/utils.d.ts +20 -0
- package/lib/components/productCard/components/Sales/index.d.ts +3 -0
- package/lib/components/productCard/components/Time/components/Like/index.d.ts +9 -0
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -0
- package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
- package/lib/components/productCard/hooks/useOpenNote.d.ts +3 -0
- package/lib/components/productCard/index.d.ts +5 -0
- package/lib/components/productCard/utils.d.ts +31 -0
- package/lib/components/productCard/utils.js +7 -6
- package/lib/components/record-view/index.d.ts +37 -0
- package/lib/components/section-footers/index.d.ts +9 -0
- package/lib/components/table/Actions/component/ExportImport/utils/index.d.ts +9 -0
- package/lib/components/table/Table/fields/date/filterUtil/index.js +3 -6
- package/lib/components/table/Table/fields/rangePicker/filterUtil/index.js +4 -8
- package/lib/components/table/Table/fields/utils/index.js +1 -2
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/tabs/index.d.ts +16 -0
- package/lib/components/translation/index.d.ts +14 -0
- package/lib/components/walletCard/Guest/index.d.ts +3 -0
- package/lib/components/walletCard/Guide/index.d.ts +3 -0
- package/lib/hooks/useResponsive.js +3 -6
- package/lib/index.d.ts +141 -0
- package/lib/locales/index.d.ts +1 -0
- package/lib/utils/index.d.ts +4 -0
- package/package.json +3 -3
- 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
- package/es/components/appVersionControl/index.d.ts +0 -4
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -38
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -78
- package/es/components/drag-sort-tree/index.d.ts +0 -4
- package/es/components/pisellAdjustPrice/index.d.ts +0 -9
- package/es/components/table/Actions/component/ExportImport/index.d.ts +0 -7
- package/es/components/table/Table/index.d.ts +0 -4
- package/es/components/table/types.d.ts +0 -251
- package/es/components/versionModal/index.d.ts +0 -23
- package/es/components/virtual-keyboard/Amount/index.d.ts +0 -22
- package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -11
- package/lib/components/appVersionControl/index.d.ts +0 -4
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -38
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -78
- package/lib/components/drag-sort-tree/index.d.ts +0 -4
- package/lib/components/pisellAdjustPrice/index.d.ts +0 -9
- package/lib/components/table/Actions/component/ExportImport/index.d.ts +0 -7
- package/lib/components/table/Table/index.d.ts +0 -4
- package/lib/components/table/types.d.ts +0 -251
- package/lib/components/versionModal/index.d.ts +0 -23
- package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -22
- package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -11
package/lib/index.d.ts
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
export { Affix, Alert, Anchor, Avatar, Breadcrumb, Card, Carousel, Col, ColorPicker, Descriptions, Divider, Empty, Grid, InputNumber, Mentions, Menu, Pagination, Popconfirm, Popover, Progress, Rate, Result, Row, Space, Spin, Statistic, Steps, Switch, Tag, Timeline, Tooltip, Transfer, Tree, message, notification, version, } from 'antd';
|
|
2
|
+
export { default as AutoComplete } from './components/auto-complete';
|
|
3
|
+
export { default as AutoCompleteNumber } from './components/auto-complete-number';
|
|
4
|
+
export { default as Badge } from './components/badge';
|
|
5
|
+
export { default as BatchEditor } from './components/batch-editor';
|
|
6
|
+
export { default as Button } from './components/button';
|
|
7
|
+
export { default as ButtonGroupEdit } from './components/buttonGroupEdit';
|
|
8
|
+
export { default as ButtonGroupPreview } from './components/buttonGroupPreview';
|
|
9
|
+
export { default as Calendar } from './components/calendar';
|
|
10
|
+
export { default as CardMetricItem } from './components/cardMetricItem';
|
|
11
|
+
export { default as CardPro } from './components/cardPro';
|
|
12
|
+
export { default as Cascader } from './components/cascader';
|
|
13
|
+
export { default as Checkbox } from './components/checkbox';
|
|
14
|
+
export { default as ClassicLayout } from './components/classicLayout';
|
|
15
|
+
export { default as Component } from './components/component';
|
|
16
|
+
export { default as ConfigProvider } from './components/config-provider';
|
|
17
|
+
export { default as CropPhoto } from './components/cropPhoto';
|
|
18
|
+
export { default as DataSourceForm } from './components/dataSourceComponents/dataSourceForm';
|
|
19
|
+
export { default as FormGroup } from './components/dataSourceComponents/dataSourceForm/group';
|
|
20
|
+
export { default as JsonWrapper } from './components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperProvider';
|
|
21
|
+
export { default as SubmitButton } from './components/dataSourceComponents/dataSourceForm/submitButton';
|
|
22
|
+
export { default as DataSourceMenu } from './components/dataSourceComponents/dataSourceMenu';
|
|
23
|
+
export { default as DataSourceImage } from './components/dataSourceComponents/dataSourceShow/dataSourceImage';
|
|
24
|
+
export { default as DataSourceQRCode } from './components/dataSourceComponents/dataSourceShow/dataSourceQRCode';
|
|
25
|
+
export { default as DataSourceTypography } from './components/dataSourceComponents/dataSourceShow/dataSourceTypography';
|
|
26
|
+
export { default as DataSourceTable } from './components/dataSourceComponents/dataSourceTable';
|
|
27
|
+
export { default as DataSourceWrapper } from './components/dataSourceComponents/dataSourceWrapper';
|
|
28
|
+
export { default as FormItemCheckbox } from './components/dataSourceComponents/fields/Checkbox';
|
|
29
|
+
export { default as FormItemColorPicker } from './components/dataSourceComponents/fields/ColorPicker';
|
|
30
|
+
export { default as FormItemDatePicker } from './components/dataSourceComponents/fields/DatePicker';
|
|
31
|
+
export { default as FormItemInput } from './components/dataSourceComponents/fields/Input';
|
|
32
|
+
export { default as FormItemInputNumber } from './components/dataSourceComponents/fields/InputNumber';
|
|
33
|
+
export { default as FormItemRadio } from './components/dataSourceComponents/fields/Radio';
|
|
34
|
+
export { default as FormItemSelect } from './components/dataSourceComponents/fields/Select';
|
|
35
|
+
export { default as FormItemTimePicker } from './components/dataSourceComponents/fields/TimePicker';
|
|
36
|
+
export { default as FormItemTranslation } from './components/dataSourceComponents/fields/Translation';
|
|
37
|
+
export { default as FormItemUpload } from './components/dataSourceComponents/fields/Upload';
|
|
38
|
+
export { default as FormItemIconSelect } from './components/dataSourceComponents/fields/IconSelect';
|
|
39
|
+
export { default as DatePicker } from './components/date-picker';
|
|
40
|
+
export { default as Div } from './components/div';
|
|
41
|
+
export { default as DragSortTree } from './components/drag-sort-tree';
|
|
42
|
+
export { default as Drawer } from './components/drawer';
|
|
43
|
+
export { default as Dropdown } from './components/dropdown';
|
|
44
|
+
export { default as Filter } from './components/filter';
|
|
45
|
+
export { default as Form } from './components/form';
|
|
46
|
+
export { default as Icon } from './components/icon';
|
|
47
|
+
export { default as Iconfont } from './components/iconfont';
|
|
48
|
+
export { default as Input } from './components/input';
|
|
49
|
+
export { default as InputNumberRange } from './components/input-number-range';
|
|
50
|
+
export { default as List } from './components/list';
|
|
51
|
+
export { default as loginAndRegister } from './components/login-and-register';
|
|
52
|
+
export { default as LowCodePage } from './components/lowCodePage';
|
|
53
|
+
export { default as Modal } from './components/modal';
|
|
54
|
+
export { default as OrganizationTenantSwitcher } from './components/organizationTenantSwitcher';
|
|
55
|
+
export { default as Page } from './components/page';
|
|
56
|
+
export { default as PageHeader } from './components/page-header';
|
|
57
|
+
export { default as PisellConfigProvider } from './components/pisell-config-provider';
|
|
58
|
+
export { default as PisellContext, globalConfig, } from './components/pisell-config-provider/context';
|
|
59
|
+
export { default as usePisellConfig } from './components/pisell-config-provider/hooks/usePisellConfig';
|
|
60
|
+
export { default as PisellAdjustPrice } from './components/pisellAdjustPrice';
|
|
61
|
+
export { default as PisellAdjustPriceInputNumber } from './components/pisellAdjustPrice/PisellAdjustPriceInputNumber';
|
|
62
|
+
export { default as PisellAlert } from './components/pisellAlert';
|
|
63
|
+
export { default as PisellAnchor } from './components/pisellAnchor';
|
|
64
|
+
export { default as PisellAvatar } from './components/pisellAvatar';
|
|
65
|
+
export { default as PisellCard } from './components/pisellCard';
|
|
66
|
+
export { default as PisellCardList } from './components/pisellCardList';
|
|
67
|
+
export { default as PisellCheckboxGroup } from './components/pisellCheckboxGroup';
|
|
68
|
+
export { default as PisellContainer } from './components/pisellContainer';
|
|
69
|
+
export { default as PisellCountdown } from './components/pisellCountdown';
|
|
70
|
+
export { default as PisellDatePicker } from './components/pisellDatePicker';
|
|
71
|
+
export { default as PisellDraggable } from './components/pisellDraggable';
|
|
72
|
+
export { default as PisellEmpty } from './components/pisellEmpty';
|
|
73
|
+
export { default as PisellFloatingPanel } from './components/pisellFloatingPanel';
|
|
74
|
+
export { default as PisellInformationEntry } from './components/pisellInformationEntry';
|
|
75
|
+
export { default as PisellInput } from './components/pisellInput';
|
|
76
|
+
export { getBankCardTypeImg } from './components/pisellInput/components/BankCard/utils';
|
|
77
|
+
export { default as PisellQrcode } from './components/pisellQrcode';
|
|
78
|
+
export { default as PisellLayout } from './components/pisellLayout';
|
|
79
|
+
export { default as PisellContent } from './components/pisellLayout/content';
|
|
80
|
+
export { default as PisellFooter } from './components/pisellLayout/footer';
|
|
81
|
+
export { default as PisellHeader } from './components/pisellLayout/header';
|
|
82
|
+
export { default as PisellSider } from './components/pisellLayout/sider';
|
|
83
|
+
export { default as PisellLoading } from './components/pisellLoading';
|
|
84
|
+
export { default as PisellMenu } from './components/pisellMenu';
|
|
85
|
+
export type { PisellMenuProps } from './components/pisellMenu/types';
|
|
86
|
+
export { default as PisellModal } from './components/pisellModal';
|
|
87
|
+
export { default as PisellQRScanner } from './components/pisellQRScanner';
|
|
88
|
+
export type { PisellQRScannerProps } from './components/pisellQRScanner';
|
|
89
|
+
export { default as PisellRow } from './components/pisellRow';
|
|
90
|
+
export { default as PisellScan } from './components/pisellScan';
|
|
91
|
+
export { default as PisellStatisticList } from './components/pisellStatisticList';
|
|
92
|
+
export { default as PisellTags } from './components/pisellTags';
|
|
93
|
+
export { default as PisellText } from './components/pisellText';
|
|
94
|
+
export { default as PisellToast } from './components/pisellToast';
|
|
95
|
+
export { default as PisellTooltip } from './components/pisellTooltip';
|
|
96
|
+
export { default as PisellUpload } from './components/pisellUpload';
|
|
97
|
+
export { default as PisellViewGrid } from './components/pisellViewGrid';
|
|
98
|
+
export { default as PisellWalletPassCard } from './components/pisellWalletPassCard';
|
|
99
|
+
export { default as ProfileMenu } from './components/profileMenu';
|
|
100
|
+
export { default as QRCode } from './components/qrcode';
|
|
101
|
+
export { default as Radio } from './components/radio';
|
|
102
|
+
export { default as RecordView } from './components/record-view';
|
|
103
|
+
export { default as Segmented } from './components/segmented';
|
|
104
|
+
export { default as Select } from './components/select';
|
|
105
|
+
export { default as SelectTime } from './components/select-time';
|
|
106
|
+
export { default as Skeleton } from './components/skeleton';
|
|
107
|
+
export { default as Slider } from './components/slider';
|
|
108
|
+
export { default as Sort } from './components/sort';
|
|
109
|
+
export { default as SortableList } from './components/sortableList';
|
|
110
|
+
export { default as Table } from './components/table';
|
|
111
|
+
export { default as Tabs } from './components/tabs';
|
|
112
|
+
export { default as TimePicker } from './components/time-picker';
|
|
113
|
+
export { default as Translation } from './components/translation';
|
|
114
|
+
export { default as TreeSelect } from './components/tree-select';
|
|
115
|
+
export { default as Typography } from './components/typography';
|
|
116
|
+
export { default as Upload } from './components/upload';
|
|
117
|
+
export { default as VirtualKeyboard } from './components/virtual-keyboard';
|
|
118
|
+
export { default as PisellPriceKeyboard } from './components/virtual-keyboard/Amount';
|
|
119
|
+
export { default as PisellNumberKeyboard } from './components/virtual-keyboard/Number';
|
|
120
|
+
export { default as VirtualKeyboardTime } from './components/virtual-keyboard/Time';
|
|
121
|
+
export { default as WalletCard } from './components/walletCard';
|
|
122
|
+
export { default as PublishVersionModal } from './components/versionModal';
|
|
123
|
+
export { default as IconSelect } from './components/iconSelect';
|
|
124
|
+
export { default as CustomSelect } from './components/customSelect';
|
|
125
|
+
export { default as AppVersionControl } from './components/appVersionControl';
|
|
126
|
+
export { default as Image } from './components/image';
|
|
127
|
+
export { default as PisellDropSort } from './components/pisellDropSort';
|
|
128
|
+
export { default as PisellNavigationMenu } from './components/pisellNavigationMenu';
|
|
129
|
+
export { default as PisellAppCard } from './components/pisellAppCard';
|
|
130
|
+
export type { PisellAppCardProps } from './components/pisellAppCard/types';
|
|
131
|
+
export { default as BaseTranslation } from './components/dataSourceComponents/fields/Translation/BaseTranslation';
|
|
132
|
+
export { default as PisellCustomCheckboxGroup } from './components/pisellCustomCheckboxGroup';
|
|
133
|
+
export { default as PisellDropdown } from './components/pisellDropdown';
|
|
134
|
+
export { default as PisellSectionHeaders } from './components/pisellSectionHeaders';
|
|
135
|
+
export { default as PisellImageCarousels } from './components/pisellImageCarousels';
|
|
136
|
+
export { default as PisellHeaderProgressBar } from './components/pisellHeaderProgressBar';
|
|
137
|
+
export { default as PisellList01 } from './components/pisellList01';
|
|
138
|
+
export { default as SectionFooters } from './components/section-footers';
|
|
139
|
+
export { default as ProductCard } from './components/productCard';
|
|
140
|
+
export { default as Collapse } from './components/collapse';
|
|
141
|
+
export { default as PisellGoodPassCard } from './components/pisellGoodPassCard';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getText: (id: string) => any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.41",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
"swiper": "^8.4.7",
|
|
72
72
|
"react-barcode": "^1.5.3",
|
|
73
73
|
"vod-js-sdk-v6": "^1.4.11",
|
|
74
|
-
"@pisell/
|
|
74
|
+
"@pisell/utils": "3.0.0",
|
|
75
75
|
"@pisell/icon": "0.0.11",
|
|
76
|
-
"@pisell/
|
|
76
|
+
"@pisell/date-picker": "3.0.4"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"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}
|