@1money/component-ui 0.0.89 → 0.0.90-alpha.0
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/es/business/Dialog/ResultDialog/ResultDialog.js +1 -1
- package/es/business/Dialog/ResultDialog/constants.js +1 -1
- package/es/business/Dialog/ResultDialog/index.js +1 -1
- package/es/business/Dialog/ResultDialog/interface.js +1 -1
- package/es/business/Dialog/ResultDialog/presets.js +1 -1
- package/es/business/Dialog/ResultDialog/style/css.js +1 -1
- package/es/business/Dialog/ResultDialog/style/index.js +1 -1
- package/es/business/Dialog/TransactionDialog/TransactionDialog.js +1 -1
- package/es/business/Dialog/TransactionDialog/constants.js +1 -1
- package/es/business/Dialog/TransactionDialog/index.js +1 -1
- package/es/business/Dialog/TransactionDialog/interface.js +1 -1
- package/es/business/Dialog/TransactionDialog/presets.js +1 -1
- package/es/business/Dialog/TransactionDialog/style/css.js +1 -1
- package/es/business/Dialog/TransactionDialog/style/index.js +1 -1
- package/es/business/Dialog/VerificationDialog/ResendRow.js +1 -1
- package/es/business/Dialog/VerificationDialog/VerificationDialog.js +1 -1
- package/es/business/Dialog/VerificationDialog/constants.js +1 -1
- package/es/business/Dialog/VerificationDialog/hooks/index.js +1 -1
- package/es/business/Dialog/VerificationDialog/hooks/useOtpVerification.js +1 -1
- package/es/business/Dialog/VerificationDialog/hooks/useResendCountdown.js +1 -1
- package/es/business/Dialog/VerificationDialog/index.js +1 -1
- package/es/business/Dialog/VerificationDialog/interface.js +1 -1
- package/es/business/Dialog/VerificationDialog/style/css.js +1 -1
- package/es/business/Dialog/VerificationDialog/style/index.js +1 -1
- package/es/business/Dialog/index.js +1 -1
- package/es/business/DialogV2/BaseDialog/BaseDialog.d.ts +3 -0
- package/es/business/DialogV2/BaseDialog/BaseDialog.js +128 -0
- package/es/business/DialogV2/BaseDialog/constants.d.ts +12 -0
- package/es/business/DialogV2/BaseDialog/constants.js +13 -0
- package/es/business/DialogV2/BaseDialog/index.d.ts +4 -0
- package/es/business/DialogV2/BaseDialog/index.js +5 -0
- package/es/business/DialogV2/BaseDialog/interface.d.ts +63 -0
- package/es/business/DialogV2/BaseDialog/interface.js +2 -0
- package/es/business/DialogV2/BaseDialog/style/BaseDialog.css +62 -0
- package/es/business/DialogV2/BaseDialog/style/css.js +2 -0
- package/es/business/DialogV2/BaseDialog/style/index.d.ts +1 -0
- package/es/business/DialogV2/BaseDialog/style/index.js +2 -0
- package/es/business/DialogV2/Descriptions/Descriptions.d.ts +3 -0
- package/es/business/DialogV2/Descriptions/Descriptions.js +94 -0
- package/es/business/DialogV2/Descriptions/constants.d.ts +16 -0
- package/es/business/DialogV2/Descriptions/constants.js +24 -0
- package/es/business/DialogV2/Descriptions/index.d.ts +4 -0
- package/es/business/DialogV2/Descriptions/index.js +5 -0
- package/es/business/DialogV2/Descriptions/interface.d.ts +44 -0
- package/es/business/DialogV2/Descriptions/interface.js +2 -0
- package/es/business/DialogV2/Descriptions/style/Descriptions.css +60 -0
- package/es/business/DialogV2/Descriptions/style/css.js +2 -0
- package/es/business/DialogV2/Descriptions/style/index.d.ts +1 -0
- package/es/business/DialogV2/Descriptions/style/index.js +2 -0
- package/es/business/DialogV2/DetailsDialog/DetailsDialog.d.ts +3 -0
- package/es/business/DialogV2/DetailsDialog/DetailsDialog.js +94 -0
- package/es/business/DialogV2/DetailsDialog/index.d.ts +4 -0
- package/es/business/DialogV2/DetailsDialog/index.js +5 -0
- package/es/business/DialogV2/DetailsDialog/interface.d.ts +22 -0
- package/es/business/DialogV2/DetailsDialog/interface.js +2 -0
- package/es/business/DialogV2/DetailsDialog/style/DetailsDialog.css +41 -0
- package/es/business/DialogV2/DetailsDialog/style/css.js +2 -0
- package/es/business/DialogV2/DetailsDialog/style/index.d.ts +1 -0
- package/es/business/DialogV2/DetailsDialog/style/index.js +2 -0
- package/es/business/DialogV2/FormDialog/FormDialog.d.ts +5 -0
- package/es/business/DialogV2/FormDialog/FormDialog.js +100 -0
- package/es/business/DialogV2/FormDialog/index.d.ts +6 -0
- package/es/business/DialogV2/FormDialog/index.js +6 -0
- package/es/business/DialogV2/FormDialog/interface.d.ts +42 -0
- package/es/business/DialogV2/FormDialog/interface.js +2 -0
- package/es/business/DialogV2/FormDialog/style/FormDialog.css +31 -0
- package/es/business/DialogV2/FormDialog/style/css.js +2 -0
- package/es/business/DialogV2/FormDialog/style/index.d.ts +1 -0
- package/es/business/DialogV2/FormDialog/style/index.js +2 -0
- package/es/business/DialogV2/VerificationDialog/VerificationDialog.d.ts +3 -0
- package/es/business/DialogV2/VerificationDialog/VerificationDialog.js +224 -0
- package/es/business/DialogV2/VerificationDialog/constants.d.ts +8 -0
- package/es/business/DialogV2/VerificationDialog/constants.js +9 -0
- package/es/business/DialogV2/VerificationDialog/index.d.ts +4 -0
- package/es/business/DialogV2/VerificationDialog/index.js +5 -0
- package/es/business/DialogV2/VerificationDialog/interface.d.ts +60 -0
- package/es/business/DialogV2/VerificationDialog/interface.js +2 -0
- package/es/business/DialogV2/VerificationDialog/style/VerificationDialog.css +43 -0
- package/es/business/DialogV2/VerificationDialog/style/css.js +2 -0
- package/es/business/DialogV2/VerificationDialog/style/index.d.ts +1 -0
- package/es/business/DialogV2/VerificationDialog/style/index.js +2 -0
- package/es/business/DialogV2/index.d.ts +5 -0
- package/es/business/DialogV2/index.js +10 -0
- package/es/business/DialogV2/variants/DeleteDialog.d.ts +3 -0
- package/es/business/DialogV2/variants/DeleteDialog.js +20 -0
- package/es/business/DialogV2/variants/FailureDialog.d.ts +3 -0
- package/es/business/DialogV2/variants/FailureDialog.js +20 -0
- package/es/business/DialogV2/variants/LoadingDialog.d.ts +33 -0
- package/es/business/DialogV2/variants/LoadingDialog.js +162 -0
- package/es/business/DialogV2/variants/PendingDialog.d.ts +3 -0
- package/es/business/DialogV2/variants/PendingDialog.js +19 -0
- package/es/business/DialogV2/variants/SuccessDialog.d.ts +3 -0
- package/es/business/DialogV2/variants/SuccessDialog.js +19 -0
- package/es/business/DialogV2/variants/index.d.ts +10 -0
- package/es/business/DialogV2/variants/index.js +9 -0
- package/es/business/DialogV2/variants/style/LoadingDialog.css +62 -0
- package/es/business/DialogV2/variants/style/css.js +2 -0
- package/es/business/DialogV2/variants/style/index.d.ts +1 -0
- package/es/business/DialogV2/variants/style/index.js +2 -0
- package/es/business/Filter/Account/Account.js +1 -1
- package/es/business/Filter/Account/index.js +1 -1
- package/es/business/Filter/Account/interface.js +1 -1
- package/es/business/Filter/Account/style/css.js +1 -1
- package/es/business/Filter/Account/style/index.js +1 -1
- package/es/business/Filter/Asset/Asset.js +1 -1
- package/es/business/Filter/Asset/index.js +1 -1
- package/es/business/Filter/Asset/interface.js +1 -1
- package/es/business/Filter/Asset/style/css.js +1 -1
- package/es/business/Filter/Asset/style/index.js +1 -1
- package/es/business/Filter/DateRange/DateRange.js +1 -1
- package/es/business/Filter/DateRange/index.js +1 -1
- package/es/business/Filter/DateRange/interface.js +1 -1
- package/es/business/Filter/DateRange/style/css.js +1 -1
- package/es/business/Filter/DateRange/style/index.js +1 -1
- package/es/business/Filter/Option/Option.js +1 -1
- package/es/business/Filter/Option/index.js +1 -1
- package/es/business/Filter/Option/interface.js +1 -1
- package/es/business/Filter/Option/style/css.js +1 -1
- package/es/business/Filter/Option/style/index.js +1 -1
- package/es/business/Filter/index.js +1 -1
- package/es/business/FormPage/FormPage.d.ts +4 -0
- package/es/business/FormPage/FormPage.js +80 -0
- package/es/business/FormPage/index.d.ts +4 -0
- package/es/business/FormPage/index.js +5 -0
- package/es/business/FormPage/interface.d.ts +35 -0
- package/es/business/FormPage/interface.js +2 -0
- package/es/business/Select/Asset/AssetSelect.js +1 -1
- package/es/business/Select/Asset/index.js +1 -1
- package/es/business/Select/Asset/interface.js +1 -1
- package/es/business/Select/Asset/style/css.js +1 -1
- package/es/business/Select/Asset/style/index.js +1 -1
- package/es/business/Select/Country/CountrySelect.js +1 -1
- package/es/business/Select/Country/index.js +1 -1
- package/es/business/Select/Country/interface.js +1 -1
- package/es/business/Select/Currency/CurrencySelect.js +1 -1
- package/es/business/Select/Currency/index.js +1 -1
- package/es/business/Select/Currency/interface.js +1 -1
- package/es/business/Select/Currency/style/css.js +1 -1
- package/es/business/Select/Currency/style/index.js +1 -1
- package/es/business/Select/Network/NetworkSelect.js +1 -1
- package/es/business/Select/Network/index.js +1 -1
- package/es/business/Select/Network/interface.js +1 -1
- package/es/business/Select/Network/style/css.js +1 -1
- package/es/business/Select/Network/style/index.js +1 -1
- package/es/business/Select/PaymentMethod/PaymentMethodSelect.js +1 -1
- package/es/business/Select/PaymentMethod/index.js +1 -1
- package/es/business/Select/PaymentMethod/interface.js +1 -1
- package/es/business/Select/PaymentMethod/style/css.js +1 -1
- package/es/business/Select/PaymentMethod/style/index.js +1 -1
- package/es/business/Select/index.js +1 -1
- package/es/business/index.js +1 -1
- package/es/business/shared/formCore/BaseProForm.d.ts +38 -0
- package/es/business/shared/formCore/BaseProForm.js +85 -0
- package/es/business/shared/formCore/useSubmitAction.d.ts +11 -0
- package/es/business/shared/formCore/useSubmitAction.js +92 -0
- package/es/components/Accordion/Accordion.js +1 -1
- package/es/components/Accordion/constants.js +1 -1
- package/es/components/Accordion/index.js +1 -1
- package/es/components/Accordion/interface.js +1 -1
- package/es/components/Accordion/style/css.js +1 -1
- package/es/components/Accordion/style/index.js +1 -1
- package/es/components/ActionBar/ActionBar.d.ts +3 -0
- package/es/components/ActionBar/ActionBar.js +114 -0
- package/es/components/ActionBar/constants.d.ts +29 -0
- package/es/components/ActionBar/constants.js +30 -0
- package/es/components/ActionBar/index.d.ts +4 -0
- package/es/components/ActionBar/index.js +5 -0
- package/es/components/ActionBar/interface.d.ts +73 -0
- package/es/components/ActionBar/interface.js +2 -0
- package/es/components/ActionBar/style/ActionBar.css +44 -0
- package/es/components/ActionBar/style/css.js +2 -0
- package/es/components/ActionBar/style/index.d.ts +1 -0
- package/es/components/ActionBar/style/index.js +2 -0
- package/es/components/Alert/Alert.js +1 -1
- package/es/components/Alert/index.js +1 -1
- package/es/components/Alert/interface.js +1 -1
- package/es/components/Alert/style/css.js +1 -1
- package/es/components/Alert/style/index.js +1 -1
- package/es/components/Button/Button.js +1 -1
- package/es/components/Button/constants.js +1 -1
- package/es/components/Button/index.js +1 -1
- package/es/components/Button/interface.js +1 -1
- package/es/components/Button/style/css.js +1 -1
- package/es/components/Button/style/index.js +1 -1
- package/es/components/Calendar/Calendar.js +1 -1
- package/es/components/Calendar/constants.js +1 -1
- package/es/components/Calendar/index.js +1 -1
- package/es/components/Calendar/interface.js +1 -1
- package/es/components/Calendar/style/css.js +1 -1
- package/es/components/Calendar/style/index.js +1 -1
- package/es/components/Carousel/Carousel.js +1 -1
- package/es/components/Carousel/index.js +1 -1
- package/es/components/Carousel/interface.js +1 -1
- package/es/components/Carousel/style/css.js +1 -1
- package/es/components/Carousel/style/index.js +1 -1
- package/es/components/Cell/Cell.js +1 -1
- package/es/components/Cell/index.js +1 -1
- package/es/components/Cell/interface.js +1 -1
- package/es/components/Cell/style/css.js +1 -1
- package/es/components/Cell/style/index.js +1 -1
- package/es/components/Checkbox/BaseCheckbox.js +1 -1
- package/es/components/Checkbox/Checkbox.js +1 -1
- package/es/components/Checkbox/CheckboxGroup.js +1 -1
- package/es/components/Checkbox/CheckboxGroupContext.js +1 -1
- package/es/components/Checkbox/constants.js +1 -1
- package/es/components/Checkbox/index.js +1 -1
- package/es/components/Checkbox/interface.js +1 -1
- package/es/components/Checkbox/style/css.js +1 -1
- package/es/components/Checkbox/style/index.js +1 -1
- package/es/components/CoachMark/CoachMark.js +1 -1
- package/es/components/CoachMark/index.js +1 -1
- package/es/components/CoachMark/interface.js +1 -1
- package/es/components/CoachMark/style/css.js +1 -1
- package/es/components/CoachMark/style/index.js +1 -1
- package/es/components/Copy/Clipboard.js +1 -1
- package/es/components/Copy/Copy.js +1 -1
- package/es/components/Copy/index.js +1 -1
- package/es/components/Copy/interface.js +1 -1
- package/es/components/Copy/style/css.js +1 -1
- package/es/components/Copy/style/index.js +1 -1
- package/es/components/Dialog/Dialog.js +8 -6
- package/es/components/Dialog/DialogContent.js +1 -1
- package/es/components/Dialog/DialogControls.js +1 -1
- package/es/components/Dialog/className.js +1 -1
- package/es/components/Dialog/constants.js +1 -1
- package/es/components/Dialog/hooks.js +1 -1
- package/es/components/Dialog/index.js +1 -1
- package/es/components/Dialog/interface.d.ts +7 -0
- package/es/components/Dialog/interface.js +1 -1
- package/es/components/Dialog/style/Dialog.css +4 -4
- package/es/components/Dialog/style/DialogBare.css +34 -0
- package/es/components/Dialog/style/css.js +2 -1
- package/es/components/Dialog/style/index.d.ts +1 -0
- package/es/components/Dialog/style/index.js +2 -1
- package/es/components/Dialog/types.js +1 -1
- package/es/components/Divider/Divider.js +1 -1
- package/es/components/Divider/constants.js +1 -1
- package/es/components/Divider/index.js +1 -1
- package/es/components/Divider/interface.js +1 -1
- package/es/components/Divider/style/css.js +1 -1
- package/es/components/Divider/style/index.js +1 -1
- package/es/components/Drawer/Drawer.js +1 -1
- package/es/components/Drawer/constants.js +1 -1
- package/es/components/Drawer/hooks/index.js +1 -1
- package/es/components/Drawer/hooks/useBodyScrollLock.js +1 -1
- package/es/components/Drawer/hooks/useDialogFocus.js +1 -1
- package/es/components/Drawer/hooks/useDrawerTransition.js +1 -1
- package/es/components/Drawer/hooks/useEscapeClose.js +1 -1
- package/es/components/Drawer/index.js +1 -1
- package/es/components/Drawer/interface.js +1 -1
- package/es/components/Drawer/style/css.js +1 -1
- package/es/components/Drawer/style/index.js +1 -1
- package/es/components/Dropdown/Dropdown.js +1 -1
- package/es/components/Dropdown/index.js +1 -1
- package/es/components/Dropdown/interface.js +1 -1
- package/es/components/Dropdown/style/css.js +1 -1
- package/es/components/Dropdown/style/index.js +1 -1
- package/es/components/Empty/Empty.js +1 -1
- package/es/components/Empty/index.js +1 -1
- package/es/components/Empty/interface.js +1 -1
- package/es/components/Empty/style/css.js +1 -1
- package/es/components/Empty/style/index.js +1 -1
- package/es/components/Filter/Filter.js +1 -1
- package/es/components/Filter/index.js +1 -1
- package/es/components/Filter/interface.js +1 -1
- package/es/components/Filter/style/css.js +1 -1
- package/es/components/Filter/style/index.js +1 -1
- package/es/components/Flex/Flex.js +1 -1
- package/es/components/Flex/constants.js +1 -1
- package/es/components/Flex/index.js +1 -1
- package/es/components/Flex/interface.js +1 -1
- package/es/components/Flex/style/css.js +1 -1
- package/es/components/Flex/style/index.js +1 -1
- package/es/components/FormLayout/FormLayout.d.ts +25 -0
- package/es/components/FormLayout/FormLayout.js +124 -0
- package/es/components/FormLayout/config.d.ts +52 -0
- package/es/components/FormLayout/config.js +60 -0
- package/es/components/FormLayout/context.d.ts +9 -0
- package/es/components/FormLayout/context.js +13 -0
- package/es/components/FormLayout/index.d.ts +7 -0
- package/es/components/FormLayout/index.js +7 -0
- package/es/components/FormLayout/interface.d.ts +44 -0
- package/es/components/FormLayout/interface.js +2 -0
- package/es/components/FormLayout/style/FormLayout.css +110 -0
- package/es/components/FormLayout/style/css.js +2 -0
- package/es/components/FormLayout/style/index.d.ts +1 -0
- package/es/components/FormLayout/style/index.js +2 -0
- package/es/components/Grid/Col.d.ts +1 -0
- package/es/components/Grid/Col.js +2 -1
- package/es/components/Grid/Grid.js +1 -1
- package/es/components/Grid/Row.d.ts +1 -0
- package/es/components/Grid/Row.js +2 -1
- package/es/components/Grid/constants.js +1 -1
- package/es/components/Grid/helper.js +1 -1
- package/es/components/Grid/index.js +1 -1
- package/es/components/Grid/interface.js +1 -1
- package/es/components/Grid/style/css.js +1 -1
- package/es/components/Grid/style/index.js +1 -1
- package/es/components/Icons/Icons.js +1 -1
- package/es/components/Icons/Illustrations.js +1 -1
- package/es/components/Icons/Logo.js +1 -1
- package/es/components/Icons/SVGs.js +1 -1
- package/es/components/Icons/Wrapper.js +1 -1
- package/es/components/Icons/constants.js +1 -1
- package/es/components/Icons/index.js +1 -1
- package/es/components/Icons/interface.js +1 -1
- package/es/components/Icons/style/css.js +1 -1
- package/es/components/Icons/style/index.js +1 -1
- package/es/components/Input/Amount/Amount.js +1 -1
- package/es/components/Input/Amount/helper.js +1 -1
- package/es/components/Input/Amount/index.js +1 -1
- package/es/components/Input/Amount/style/css.js +1 -1
- package/es/components/Input/Amount/style/index.js +1 -1
- package/es/components/Input/FieldShell/FieldShell.js +1 -1
- package/es/components/Input/FieldShell/index.js +1 -1
- package/es/components/Input/Input/Input.js +8 -3
- package/es/components/Input/Input/index.js +1 -1
- package/es/components/Input/Mask/Mask.js +1 -1
- package/es/components/Input/Mask/index.js +1 -1
- package/es/components/Input/OTP/OTP.js +1 -1
- package/es/components/Input/OTP/index.js +1 -1
- package/es/components/Input/Password/Password.js +1 -1
- package/es/components/Input/Password/index.js +1 -1
- package/es/components/Input/Search/Search.js +1 -1
- package/es/components/Input/Search/index.js +1 -1
- package/es/components/Input/TextArea/TextArea.js +1 -1
- package/es/components/Input/TextArea/index.js +1 -1
- package/es/components/Input/Trade/Trade.js +1 -1
- package/es/components/Input/Trade/index.js +1 -1
- package/es/components/Input/constants.js +1 -1
- package/es/components/Input/index.js +1 -1
- package/es/components/Input/interface.js +1 -1
- package/es/components/Input/style/css.js +1 -1
- package/es/components/Input/style/index.js +1 -1
- package/es/components/Input/useAmountInput.js +1 -1
- package/es/components/Input/useSyncRef.js +1 -1
- package/es/components/Link/Link.js +1 -1
- package/es/components/Link/constants.js +1 -1
- package/es/components/Link/index.js +1 -1
- package/es/components/Link/interface.js +1 -1
- package/es/components/Link/style/css.js +1 -1
- package/es/components/Link/style/index.js +1 -1
- package/es/components/Navigation/Nav.js +1 -1
- package/es/components/Navigation/Navigation.js +1 -1
- package/es/components/Navigation/NavigationLogo.js +1 -1
- package/es/components/Navigation/NavigationStepper.js +1 -1
- package/es/components/Navigation/index.js +1 -1
- package/es/components/Navigation/interface.js +1 -1
- package/es/components/Navigation/style/css.js +1 -1
- package/es/components/Navigation/style/index.js +1 -1
- package/es/components/Notification/Notification.js +1 -1
- package/es/components/Notification/NotificationStatic.js +1 -1
- package/es/components/Notification/constants.js +1 -1
- package/es/components/Notification/index.js +1 -1
- package/es/components/Notification/interface.js +1 -1
- package/es/components/Notification/style/css.js +1 -1
- package/es/components/Notification/style/index.js +1 -1
- package/es/components/Pagination/Pagination.js +1 -1
- package/es/components/Pagination/constants.js +1 -1
- package/es/components/Pagination/index.js +1 -1
- package/es/components/Pagination/interface.js +1 -1
- package/es/components/Pagination/style/css.js +1 -1
- package/es/components/Pagination/style/index.js +1 -1
- package/es/components/Pagination/usePagination.js +1 -1
- package/es/components/Popconfirm/Popconfirm.js +1 -1
- package/es/components/Popconfirm/constants.js +1 -1
- package/es/components/Popconfirm/index.js +1 -1
- package/es/components/Popconfirm/interface.js +1 -1
- package/es/components/Popconfirm/style/css.js +1 -1
- package/es/components/Popconfirm/style/index.js +1 -1
- package/es/components/Portal/Portal.js +1 -1
- package/es/components/Portal/index.js +1 -1
- package/es/components/Portal/interface.js +1 -1
- package/es/components/ProForm/ProForm.js +1 -1
- package/es/components/ProForm/ProFormDependency.js +1 -1
- package/es/components/ProForm/ProFormGroup.js +1 -1
- package/es/components/ProForm/ProFormItem.js +1 -1
- package/es/components/ProForm/ProFormList.js +1 -1
- package/es/components/ProForm/SchemaForm.js +1 -1
- package/es/components/ProForm/Submitter.js +1 -1
- package/es/components/ProForm/constants.js +1 -1
- package/es/components/ProForm/context.js +1 -1
- package/es/components/ProForm/core/constants.js +1 -1
- package/es/components/ProForm/core/devWarning.js +1 -1
- package/es/components/ProForm/core/formStore.js +1 -1
- package/es/components/ProForm/core/hooks/useForm.js +1 -1
- package/es/components/ProForm/core/hooks/useFormCore.js +1 -1
- package/es/components/ProForm/core/index.js +1 -1
- package/es/components/ProForm/core/interface.js +1 -1
- package/es/components/ProForm/core/namePathType.js +1 -1
- package/es/components/ProForm/core/pathUtils.js +1 -1
- package/es/components/ProForm/core/runRules.js +1 -1
- package/es/components/ProForm/core/useFormItem.js +1 -1
- package/es/components/ProForm/core/validationError.js +1 -1
- package/es/components/ProForm/fields/ProFormCheckbox.js +1 -1
- package/es/components/ProForm/fields/ProFormCheckboxGroup.js +1 -1
- package/es/components/ProForm/fields/ProFormDatePicker.js +1 -1
- package/es/components/ProForm/fields/ProFormFieldSet.js +1 -1
- package/es/components/ProForm/fields/ProFormPassword.js +1 -1
- package/es/components/ProForm/fields/ProFormRadioGroup.js +1 -1
- package/es/components/ProForm/fields/ProFormSelect.js +1 -1
- package/es/components/ProForm/fields/ProFormSlider.js +1 -1
- package/es/components/ProForm/fields/ProFormSwitch.js +1 -1
- package/es/components/ProForm/fields/ProFormText.js +1 -1
- package/es/components/ProForm/fields/ProFormTextArea.js +1 -1
- package/es/components/ProForm/fields/ProFormUpload.js +1 -1
- package/es/components/ProForm/fields/createProFormField.js +1 -1
- package/es/components/ProForm/fields/index.js +1 -1
- package/es/components/ProForm/hooks/useFieldRequest.js +1 -1
- package/es/components/ProForm/hooks/useUrlSync.js +1 -1
- package/es/components/ProForm/index.js +1 -1
- package/es/components/ProForm/interface.js +1 -1
- package/es/components/ProForm/layouts/DialogForm.js +1 -1
- package/es/components/ProForm/layouts/DrawerForm.js +1 -1
- package/es/components/ProForm/layouts/QueryFilter.js +1 -1
- package/es/components/ProForm/layouts/index.js +1 -1
- package/es/components/ProForm/layouts/useOverlayForm.js +1 -1
- package/es/components/ProForm/style/css.js +1 -1
- package/es/components/ProForm/style/index.js +1 -1
- package/es/components/ProForm/utils.js +1 -1
- package/es/components/ProTable/ProTable.js +1 -1
- package/es/components/ProTable/constants.js +1 -1
- package/es/components/ProTable/core/genColumns.js +1 -1
- package/es/components/ProTable/core/genSearchFields.js +1 -1
- package/es/components/ProTable/core/useAwaitableReload.js +1 -1
- package/es/components/ProTable/core/utils.js +1 -1
- package/es/components/ProTable/index.js +1 -1
- package/es/components/ProTable/interface.js +1 -1
- package/es/components/ProTable/style/css.js +1 -1
- package/es/components/ProTable/style/index.js +1 -1
- package/es/components/ProTable/useFetchData.js +1 -1
- package/es/components/Progress/Progress.js +1 -1
- package/es/components/Progress/constants.js +1 -1
- package/es/components/Progress/index.js +1 -1
- package/es/components/Progress/interface.js +1 -1
- package/es/components/Progress/style/css.js +1 -1
- package/es/components/Progress/style/index.js +1 -1
- package/es/components/Radio/BaseRadio.js +1 -1
- package/es/components/Radio/Radio.js +1 -1
- package/es/components/Radio/RadioGroup.js +1 -1
- package/es/components/Radio/RadioGroupContext.js +1 -1
- package/es/components/Radio/constants.js +1 -1
- package/es/components/Radio/index.js +1 -1
- package/es/components/Radio/interface.js +1 -1
- package/es/components/Radio/style/css.js +1 -1
- package/es/components/Radio/style/index.js +1 -1
- package/es/components/ResizeObserver/Collection.js +1 -1
- package/es/components/ResizeObserver/ResizeObserver.js +1 -1
- package/es/components/ResizeObserver/SingleObserver/index.js +1 -1
- package/es/components/ResizeObserver/index.js +1 -1
- package/es/components/ResizeObserver/interface.js +1 -1
- package/es/components/ResizeObserver/useResizeObserver.js +1 -1
- package/es/components/ResizeObserver/utils/observerUtil.js +1 -1
- package/es/components/ResizeObserver/utils/reactUtil.js +1 -1
- package/es/components/Segment/Segment.js +1 -1
- package/es/components/Segment/index.js +1 -1
- package/es/components/Segment/interface.js +1 -1
- package/es/components/Segment/style/css.js +1 -1
- package/es/components/Segment/style/index.js +1 -1
- package/es/components/Select/Select.js +8 -3
- package/es/components/Select/SelectCustom.js +1 -1
- package/es/components/Select/SelectFieldShell.js +1 -1
- package/es/components/Select/SelectOptionContent.js +1 -1
- package/es/components/Select/SelectSearchControl.js +1 -1
- package/es/components/Select/SelectValueContent.js +1 -1
- package/es/components/Select/constants.js +1 -1
- package/es/components/Select/index.js +1 -1
- package/es/components/Select/interface.js +1 -1
- package/es/components/Select/style/css.js +1 -1
- package/es/components/Select/style/index.js +1 -1
- package/es/components/Select/useSelectShell.js +1 -1
- package/es/components/Select/utils.js +1 -1
- package/es/components/Skeleton/Skeleton.js +1 -1
- package/es/components/Skeleton/index.js +1 -1
- package/es/components/Skeleton/interface.js +1 -1
- package/es/components/Skeleton/style/css.js +1 -1
- package/es/components/Skeleton/style/index.js +1 -1
- package/es/components/Slider/Slider.js +1 -1
- package/es/components/Slider/index.js +1 -1
- package/es/components/Slider/interface.js +1 -1
- package/es/components/Slider/style/css.js +1 -1
- package/es/components/Slider/style/index.js +1 -1
- package/es/components/Space/Space.js +1 -1
- package/es/components/Space/constants.js +1 -1
- package/es/components/Space/index.js +1 -1
- package/es/components/Space/interface.js +1 -1
- package/es/components/Space/style/css.js +1 -1
- package/es/components/Space/style/index.js +1 -1
- package/es/components/Spinner/Spinner.js +1 -1
- package/es/components/Spinner/index.js +1 -1
- package/es/components/Spinner/interface.js +1 -1
- package/es/components/Spinner/style/css.js +1 -1
- package/es/components/Spinner/style/index.js +1 -1
- package/es/components/Step/Step.js +1 -1
- package/es/components/Step/constants.js +1 -1
- package/es/components/Step/index.js +1 -1
- package/es/components/Step/interface.js +1 -1
- package/es/components/Step/style/css.js +1 -1
- package/es/components/Step/style/index.js +1 -1
- package/es/components/Switch/Switch.js +1 -1
- package/es/components/Switch/constants.js +1 -1
- package/es/components/Switch/index.js +1 -1
- package/es/components/Switch/interface.js +1 -1
- package/es/components/Switch/style/css.js +1 -1
- package/es/components/Switch/style/index.js +1 -1
- package/es/components/Table/Table.js +1 -1
- package/es/components/Table/VirtualTable.js +1 -1
- package/es/components/Table/constants.js +1 -1
- package/es/components/Table/core/columnUtil.js +1 -1
- package/es/components/Table/core/useTableColumns.js +1 -1
- package/es/components/Table/core/useTableDataPipeline.js +1 -1
- package/es/components/Table/core/useTableExpand.js +1 -1
- package/es/components/Table/core/useTableSelection.js +1 -1
- package/es/components/Table/core/useTableSetup.js +1 -1
- package/es/components/Table/features/ExpandTrigger.js +1 -1
- package/es/components/Table/features/FilterTrigger.js +1 -1
- package/es/components/Table/features/SelectionColumn.js +1 -1
- package/es/components/Table/features/SortTrigger.js +1 -1
- package/es/components/Table/index.js +1 -1
- package/es/components/Table/interface.js +1 -1
- package/es/components/Table/internal/index.js +1 -1
- package/es/components/Table/internal/kernel/Body/BodyRow.js +1 -1
- package/es/components/Table/internal/kernel/Body/ExpandedRow.js +1 -1
- package/es/components/Table/internal/kernel/Body/MeasureCell.js +1 -1
- package/es/components/Table/internal/kernel/Body/MeasureRow.js +1 -1
- package/es/components/Table/internal/kernel/Body/index.js +1 -1
- package/es/components/Table/internal/kernel/Cell/index.js +1 -1
- package/es/components/Table/internal/kernel/Cell/useCellRender.js +1 -1
- package/es/components/Table/internal/kernel/Cell/useHoverState.js +1 -1
- package/es/components/Table/internal/kernel/ColGroup.js +1 -1
- package/es/components/Table/internal/kernel/FixedHolder/index.js +1 -1
- package/es/components/Table/internal/kernel/Footer/Cell.js +1 -1
- package/es/components/Table/internal/kernel/Footer/Row.js +1 -1
- package/es/components/Table/internal/kernel/Footer/Summary.js +1 -1
- package/es/components/Table/internal/kernel/Footer/SummaryContext.js +1 -1
- package/es/components/Table/internal/kernel/Footer/index.js +1 -1
- package/es/components/Table/internal/kernel/Header/Header.js +1 -1
- package/es/components/Table/internal/kernel/Header/HeaderRow.js +1 -1
- package/es/components/Table/internal/kernel/Panel/index.js +1 -1
- package/es/components/Table/internal/kernel/Table.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/BodyGrid.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/BodyLine.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/VirtualCell.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/context.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/index.js +1 -1
- package/es/components/Table/internal/kernel/constant.js +1 -1
- package/es/components/Table/internal/kernel/context/PerfContext.js +1 -1
- package/es/components/Table/internal/kernel/context/TableContext.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useColumns/index.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useExpand.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useFixedInfo.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useFlattenRecords.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useFrame.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useHover.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useRenderTimes.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useRowInfo.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useSticky.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useStickyOffsets.js +1 -1
- package/es/components/Table/internal/kernel/index.js +1 -1
- package/es/components/Table/internal/kernel/interface.js +1 -1
- package/es/components/Table/internal/kernel/namePathType.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/Immutable.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/context.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/index.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/isEqual.js +1 -1
- package/es/components/Table/internal/kernel/stickyScrollBar.js +1 -1
- package/es/components/Table/internal/kernel/sugar/Column.js +1 -1
- package/es/components/Table/internal/kernel/sugar/ColumnGroup.js +1 -1
- package/es/components/Table/internal/kernel/utils/dom/canUseDom.js +1 -1
- package/es/components/Table/internal/kernel/utils/dom/isVisible.js +1 -1
- package/es/components/Table/internal/kernel/utils/expandUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/fixUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/get.js +1 -1
- package/es/components/Table/internal/kernel/utils/getScrollBarSize.js +1 -1
- package/es/components/Table/internal/kernel/utils/legacyUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/offsetUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/pickAttrs.js +1 -1
- package/es/components/Table/internal/kernel/utils/useMemo.js +1 -1
- package/es/components/Table/internal/kernel/utils/valueUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/warning.js +1 -1
- package/es/components/Table/renderers/BodyCell.js +1 -1
- package/es/components/Table/renderers/CellContent.js +1 -1
- package/es/components/Table/renderers/EmptyState.js +1 -1
- package/es/components/Table/renderers/ExpandedRowContainer.js +1 -1
- package/es/components/Table/renderers/HeaderCell.js +1 -1
- package/es/components/Table/renderers/TableShell.js +1 -1
- package/es/components/Table/style/css.js +1 -1
- package/es/components/Table/style/index.js +1 -1
- package/es/components/Tabs/Tabs.js +1 -1
- package/es/components/Tabs/index.js +1 -1
- package/es/components/Tabs/interface.js +1 -1
- package/es/components/Tabs/style/css.js +1 -1
- package/es/components/Tabs/style/index.js +1 -1
- package/es/components/Tag/Tag.js +1 -1
- package/es/components/Tag/constants.js +1 -1
- package/es/components/Tag/index.js +1 -1
- package/es/components/Tag/interface.js +1 -1
- package/es/components/Tag/style/css.js +1 -1
- package/es/components/Tag/style/index.js +1 -1
- package/es/components/Tooltip/Tooltip.js +1 -1
- package/es/components/Tooltip/index.js +1 -1
- package/es/components/Tooltip/interface.js +1 -1
- package/es/components/Tooltip/style/css.js +1 -1
- package/es/components/Tooltip/style/index.js +1 -1
- package/es/components/Tour/Tour.js +1 -1
- package/es/components/Tour/index.js +1 -1
- package/es/components/Tour/interface.js +1 -1
- package/es/components/Trigger/Trigger.js +1 -1
- package/es/components/Trigger/index.js +1 -1
- package/es/components/Trigger/interface.js +1 -1
- package/es/components/Trigger/style/css.js +1 -1
- package/es/components/Trigger/style/index.js +1 -1
- package/es/components/Typography/Typography.js +1 -1
- package/es/components/Typography/constants.js +1 -1
- package/es/components/Typography/index.js +1 -1
- package/es/components/Typography/interface.js +1 -1
- package/es/components/Typography/render.js +1 -1
- package/es/components/Typography/style/css.js +1 -1
- package/es/components/Typography/style/index.js +1 -1
- package/es/components/Typography/useTypographyEnhancements.js +1 -1
- package/es/components/Typography/utils.js +1 -1
- package/es/components/Upload/Upload.js +1 -1
- package/es/components/Upload/UploadFileBar.js +1 -1
- package/es/components/Upload/index.js +1 -1
- package/es/components/Upload/interface.js +1 -1
- package/es/components/Upload/style/css.js +1 -1
- package/es/components/Upload/style/index.js +1 -1
- package/es/components/VirtualList/Filler.js +1 -1
- package/es/components/VirtualList/Item.js +1 -1
- package/es/components/VirtualList/ScrollBar.js +1 -1
- package/es/components/VirtualList/VirtualList.js +1 -1
- package/es/components/VirtualList/constants.js +1 -1
- package/es/components/VirtualList/hooks/useChildren.js +1 -1
- package/es/components/VirtualList/hooks/useDiffItem.js +1 -1
- package/es/components/VirtualList/hooks/useFrameWheel.js +1 -1
- package/es/components/VirtualList/hooks/useGetSize.js +1 -1
- package/es/components/VirtualList/hooks/useHeights.js +1 -1
- package/es/components/VirtualList/hooks/useMobileTouchMove.js +1 -1
- package/es/components/VirtualList/hooks/useOriginScroll.js +1 -1
- package/es/components/VirtualList/hooks/useScrollDrag.js +1 -1
- package/es/components/VirtualList/hooks/useScrollTo.js +1 -1
- package/es/components/VirtualList/index.js +1 -1
- package/es/components/VirtualList/interface.js +1 -1
- package/es/components/VirtualList/style/css.js +1 -1
- package/es/components/VirtualList/style/index.js +1 -1
- package/es/components/VirtualList/utils/CacheMap.js +1 -1
- package/es/components/VirtualList/utils/algorithmUtil.js +1 -1
- package/es/components/VirtualList/utils/isFirefox.js +1 -1
- package/es/components/VirtualList/utils/raf.js +1 -1
- package/es/components/VirtualList/utils/scrollbarUtil.js +1 -1
- package/es/hooks/index.js +1 -1
- package/es/hooks/useFloatingAnimation.js +1 -1
- package/es/index.css +1 -1
- package/es/index.d.ts +5 -1
- package/es/index.js +3 -1
- package/es/stories/docs/ComponentDocsPage.js +1 -1
- package/es/stories/docs/componentDocMeta.js +1 -1
- package/es/utils/classnames.js +1 -1
- package/es/utils/clipboard.js +1 -1
- package/es/utils/devWarn.js +1 -1
- package/es/utils/ref.js +1 -1
- package/es/utils/uuid.js +1 -1
- package/lib/business/Dialog/ResultDialog/ResultDialog.js +1 -1
- package/lib/business/Dialog/ResultDialog/constants.js +1 -1
- package/lib/business/Dialog/ResultDialog/index.js +1 -1
- package/lib/business/Dialog/ResultDialog/interface.js +1 -1
- package/lib/business/Dialog/ResultDialog/presets.js +1 -1
- package/lib/business/Dialog/ResultDialog/style/css.js +1 -1
- package/lib/business/Dialog/ResultDialog/style/index.js +1 -1
- package/lib/business/Dialog/TransactionDialog/TransactionDialog.js +1 -1
- package/lib/business/Dialog/TransactionDialog/constants.js +1 -1
- package/lib/business/Dialog/TransactionDialog/index.js +1 -1
- package/lib/business/Dialog/TransactionDialog/interface.js +1 -1
- package/lib/business/Dialog/TransactionDialog/presets.js +1 -1
- package/lib/business/Dialog/TransactionDialog/style/css.js +1 -1
- package/lib/business/Dialog/TransactionDialog/style/index.js +1 -1
- package/lib/business/Dialog/VerificationDialog/ResendRow.js +1 -1
- package/lib/business/Dialog/VerificationDialog/VerificationDialog.js +1 -1
- package/lib/business/Dialog/VerificationDialog/constants.js +1 -1
- package/lib/business/Dialog/VerificationDialog/hooks/index.js +1 -1
- package/lib/business/Dialog/VerificationDialog/hooks/useOtpVerification.js +1 -1
- package/lib/business/Dialog/VerificationDialog/hooks/useResendCountdown.js +1 -1
- package/lib/business/Dialog/VerificationDialog/index.js +1 -1
- package/lib/business/Dialog/VerificationDialog/interface.js +1 -1
- package/lib/business/Dialog/VerificationDialog/style/css.js +1 -1
- package/lib/business/Dialog/VerificationDialog/style/index.js +1 -1
- package/lib/business/Dialog/index.js +1 -1
- package/lib/business/DialogV2/BaseDialog/BaseDialog.d.ts +3 -0
- package/lib/business/DialogV2/BaseDialog/BaseDialog.js +137 -0
- package/lib/business/DialogV2/BaseDialog/constants.d.ts +12 -0
- package/lib/business/DialogV2/BaseDialog/constants.js +19 -0
- package/lib/business/DialogV2/BaseDialog/index.d.ts +4 -0
- package/lib/business/DialogV2/BaseDialog/index.js +30 -0
- package/lib/business/DialogV2/BaseDialog/interface.d.ts +63 -0
- package/lib/business/DialogV2/BaseDialog/interface.js +6 -0
- package/lib/business/DialogV2/BaseDialog/style/BaseDialog.css +62 -0
- package/lib/business/DialogV2/BaseDialog/style/css.js +4 -0
- package/lib/business/DialogV2/BaseDialog/style/index.d.ts +1 -0
- package/lib/business/DialogV2/BaseDialog/style/index.js +4 -0
- package/lib/business/DialogV2/Descriptions/Descriptions.d.ts +3 -0
- package/lib/business/DialogV2/Descriptions/Descriptions.js +104 -0
- package/lib/business/DialogV2/Descriptions/constants.d.ts +16 -0
- package/lib/business/DialogV2/Descriptions/constants.js +30 -0
- package/lib/business/DialogV2/Descriptions/index.d.ts +4 -0
- package/lib/business/DialogV2/Descriptions/index.js +30 -0
- package/lib/business/DialogV2/Descriptions/interface.d.ts +44 -0
- package/lib/business/DialogV2/Descriptions/interface.js +6 -0
- package/lib/business/DialogV2/Descriptions/style/Descriptions.css +60 -0
- package/lib/business/DialogV2/Descriptions/style/css.js +4 -0
- package/lib/business/DialogV2/Descriptions/style/index.d.ts +1 -0
- package/lib/business/DialogV2/Descriptions/style/index.js +4 -0
- package/lib/business/DialogV2/DetailsDialog/DetailsDialog.d.ts +3 -0
- package/lib/business/DialogV2/DetailsDialog/DetailsDialog.js +104 -0
- package/lib/business/DialogV2/DetailsDialog/index.d.ts +4 -0
- package/lib/business/DialogV2/DetailsDialog/index.js +30 -0
- package/lib/business/DialogV2/DetailsDialog/interface.d.ts +22 -0
- package/lib/business/DialogV2/DetailsDialog/interface.js +6 -0
- package/lib/business/DialogV2/DetailsDialog/style/DetailsDialog.css +41 -0
- package/lib/business/DialogV2/DetailsDialog/style/css.js +4 -0
- package/lib/business/DialogV2/DetailsDialog/style/index.d.ts +1 -0
- package/lib/business/DialogV2/DetailsDialog/style/index.js +4 -0
- package/lib/business/DialogV2/FormDialog/FormDialog.d.ts +5 -0
- package/lib/business/DialogV2/FormDialog/FormDialog.js +109 -0
- package/lib/business/DialogV2/FormDialog/index.d.ts +6 -0
- package/lib/business/DialogV2/FormDialog/index.js +52 -0
- package/lib/business/DialogV2/FormDialog/interface.d.ts +42 -0
- package/lib/business/DialogV2/FormDialog/interface.js +6 -0
- package/lib/business/DialogV2/FormDialog/style/FormDialog.css +31 -0
- package/lib/business/DialogV2/FormDialog/style/css.js +4 -0
- package/lib/business/DialogV2/FormDialog/style/index.d.ts +1 -0
- package/lib/business/DialogV2/FormDialog/style/index.js +4 -0
- package/lib/business/DialogV2/VerificationDialog/VerificationDialog.d.ts +3 -0
- package/lib/business/DialogV2/VerificationDialog/VerificationDialog.js +234 -0
- package/lib/business/DialogV2/VerificationDialog/constants.d.ts +8 -0
- package/lib/business/DialogV2/VerificationDialog/constants.js +15 -0
- package/lib/business/DialogV2/VerificationDialog/index.d.ts +4 -0
- package/lib/business/DialogV2/VerificationDialog/index.js +30 -0
- package/lib/business/DialogV2/VerificationDialog/interface.d.ts +60 -0
- package/lib/business/DialogV2/VerificationDialog/interface.js +6 -0
- package/lib/business/DialogV2/VerificationDialog/style/VerificationDialog.css +43 -0
- package/lib/business/DialogV2/VerificationDialog/style/css.js +4 -0
- package/lib/business/DialogV2/VerificationDialog/style/index.d.ts +1 -0
- package/lib/business/DialogV2/VerificationDialog/style/index.js +4 -0
- package/lib/business/DialogV2/index.d.ts +5 -0
- package/lib/business/DialogV2/index.js +61 -0
- package/lib/business/DialogV2/variants/DeleteDialog.d.ts +3 -0
- package/lib/business/DialogV2/variants/DeleteDialog.js +26 -0
- package/lib/business/DialogV2/variants/FailureDialog.d.ts +3 -0
- package/lib/business/DialogV2/variants/FailureDialog.js +26 -0
- package/lib/business/DialogV2/variants/LoadingDialog.d.ts +33 -0
- package/lib/business/DialogV2/variants/LoadingDialog.js +172 -0
- package/lib/business/DialogV2/variants/PendingDialog.d.ts +3 -0
- package/lib/business/DialogV2/variants/PendingDialog.js +25 -0
- package/lib/business/DialogV2/variants/SuccessDialog.d.ts +3 -0
- package/lib/business/DialogV2/variants/SuccessDialog.js +25 -0
- package/lib/business/DialogV2/variants/index.d.ts +10 -0
- package/lib/business/DialogV2/variants/index.js +41 -0
- package/lib/business/DialogV2/variants/style/LoadingDialog.css +62 -0
- package/lib/business/DialogV2/variants/style/css.js +4 -0
- package/lib/business/DialogV2/variants/style/index.d.ts +1 -0
- package/lib/business/DialogV2/variants/style/index.js +4 -0
- package/lib/business/Filter/Account/Account.js +1 -1
- package/lib/business/Filter/Account/index.js +1 -1
- package/lib/business/Filter/Account/interface.js +1 -1
- package/lib/business/Filter/Account/style/css.js +1 -1
- package/lib/business/Filter/Account/style/index.js +1 -1
- package/lib/business/Filter/Asset/Asset.js +1 -1
- package/lib/business/Filter/Asset/index.js +1 -1
- package/lib/business/Filter/Asset/interface.js +1 -1
- package/lib/business/Filter/Asset/style/css.js +1 -1
- package/lib/business/Filter/Asset/style/index.js +1 -1
- package/lib/business/Filter/DateRange/DateRange.js +1 -1
- package/lib/business/Filter/DateRange/index.js +1 -1
- package/lib/business/Filter/DateRange/interface.js +1 -1
- package/lib/business/Filter/DateRange/style/css.js +1 -1
- package/lib/business/Filter/DateRange/style/index.js +1 -1
- package/lib/business/Filter/Option/Option.js +1 -1
- package/lib/business/Filter/Option/index.js +1 -1
- package/lib/business/Filter/Option/interface.js +1 -1
- package/lib/business/Filter/Option/style/css.js +1 -1
- package/lib/business/Filter/Option/style/index.js +1 -1
- package/lib/business/Filter/index.js +1 -1
- package/lib/business/FormPage/FormPage.d.ts +4 -0
- package/lib/business/FormPage/FormPage.js +86 -0
- package/lib/business/FormPage/index.d.ts +4 -0
- package/lib/business/FormPage/index.js +30 -0
- package/lib/business/FormPage/interface.d.ts +35 -0
- package/lib/business/FormPage/interface.js +6 -0
- package/lib/business/Select/Asset/AssetSelect.js +1 -1
- package/lib/business/Select/Asset/index.js +1 -1
- package/lib/business/Select/Asset/interface.js +1 -1
- package/lib/business/Select/Asset/style/css.js +1 -1
- package/lib/business/Select/Asset/style/index.js +1 -1
- package/lib/business/Select/Country/CountrySelect.js +1 -1
- package/lib/business/Select/Country/index.js +1 -1
- package/lib/business/Select/Country/interface.js +1 -1
- package/lib/business/Select/Currency/CurrencySelect.js +1 -1
- package/lib/business/Select/Currency/index.js +1 -1
- package/lib/business/Select/Currency/interface.js +1 -1
- package/lib/business/Select/Currency/style/css.js +1 -1
- package/lib/business/Select/Currency/style/index.js +1 -1
- package/lib/business/Select/Network/NetworkSelect.js +1 -1
- package/lib/business/Select/Network/index.js +1 -1
- package/lib/business/Select/Network/interface.js +1 -1
- package/lib/business/Select/Network/style/css.js +1 -1
- package/lib/business/Select/Network/style/index.js +1 -1
- package/lib/business/Select/PaymentMethod/PaymentMethodSelect.js +1 -1
- package/lib/business/Select/PaymentMethod/index.js +1 -1
- package/lib/business/Select/PaymentMethod/interface.js +1 -1
- package/lib/business/Select/PaymentMethod/style/css.js +1 -1
- package/lib/business/Select/PaymentMethod/style/index.js +1 -1
- package/lib/business/Select/index.js +1 -1
- package/lib/business/index.js +1 -1
- package/lib/business/shared/formCore/BaseProForm.d.ts +38 -0
- package/lib/business/shared/formCore/BaseProForm.js +91 -0
- package/lib/business/shared/formCore/useSubmitAction.d.ts +11 -0
- package/lib/business/shared/formCore/useSubmitAction.js +99 -0
- package/lib/components/Accordion/Accordion.js +1 -1
- package/lib/components/Accordion/constants.js +1 -1
- package/lib/components/Accordion/index.js +1 -1
- package/lib/components/Accordion/interface.js +1 -1
- package/lib/components/Accordion/style/css.js +1 -1
- package/lib/components/Accordion/style/index.js +1 -1
- package/lib/components/ActionBar/ActionBar.d.ts +3 -0
- package/lib/components/ActionBar/ActionBar.js +123 -0
- package/lib/components/ActionBar/constants.d.ts +29 -0
- package/lib/components/ActionBar/constants.js +36 -0
- package/lib/components/ActionBar/index.d.ts +4 -0
- package/lib/components/ActionBar/index.js +30 -0
- package/lib/components/ActionBar/interface.d.ts +73 -0
- package/lib/components/ActionBar/interface.js +6 -0
- package/lib/components/ActionBar/style/ActionBar.css +44 -0
- package/lib/components/ActionBar/style/css.js +4 -0
- package/lib/components/ActionBar/style/index.d.ts +1 -0
- package/lib/components/ActionBar/style/index.js +4 -0
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/index.js +1 -1
- package/lib/components/Alert/interface.js +1 -1
- package/lib/components/Alert/style/css.js +1 -1
- package/lib/components/Alert/style/index.js +1 -1
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/constants.js +1 -1
- package/lib/components/Button/index.js +1 -1
- package/lib/components/Button/interface.js +1 -1
- package/lib/components/Button/style/css.js +1 -1
- package/lib/components/Button/style/index.js +1 -1
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/constants.js +1 -1
- package/lib/components/Calendar/index.js +1 -1
- package/lib/components/Calendar/interface.js +1 -1
- package/lib/components/Calendar/style/css.js +1 -1
- package/lib/components/Calendar/style/index.js +1 -1
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/index.js +1 -1
- package/lib/components/Carousel/interface.js +1 -1
- package/lib/components/Carousel/style/css.js +1 -1
- package/lib/components/Carousel/style/index.js +1 -1
- package/lib/components/Cell/Cell.js +1 -1
- package/lib/components/Cell/index.js +1 -1
- package/lib/components/Cell/interface.js +1 -1
- package/lib/components/Cell/style/css.js +1 -1
- package/lib/components/Cell/style/index.js +1 -1
- package/lib/components/Checkbox/BaseCheckbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/CheckboxGroup.js +1 -1
- package/lib/components/Checkbox/CheckboxGroupContext.js +1 -1
- package/lib/components/Checkbox/constants.js +1 -1
- package/lib/components/Checkbox/index.js +1 -1
- package/lib/components/Checkbox/interface.js +1 -1
- package/lib/components/Checkbox/style/css.js +1 -1
- package/lib/components/Checkbox/style/index.js +1 -1
- package/lib/components/CoachMark/CoachMark.js +1 -1
- package/lib/components/CoachMark/index.js +1 -1
- package/lib/components/CoachMark/interface.js +1 -1
- package/lib/components/CoachMark/style/css.js +1 -1
- package/lib/components/CoachMark/style/index.js +1 -1
- package/lib/components/Copy/Clipboard.js +1 -1
- package/lib/components/Copy/Copy.js +1 -1
- package/lib/components/Copy/index.js +1 -1
- package/lib/components/Copy/interface.js +1 -1
- package/lib/components/Copy/style/css.js +1 -1
- package/lib/components/Copy/style/index.js +1 -1
- package/lib/components/Dialog/Dialog.js +8 -6
- package/lib/components/Dialog/DialogContent.js +1 -1
- package/lib/components/Dialog/DialogControls.js +1 -1
- package/lib/components/Dialog/className.js +1 -1
- package/lib/components/Dialog/constants.js +1 -1
- package/lib/components/Dialog/hooks.js +1 -1
- package/lib/components/Dialog/index.js +1 -1
- package/lib/components/Dialog/interface.d.ts +7 -0
- package/lib/components/Dialog/interface.js +1 -1
- package/lib/components/Dialog/style/Dialog.css +4 -4
- package/lib/components/Dialog/style/DialogBare.css +34 -0
- package/lib/components/Dialog/style/css.js +2 -1
- package/lib/components/Dialog/style/index.d.ts +1 -0
- package/lib/components/Dialog/style/index.js +2 -1
- package/lib/components/Dialog/types.js +1 -1
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/constants.js +1 -1
- package/lib/components/Divider/index.js +1 -1
- package/lib/components/Divider/interface.js +1 -1
- package/lib/components/Divider/style/css.js +1 -1
- package/lib/components/Divider/style/index.js +1 -1
- package/lib/components/Drawer/Drawer.js +1 -1
- package/lib/components/Drawer/constants.js +1 -1
- package/lib/components/Drawer/hooks/index.js +1 -1
- package/lib/components/Drawer/hooks/useBodyScrollLock.js +1 -1
- package/lib/components/Drawer/hooks/useDialogFocus.js +1 -1
- package/lib/components/Drawer/hooks/useDrawerTransition.js +1 -1
- package/lib/components/Drawer/hooks/useEscapeClose.js +1 -1
- package/lib/components/Drawer/index.js +1 -1
- package/lib/components/Drawer/interface.js +1 -1
- package/lib/components/Drawer/style/css.js +1 -1
- package/lib/components/Drawer/style/index.js +1 -1
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/index.js +1 -1
- package/lib/components/Dropdown/interface.js +1 -1
- package/lib/components/Dropdown/style/css.js +1 -1
- package/lib/components/Dropdown/style/index.js +1 -1
- package/lib/components/Empty/Empty.js +1 -1
- package/lib/components/Empty/index.js +1 -1
- package/lib/components/Empty/interface.js +1 -1
- package/lib/components/Empty/style/css.js +1 -1
- package/lib/components/Empty/style/index.js +1 -1
- package/lib/components/Filter/Filter.js +1 -1
- package/lib/components/Filter/index.js +1 -1
- package/lib/components/Filter/interface.js +1 -1
- package/lib/components/Filter/style/css.js +1 -1
- package/lib/components/Filter/style/index.js +1 -1
- package/lib/components/Flex/Flex.js +1 -1
- package/lib/components/Flex/constants.js +1 -1
- package/lib/components/Flex/index.js +1 -1
- package/lib/components/Flex/interface.js +1 -1
- package/lib/components/Flex/style/css.js +1 -1
- package/lib/components/Flex/style/index.js +1 -1
- package/lib/components/FormLayout/FormLayout.d.ts +25 -0
- package/lib/components/FormLayout/FormLayout.js +134 -0
- package/lib/components/FormLayout/config.d.ts +52 -0
- package/lib/components/FormLayout/config.js +66 -0
- package/lib/components/FormLayout/context.d.ts +9 -0
- package/lib/components/FormLayout/context.js +19 -0
- package/lib/components/FormLayout/index.d.ts +7 -0
- package/lib/components/FormLayout/index.js +81 -0
- package/lib/components/FormLayout/interface.d.ts +44 -0
- package/lib/components/FormLayout/interface.js +6 -0
- package/lib/components/FormLayout/style/FormLayout.css +110 -0
- package/lib/components/FormLayout/style/css.js +4 -0
- package/lib/components/FormLayout/style/index.d.ts +1 -0
- package/lib/components/FormLayout/style/index.js +4 -0
- package/lib/components/Grid/Col.d.ts +1 -0
- package/lib/components/Grid/Col.js +2 -1
- package/lib/components/Grid/Grid.js +1 -1
- package/lib/components/Grid/Row.d.ts +1 -0
- package/lib/components/Grid/Row.js +2 -1
- package/lib/components/Grid/constants.js +1 -1
- package/lib/components/Grid/helper.js +1 -1
- package/lib/components/Grid/index.js +1 -1
- package/lib/components/Grid/interface.js +1 -1
- package/lib/components/Grid/style/css.js +1 -1
- package/lib/components/Grid/style/index.js +1 -1
- package/lib/components/Icons/Icons.js +1 -1
- package/lib/components/Icons/Illustrations.js +1 -1
- package/lib/components/Icons/Logo.js +1 -1
- package/lib/components/Icons/SVGs.js +1 -1
- package/lib/components/Icons/Wrapper.js +1 -1
- package/lib/components/Icons/constants.js +1 -1
- package/lib/components/Icons/index.js +1 -1
- package/lib/components/Icons/interface.js +1 -1
- package/lib/components/Icons/style/css.js +1 -1
- package/lib/components/Icons/style/index.js +1 -1
- package/lib/components/Input/Amount/Amount.js +1 -1
- package/lib/components/Input/Amount/helper.js +1 -1
- package/lib/components/Input/Amount/index.js +1 -1
- package/lib/components/Input/Amount/style/css.js +1 -1
- package/lib/components/Input/Amount/style/index.js +1 -1
- package/lib/components/Input/FieldShell/FieldShell.js +1 -1
- package/lib/components/Input/FieldShell/index.js +1 -1
- package/lib/components/Input/Input/Input.js +8 -3
- package/lib/components/Input/Input/index.js +1 -1
- package/lib/components/Input/Mask/Mask.js +1 -1
- package/lib/components/Input/Mask/index.js +1 -1
- package/lib/components/Input/OTP/OTP.js +1 -1
- package/lib/components/Input/OTP/index.js +1 -1
- package/lib/components/Input/Password/Password.js +1 -1
- package/lib/components/Input/Password/index.js +1 -1
- package/lib/components/Input/Search/Search.js +1 -1
- package/lib/components/Input/Search/index.js +1 -1
- package/lib/components/Input/TextArea/TextArea.js +1 -1
- package/lib/components/Input/TextArea/index.js +1 -1
- package/lib/components/Input/Trade/Trade.js +1 -1
- package/lib/components/Input/Trade/index.js +1 -1
- package/lib/components/Input/constants.js +1 -1
- package/lib/components/Input/index.js +1 -1
- package/lib/components/Input/interface.js +1 -1
- package/lib/components/Input/style/css.js +1 -1
- package/lib/components/Input/style/index.js +1 -1
- package/lib/components/Input/useAmountInput.js +1 -1
- package/lib/components/Input/useSyncRef.js +1 -1
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/constants.js +1 -1
- package/lib/components/Link/index.js +1 -1
- package/lib/components/Link/interface.js +1 -1
- package/lib/components/Link/style/css.js +1 -1
- package/lib/components/Link/style/index.js +1 -1
- package/lib/components/Navigation/Nav.js +1 -1
- package/lib/components/Navigation/Navigation.js +1 -1
- package/lib/components/Navigation/NavigationLogo.js +1 -1
- package/lib/components/Navigation/NavigationStepper.js +1 -1
- package/lib/components/Navigation/index.js +1 -1
- package/lib/components/Navigation/interface.js +1 -1
- package/lib/components/Navigation/style/css.js +1 -1
- package/lib/components/Navigation/style/index.js +1 -1
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/NotificationStatic.js +1 -1
- package/lib/components/Notification/constants.js +1 -1
- package/lib/components/Notification/index.js +1 -1
- package/lib/components/Notification/interface.js +1 -1
- package/lib/components/Notification/style/css.js +1 -1
- package/lib/components/Notification/style/index.js +1 -1
- package/lib/components/Pagination/Pagination.js +1 -1
- package/lib/components/Pagination/constants.js +1 -1
- package/lib/components/Pagination/index.js +1 -1
- package/lib/components/Pagination/interface.js +1 -1
- package/lib/components/Pagination/style/css.js +1 -1
- package/lib/components/Pagination/style/index.js +1 -1
- package/lib/components/Pagination/usePagination.js +1 -1
- package/lib/components/Popconfirm/Popconfirm.js +1 -1
- package/lib/components/Popconfirm/constants.js +1 -1
- package/lib/components/Popconfirm/index.js +1 -1
- package/lib/components/Popconfirm/interface.js +1 -1
- package/lib/components/Popconfirm/style/css.js +1 -1
- package/lib/components/Popconfirm/style/index.js +1 -1
- package/lib/components/Portal/Portal.js +1 -1
- package/lib/components/Portal/index.js +1 -1
- package/lib/components/Portal/interface.js +1 -1
- package/lib/components/ProForm/ProForm.js +1 -1
- package/lib/components/ProForm/ProFormDependency.js +1 -1
- package/lib/components/ProForm/ProFormGroup.js +1 -1
- package/lib/components/ProForm/ProFormItem.js +1 -1
- package/lib/components/ProForm/ProFormList.js +1 -1
- package/lib/components/ProForm/SchemaForm.js +1 -1
- package/lib/components/ProForm/Submitter.js +1 -1
- package/lib/components/ProForm/constants.js +1 -1
- package/lib/components/ProForm/context.js +1 -1
- package/lib/components/ProForm/core/constants.js +1 -1
- package/lib/components/ProForm/core/devWarning.js +1 -1
- package/lib/components/ProForm/core/formStore.js +1 -1
- package/lib/components/ProForm/core/hooks/useForm.js +1 -1
- package/lib/components/ProForm/core/hooks/useFormCore.js +1 -1
- package/lib/components/ProForm/core/index.js +1 -1
- package/lib/components/ProForm/core/interface.js +1 -1
- package/lib/components/ProForm/core/namePathType.js +1 -1
- package/lib/components/ProForm/core/pathUtils.js +1 -1
- package/lib/components/ProForm/core/runRules.js +1 -1
- package/lib/components/ProForm/core/useFormItem.js +1 -1
- package/lib/components/ProForm/core/validationError.js +1 -1
- package/lib/components/ProForm/fields/ProFormCheckbox.js +1 -1
- package/lib/components/ProForm/fields/ProFormCheckboxGroup.js +1 -1
- package/lib/components/ProForm/fields/ProFormDatePicker.js +1 -1
- package/lib/components/ProForm/fields/ProFormFieldSet.js +1 -1
- package/lib/components/ProForm/fields/ProFormPassword.js +1 -1
- package/lib/components/ProForm/fields/ProFormRadioGroup.js +1 -1
- package/lib/components/ProForm/fields/ProFormSelect.js +1 -1
- package/lib/components/ProForm/fields/ProFormSlider.js +1 -1
- package/lib/components/ProForm/fields/ProFormSwitch.js +1 -1
- package/lib/components/ProForm/fields/ProFormText.js +1 -1
- package/lib/components/ProForm/fields/ProFormTextArea.js +1 -1
- package/lib/components/ProForm/fields/ProFormUpload.js +1 -1
- package/lib/components/ProForm/fields/createProFormField.js +1 -1
- package/lib/components/ProForm/fields/index.js +1 -1
- package/lib/components/ProForm/hooks/useFieldRequest.js +1 -1
- package/lib/components/ProForm/hooks/useUrlSync.js +1 -1
- package/lib/components/ProForm/index.js +1 -1
- package/lib/components/ProForm/interface.js +1 -1
- package/lib/components/ProForm/layouts/DialogForm.js +1 -1
- package/lib/components/ProForm/layouts/DrawerForm.js +1 -1
- package/lib/components/ProForm/layouts/QueryFilter.js +1 -1
- package/lib/components/ProForm/layouts/index.js +1 -1
- package/lib/components/ProForm/layouts/useOverlayForm.js +1 -1
- package/lib/components/ProForm/style/css.js +1 -1
- package/lib/components/ProForm/style/index.js +1 -1
- package/lib/components/ProForm/utils.js +1 -1
- package/lib/components/ProTable/ProTable.js +1 -1
- package/lib/components/ProTable/constants.js +1 -1
- package/lib/components/ProTable/core/genColumns.js +1 -1
- package/lib/components/ProTable/core/genSearchFields.js +1 -1
- package/lib/components/ProTable/core/useAwaitableReload.js +1 -1
- package/lib/components/ProTable/core/utils.js +1 -1
- package/lib/components/ProTable/index.js +1 -1
- package/lib/components/ProTable/interface.js +1 -1
- package/lib/components/ProTable/style/css.js +1 -1
- package/lib/components/ProTable/style/index.js +1 -1
- package/lib/components/ProTable/useFetchData.js +1 -1
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/constants.js +1 -1
- package/lib/components/Progress/index.js +1 -1
- package/lib/components/Progress/interface.js +1 -1
- package/lib/components/Progress/style/css.js +1 -1
- package/lib/components/Progress/style/index.js +1 -1
- package/lib/components/Radio/BaseRadio.js +1 -1
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/RadioGroup.js +1 -1
- package/lib/components/Radio/RadioGroupContext.js +1 -1
- package/lib/components/Radio/constants.js +1 -1
- package/lib/components/Radio/index.js +1 -1
- package/lib/components/Radio/interface.js +1 -1
- package/lib/components/Radio/style/css.js +1 -1
- package/lib/components/Radio/style/index.js +1 -1
- package/lib/components/ResizeObserver/Collection.js +1 -1
- package/lib/components/ResizeObserver/ResizeObserver.js +1 -1
- package/lib/components/ResizeObserver/SingleObserver/index.js +1 -1
- package/lib/components/ResizeObserver/index.js +1 -1
- package/lib/components/ResizeObserver/interface.js +1 -1
- package/lib/components/ResizeObserver/useResizeObserver.js +1 -1
- package/lib/components/ResizeObserver/utils/observerUtil.js +1 -1
- package/lib/components/ResizeObserver/utils/reactUtil.js +1 -1
- package/lib/components/Segment/Segment.js +1 -1
- package/lib/components/Segment/index.js +1 -1
- package/lib/components/Segment/interface.js +1 -1
- package/lib/components/Segment/style/css.js +1 -1
- package/lib/components/Segment/style/index.js +1 -1
- package/lib/components/Select/Select.js +8 -3
- package/lib/components/Select/SelectCustom.js +1 -1
- package/lib/components/Select/SelectFieldShell.js +1 -1
- package/lib/components/Select/SelectOptionContent.js +1 -1
- package/lib/components/Select/SelectSearchControl.js +1 -1
- package/lib/components/Select/SelectValueContent.js +1 -1
- package/lib/components/Select/constants.js +1 -1
- package/lib/components/Select/index.js +1 -1
- package/lib/components/Select/interface.js +1 -1
- package/lib/components/Select/style/css.js +1 -1
- package/lib/components/Select/style/index.js +1 -1
- package/lib/components/Select/useSelectShell.js +1 -1
- package/lib/components/Select/utils.js +1 -1
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/index.js +1 -1
- package/lib/components/Skeleton/interface.js +1 -1
- package/lib/components/Skeleton/style/css.js +1 -1
- package/lib/components/Skeleton/style/index.js +1 -1
- package/lib/components/Slider/Slider.js +1 -1
- package/lib/components/Slider/index.js +1 -1
- package/lib/components/Slider/interface.js +1 -1
- package/lib/components/Slider/style/css.js +1 -1
- package/lib/components/Slider/style/index.js +1 -1
- package/lib/components/Space/Space.js +1 -1
- package/lib/components/Space/constants.js +1 -1
- package/lib/components/Space/index.js +1 -1
- package/lib/components/Space/interface.js +1 -1
- package/lib/components/Space/style/css.js +1 -1
- package/lib/components/Space/style/index.js +1 -1
- package/lib/components/Spinner/Spinner.js +1 -1
- package/lib/components/Spinner/index.js +1 -1
- package/lib/components/Spinner/interface.js +1 -1
- package/lib/components/Spinner/style/css.js +1 -1
- package/lib/components/Spinner/style/index.js +1 -1
- package/lib/components/Step/Step.js +1 -1
- package/lib/components/Step/constants.js +1 -1
- package/lib/components/Step/index.js +1 -1
- package/lib/components/Step/interface.js +1 -1
- package/lib/components/Step/style/css.js +1 -1
- package/lib/components/Step/style/index.js +1 -1
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/constants.js +1 -1
- package/lib/components/Switch/index.js +1 -1
- package/lib/components/Switch/interface.js +1 -1
- package/lib/components/Switch/style/css.js +1 -1
- package/lib/components/Switch/style/index.js +1 -1
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/VirtualTable.js +1 -1
- package/lib/components/Table/constants.js +1 -1
- package/lib/components/Table/core/columnUtil.js +1 -1
- package/lib/components/Table/core/useTableColumns.js +1 -1
- package/lib/components/Table/core/useTableDataPipeline.js +1 -1
- package/lib/components/Table/core/useTableExpand.js +1 -1
- package/lib/components/Table/core/useTableSelection.js +1 -1
- package/lib/components/Table/core/useTableSetup.js +1 -1
- package/lib/components/Table/features/ExpandTrigger.js +1 -1
- package/lib/components/Table/features/FilterTrigger.js +1 -1
- package/lib/components/Table/features/SelectionColumn.js +1 -1
- package/lib/components/Table/features/SortTrigger.js +1 -1
- package/lib/components/Table/index.js +1 -1
- package/lib/components/Table/interface.js +1 -1
- package/lib/components/Table/internal/index.js +1 -1
- package/lib/components/Table/internal/kernel/Body/BodyRow.js +1 -1
- package/lib/components/Table/internal/kernel/Body/ExpandedRow.js +1 -1
- package/lib/components/Table/internal/kernel/Body/MeasureCell.js +1 -1
- package/lib/components/Table/internal/kernel/Body/MeasureRow.js +1 -1
- package/lib/components/Table/internal/kernel/Body/index.js +1 -1
- package/lib/components/Table/internal/kernel/Cell/index.js +1 -1
- package/lib/components/Table/internal/kernel/Cell/useCellRender.js +1 -1
- package/lib/components/Table/internal/kernel/Cell/useHoverState.js +1 -1
- package/lib/components/Table/internal/kernel/ColGroup.js +1 -1
- package/lib/components/Table/internal/kernel/FixedHolder/index.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/Cell.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/Row.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/Summary.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/SummaryContext.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/index.js +1 -1
- package/lib/components/Table/internal/kernel/Header/Header.js +1 -1
- package/lib/components/Table/internal/kernel/Header/HeaderRow.js +1 -1
- package/lib/components/Table/internal/kernel/Panel/index.js +1 -1
- package/lib/components/Table/internal/kernel/Table.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/BodyGrid.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/BodyLine.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/VirtualCell.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/context.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/index.js +1 -1
- package/lib/components/Table/internal/kernel/constant.js +1 -1
- package/lib/components/Table/internal/kernel/context/PerfContext.js +1 -1
- package/lib/components/Table/internal/kernel/context/TableContext.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useColumns/index.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useExpand.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useFixedInfo.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useFlattenRecords.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useFrame.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useHover.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useRenderTimes.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useRowInfo.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useSticky.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useStickyOffsets.js +1 -1
- package/lib/components/Table/internal/kernel/index.js +1 -1
- package/lib/components/Table/internal/kernel/interface.js +1 -1
- package/lib/components/Table/internal/kernel/namePathType.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/Immutable.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/context.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/index.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/isEqual.js +1 -1
- package/lib/components/Table/internal/kernel/stickyScrollBar.js +1 -1
- package/lib/components/Table/internal/kernel/sugar/Column.js +1 -1
- package/lib/components/Table/internal/kernel/sugar/ColumnGroup.js +1 -1
- package/lib/components/Table/internal/kernel/utils/dom/canUseDom.js +1 -1
- package/lib/components/Table/internal/kernel/utils/dom/isVisible.js +1 -1
- package/lib/components/Table/internal/kernel/utils/expandUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/fixUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/get.js +1 -1
- package/lib/components/Table/internal/kernel/utils/getScrollBarSize.js +1 -1
- package/lib/components/Table/internal/kernel/utils/legacyUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/offsetUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/pickAttrs.js +1 -1
- package/lib/components/Table/internal/kernel/utils/useMemo.js +1 -1
- package/lib/components/Table/internal/kernel/utils/valueUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/warning.js +1 -1
- package/lib/components/Table/renderers/BodyCell.js +1 -1
- package/lib/components/Table/renderers/CellContent.js +1 -1
- package/lib/components/Table/renderers/EmptyState.js +1 -1
- package/lib/components/Table/renderers/ExpandedRowContainer.js +1 -1
- package/lib/components/Table/renderers/HeaderCell.js +1 -1
- package/lib/components/Table/renderers/TableShell.js +1 -1
- package/lib/components/Table/style/css.js +1 -1
- package/lib/components/Table/style/index.js +1 -1
- package/lib/components/Tabs/Tabs.js +1 -1
- package/lib/components/Tabs/index.js +1 -1
- package/lib/components/Tabs/interface.js +1 -1
- package/lib/components/Tabs/style/css.js +1 -1
- package/lib/components/Tabs/style/index.js +1 -1
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/constants.js +1 -1
- package/lib/components/Tag/index.js +1 -1
- package/lib/components/Tag/interface.js +1 -1
- package/lib/components/Tag/style/css.js +1 -1
- package/lib/components/Tag/style/index.js +1 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/index.js +1 -1
- package/lib/components/Tooltip/interface.js +1 -1
- package/lib/components/Tooltip/style/css.js +1 -1
- package/lib/components/Tooltip/style/index.js +1 -1
- package/lib/components/Tour/Tour.js +1 -1
- package/lib/components/Tour/index.js +1 -1
- package/lib/components/Tour/interface.js +1 -1
- package/lib/components/Trigger/Trigger.js +1 -1
- package/lib/components/Trigger/index.js +1 -1
- package/lib/components/Trigger/interface.js +1 -1
- package/lib/components/Trigger/style/css.js +1 -1
- package/lib/components/Trigger/style/index.js +1 -1
- package/lib/components/Typography/Typography.js +1 -1
- package/lib/components/Typography/constants.js +1 -1
- package/lib/components/Typography/index.js +1 -1
- package/lib/components/Typography/interface.js +1 -1
- package/lib/components/Typography/render.js +1 -1
- package/lib/components/Typography/style/css.js +1 -1
- package/lib/components/Typography/style/index.js +1 -1
- package/lib/components/Typography/useTypographyEnhancements.js +1 -1
- package/lib/components/Typography/utils.js +1 -1
- package/lib/components/Upload/Upload.js +1 -1
- package/lib/components/Upload/UploadFileBar.js +1 -1
- package/lib/components/Upload/index.js +1 -1
- package/lib/components/Upload/interface.js +1 -1
- package/lib/components/Upload/style/css.js +1 -1
- package/lib/components/Upload/style/index.js +1 -1
- package/lib/components/VirtualList/Filler.js +1 -1
- package/lib/components/VirtualList/Item.js +1 -1
- package/lib/components/VirtualList/ScrollBar.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/constants.js +1 -1
- package/lib/components/VirtualList/hooks/useChildren.js +1 -1
- package/lib/components/VirtualList/hooks/useDiffItem.js +1 -1
- package/lib/components/VirtualList/hooks/useFrameWheel.js +1 -1
- package/lib/components/VirtualList/hooks/useGetSize.js +1 -1
- package/lib/components/VirtualList/hooks/useHeights.js +1 -1
- package/lib/components/VirtualList/hooks/useMobileTouchMove.js +1 -1
- package/lib/components/VirtualList/hooks/useOriginScroll.js +1 -1
- package/lib/components/VirtualList/hooks/useScrollDrag.js +1 -1
- package/lib/components/VirtualList/hooks/useScrollTo.js +1 -1
- package/lib/components/VirtualList/index.js +1 -1
- package/lib/components/VirtualList/interface.js +1 -1
- package/lib/components/VirtualList/style/css.js +1 -1
- package/lib/components/VirtualList/style/index.js +1 -1
- package/lib/components/VirtualList/utils/CacheMap.js +1 -1
- package/lib/components/VirtualList/utils/algorithmUtil.js +1 -1
- package/lib/components/VirtualList/utils/isFirefox.js +1 -1
- package/lib/components/VirtualList/utils/raf.js +1 -1
- package/lib/components/VirtualList/utils/scrollbarUtil.js +1 -1
- package/lib/hooks/index.js +1 -1
- package/lib/hooks/useFloatingAnimation.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.d.ts +5 -1
- package/lib/index.js +33 -1
- package/lib/stories/docs/ComponentDocsPage.js +1 -1
- package/lib/stories/docs/componentDocMeta.js +1 -1
- package/lib/utils/classnames.js +1 -1
- package/lib/utils/clipboard.js +1 -1
- package/lib/utils/devWarn.js +1 -1
- package/lib/utils/ref.js +1 -1
- package/lib/utils/uuid.js +1 -1
- package/package.json +1 -1
- package/scripts/mcp-server/examples.generated.json +78 -0
- package/scripts/mcp-server/index.generated.json +675 -150
|
@@ -150,6 +150,200 @@
|
|
|
150
150
|
}
|
|
151
151
|
]
|
|
152
152
|
},
|
|
153
|
+
{
|
|
154
|
+
"name": "ActionBar",
|
|
155
|
+
"kind": "component",
|
|
156
|
+
"category": "misc",
|
|
157
|
+
"summary": "",
|
|
158
|
+
"importPath": "@1money/component-ui",
|
|
159
|
+
"subpathImport": null,
|
|
160
|
+
"sourceFile": "src/components/ActionBar/ActionBar.tsx",
|
|
161
|
+
"props": [
|
|
162
|
+
{
|
|
163
|
+
"name": "layout",
|
|
164
|
+
"type": "ActionBarLayout",
|
|
165
|
+
"optional": true,
|
|
166
|
+
"default": null,
|
|
167
|
+
"description": "Row layout, locked by the scenario shell: `fill` (default) shares the full row — one action spans it, two split it evenly; `compact` renders auto-width, left-aligned buttons (form-dialog footers).",
|
|
168
|
+
"inheritedFrom": null
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "direction",
|
|
172
|
+
"type": "ActionBarDirection",
|
|
173
|
+
"optional": true,
|
|
174
|
+
"default": null,
|
|
175
|
+
"description": "Arrangement: `horizontal` (default) or `vertical` (stacked, each button full-width — result-dialog style).",
|
|
176
|
+
"inheritedFrom": null
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "primary",
|
|
180
|
+
"type": "ActionBarAction",
|
|
181
|
+
"optional": true,
|
|
182
|
+
"default": null,
|
|
183
|
+
"description": "Primary action.",
|
|
184
|
+
"inheritedFrom": null
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "secondary",
|
|
188
|
+
"type": "ActionBarAction",
|
|
189
|
+
"optional": true,
|
|
190
|
+
"default": null,
|
|
191
|
+
"description": "Optional secondary (left) action.",
|
|
192
|
+
"inheritedFrom": null
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "footnote",
|
|
196
|
+
"type": "ActionBarFootnote",
|
|
197
|
+
"optional": true,
|
|
198
|
+
"default": null,
|
|
199
|
+
"description": "Optional centered footnote row below the actions.",
|
|
200
|
+
"inheritedFrom": null
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "prefixCls",
|
|
204
|
+
"type": "string",
|
|
205
|
+
"optional": true,
|
|
206
|
+
"default": null,
|
|
207
|
+
"description": "CSS class prefix.",
|
|
208
|
+
"inheritedFrom": null
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "className",
|
|
212
|
+
"type": "string",
|
|
213
|
+
"optional": true,
|
|
214
|
+
"default": null,
|
|
215
|
+
"description": "Additional class on the root element.",
|
|
216
|
+
"inheritedFrom": null
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"extends": [],
|
|
220
|
+
"relatedSymbols": [
|
|
221
|
+
"ActionBarAction",
|
|
222
|
+
"ActionBarFootnote",
|
|
223
|
+
"ActionBarLayout",
|
|
224
|
+
"ActionBarProps"
|
|
225
|
+
],
|
|
226
|
+
"searchTags": [],
|
|
227
|
+
"canonicalUsage": "<ActionBar />",
|
|
228
|
+
"examples": [
|
|
229
|
+
{
|
|
230
|
+
"hash": "b18db3681963f33b4f480dc59dc59e3799470a5a30c598e54eb5624e82c9cb9e",
|
|
231
|
+
"source": "canonical"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"hash": "778ff251f59b7f82e0eb19aad6b18543b96bed2de7792e4ea1f8f899b4c570ac",
|
|
235
|
+
"source": "readme"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"hash": "93b172e8804898e8e815d5d9dc1ec3f3a8273cccd7b35f0c5ce46a2ef5bbd885",
|
|
239
|
+
"source": "readme"
|
|
240
|
+
}
|
|
241
|
+
]
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "ActionBarAction",
|
|
245
|
+
"kind": "type",
|
|
246
|
+
"category": "misc",
|
|
247
|
+
"summary": "One footer action.",
|
|
248
|
+
"importPath": "@1money/component-ui",
|
|
249
|
+
"subpathImport": null,
|
|
250
|
+
"sourceFile": "src/components/ActionBar/interface.ts",
|
|
251
|
+
"props": [],
|
|
252
|
+
"extends": [],
|
|
253
|
+
"relatedSymbols": [
|
|
254
|
+
"ActionBar",
|
|
255
|
+
"ActionBarFootnote",
|
|
256
|
+
"ActionBarLayout",
|
|
257
|
+
"ActionBarProps"
|
|
258
|
+
],
|
|
259
|
+
"searchTags": [],
|
|
260
|
+
"typeText": "interface ActionBarAction { ... }",
|
|
261
|
+
"canonicalUsage": "import type { ActionBarAction } from '@1money/component-ui';",
|
|
262
|
+
"examples": [
|
|
263
|
+
{
|
|
264
|
+
"hash": "10061dfa2d1ed5326ad65d1f571ed69402288b9a4d4071e7f77cf0917c2ad4e2",
|
|
265
|
+
"source": "canonical"
|
|
266
|
+
}
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "ActionBarFootnote",
|
|
271
|
+
"kind": "type",
|
|
272
|
+
"category": "misc",
|
|
273
|
+
"summary": "Optional centered footnote row under the actions, e.g.",
|
|
274
|
+
"importPath": "@1money/component-ui",
|
|
275
|
+
"subpathImport": null,
|
|
276
|
+
"sourceFile": "src/components/ActionBar/interface.ts",
|
|
277
|
+
"props": [],
|
|
278
|
+
"extends": [],
|
|
279
|
+
"relatedSymbols": [
|
|
280
|
+
"ActionBar",
|
|
281
|
+
"ActionBarAction",
|
|
282
|
+
"ActionBarLayout",
|
|
283
|
+
"ActionBarProps"
|
|
284
|
+
],
|
|
285
|
+
"searchTags": [],
|
|
286
|
+
"typeText": "interface ActionBarFootnote { ... }",
|
|
287
|
+
"canonicalUsage": "import type { ActionBarFootnote } from '@1money/component-ui';",
|
|
288
|
+
"examples": [
|
|
289
|
+
{
|
|
290
|
+
"hash": "3e1b837d009985dfb4fd3b8dc6bbd0d622f81da97c84449ef030d92f26093f19",
|
|
291
|
+
"source": "canonical"
|
|
292
|
+
}
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "ActionBarLayout",
|
|
297
|
+
"kind": "type",
|
|
298
|
+
"category": "misc",
|
|
299
|
+
"summary": "",
|
|
300
|
+
"importPath": "@1money/component-ui",
|
|
301
|
+
"subpathImport": null,
|
|
302
|
+
"sourceFile": "src/components/ActionBar/constants.ts",
|
|
303
|
+
"props": [],
|
|
304
|
+
"extends": [],
|
|
305
|
+
"relatedSymbols": [
|
|
306
|
+
"ActionBar",
|
|
307
|
+
"ActionBarAction",
|
|
308
|
+
"ActionBarFootnote",
|
|
309
|
+
"ActionBarProps"
|
|
310
|
+
],
|
|
311
|
+
"searchTags": [],
|
|
312
|
+
"typeText": "(typeof ACTION_BAR_LAYOUTS)[number]",
|
|
313
|
+
"canonicalUsage": "import type { ActionBarLayout } from '@1money/component-ui';",
|
|
314
|
+
"examples": [
|
|
315
|
+
{
|
|
316
|
+
"hash": "0c768b646aa684f0a011c4dba8b0355e58c2546fd5d132e1b992122d9455232c",
|
|
317
|
+
"source": "canonical"
|
|
318
|
+
}
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "ActionBarProps",
|
|
323
|
+
"kind": "type",
|
|
324
|
+
"category": "misc",
|
|
325
|
+
"summary": "",
|
|
326
|
+
"importPath": "@1money/component-ui",
|
|
327
|
+
"subpathImport": null,
|
|
328
|
+
"sourceFile": "src/components/ActionBar/interface.ts",
|
|
329
|
+
"props": [],
|
|
330
|
+
"extends": [],
|
|
331
|
+
"relatedSymbols": [
|
|
332
|
+
"ActionBar",
|
|
333
|
+
"ActionBarAction",
|
|
334
|
+
"ActionBarFootnote",
|
|
335
|
+
"ActionBarLayout"
|
|
336
|
+
],
|
|
337
|
+
"searchTags": [],
|
|
338
|
+
"typeText": "interface ActionBarProps { ... }",
|
|
339
|
+
"canonicalUsage": "import type { ActionBarProps } from '@1money/component-ui';",
|
|
340
|
+
"examples": [
|
|
341
|
+
{
|
|
342
|
+
"hash": "e466b68f0a986ec676c0e149f8cb4ee4e6bdbc23ec752b00fbdf6be1c7df6d5f",
|
|
343
|
+
"source": "canonical"
|
|
344
|
+
}
|
|
345
|
+
]
|
|
346
|
+
},
|
|
153
347
|
{
|
|
154
348
|
"name": "Alert",
|
|
155
349
|
"kind": "component",
|
|
@@ -2002,7 +2196,6 @@
|
|
|
2002
2196
|
"DrawerFormProps",
|
|
2003
2197
|
"FormCoreInstance",
|
|
2004
2198
|
"FormInstance",
|
|
2005
|
-
"FormLayout",
|
|
2006
2199
|
"FormListContextValue",
|
|
2007
2200
|
"FormSize",
|
|
2008
2201
|
"LabelAlign",
|
|
@@ -2029,6 +2222,7 @@
|
|
|
2029
2222
|
"ProFormItem",
|
|
2030
2223
|
"ProFormItemProps",
|
|
2031
2224
|
"ProFormItemSharedProps",
|
|
2225
|
+
"ProFormLayout",
|
|
2032
2226
|
"ProFormLayoutConfig",
|
|
2033
2227
|
"ProFormList",
|
|
2034
2228
|
"ProFormListAction",
|
|
@@ -2151,6 +2345,14 @@
|
|
|
2151
2345
|
"description": "",
|
|
2152
2346
|
"inheritedFrom": null
|
|
2153
2347
|
},
|
|
2348
|
+
{
|
|
2349
|
+
"name": "bare",
|
|
2350
|
+
"type": "boolean",
|
|
2351
|
+
"optional": true,
|
|
2352
|
+
"default": null,
|
|
2353
|
+
"description": "Bare panel mode: keep the overlay machinery (portal, mask, Esc, close / back controls, viewport max-height, width presets) but render NO panel chrome and NO header/body/footer slots — children fill the panel directly.",
|
|
2354
|
+
"inheritedFrom": null
|
|
2355
|
+
},
|
|
2154
2356
|
{
|
|
2155
2357
|
"name": "width",
|
|
2156
2358
|
"type": "number | string",
|
|
@@ -2477,7 +2679,6 @@
|
|
|
2477
2679
|
"DrawerFormProps",
|
|
2478
2680
|
"FormCoreInstance",
|
|
2479
2681
|
"FormInstance",
|
|
2480
|
-
"FormLayout",
|
|
2481
2682
|
"FormListContextValue",
|
|
2482
2683
|
"FormSize",
|
|
2483
2684
|
"LabelAlign",
|
|
@@ -2504,6 +2705,7 @@
|
|
|
2504
2705
|
"ProFormItem",
|
|
2505
2706
|
"ProFormItemProps",
|
|
2506
2707
|
"ProFormItemSharedProps",
|
|
2708
|
+
"ProFormLayout",
|
|
2507
2709
|
"ProFormLayoutConfig",
|
|
2508
2710
|
"ProFormList",
|
|
2509
2711
|
"ProFormListAction",
|
|
@@ -2569,7 +2771,6 @@
|
|
|
2569
2771
|
"DrawerFormProps",
|
|
2570
2772
|
"FormCoreInstance",
|
|
2571
2773
|
"FormInstance",
|
|
2572
|
-
"FormLayout",
|
|
2573
2774
|
"FormListContextValue",
|
|
2574
2775
|
"FormSize",
|
|
2575
2776
|
"LabelAlign",
|
|
@@ -2596,6 +2797,7 @@
|
|
|
2596
2797
|
"ProFormItem",
|
|
2597
2798
|
"ProFormItemProps",
|
|
2598
2799
|
"ProFormItemSharedProps",
|
|
2800
|
+
"ProFormLayout",
|
|
2599
2801
|
"ProFormLayoutConfig",
|
|
2600
2802
|
"ProFormList",
|
|
2601
2803
|
"ProFormListAction",
|
|
@@ -3246,7 +3448,6 @@
|
|
|
3246
3448
|
"DrawerFormProps",
|
|
3247
3449
|
"FormCoreInstance",
|
|
3248
3450
|
"FormInstance",
|
|
3249
|
-
"FormLayout",
|
|
3250
3451
|
"FormListContextValue",
|
|
3251
3452
|
"FormSize",
|
|
3252
3453
|
"LabelAlign",
|
|
@@ -3273,6 +3474,7 @@
|
|
|
3273
3474
|
"ProFormItem",
|
|
3274
3475
|
"ProFormItemProps",
|
|
3275
3476
|
"ProFormItemSharedProps",
|
|
3477
|
+
"ProFormLayout",
|
|
3276
3478
|
"ProFormLayoutConfig",
|
|
3277
3479
|
"ProFormList",
|
|
3278
3480
|
"ProFormListAction",
|
|
@@ -3338,7 +3540,6 @@
|
|
|
3338
3540
|
"DrawerForm",
|
|
3339
3541
|
"FormCoreInstance",
|
|
3340
3542
|
"FormInstance",
|
|
3341
|
-
"FormLayout",
|
|
3342
3543
|
"FormListContextValue",
|
|
3343
3544
|
"FormSize",
|
|
3344
3545
|
"LabelAlign",
|
|
@@ -3365,6 +3566,7 @@
|
|
|
3365
3566
|
"ProFormItem",
|
|
3366
3567
|
"ProFormItemProps",
|
|
3367
3568
|
"ProFormItemSharedProps",
|
|
3569
|
+
"ProFormLayout",
|
|
3368
3570
|
"ProFormLayoutConfig",
|
|
3369
3571
|
"ProFormList",
|
|
3370
3572
|
"ProFormListAction",
|
|
@@ -3792,6 +3994,34 @@
|
|
|
3792
3994
|
}
|
|
3793
3995
|
]
|
|
3794
3996
|
},
|
|
3997
|
+
{
|
|
3998
|
+
"name": "FORM_LAYOUT_CONFIG",
|
|
3999
|
+
"kind": "component",
|
|
4000
|
+
"category": "misc",
|
|
4001
|
+
"summary": "THE density table for form surfaces — the single thing to edit when the design changes or a new density is added.",
|
|
4002
|
+
"importPath": "@1money/component-ui",
|
|
4003
|
+
"subpathImport": null,
|
|
4004
|
+
"sourceFile": "src/components/FormLayout/config.ts",
|
|
4005
|
+
"props": [],
|
|
4006
|
+
"extends": [],
|
|
4007
|
+
"relatedSymbols": [
|
|
4008
|
+
"FormCell",
|
|
4009
|
+
"FormCellProps",
|
|
4010
|
+
"FormLayout",
|
|
4011
|
+
"FormLayoutProps",
|
|
4012
|
+
"FormLayoutVariant",
|
|
4013
|
+
"FormRow",
|
|
4014
|
+
"FormRowProps"
|
|
4015
|
+
],
|
|
4016
|
+
"searchTags": [],
|
|
4017
|
+
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4018
|
+
"examples": [
|
|
4019
|
+
{
|
|
4020
|
+
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4021
|
+
"source": "canonical"
|
|
4022
|
+
}
|
|
4023
|
+
]
|
|
4024
|
+
},
|
|
3795
4025
|
{
|
|
3796
4026
|
"name": "Filter",
|
|
3797
4027
|
"kind": "function",
|
|
@@ -3992,6 +4222,63 @@
|
|
|
3992
4222
|
}
|
|
3993
4223
|
]
|
|
3994
4224
|
},
|
|
4225
|
+
{
|
|
4226
|
+
"name": "FormCell",
|
|
4227
|
+
"kind": "component",
|
|
4228
|
+
"category": "misc",
|
|
4229
|
+
"summary": "One cell of a FormRow; cells split the row evenly and clip long content.",
|
|
4230
|
+
"importPath": "@1money/component-ui",
|
|
4231
|
+
"subpathImport": null,
|
|
4232
|
+
"sourceFile": "src/components/FormLayout/FormLayout.tsx",
|
|
4233
|
+
"props": [],
|
|
4234
|
+
"extends": [],
|
|
4235
|
+
"relatedSymbols": [
|
|
4236
|
+
"FORM_LAYOUT_CONFIG",
|
|
4237
|
+
"FormCellProps",
|
|
4238
|
+
"FormLayout",
|
|
4239
|
+
"FormLayoutProps",
|
|
4240
|
+
"FormLayoutVariant",
|
|
4241
|
+
"FormRow",
|
|
4242
|
+
"FormRowProps"
|
|
4243
|
+
],
|
|
4244
|
+
"searchTags": [],
|
|
4245
|
+
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4246
|
+
"examples": [
|
|
4247
|
+
{
|
|
4248
|
+
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4249
|
+
"source": "canonical"
|
|
4250
|
+
}
|
|
4251
|
+
]
|
|
4252
|
+
},
|
|
4253
|
+
{
|
|
4254
|
+
"name": "FormCellProps",
|
|
4255
|
+
"kind": "type",
|
|
4256
|
+
"category": "misc",
|
|
4257
|
+
"summary": "",
|
|
4258
|
+
"importPath": "@1money/component-ui",
|
|
4259
|
+
"subpathImport": null,
|
|
4260
|
+
"sourceFile": "src/components/FormLayout/FormLayout.tsx",
|
|
4261
|
+
"props": [],
|
|
4262
|
+
"extends": [],
|
|
4263
|
+
"relatedSymbols": [
|
|
4264
|
+
"FORM_LAYOUT_CONFIG",
|
|
4265
|
+
"FormCell",
|
|
4266
|
+
"FormLayout",
|
|
4267
|
+
"FormLayoutProps",
|
|
4268
|
+
"FormLayoutVariant",
|
|
4269
|
+
"FormRow",
|
|
4270
|
+
"FormRowProps"
|
|
4271
|
+
],
|
|
4272
|
+
"searchTags": [],
|
|
4273
|
+
"typeText": "FormRowProps",
|
|
4274
|
+
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4275
|
+
"examples": [
|
|
4276
|
+
{
|
|
4277
|
+
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4278
|
+
"source": "canonical"
|
|
4279
|
+
}
|
|
4280
|
+
]
|
|
4281
|
+
},
|
|
3995
4282
|
{
|
|
3996
4283
|
"name": "FormCoreInstance",
|
|
3997
4284
|
"kind": "type",
|
|
@@ -4009,7 +4296,6 @@
|
|
|
4009
4296
|
"DrawerForm",
|
|
4010
4297
|
"DrawerFormProps",
|
|
4011
4298
|
"FormInstance",
|
|
4012
|
-
"FormLayout",
|
|
4013
4299
|
"FormListContextValue",
|
|
4014
4300
|
"FormSize",
|
|
4015
4301
|
"LabelAlign",
|
|
@@ -4036,6 +4322,7 @@
|
|
|
4036
4322
|
"ProFormItem",
|
|
4037
4323
|
"ProFormItemProps",
|
|
4038
4324
|
"ProFormItemSharedProps",
|
|
4325
|
+
"ProFormLayout",
|
|
4039
4326
|
"ProFormLayoutConfig",
|
|
4040
4327
|
"ProFormList",
|
|
4041
4328
|
"ProFormListAction",
|
|
@@ -4102,7 +4389,6 @@
|
|
|
4102
4389
|
"DrawerForm",
|
|
4103
4390
|
"DrawerFormProps",
|
|
4104
4391
|
"FormCoreInstance",
|
|
4105
|
-
"FormLayout",
|
|
4106
4392
|
"FormListContextValue",
|
|
4107
4393
|
"FormSize",
|
|
4108
4394
|
"LabelAlign",
|
|
@@ -4129,6 +4415,7 @@
|
|
|
4129
4415
|
"ProFormItem",
|
|
4130
4416
|
"ProFormItemProps",
|
|
4131
4417
|
"ProFormItemSharedProps",
|
|
4418
|
+
"ProFormLayout",
|
|
4132
4419
|
"ProFormLayoutConfig",
|
|
4133
4420
|
"ProFormList",
|
|
4134
4421
|
"ProFormListAction",
|
|
@@ -4180,12 +4467,193 @@
|
|
|
4180
4467
|
},
|
|
4181
4468
|
{
|
|
4182
4469
|
"name": "FormLayout",
|
|
4470
|
+
"kind": "component",
|
|
4471
|
+
"category": "misc",
|
|
4472
|
+
"summary": "Form-only surface layout: panel chrome (white surface, hairline border, radius) + three regions (header with title/extra, fields content, footer) with variant-driven density.",
|
|
4473
|
+
"importPath": "@1money/component-ui",
|
|
4474
|
+
"subpathImport": null,
|
|
4475
|
+
"sourceFile": "src/components/FormLayout/FormLayout.tsx",
|
|
4476
|
+
"props": [
|
|
4477
|
+
{
|
|
4478
|
+
"name": "variant",
|
|
4479
|
+
"type": "FormLayoutVariant",
|
|
4480
|
+
"optional": true,
|
|
4481
|
+
"default": null,
|
|
4482
|
+
"description": "Density + scroll-policy variant.",
|
|
4483
|
+
"inheritedFrom": null
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
"name": "scroll",
|
|
4487
|
+
"type": "boolean",
|
|
4488
|
+
"optional": true,
|
|
4489
|
+
"default": null,
|
|
4490
|
+
"description": "Override the variant's scroll policy (modal → `true`, page → `false`).",
|
|
4491
|
+
"inheritedFrom": null
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"name": "title",
|
|
4495
|
+
"type": "ReactNode",
|
|
4496
|
+
"optional": true,
|
|
4497
|
+
"default": null,
|
|
4498
|
+
"description": "Heading; a plain string renders as Headline/md (24px).",
|
|
4499
|
+
"inheritedFrom": null
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"name": "extra",
|
|
4503
|
+
"type": "ReactNode",
|
|
4504
|
+
"optional": true,
|
|
4505
|
+
"default": null,
|
|
4506
|
+
"description": "Trailing slot on the title row (e.g.",
|
|
4507
|
+
"inheritedFrom": null
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"name": "children",
|
|
4511
|
+
"type": "ReactNode",
|
|
4512
|
+
"optional": true,
|
|
4513
|
+
"default": null,
|
|
4514
|
+
"description": "Fields region content.",
|
|
4515
|
+
"inheritedFrom": null
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"name": "footer",
|
|
4519
|
+
"type": "ReactNode",
|
|
4520
|
+
"optional": true,
|
|
4521
|
+
"default": null,
|
|
4522
|
+
"description": "Footer region, typically the action buttons.",
|
|
4523
|
+
"inheritedFrom": null
|
|
4524
|
+
},
|
|
4525
|
+
{
|
|
4526
|
+
"name": "width",
|
|
4527
|
+
"type": "number | string",
|
|
4528
|
+
"optional": true,
|
|
4529
|
+
"default": null,
|
|
4530
|
+
"description": "Panel width (number → px).",
|
|
4531
|
+
"inheritedFrom": null
|
|
4532
|
+
},
|
|
4533
|
+
{
|
|
4534
|
+
"name": "maxHeight",
|
|
4535
|
+
"type": "number | string",
|
|
4536
|
+
"optional": true,
|
|
4537
|
+
"default": null,
|
|
4538
|
+
"description": "Explicit height cap (number → px) for standalone usage.",
|
|
4539
|
+
"inheritedFrom": null
|
|
4540
|
+
},
|
|
4541
|
+
{
|
|
4542
|
+
"name": "prefixCls",
|
|
4543
|
+
"type": "string",
|
|
4544
|
+
"optional": true,
|
|
4545
|
+
"default": null,
|
|
4546
|
+
"description": "CSS class prefix.",
|
|
4547
|
+
"inheritedFrom": null
|
|
4548
|
+
}
|
|
4549
|
+
],
|
|
4550
|
+
"extends": [
|
|
4551
|
+
"Omit<HTMLAttributes<HTMLDivElement>, 'title'>"
|
|
4552
|
+
],
|
|
4553
|
+
"relatedSymbols": [
|
|
4554
|
+
"FORM_LAYOUT_CONFIG",
|
|
4555
|
+
"FormCell",
|
|
4556
|
+
"FormCellProps",
|
|
4557
|
+
"FormLayoutProps",
|
|
4558
|
+
"FormLayoutVariant",
|
|
4559
|
+
"FormRow",
|
|
4560
|
+
"FormRowProps"
|
|
4561
|
+
],
|
|
4562
|
+
"searchTags": [],
|
|
4563
|
+
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4564
|
+
"examples": [
|
|
4565
|
+
{
|
|
4566
|
+
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4567
|
+
"source": "canonical"
|
|
4568
|
+
},
|
|
4569
|
+
{
|
|
4570
|
+
"hash": "23e9718c7f439230fb4d6d0f21b01fe15e6475ace8578e08b3963545b687aacb",
|
|
4571
|
+
"source": "readme"
|
|
4572
|
+
},
|
|
4573
|
+
{
|
|
4574
|
+
"hash": "878fbef26e770a8edb30d246935990aaaae4a13cf626becca5de61f91781b8c5",
|
|
4575
|
+
"source": "readme"
|
|
4576
|
+
},
|
|
4577
|
+
{
|
|
4578
|
+
"hash": "7b9df7846bbfff4e15c8e946f02854ec4960729387cb7ee109332f859d9c95eb",
|
|
4579
|
+
"source": "stories"
|
|
4580
|
+
},
|
|
4581
|
+
{
|
|
4582
|
+
"hash": "a1a0aed42f051433d5dc32d95c08519e920a1163cfa9588524779cca2abd2f79",
|
|
4583
|
+
"source": "stories"
|
|
4584
|
+
},
|
|
4585
|
+
{
|
|
4586
|
+
"hash": "60779b1ebe0f82d9c815b7207aaba4ef0c2ab59d6fbd1fd7f46aef140023b9bb",
|
|
4587
|
+
"source": "stories"
|
|
4588
|
+
}
|
|
4589
|
+
]
|
|
4590
|
+
},
|
|
4591
|
+
{
|
|
4592
|
+
"name": "FormLayoutProps",
|
|
4593
|
+
"kind": "type",
|
|
4594
|
+
"category": "misc",
|
|
4595
|
+
"summary": "Form-only surface layout: panel chrome (white surface, hairline border, radius) + three regions (header with title/extra, fields content, footer) with variant-driven density.",
|
|
4596
|
+
"importPath": "@1money/component-ui",
|
|
4597
|
+
"subpathImport": null,
|
|
4598
|
+
"sourceFile": "src/components/FormLayout/interface.ts",
|
|
4599
|
+
"props": [],
|
|
4600
|
+
"extends": [],
|
|
4601
|
+
"relatedSymbols": [
|
|
4602
|
+
"FORM_LAYOUT_CONFIG",
|
|
4603
|
+
"FormCell",
|
|
4604
|
+
"FormCellProps",
|
|
4605
|
+
"FormLayout",
|
|
4606
|
+
"FormLayoutVariant",
|
|
4607
|
+
"FormRow",
|
|
4608
|
+
"FormRowProps"
|
|
4609
|
+
],
|
|
4610
|
+
"searchTags": [],
|
|
4611
|
+
"typeText": "interface FormLayoutProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> { ... }",
|
|
4612
|
+
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4613
|
+
"examples": [
|
|
4614
|
+
{
|
|
4615
|
+
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4616
|
+
"source": "canonical"
|
|
4617
|
+
}
|
|
4618
|
+
]
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
"name": "FormLayoutVariant",
|
|
4622
|
+
"kind": "type",
|
|
4623
|
+
"category": "misc",
|
|
4624
|
+
"summary": "",
|
|
4625
|
+
"importPath": "@1money/component-ui",
|
|
4626
|
+
"subpathImport": null,
|
|
4627
|
+
"sourceFile": "src/components/FormLayout/config.ts",
|
|
4628
|
+
"props": [],
|
|
4629
|
+
"extends": [],
|
|
4630
|
+
"relatedSymbols": [
|
|
4631
|
+
"FORM_LAYOUT_CONFIG",
|
|
4632
|
+
"FormCell",
|
|
4633
|
+
"FormCellProps",
|
|
4634
|
+
"FormLayout",
|
|
4635
|
+
"FormLayoutProps",
|
|
4636
|
+
"FormRow",
|
|
4637
|
+
"FormRowProps"
|
|
4638
|
+
],
|
|
4639
|
+
"searchTags": [],
|
|
4640
|
+
"typeText": "keyof typeof FORM_LAYOUT_CONFIG",
|
|
4641
|
+
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4642
|
+
"examples": [
|
|
4643
|
+
{
|
|
4644
|
+
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4645
|
+
"source": "canonical"
|
|
4646
|
+
}
|
|
4647
|
+
]
|
|
4648
|
+
},
|
|
4649
|
+
{
|
|
4650
|
+
"name": "FormListContextValue",
|
|
4183
4651
|
"kind": "type",
|
|
4184
4652
|
"category": "forms",
|
|
4185
4653
|
"summary": "",
|
|
4186
4654
|
"importPath": "@1money/component-ui",
|
|
4187
4655
|
"subpathImport": "@1money/component-ui/ProForm",
|
|
4188
|
-
"sourceFile": "src/components/ProForm/
|
|
4656
|
+
"sourceFile": "src/components/ProForm/interface.ts",
|
|
4189
4657
|
"props": [],
|
|
4190
4658
|
"extends": [],
|
|
4191
4659
|
"relatedSymbols": [
|
|
@@ -4196,7 +4664,6 @@
|
|
|
4196
4664
|
"DrawerFormProps",
|
|
4197
4665
|
"FormCoreInstance",
|
|
4198
4666
|
"FormInstance",
|
|
4199
|
-
"FormListContextValue",
|
|
4200
4667
|
"FormSize",
|
|
4201
4668
|
"LabelAlign",
|
|
4202
4669
|
"ProForm",
|
|
@@ -4222,6 +4689,7 @@
|
|
|
4222
4689
|
"ProFormItem",
|
|
4223
4690
|
"ProFormItemProps",
|
|
4224
4691
|
"ProFormItemSharedProps",
|
|
4692
|
+
"ProFormLayout",
|
|
4225
4693
|
"ProFormLayoutConfig",
|
|
4226
4694
|
"ProFormList",
|
|
4227
4695
|
"ProFormListAction",
|
|
@@ -4262,7 +4730,7 @@
|
|
|
4262
4730
|
"useFormWatch"
|
|
4263
4731
|
],
|
|
4264
4732
|
"searchTags": [],
|
|
4265
|
-
"typeText": "
|
|
4733
|
+
"typeText": "interface FormListContextValue { ... }",
|
|
4266
4734
|
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
4267
4735
|
"examples": [
|
|
4268
4736
|
{
|
|
@@ -4272,94 +4740,58 @@
|
|
|
4272
4740
|
]
|
|
4273
4741
|
},
|
|
4274
4742
|
{
|
|
4275
|
-
"name": "
|
|
4743
|
+
"name": "FormRow",
|
|
4744
|
+
"kind": "component",
|
|
4745
|
+
"category": "misc",
|
|
4746
|
+
"summary": "One multi-column row inside the fields region.",
|
|
4747
|
+
"importPath": "@1money/component-ui",
|
|
4748
|
+
"subpathImport": null,
|
|
4749
|
+
"sourceFile": "src/components/FormLayout/FormLayout.tsx",
|
|
4750
|
+
"props": [],
|
|
4751
|
+
"extends": [],
|
|
4752
|
+
"relatedSymbols": [
|
|
4753
|
+
"FORM_LAYOUT_CONFIG",
|
|
4754
|
+
"FormCell",
|
|
4755
|
+
"FormCellProps",
|
|
4756
|
+
"FormLayout",
|
|
4757
|
+
"FormLayoutProps",
|
|
4758
|
+
"FormLayoutVariant",
|
|
4759
|
+
"FormRowProps"
|
|
4760
|
+
],
|
|
4761
|
+
"searchTags": [],
|
|
4762
|
+
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4763
|
+
"examples": [
|
|
4764
|
+
{
|
|
4765
|
+
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4766
|
+
"source": "canonical"
|
|
4767
|
+
}
|
|
4768
|
+
]
|
|
4769
|
+
},
|
|
4770
|
+
{
|
|
4771
|
+
"name": "FormRowProps",
|
|
4276
4772
|
"kind": "type",
|
|
4277
|
-
"category": "
|
|
4773
|
+
"category": "misc",
|
|
4278
4774
|
"summary": "",
|
|
4279
4775
|
"importPath": "@1money/component-ui",
|
|
4280
|
-
"subpathImport":
|
|
4281
|
-
"sourceFile": "src/components/
|
|
4776
|
+
"subpathImport": null,
|
|
4777
|
+
"sourceFile": "src/components/FormLayout/FormLayout.tsx",
|
|
4282
4778
|
"props": [],
|
|
4283
4779
|
"extends": [],
|
|
4284
4780
|
"relatedSymbols": [
|
|
4285
|
-
"
|
|
4286
|
-
"
|
|
4287
|
-
"
|
|
4288
|
-
"DrawerForm",
|
|
4289
|
-
"DrawerFormProps",
|
|
4290
|
-
"FormCoreInstance",
|
|
4291
|
-
"FormInstance",
|
|
4781
|
+
"FORM_LAYOUT_CONFIG",
|
|
4782
|
+
"FormCell",
|
|
4783
|
+
"FormCellProps",
|
|
4292
4784
|
"FormLayout",
|
|
4293
|
-
"
|
|
4294
|
-
"
|
|
4295
|
-
"
|
|
4296
|
-
"ProFormCheckbox",
|
|
4297
|
-
"ProFormCheckboxGroup",
|
|
4298
|
-
"ProFormColProps",
|
|
4299
|
-
"ProFormContextValue",
|
|
4300
|
-
"ProFormDateFormatter",
|
|
4301
|
-
"ProFormDatePicker",
|
|
4302
|
-
"ProFormDependency",
|
|
4303
|
-
"ProFormDependencyProps",
|
|
4304
|
-
"ProFormFieldConvertValueFn",
|
|
4305
|
-
"ProFormFieldName",
|
|
4306
|
-
"ProFormFieldOptionValue",
|
|
4307
|
-
"ProFormFieldProps",
|
|
4308
|
-
"ProFormFieldSet",
|
|
4309
|
-
"ProFormFieldSetProps",
|
|
4310
|
-
"ProFormFieldTransformFn",
|
|
4311
|
-
"ProFormFieldValueMap",
|
|
4312
|
-
"ProFormFormInstance",
|
|
4313
|
-
"ProFormGroup",
|
|
4314
|
-
"ProFormGroupProps",
|
|
4315
|
-
"ProFormItem",
|
|
4316
|
-
"ProFormItemProps",
|
|
4317
|
-
"ProFormItemSharedProps",
|
|
4318
|
-
"ProFormLayoutConfig",
|
|
4319
|
-
"ProFormList",
|
|
4320
|
-
"ProFormListAction",
|
|
4321
|
-
"ProFormListProps",
|
|
4322
|
-
"ProFormMode",
|
|
4323
|
-
"ProFormPassword",
|
|
4324
|
-
"ProFormPathValue",
|
|
4325
|
-
"ProFormProps",
|
|
4326
|
-
"ProFormRadioGroup",
|
|
4327
|
-
"ProFormRecursivePartial",
|
|
4328
|
-
"ProFormRequestOption",
|
|
4329
|
-
"ProFormSchemaColumn",
|
|
4330
|
-
"ProFormSchemaColumns",
|
|
4331
|
-
"ProFormSchemaValueType",
|
|
4332
|
-
"ProFormSelect",
|
|
4333
|
-
"ProFormSlider",
|
|
4334
|
-
"ProFormStableContextValue",
|
|
4335
|
-
"ProFormStateContextValue",
|
|
4336
|
-
"ProFormSwitch",
|
|
4337
|
-
"ProFormSyncToUrl",
|
|
4338
|
-
"ProFormText",
|
|
4339
|
-
"ProFormTextArea",
|
|
4340
|
-
"ProFormUpload",
|
|
4341
|
-
"ProFormValidateResult",
|
|
4342
|
-
"ProFormValueEnumObj",
|
|
4343
|
-
"ProFormValueType",
|
|
4344
|
-
"ProFormValuesPatch",
|
|
4345
|
-
"QueryFilter",
|
|
4346
|
-
"QueryFilterProps",
|
|
4347
|
-
"Rule",
|
|
4348
|
-
"SchemaForm",
|
|
4349
|
-
"SchemaFormProps",
|
|
4350
|
-
"SubmitterProps",
|
|
4351
|
-
"UseFormWatch",
|
|
4352
|
-
"ValidateStatus",
|
|
4353
|
-
"ValidateTrigger",
|
|
4354
|
-
"createProFormField",
|
|
4355
|
-
"useFormWatch"
|
|
4785
|
+
"FormLayoutProps",
|
|
4786
|
+
"FormLayoutVariant",
|
|
4787
|
+
"FormRow"
|
|
4356
4788
|
],
|
|
4357
4789
|
"searchTags": [],
|
|
4358
|
-
"typeText": "interface
|
|
4359
|
-
"canonicalUsage": "import {
|
|
4790
|
+
"typeText": "interface FormRowProps { ... }",
|
|
4791
|
+
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4360
4792
|
"examples": [
|
|
4361
4793
|
{
|
|
4362
|
-
"hash": "
|
|
4794
|
+
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4363
4795
|
"source": "canonical"
|
|
4364
4796
|
}
|
|
4365
4797
|
]
|
|
@@ -4382,7 +4814,6 @@
|
|
|
4382
4814
|
"DrawerFormProps",
|
|
4383
4815
|
"FormCoreInstance",
|
|
4384
4816
|
"FormInstance",
|
|
4385
|
-
"FormLayout",
|
|
4386
4817
|
"FormListContextValue",
|
|
4387
4818
|
"LabelAlign",
|
|
4388
4819
|
"ProForm",
|
|
@@ -4408,6 +4839,7 @@
|
|
|
4408
4839
|
"ProFormItem",
|
|
4409
4840
|
"ProFormItemProps",
|
|
4410
4841
|
"ProFormItemSharedProps",
|
|
4842
|
+
"ProFormLayout",
|
|
4411
4843
|
"ProFormLayoutConfig",
|
|
4412
4844
|
"ProFormList",
|
|
4413
4845
|
"ProFormListAction",
|
|
@@ -5529,7 +5961,6 @@
|
|
|
5529
5961
|
"DrawerFormProps",
|
|
5530
5962
|
"FormCoreInstance",
|
|
5531
5963
|
"FormInstance",
|
|
5532
|
-
"FormLayout",
|
|
5533
5964
|
"FormListContextValue",
|
|
5534
5965
|
"FormSize",
|
|
5535
5966
|
"ProForm",
|
|
@@ -5555,6 +5986,7 @@
|
|
|
5555
5986
|
"ProFormItem",
|
|
5556
5987
|
"ProFormItemProps",
|
|
5557
5988
|
"ProFormItemSharedProps",
|
|
5989
|
+
"ProFormLayout",
|
|
5558
5990
|
"ProFormLayoutConfig",
|
|
5559
5991
|
"ProFormList",
|
|
5560
5992
|
"ProFormListAction",
|
|
@@ -7571,7 +8003,6 @@
|
|
|
7571
8003
|
"DrawerFormProps",
|
|
7572
8004
|
"FormCoreInstance",
|
|
7573
8005
|
"FormInstance",
|
|
7574
|
-
"FormLayout",
|
|
7575
8006
|
"FormListContextValue",
|
|
7576
8007
|
"FormSize",
|
|
7577
8008
|
"LabelAlign",
|
|
@@ -7597,6 +8028,7 @@
|
|
|
7597
8028
|
"ProFormItem",
|
|
7598
8029
|
"ProFormItemProps",
|
|
7599
8030
|
"ProFormItemSharedProps",
|
|
8031
|
+
"ProFormLayout",
|
|
7600
8032
|
"ProFormLayoutConfig",
|
|
7601
8033
|
"ProFormList",
|
|
7602
8034
|
"ProFormListAction",
|
|
@@ -7957,7 +8389,6 @@
|
|
|
7957
8389
|
"DrawerFormProps",
|
|
7958
8390
|
"FormCoreInstance",
|
|
7959
8391
|
"FormInstance",
|
|
7960
|
-
"FormLayout",
|
|
7961
8392
|
"FormListContextValue",
|
|
7962
8393
|
"FormSize",
|
|
7963
8394
|
"LabelAlign",
|
|
@@ -7983,6 +8414,7 @@
|
|
|
7983
8414
|
"ProFormItem",
|
|
7984
8415
|
"ProFormItemProps",
|
|
7985
8416
|
"ProFormItemSharedProps",
|
|
8417
|
+
"ProFormLayout",
|
|
7986
8418
|
"ProFormLayoutConfig",
|
|
7987
8419
|
"ProFormList",
|
|
7988
8420
|
"ProFormListAction",
|
|
@@ -8049,7 +8481,6 @@
|
|
|
8049
8481
|
"DrawerFormProps",
|
|
8050
8482
|
"FormCoreInstance",
|
|
8051
8483
|
"FormInstance",
|
|
8052
|
-
"FormLayout",
|
|
8053
8484
|
"FormListContextValue",
|
|
8054
8485
|
"FormSize",
|
|
8055
8486
|
"LabelAlign",
|
|
@@ -8075,6 +8506,7 @@
|
|
|
8075
8506
|
"ProFormItem",
|
|
8076
8507
|
"ProFormItemProps",
|
|
8077
8508
|
"ProFormItemSharedProps",
|
|
8509
|
+
"ProFormLayout",
|
|
8078
8510
|
"ProFormLayoutConfig",
|
|
8079
8511
|
"ProFormList",
|
|
8080
8512
|
"ProFormListAction",
|
|
@@ -8141,7 +8573,6 @@
|
|
|
8141
8573
|
"DrawerFormProps",
|
|
8142
8574
|
"FormCoreInstance",
|
|
8143
8575
|
"FormInstance",
|
|
8144
|
-
"FormLayout",
|
|
8145
8576
|
"FormListContextValue",
|
|
8146
8577
|
"FormSize",
|
|
8147
8578
|
"LabelAlign",
|
|
@@ -8167,6 +8598,7 @@
|
|
|
8167
8598
|
"ProFormItem",
|
|
8168
8599
|
"ProFormItemProps",
|
|
8169
8600
|
"ProFormItemSharedProps",
|
|
8601
|
+
"ProFormLayout",
|
|
8170
8602
|
"ProFormLayoutConfig",
|
|
8171
8603
|
"ProFormList",
|
|
8172
8604
|
"ProFormListAction",
|
|
@@ -8234,7 +8666,6 @@
|
|
|
8234
8666
|
"DrawerFormProps",
|
|
8235
8667
|
"FormCoreInstance",
|
|
8236
8668
|
"FormInstance",
|
|
8237
|
-
"FormLayout",
|
|
8238
8669
|
"FormListContextValue",
|
|
8239
8670
|
"FormSize",
|
|
8240
8671
|
"LabelAlign",
|
|
@@ -8260,6 +8691,7 @@
|
|
|
8260
8691
|
"ProFormItem",
|
|
8261
8692
|
"ProFormItemProps",
|
|
8262
8693
|
"ProFormItemSharedProps",
|
|
8694
|
+
"ProFormLayout",
|
|
8263
8695
|
"ProFormLayoutConfig",
|
|
8264
8696
|
"ProFormList",
|
|
8265
8697
|
"ProFormListAction",
|
|
@@ -8327,7 +8759,6 @@
|
|
|
8327
8759
|
"DrawerFormProps",
|
|
8328
8760
|
"FormCoreInstance",
|
|
8329
8761
|
"FormInstance",
|
|
8330
|
-
"FormLayout",
|
|
8331
8762
|
"FormListContextValue",
|
|
8332
8763
|
"FormSize",
|
|
8333
8764
|
"LabelAlign",
|
|
@@ -8353,6 +8784,7 @@
|
|
|
8353
8784
|
"ProFormItem",
|
|
8354
8785
|
"ProFormItemProps",
|
|
8355
8786
|
"ProFormItemSharedProps",
|
|
8787
|
+
"ProFormLayout",
|
|
8356
8788
|
"ProFormLayoutConfig",
|
|
8357
8789
|
"ProFormList",
|
|
8358
8790
|
"ProFormListAction",
|
|
@@ -8420,7 +8852,6 @@
|
|
|
8420
8852
|
"DrawerFormProps",
|
|
8421
8853
|
"FormCoreInstance",
|
|
8422
8854
|
"FormInstance",
|
|
8423
|
-
"FormLayout",
|
|
8424
8855
|
"FormListContextValue",
|
|
8425
8856
|
"FormSize",
|
|
8426
8857
|
"LabelAlign",
|
|
@@ -8446,6 +8877,7 @@
|
|
|
8446
8877
|
"ProFormItem",
|
|
8447
8878
|
"ProFormItemProps",
|
|
8448
8879
|
"ProFormItemSharedProps",
|
|
8880
|
+
"ProFormLayout",
|
|
8449
8881
|
"ProFormLayoutConfig",
|
|
8450
8882
|
"ProFormList",
|
|
8451
8883
|
"ProFormListAction",
|
|
@@ -8532,7 +8964,6 @@
|
|
|
8532
8964
|
"DrawerFormProps",
|
|
8533
8965
|
"FormCoreInstance",
|
|
8534
8966
|
"FormInstance",
|
|
8535
|
-
"FormLayout",
|
|
8536
8967
|
"FormListContextValue",
|
|
8537
8968
|
"FormSize",
|
|
8538
8969
|
"LabelAlign",
|
|
@@ -8558,6 +8989,7 @@
|
|
|
8558
8989
|
"ProFormItem",
|
|
8559
8990
|
"ProFormItemProps",
|
|
8560
8991
|
"ProFormItemSharedProps",
|
|
8992
|
+
"ProFormLayout",
|
|
8561
8993
|
"ProFormLayoutConfig",
|
|
8562
8994
|
"ProFormList",
|
|
8563
8995
|
"ProFormListAction",
|
|
@@ -8624,7 +9056,6 @@
|
|
|
8624
9056
|
"DrawerFormProps",
|
|
8625
9057
|
"FormCoreInstance",
|
|
8626
9058
|
"FormInstance",
|
|
8627
|
-
"FormLayout",
|
|
8628
9059
|
"FormListContextValue",
|
|
8629
9060
|
"FormSize",
|
|
8630
9061
|
"LabelAlign",
|
|
@@ -8650,6 +9081,7 @@
|
|
|
8650
9081
|
"ProFormItem",
|
|
8651
9082
|
"ProFormItemProps",
|
|
8652
9083
|
"ProFormItemSharedProps",
|
|
9084
|
+
"ProFormLayout",
|
|
8653
9085
|
"ProFormLayoutConfig",
|
|
8654
9086
|
"ProFormList",
|
|
8655
9087
|
"ProFormListAction",
|
|
@@ -8717,7 +9149,6 @@
|
|
|
8717
9149
|
"DrawerFormProps",
|
|
8718
9150
|
"FormCoreInstance",
|
|
8719
9151
|
"FormInstance",
|
|
8720
|
-
"FormLayout",
|
|
8721
9152
|
"FormListContextValue",
|
|
8722
9153
|
"FormSize",
|
|
8723
9154
|
"LabelAlign",
|
|
@@ -8743,6 +9174,7 @@
|
|
|
8743
9174
|
"ProFormItem",
|
|
8744
9175
|
"ProFormItemProps",
|
|
8745
9176
|
"ProFormItemSharedProps",
|
|
9177
|
+
"ProFormLayout",
|
|
8746
9178
|
"ProFormLayoutConfig",
|
|
8747
9179
|
"ProFormList",
|
|
8748
9180
|
"ProFormListAction",
|
|
@@ -8810,7 +9242,6 @@
|
|
|
8810
9242
|
"DrawerFormProps",
|
|
8811
9243
|
"FormCoreInstance",
|
|
8812
9244
|
"FormInstance",
|
|
8813
|
-
"FormLayout",
|
|
8814
9245
|
"FormListContextValue",
|
|
8815
9246
|
"FormSize",
|
|
8816
9247
|
"LabelAlign",
|
|
@@ -8836,6 +9267,7 @@
|
|
|
8836
9267
|
"ProFormItem",
|
|
8837
9268
|
"ProFormItemProps",
|
|
8838
9269
|
"ProFormItemSharedProps",
|
|
9270
|
+
"ProFormLayout",
|
|
8839
9271
|
"ProFormLayoutConfig",
|
|
8840
9272
|
"ProFormList",
|
|
8841
9273
|
"ProFormListAction",
|
|
@@ -8903,7 +9335,6 @@
|
|
|
8903
9335
|
"DrawerFormProps",
|
|
8904
9336
|
"FormCoreInstance",
|
|
8905
9337
|
"FormInstance",
|
|
8906
|
-
"FormLayout",
|
|
8907
9338
|
"FormListContextValue",
|
|
8908
9339
|
"FormSize",
|
|
8909
9340
|
"LabelAlign",
|
|
@@ -8929,6 +9360,7 @@
|
|
|
8929
9360
|
"ProFormItem",
|
|
8930
9361
|
"ProFormItemProps",
|
|
8931
9362
|
"ProFormItemSharedProps",
|
|
9363
|
+
"ProFormLayout",
|
|
8932
9364
|
"ProFormLayoutConfig",
|
|
8933
9365
|
"ProFormList",
|
|
8934
9366
|
"ProFormListAction",
|
|
@@ -8996,7 +9428,6 @@
|
|
|
8996
9428
|
"DrawerFormProps",
|
|
8997
9429
|
"FormCoreInstance",
|
|
8998
9430
|
"FormInstance",
|
|
8999
|
-
"FormLayout",
|
|
9000
9431
|
"FormListContextValue",
|
|
9001
9432
|
"FormSize",
|
|
9002
9433
|
"LabelAlign",
|
|
@@ -9022,6 +9453,7 @@
|
|
|
9022
9453
|
"ProFormItem",
|
|
9023
9454
|
"ProFormItemProps",
|
|
9024
9455
|
"ProFormItemSharedProps",
|
|
9456
|
+
"ProFormLayout",
|
|
9025
9457
|
"ProFormLayoutConfig",
|
|
9026
9458
|
"ProFormList",
|
|
9027
9459
|
"ProFormListAction",
|
|
@@ -9154,7 +9586,6 @@
|
|
|
9154
9586
|
"DrawerFormProps",
|
|
9155
9587
|
"FormCoreInstance",
|
|
9156
9588
|
"FormInstance",
|
|
9157
|
-
"FormLayout",
|
|
9158
9589
|
"FormListContextValue",
|
|
9159
9590
|
"FormSize",
|
|
9160
9591
|
"LabelAlign",
|
|
@@ -9180,6 +9611,7 @@
|
|
|
9180
9611
|
"ProFormItem",
|
|
9181
9612
|
"ProFormItemProps",
|
|
9182
9613
|
"ProFormItemSharedProps",
|
|
9614
|
+
"ProFormLayout",
|
|
9183
9615
|
"ProFormLayoutConfig",
|
|
9184
9616
|
"ProFormList",
|
|
9185
9617
|
"ProFormListAction",
|
|
@@ -9246,7 +9678,6 @@
|
|
|
9246
9678
|
"DrawerFormProps",
|
|
9247
9679
|
"FormCoreInstance",
|
|
9248
9680
|
"FormInstance",
|
|
9249
|
-
"FormLayout",
|
|
9250
9681
|
"FormListContextValue",
|
|
9251
9682
|
"FormSize",
|
|
9252
9683
|
"LabelAlign",
|
|
@@ -9272,6 +9703,7 @@
|
|
|
9272
9703
|
"ProFormItem",
|
|
9273
9704
|
"ProFormItemProps",
|
|
9274
9705
|
"ProFormItemSharedProps",
|
|
9706
|
+
"ProFormLayout",
|
|
9275
9707
|
"ProFormLayoutConfig",
|
|
9276
9708
|
"ProFormList",
|
|
9277
9709
|
"ProFormListAction",
|
|
@@ -9339,7 +9771,6 @@
|
|
|
9339
9771
|
"DrawerFormProps",
|
|
9340
9772
|
"FormCoreInstance",
|
|
9341
9773
|
"FormInstance",
|
|
9342
|
-
"FormLayout",
|
|
9343
9774
|
"FormListContextValue",
|
|
9344
9775
|
"FormSize",
|
|
9345
9776
|
"LabelAlign",
|
|
@@ -9365,6 +9796,7 @@
|
|
|
9365
9796
|
"ProFormItem",
|
|
9366
9797
|
"ProFormItemProps",
|
|
9367
9798
|
"ProFormItemSharedProps",
|
|
9799
|
+
"ProFormLayout",
|
|
9368
9800
|
"ProFormLayoutConfig",
|
|
9369
9801
|
"ProFormList",
|
|
9370
9802
|
"ProFormListAction",
|
|
@@ -9432,7 +9864,6 @@
|
|
|
9432
9864
|
"DrawerFormProps",
|
|
9433
9865
|
"FormCoreInstance",
|
|
9434
9866
|
"FormInstance",
|
|
9435
|
-
"FormLayout",
|
|
9436
9867
|
"FormListContextValue",
|
|
9437
9868
|
"FormSize",
|
|
9438
9869
|
"LabelAlign",
|
|
@@ -9458,6 +9889,7 @@
|
|
|
9458
9889
|
"ProFormItem",
|
|
9459
9890
|
"ProFormItemProps",
|
|
9460
9891
|
"ProFormItemSharedProps",
|
|
9892
|
+
"ProFormLayout",
|
|
9461
9893
|
"ProFormLayoutConfig",
|
|
9462
9894
|
"ProFormList",
|
|
9463
9895
|
"ProFormListAction",
|
|
@@ -9525,7 +9957,6 @@
|
|
|
9525
9957
|
"DrawerFormProps",
|
|
9526
9958
|
"FormCoreInstance",
|
|
9527
9959
|
"FormInstance",
|
|
9528
|
-
"FormLayout",
|
|
9529
9960
|
"FormListContextValue",
|
|
9530
9961
|
"FormSize",
|
|
9531
9962
|
"LabelAlign",
|
|
@@ -9551,6 +9982,7 @@
|
|
|
9551
9982
|
"ProFormItem",
|
|
9552
9983
|
"ProFormItemProps",
|
|
9553
9984
|
"ProFormItemSharedProps",
|
|
9985
|
+
"ProFormLayout",
|
|
9554
9986
|
"ProFormLayoutConfig",
|
|
9555
9987
|
"ProFormList",
|
|
9556
9988
|
"ProFormListAction",
|
|
@@ -9683,7 +10115,6 @@
|
|
|
9683
10115
|
"DrawerFormProps",
|
|
9684
10116
|
"FormCoreInstance",
|
|
9685
10117
|
"FormInstance",
|
|
9686
|
-
"FormLayout",
|
|
9687
10118
|
"FormListContextValue",
|
|
9688
10119
|
"FormSize",
|
|
9689
10120
|
"LabelAlign",
|
|
@@ -9709,6 +10140,7 @@
|
|
|
9709
10140
|
"ProFormItem",
|
|
9710
10141
|
"ProFormItemProps",
|
|
9711
10142
|
"ProFormItemSharedProps",
|
|
10143
|
+
"ProFormLayout",
|
|
9712
10144
|
"ProFormLayoutConfig",
|
|
9713
10145
|
"ProFormList",
|
|
9714
10146
|
"ProFormListAction",
|
|
@@ -9775,7 +10207,6 @@
|
|
|
9775
10207
|
"DrawerFormProps",
|
|
9776
10208
|
"FormCoreInstance",
|
|
9777
10209
|
"FormInstance",
|
|
9778
|
-
"FormLayout",
|
|
9779
10210
|
"FormListContextValue",
|
|
9780
10211
|
"FormSize",
|
|
9781
10212
|
"LabelAlign",
|
|
@@ -9801,6 +10232,7 @@
|
|
|
9801
10232
|
"ProFormItem",
|
|
9802
10233
|
"ProFormItemProps",
|
|
9803
10234
|
"ProFormItemSharedProps",
|
|
10235
|
+
"ProFormLayout",
|
|
9804
10236
|
"ProFormLayoutConfig",
|
|
9805
10237
|
"ProFormList",
|
|
9806
10238
|
"ProFormListAction",
|
|
@@ -10045,7 +10477,6 @@
|
|
|
10045
10477
|
"DrawerFormProps",
|
|
10046
10478
|
"FormCoreInstance",
|
|
10047
10479
|
"FormInstance",
|
|
10048
|
-
"FormLayout",
|
|
10049
10480
|
"FormListContextValue",
|
|
10050
10481
|
"FormSize",
|
|
10051
10482
|
"LabelAlign",
|
|
@@ -10071,6 +10502,7 @@
|
|
|
10071
10502
|
"ProFormGroupProps",
|
|
10072
10503
|
"ProFormItemProps",
|
|
10073
10504
|
"ProFormItemSharedProps",
|
|
10505
|
+
"ProFormLayout",
|
|
10074
10506
|
"ProFormLayoutConfig",
|
|
10075
10507
|
"ProFormList",
|
|
10076
10508
|
"ProFormListAction",
|
|
@@ -10137,7 +10569,6 @@
|
|
|
10137
10569
|
"DrawerFormProps",
|
|
10138
10570
|
"FormCoreInstance",
|
|
10139
10571
|
"FormInstance",
|
|
10140
|
-
"FormLayout",
|
|
10141
10572
|
"FormListContextValue",
|
|
10142
10573
|
"FormSize",
|
|
10143
10574
|
"LabelAlign",
|
|
@@ -10163,6 +10594,7 @@
|
|
|
10163
10594
|
"ProFormGroupProps",
|
|
10164
10595
|
"ProFormItem",
|
|
10165
10596
|
"ProFormItemSharedProps",
|
|
10597
|
+
"ProFormLayout",
|
|
10166
10598
|
"ProFormLayoutConfig",
|
|
10167
10599
|
"ProFormList",
|
|
10168
10600
|
"ProFormListAction",
|
|
@@ -10230,7 +10662,6 @@
|
|
|
10230
10662
|
"DrawerFormProps",
|
|
10231
10663
|
"FormCoreInstance",
|
|
10232
10664
|
"FormInstance",
|
|
10233
|
-
"FormLayout",
|
|
10234
10665
|
"FormListContextValue",
|
|
10235
10666
|
"FormSize",
|
|
10236
10667
|
"LabelAlign",
|
|
@@ -10256,6 +10687,7 @@
|
|
|
10256
10687
|
"ProFormGroupProps",
|
|
10257
10688
|
"ProFormItem",
|
|
10258
10689
|
"ProFormItemProps",
|
|
10690
|
+
"ProFormLayout",
|
|
10259
10691
|
"ProFormLayoutConfig",
|
|
10260
10692
|
"ProFormList",
|
|
10261
10693
|
"ProFormListAction",
|
|
@@ -10305,6 +10737,99 @@
|
|
|
10305
10737
|
}
|
|
10306
10738
|
]
|
|
10307
10739
|
},
|
|
10740
|
+
{
|
|
10741
|
+
"name": "ProFormLayout",
|
|
10742
|
+
"kind": "type",
|
|
10743
|
+
"category": "forms",
|
|
10744
|
+
"summary": "",
|
|
10745
|
+
"importPath": "@1money/component-ui",
|
|
10746
|
+
"subpathImport": "@1money/component-ui/ProForm",
|
|
10747
|
+
"sourceFile": "src/components/ProForm/core/constants.ts",
|
|
10748
|
+
"props": [],
|
|
10749
|
+
"extends": [],
|
|
10750
|
+
"relatedSymbols": [
|
|
10751
|
+
"CreateProFormFieldConfig",
|
|
10752
|
+
"DialogForm",
|
|
10753
|
+
"DialogFormProps",
|
|
10754
|
+
"DrawerForm",
|
|
10755
|
+
"DrawerFormProps",
|
|
10756
|
+
"FormCoreInstance",
|
|
10757
|
+
"FormInstance",
|
|
10758
|
+
"FormListContextValue",
|
|
10759
|
+
"FormSize",
|
|
10760
|
+
"LabelAlign",
|
|
10761
|
+
"ProForm",
|
|
10762
|
+
"ProFormCheckbox",
|
|
10763
|
+
"ProFormCheckboxGroup",
|
|
10764
|
+
"ProFormColProps",
|
|
10765
|
+
"ProFormContextValue",
|
|
10766
|
+
"ProFormDateFormatter",
|
|
10767
|
+
"ProFormDatePicker",
|
|
10768
|
+
"ProFormDependency",
|
|
10769
|
+
"ProFormDependencyProps",
|
|
10770
|
+
"ProFormFieldConvertValueFn",
|
|
10771
|
+
"ProFormFieldName",
|
|
10772
|
+
"ProFormFieldOptionValue",
|
|
10773
|
+
"ProFormFieldProps",
|
|
10774
|
+
"ProFormFieldSet",
|
|
10775
|
+
"ProFormFieldSetProps",
|
|
10776
|
+
"ProFormFieldTransformFn",
|
|
10777
|
+
"ProFormFieldValueMap",
|
|
10778
|
+
"ProFormFormInstance",
|
|
10779
|
+
"ProFormGroup",
|
|
10780
|
+
"ProFormGroupProps",
|
|
10781
|
+
"ProFormItem",
|
|
10782
|
+
"ProFormItemProps",
|
|
10783
|
+
"ProFormItemSharedProps",
|
|
10784
|
+
"ProFormLayoutConfig",
|
|
10785
|
+
"ProFormList",
|
|
10786
|
+
"ProFormListAction",
|
|
10787
|
+
"ProFormListProps",
|
|
10788
|
+
"ProFormMode",
|
|
10789
|
+
"ProFormPassword",
|
|
10790
|
+
"ProFormPathValue",
|
|
10791
|
+
"ProFormProps",
|
|
10792
|
+
"ProFormRadioGroup",
|
|
10793
|
+
"ProFormRecursivePartial",
|
|
10794
|
+
"ProFormRequestOption",
|
|
10795
|
+
"ProFormSchemaColumn",
|
|
10796
|
+
"ProFormSchemaColumns",
|
|
10797
|
+
"ProFormSchemaValueType",
|
|
10798
|
+
"ProFormSelect",
|
|
10799
|
+
"ProFormSlider",
|
|
10800
|
+
"ProFormStableContextValue",
|
|
10801
|
+
"ProFormStateContextValue",
|
|
10802
|
+
"ProFormSwitch",
|
|
10803
|
+
"ProFormSyncToUrl",
|
|
10804
|
+
"ProFormText",
|
|
10805
|
+
"ProFormTextArea",
|
|
10806
|
+
"ProFormUpload",
|
|
10807
|
+
"ProFormValidateResult",
|
|
10808
|
+
"ProFormValueEnumObj",
|
|
10809
|
+
"ProFormValueType",
|
|
10810
|
+
"ProFormValuesPatch",
|
|
10811
|
+
"QueryFilter",
|
|
10812
|
+
"QueryFilterProps",
|
|
10813
|
+
"Rule",
|
|
10814
|
+
"SchemaForm",
|
|
10815
|
+
"SchemaFormProps",
|
|
10816
|
+
"SubmitterProps",
|
|
10817
|
+
"UseFormWatch",
|
|
10818
|
+
"ValidateStatus",
|
|
10819
|
+
"ValidateTrigger",
|
|
10820
|
+
"createProFormField",
|
|
10821
|
+
"useFormWatch"
|
|
10822
|
+
],
|
|
10823
|
+
"searchTags": [],
|
|
10824
|
+
"typeText": "(typeof FORM_LAYOUTS)[number]",
|
|
10825
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
10826
|
+
"examples": [
|
|
10827
|
+
{
|
|
10828
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
10829
|
+
"source": "canonical"
|
|
10830
|
+
}
|
|
10831
|
+
]
|
|
10832
|
+
},
|
|
10308
10833
|
{
|
|
10309
10834
|
"name": "ProFormLayoutConfig",
|
|
10310
10835
|
"kind": "type",
|
|
@@ -10323,7 +10848,6 @@
|
|
|
10323
10848
|
"DrawerFormProps",
|
|
10324
10849
|
"FormCoreInstance",
|
|
10325
10850
|
"FormInstance",
|
|
10326
|
-
"FormLayout",
|
|
10327
10851
|
"FormListContextValue",
|
|
10328
10852
|
"FormSize",
|
|
10329
10853
|
"LabelAlign",
|
|
@@ -10350,6 +10874,7 @@
|
|
|
10350
10874
|
"ProFormItem",
|
|
10351
10875
|
"ProFormItemProps",
|
|
10352
10876
|
"ProFormItemSharedProps",
|
|
10877
|
+
"ProFormLayout",
|
|
10353
10878
|
"ProFormList",
|
|
10354
10879
|
"ProFormListAction",
|
|
10355
10880
|
"ProFormListProps",
|
|
@@ -10537,7 +11062,6 @@
|
|
|
10537
11062
|
"DrawerFormProps",
|
|
10538
11063
|
"FormCoreInstance",
|
|
10539
11064
|
"FormInstance",
|
|
10540
|
-
"FormLayout",
|
|
10541
11065
|
"FormListContextValue",
|
|
10542
11066
|
"FormSize",
|
|
10543
11067
|
"LabelAlign",
|
|
@@ -10564,6 +11088,7 @@
|
|
|
10564
11088
|
"ProFormItem",
|
|
10565
11089
|
"ProFormItemProps",
|
|
10566
11090
|
"ProFormItemSharedProps",
|
|
11091
|
+
"ProFormLayout",
|
|
10567
11092
|
"ProFormLayoutConfig",
|
|
10568
11093
|
"ProFormListAction",
|
|
10569
11094
|
"ProFormListProps",
|
|
@@ -10629,7 +11154,6 @@
|
|
|
10629
11154
|
"DrawerFormProps",
|
|
10630
11155
|
"FormCoreInstance",
|
|
10631
11156
|
"FormInstance",
|
|
10632
|
-
"FormLayout",
|
|
10633
11157
|
"FormListContextValue",
|
|
10634
11158
|
"FormSize",
|
|
10635
11159
|
"LabelAlign",
|
|
@@ -10656,6 +11180,7 @@
|
|
|
10656
11180
|
"ProFormItem",
|
|
10657
11181
|
"ProFormItemProps",
|
|
10658
11182
|
"ProFormItemSharedProps",
|
|
11183
|
+
"ProFormLayout",
|
|
10659
11184
|
"ProFormLayoutConfig",
|
|
10660
11185
|
"ProFormList",
|
|
10661
11186
|
"ProFormListProps",
|
|
@@ -10722,7 +11247,6 @@
|
|
|
10722
11247
|
"DrawerFormProps",
|
|
10723
11248
|
"FormCoreInstance",
|
|
10724
11249
|
"FormInstance",
|
|
10725
|
-
"FormLayout",
|
|
10726
11250
|
"FormListContextValue",
|
|
10727
11251
|
"FormSize",
|
|
10728
11252
|
"LabelAlign",
|
|
@@ -10749,6 +11273,7 @@
|
|
|
10749
11273
|
"ProFormItem",
|
|
10750
11274
|
"ProFormItemProps",
|
|
10751
11275
|
"ProFormItemSharedProps",
|
|
11276
|
+
"ProFormLayout",
|
|
10752
11277
|
"ProFormLayoutConfig",
|
|
10753
11278
|
"ProFormList",
|
|
10754
11279
|
"ProFormListAction",
|
|
@@ -10815,7 +11340,6 @@
|
|
|
10815
11340
|
"DrawerFormProps",
|
|
10816
11341
|
"FormCoreInstance",
|
|
10817
11342
|
"FormInstance",
|
|
10818
|
-
"FormLayout",
|
|
10819
11343
|
"FormListContextValue",
|
|
10820
11344
|
"FormSize",
|
|
10821
11345
|
"LabelAlign",
|
|
@@ -10842,6 +11366,7 @@
|
|
|
10842
11366
|
"ProFormItem",
|
|
10843
11367
|
"ProFormItemProps",
|
|
10844
11368
|
"ProFormItemSharedProps",
|
|
11369
|
+
"ProFormLayout",
|
|
10845
11370
|
"ProFormLayoutConfig",
|
|
10846
11371
|
"ProFormList",
|
|
10847
11372
|
"ProFormListAction",
|
|
@@ -10908,7 +11433,6 @@
|
|
|
10908
11433
|
"DrawerFormProps",
|
|
10909
11434
|
"FormCoreInstance",
|
|
10910
11435
|
"FormInstance",
|
|
10911
|
-
"FormLayout",
|
|
10912
11436
|
"FormListContextValue",
|
|
10913
11437
|
"FormSize",
|
|
10914
11438
|
"LabelAlign",
|
|
@@ -10935,6 +11459,7 @@
|
|
|
10935
11459
|
"ProFormItem",
|
|
10936
11460
|
"ProFormItemProps",
|
|
10937
11461
|
"ProFormItemSharedProps",
|
|
11462
|
+
"ProFormLayout",
|
|
10938
11463
|
"ProFormLayoutConfig",
|
|
10939
11464
|
"ProFormList",
|
|
10940
11465
|
"ProFormListAction",
|
|
@@ -11000,7 +11525,6 @@
|
|
|
11000
11525
|
"DrawerFormProps",
|
|
11001
11526
|
"FormCoreInstance",
|
|
11002
11527
|
"FormInstance",
|
|
11003
|
-
"FormLayout",
|
|
11004
11528
|
"FormListContextValue",
|
|
11005
11529
|
"FormSize",
|
|
11006
11530
|
"LabelAlign",
|
|
@@ -11027,6 +11551,7 @@
|
|
|
11027
11551
|
"ProFormItem",
|
|
11028
11552
|
"ProFormItemProps",
|
|
11029
11553
|
"ProFormItemSharedProps",
|
|
11554
|
+
"ProFormLayout",
|
|
11030
11555
|
"ProFormLayoutConfig",
|
|
11031
11556
|
"ProFormList",
|
|
11032
11557
|
"ProFormListAction",
|
|
@@ -11093,7 +11618,6 @@
|
|
|
11093
11618
|
"DrawerFormProps",
|
|
11094
11619
|
"FormCoreInstance",
|
|
11095
11620
|
"FormInstance",
|
|
11096
|
-
"FormLayout",
|
|
11097
11621
|
"FormListContextValue",
|
|
11098
11622
|
"FormSize",
|
|
11099
11623
|
"LabelAlign",
|
|
@@ -11120,6 +11644,7 @@
|
|
|
11120
11644
|
"ProFormItem",
|
|
11121
11645
|
"ProFormItemProps",
|
|
11122
11646
|
"ProFormItemSharedProps",
|
|
11647
|
+
"ProFormLayout",
|
|
11123
11648
|
"ProFormLayoutConfig",
|
|
11124
11649
|
"ProFormList",
|
|
11125
11650
|
"ProFormListAction",
|
|
@@ -11186,7 +11711,6 @@
|
|
|
11186
11711
|
"DrawerFormProps",
|
|
11187
11712
|
"FormCoreInstance",
|
|
11188
11713
|
"FormInstance",
|
|
11189
|
-
"FormLayout",
|
|
11190
11714
|
"FormListContextValue",
|
|
11191
11715
|
"FormSize",
|
|
11192
11716
|
"LabelAlign",
|
|
@@ -11213,6 +11737,7 @@
|
|
|
11213
11737
|
"ProFormItem",
|
|
11214
11738
|
"ProFormItemProps",
|
|
11215
11739
|
"ProFormItemSharedProps",
|
|
11740
|
+
"ProFormLayout",
|
|
11216
11741
|
"ProFormLayoutConfig",
|
|
11217
11742
|
"ProFormList",
|
|
11218
11743
|
"ProFormListAction",
|
|
@@ -11278,7 +11803,6 @@
|
|
|
11278
11803
|
"DrawerFormProps",
|
|
11279
11804
|
"FormCoreInstance",
|
|
11280
11805
|
"FormInstance",
|
|
11281
|
-
"FormLayout",
|
|
11282
11806
|
"FormListContextValue",
|
|
11283
11807
|
"FormSize",
|
|
11284
11808
|
"LabelAlign",
|
|
@@ -11305,6 +11829,7 @@
|
|
|
11305
11829
|
"ProFormItem",
|
|
11306
11830
|
"ProFormItemProps",
|
|
11307
11831
|
"ProFormItemSharedProps",
|
|
11832
|
+
"ProFormLayout",
|
|
11308
11833
|
"ProFormLayoutConfig",
|
|
11309
11834
|
"ProFormList",
|
|
11310
11835
|
"ProFormListAction",
|
|
@@ -11371,7 +11896,6 @@
|
|
|
11371
11896
|
"DrawerFormProps",
|
|
11372
11897
|
"FormCoreInstance",
|
|
11373
11898
|
"FormInstance",
|
|
11374
|
-
"FormLayout",
|
|
11375
11899
|
"FormListContextValue",
|
|
11376
11900
|
"FormSize",
|
|
11377
11901
|
"LabelAlign",
|
|
@@ -11398,6 +11922,7 @@
|
|
|
11398
11922
|
"ProFormItem",
|
|
11399
11923
|
"ProFormItemProps",
|
|
11400
11924
|
"ProFormItemSharedProps",
|
|
11925
|
+
"ProFormLayout",
|
|
11401
11926
|
"ProFormLayoutConfig",
|
|
11402
11927
|
"ProFormList",
|
|
11403
11928
|
"ProFormListAction",
|
|
@@ -11464,7 +11989,6 @@
|
|
|
11464
11989
|
"DrawerFormProps",
|
|
11465
11990
|
"FormCoreInstance",
|
|
11466
11991
|
"FormInstance",
|
|
11467
|
-
"FormLayout",
|
|
11468
11992
|
"FormListContextValue",
|
|
11469
11993
|
"FormSize",
|
|
11470
11994
|
"LabelAlign",
|
|
@@ -11491,6 +12015,7 @@
|
|
|
11491
12015
|
"ProFormItem",
|
|
11492
12016
|
"ProFormItemProps",
|
|
11493
12017
|
"ProFormItemSharedProps",
|
|
12018
|
+
"ProFormLayout",
|
|
11494
12019
|
"ProFormLayoutConfig",
|
|
11495
12020
|
"ProFormList",
|
|
11496
12021
|
"ProFormListAction",
|
|
@@ -11557,7 +12082,6 @@
|
|
|
11557
12082
|
"DrawerFormProps",
|
|
11558
12083
|
"FormCoreInstance",
|
|
11559
12084
|
"FormInstance",
|
|
11560
|
-
"FormLayout",
|
|
11561
12085
|
"FormListContextValue",
|
|
11562
12086
|
"FormSize",
|
|
11563
12087
|
"LabelAlign",
|
|
@@ -11584,6 +12108,7 @@
|
|
|
11584
12108
|
"ProFormItem",
|
|
11585
12109
|
"ProFormItemProps",
|
|
11586
12110
|
"ProFormItemSharedProps",
|
|
12111
|
+
"ProFormLayout",
|
|
11587
12112
|
"ProFormLayoutConfig",
|
|
11588
12113
|
"ProFormList",
|
|
11589
12114
|
"ProFormListAction",
|
|
@@ -11650,7 +12175,6 @@
|
|
|
11650
12175
|
"DrawerFormProps",
|
|
11651
12176
|
"FormCoreInstance",
|
|
11652
12177
|
"FormInstance",
|
|
11653
|
-
"FormLayout",
|
|
11654
12178
|
"FormListContextValue",
|
|
11655
12179
|
"FormSize",
|
|
11656
12180
|
"LabelAlign",
|
|
@@ -11677,6 +12201,7 @@
|
|
|
11677
12201
|
"ProFormItem",
|
|
11678
12202
|
"ProFormItemProps",
|
|
11679
12203
|
"ProFormItemSharedProps",
|
|
12204
|
+
"ProFormLayout",
|
|
11680
12205
|
"ProFormLayoutConfig",
|
|
11681
12206
|
"ProFormList",
|
|
11682
12207
|
"ProFormListAction",
|
|
@@ -11743,7 +12268,6 @@
|
|
|
11743
12268
|
"DrawerFormProps",
|
|
11744
12269
|
"FormCoreInstance",
|
|
11745
12270
|
"FormInstance",
|
|
11746
|
-
"FormLayout",
|
|
11747
12271
|
"FormListContextValue",
|
|
11748
12272
|
"FormSize",
|
|
11749
12273
|
"LabelAlign",
|
|
@@ -11770,6 +12294,7 @@
|
|
|
11770
12294
|
"ProFormItem",
|
|
11771
12295
|
"ProFormItemProps",
|
|
11772
12296
|
"ProFormItemSharedProps",
|
|
12297
|
+
"ProFormLayout",
|
|
11773
12298
|
"ProFormLayoutConfig",
|
|
11774
12299
|
"ProFormList",
|
|
11775
12300
|
"ProFormListAction",
|
|
@@ -11835,7 +12360,6 @@
|
|
|
11835
12360
|
"DrawerFormProps",
|
|
11836
12361
|
"FormCoreInstance",
|
|
11837
12362
|
"FormInstance",
|
|
11838
|
-
"FormLayout",
|
|
11839
12363
|
"FormListContextValue",
|
|
11840
12364
|
"FormSize",
|
|
11841
12365
|
"LabelAlign",
|
|
@@ -11862,6 +12386,7 @@
|
|
|
11862
12386
|
"ProFormItem",
|
|
11863
12387
|
"ProFormItemProps",
|
|
11864
12388
|
"ProFormItemSharedProps",
|
|
12389
|
+
"ProFormLayout",
|
|
11865
12390
|
"ProFormLayoutConfig",
|
|
11866
12391
|
"ProFormList",
|
|
11867
12392
|
"ProFormListAction",
|
|
@@ -11927,7 +12452,6 @@
|
|
|
11927
12452
|
"DrawerFormProps",
|
|
11928
12453
|
"FormCoreInstance",
|
|
11929
12454
|
"FormInstance",
|
|
11930
|
-
"FormLayout",
|
|
11931
12455
|
"FormListContextValue",
|
|
11932
12456
|
"FormSize",
|
|
11933
12457
|
"LabelAlign",
|
|
@@ -11954,6 +12478,7 @@
|
|
|
11954
12478
|
"ProFormItem",
|
|
11955
12479
|
"ProFormItemProps",
|
|
11956
12480
|
"ProFormItemSharedProps",
|
|
12481
|
+
"ProFormLayout",
|
|
11957
12482
|
"ProFormLayoutConfig",
|
|
11958
12483
|
"ProFormList",
|
|
11959
12484
|
"ProFormListAction",
|
|
@@ -12020,7 +12545,6 @@
|
|
|
12020
12545
|
"DrawerFormProps",
|
|
12021
12546
|
"FormCoreInstance",
|
|
12022
12547
|
"FormInstance",
|
|
12023
|
-
"FormLayout",
|
|
12024
12548
|
"FormListContextValue",
|
|
12025
12549
|
"FormSize",
|
|
12026
12550
|
"LabelAlign",
|
|
@@ -12047,6 +12571,7 @@
|
|
|
12047
12571
|
"ProFormItem",
|
|
12048
12572
|
"ProFormItemProps",
|
|
12049
12573
|
"ProFormItemSharedProps",
|
|
12574
|
+
"ProFormLayout",
|
|
12050
12575
|
"ProFormLayoutConfig",
|
|
12051
12576
|
"ProFormList",
|
|
12052
12577
|
"ProFormListAction",
|
|
@@ -12113,7 +12638,6 @@
|
|
|
12113
12638
|
"DrawerFormProps",
|
|
12114
12639
|
"FormCoreInstance",
|
|
12115
12640
|
"FormInstance",
|
|
12116
|
-
"FormLayout",
|
|
12117
12641
|
"FormListContextValue",
|
|
12118
12642
|
"FormSize",
|
|
12119
12643
|
"LabelAlign",
|
|
@@ -12140,6 +12664,7 @@
|
|
|
12140
12664
|
"ProFormItem",
|
|
12141
12665
|
"ProFormItemProps",
|
|
12142
12666
|
"ProFormItemSharedProps",
|
|
12667
|
+
"ProFormLayout",
|
|
12143
12668
|
"ProFormLayoutConfig",
|
|
12144
12669
|
"ProFormList",
|
|
12145
12670
|
"ProFormListAction",
|
|
@@ -12205,7 +12730,6 @@
|
|
|
12205
12730
|
"DrawerFormProps",
|
|
12206
12731
|
"FormCoreInstance",
|
|
12207
12732
|
"FormInstance",
|
|
12208
|
-
"FormLayout",
|
|
12209
12733
|
"FormListContextValue",
|
|
12210
12734
|
"FormSize",
|
|
12211
12735
|
"LabelAlign",
|
|
@@ -12232,6 +12756,7 @@
|
|
|
12232
12756
|
"ProFormItem",
|
|
12233
12757
|
"ProFormItemProps",
|
|
12234
12758
|
"ProFormItemSharedProps",
|
|
12759
|
+
"ProFormLayout",
|
|
12235
12760
|
"ProFormLayoutConfig",
|
|
12236
12761
|
"ProFormList",
|
|
12237
12762
|
"ProFormListAction",
|
|
@@ -12298,7 +12823,6 @@
|
|
|
12298
12823
|
"DrawerFormProps",
|
|
12299
12824
|
"FormCoreInstance",
|
|
12300
12825
|
"FormInstance",
|
|
12301
|
-
"FormLayout",
|
|
12302
12826
|
"FormListContextValue",
|
|
12303
12827
|
"FormSize",
|
|
12304
12828
|
"LabelAlign",
|
|
@@ -12325,6 +12849,7 @@
|
|
|
12325
12849
|
"ProFormItem",
|
|
12326
12850
|
"ProFormItemProps",
|
|
12327
12851
|
"ProFormItemSharedProps",
|
|
12852
|
+
"ProFormLayout",
|
|
12328
12853
|
"ProFormLayoutConfig",
|
|
12329
12854
|
"ProFormList",
|
|
12330
12855
|
"ProFormListAction",
|
|
@@ -12390,7 +12915,6 @@
|
|
|
12390
12915
|
"DrawerFormProps",
|
|
12391
12916
|
"FormCoreInstance",
|
|
12392
12917
|
"FormInstance",
|
|
12393
|
-
"FormLayout",
|
|
12394
12918
|
"FormListContextValue",
|
|
12395
12919
|
"FormSize",
|
|
12396
12920
|
"LabelAlign",
|
|
@@ -12417,6 +12941,7 @@
|
|
|
12417
12941
|
"ProFormItem",
|
|
12418
12942
|
"ProFormItemProps",
|
|
12419
12943
|
"ProFormItemSharedProps",
|
|
12944
|
+
"ProFormLayout",
|
|
12420
12945
|
"ProFormLayoutConfig",
|
|
12421
12946
|
"ProFormList",
|
|
12422
12947
|
"ProFormListAction",
|
|
@@ -12482,7 +13007,6 @@
|
|
|
12482
13007
|
"DrawerFormProps",
|
|
12483
13008
|
"FormCoreInstance",
|
|
12484
13009
|
"FormInstance",
|
|
12485
|
-
"FormLayout",
|
|
12486
13010
|
"FormListContextValue",
|
|
12487
13011
|
"FormSize",
|
|
12488
13012
|
"LabelAlign",
|
|
@@ -12509,6 +13033,7 @@
|
|
|
12509
13033
|
"ProFormItem",
|
|
12510
13034
|
"ProFormItemProps",
|
|
12511
13035
|
"ProFormItemSharedProps",
|
|
13036
|
+
"ProFormLayout",
|
|
12512
13037
|
"ProFormLayoutConfig",
|
|
12513
13038
|
"ProFormList",
|
|
12514
13039
|
"ProFormListAction",
|
|
@@ -12574,7 +13099,6 @@
|
|
|
12574
13099
|
"DrawerFormProps",
|
|
12575
13100
|
"FormCoreInstance",
|
|
12576
13101
|
"FormInstance",
|
|
12577
|
-
"FormLayout",
|
|
12578
13102
|
"FormListContextValue",
|
|
12579
13103
|
"FormSize",
|
|
12580
13104
|
"LabelAlign",
|
|
@@ -12601,6 +13125,7 @@
|
|
|
12601
13125
|
"ProFormItem",
|
|
12602
13126
|
"ProFormItemProps",
|
|
12603
13127
|
"ProFormItemSharedProps",
|
|
13128
|
+
"ProFormLayout",
|
|
12604
13129
|
"ProFormLayoutConfig",
|
|
12605
13130
|
"ProFormList",
|
|
12606
13131
|
"ProFormListAction",
|
|
@@ -12667,7 +13192,6 @@
|
|
|
12667
13192
|
"DrawerFormProps",
|
|
12668
13193
|
"FormCoreInstance",
|
|
12669
13194
|
"FormInstance",
|
|
12670
|
-
"FormLayout",
|
|
12671
13195
|
"FormListContextValue",
|
|
12672
13196
|
"FormSize",
|
|
12673
13197
|
"LabelAlign",
|
|
@@ -12694,6 +13218,7 @@
|
|
|
12694
13218
|
"ProFormItem",
|
|
12695
13219
|
"ProFormItemProps",
|
|
12696
13220
|
"ProFormItemSharedProps",
|
|
13221
|
+
"ProFormLayout",
|
|
12697
13222
|
"ProFormLayoutConfig",
|
|
12698
13223
|
"ProFormList",
|
|
12699
13224
|
"ProFormListAction",
|
|
@@ -12760,7 +13285,6 @@
|
|
|
12760
13285
|
"DrawerFormProps",
|
|
12761
13286
|
"FormCoreInstance",
|
|
12762
13287
|
"FormInstance",
|
|
12763
|
-
"FormLayout",
|
|
12764
13288
|
"FormListContextValue",
|
|
12765
13289
|
"FormSize",
|
|
12766
13290
|
"LabelAlign",
|
|
@@ -12787,6 +13311,7 @@
|
|
|
12787
13311
|
"ProFormItem",
|
|
12788
13312
|
"ProFormItemProps",
|
|
12789
13313
|
"ProFormItemSharedProps",
|
|
13314
|
+
"ProFormLayout",
|
|
12790
13315
|
"ProFormLayoutConfig",
|
|
12791
13316
|
"ProFormList",
|
|
12792
13317
|
"ProFormListAction",
|
|
@@ -12853,7 +13378,6 @@
|
|
|
12853
13378
|
"DrawerFormProps",
|
|
12854
13379
|
"FormCoreInstance",
|
|
12855
13380
|
"FormInstance",
|
|
12856
|
-
"FormLayout",
|
|
12857
13381
|
"FormListContextValue",
|
|
12858
13382
|
"FormSize",
|
|
12859
13383
|
"LabelAlign",
|
|
@@ -12880,6 +13404,7 @@
|
|
|
12880
13404
|
"ProFormItem",
|
|
12881
13405
|
"ProFormItemProps",
|
|
12882
13406
|
"ProFormItemSharedProps",
|
|
13407
|
+
"ProFormLayout",
|
|
12883
13408
|
"ProFormLayoutConfig",
|
|
12884
13409
|
"ProFormList",
|
|
12885
13410
|
"ProFormListAction",
|
|
@@ -13841,7 +14366,6 @@
|
|
|
13841
14366
|
"DrawerFormProps",
|
|
13842
14367
|
"FormCoreInstance",
|
|
13843
14368
|
"FormInstance",
|
|
13844
|
-
"FormLayout",
|
|
13845
14369
|
"FormListContextValue",
|
|
13846
14370
|
"FormSize",
|
|
13847
14371
|
"LabelAlign",
|
|
@@ -13868,6 +14392,7 @@
|
|
|
13868
14392
|
"ProFormItem",
|
|
13869
14393
|
"ProFormItemProps",
|
|
13870
14394
|
"ProFormItemSharedProps",
|
|
14395
|
+
"ProFormLayout",
|
|
13871
14396
|
"ProFormLayoutConfig",
|
|
13872
14397
|
"ProFormList",
|
|
13873
14398
|
"ProFormListAction",
|
|
@@ -13933,7 +14458,6 @@
|
|
|
13933
14458
|
"DrawerFormProps",
|
|
13934
14459
|
"FormCoreInstance",
|
|
13935
14460
|
"FormInstance",
|
|
13936
|
-
"FormLayout",
|
|
13937
14461
|
"FormListContextValue",
|
|
13938
14462
|
"FormSize",
|
|
13939
14463
|
"LabelAlign",
|
|
@@ -13960,6 +14484,7 @@
|
|
|
13960
14484
|
"ProFormItem",
|
|
13961
14485
|
"ProFormItemProps",
|
|
13962
14486
|
"ProFormItemSharedProps",
|
|
14487
|
+
"ProFormLayout",
|
|
13963
14488
|
"ProFormLayoutConfig",
|
|
13964
14489
|
"ProFormList",
|
|
13965
14490
|
"ProFormListAction",
|
|
@@ -14914,7 +15439,6 @@
|
|
|
14914
15439
|
"DrawerFormProps",
|
|
14915
15440
|
"FormCoreInstance",
|
|
14916
15441
|
"FormInstance",
|
|
14917
|
-
"FormLayout",
|
|
14918
15442
|
"FormListContextValue",
|
|
14919
15443
|
"FormSize",
|
|
14920
15444
|
"LabelAlign",
|
|
@@ -14941,6 +15465,7 @@
|
|
|
14941
15465
|
"ProFormItem",
|
|
14942
15466
|
"ProFormItemProps",
|
|
14943
15467
|
"ProFormItemSharedProps",
|
|
15468
|
+
"ProFormLayout",
|
|
14944
15469
|
"ProFormLayoutConfig",
|
|
14945
15470
|
"ProFormList",
|
|
14946
15471
|
"ProFormListAction",
|
|
@@ -15018,7 +15543,6 @@
|
|
|
15018
15543
|
"DrawerFormProps",
|
|
15019
15544
|
"FormCoreInstance",
|
|
15020
15545
|
"FormInstance",
|
|
15021
|
-
"FormLayout",
|
|
15022
15546
|
"FormListContextValue",
|
|
15023
15547
|
"FormSize",
|
|
15024
15548
|
"LabelAlign",
|
|
@@ -15045,6 +15569,7 @@
|
|
|
15045
15569
|
"ProFormItem",
|
|
15046
15570
|
"ProFormItemProps",
|
|
15047
15571
|
"ProFormItemSharedProps",
|
|
15572
|
+
"ProFormLayout",
|
|
15048
15573
|
"ProFormLayoutConfig",
|
|
15049
15574
|
"ProFormList",
|
|
15050
15575
|
"ProFormListAction",
|
|
@@ -15110,7 +15635,6 @@
|
|
|
15110
15635
|
"DrawerFormProps",
|
|
15111
15636
|
"FormCoreInstance",
|
|
15112
15637
|
"FormInstance",
|
|
15113
|
-
"FormLayout",
|
|
15114
15638
|
"FormListContextValue",
|
|
15115
15639
|
"FormSize",
|
|
15116
15640
|
"LabelAlign",
|
|
@@ -15137,6 +15661,7 @@
|
|
|
15137
15661
|
"ProFormItem",
|
|
15138
15662
|
"ProFormItemProps",
|
|
15139
15663
|
"ProFormItemSharedProps",
|
|
15664
|
+
"ProFormLayout",
|
|
15140
15665
|
"ProFormLayoutConfig",
|
|
15141
15666
|
"ProFormList",
|
|
15142
15667
|
"ProFormListAction",
|
|
@@ -17193,7 +17718,6 @@
|
|
|
17193
17718
|
"DrawerFormProps",
|
|
17194
17719
|
"FormCoreInstance",
|
|
17195
17720
|
"FormInstance",
|
|
17196
|
-
"FormLayout",
|
|
17197
17721
|
"FormListContextValue",
|
|
17198
17722
|
"FormSize",
|
|
17199
17723
|
"LabelAlign",
|
|
@@ -17220,6 +17744,7 @@
|
|
|
17220
17744
|
"ProFormItem",
|
|
17221
17745
|
"ProFormItemProps",
|
|
17222
17746
|
"ProFormItemSharedProps",
|
|
17747
|
+
"ProFormLayout",
|
|
17223
17748
|
"ProFormLayoutConfig",
|
|
17224
17749
|
"ProFormList",
|
|
17225
17750
|
"ProFormListAction",
|
|
@@ -19833,7 +20358,6 @@
|
|
|
19833
20358
|
"DrawerFormProps",
|
|
19834
20359
|
"FormCoreInstance",
|
|
19835
20360
|
"FormInstance",
|
|
19836
|
-
"FormLayout",
|
|
19837
20361
|
"FormListContextValue",
|
|
19838
20362
|
"FormSize",
|
|
19839
20363
|
"LabelAlign",
|
|
@@ -19860,6 +20384,7 @@
|
|
|
19860
20384
|
"ProFormItem",
|
|
19861
20385
|
"ProFormItemProps",
|
|
19862
20386
|
"ProFormItemSharedProps",
|
|
20387
|
+
"ProFormLayout",
|
|
19863
20388
|
"ProFormLayoutConfig",
|
|
19864
20389
|
"ProFormList",
|
|
19865
20390
|
"ProFormListAction",
|
|
@@ -19986,7 +20511,6 @@
|
|
|
19986
20511
|
"DrawerFormProps",
|
|
19987
20512
|
"FormCoreInstance",
|
|
19988
20513
|
"FormInstance",
|
|
19989
|
-
"FormLayout",
|
|
19990
20514
|
"FormListContextValue",
|
|
19991
20515
|
"FormSize",
|
|
19992
20516
|
"LabelAlign",
|
|
@@ -20013,6 +20537,7 @@
|
|
|
20013
20537
|
"ProFormItem",
|
|
20014
20538
|
"ProFormItemProps",
|
|
20015
20539
|
"ProFormItemSharedProps",
|
|
20540
|
+
"ProFormLayout",
|
|
20016
20541
|
"ProFormLayoutConfig",
|
|
20017
20542
|
"ProFormList",
|
|
20018
20543
|
"ProFormListAction",
|
|
@@ -20079,7 +20604,6 @@
|
|
|
20079
20604
|
"DrawerFormProps",
|
|
20080
20605
|
"FormCoreInstance",
|
|
20081
20606
|
"FormInstance",
|
|
20082
|
-
"FormLayout",
|
|
20083
20607
|
"FormListContextValue",
|
|
20084
20608
|
"FormSize",
|
|
20085
20609
|
"LabelAlign",
|
|
@@ -20106,6 +20630,7 @@
|
|
|
20106
20630
|
"ProFormItem",
|
|
20107
20631
|
"ProFormItemProps",
|
|
20108
20632
|
"ProFormItemSharedProps",
|
|
20633
|
+
"ProFormLayout",
|
|
20109
20634
|
"ProFormLayoutConfig",
|
|
20110
20635
|
"ProFormList",
|
|
20111
20636
|
"ProFormListAction",
|
|
@@ -20393,7 +20918,6 @@
|
|
|
20393
20918
|
"DrawerFormProps",
|
|
20394
20919
|
"FormCoreInstance",
|
|
20395
20920
|
"FormInstance",
|
|
20396
|
-
"FormLayout",
|
|
20397
20921
|
"FormListContextValue",
|
|
20398
20922
|
"FormSize",
|
|
20399
20923
|
"LabelAlign",
|
|
@@ -20420,6 +20944,7 @@
|
|
|
20420
20944
|
"ProFormItem",
|
|
20421
20945
|
"ProFormItemProps",
|
|
20422
20946
|
"ProFormItemSharedProps",
|
|
20947
|
+
"ProFormLayout",
|
|
20423
20948
|
"ProFormLayoutConfig",
|
|
20424
20949
|
"ProFormList",
|
|
20425
20950
|
"ProFormListAction",
|
|
@@ -20515,7 +21040,6 @@
|
|
|
20515
21040
|
"DrawerFormProps",
|
|
20516
21041
|
"FormCoreInstance",
|
|
20517
21042
|
"FormInstance",
|
|
20518
|
-
"FormLayout",
|
|
20519
21043
|
"FormListContextValue",
|
|
20520
21044
|
"FormSize",
|
|
20521
21045
|
"LabelAlign",
|
|
@@ -20542,6 +21066,7 @@
|
|
|
20542
21066
|
"ProFormItem",
|
|
20543
21067
|
"ProFormItemProps",
|
|
20544
21068
|
"ProFormItemSharedProps",
|
|
21069
|
+
"ProFormLayout",
|
|
20545
21070
|
"ProFormLayoutConfig",
|
|
20546
21071
|
"ProFormList",
|
|
20547
21072
|
"ProFormListAction",
|