@pisell/materials 6.0.18 → 6.0.19
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 +7 -7
- package/build/lowcode/preview.js +142 -142
- package/build/lowcode/render/default/view.js +32 -24
- package/build/lowcode/view.js +29 -21
- 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/DragSortList/index.js +6 -6
- package/es/components/MultipleContainersSortList/index.d.ts +1 -1
- package/es/components/MultipleContainersSortList/index.js +13 -11
- package/es/components/Pagination/index.d.ts +3 -3
- package/es/components/Pagination/index.js +1 -1
- package/es/components/appVersionControl/index.d.ts +2 -1
- package/es/components/appVersionControl/index.js +5 -5
- package/es/components/auto-complete-number/index.d.ts +2 -1
- package/es/components/batch-editor/fields/Image/index.d.ts +1 -1
- package/es/components/batch-editor/fields/Text/index.d.ts +1 -1
- package/es/components/batch-editor/fields/index.d.ts +3 -2
- package/es/components/batch-editor/index.d.ts +2 -1
- package/es/components/batch-editor/index.js +12 -12
- package/es/components/browserSelect/index.d.ts +1 -1
- package/es/components/browserSelect/index.js +6 -6
- package/es/components/calendar/index.d.ts +2 -1
- package/es/components/checkbox/index.d.ts +2 -1
- package/es/components/classicLayout/index.d.ts +2 -1
- package/es/components/classicLayout/index.js +5 -4
- package/es/components/colorPicker/index.d.ts +2 -1
- package/es/components/config-provider/index.d.ts +2 -1
- package/es/components/customSelect/index.d.ts +1 -1
- package/es/components/customSelect/index.js +5 -5
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.js +11 -11
- package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +2 -1
- package/es/components/dataSourceComponents/dataSourceForm/formItem.js +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/group/index.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperProvider.js +5 -5
- package/es/components/dataSourceComponents/dataSourceForm/serve.js +7 -7
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.js +8 -8
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +3 -3
- package/es/components/dataSourceComponents/dataSourceForm/utils.js +10 -10
- package/es/components/dataSourceComponents/dataSourceMenu/Basic.js +2 -2
- package/es/components/dataSourceComponents/dataSourceMenu/index.js +2 -2
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -1
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +2 -1
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +2 -2
- package/es/components/dataSourceComponents/dataSourceShow/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceShow/utils.js +7 -7
- package/es/components/dataSourceComponents/dataSourceTable/BaseTable.js +7 -7
- package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +2 -1
- package/es/components/dataSourceComponents/dataSourceTable/filter/index.js +6 -6
- package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +3 -2
- package/es/components/dataSourceComponents/dataSourceTable/filter/utils.js +14 -14
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useColumns.js +5 -5
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDesignMode.js +1 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +3 -2
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.js +6 -6
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.js +6 -6
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +5 -5
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +12 -12
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.js +9 -9
- package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.js +1 -1
- package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/DatePicker/WithMode.js +5 -5
- package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/Input/WithMode.js +25 -2
- package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/Input.Email/WithMode.js +2 -2
- package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/Input.Json/WithMode.js +1 -1
- package/es/components/dataSourceComponents/fields/Input.Mobile/WithMode.js +5 -4
- package/es/components/dataSourceComponents/fields/Input.Mobile/serve.js +6 -6
- package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.js +1 -1
- package/es/components/dataSourceComponents/fields/Input.Phone/WithMode.js +4 -4
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.js +6 -6
- package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/Input.Subdomain/WithMode.js +7 -7
- package/es/components/dataSourceComponents/fields/Input.Subdomain/serve.js +2 -2
- package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/Select/index.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/TimePicker/WithMode.js +5 -5
- package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.js +7 -7
- package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/Upload/BaseUpload.js +44 -44
- package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/Upload/serve.js +4 -4
- package/es/components/dataSourceComponents/fields/Upload/utils.js +3 -3
- package/es/components/dataSourceComponents/fields/index.d.ts +4 -3
- package/es/components/dataSourceComponents/fields/utils.js +4 -4
- package/es/components/dataSourceComponents/hooks/useActions.js +12 -12
- package/es/components/dataSourceComponents/hooks/useParseActionsVariable.js +6 -6
- package/es/components/dataSourceComponents/provider/actions/ActionsProvider.js +5 -5
- package/es/components/dataSourceComponents/provider/dataSource/DataSourceProvider.js +5 -5
- package/es/components/dataSourceComponents/provider/variables/VariablesProvider.js +8 -8
- package/es/components/dataSourceComponents/provider/variables/utils.js +3 -3
- package/es/components/date-picker/datePickerCpt.d.ts +2 -1
- package/es/components/date-picker/datePickerCpt.js +10 -10
- package/es/components/date-picker/hooks/useMediaQuery.js +1 -1
- package/es/components/date-picker/index.d.ts +2 -1
- package/es/components/div/index.d.ts +1 -1
- package/es/components/drag-sort-tree/TreeItem/index.d.ts +2 -1
- package/es/components/drag-sort-tree/TreeItem/index.js +10 -10
- package/es/components/drag-sort-tree/index.d.ts +2 -1
- package/es/components/drag-sort-tree/index.js +6 -6
- package/es/components/drawer/index.js +6 -6
- package/es/components/dropdown/index.d.ts +2 -1
- package/es/components/filter/components/Dropdown/index.js +10 -10
- package/es/components/filter/components/FilterButton/index.js +7 -7
- package/es/components/filter/components/items/index.d.ts +7 -6
- package/es/components/filter/components/items/text/Editor/index.d.ts +2 -1
- package/es/components/filter/components/items/text/Preview/index.d.ts +2 -1
- package/es/components/filter/components/items/text/index.d.ts +3 -2
- package/es/components/filter/index.d.ts +2 -1
- package/es/components/filter/index.js +1 -1
- package/es/components/form/index.js +3 -3
- package/es/components/icon/index.js +5 -5
- package/es/components/iconSelect/index.js +2 -2
- package/es/components/iconSelect/utils.js +2 -2
- package/es/components/iconfont/index.js +1 -0
- package/es/components/input-number-range/index.js +6 -6
- package/es/components/list/index.d.ts +2 -1
- package/es/components/list/index.js +6 -6
- package/es/components/login-and-register/index.js +10 -10
- package/es/components/lowCodePage/index.d.ts +2 -1
- package/es/components/organizationTenantSwitcher/index.js +1 -1
- package/es/components/page/index.d.ts +2 -1
- package/es/components/page/index.js +13 -11
- package/es/components/page-header/index.d.ts +1 -1
- package/es/components/pisell-config-provider/context.js +3 -3
- package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +2 -1
- package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.js +2 -2
- package/es/components/pisellAdjustPrice/index.d.ts +2 -1
- package/es/components/pisellAdjustPrice/index.js +6 -6
- package/es/components/pisellAlert/index.d.ts +1 -1
- package/es/components/pisellAlert/index.js +2 -2
- package/es/components/pisellAvatar/index.js +5 -5
- package/es/components/pisellCard/index.d.ts +2 -1
- package/es/components/pisellCardList/index.d.ts +1 -1
- package/es/components/pisellCheckboxGroup/index.d.ts +1 -1
- package/es/components/pisellCheckboxGroup/index.js +7 -9
- package/es/components/pisellCountdown/index.d.ts +1 -1
- package/es/components/pisellCountdown/index.js +8 -8
- package/es/components/pisellCountdown/utils.js +1 -1
- package/es/components/pisellDatePicker/datePickerCpt.d.ts +2 -1
- package/es/components/pisellDatePicker/datePickerCpt.js +4 -4
- package/es/components/pisellDatePicker/index.d.ts +2 -1
- package/es/components/pisellDraggable/components/Action/Action.js +5 -5
- package/es/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
- package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +2 -2
- package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.js +5 -5
- package/es/components/pisellDraggable/components/TreeItem/TreeItem.js +5 -5
- package/es/components/pisellDraggable/index.d.ts +2 -2
- package/es/components/pisellDraggable/index.js +10 -10
- package/es/components/pisellDraggable/utilities.js +5 -5
- package/es/components/pisellDropSort/PisellDropSort.js +1 -1
- package/es/components/pisellDropSort/components/SortableItem/index.d.ts +1 -1
- package/es/components/pisellDropSort/components/SortableItem/index.js +5 -5
- package/es/components/pisellEmpty/index.d.ts +1 -1
- package/es/components/pisellFloatingPanel/index.d.ts +1 -1
- package/es/components/pisellFloatingPanel/index.js +6 -6
- package/es/components/pisellInformationEntry/Input/index.d.ts +1 -1
- package/es/components/pisellInformationEntry/Input/index.js +1 -1
- package/es/components/pisellInformationEntry/Scan/index.d.ts +2 -1
- package/es/components/pisellInformationEntry/Scan/index.js +2 -2
- package/es/components/pisellInformationEntry/hooks/useTerminalPeripherals.js +5 -5
- package/es/components/pisellInformationEntry/index.d.ts +1 -1
- package/es/components/pisellInformationEntry/index.js +6 -6
- package/es/components/pisellInformationEntry/utils.js +2 -2
- package/es/components/pisellInput/components/BankCard/index.d.ts +2 -1
- package/es/components/pisellInput/components/BankCard/index.js +5 -5
- package/es/components/pisellInput/components/Copy/index.d.ts +2 -1
- package/es/components/pisellInput/components/Copy/index.js +5 -5
- package/es/components/pisellInput/components/SecurityCode/index.d.ts +2 -1
- package/es/components/pisellInput/components/SecurityCode/index.js +2 -2
- package/es/components/pisellInput/index.d.ts +5 -4
- package/es/components/pisellLayout/content.js +7 -7
- package/es/components/pisellLayout/footer.js +5 -5
- package/es/components/pisellLayout/header.js +5 -5
- package/es/components/pisellLayout/sider.js +2 -2
- package/es/components/pisellLoading/index.d.ts +2 -1
- package/es/components/pisellMenu/PisellMenu.d.ts +1 -1
- package/es/components/pisellModal/components/Information/index.d.ts +1 -1
- package/es/components/pisellModal/components/IpadModal/index.d.ts +2 -1
- package/es/components/pisellModal/components/MobileModal/index.d.ts +2 -1
- package/es/components/pisellModal/components/MobileModal/index.js +3 -3
- package/es/components/pisellModal/components/PcModal/index.d.ts +1 -1
- package/es/components/pisellModal/components/PcModal/index.js +7 -7
- package/es/components/pisellModal/components/functions/index.js +5 -5
- package/es/components/pisellModal/components/index.d.ts +4 -3
- package/es/components/pisellModal/index.d.ts +2 -2
- package/es/components/pisellNavigationMenu/PisellNavigationMenu.js +8 -8
- package/es/components/pisellQRScanner/index.js +7 -15
- package/es/components/pisellRow/index.d.ts +1 -1
- package/es/components/pisellRow/index.js +5 -5
- package/es/components/pisellScan/index.js +6 -6
- package/es/components/pisellStatisticList/index.d.ts +1 -1
- package/es/components/pisellTags/index.d.ts +1 -1
- package/es/components/pisellTags/index.js +5 -9
- package/es/components/pisellText/components/Amount/index.d.ts +1 -1
- package/es/components/pisellText/index.d.ts +2 -2
- package/es/components/pisellTooltip/index.d.ts +2 -1
- package/es/components/pisellUpload/index.d.ts +2 -1
- package/es/components/pisellViewGrid/index.js +5 -5
- package/es/components/pisellWalletPassCard/index.d.ts +2 -1
- package/es/components/profileMenu/index.js +6 -6
- package/es/components/qrcode/index.d.ts +2 -1
- package/es/components/qrcode/index.js +1 -1
- package/es/components/radio/index.d.ts +2 -1
- package/es/components/record-view/index.js +1 -1
- package/es/components/segmented/index.d.ts +2 -1
- package/es/components/select/index.js +6 -6
- package/es/components/select-time/RightPanel/index.d.ts +2 -1
- package/es/components/select-time/index.d.ts +2 -1
- package/es/components/select-time/index.js +2 -2
- package/es/components/skeleton/index.d.ts +2 -1
- package/es/components/slider/index.d.ts +2 -1
- package/es/components/sort/components/InlineMenu/index.d.ts +2 -1
- package/es/components/sort/components/InlineMenu/index.js +1 -1
- package/es/components/sort/index.js +5 -5
- package/es/components/table/Actions/component/ButtonIcon/index.js +5 -5
- package/es/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
- package/es/components/table/Actions/component/ColumnsSetting/PopoverContent.js +7 -7
- package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +2 -1
- package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +2 -1
- package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.js +8 -8
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/function.js +9 -9
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +2 -1
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.js +1 -1
- package/es/components/table/Actions/component/ExportImport/components/ImportLog/Detail.js +5 -5
- package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +2 -1
- package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.js +7 -7
- package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +2 -1
- package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.js +7 -7
- package/es/components/table/Actions/component/ExportImport/index.d.ts +2 -1
- package/es/components/table/Actions/component/ExportImport/index.js +3 -3
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +2 -1
- package/es/components/table/Actions/component/Group/PopoverContent.d.ts +2 -1
- package/es/components/table/Actions/component/Group/PopoverContent.js +2 -2
- package/es/components/table/Actions/component/Group/index.d.ts +2 -1
- package/es/components/table/Actions/component/ViewMode/index.d.ts +2 -1
- package/es/components/table/Actions/component/ViewMode/index.js +1 -1
- package/es/components/table/Actions/index.d.ts +2 -1
- package/es/components/table/BasicTable/index.d.ts +2 -1
- package/es/components/table/BasicTable/index.js +9 -9
- package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +2 -1
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +2 -1
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.js +5 -4
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +2 -1
- package/es/components/table/Gallery/components/GalleryItem/index.d.ts +1 -1
- package/es/components/table/Gallery/components/VirtualGrid/index.d.ts +1 -1
- package/es/components/table/Gallery/components/VirtualGrid/index.js +5 -5
- package/es/components/table/Gallery/index.d.ts +1 -1
- package/es/components/table/Gallery/index.js +1 -1
- package/es/components/table/Header/Buttons/index.js +5 -5
- package/es/components/table/Header/index.d.ts +1 -1
- package/es/components/table/Summary/index.d.ts +2 -1
- package/es/components/table/Table/AddFieldModal/index.js +6 -6
- package/es/components/table/Table/SelectField/index.d.ts +2 -1
- package/es/components/table/Table/SelectField/index.js +4 -4
- package/es/components/table/Table/fields/date/Config/index.d.ts +2 -1
- package/es/components/table/Table/fields/date/Edit/index.js +1 -1
- package/es/components/table/Table/fields/date/Show/index.d.ts +2 -1
- package/es/components/table/Table/fields/date/Sort/index.d.ts +2 -1
- package/es/components/table/Table/fields/date/index.d.ts +4 -3
- package/es/components/table/Table/fields/image/Config/index.d.ts +2 -1
- package/es/components/table/Table/fields/image/Show/index.d.ts +2 -1
- package/es/components/table/Table/fields/image/Sort/index.d.ts +2 -1
- package/es/components/table/Table/fields/image/index.d.ts +4 -3
- package/es/components/table/Table/fields/index.d.ts +78 -77
- package/es/components/table/Table/fields/link/Config/index.d.ts +2 -1
- package/es/components/table/Table/fields/link/Edit/index.js +5 -5
- package/es/components/table/Table/fields/link/Show/index.d.ts +2 -1
- package/es/components/table/Table/fields/link/Sort/index.d.ts +2 -1
- package/es/components/table/Table/fields/link/index.d.ts +4 -3
- package/es/components/table/Table/fields/number/Config/index.d.ts +2 -1
- package/es/components/table/Table/fields/number/Show/index.d.ts +2 -1
- package/es/components/table/Table/fields/number/Sort/index.d.ts +2 -1
- package/es/components/table/Table/fields/number/index.d.ts +4 -3
- package/es/components/table/Table/fields/numberRange/Config/index.d.ts +2 -1
- package/es/components/table/Table/fields/numberRange/Show/index.d.ts +2 -1
- package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +2 -1
- package/es/components/table/Table/fields/numberRange/index.d.ts +4 -3
- package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +2 -1
- package/es/components/table/Table/fields/oldRangePicker/Edit/index.js +7 -7
- package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +2 -1
- package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +2 -1
- package/es/components/table/Table/fields/oldRangePicker/filterUtil/index.js +1 -1
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +4 -3
- package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +2 -1
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -1
- package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +2 -1
- package/es/components/table/Table/fields/pSwitch/index.d.ts +4 -3
- package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +2 -1
- package/es/components/table/Table/fields/rangePicker/Edit/index.js +7 -7
- package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +2 -1
- package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +2 -1
- package/es/components/table/Table/fields/rangePicker/filterUtil/index.js +1 -1
- package/es/components/table/Table/fields/rangePicker/index.d.ts +4 -3
- package/es/components/table/Table/fields/search/Config/index.d.ts +2 -1
- package/es/components/table/Table/fields/search/Edit/index.js +2 -2
- package/es/components/table/Table/fields/search/Show/index.d.ts +2 -1
- package/es/components/table/Table/fields/search/Sort/index.d.ts +2 -1
- package/es/components/table/Table/fields/search/filterUtil/index.js +1 -0
- package/es/components/table/Table/fields/search/index.d.ts +4 -3
- package/es/components/table/Table/fields/select/Config/index.d.ts +2 -1
- package/es/components/table/Table/fields/select/Show/index.d.ts +2 -1
- package/es/components/table/Table/fields/select/Sort/index.d.ts +2 -1
- package/es/components/table/Table/fields/select/index.d.ts +4 -3
- package/es/components/table/Table/fields/text/Config/index.d.ts +2 -1
- package/es/components/table/Table/fields/text/Show/index.d.ts +2 -1
- package/es/components/table/Table/fields/text/Show/index.js +4 -4
- package/es/components/table/Table/fields/text/Sort/index.d.ts +2 -1
- package/es/components/table/Table/fields/text/filterUtil/index.js +1 -0
- package/es/components/table/Table/fields/text/index.d.ts +4 -3
- package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +2 -1
- package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +2 -1
- package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +2 -1
- package/es/components/table/Table/fields/treeSelect/index.d.ts +4 -3
- package/es/components/table/Table/index.js +11 -11
- package/es/components/table/Table/tableConfig/SortRow/index.d.ts +2 -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/tableConfig/body/index.js +6 -6
- package/es/components/table/Table/tableConfig/header/index.js +5 -5
- package/es/components/table/Table/tableConfig/summary/index.d.ts +2 -1
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/table/Table/utils.js +8 -13
- package/es/components/table/TableFilter/SortIcon.d.ts +2 -1
- package/es/components/table/TableFilter/numberFilter.js +7 -7
- package/es/components/table/TableFilter/selectFilter.js +1 -1
- package/es/components/table/Tabs/index.js +5 -5
- package/es/components/table/View/index.d.ts +2 -1
- package/es/components/table/hooks/useMergeColumnSetting.js +2 -1
- package/es/components/table/hooks/useTableSetting.js +13 -13
- package/es/components/table/hooks/useTransColumns.js +9 -9
- package/es/components/table/hooks/useTransDataSource.js +1 -1
- package/es/components/table/hooks/useTransDataSourceGroupSetting.js +5 -5
- package/es/components/table/hooks/useTransFilterSetting.js +5 -5
- package/es/components/table/hooks/useTransSortSetting.js +5 -5
- package/es/components/table/hooks/useTriggerValuesChange.js +2 -2
- package/es/components/table/index.js +13 -13
- package/es/components/table/model.d.ts +1 -1
- package/es/components/table/model.js +5 -5
- package/es/components/table/serve.js +9 -9
- package/es/components/table/utils.js +3 -3
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/tabs/index.js +5 -7
- package/es/components/time-picker/index.d.ts +2 -1
- package/es/components/translation/index.js +10 -10
- package/es/components/translation/utils.js +5 -5
- package/es/components/upload/index.d.ts +2 -1
- package/es/components/versionModal/index.js +1 -1
- package/es/components/versionSelect/index.d.ts +2 -1
- package/es/components/versionSelect/index.js +1 -1
- package/es/components/virtual-keyboard/Amount/index.d.ts +1 -1
- package/es/components/virtual-keyboard/Amount/index.js +1 -1
- package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +2 -1
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.js +3 -3
- package/es/components/virtual-keyboard/Keyboard/index.d.ts +1 -1
- package/es/components/virtual-keyboard/Keyboard/index.js +8 -8
- package/es/components/virtual-keyboard/Number/index.d.ts +2 -1
- package/es/components/virtual-keyboard/Number/index.js +1 -1
- package/es/components/virtual-keyboard/Time/index.d.ts +1 -1
- package/es/components/virtual-keyboard/Time/index.js +4 -4
- package/es/components/virtual-keyboard/Time/utils.d.ts +2 -1
- package/es/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
- package/es/components/virtual-keyboard/VirtualInput/index.js +1 -1
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +2 -1
- package/es/components/virtual-keyboard/VirtualKeyInput/index.js +4 -4
- package/es/components/virtual-keyboard/index.d.ts +1 -1
- package/es/hooks/useCssVariables.js +1 -1
- package/es/hooks/useEngineContext.js +5 -5
- package/es/hooks/useResponsive.js +2 -2
- package/es/hooks/useSetRequest.js +2 -2
- package/es/hooks/useTranslationOriginal.js +2 -2
- package/es/locales/en-US.js +4 -4
- package/es/utils/hoc.d.ts +5 -5
- package/es/utils/hoc.js +1 -1
- package/es/utils/mergeWith.js +1 -1
- package/es/utils/miniRedux.d.ts +1 -1
- package/es/utils/miniRedux.js +9 -8
- package/es/utils/platform.d.ts +1 -1
- 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 +3 -3
- package/lib/components/appVersionControl/index.d.ts +2 -1
- package/lib/components/appVersionControl/utils.js +8 -4
- package/lib/components/auto-complete-number/index.d.ts +2 -1
- package/lib/components/batch-editor/fields/Image/index.d.ts +1 -1
- package/lib/components/batch-editor/fields/Text/index.d.ts +1 -1
- package/lib/components/batch-editor/fields/index.d.ts +3 -2
- package/lib/components/batch-editor/index.d.ts +2 -1
- package/lib/components/browserSelect/index.d.ts +1 -1
- package/lib/components/calendar/index.d.ts +2 -1
- package/lib/components/checkbox/index.d.ts +2 -1
- package/lib/components/classicLayout/index.d.ts +2 -1
- package/lib/components/colorPicker/index.d.ts +2 -1
- package/lib/components/config-provider/index.d.ts +2 -1
- package/lib/components/customSelect/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +2 -1
- package/lib/components/dataSourceComponents/dataSourceForm/group/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +3 -3
- package/lib/components/dataSourceComponents/dataSourceForm/utils.js +6 -3
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -1
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +2 -1
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +2 -2
- package/lib/components/dataSourceComponents/dataSourceShow/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +2 -1
- package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +3 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useColumns.js +4 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDesignMode.js +2 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +3 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.js +2 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +5 -5
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/DatePicker/ReadPretty.js +2 -1
- package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/Input/WithMode.js +21 -0
- package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/Input.Mobile/ReadPretty.js +4 -2
- package/lib/components/dataSourceComponents/fields/Input.Mobile/WithMode.js +2 -1
- package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/Input.Phone/ReadPretty.js +4 -2
- package/lib/components/dataSourceComponents/fields/Input.Phone/WithMode.js +2 -1
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.js +2 -1
- package/lib/components/dataSourceComponents/fields/InputNumber/WithMode.js +4 -2
- package/lib/components/dataSourceComponents/fields/InputNumber/utils.js +4 -2
- package/lib/components/dataSourceComponents/fields/Select/index.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/TimePicker/WithMode.js +8 -4
- package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/Upload/BaseUpload.js +10 -5
- package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.js +2 -1
- package/lib/components/dataSourceComponents/fields/Upload/utils.js +18 -9
- package/lib/components/dataSourceComponents/fields/index.d.ts +4 -3
- package/lib/components/dataSourceComponents/hooks/useActions.js +6 -3
- package/lib/components/dataSourceComponents/hooks/useParseActionsVariable.js +2 -1
- package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.js +2 -1
- package/lib/components/dataSourceComponents/provider/variables/utils.js +4 -2
- package/lib/components/date-picker/datePickerCpt.d.ts +2 -1
- package/lib/components/date-picker/datePickerCpt.js +2 -1
- package/lib/components/date-picker/index.d.ts +2 -1
- package/lib/components/div/index.d.ts +1 -1
- package/lib/components/drag-sort-tree/TreeItem/index.d.ts +2 -1
- package/lib/components/drag-sort-tree/TreeItem/index.js +2 -1
- package/lib/components/drag-sort-tree/index.d.ts +2 -1
- package/lib/components/drag-sort-tree/index.js +2 -1
- package/lib/components/dropdown/index.d.ts +2 -1
- package/lib/components/filter/components/items/index.d.ts +7 -6
- package/lib/components/filter/components/items/text/Editor/index.d.ts +2 -1
- package/lib/components/filter/components/items/text/Preview/index.d.ts +2 -1
- package/lib/components/filter/components/items/text/index.d.ts +3 -2
- package/lib/components/filter/index.d.ts +2 -1
- package/lib/components/filter/index.js +2 -1
- package/lib/components/form/index.js +4 -1
- package/lib/components/iconSelect/index.js +2 -1
- package/lib/components/iconSelect/utils.js +2 -1
- package/lib/components/list/index.d.ts +2 -1
- package/lib/components/lowCodePage/index.d.ts +2 -1
- package/lib/components/lowCodePage/index.js +2 -1
- package/lib/components/page/index.d.ts +2 -1
- package/lib/components/page-header/index.d.ts +1 -1
- package/lib/components/pisell-config-provider/context.js +1 -1
- package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +2 -1
- package/lib/components/pisellAdjustPrice/index.d.ts +2 -1
- package/lib/components/pisellAlert/index.d.ts +1 -1
- package/lib/components/pisellCard/index.d.ts +2 -1
- package/lib/components/pisellCardList/index.d.ts +1 -1
- package/lib/components/pisellCheckboxGroup/index.d.ts +1 -1
- package/lib/components/pisellCheckboxGroup/index.js +2 -1
- package/lib/components/pisellCountdown/index.d.ts +1 -1
- package/lib/components/pisellDatePicker/datePickerCpt.d.ts +2 -1
- package/lib/components/pisellDatePicker/datePickerCpt.js +2 -1
- package/lib/components/pisellDatePicker/index.d.ts +2 -1
- package/lib/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
- package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +2 -2
- package/lib/components/pisellDraggable/index.d.ts +2 -2
- package/lib/components/pisellDraggable/index.js +6 -3
- package/lib/components/pisellDropSort/components/SortableItem/index.d.ts +1 -1
- package/lib/components/pisellEmpty/index.d.ts +1 -1
- package/lib/components/pisellFloatingPanel/index.d.ts +1 -1
- package/lib/components/pisellInformationEntry/Input/index.d.ts +1 -1
- package/lib/components/pisellInformationEntry/Scan/index.d.ts +2 -1
- package/lib/components/pisellInformationEntry/index.d.ts +1 -1
- package/lib/components/pisellInput/components/BankCard/index.d.ts +2 -1
- package/lib/components/pisellInput/components/Copy/index.d.ts +2 -1
- package/lib/components/pisellInput/components/SecurityCode/index.d.ts +2 -1
- package/lib/components/pisellInput/index.d.ts +5 -4
- package/lib/components/pisellLoading/index.d.ts +2 -1
- package/lib/components/pisellMenu/PisellMenu.d.ts +1 -1
- package/lib/components/pisellModal/components/Information/index.d.ts +1 -1
- package/lib/components/pisellModal/components/IpadModal/index.d.ts +2 -1
- package/lib/components/pisellModal/components/MobileModal/index.d.ts +2 -1
- package/lib/components/pisellModal/components/PcModal/index.d.ts +1 -1
- package/lib/components/pisellModal/components/index.d.ts +4 -3
- package/lib/components/pisellModal/index.d.ts +2 -2
- package/lib/components/pisellQRScanner/index.js +18 -9
- package/lib/components/pisellRow/index.d.ts +1 -1
- package/lib/components/pisellStatisticList/index.d.ts +1 -1
- package/lib/components/pisellTags/index.d.ts +1 -1
- package/lib/components/pisellText/components/Amount/index.d.ts +1 -1
- package/lib/components/pisellText/index.d.ts +2 -2
- package/lib/components/pisellTooltip/index.d.ts +2 -1
- package/lib/components/pisellUpload/index.d.ts +2 -1
- package/lib/components/pisellWalletPassCard/index.d.ts +2 -1
- package/lib/components/profileMenu/index.js +2 -1
- package/lib/components/qrcode/index.d.ts +2 -1
- package/lib/components/radio/index.d.ts +2 -1
- package/lib/components/segmented/index.d.ts +2 -1
- package/lib/components/select/index.js +4 -2
- package/lib/components/select-time/RightPanel/index.d.ts +2 -1
- package/lib/components/select-time/index.d.ts +2 -1
- package/lib/components/skeleton/index.d.ts +2 -1
- package/lib/components/slider/index.d.ts +2 -1
- package/lib/components/sort/components/InlineMenu/index.d.ts +2 -1
- package/lib/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
- package/lib/components/table/Actions/component/ColumnsSetting/PopoverContent.js +2 -1
- package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +2 -1
- package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +2 -1
- package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +2 -1
- package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +2 -1
- package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +2 -1
- package/lib/components/table/Actions/component/ExportImport/index.d.ts +2 -1
- package/lib/components/table/Actions/component/ExportImport/index.js +4 -2
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +2 -1
- package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +2 -1
- package/lib/components/table/Actions/component/Group/index.d.ts +2 -1
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +2 -1
- package/lib/components/table/Actions/index.d.ts +2 -1
- package/lib/components/table/BasicTable/index.d.ts +2 -1
- package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +2 -1
- package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +2 -1
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +2 -1
- package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +1 -1
- package/lib/components/table/Gallery/components/VirtualGrid/index.d.ts +1 -1
- package/lib/components/table/Gallery/index.d.ts +1 -1
- package/lib/components/table/Header/index.d.ts +1 -1
- package/lib/components/table/Summary/index.d.ts +2 -1
- package/lib/components/table/Table/SelectField/index.d.ts +2 -1
- package/lib/components/table/Table/fields/date/Config/index.d.ts +2 -1
- package/lib/components/table/Table/fields/date/Show/index.d.ts +2 -1
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +2 -1
- package/lib/components/table/Table/fields/date/filterUtil/index.js +6 -3
- package/lib/components/table/Table/fields/date/index.d.ts +4 -3
- package/lib/components/table/Table/fields/image/Config/index.d.ts +2 -1
- package/lib/components/table/Table/fields/image/Show/index.d.ts +2 -1
- package/lib/components/table/Table/fields/image/Sort/index.d.ts +2 -1
- package/lib/components/table/Table/fields/image/index.d.ts +4 -3
- package/lib/components/table/Table/fields/index.d.ts +78 -77
- package/lib/components/table/Table/fields/link/Config/index.d.ts +2 -1
- package/lib/components/table/Table/fields/link/Show/index.d.ts +2 -1
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +2 -1
- package/lib/components/table/Table/fields/link/index.d.ts +4 -3
- package/lib/components/table/Table/fields/number/Config/index.d.ts +2 -1
- package/lib/components/table/Table/fields/number/Show/index.d.ts +2 -1
- package/lib/components/table/Table/fields/number/Sort/index.d.ts +2 -1
- package/lib/components/table/Table/fields/number/index.d.ts +4 -3
- package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +2 -1
- package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +2 -1
- package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +2 -1
- package/lib/components/table/Table/fields/numberRange/index.d.ts +4 -3
- package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +2 -1
- package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +2 -1
- package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +2 -1
- package/lib/components/table/Table/fields/oldRangePicker/filterUtil/index.js +8 -4
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +4 -3
- package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +2 -1
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -1
- package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +2 -1
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +4 -3
- package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +2 -1
- package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +2 -1
- package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +2 -1
- package/lib/components/table/Table/fields/rangePicker/filterUtil/index.js +8 -4
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +4 -3
- package/lib/components/table/Table/fields/search/Config/index.d.ts +2 -1
- package/lib/components/table/Table/fields/search/Show/index.d.ts +2 -1
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +2 -1
- package/lib/components/table/Table/fields/search/index.d.ts +4 -3
- package/lib/components/table/Table/fields/select/Config/index.d.ts +2 -1
- package/lib/components/table/Table/fields/select/Show/index.d.ts +2 -1
- package/lib/components/table/Table/fields/select/Sort/index.d.ts +2 -1
- package/lib/components/table/Table/fields/select/index.d.ts +4 -3
- package/lib/components/table/Table/fields/text/Config/index.d.ts +2 -1
- package/lib/components/table/Table/fields/text/Show/index.d.ts +2 -1
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +2 -1
- package/lib/components/table/Table/fields/text/index.d.ts +4 -3
- package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +2 -1
- package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +2 -1
- package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +2 -1
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +4 -3
- package/lib/components/table/Table/fields/utils/index.js +2 -1
- package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +2 -1
- package/lib/components/table/Table/tableConfig/summary/index.d.ts +2 -1
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/table/Table/utils.js +17 -10
- package/lib/components/table/TableFilter/SortIcon.d.ts +2 -1
- package/lib/components/table/View/index.d.ts +2 -1
- package/lib/components/table/hooks/useTransColumns.js +2 -1
- package/lib/components/table/model.d.ts +1 -1
- package/lib/components/table/utils.js +7 -7
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/tabs/index.js +61 -58
- package/lib/components/time-picker/index.d.ts +2 -1
- package/lib/components/upload/index.d.ts +2 -1
- package/lib/components/versionModal/index.js +4 -2
- package/lib/components/versionSelect/index.d.ts +2 -1
- package/lib/components/versionSelect/index.js +12 -6
- package/lib/components/virtual-keyboard/Amount/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +2 -1
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.js +4 -2
- package/lib/components/virtual-keyboard/Keyboard/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/Number/index.d.ts +2 -1
- package/lib/components/virtual-keyboard/Time/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/Time/utils.d.ts +2 -1
- package/lib/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +2 -1
- package/lib/components/virtual-keyboard/index.d.ts +1 -1
- package/lib/hooks/useCssVariables.js +2 -1
- package/lib/hooks/useResponsive.js +6 -3
- package/lib/utils/hoc.d.ts +5 -5
- package/lib/utils/miniRedux.d.ts +1 -1
- package/lib/utils/platform.d.ts +1 -1
- package/lowcode/form-item-input/snippets.ts +1 -1
- package/package.json +2 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './PopoverContent.less';
|
|
2
3
|
declare type FieldType = string | number;
|
|
3
4
|
export declare type GroupValue = {
|
|
@@ -8,5 +9,5 @@ declare type PopoverContentProps = {
|
|
|
8
9
|
onChange?: (value: GroupValue) => void;
|
|
9
10
|
value?: GroupValue;
|
|
10
11
|
};
|
|
11
|
-
declare const PopoverContent: (props: PopoverContentProps) => JSX.Element;
|
|
12
|
+
declare const PopoverContent: (props: PopoverContentProps) => React.JSX.Element;
|
|
12
13
|
export default PopoverContent;
|
|
@@ -12,10 +12,10 @@ var PopoverContent = function PopoverContent(props) {
|
|
|
12
12
|
var firstValue = (value === null || value === void 0 ? void 0 : value[0]) || {};
|
|
13
13
|
var handleFieldChange = function handleFieldChange(value) {
|
|
14
14
|
if (!value) {
|
|
15
|
-
onChange === null || onChange === void 0
|
|
15
|
+
onChange === null || onChange === void 0 ? void 0 : onChange([]);
|
|
16
16
|
return;
|
|
17
17
|
}
|
|
18
|
-
onChange === null || onChange === void 0
|
|
18
|
+
onChange === null || onChange === void 0 ? void 0 : onChange([{
|
|
19
19
|
field: value
|
|
20
20
|
}]);
|
|
21
21
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { DataSourceGroupType } from "../../../types";
|
|
2
3
|
declare type GroupProps = {
|
|
3
4
|
setting: DataSourceGroupType;
|
|
@@ -8,5 +9,5 @@ declare type GroupProps = {
|
|
|
8
9
|
field: string | number;
|
|
9
10
|
}[]) => void;
|
|
10
11
|
};
|
|
11
|
-
declare const Group: (props: GroupProps) => JSX.Element;
|
|
12
|
+
declare const Group: (props: GroupProps) => React.JSX.Element;
|
|
12
13
|
export default Group;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { GridViewType, ModeType } from "../../../types";
|
|
2
3
|
declare type ViewModeProps = {
|
|
3
4
|
view: GridViewType;
|
|
4
5
|
value?: ModeType;
|
|
5
6
|
onChange?: (value: ModeType) => void;
|
|
6
7
|
};
|
|
7
|
-
declare const ViewMode: (props: ViewModeProps) => JSX.Element;
|
|
8
|
+
declare const ViewMode: (props: ViewModeProps) => React.JSX.Element;
|
|
8
9
|
export default ViewMode;
|
|
@@ -30,7 +30,7 @@ var ViewMode = function ViewMode(props) {
|
|
|
30
30
|
});
|
|
31
31
|
}, [modeList]);
|
|
32
32
|
var handleClick = function handleClick(e) {
|
|
33
|
-
onChange === null || onChange === void 0
|
|
33
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(e.key);
|
|
34
34
|
};
|
|
35
35
|
return /*#__PURE__*/React.createElement(Dropdown, {
|
|
36
36
|
menu: {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { FilterType } from "../../filter/types";
|
|
2
3
|
import { ColumnSettingType, DataSourceGroupType, ExportImportType, GallerySettingType, GridViewType, SortType } from "../types";
|
|
3
4
|
import "./index.less";
|
|
@@ -13,5 +14,5 @@ declare type ActionsProps = {
|
|
|
13
14
|
gallery: GallerySettingType;
|
|
14
15
|
exportImport?: ExportImportType;
|
|
15
16
|
};
|
|
16
|
-
declare const Actions: ({ filter, sort, columnSetting, dataSourceGroup, tableId, localPagination, buttons, view, gallery, exportImport, }: ActionsProps) => JSX.Element | null;
|
|
17
|
+
declare const Actions: ({ filter, sort, columnSetting, dataSourceGroup, tableId, localPagination, buttons, view, gallery, exportImport, }: ActionsProps) => React.JSX.Element | null;
|
|
17
18
|
export default Actions;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
function _typeof(
|
|
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
2
|
var _excluded = ["dataSource", "pagination", "value", "virtual"];
|
|
3
3
|
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); }
|
|
4
|
-
function ownKeys(
|
|
5
|
-
function _objectSpread(
|
|
4
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
5
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
6
6
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
7
|
-
function _toPropertyKey(
|
|
8
|
-
function _toPrimitive(
|
|
7
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
8
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
9
9
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
10
10
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
11
11
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
12
12
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
13
|
-
function _iterableToArrayLimit(
|
|
13
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
14
14
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
15
15
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
16
16
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
@@ -103,7 +103,7 @@ var BasicTable = function BasicTable(props) {
|
|
|
103
103
|
var defaultExpandedRowKeys = useMemo(function () {
|
|
104
104
|
var _dataSource$list;
|
|
105
105
|
var _expandedRowKeys = [];
|
|
106
|
-
_dataSource === null || _dataSource === void 0
|
|
106
|
+
_dataSource === null || _dataSource === void 0 ? void 0 : (_dataSource$list = _dataSource.list) === null || _dataSource$list === void 0 ? void 0 : _dataSource$list.forEach(function (item) {
|
|
107
107
|
if (item.__is_group) {
|
|
108
108
|
_expandedRowKeys.push(item['__rowKey']);
|
|
109
109
|
}
|
|
@@ -135,7 +135,7 @@ var BasicTable = function BasicTable(props) {
|
|
|
135
135
|
dataSource: _dataSource.list,
|
|
136
136
|
onRow: function onRow(record, index) {
|
|
137
137
|
var _other$onRow;
|
|
138
|
-
return _objectSpread(_objectSpread({}, (other === null || other === void 0
|
|
138
|
+
return _objectSpread(_objectSpread({}, (other === null || other === void 0 ? void 0 : (_other$onRow = other.onRow) === null || _other$onRow === void 0 ? void 0 : _other$onRow.call(other, record, index)) || {}), {}, {
|
|
139
139
|
__is_group: record.__is_group,
|
|
140
140
|
__is_drag_sort: other.dragSort,
|
|
141
141
|
className: record.__is_group ? 'pisell-lowcode-table-group-row-wrap' : ''
|
|
@@ -144,7 +144,7 @@ var BasicTable = function BasicTable(props) {
|
|
|
144
144
|
expandable: {
|
|
145
145
|
defaultExpandAllRows: true
|
|
146
146
|
}
|
|
147
|
-
})), total > ((pagination === null || pagination === void 0 ? void 0 : pagination.pageSize) || (pagination === null || pagination === void 0
|
|
147
|
+
})), total > ((pagination === null || pagination === void 0 ? void 0 : pagination.pageSize) || (pagination === null || pagination === void 0 ? void 0 : (_pagination$pageSizeO = pagination.pageSizeOptions) === null || _pagination$pageSizeO === void 0 ? void 0 : _pagination$pageSizeO[0]) || 10) || pagination !== null && pagination !== void 0 && pagination.showPagination && total > 10 ? /*#__PURE__*/React.createElement(Form.Item, {
|
|
148
148
|
name: "pagination",
|
|
149
149
|
style: {
|
|
150
150
|
margin: 0
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { GallerySettingType, GallerySettingValueType } from "../../../../../types";
|
|
2
3
|
declare type CoverProps = {
|
|
3
4
|
cover?: GallerySettingType["cover"];
|
|
@@ -5,5 +6,5 @@ declare type CoverProps = {
|
|
|
5
6
|
coverField: GallerySettingValueType["coverField"];
|
|
6
7
|
coverObjectFit: GallerySettingValueType["coverObjectFit"];
|
|
7
8
|
};
|
|
8
|
-
declare const Cover: (props: CoverProps) => JSX.Element;
|
|
9
|
+
declare const Cover: (props: CoverProps) => React.JSX.Element;
|
|
9
10
|
export default Cover;
|
package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import "./index.less";
|
|
2
3
|
declare type RenderFieldsProps = {
|
|
3
4
|
fields: string[];
|
|
@@ -6,5 +7,5 @@ declare type RenderFieldsProps = {
|
|
|
6
7
|
showMode: "inline" | "block";
|
|
7
8
|
isShowLabel?: boolean;
|
|
8
9
|
};
|
|
9
|
-
declare const RenderFields: (props: RenderFieldsProps) => JSX.Element;
|
|
10
|
+
declare const RenderFields: (props: RenderFieldsProps) => React.JSX.Element;
|
|
10
11
|
export default RenderFields;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
function _typeof(
|
|
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
2
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
3
|
-
function _toPropertyKey(
|
|
4
|
-
function _toPrimitive(
|
|
3
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
4
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
5
5
|
import React, { useMemo } from "react";
|
|
6
6
|
import classNames from "classnames";
|
|
7
7
|
import { Tooltip } from "antd";
|
|
@@ -10,6 +10,7 @@ import { getValueByKeys } from "../../../../../Table/fields/utils";
|
|
|
10
10
|
import "./index.less";
|
|
11
11
|
var prefix = "pisell-lowcode-";
|
|
12
12
|
var RenderFields = function RenderFields(props) {
|
|
13
|
+
var _classNames;
|
|
13
14
|
var fields = props.fields,
|
|
14
15
|
columnsMap = props.columnsMap,
|
|
15
16
|
showMode = props.showMode,
|
|
@@ -39,7 +40,7 @@ var RenderFields = function RenderFields(props) {
|
|
|
39
40
|
return fieldsList;
|
|
40
41
|
}, [fields, columnsMap, record, isShowLabel]);
|
|
41
42
|
return /*#__PURE__*/React.createElement("div", {
|
|
42
|
-
className: classNames("".concat(prefix, "gallery-render-fields-wrap"),
|
|
43
|
+
className: classNames("".concat(prefix, "gallery-render-fields-wrap"), (_classNames = {}, _defineProperty(_classNames, "".concat(prefix, "gallery-render-fields-wrap-inline"), showMode === "inline"), _defineProperty(_classNames, "".concat(prefix, "gallery-render-fields-wrap-block"), showMode === "block"), _classNames))
|
|
43
44
|
}, fieldContent);
|
|
44
45
|
};
|
|
45
46
|
export default RenderFields;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { GallerySettingType } from "../../../../../types";
|
|
2
3
|
import "./index.less";
|
|
3
4
|
declare type TitleProps = GallerySettingType["title"] & {
|
|
4
5
|
record: Record<string, any>;
|
|
5
6
|
columnsMap: Map<string, Record<string, any>>;
|
|
6
7
|
};
|
|
7
|
-
declare const Title: (props: TitleProps) => JSX.Element;
|
|
8
|
+
declare const Title: (props: TitleProps) => React.JSX.Element;
|
|
8
9
|
export default Title;
|
|
@@ -10,5 +10,5 @@ declare type GalleryItemProps = {
|
|
|
10
10
|
columns: Record<string, any>[];
|
|
11
11
|
onClick: React.MouseEventHandler<HTMLDivElement>;
|
|
12
12
|
};
|
|
13
|
-
declare const GalleryItem: (props: GalleryItemProps) => JSX.Element;
|
|
13
|
+
declare const GalleryItem: (props: GalleryItemProps) => React.JSX.Element;
|
|
14
14
|
export default GalleryItem;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
function _typeof(
|
|
2
|
-
function ownKeys(
|
|
3
|
-
function _objectSpread(
|
|
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
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
4
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
-
function _toPropertyKey(
|
|
6
|
-
function _toPrimitive(
|
|
5
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
6
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
7
7
|
import React, { useMemo } from "react";
|
|
8
8
|
import { FixedSizeGrid as Grid } from "react-window";
|
|
9
9
|
import AutoSizer from "react-virtualized-auto-sizer";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { GalleryProps } from './types';
|
|
3
3
|
import './index.less';
|
|
4
|
-
declare const _default: React.MemoExoticComponent<(props: GalleryProps) => JSX.Element>;
|
|
4
|
+
declare const _default: React.MemoExoticComponent<(props: GalleryProps) => React.JSX.Element>;
|
|
5
5
|
export default _default;
|
|
@@ -51,7 +51,7 @@ var Gallery = function Gallery(props) {
|
|
|
51
51
|
filter: filter
|
|
52
52
|
});
|
|
53
53
|
useEffect(function () {
|
|
54
|
-
onDataSourceChange === null || onDataSourceChange === void 0
|
|
54
|
+
onDataSourceChange === null || onDataSourceChange === void 0 ? void 0 : onDataSourceChange(dataSource);
|
|
55
55
|
}, [JSON.stringify(dataSource)]);
|
|
56
56
|
var columnsMap = useMemo(function () {
|
|
57
57
|
return new Map(originColumns.map(function (item) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
function _typeof(
|
|
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
2
|
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
|
-
function ownKeys(
|
|
4
|
-
function _objectSpread(
|
|
3
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
4
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
5
5
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6
|
-
function _toPropertyKey(
|
|
7
|
-
function _toPrimitive(
|
|
6
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
7
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
8
8
|
import React from "react";
|
|
9
9
|
import { Button } from "antd";
|
|
10
10
|
import "./index.less";
|
|
@@ -7,5 +7,5 @@ export interface HeaderProps {
|
|
|
7
7
|
showTitle?: boolean;
|
|
8
8
|
showSubTitle?: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare const Header: ({ buttons, title, subTitle, showTitle, showSubTitle, }: HeaderProps) => JSX.Element | null;
|
|
10
|
+
declare const Header: ({ buttons, title, subTitle, showTitle, showSubTitle, }: HeaderProps) => React.JSX.Element | null;
|
|
11
11
|
export default Header;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
function _typeof(
|
|
2
|
-
function ownKeys(
|
|
3
|
-
function _objectSpread(
|
|
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
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
4
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
-
function _toPropertyKey(
|
|
6
|
-
function _toPrimitive(
|
|
5
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
6
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
7
7
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
8
8
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
9
9
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
@@ -12,7 +12,7 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArra
|
|
|
12
12
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
13
13
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
14
14
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
15
|
-
function _iterableToArrayLimit(
|
|
15
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
16
16
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
17
17
|
import IconFont from "../../../iconfont";
|
|
18
18
|
import { Form, Input, Popover, message } from "antd";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
function _typeof(
|
|
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
2
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
3
|
-
function _toPropertyKey(
|
|
4
|
-
function _toPrimitive(
|
|
3
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
4
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
5
5
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
6
6
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
7
7
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
8
8
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
9
|
-
function _iterableToArrayLimit(
|
|
9
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
10
10
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
11
11
|
import IconFont from "../../../iconfont";
|
|
12
12
|
// import Search from "@/components/Search";
|
|
@@ -26,7 +26,7 @@ var Edit = function Edit(props, ref) {
|
|
|
26
26
|
ref: ref,
|
|
27
27
|
value: dayjsVal,
|
|
28
28
|
onChange: function onChange(date, dateStr) {
|
|
29
|
-
_onChange === null || _onChange === void 0
|
|
29
|
+
_onChange === null || _onChange === void 0 ? void 0 : _onChange(dateStr);
|
|
30
30
|
},
|
|
31
31
|
onPressEnter: onPressEnter,
|
|
32
32
|
onBlur: onBlur,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import filter from "./filterUtil";
|
|
2
3
|
declare const _default: {
|
|
3
4
|
field: {
|
|
@@ -6,10 +7,10 @@ declare const _default: {
|
|
|
6
7
|
field_type: string;
|
|
7
8
|
default_value: string;
|
|
8
9
|
};
|
|
9
|
-
config: () => JSX.Element;
|
|
10
|
+
config: () => import("react").JSX.Element;
|
|
10
11
|
edit: import("react").ForwardRefExoticComponent<Omit<import("../types").EditPropsType, "ref"> & import("react").RefAttributes<any>>;
|
|
11
|
-
sort: () => JSX.Element;
|
|
12
|
-
show: (props: import("../types").FieldPropsType) => JSX.Element;
|
|
12
|
+
sort: () => import("react").JSX.Element;
|
|
13
|
+
show: (props: import("../types").FieldPropsType) => import("react").JSX.Element;
|
|
13
14
|
filterFn: typeof filter;
|
|
14
15
|
};
|
|
15
16
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const _default: {
|
|
2
3
|
field: {
|
|
3
4
|
field_icon: string;
|
|
@@ -5,9 +6,9 @@ declare const _default: {
|
|
|
5
6
|
field_type: string;
|
|
6
7
|
default_value: string;
|
|
7
8
|
};
|
|
8
|
-
config: () => JSX.Element;
|
|
9
|
+
config: () => import("react").JSX.Element;
|
|
9
10
|
edit: import("react").ForwardRefExoticComponent<Omit<import("../types").EditPropsType, "ref"> & import("react").RefAttributes<any>>;
|
|
10
|
-
sort: () => JSX.Element;
|
|
11
|
-
show: (props: import("../types").FieldPropsType) => JSX.Element;
|
|
11
|
+
sort: () => import("react").JSX.Element;
|
|
12
|
+
show: (props: import("../types").FieldPropsType) => import("react").JSX.Element;
|
|
12
13
|
};
|
|
13
14
|
export default _default;
|