@pisell/materials 2.2.127 → 2.2.129
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 +4 -4
- package/build/lowcode/preview.css +1 -1
- package/build/lowcode/preview.js +154 -145
- package/build/lowcode/render/default/view.js +31 -45
- package/build/lowcode/view.js +24 -38
- package/es/components/DragSortList/index.d.ts +1 -1
- package/es/components/MultipleContainersSortList/index.d.ts +1 -1
- package/es/components/Pagination/index.d.ts +3 -3
- package/es/components/appVersionControl/index.d.ts +2 -2
- package/es/components/auto-complete-number/index.d.ts +2 -2
- package/es/components/badge/index.d.ts +2 -2
- 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 +2 -3
- package/es/components/batch-editor/index.d.ts +2 -2
- package/es/components/browserSelect/index.d.ts +1 -1
- package/es/components/calendar/index.d.ts +1 -2
- package/es/components/cardMetricItem/index.d.ts +1 -1
- package/es/components/cardPro/index.d.ts +2 -2
- package/es/components/checkbox/index.d.ts +1 -2
- package/es/components/classicLayout/index.d.ts +2 -2
- package/es/components/colorPicker/index.d.ts +2 -1
- package/es/components/config-provider/index.d.ts +4 -2
- package/es/components/config-provider/index.js +6 -0
- package/es/components/customSelect/index.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +2 -2
- package/es/components/dataSourceComponents/dataSourceForm/group/index.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +3 -3
- package/es/components/dataSourceComponents/dataSourceMenu/index.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -2
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -2
- 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/dataSourceTable/filter/index.d.ts +2 -2
- package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +3 -3
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -3
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +3 -3
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +5 -6
- package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +2 -0
- package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +2 -0
- package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Select/index.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.js +8 -0
- package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Translation/type.d.ts +2 -0
- package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Upload/constants.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/Upload/constants.js +1 -1
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/Upload/utils.js +1 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +9 -10
- package/es/components/dataSourceComponents/hooks/useActions.d.ts +5 -5
- package/es/components/dataSourceComponents/hooks/useParseActionsVariable.d.ts +8 -3
- package/es/components/date-picker/datePickerCpt.d.ts +2 -2
- package/es/components/date-picker/index.d.ts +1 -2
- package/es/components/drag-sort-tree/TreeItem/index.d.ts +2 -2
- package/es/components/drag-sort-tree/index.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +2 -2
- package/es/components/filter/components/items/index.d.ts +6 -6
- package/es/components/filter/components/items/text/Editor/index.d.ts +1 -1
- package/es/components/filter/components/items/text/Preview/index.d.ts +1 -1
- package/es/components/filter/components/items/text/index.d.ts +2 -2
- package/es/components/filter/index.d.ts +2 -2
- package/es/components/keyboard/index.d.ts +1 -1
- package/es/components/list/index.d.ts +2 -2
- package/es/components/lowCodePage/index.d.ts +2 -2
- package/es/components/page/index.d.ts +2 -2
- package/es/components/page/index.js +11 -1
- package/es/components/page-header/index.d.ts +1 -1
- package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +2 -2
- package/es/components/pisellAdjustPrice/index.d.ts +2 -2
- package/es/components/pisellAlert/index.d.ts +1 -1
- package/es/components/pisellCard/index.d.ts +2 -2
- package/es/components/pisellCheckboxGroup/index.d.ts +1 -1
- package/es/components/pisellCountdown/index.d.ts +1 -1
- package/es/components/pisellDatePicker/datePickerCpt.d.ts +2 -2
- package/es/components/pisellDatePicker/index.d.ts +1 -2
- package/es/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
- package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +1 -1
- package/es/components/pisellDraggable/index.d.ts +2 -2
- package/es/components/pisellDropSort/components/SortableItem/index.d.ts +1 -1
- package/es/components/pisellEmpty/index.d.ts +1 -1
- package/es/components/pisellFloatingPanel/index.d.ts +1 -1
- package/es/components/pisellGoodPassCard/index.d.ts +1 -1
- package/es/components/pisellInformationEntry/Input/index.d.ts +1 -1
- package/es/components/pisellInformationEntry/Scan/index.d.ts +2 -2
- package/es/components/pisellInformationEntry/index.d.ts +1 -1
- package/es/components/pisellInput/components/BankCard/index.d.ts +2 -2
- package/es/components/pisellInput/components/Copy/index.d.ts +2 -2
- package/es/components/pisellInput/components/SecurityCode/index.d.ts +2 -2
- package/es/components/pisellInput/index.d.ts +5 -5
- package/es/components/pisellLoading/index.d.ts +2 -2
- package/es/components/pisellModal/components/Information/index.d.ts +1 -1
- package/es/components/pisellModal/components/IpadModal/index.d.ts +2 -2
- package/es/components/pisellModal/components/MobileModal/index.d.ts +2 -2
- package/es/components/pisellModal/components/PcModal/index.d.ts +1 -1
- package/es/components/pisellModal/components/index.d.ts +3 -4
- package/es/components/pisellModal/index.d.ts +2 -2
- package/es/components/pisellRow/index.d.ts +1 -1
- package/es/components/pisellStatisticList/index.d.ts +1 -1
- package/es/components/pisellTags/index.d.ts +1 -1
- package/es/components/pisellText/components/Amount/index.d.ts +1 -1
- package/es/components/pisellText/components/Editable/index.d.ts +3 -0
- package/es/components/pisellText/index.d.ts +2 -2
- package/es/components/pisellTooltip/index.d.ts +2 -2
- package/es/components/pisellUpload/index.d.ts +2 -2
- package/es/components/pisellWalletPassCard/index.d.ts +1 -1
- package/es/components/pisellWalletPassCard/index.js +11 -5
- package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/components/MultiDay/index.js +2 -2
- package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +1 -1
- package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
- package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +4 -2
- package/es/components/productCard/cartSkuCard/components/timeRange/index.js +5 -1
- package/es/components/productCard/cartSkuCard/index.d.ts +2 -2
- package/es/components/productCard/cartSkuCard/locales.d.ts +64 -0
- package/es/components/productCard/cartSkuCard/locales.js +16 -0
- package/es/components/productCard/components/Action/index.d.ts +2 -2
- package/es/components/productCard/components/AmountFooter/index.d.ts +2 -2
- package/es/components/productCard/components/Divider/index.d.ts +2 -2
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +2 -2
- package/es/components/productCard/components/Header/EditButton/index.d.ts +2 -2
- package/es/components/productCard/components/Header/index.d.ts +2 -2
- package/es/components/productCard/components/MultiDay/index.d.ts +2 -2
- package/es/components/productCard/components/Note/index.d.ts +2 -2
- package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +2 -2
- package/es/components/productCard/components/Packages/components/options/index.d.ts +2 -2
- package/es/components/productCard/components/Packages/index.d.ts +2 -2
- package/es/components/productCard/components/Packages/utils.d.ts +1 -1
- package/es/components/productCard/components/Sales/index.d.ts +2 -2
- package/es/components/productCard/components/Time/components/Like/index.d.ts +2 -2
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +2 -2
- package/es/components/productCard/components/Time/components/SelectHolder/index.js +3 -1
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +2 -2
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -2
- package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +2 -2
- package/es/components/productCard/components/Time/index.d.ts +2 -2
- package/es/components/productCard/locales.d.ts +54 -0
- package/es/components/productCard/locales.js +84 -0
- package/es/components/productCard/utils.d.ts +2 -0
- package/es/components/productCard/utils.js +8 -2
- package/es/components/qrcode/index.d.ts +2 -2
- package/es/components/radio/index.d.ts +1 -2
- package/es/components/section-footers/index.d.ts +1 -1
- package/es/components/segmented/index.d.ts +2 -2
- package/es/components/select-time/RightPanel/index.d.ts +2 -2
- package/es/components/select-time/index.d.ts +2 -2
- package/es/components/skeleton/index.d.ts +1 -2
- package/es/components/slider/index.d.ts +2 -2
- package/es/components/sort/components/InlineMenu/index.d.ts +2 -2
- package/es/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
- package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +2 -2
- package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +2 -2
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +2 -2
- package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +2 -2
- package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +2 -2
- package/es/components/table/Actions/component/ExportImport/index.d.ts +2 -2
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +2 -2
- package/es/components/table/Actions/component/Group/PopoverContent.d.ts +2 -2
- package/es/components/table/Actions/component/Group/index.d.ts +2 -2
- package/es/components/table/Actions/component/ViewMode/index.d.ts +2 -2
- package/es/components/table/Actions/component/ViewMode/index.js +4 -3
- package/es/components/table/Actions/index.d.ts +2 -2
- package/es/components/table/BasicTable/index.d.ts +2 -2
- package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +2 -2
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +2 -2
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +2 -2
- 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/useGapSize.d.ts +2 -2
- package/es/components/table/Gallery/index.d.ts +1 -1
- package/es/components/table/Header/index.d.ts +1 -1
- package/es/components/table/Summary/index.d.ts +2 -2
- package/es/components/table/Table/SelectField/index.d.ts +2 -1
- package/es/components/table/Table/fields/date/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/date/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/date/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/date/index.d.ts +3 -4
- package/es/components/table/Table/fields/image/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/image/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/image/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/image/index.d.ts +3 -4
- package/es/components/table/Table/fields/index.d.ts +75 -76
- package/es/components/table/Table/fields/link/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/link/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/link/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/link/index.d.ts +3 -4
- package/es/components/table/Table/fields/number/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/number/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/number/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/number/index.d.ts +3 -4
- package/es/components/table/Table/fields/numberRange/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/numberRange/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/numberRange/index.d.ts +3 -4
- package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +3 -4
- package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/pSwitch/index.d.ts +3 -4
- package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/rangePicker/index.d.ts +3 -4
- package/es/components/table/Table/fields/search/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/search/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/search/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/search/index.d.ts +3 -4
- package/es/components/table/Table/fields/select/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/select/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/select/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/select/index.d.ts +3 -4
- package/es/components/table/Table/fields/text/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/text/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/text/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/text/index.d.ts +3 -4
- package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +2 -2
- package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +2 -2
- package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +2 -2
- package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/treeSelect/index.d.ts +3 -4
- package/es/components/table/Table/tableConfig/SortRow/index.d.ts +2 -2
- 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/TableFilter/SortIcon.d.ts +2 -2
- package/es/components/table/View/index.d.ts +2 -2
- package/es/components/table/hooks/useMergeColumnSetting.d.ts +1 -1
- package/es/components/table/hooks/useTableSetting.d.ts +1 -1
- package/es/components/table/model.d.ts +1 -1
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +1 -2
- package/es/components/translation/index.d.ts +3 -0
- package/es/components/translation/index.js +12 -0
- package/es/components/translation/utils.d.ts +2 -0
- package/es/components/translation/utils.js +3 -1
- package/es/components/upload/index.d.ts +1 -2
- package/es/components/versionSelect/index.d.ts +2 -2
- package/es/components/virtual-keyboard/Amount/index.d.ts +2 -2
- package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +1 -1
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
- package/es/components/virtual-keyboard/Keyboard/index.d.ts +1 -1
- package/es/components/virtual-keyboard/Number/index.d.ts +2 -1
- package/es/components/virtual-keyboard/Time/index.d.ts +1 -1
- package/es/components/virtual-keyboard/Time/utils.d.ts +1 -2
- package/es/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +1 -1
- package/es/components/virtual-keyboard/index.d.ts +1 -1
- package/es/components/walletCard/Guest/index.d.ts +2 -2
- package/es/components/walletCard/Guide/index.d.ts +2 -2
- package/es/components/walletCard/index.d.ts +2 -0
- package/es/components/walletCard/index.js +11 -3
- package/es/locales/en-US.d.ts +3 -0
- package/es/locales/en-US.js +3 -0
- package/es/locales/index.js +6 -2
- package/es/locales/ja.d.ts +313 -0
- package/es/locales/ja.js +385 -0
- package/es/locales/pt.d.ts +313 -0
- package/es/locales/pt.js +385 -0
- package/es/locales/zh-CN.d.ts +3 -0
- package/es/locales/zh-CN.js +3 -0
- package/es/locales/zh-TW.d.ts +3 -0
- package/es/locales/zh-TW.js +3 -0
- package/es/utils/hoc.d.ts +5 -5
- package/es/utils/index.d.ts +1 -1
- package/es/utils/miniRedux.d.ts +1 -1
- 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 -2
- package/lib/components/auto-complete-number/index.d.ts +2 -2
- package/lib/components/badge/index.d.ts +2 -2
- 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 +2 -3
- package/lib/components/batch-editor/index.d.ts +2 -2
- package/lib/components/browserSelect/index.d.ts +1 -1
- package/lib/components/calendar/index.d.ts +1 -2
- package/lib/components/cardMetricItem/index.d.ts +1 -1
- package/lib/components/cardPro/index.d.ts +2 -2
- package/lib/components/checkbox/index.d.ts +1 -2
- package/lib/components/classicLayout/index.d.ts +2 -2
- package/lib/components/colorPicker/index.d.ts +2 -1
- package/lib/components/config-provider/index.d.ts +4 -2
- package/lib/components/config-provider/index.js +6 -0
- package/lib/components/customSelect/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +2 -2
- 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/dataSourceMenu/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -2
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -2
- 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 -2
- package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +3 -3
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -3
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +3 -3
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +5 -6
- package/lib/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +2 -0
- package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +2 -0
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Select/index.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.js +5 -1
- package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +2 -0
- package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Upload/constants.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/Upload/constants.js +1 -1
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/Upload/utils.js +1 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +9 -10
- package/lib/components/dataSourceComponents/hooks/useActions.d.ts +5 -5
- package/lib/components/dataSourceComponents/hooks/useParseActionsVariable.d.ts +8 -3
- package/lib/components/date-picker/datePickerCpt.d.ts +2 -2
- package/lib/components/date-picker/index.d.ts +1 -2
- package/lib/components/drag-sort-tree/TreeItem/index.d.ts +2 -2
- package/lib/components/drag-sort-tree/index.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +2 -2
- package/lib/components/filter/components/items/index.d.ts +6 -6
- package/lib/components/filter/components/items/text/Editor/index.d.ts +1 -1
- package/lib/components/filter/components/items/text/Preview/index.d.ts +1 -1
- package/lib/components/filter/components/items/text/index.d.ts +2 -2
- package/lib/components/filter/index.d.ts +2 -2
- package/lib/components/keyboard/index.d.ts +1 -1
- package/lib/components/list/index.d.ts +2 -2
- package/lib/components/lowCodePage/index.d.ts +2 -2
- package/lib/components/page/index.d.ts +2 -2
- package/lib/components/page/index.js +11 -1
- package/lib/components/page-header/index.d.ts +1 -1
- package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +2 -2
- package/lib/components/pisellAdjustPrice/index.d.ts +2 -2
- package/lib/components/pisellAlert/index.d.ts +1 -1
- package/lib/components/pisellCard/index.d.ts +2 -2
- package/lib/components/pisellCheckboxGroup/index.d.ts +1 -1
- package/lib/components/pisellCountdown/index.d.ts +1 -1
- package/lib/components/pisellDatePicker/datePickerCpt.d.ts +2 -2
- package/lib/components/pisellDatePicker/index.d.ts +1 -2
- package/lib/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
- package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +1 -1
- package/lib/components/pisellDraggable/index.d.ts +2 -2
- 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/pisellGoodPassCard/index.d.ts +1 -1
- package/lib/components/pisellInformationEntry/Input/index.d.ts +1 -1
- package/lib/components/pisellInformationEntry/Scan/index.d.ts +2 -2
- package/lib/components/pisellInformationEntry/index.d.ts +1 -1
- package/lib/components/pisellInput/components/BankCard/index.d.ts +2 -2
- package/lib/components/pisellInput/components/Copy/index.d.ts +2 -2
- package/lib/components/pisellInput/components/SecurityCode/index.d.ts +2 -2
- package/lib/components/pisellInput/index.d.ts +5 -5
- package/lib/components/pisellLoading/index.d.ts +2 -2
- package/lib/components/pisellModal/components/Information/index.d.ts +1 -1
- package/lib/components/pisellModal/components/IpadModal/index.d.ts +2 -2
- package/lib/components/pisellModal/components/MobileModal/index.d.ts +2 -2
- package/lib/components/pisellModal/components/PcModal/index.d.ts +1 -1
- package/lib/components/pisellModal/components/index.d.ts +3 -4
- package/lib/components/pisellModal/index.d.ts +2 -2
- 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/components/Editable/index.d.ts +3 -0
- package/lib/components/pisellText/index.d.ts +2 -2
- package/lib/components/pisellTooltip/index.d.ts +2 -2
- package/lib/components/pisellUpload/index.d.ts +2 -2
- package/lib/components/pisellWalletPassCard/index.d.ts +1 -1
- package/lib/components/pisellWalletPassCard/index.js +19 -6
- package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/components/MultiDay/index.js +2 -2
- package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +1 -1
- package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
- package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +4 -2
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.js +5 -1
- package/lib/components/productCard/cartSkuCard/index.d.ts +2 -2
- package/lib/components/productCard/cartSkuCard/locales.d.ts +64 -0
- package/lib/components/productCard/cartSkuCard/locales.js +18 -0
- package/lib/components/productCard/components/Action/index.d.ts +2 -2
- package/lib/components/productCard/components/AmountFooter/index.d.ts +2 -2
- package/lib/components/productCard/components/Divider/index.d.ts +2 -2
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +2 -2
- package/lib/components/productCard/components/Header/EditButton/index.d.ts +2 -2
- package/lib/components/productCard/components/Header/index.d.ts +2 -2
- package/lib/components/productCard/components/MultiDay/index.d.ts +2 -2
- package/lib/components/productCard/components/Note/index.d.ts +2 -2
- package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +2 -2
- package/lib/components/productCard/components/Packages/components/options/index.d.ts +2 -2
- package/lib/components/productCard/components/Packages/index.d.ts +2 -2
- package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
- package/lib/components/productCard/components/Sales/index.d.ts +2 -2
- package/lib/components/productCard/components/Time/components/Like/index.d.ts +2 -2
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +2 -2
- package/lib/components/productCard/components/Time/components/SelectHolder/index.js +2 -1
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +2 -2
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +2 -2
- package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +2 -2
- package/lib/components/productCard/components/Time/index.d.ts +2 -2
- package/lib/components/productCard/locales.d.ts +54 -0
- package/lib/components/productCard/locales.js +60 -0
- package/lib/components/productCard/utils.d.ts +2 -0
- package/lib/components/productCard/utils.js +8 -2
- package/lib/components/qrcode/index.d.ts +2 -2
- package/lib/components/radio/index.d.ts +1 -2
- package/lib/components/section-footers/index.d.ts +1 -1
- package/lib/components/segmented/index.d.ts +2 -2
- package/lib/components/select-time/RightPanel/index.d.ts +2 -2
- package/lib/components/select-time/index.d.ts +2 -2
- package/lib/components/skeleton/index.d.ts +1 -2
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/sort/components/InlineMenu/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
- package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ExportImport/index.d.ts +2 -2
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +2 -2
- package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +2 -2
- package/lib/components/table/Actions/component/Group/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +2 -2
- package/lib/components/table/Actions/component/ViewMode/index.js +4 -3
- package/lib/components/table/Actions/index.d.ts +2 -2
- package/lib/components/table/BasicTable/index.d.ts +2 -2
- package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +2 -2
- package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +2 -2
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +2 -2
- 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/components/VirtualGrid/useGapSize.d.ts +2 -2
- 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 -2
- package/lib/components/table/Table/SelectField/index.d.ts +2 -1
- package/lib/components/table/Table/fields/date/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/date/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/date/index.d.ts +3 -4
- package/lib/components/table/Table/fields/image/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/image/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/image/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/image/index.d.ts +3 -4
- package/lib/components/table/Table/fields/index.d.ts +75 -76
- package/lib/components/table/Table/fields/link/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/link/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/link/index.d.ts +3 -4
- package/lib/components/table/Table/fields/number/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/number/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/number/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/number/index.d.ts +3 -4
- package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/numberRange/index.d.ts +3 -4
- package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +3 -4
- package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +3 -4
- package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +3 -4
- package/lib/components/table/Table/fields/search/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/search/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/search/index.d.ts +3 -4
- package/lib/components/table/Table/fields/select/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/select/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/select/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/select/index.d.ts +3 -4
- package/lib/components/table/Table/fields/text/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/text/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/text/index.d.ts +3 -4
- package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +2 -2
- package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +2 -2
- package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +2 -2
- package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +3 -4
- package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +2 -2
- 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/TableFilter/SortIcon.d.ts +2 -2
- package/lib/components/table/View/index.d.ts +2 -2
- package/lib/components/table/hooks/useMergeColumnSetting.d.ts +1 -1
- package/lib/components/table/hooks/useTableSetting.d.ts +1 -1
- package/lib/components/table/model.d.ts +1 -1
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +1 -2
- package/lib/components/translation/index.d.ts +3 -0
- package/lib/components/translation/index.js +14 -0
- package/lib/components/translation/utils.d.ts +2 -0
- package/lib/components/translation/utils.js +3 -1
- package/lib/components/upload/index.d.ts +1 -2
- package/lib/components/versionSelect/index.d.ts +2 -2
- package/lib/components/virtual-keyboard/Amount/index.d.ts +2 -2
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +1 -1
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
- 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 +1 -2
- package/lib/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/index.d.ts +1 -1
- package/lib/components/walletCard/Guest/index.d.ts +2 -2
- package/lib/components/walletCard/Guide/index.d.ts +2 -2
- package/lib/components/walletCard/index.d.ts +2 -0
- package/lib/components/walletCard/index.js +11 -3
- package/lib/locales/en-US.d.ts +3 -0
- package/lib/locales/en-US.js +3 -0
- package/lib/locales/index.js +6 -2
- package/lib/locales/ja.d.ts +313 -0
- package/lib/locales/ja.js +369 -0
- package/lib/locales/pt.d.ts +313 -0
- package/lib/locales/pt.js +369 -0
- package/lib/locales/zh-CN.d.ts +3 -0
- package/lib/locales/zh-CN.js +3 -0
- package/lib/locales/zh-TW.d.ts +3 -0
- package/lib/locales/zh-TW.js +3 -0
- package/lib/utils/hoc.d.ts +5 -5
- package/lib/utils/index.d.ts +1 -1
- package/lib/utils/miniRedux.d.ts +1 -1
- package/lib/utils/platform.d.ts +1 -1
- package/package.json +3 -3
- package/es/components/media/index.d.ts +0 -18
- package/es/components/media/index.js +0 -340
- package/es/components/media/index.less +0 -100
- package/es/components/pisellVHFix/index.d.ts +0 -13
- package/es/components/pisellVHFix/index.js +0 -36
- package/es/components/pisellVHFix/index.less +0 -10
- package/lib/components/media/index.d.ts +0 -18
- package/lib/components/media/index.js +0 -265
- package/lib/components/media/index.less +0 -100
- package/lib/components/pisellVHFix/index.d.ts +0 -13
- package/lib/components/pisellVHFix/index.js +0 -56
- package/lib/components/pisellVHFix/index.less +0 -10
|
@@ -18,7 +18,7 @@ export interface Props<T> {
|
|
|
18
18
|
attributes: DraggableAttributes;
|
|
19
19
|
}) => React.ReactElement<HTMLElement>;
|
|
20
20
|
}
|
|
21
|
-
export default function Sortable<T extends Record<string, any>>({ list, onChange, rowKey, children, activationConstraint, }: Props<T>): JSX.Element;
|
|
21
|
+
export default function Sortable<T extends Record<string, any>>({ list, onChange, rowKey, children, activationConstraint, }: Props<T>): React.JSX.Element;
|
|
22
22
|
export interface SortableItemProps<T> {
|
|
23
23
|
id: number;
|
|
24
24
|
index: number;
|
|
@@ -22,5 +22,5 @@ interface DefaultRenderContainerProps {
|
|
|
22
22
|
}) => React.ReactElement;
|
|
23
23
|
children: any;
|
|
24
24
|
}
|
|
25
|
-
declare const MultipleContainersSortList: <T extends Record<string, any>>(props: MultipleContainersSortListProps<T>) => JSX.Element;
|
|
25
|
+
declare const MultipleContainersSortList: <T extends Record<string, any>>(props: MultipleContainersSortListProps<T>) => React.JSX.Element;
|
|
26
26
|
export default MultipleContainersSortList;
|
|
@@ -5,10 +5,10 @@ export declare const paginationConfig: {
|
|
|
5
5
|
className: string;
|
|
6
6
|
defaultCurrent: number;
|
|
7
7
|
showTotal: (total: number, range: [number, number]) => string;
|
|
8
|
-
itemRender: (page: number, type: "
|
|
8
|
+
itemRender: (page: number, type: "page" | "next" | "prev" | "jump-prev" | "jump-next", element: React.ReactNode) => React.ReactNode;
|
|
9
9
|
responsive: boolean;
|
|
10
10
|
size: string;
|
|
11
11
|
};
|
|
12
|
-
declare const Pagination: (props: PaginationProps) => JSX.Element | null;
|
|
12
|
+
declare const Pagination: (props: PaginationProps) => React.JSX.Element | null;
|
|
13
13
|
export default Pagination;
|
|
14
|
-
export declare const FormPagination: ({ value, onChange, page, pageSize, ...other }: any) => JSX.Element;
|
|
14
|
+
export declare const FormPagination: ({ value, onChange, page, pageSize, ...other }: any) => React.JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { AppVersionControlProps } from './types';
|
|
3
3
|
import './index.less';
|
|
4
|
-
declare const AppVersionControl: (props: AppVersionControlProps) => JSX.Element;
|
|
4
|
+
declare const AppVersionControl: (props: AppVersionControlProps) => React.JSX.Element;
|
|
5
5
|
export default AppVersionControl;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { AutoCompleteProps, InputNumberProps } from "antd";
|
|
3
3
|
interface AutoCompleteNumberProps {
|
|
4
4
|
autoCompleteProps: AutoCompleteProps;
|
|
@@ -6,5 +6,5 @@ interface AutoCompleteNumberProps {
|
|
|
6
6
|
value?: any;
|
|
7
7
|
onChange?: any;
|
|
8
8
|
}
|
|
9
|
-
declare const AutoCompleteNumber: (props: AutoCompleteNumberProps) => JSX.Element;
|
|
9
|
+
declare const AutoCompleteNumber: (props: AutoCompleteNumberProps) => React.JSX.Element;
|
|
10
10
|
export default AutoCompleteNumber;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { BadgeProps as OriginalBadgeprops } from 'antd';
|
|
3
3
|
import './index.less';
|
|
4
4
|
export interface Badgeprops extends OriginalBadgeprops {
|
|
5
5
|
styleType: 'default' | 'warning';
|
|
6
6
|
}
|
|
7
|
-
declare const Badge: (props: any) => JSX.Element;
|
|
7
|
+
declare const Badge: (props: any) => React.JSX.Element;
|
|
8
8
|
export default Badge;
|
|
@@ -3,5 +3,5 @@ export interface ImageProps extends React.ComponentPropsWithoutRef<"img"> {
|
|
|
3
3
|
value?: string;
|
|
4
4
|
}
|
|
5
5
|
import "./index.less";
|
|
6
|
-
declare const Image: (props: ImageProps) => JSX.Element | null;
|
|
6
|
+
declare const Image: (props: ImageProps) => React.JSX.Element | null;
|
|
7
7
|
export default Image;
|
|
@@ -2,5 +2,5 @@ import React from "react";
|
|
|
2
2
|
export interface TextProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
}
|
|
5
|
-
declare const Text: (props: TextProps) => JSX.Element;
|
|
5
|
+
declare const Text: (props: TextProps) => React.JSX.Element;
|
|
6
6
|
export default Text;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
declare const _default: {
|
|
3
2
|
price: import("react").FC<import("./Price").PriceProps>;
|
|
4
|
-
image: (props: import("./Image").ImageProps) => JSX.Element | null;
|
|
5
|
-
text: (props: import("./Text").TextProps) => JSX.Element;
|
|
3
|
+
image: (props: import("./Image").ImageProps) => import("react").JSX.Element | null;
|
|
4
|
+
text: (props: import("./Text").TextProps) => import("react").JSX.Element;
|
|
6
5
|
};
|
|
7
6
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import "./index.less";
|
|
3
3
|
interface BatchEditorProps {
|
|
4
4
|
columns: any[];
|
|
@@ -7,5 +7,5 @@ interface BatchEditorProps {
|
|
|
7
7
|
rowKey: string;
|
|
8
8
|
otherTableProps: any;
|
|
9
9
|
}
|
|
10
|
-
declare const BatchEditor: (props: BatchEditorProps) => JSX.Element;
|
|
10
|
+
declare const BatchEditor: (props: BatchEditorProps) => React.JSX.Element;
|
|
11
11
|
export default BatchEditor;
|
|
@@ -17,5 +17,5 @@ interface BrowserSelectProps extends Omit<React.DetailedHTMLProps<React.SelectHT
|
|
|
17
17
|
* @Author: zhiwei.Wang
|
|
18
18
|
* @Date: 2024-01-30 16:43
|
|
19
19
|
*/
|
|
20
|
-
declare const BrowserSelect: (props: BrowserSelectProps) => JSX.Element;
|
|
20
|
+
declare const BrowserSelect: (props: BrowserSelectProps) => React.JSX.Element;
|
|
21
21
|
export default BrowserSelect;
|
|
@@ -8,5 +8,5 @@ interface PisellStatisticProps {
|
|
|
8
8
|
showCurrencySymbol?: boolean;
|
|
9
9
|
style?: any;
|
|
10
10
|
}
|
|
11
|
-
declare const CardMetricItem: (props: PisellStatisticProps) => JSX.Element;
|
|
11
|
+
declare const CardMetricItem: (props: PisellStatisticProps) => React.JSX.Element;
|
|
12
12
|
export default CardMetricItem;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { ConfigProviderProps as OriginalConfigProviderProps } from "antd/es/config-provider";
|
|
3
3
|
import "dayjs/locale/zh-cn";
|
|
4
|
+
import "dayjs/locale/ja";
|
|
5
|
+
import "dayjs/locale/pt";
|
|
4
6
|
export interface ConfigProviderProps extends OriginalConfigProviderProps {
|
|
5
7
|
[key: string]: any;
|
|
6
8
|
}
|
|
7
|
-
declare const ConfigProvider: (props: ConfigProviderProps) => JSX.Element;
|
|
9
|
+
declare const ConfigProvider: (props: ConfigProviderProps) => React.JSX.Element;
|
|
8
10
|
export default ConfigProvider;
|
|
@@ -8,6 +8,8 @@ import { ConfigProvider as OriginalConfigProvider } from "antd";
|
|
|
8
8
|
import dayjs from "dayjs";
|
|
9
9
|
import "dayjs/locale/zh-cn";
|
|
10
10
|
import zhCN from "antd/es/locale/zh_CN";
|
|
11
|
+
import "dayjs/locale/ja";
|
|
12
|
+
import "dayjs/locale/pt";
|
|
11
13
|
var ConfigProvider = function ConfigProvider(props) {
|
|
12
14
|
var locale = props.locale,
|
|
13
15
|
rest = _objectWithoutProperties(props, _excluded);
|
|
@@ -20,6 +22,10 @@ var ConfigProvider = function ConfigProvider(props) {
|
|
|
20
22
|
dayjs.locale("en");
|
|
21
23
|
// 默认为英文
|
|
22
24
|
localeData = undefined;
|
|
25
|
+
} else if (locale.toLowerCase() === "ja") {
|
|
26
|
+
dayjs.locale("ja");
|
|
27
|
+
} else if (locale.toLowerCase() === "pt") {
|
|
28
|
+
dayjs.locale("pt");
|
|
23
29
|
}
|
|
24
30
|
}
|
|
25
31
|
return /*#__PURE__*/React.createElement(OriginalConfigProvider, _extends({
|
|
@@ -13,5 +13,5 @@ export interface CustomSelectProps<T extends BaseOption> extends Omit<SelectProp
|
|
|
13
13
|
className?: string;
|
|
14
14
|
style?: React.CSSProperties;
|
|
15
15
|
}
|
|
16
|
-
declare const CustomSelect: <T extends BaseOption>(props: CustomSelectProps<T>) => JSX.Element;
|
|
16
|
+
declare const CustomSelect: <T extends BaseOption>(props: CustomSelectProps<T>) => React.JSX.Element;
|
|
17
17
|
export default CustomSelect;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const FormItem: (props: any) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const FormItem: (props: any) => React.JSX.Element;
|
|
3
3
|
export default FormItem;
|
|
@@ -16,5 +16,5 @@ export interface FormGroupProps {
|
|
|
16
16
|
* @Author: shengjie.zuo
|
|
17
17
|
* @Date: 2024-11-25 17:14:25
|
|
18
18
|
*/
|
|
19
|
-
declare const FormGroup: (props: FormGroupProps) => JSX.Element;
|
|
19
|
+
declare const FormGroup: (props: FormGroupProps) => React.JSX.Element;
|
|
20
20
|
export default FormGroup;
|
|
@@ -35,5 +35,5 @@ export interface SubmitButtonProps extends ButtonProps {
|
|
|
35
35
|
placement: 'top' | 'topLeft' | 'topRight' | 'bottom' | 'bottomLeft' | 'bottomRight';
|
|
36
36
|
};
|
|
37
37
|
}
|
|
38
|
-
declare const SubmitButton: (props: SubmitButtonProps) => JSX.Element | null;
|
|
38
|
+
declare const SubmitButton: (props: SubmitButtonProps) => React.JSX.Element | null;
|
|
39
39
|
export default SubmitButton;
|
|
@@ -40,16 +40,16 @@ export declare const withFormItem: <P extends object>(WrappedComponent: React.Co
|
|
|
40
40
|
} | undefined) => React.FC<P & WithFormItemProps>;
|
|
41
41
|
export declare const withDataSource: <P extends unknown>(WrappedComponent: React.ComponentType<P>) => (props: P & {
|
|
42
42
|
dataSource?: any;
|
|
43
|
-
}) => JSX.Element;
|
|
43
|
+
}) => React.JSX.Element;
|
|
44
44
|
export declare const withOptions: <P extends unknown>(WrappedComponent: React.ComponentType<P>) => (props: P & {
|
|
45
45
|
options?: any;
|
|
46
46
|
optionSourceType?: "default" | "custom" | "api" | undefined;
|
|
47
47
|
labelField: string;
|
|
48
48
|
valueField: string;
|
|
49
49
|
extraParams?: Record<string, any> | undefined;
|
|
50
|
-
}) => JSX.Element;
|
|
50
|
+
}) => React.JSX.Element;
|
|
51
51
|
export declare const getNestedValue: (obj: Record<string, any>, path: string) => Record<string, any>;
|
|
52
|
-
export declare const renderValueWithMap: (value: any, valueMap?: Record<string, string>, renderMode?: ModeType) => JSX.Element | null;
|
|
52
|
+
export declare const renderValueWithMap: (value: any, valueMap?: Record<string, string>, renderMode?: ModeType) => React.JSX.Element | null;
|
|
53
53
|
export declare function toArr(str: string | number | (string | number)[]): (string | number)[];
|
|
54
54
|
export declare const filterSystemFields: (params: Record<string, any>) => Record<string, any>;
|
|
55
55
|
export declare const transformFormObjToArrayWithUntouched: (obj: Record<string, any>) => any[];
|
|
@@ -4,5 +4,5 @@ import { PisellMenuProps } from '../../pisellMenu/types';
|
|
|
4
4
|
* @title: 数据源表单组件
|
|
5
5
|
* @description: 基于数据源动态生成表单,支持编辑、查看、禁用三种模式
|
|
6
6
|
*/
|
|
7
|
-
declare const DataSourceMenu: (props: PisellMenuProps, ref: React.Ref<any>) => JSX.Element;
|
|
7
|
+
declare const DataSourceMenu: (props: PisellMenuProps, ref: React.Ref<any>) => React.JSX.Element;
|
|
8
8
|
export default DataSourceMenu;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const DataSourceImage: (props: import("../utils").ParsedProps) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const DataSourceImage: (props: import("../utils").ParsedProps) => React.JSX.Element;
|
|
3
3
|
export default DataSourceImage;
|
|
@@ -4,7 +4,7 @@ interface DataSourceTypographyProps {
|
|
|
4
4
|
children: React.ReactNode;
|
|
5
5
|
}
|
|
6
6
|
declare const DataSourceTypography: {
|
|
7
|
-
(props: DataSourceTypographyProps): JSX.Element;
|
|
8
|
-
Text: (props: import("../utils").ParsedProps) => JSX.Element;
|
|
7
|
+
(props: DataSourceTypographyProps): React.JSX.Element;
|
|
8
|
+
Text: (props: import("../utils").ParsedProps) => React.JSX.Element;
|
|
9
9
|
};
|
|
10
10
|
export default DataSourceTypography;
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export interface ParsedProps {
|
|
3
3
|
[key: string]: unknown;
|
|
4
4
|
}
|
|
5
|
-
declare const withParseVariables: <P extends ParsedProps>(Component: React.ComponentType<P>, keys: string[]) => (props: P) => JSX.Element;
|
|
5
|
+
declare const withParseVariables: <P extends ParsedProps>(Component: React.ComponentType<P>, keys: string[]) => (props: P) => React.JSX.Element;
|
|
6
6
|
export default withParseVariables;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import './index.less';
|
|
3
3
|
interface BaseFilterItem {
|
|
4
4
|
name?: string;
|
|
@@ -24,5 +24,5 @@ interface FilterProps {
|
|
|
24
24
|
};
|
|
25
25
|
getInitialValues?: () => Record<string, any>;
|
|
26
26
|
}
|
|
27
|
-
declare const Filter: (props: FilterProps) => JSX.Element;
|
|
27
|
+
declare const Filter: (props: FilterProps) => React.JSX.Element;
|
|
28
28
|
export default Filter;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { FilterItemProps } from '../../../filter/types';
|
|
3
3
|
import { DataSourceType, Field } from '../../provider/dataSource/DataSourceContext';
|
|
4
4
|
export declare const genGetField: (dataSource?: DataSourceType) => (key: string) => Field;
|
|
5
|
-
export declare const field2Cpt: (field: Field, item: any, otherProps?: any) => JSX.Element | null;
|
|
6
|
-
export declare const genFilterItems: (list: FilterItemProps[], dataSource?: DataSourceType) => (JSX.Element | null)[];
|
|
5
|
+
export declare const field2Cpt: (field: Field, item: any, otherProps?: any) => React.JSX.Element | null;
|
|
6
|
+
export declare const genFilterItems: (list: FilterItemProps[], dataSource?: DataSourceType) => (React.JSX.Element | null)[];
|
|
7
7
|
export declare const getStoredFilterOrder: (componentId: string) => any;
|
|
8
8
|
export declare const saveFilterOrder: (componentId: string, order: any) => void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
declare const useDataSourceKey: () => {
|
|
3
|
-
dataSourceKey: string |
|
|
4
|
-
dataSourceKeyRef: import("react").MutableRefObject<string |
|
|
2
|
+
dataSourceKey: string | undefined;
|
|
3
|
+
dataSourceKeyRef: import("react").MutableRefObject<string | undefined>;
|
|
5
4
|
};
|
|
6
5
|
export default useDataSourceKey;
|
|
@@ -41,8 +41,8 @@ export declare type FilterCondition = {
|
|
|
41
41
|
[key: string]: FilterConditionValue;
|
|
42
42
|
} | AndFilterValue;
|
|
43
43
|
declare const useFormat: ({ dataSourceKey, fields }: UseFormatParams) => {
|
|
44
|
-
formatListResult: (res: FormatListResultParams) => ListResult;
|
|
45
|
-
formatListParams: (params: any) => any;
|
|
46
|
-
formatCreateUpdateParams: (params: any) => any;
|
|
44
|
+
formatListResult: (this: unknown, res: FormatListResultParams) => ListResult;
|
|
45
|
+
formatListParams: (this: unknown, params: any) => any;
|
|
46
|
+
formatCreateUpdateParams: (this: unknown, params: any) => any;
|
|
47
47
|
};
|
|
48
48
|
export default useFormat;
|
|
@@ -19,7 +19,7 @@ interface UseTablePropsProps {
|
|
|
19
19
|
*/
|
|
20
20
|
declare const useTableProps: (props: UseTablePropsProps) => {
|
|
21
21
|
currentComponentId: any;
|
|
22
|
-
title:
|
|
22
|
+
title: number | boolean | React.JSX.Element | Iterable<React.ReactNode> | (() => React.ReactNode) | null | undefined;
|
|
23
23
|
pagination: {
|
|
24
24
|
total: number;
|
|
25
25
|
current: number;
|
|
@@ -28,13 +28,13 @@ declare const useTableProps: (props: UseTablePropsProps) => {
|
|
|
28
28
|
showSizeChanger: boolean;
|
|
29
29
|
};
|
|
30
30
|
columns: import("./useColumns").Column[];
|
|
31
|
-
subTitle:
|
|
31
|
+
subTitle: number | boolean | React.JSX.Element | Iterable<React.ReactNode> | (() => React.ReactNode) | null | undefined;
|
|
32
32
|
buttons: any[] | null;
|
|
33
33
|
filter: {
|
|
34
34
|
dom: any;
|
|
35
35
|
items: any;
|
|
36
36
|
} | null;
|
|
37
|
-
onRow: (record: any) => any;
|
|
37
|
+
onRow: (this: unknown, record: any) => any;
|
|
38
38
|
actionButtons: any[] | null;
|
|
39
39
|
__id?: string | undefined;
|
|
40
40
|
currentSettingKey?: string | undefined;
|
|
@@ -54,7 +54,7 @@ declare const useTableProps: (props: UseTablePropsProps) => {
|
|
|
54
54
|
width: number;
|
|
55
55
|
align: "center" | "left" | "right";
|
|
56
56
|
fixed: false | "left" | "right";
|
|
57
|
-
type: "
|
|
57
|
+
type: "link" | "button";
|
|
58
58
|
items: OperationItem[];
|
|
59
59
|
} | undefined;
|
|
60
60
|
operationContent?: {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DataSourceTableProps } from '../type';
|
|
3
2
|
declare type Params = {
|
|
4
3
|
pagination?: {
|
|
@@ -25,10 +24,10 @@ declare const useTableQuery: (props: DataSourceTableProps, currentSettingHash: s
|
|
|
25
24
|
filter: Record<string, any>;
|
|
26
25
|
sort: string;
|
|
27
26
|
}>>;
|
|
28
|
-
handleValuesChange: (params: Params, allParams: Params) => void;
|
|
29
|
-
refreshData: () => void;
|
|
30
|
-
handleFilterChange: (changedFields: any, allFields: any) => void;
|
|
31
|
-
refreshCurrentPage: () => void;
|
|
32
|
-
getInitialValues: () => Record<string, any>;
|
|
27
|
+
handleValuesChange: (this: unknown, params: Params, allParams: Params) => void;
|
|
28
|
+
refreshData: (this: unknown) => void;
|
|
29
|
+
handleFilterChange: (this: unknown, changedFields: any, allFields: any) => void;
|
|
30
|
+
refreshCurrentPage: (this: unknown) => void;
|
|
31
|
+
getInitialValues: (this: unknown) => Record<string, any>;
|
|
33
32
|
};
|
|
34
33
|
export default useTableQuery;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { DataSourceContextProps } from '../provider/dataSource/DataSourceContext';
|
|
3
|
-
declare const DataSourceWrapper: (props: DataSourceContextProps) => JSX.Element;
|
|
3
|
+
declare const DataSourceWrapper: (props: DataSourceContextProps) => React.JSX.Element;
|
|
4
4
|
export default DataSourceWrapper;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { ColorPickerProps } from './type';
|
|
3
3
|
import './ReadPretty.less';
|
|
4
|
-
declare const ColorPickerReadPretty: (props: ColorPickerProps) => JSX.Element;
|
|
4
|
+
declare const ColorPickerReadPretty: (props: ColorPickerProps) => React.JSX.Element;
|
|
5
5
|
export default ColorPickerReadPretty;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { DateRangePickerProps } from './type';
|
|
3
3
|
import './ReadPretty.less';
|
|
4
|
-
declare const DateRangePickerReadPretty: (props: DateRangePickerProps) => JSX.Element;
|
|
4
|
+
declare const DateRangePickerReadPretty: (props: DateRangePickerProps) => React.JSX.Element;
|
|
5
5
|
export default DateRangePickerReadPretty;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { IconSelectProps } from './type';
|
|
3
3
|
import './ReadPretty.less';
|
|
4
|
-
declare const IconSelectReadPretty: (props: IconSelectProps) => JSX.Element | null;
|
|
4
|
+
declare const IconSelectReadPretty: (props: IconSelectProps) => React.JSX.Element | null;
|
|
5
5
|
export default IconSelectReadPretty;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { InputProps } from './type';
|
|
3
3
|
import './ReadPretty.less';
|
|
4
|
-
declare const InputReadPretty: (props: InputProps) => JSX.Element;
|
|
4
|
+
declare const InputReadPretty: (props: InputProps) => React.JSX.Element;
|
|
5
5
|
export default InputReadPretty;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { InputProps } from './type';
|
|
3
3
|
import './ReadPretty.less';
|
|
4
|
-
declare const InputReadPretty: (props: InputProps) => JSX.Element;
|
|
4
|
+
declare const InputReadPretty: (props: InputProps) => React.JSX.Element;
|
|
5
5
|
export default InputReadPretty;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { JsonProps } from "./type";
|
|
3
3
|
import "./ReadPretty.less";
|
|
4
|
-
declare const JsonReadPretty: (props: JsonProps) => JSX.Element | null;
|
|
4
|
+
declare const JsonReadPretty: (props: JsonProps) => React.JSX.Element | null;
|
|
5
5
|
export default JsonReadPretty;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { PasswordProps } from './type';
|
|
3
3
|
import './ReadPretty.less';
|
|
4
|
-
declare const PasswordReadPretty: (props: PasswordProps) => JSX.Element;
|
|
4
|
+
declare const PasswordReadPretty: (props: PasswordProps) => React.JSX.Element;
|
|
5
5
|
export default PasswordReadPretty;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { InputProps } from './type';
|
|
3
3
|
import './ReadPretty.less';
|
|
4
|
-
declare const InputReadPretty: (props: InputProps) => JSX.Element;
|
|
4
|
+
declare const InputReadPretty: (props: InputProps) => React.JSX.Element;
|
|
5
5
|
export default InputReadPretty;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
declare const Subdomain: React.FC<import("antd").InputProps & {
|
|
3
3
|
onChange: (value: string) => void;
|
|
4
4
|
onBlur?: ((e: React.FocusEvent<HTMLInputElement, Element>) => void) | undefined;
|
|
5
|
-
rootDomain: "custom" | "
|
|
5
|
+
rootDomain: "custom" | "xzero" | "saas";
|
|
6
6
|
customDomain?: string | undefined;
|
|
7
7
|
value?: string | undefined;
|
|
8
8
|
tenantId: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { TextAreaProps } from "./type";
|
|
3
3
|
import "./ReadPretty.less";
|
|
4
|
-
declare const TextAreaReadPretty: (props: TextAreaProps) => JSX.Element;
|
|
4
|
+
declare const TextAreaReadPretty: (props: TextAreaProps) => React.JSX.Element;
|
|
5
5
|
export default TextAreaReadPretty;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { UrlProps } from './type';
|
|
3
3
|
import './ReadPretty.less';
|
|
4
4
|
export declare const formatUrl: (url: string) => string;
|
|
5
|
-
declare const UrlReadPretty: (props: UrlProps) => JSX.Element;
|
|
5
|
+
declare const UrlReadPretty: (props: UrlProps) => React.JSX.Element;
|
|
6
6
|
export default UrlReadPretty;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
declare const SelectWithDataSource: (props: import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../../dataSourceForm/utils").WithModeProps & import("../../dataSourceForm/utils").WithFormItemProps & {
|
|
3
3
|
options?: any;
|
|
4
4
|
optionSourceType?: "default" | "custom" | "api" | undefined;
|
|
@@ -7,5 +7,5 @@ declare const SelectWithDataSource: (props: import("antd").SelectProps<any, impo
|
|
|
7
7
|
extraParams?: Record<string, any> | undefined;
|
|
8
8
|
} & {
|
|
9
9
|
dataSource?: any;
|
|
10
|
-
}) => JSX.Element;
|
|
10
|
+
}) => React.JSX.Element;
|
|
11
11
|
export default SelectWithDataSource;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { TimePickerProps } from './type';
|
|
3
3
|
import './ReadPretty.less';
|
|
4
|
-
declare const TimePickerReadPretty: (props: TimePickerProps) => JSX.Element;
|
|
4
|
+
declare const TimePickerReadPretty: (props: TimePickerProps) => React.JSX.Element;
|
|
5
5
|
export default TimePickerReadPretty;
|
|
@@ -19,6 +19,8 @@ var defaultValue = {
|
|
|
19
19
|
en: '',
|
|
20
20
|
'zh-CN': '',
|
|
21
21
|
'zh-HK': '',
|
|
22
|
+
'ja': '',
|
|
23
|
+
'pt': '',
|
|
22
24
|
original: ''
|
|
23
25
|
};
|
|
24
26
|
var languageConfig = [{
|
|
@@ -33,6 +35,12 @@ var languageConfig = [{
|
|
|
33
35
|
}, {
|
|
34
36
|
key: 'zh-HK',
|
|
35
37
|
label: '繁體中文'
|
|
38
|
+
}, {
|
|
39
|
+
key: 'ja',
|
|
40
|
+
label: '日本語'
|
|
41
|
+
}, {
|
|
42
|
+
key: 'pt',
|
|
43
|
+
label: 'Português'
|
|
36
44
|
}];
|
|
37
45
|
var Translation = function Translation(_ref) {
|
|
38
46
|
var _ref$value = _ref.value,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { TranslationProps } from './type';
|
|
3
3
|
import './ReadPretty.less';
|
|
4
|
-
declare const TranslationReadPretty: (props: TranslationProps) => JSX.Element;
|
|
4
|
+
declare const TranslationReadPretty: (props: TranslationProps) => React.JSX.Element;
|
|
5
5
|
export default TranslationReadPretty;
|