@1money/component-ui 0.0.90-alpha.4 → 0.0.90
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.d.ts +3 -0
- package/es/business/Dialog/ResultDialog/ResultDialog.js +126 -0
- package/es/business/Dialog/ResultDialog/constants.d.ts +27 -0
- package/es/business/Dialog/ResultDialog/constants.js +24 -0
- package/es/business/Dialog/ResultDialog/index.d.ts +3 -0
- package/es/business/Dialog/ResultDialog/index.js +4 -0
- package/es/business/Dialog/ResultDialog/interface.d.ts +95 -0
- package/es/business/Dialog/ResultDialog/interface.js +2 -0
- package/es/business/Dialog/ResultDialog/presets.d.ts +178 -0
- package/es/business/Dialog/ResultDialog/presets.js +139 -0
- package/es/{components/Dialog/style/DialogBare.css → business/Dialog/ResultDialog/style/ResultDialog.css} +5 -10
- package/es/business/Dialog/ResultDialog/style/css.js +2 -0
- package/es/business/Dialog/ResultDialog/style/index.d.ts +1 -0
- package/es/business/Dialog/ResultDialog/style/index.js +2 -0
- package/es/business/Dialog/TransactionDialog/TransactionDialog.d.ts +3 -0
- package/es/business/Dialog/TransactionDialog/TransactionDialog.js +174 -0
- package/es/business/Dialog/TransactionDialog/constants.d.ts +34 -0
- package/es/business/Dialog/TransactionDialog/constants.js +33 -0
- package/es/business/Dialog/TransactionDialog/index.d.ts +3 -0
- package/es/business/Dialog/TransactionDialog/index.js +4 -0
- package/es/business/Dialog/TransactionDialog/interface.d.ts +116 -0
- package/es/business/Dialog/TransactionDialog/interface.js +2 -0
- package/es/business/Dialog/TransactionDialog/presets.d.ts +89 -0
- package/es/business/Dialog/TransactionDialog/presets.js +62 -0
- package/{lib/business/Dialog/FormDialog/style/FormDialog.css → es/business/Dialog/TransactionDialog/style/TransactionDialog.css} +12 -7
- package/es/business/Dialog/TransactionDialog/style/css.js +2 -0
- package/es/business/Dialog/TransactionDialog/style/index.d.ts +1 -0
- package/es/business/Dialog/TransactionDialog/style/index.js +2 -0
- package/es/business/Dialog/VerificationDialog/ResendRow.d.ts +14 -0
- package/es/business/Dialog/VerificationDialog/ResendRow.js +65 -0
- package/es/business/Dialog/VerificationDialog/VerificationDialog.js +95 -203
- package/es/business/Dialog/VerificationDialog/constants.d.ts +35 -8
- package/es/business/Dialog/VerificationDialog/constants.js +30 -8
- package/es/business/Dialog/VerificationDialog/hooks/index.d.ts +4 -0
- package/es/business/Dialog/VerificationDialog/hooks/index.js +3 -0
- package/es/business/Dialog/VerificationDialog/hooks/useOtpVerification.d.ts +50 -0
- package/es/business/Dialog/VerificationDialog/hooks/useOtpVerification.js +138 -0
- package/es/business/Dialog/VerificationDialog/hooks/useResendCountdown.d.ts +26 -0
- package/es/business/Dialog/VerificationDialog/hooks/useResendCountdown.js +103 -0
- package/es/business/Dialog/VerificationDialog/index.d.ts +1 -2
- package/es/business/Dialog/VerificationDialog/index.js +2 -3
- package/es/business/Dialog/VerificationDialog/interface.d.ts +106 -42
- package/es/business/Dialog/VerificationDialog/interface.js +1 -1
- package/es/business/Dialog/VerificationDialog/style/VerificationDialog.css +6 -19
- 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.d.ts +2 -4
- package/es/business/Dialog/index.js +3 -8
- 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/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 +8 -2
- package/es/business/Select/Network/index.js +1 -1
- package/es/business/Select/Network/interface.d.ts +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.d.ts +0 -3
- package/es/business/index.js +1 -3
- 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/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 +6 -8
- 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 +0 -7
- package/es/components/Dialog/interface.js +1 -1
- package/es/components/Dialog/style/Dialog.css +4 -4
- package/es/components/Dialog/style/css.js +1 -2
- package/es/components/Dialog/style/index.d.ts +0 -1
- package/es/components/Dialog/style/index.js +1 -2
- 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/Grid/Col.d.ts +0 -1
- package/es/components/Grid/Col.js +1 -2
- package/es/components/Grid/Grid.js +1 -1
- package/es/components/Grid/Row.d.ts +0 -1
- package/es/components/Grid/Row.js +1 -2
- 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 +3 -8
- 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 +3 -8
- 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 +1 -5
- package/es/index.js +1 -3
- 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.d.ts +3 -0
- package/lib/business/Dialog/ResultDialog/ResultDialog.js +132 -0
- package/lib/business/Dialog/ResultDialog/constants.d.ts +27 -0
- package/lib/business/Dialog/ResultDialog/constants.js +30 -0
- package/lib/business/Dialog/ResultDialog/index.d.ts +3 -0
- package/lib/business/Dialog/ResultDialog/index.js +40 -0
- package/lib/business/Dialog/ResultDialog/interface.d.ts +95 -0
- package/lib/business/Dialog/ResultDialog/interface.js +6 -0
- package/lib/business/Dialog/ResultDialog/presets.d.ts +178 -0
- package/lib/business/Dialog/ResultDialog/presets.js +145 -0
- package/lib/{components/Dialog/style/DialogBare.css → business/Dialog/ResultDialog/style/ResultDialog.css} +5 -10
- package/lib/business/Dialog/ResultDialog/style/css.js +4 -0
- package/lib/business/Dialog/ResultDialog/style/index.d.ts +1 -0
- package/lib/business/Dialog/ResultDialog/style/index.js +4 -0
- package/lib/business/Dialog/TransactionDialog/TransactionDialog.d.ts +3 -0
- package/lib/business/Dialog/TransactionDialog/TransactionDialog.js +180 -0
- package/lib/business/Dialog/TransactionDialog/constants.d.ts +34 -0
- package/lib/business/Dialog/TransactionDialog/constants.js +39 -0
- package/lib/business/Dialog/TransactionDialog/index.d.ts +3 -0
- package/lib/business/Dialog/TransactionDialog/index.js +40 -0
- package/lib/business/Dialog/TransactionDialog/interface.d.ts +116 -0
- package/lib/business/Dialog/TransactionDialog/interface.js +6 -0
- package/lib/business/Dialog/TransactionDialog/presets.d.ts +89 -0
- package/lib/business/Dialog/TransactionDialog/presets.js +68 -0
- package/{es/business/Dialog/FormDialog/style/FormDialog.css → lib/business/Dialog/TransactionDialog/style/TransactionDialog.css} +12 -7
- package/lib/business/Dialog/TransactionDialog/style/css.js +4 -0
- package/lib/business/Dialog/TransactionDialog/style/index.d.ts +1 -0
- package/lib/business/Dialog/TransactionDialog/style/index.js +4 -0
- package/lib/business/Dialog/VerificationDialog/ResendRow.d.ts +14 -0
- package/lib/business/Dialog/VerificationDialog/ResendRow.js +71 -0
- package/lib/business/Dialog/VerificationDialog/VerificationDialog.js +92 -204
- package/lib/business/Dialog/VerificationDialog/constants.d.ts +35 -8
- package/lib/business/Dialog/VerificationDialog/constants.js +31 -9
- package/lib/business/Dialog/VerificationDialog/hooks/index.d.ts +4 -0
- package/lib/business/Dialog/VerificationDialog/hooks/index.js +20 -0
- package/lib/business/Dialog/VerificationDialog/hooks/useOtpVerification.d.ts +50 -0
- package/lib/business/Dialog/VerificationDialog/hooks/useOtpVerification.js +145 -0
- package/lib/business/Dialog/VerificationDialog/hooks/useResendCountdown.d.ts +26 -0
- package/lib/business/Dialog/VerificationDialog/hooks/useResendCountdown.js +110 -0
- package/lib/business/Dialog/VerificationDialog/index.d.ts +1 -2
- package/lib/business/Dialog/VerificationDialog/index.js +17 -4
- package/lib/business/Dialog/VerificationDialog/interface.d.ts +106 -42
- package/lib/business/Dialog/VerificationDialog/interface.js +1 -1
- package/lib/business/Dialog/VerificationDialog/style/VerificationDialog.css +6 -19
- 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.d.ts +2 -4
- package/lib/business/Dialog/index.js +9 -31
- 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/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 +8 -2
- package/lib/business/Select/Network/index.js +1 -1
- package/lib/business/Select/Network/interface.d.ts +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.d.ts +0 -3
- package/lib/business/index.js +1 -27
- 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/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 +6 -8
- 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 +0 -7
- package/lib/components/Dialog/interface.js +1 -1
- package/lib/components/Dialog/style/Dialog.css +4 -4
- package/lib/components/Dialog/style/css.js +1 -2
- package/lib/components/Dialog/style/index.d.ts +0 -1
- package/lib/components/Dialog/style/index.js +1 -2
- 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/Grid/Col.d.ts +0 -1
- package/lib/components/Grid/Col.js +1 -2
- package/lib/components/Grid/Grid.js +1 -1
- package/lib/components/Grid/Row.d.ts +0 -1
- package/lib/components/Grid/Row.js +1 -2
- 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 +3 -8
- 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 +3 -8
- 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 +1 -5
- package/lib/index.js +1 -33
- 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 +9 -29
- package/scripts/mcp-server/examples.generated.json +0 -84
- package/scripts/mcp-server/index.generated.json +150 -725
- package/es/business/Dialog/BaseDialog/BaseDialog.d.ts +0 -3
- package/es/business/Dialog/BaseDialog/BaseDialog.js +0 -128
- package/es/business/Dialog/BaseDialog/constants.d.ts +0 -12
- package/es/business/Dialog/BaseDialog/constants.js +0 -13
- package/es/business/Dialog/BaseDialog/index.d.ts +0 -4
- package/es/business/Dialog/BaseDialog/index.js +0 -5
- package/es/business/Dialog/BaseDialog/interface.d.ts +0 -63
- package/es/business/Dialog/BaseDialog/interface.js +0 -2
- package/es/business/Dialog/BaseDialog/style/BaseDialog.css +0 -62
- package/es/business/Dialog/BaseDialog/style/css.js +0 -2
- package/es/business/Dialog/BaseDialog/style/index.d.ts +0 -1
- package/es/business/Dialog/BaseDialog/style/index.js +0 -2
- package/es/business/Dialog/Descriptions/Descriptions.d.ts +0 -3
- package/es/business/Dialog/Descriptions/Descriptions.js +0 -102
- package/es/business/Dialog/Descriptions/constants.d.ts +0 -16
- package/es/business/Dialog/Descriptions/constants.js +0 -24
- package/es/business/Dialog/Descriptions/index.d.ts +0 -4
- package/es/business/Dialog/Descriptions/index.js +0 -5
- package/es/business/Dialog/Descriptions/interface.d.ts +0 -58
- package/es/business/Dialog/Descriptions/interface.js +0 -2
- package/es/business/Dialog/Descriptions/style/Descriptions.css +0 -60
- package/es/business/Dialog/Descriptions/style/css.js +0 -2
- package/es/business/Dialog/Descriptions/style/index.d.ts +0 -1
- package/es/business/Dialog/Descriptions/style/index.js +0 -2
- package/es/business/Dialog/DetailsDialog/DetailsDialog.d.ts +0 -3
- package/es/business/Dialog/DetailsDialog/DetailsDialog.js +0 -99
- package/es/business/Dialog/DetailsDialog/index.d.ts +0 -4
- package/es/business/Dialog/DetailsDialog/index.js +0 -5
- package/es/business/Dialog/DetailsDialog/interface.d.ts +0 -29
- package/es/business/Dialog/DetailsDialog/interface.js +0 -2
- package/es/business/Dialog/DetailsDialog/style/DetailsDialog.css +0 -41
- package/es/business/Dialog/DetailsDialog/style/css.js +0 -2
- package/es/business/Dialog/DetailsDialog/style/index.d.ts +0 -1
- package/es/business/Dialog/DetailsDialog/style/index.js +0 -2
- package/es/business/Dialog/FormDialog/FormDialog.d.ts +0 -5
- package/es/business/Dialog/FormDialog/FormDialog.js +0 -100
- package/es/business/Dialog/FormDialog/index.d.ts +0 -6
- package/es/business/Dialog/FormDialog/index.js +0 -6
- package/es/business/Dialog/FormDialog/interface.d.ts +0 -42
- package/es/business/Dialog/FormDialog/interface.js +0 -2
- package/es/business/Dialog/FormDialog/style/css.js +0 -2
- package/es/business/Dialog/FormDialog/style/index.d.ts +0 -1
- package/es/business/Dialog/FormDialog/style/index.js +0 -2
- package/es/business/Dialog/variants/DeleteDialog.d.ts +0 -3
- package/es/business/Dialog/variants/DeleteDialog.js +0 -20
- package/es/business/Dialog/variants/FailureDialog.d.ts +0 -3
- package/es/business/Dialog/variants/FailureDialog.js +0 -20
- package/es/business/Dialog/variants/LoadingDialog.d.ts +0 -33
- package/es/business/Dialog/variants/LoadingDialog.js +0 -162
- package/es/business/Dialog/variants/PendingDialog.d.ts +0 -3
- package/es/business/Dialog/variants/PendingDialog.js +0 -19
- package/es/business/Dialog/variants/SuccessDialog.d.ts +0 -3
- package/es/business/Dialog/variants/SuccessDialog.js +0 -19
- package/es/business/Dialog/variants/index.d.ts +0 -10
- package/es/business/Dialog/variants/index.js +0 -9
- package/es/business/Dialog/variants/style/LoadingDialog.css +0 -62
- package/es/business/Dialog/variants/style/css.js +0 -2
- package/es/business/Dialog/variants/style/index.d.ts +0 -1
- package/es/business/Dialog/variants/style/index.js +0 -2
- package/es/business/FieldList/index.d.ts +0 -30
- package/es/business/FieldList/index.js +0 -52
- package/es/business/FieldList/style/FieldList.css +0 -89
- package/es/business/FieldList/style/css.js +0 -2
- package/es/business/FieldList/style/index.d.ts +0 -1
- package/es/business/FieldList/style/index.js +0 -2
- package/es/business/FormPage/FormPage.d.ts +0 -4
- package/es/business/FormPage/FormPage.js +0 -87
- package/es/business/FormPage/index.d.ts +0 -4
- package/es/business/FormPage/index.js +0 -5
- package/es/business/FormPage/interface.d.ts +0 -42
- package/es/business/FormPage/interface.js +0 -2
- package/es/business/shared/formCore/BaseProForm.d.ts +0 -40
- package/es/business/shared/formCore/BaseProForm.js +0 -87
- package/es/business/shared/formCore/useSubmitAction.d.ts +0 -11
- package/es/business/shared/formCore/useSubmitAction.js +0 -92
- package/es/components/ActionBar/ActionBar.d.ts +0 -3
- package/es/components/ActionBar/ActionBar.js +0 -114
- package/es/components/ActionBar/constants.d.ts +0 -29
- package/es/components/ActionBar/constants.js +0 -30
- package/es/components/ActionBar/index.d.ts +0 -4
- package/es/components/ActionBar/index.js +0 -5
- package/es/components/ActionBar/interface.d.ts +0 -73
- package/es/components/ActionBar/interface.js +0 -2
- package/es/components/ActionBar/style/ActionBar.css +0 -44
- package/es/components/ActionBar/style/css.js +0 -2
- package/es/components/ActionBar/style/index.d.ts +0 -1
- package/es/components/ActionBar/style/index.js +0 -2
- package/es/components/FormLayout/FormLayout.d.ts +0 -25
- package/es/components/FormLayout/FormLayout.js +0 -128
- package/es/components/FormLayout/config.d.ts +0 -96
- package/es/components/FormLayout/config.js +0 -93
- package/es/components/FormLayout/context.d.ts +0 -9
- package/es/components/FormLayout/context.js +0 -13
- package/es/components/FormLayout/index.d.ts +0 -7
- package/es/components/FormLayout/index.js +0 -7
- package/es/components/FormLayout/interface.d.ts +0 -51
- package/es/components/FormLayout/interface.js +0 -2
- package/es/components/FormLayout/style/FormLayout.css +0 -110
- package/es/components/FormLayout/style/css.js +0 -2
- package/es/components/FormLayout/style/index.d.ts +0 -1
- package/es/components/FormLayout/style/index.js +0 -2
- package/lib/business/Dialog/BaseDialog/BaseDialog.d.ts +0 -3
- package/lib/business/Dialog/BaseDialog/BaseDialog.js +0 -137
- package/lib/business/Dialog/BaseDialog/constants.d.ts +0 -12
- package/lib/business/Dialog/BaseDialog/constants.js +0 -19
- package/lib/business/Dialog/BaseDialog/index.d.ts +0 -4
- package/lib/business/Dialog/BaseDialog/index.js +0 -30
- package/lib/business/Dialog/BaseDialog/interface.d.ts +0 -63
- package/lib/business/Dialog/BaseDialog/interface.js +0 -6
- package/lib/business/Dialog/BaseDialog/style/BaseDialog.css +0 -62
- package/lib/business/Dialog/BaseDialog/style/css.js +0 -4
- package/lib/business/Dialog/BaseDialog/style/index.d.ts +0 -1
- package/lib/business/Dialog/BaseDialog/style/index.js +0 -4
- package/lib/business/Dialog/Descriptions/Descriptions.d.ts +0 -3
- package/lib/business/Dialog/Descriptions/Descriptions.js +0 -112
- package/lib/business/Dialog/Descriptions/constants.d.ts +0 -16
- package/lib/business/Dialog/Descriptions/constants.js +0 -30
- package/lib/business/Dialog/Descriptions/index.d.ts +0 -4
- package/lib/business/Dialog/Descriptions/index.js +0 -30
- package/lib/business/Dialog/Descriptions/interface.d.ts +0 -58
- package/lib/business/Dialog/Descriptions/interface.js +0 -6
- package/lib/business/Dialog/Descriptions/style/Descriptions.css +0 -60
- package/lib/business/Dialog/Descriptions/style/css.js +0 -4
- package/lib/business/Dialog/Descriptions/style/index.d.ts +0 -1
- package/lib/business/Dialog/Descriptions/style/index.js +0 -4
- package/lib/business/Dialog/DetailsDialog/DetailsDialog.d.ts +0 -3
- package/lib/business/Dialog/DetailsDialog/DetailsDialog.js +0 -109
- package/lib/business/Dialog/DetailsDialog/index.d.ts +0 -4
- package/lib/business/Dialog/DetailsDialog/index.js +0 -30
- package/lib/business/Dialog/DetailsDialog/interface.d.ts +0 -29
- package/lib/business/Dialog/DetailsDialog/interface.js +0 -6
- package/lib/business/Dialog/DetailsDialog/style/DetailsDialog.css +0 -41
- package/lib/business/Dialog/DetailsDialog/style/css.js +0 -4
- package/lib/business/Dialog/DetailsDialog/style/index.d.ts +0 -1
- package/lib/business/Dialog/DetailsDialog/style/index.js +0 -4
- package/lib/business/Dialog/FormDialog/FormDialog.d.ts +0 -5
- package/lib/business/Dialog/FormDialog/FormDialog.js +0 -109
- package/lib/business/Dialog/FormDialog/index.d.ts +0 -6
- package/lib/business/Dialog/FormDialog/index.js +0 -52
- package/lib/business/Dialog/FormDialog/interface.d.ts +0 -42
- package/lib/business/Dialog/FormDialog/interface.js +0 -6
- package/lib/business/Dialog/FormDialog/style/css.js +0 -4
- package/lib/business/Dialog/FormDialog/style/index.d.ts +0 -1
- package/lib/business/Dialog/FormDialog/style/index.js +0 -4
- package/lib/business/Dialog/variants/DeleteDialog.d.ts +0 -3
- package/lib/business/Dialog/variants/DeleteDialog.js +0 -26
- package/lib/business/Dialog/variants/FailureDialog.d.ts +0 -3
- package/lib/business/Dialog/variants/FailureDialog.js +0 -26
- package/lib/business/Dialog/variants/LoadingDialog.d.ts +0 -33
- package/lib/business/Dialog/variants/LoadingDialog.js +0 -172
- package/lib/business/Dialog/variants/PendingDialog.d.ts +0 -3
- package/lib/business/Dialog/variants/PendingDialog.js +0 -25
- package/lib/business/Dialog/variants/SuccessDialog.d.ts +0 -3
- package/lib/business/Dialog/variants/SuccessDialog.js +0 -25
- package/lib/business/Dialog/variants/index.d.ts +0 -10
- package/lib/business/Dialog/variants/index.js +0 -41
- package/lib/business/Dialog/variants/style/LoadingDialog.css +0 -62
- package/lib/business/Dialog/variants/style/css.js +0 -4
- package/lib/business/Dialog/variants/style/index.d.ts +0 -1
- package/lib/business/Dialog/variants/style/index.js +0 -4
- package/lib/business/FieldList/index.d.ts +0 -30
- package/lib/business/FieldList/index.js +0 -60
- package/lib/business/FieldList/style/FieldList.css +0 -89
- package/lib/business/FieldList/style/css.js +0 -4
- package/lib/business/FieldList/style/index.d.ts +0 -1
- package/lib/business/FieldList/style/index.js +0 -4
- package/lib/business/FormPage/FormPage.d.ts +0 -4
- package/lib/business/FormPage/FormPage.js +0 -93
- package/lib/business/FormPage/index.d.ts +0 -4
- package/lib/business/FormPage/index.js +0 -30
- package/lib/business/FormPage/interface.d.ts +0 -42
- package/lib/business/FormPage/interface.js +0 -6
- package/lib/business/shared/formCore/BaseProForm.d.ts +0 -40
- package/lib/business/shared/formCore/BaseProForm.js +0 -93
- package/lib/business/shared/formCore/useSubmitAction.d.ts +0 -11
- package/lib/business/shared/formCore/useSubmitAction.js +0 -99
- package/lib/components/ActionBar/ActionBar.d.ts +0 -3
- package/lib/components/ActionBar/ActionBar.js +0 -123
- package/lib/components/ActionBar/constants.d.ts +0 -29
- package/lib/components/ActionBar/constants.js +0 -36
- package/lib/components/ActionBar/index.d.ts +0 -4
- package/lib/components/ActionBar/index.js +0 -30
- package/lib/components/ActionBar/interface.d.ts +0 -73
- package/lib/components/ActionBar/interface.js +0 -6
- package/lib/components/ActionBar/style/ActionBar.css +0 -44
- package/lib/components/ActionBar/style/css.js +0 -4
- package/lib/components/ActionBar/style/index.d.ts +0 -1
- package/lib/components/ActionBar/style/index.js +0 -4
- package/lib/components/FormLayout/FormLayout.d.ts +0 -25
- package/lib/components/FormLayout/FormLayout.js +0 -138
- package/lib/components/FormLayout/config.d.ts +0 -96
- package/lib/components/FormLayout/config.js +0 -99
- package/lib/components/FormLayout/context.d.ts +0 -9
- package/lib/components/FormLayout/context.js +0 -19
- package/lib/components/FormLayout/index.d.ts +0 -7
- package/lib/components/FormLayout/index.js +0 -102
- package/lib/components/FormLayout/interface.d.ts +0 -51
- package/lib/components/FormLayout/interface.js +0 -6
- package/lib/components/FormLayout/style/FormLayout.css +0 -110
- package/lib/components/FormLayout/style/css.js +0 -4
- package/lib/components/FormLayout/style/index.d.ts +0 -1
- package/lib/components/FormLayout/style/index.js +0 -4
|
@@ -150,200 +150,6 @@
|
|
|
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
|
-
},
|
|
347
153
|
{
|
|
348
154
|
"name": "Alert",
|
|
349
155
|
"kind": "component",
|
|
@@ -2196,6 +2002,7 @@
|
|
|
2196
2002
|
"DrawerFormProps",
|
|
2197
2003
|
"FormCoreInstance",
|
|
2198
2004
|
"FormInstance",
|
|
2005
|
+
"FormLayout",
|
|
2199
2006
|
"FormListContextValue",
|
|
2200
2007
|
"FormSize",
|
|
2201
2008
|
"LabelAlign",
|
|
@@ -2222,7 +2029,6 @@
|
|
|
2222
2029
|
"ProFormItem",
|
|
2223
2030
|
"ProFormItemProps",
|
|
2224
2031
|
"ProFormItemSharedProps",
|
|
2225
|
-
"ProFormLayout",
|
|
2226
2032
|
"ProFormLayoutConfig",
|
|
2227
2033
|
"ProFormList",
|
|
2228
2034
|
"ProFormListAction",
|
|
@@ -2345,14 +2151,6 @@
|
|
|
2345
2151
|
"description": "",
|
|
2346
2152
|
"inheritedFrom": null
|
|
2347
2153
|
},
|
|
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
|
-
},
|
|
2356
2154
|
{
|
|
2357
2155
|
"name": "width",
|
|
2358
2156
|
"type": "number | string",
|
|
@@ -2679,6 +2477,7 @@
|
|
|
2679
2477
|
"DrawerFormProps",
|
|
2680
2478
|
"FormCoreInstance",
|
|
2681
2479
|
"FormInstance",
|
|
2480
|
+
"FormLayout",
|
|
2682
2481
|
"FormListContextValue",
|
|
2683
2482
|
"FormSize",
|
|
2684
2483
|
"LabelAlign",
|
|
@@ -2705,7 +2504,6 @@
|
|
|
2705
2504
|
"ProFormItem",
|
|
2706
2505
|
"ProFormItemProps",
|
|
2707
2506
|
"ProFormItemSharedProps",
|
|
2708
|
-
"ProFormLayout",
|
|
2709
2507
|
"ProFormLayoutConfig",
|
|
2710
2508
|
"ProFormList",
|
|
2711
2509
|
"ProFormListAction",
|
|
@@ -2771,6 +2569,7 @@
|
|
|
2771
2569
|
"DrawerFormProps",
|
|
2772
2570
|
"FormCoreInstance",
|
|
2773
2571
|
"FormInstance",
|
|
2572
|
+
"FormLayout",
|
|
2774
2573
|
"FormListContextValue",
|
|
2775
2574
|
"FormSize",
|
|
2776
2575
|
"LabelAlign",
|
|
@@ -2797,7 +2596,6 @@
|
|
|
2797
2596
|
"ProFormItem",
|
|
2798
2597
|
"ProFormItemProps",
|
|
2799
2598
|
"ProFormItemSharedProps",
|
|
2800
|
-
"ProFormLayout",
|
|
2801
2599
|
"ProFormLayoutConfig",
|
|
2802
2600
|
"ProFormList",
|
|
2803
2601
|
"ProFormListAction",
|
|
@@ -3448,6 +3246,7 @@
|
|
|
3448
3246
|
"DrawerFormProps",
|
|
3449
3247
|
"FormCoreInstance",
|
|
3450
3248
|
"FormInstance",
|
|
3249
|
+
"FormLayout",
|
|
3451
3250
|
"FormListContextValue",
|
|
3452
3251
|
"FormSize",
|
|
3453
3252
|
"LabelAlign",
|
|
@@ -3474,7 +3273,6 @@
|
|
|
3474
3273
|
"ProFormItem",
|
|
3475
3274
|
"ProFormItemProps",
|
|
3476
3275
|
"ProFormItemSharedProps",
|
|
3477
|
-
"ProFormLayout",
|
|
3478
3276
|
"ProFormLayoutConfig",
|
|
3479
3277
|
"ProFormList",
|
|
3480
3278
|
"ProFormListAction",
|
|
@@ -3540,6 +3338,7 @@
|
|
|
3540
3338
|
"DrawerForm",
|
|
3541
3339
|
"FormCoreInstance",
|
|
3542
3340
|
"FormInstance",
|
|
3341
|
+
"FormLayout",
|
|
3543
3342
|
"FormListContextValue",
|
|
3544
3343
|
"FormSize",
|
|
3545
3344
|
"LabelAlign",
|
|
@@ -3566,7 +3365,6 @@
|
|
|
3566
3365
|
"ProFormItem",
|
|
3567
3366
|
"ProFormItemProps",
|
|
3568
3367
|
"ProFormItemSharedProps",
|
|
3569
|
-
"ProFormLayout",
|
|
3570
3368
|
"ProFormLayoutConfig",
|
|
3571
3369
|
"ProFormList",
|
|
3572
3370
|
"ProFormListAction",
|
|
@@ -3994,35 +3792,6 @@
|
|
|
3994
3792
|
}
|
|
3995
3793
|
]
|
|
3996
3794
|
},
|
|
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
|
-
"FormLayoutSize",
|
|
4013
|
-
"FormLayoutVariant",
|
|
4014
|
-
"FormRow",
|
|
4015
|
-
"FormRowProps"
|
|
4016
|
-
],
|
|
4017
|
-
"searchTags": [],
|
|
4018
|
-
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4019
|
-
"examples": [
|
|
4020
|
-
{
|
|
4021
|
-
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4022
|
-
"source": "canonical"
|
|
4023
|
-
}
|
|
4024
|
-
]
|
|
4025
|
-
},
|
|
4026
3795
|
{
|
|
4027
3796
|
"name": "Filter",
|
|
4028
3797
|
"kind": "function",
|
|
@@ -4223,65 +3992,6 @@
|
|
|
4223
3992
|
}
|
|
4224
3993
|
]
|
|
4225
3994
|
},
|
|
4226
|
-
{
|
|
4227
|
-
"name": "FormCell",
|
|
4228
|
-
"kind": "component",
|
|
4229
|
-
"category": "misc",
|
|
4230
|
-
"summary": "One cell of a FormRow; cells split the row evenly and clip long content.",
|
|
4231
|
-
"importPath": "@1money/component-ui",
|
|
4232
|
-
"subpathImport": null,
|
|
4233
|
-
"sourceFile": "src/components/FormLayout/FormLayout.tsx",
|
|
4234
|
-
"props": [],
|
|
4235
|
-
"extends": [],
|
|
4236
|
-
"relatedSymbols": [
|
|
4237
|
-
"FORM_LAYOUT_CONFIG",
|
|
4238
|
-
"FormCellProps",
|
|
4239
|
-
"FormLayout",
|
|
4240
|
-
"FormLayoutProps",
|
|
4241
|
-
"FormLayoutSize",
|
|
4242
|
-
"FormLayoutVariant",
|
|
4243
|
-
"FormRow",
|
|
4244
|
-
"FormRowProps"
|
|
4245
|
-
],
|
|
4246
|
-
"searchTags": [],
|
|
4247
|
-
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4248
|
-
"examples": [
|
|
4249
|
-
{
|
|
4250
|
-
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4251
|
-
"source": "canonical"
|
|
4252
|
-
}
|
|
4253
|
-
]
|
|
4254
|
-
},
|
|
4255
|
-
{
|
|
4256
|
-
"name": "FormCellProps",
|
|
4257
|
-
"kind": "type",
|
|
4258
|
-
"category": "misc",
|
|
4259
|
-
"summary": "",
|
|
4260
|
-
"importPath": "@1money/component-ui",
|
|
4261
|
-
"subpathImport": null,
|
|
4262
|
-
"sourceFile": "src/components/FormLayout/FormLayout.tsx",
|
|
4263
|
-
"props": [],
|
|
4264
|
-
"extends": [],
|
|
4265
|
-
"relatedSymbols": [
|
|
4266
|
-
"FORM_LAYOUT_CONFIG",
|
|
4267
|
-
"FormCell",
|
|
4268
|
-
"FormLayout",
|
|
4269
|
-
"FormLayoutProps",
|
|
4270
|
-
"FormLayoutSize",
|
|
4271
|
-
"FormLayoutVariant",
|
|
4272
|
-
"FormRow",
|
|
4273
|
-
"FormRowProps"
|
|
4274
|
-
],
|
|
4275
|
-
"searchTags": [],
|
|
4276
|
-
"typeText": "FormRowProps",
|
|
4277
|
-
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4278
|
-
"examples": [
|
|
4279
|
-
{
|
|
4280
|
-
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4281
|
-
"source": "canonical"
|
|
4282
|
-
}
|
|
4283
|
-
]
|
|
4284
|
-
},
|
|
4285
3995
|
{
|
|
4286
3996
|
"name": "FormCoreInstance",
|
|
4287
3997
|
"kind": "type",
|
|
@@ -4299,6 +4009,7 @@
|
|
|
4299
4009
|
"DrawerForm",
|
|
4300
4010
|
"DrawerFormProps",
|
|
4301
4011
|
"FormInstance",
|
|
4012
|
+
"FormLayout",
|
|
4302
4013
|
"FormListContextValue",
|
|
4303
4014
|
"FormSize",
|
|
4304
4015
|
"LabelAlign",
|
|
@@ -4325,7 +4036,6 @@
|
|
|
4325
4036
|
"ProFormItem",
|
|
4326
4037
|
"ProFormItemProps",
|
|
4327
4038
|
"ProFormItemSharedProps",
|
|
4328
|
-
"ProFormLayout",
|
|
4329
4039
|
"ProFormLayoutConfig",
|
|
4330
4040
|
"ProFormList",
|
|
4331
4041
|
"ProFormListAction",
|
|
@@ -4392,6 +4102,7 @@
|
|
|
4392
4102
|
"DrawerForm",
|
|
4393
4103
|
"DrawerFormProps",
|
|
4394
4104
|
"FormCoreInstance",
|
|
4105
|
+
"FormLayout",
|
|
4395
4106
|
"FormListContextValue",
|
|
4396
4107
|
"FormSize",
|
|
4397
4108
|
"LabelAlign",
|
|
@@ -4418,7 +4129,6 @@
|
|
|
4418
4129
|
"ProFormItem",
|
|
4419
4130
|
"ProFormItemProps",
|
|
4420
4131
|
"ProFormItemSharedProps",
|
|
4421
|
-
"ProFormLayout",
|
|
4422
4132
|
"ProFormLayoutConfig",
|
|
4423
4133
|
"ProFormList",
|
|
4424
4134
|
"ProFormListAction",
|
|
@@ -4470,238 +4180,12 @@
|
|
|
4470
4180
|
},
|
|
4471
4181
|
{
|
|
4472
4182
|
"name": "FormLayout",
|
|
4473
|
-
"kind": "component",
|
|
4474
|
-
"category": "misc",
|
|
4475
|
-
"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.",
|
|
4476
|
-
"importPath": "@1money/component-ui",
|
|
4477
|
-
"subpathImport": null,
|
|
4478
|
-
"sourceFile": "src/components/FormLayout/FormLayout.tsx",
|
|
4479
|
-
"props": [
|
|
4480
|
-
{
|
|
4481
|
-
"name": "variant",
|
|
4482
|
-
"type": "FormLayoutVariant",
|
|
4483
|
-
"optional": true,
|
|
4484
|
-
"default": null,
|
|
4485
|
-
"description": "Density + scroll-policy variant.",
|
|
4486
|
-
"inheritedFrom": null
|
|
4487
|
-
},
|
|
4488
|
-
{
|
|
4489
|
-
"name": "size",
|
|
4490
|
-
"type": "FormLayoutSize",
|
|
4491
|
-
"optional": true,
|
|
4492
|
-
"default": null,
|
|
4493
|
-
"description": "Panel size within the variant.",
|
|
4494
|
-
"inheritedFrom": null
|
|
4495
|
-
},
|
|
4496
|
-
{
|
|
4497
|
-
"name": "scroll",
|
|
4498
|
-
"type": "boolean",
|
|
4499
|
-
"optional": true,
|
|
4500
|
-
"default": null,
|
|
4501
|
-
"description": "Override the variant's scroll policy (modal → `true`, page → `false`).",
|
|
4502
|
-
"inheritedFrom": null
|
|
4503
|
-
},
|
|
4504
|
-
{
|
|
4505
|
-
"name": "title",
|
|
4506
|
-
"type": "ReactNode",
|
|
4507
|
-
"optional": true,
|
|
4508
|
-
"default": null,
|
|
4509
|
-
"description": "Heading; a plain string renders as Headline/md (24px).",
|
|
4510
|
-
"inheritedFrom": null
|
|
4511
|
-
},
|
|
4512
|
-
{
|
|
4513
|
-
"name": "extra",
|
|
4514
|
-
"type": "ReactNode",
|
|
4515
|
-
"optional": true,
|
|
4516
|
-
"default": null,
|
|
4517
|
-
"description": "Trailing slot on the title row (e.g.",
|
|
4518
|
-
"inheritedFrom": null
|
|
4519
|
-
},
|
|
4520
|
-
{
|
|
4521
|
-
"name": "children",
|
|
4522
|
-
"type": "ReactNode",
|
|
4523
|
-
"optional": true,
|
|
4524
|
-
"default": null,
|
|
4525
|
-
"description": "Fields region content.",
|
|
4526
|
-
"inheritedFrom": null
|
|
4527
|
-
},
|
|
4528
|
-
{
|
|
4529
|
-
"name": "footer",
|
|
4530
|
-
"type": "ReactNode",
|
|
4531
|
-
"optional": true,
|
|
4532
|
-
"default": null,
|
|
4533
|
-
"description": "Footer region, typically the action buttons.",
|
|
4534
|
-
"inheritedFrom": null
|
|
4535
|
-
},
|
|
4536
|
-
{
|
|
4537
|
-
"name": "width",
|
|
4538
|
-
"type": "number | string",
|
|
4539
|
-
"optional": true,
|
|
4540
|
-
"default": null,
|
|
4541
|
-
"description": "Panel width (number → px).",
|
|
4542
|
-
"inheritedFrom": null
|
|
4543
|
-
},
|
|
4544
|
-
{
|
|
4545
|
-
"name": "maxHeight",
|
|
4546
|
-
"type": "number | string",
|
|
4547
|
-
"optional": true,
|
|
4548
|
-
"default": null,
|
|
4549
|
-
"description": "Explicit height cap (number → px) for standalone usage.",
|
|
4550
|
-
"inheritedFrom": null
|
|
4551
|
-
},
|
|
4552
|
-
{
|
|
4553
|
-
"name": "prefixCls",
|
|
4554
|
-
"type": "string",
|
|
4555
|
-
"optional": true,
|
|
4556
|
-
"default": null,
|
|
4557
|
-
"description": "CSS class prefix.",
|
|
4558
|
-
"inheritedFrom": null
|
|
4559
|
-
}
|
|
4560
|
-
],
|
|
4561
|
-
"extends": [
|
|
4562
|
-
"Omit<HTMLAttributes<HTMLDivElement>, 'title'>"
|
|
4563
|
-
],
|
|
4564
|
-
"relatedSymbols": [
|
|
4565
|
-
"FORM_LAYOUT_CONFIG",
|
|
4566
|
-
"FormCell",
|
|
4567
|
-
"FormCellProps",
|
|
4568
|
-
"FormLayoutProps",
|
|
4569
|
-
"FormLayoutSize",
|
|
4570
|
-
"FormLayoutVariant",
|
|
4571
|
-
"FormRow",
|
|
4572
|
-
"FormRowProps"
|
|
4573
|
-
],
|
|
4574
|
-
"searchTags": [],
|
|
4575
|
-
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4576
|
-
"examples": [
|
|
4577
|
-
{
|
|
4578
|
-
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4579
|
-
"source": "canonical"
|
|
4580
|
-
},
|
|
4581
|
-
{
|
|
4582
|
-
"hash": "23e9718c7f439230fb4d6d0f21b01fe15e6475ace8578e08b3963545b687aacb",
|
|
4583
|
-
"source": "readme"
|
|
4584
|
-
},
|
|
4585
|
-
{
|
|
4586
|
-
"hash": "878fbef26e770a8edb30d246935990aaaae4a13cf626becca5de61f91781b8c5",
|
|
4587
|
-
"source": "readme"
|
|
4588
|
-
},
|
|
4589
|
-
{
|
|
4590
|
-
"hash": "7b9df7846bbfff4e15c8e946f02854ec4960729387cb7ee109332f859d9c95eb",
|
|
4591
|
-
"source": "stories"
|
|
4592
|
-
},
|
|
4593
|
-
{
|
|
4594
|
-
"hash": "a1a0aed42f051433d5dc32d95c08519e920a1163cfa9588524779cca2abd2f79",
|
|
4595
|
-
"source": "stories"
|
|
4596
|
-
},
|
|
4597
|
-
{
|
|
4598
|
-
"hash": "60779b1ebe0f82d9c815b7207aaba4ef0c2ab59d6fbd1fd7f46aef140023b9bb",
|
|
4599
|
-
"source": "stories"
|
|
4600
|
-
},
|
|
4601
|
-
{
|
|
4602
|
-
"hash": "664eb21364ecb7a22033800098dba9c5ed74a60ee1ecfeaa10694056d53e61ba",
|
|
4603
|
-
"source": "stories"
|
|
4604
|
-
}
|
|
4605
|
-
]
|
|
4606
|
-
},
|
|
4607
|
-
{
|
|
4608
|
-
"name": "FormLayoutProps",
|
|
4609
|
-
"kind": "type",
|
|
4610
|
-
"category": "misc",
|
|
4611
|
-
"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.",
|
|
4612
|
-
"importPath": "@1money/component-ui",
|
|
4613
|
-
"subpathImport": null,
|
|
4614
|
-
"sourceFile": "src/components/FormLayout/interface.ts",
|
|
4615
|
-
"props": [],
|
|
4616
|
-
"extends": [],
|
|
4617
|
-
"relatedSymbols": [
|
|
4618
|
-
"FORM_LAYOUT_CONFIG",
|
|
4619
|
-
"FormCell",
|
|
4620
|
-
"FormCellProps",
|
|
4621
|
-
"FormLayout",
|
|
4622
|
-
"FormLayoutSize",
|
|
4623
|
-
"FormLayoutVariant",
|
|
4624
|
-
"FormRow",
|
|
4625
|
-
"FormRowProps"
|
|
4626
|
-
],
|
|
4627
|
-
"searchTags": [],
|
|
4628
|
-
"typeText": "interface FormLayoutProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> { ... }",
|
|
4629
|
-
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4630
|
-
"examples": [
|
|
4631
|
-
{
|
|
4632
|
-
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4633
|
-
"source": "canonical"
|
|
4634
|
-
}
|
|
4635
|
-
]
|
|
4636
|
-
},
|
|
4637
|
-
{
|
|
4638
|
-
"name": "FormLayoutSize",
|
|
4639
|
-
"kind": "type",
|
|
4640
|
-
"category": "misc",
|
|
4641
|
-
"summary": "",
|
|
4642
|
-
"importPath": "@1money/component-ui",
|
|
4643
|
-
"subpathImport": null,
|
|
4644
|
-
"sourceFile": "src/components/FormLayout/config.ts",
|
|
4645
|
-
"props": [],
|
|
4646
|
-
"extends": [],
|
|
4647
|
-
"relatedSymbols": [
|
|
4648
|
-
"FORM_LAYOUT_CONFIG",
|
|
4649
|
-
"FormCell",
|
|
4650
|
-
"FormCellProps",
|
|
4651
|
-
"FormLayout",
|
|
4652
|
-
"FormLayoutProps",
|
|
4653
|
-
"FormLayoutVariant",
|
|
4654
|
-
"FormRow",
|
|
4655
|
-
"FormRowProps"
|
|
4656
|
-
],
|
|
4657
|
-
"searchTags": [],
|
|
4658
|
-
"typeText": "(typeof FORM_LAYOUT_SIZES)[number]",
|
|
4659
|
-
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4660
|
-
"examples": [
|
|
4661
|
-
{
|
|
4662
|
-
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4663
|
-
"source": "canonical"
|
|
4664
|
-
}
|
|
4665
|
-
]
|
|
4666
|
-
},
|
|
4667
|
-
{
|
|
4668
|
-
"name": "FormLayoutVariant",
|
|
4669
|
-
"kind": "type",
|
|
4670
|
-
"category": "misc",
|
|
4671
|
-
"summary": "",
|
|
4672
|
-
"importPath": "@1money/component-ui",
|
|
4673
|
-
"subpathImport": null,
|
|
4674
|
-
"sourceFile": "src/components/FormLayout/config.ts",
|
|
4675
|
-
"props": [],
|
|
4676
|
-
"extends": [],
|
|
4677
|
-
"relatedSymbols": [
|
|
4678
|
-
"FORM_LAYOUT_CONFIG",
|
|
4679
|
-
"FormCell",
|
|
4680
|
-
"FormCellProps",
|
|
4681
|
-
"FormLayout",
|
|
4682
|
-
"FormLayoutProps",
|
|
4683
|
-
"FormLayoutSize",
|
|
4684
|
-
"FormRow",
|
|
4685
|
-
"FormRowProps"
|
|
4686
|
-
],
|
|
4687
|
-
"searchTags": [],
|
|
4688
|
-
"typeText": "keyof typeof FORM_LAYOUT_CONFIG",
|
|
4689
|
-
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4690
|
-
"examples": [
|
|
4691
|
-
{
|
|
4692
|
-
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4693
|
-
"source": "canonical"
|
|
4694
|
-
}
|
|
4695
|
-
]
|
|
4696
|
-
},
|
|
4697
|
-
{
|
|
4698
|
-
"name": "FormListContextValue",
|
|
4699
4183
|
"kind": "type",
|
|
4700
4184
|
"category": "forms",
|
|
4701
4185
|
"summary": "",
|
|
4702
4186
|
"importPath": "@1money/component-ui",
|
|
4703
4187
|
"subpathImport": "@1money/component-ui/ProForm",
|
|
4704
|
-
"sourceFile": "src/components/ProForm/
|
|
4188
|
+
"sourceFile": "src/components/ProForm/core/constants.ts",
|
|
4705
4189
|
"props": [],
|
|
4706
4190
|
"extends": [],
|
|
4707
4191
|
"relatedSymbols": [
|
|
@@ -4712,6 +4196,7 @@
|
|
|
4712
4196
|
"DrawerFormProps",
|
|
4713
4197
|
"FormCoreInstance",
|
|
4714
4198
|
"FormInstance",
|
|
4199
|
+
"FormListContextValue",
|
|
4715
4200
|
"FormSize",
|
|
4716
4201
|
"LabelAlign",
|
|
4717
4202
|
"ProForm",
|
|
@@ -4737,7 +4222,6 @@
|
|
|
4737
4222
|
"ProFormItem",
|
|
4738
4223
|
"ProFormItemProps",
|
|
4739
4224
|
"ProFormItemSharedProps",
|
|
4740
|
-
"ProFormLayout",
|
|
4741
4225
|
"ProFormLayoutConfig",
|
|
4742
4226
|
"ProFormList",
|
|
4743
4227
|
"ProFormListAction",
|
|
@@ -4778,7 +4262,7 @@
|
|
|
4778
4262
|
"useFormWatch"
|
|
4779
4263
|
],
|
|
4780
4264
|
"searchTags": [],
|
|
4781
|
-
"typeText": "
|
|
4265
|
+
"typeText": "(typeof FORM_LAYOUTS)[number]",
|
|
4782
4266
|
"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';",
|
|
4783
4267
|
"examples": [
|
|
4784
4268
|
{
|
|
@@ -4788,60 +4272,94 @@
|
|
|
4788
4272
|
]
|
|
4789
4273
|
},
|
|
4790
4274
|
{
|
|
4791
|
-
"name": "
|
|
4792
|
-
"kind": "component",
|
|
4793
|
-
"category": "misc",
|
|
4794
|
-
"summary": "One multi-column row inside the fields region.",
|
|
4795
|
-
"importPath": "@1money/component-ui",
|
|
4796
|
-
"subpathImport": null,
|
|
4797
|
-
"sourceFile": "src/components/FormLayout/FormLayout.tsx",
|
|
4798
|
-
"props": [],
|
|
4799
|
-
"extends": [],
|
|
4800
|
-
"relatedSymbols": [
|
|
4801
|
-
"FORM_LAYOUT_CONFIG",
|
|
4802
|
-
"FormCell",
|
|
4803
|
-
"FormCellProps",
|
|
4804
|
-
"FormLayout",
|
|
4805
|
-
"FormLayoutProps",
|
|
4806
|
-
"FormLayoutSize",
|
|
4807
|
-
"FormLayoutVariant",
|
|
4808
|
-
"FormRowProps"
|
|
4809
|
-
],
|
|
4810
|
-
"searchTags": [],
|
|
4811
|
-
"canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
|
|
4812
|
-
"examples": [
|
|
4813
|
-
{
|
|
4814
|
-
"hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
|
|
4815
|
-
"source": "canonical"
|
|
4816
|
-
}
|
|
4817
|
-
]
|
|
4818
|
-
},
|
|
4819
|
-
{
|
|
4820
|
-
"name": "FormRowProps",
|
|
4275
|
+
"name": "FormListContextValue",
|
|
4821
4276
|
"kind": "type",
|
|
4822
|
-
"category": "
|
|
4277
|
+
"category": "forms",
|
|
4823
4278
|
"summary": "",
|
|
4824
4279
|
"importPath": "@1money/component-ui",
|
|
4825
|
-
"subpathImport":
|
|
4826
|
-
"sourceFile": "src/components/
|
|
4280
|
+
"subpathImport": "@1money/component-ui/ProForm",
|
|
4281
|
+
"sourceFile": "src/components/ProForm/interface.ts",
|
|
4827
4282
|
"props": [],
|
|
4828
4283
|
"extends": [],
|
|
4829
4284
|
"relatedSymbols": [
|
|
4830
|
-
"
|
|
4831
|
-
"
|
|
4832
|
-
"
|
|
4285
|
+
"CreateProFormFieldConfig",
|
|
4286
|
+
"DialogForm",
|
|
4287
|
+
"DialogFormProps",
|
|
4288
|
+
"DrawerForm",
|
|
4289
|
+
"DrawerFormProps",
|
|
4290
|
+
"FormCoreInstance",
|
|
4291
|
+
"FormInstance",
|
|
4833
4292
|
"FormLayout",
|
|
4834
|
-
"
|
|
4835
|
-
"
|
|
4836
|
-
"
|
|
4837
|
-
"
|
|
4293
|
+
"FormSize",
|
|
4294
|
+
"LabelAlign",
|
|
4295
|
+
"ProForm",
|
|
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"
|
|
4838
4356
|
],
|
|
4839
4357
|
"searchTags": [],
|
|
4840
|
-
"typeText": "interface
|
|
4841
|
-
"canonicalUsage": "import {
|
|
4358
|
+
"typeText": "interface FormListContextValue { ... }",
|
|
4359
|
+
"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';",
|
|
4842
4360
|
"examples": [
|
|
4843
4361
|
{
|
|
4844
|
-
"hash": "
|
|
4362
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
4845
4363
|
"source": "canonical"
|
|
4846
4364
|
}
|
|
4847
4365
|
]
|
|
@@ -4864,6 +4382,7 @@
|
|
|
4864
4382
|
"DrawerFormProps",
|
|
4865
4383
|
"FormCoreInstance",
|
|
4866
4384
|
"FormInstance",
|
|
4385
|
+
"FormLayout",
|
|
4867
4386
|
"FormListContextValue",
|
|
4868
4387
|
"LabelAlign",
|
|
4869
4388
|
"ProForm",
|
|
@@ -4889,7 +4408,6 @@
|
|
|
4889
4408
|
"ProFormItem",
|
|
4890
4409
|
"ProFormItemProps",
|
|
4891
4410
|
"ProFormItemSharedProps",
|
|
4892
|
-
"ProFormLayout",
|
|
4893
4411
|
"ProFormLayoutConfig",
|
|
4894
4412
|
"ProFormList",
|
|
4895
4413
|
"ProFormListAction",
|
|
@@ -6011,6 +5529,7 @@
|
|
|
6011
5529
|
"DrawerFormProps",
|
|
6012
5530
|
"FormCoreInstance",
|
|
6013
5531
|
"FormInstance",
|
|
5532
|
+
"FormLayout",
|
|
6014
5533
|
"FormListContextValue",
|
|
6015
5534
|
"FormSize",
|
|
6016
5535
|
"ProForm",
|
|
@@ -6036,7 +5555,6 @@
|
|
|
6036
5555
|
"ProFormItem",
|
|
6037
5556
|
"ProFormItemProps",
|
|
6038
5557
|
"ProFormItemSharedProps",
|
|
6039
|
-
"ProFormLayout",
|
|
6040
5558
|
"ProFormLayoutConfig",
|
|
6041
5559
|
"ProFormList",
|
|
6042
5560
|
"ProFormListAction",
|
|
@@ -8053,6 +7571,7 @@
|
|
|
8053
7571
|
"DrawerFormProps",
|
|
8054
7572
|
"FormCoreInstance",
|
|
8055
7573
|
"FormInstance",
|
|
7574
|
+
"FormLayout",
|
|
8056
7575
|
"FormListContextValue",
|
|
8057
7576
|
"FormSize",
|
|
8058
7577
|
"LabelAlign",
|
|
@@ -8078,7 +7597,6 @@
|
|
|
8078
7597
|
"ProFormItem",
|
|
8079
7598
|
"ProFormItemProps",
|
|
8080
7599
|
"ProFormItemSharedProps",
|
|
8081
|
-
"ProFormLayout",
|
|
8082
7600
|
"ProFormLayoutConfig",
|
|
8083
7601
|
"ProFormList",
|
|
8084
7602
|
"ProFormListAction",
|
|
@@ -8439,6 +7957,7 @@
|
|
|
8439
7957
|
"DrawerFormProps",
|
|
8440
7958
|
"FormCoreInstance",
|
|
8441
7959
|
"FormInstance",
|
|
7960
|
+
"FormLayout",
|
|
8442
7961
|
"FormListContextValue",
|
|
8443
7962
|
"FormSize",
|
|
8444
7963
|
"LabelAlign",
|
|
@@ -8464,7 +7983,6 @@
|
|
|
8464
7983
|
"ProFormItem",
|
|
8465
7984
|
"ProFormItemProps",
|
|
8466
7985
|
"ProFormItemSharedProps",
|
|
8467
|
-
"ProFormLayout",
|
|
8468
7986
|
"ProFormLayoutConfig",
|
|
8469
7987
|
"ProFormList",
|
|
8470
7988
|
"ProFormListAction",
|
|
@@ -8531,6 +8049,7 @@
|
|
|
8531
8049
|
"DrawerFormProps",
|
|
8532
8050
|
"FormCoreInstance",
|
|
8533
8051
|
"FormInstance",
|
|
8052
|
+
"FormLayout",
|
|
8534
8053
|
"FormListContextValue",
|
|
8535
8054
|
"FormSize",
|
|
8536
8055
|
"LabelAlign",
|
|
@@ -8556,7 +8075,6 @@
|
|
|
8556
8075
|
"ProFormItem",
|
|
8557
8076
|
"ProFormItemProps",
|
|
8558
8077
|
"ProFormItemSharedProps",
|
|
8559
|
-
"ProFormLayout",
|
|
8560
8078
|
"ProFormLayoutConfig",
|
|
8561
8079
|
"ProFormList",
|
|
8562
8080
|
"ProFormListAction",
|
|
@@ -8623,6 +8141,7 @@
|
|
|
8623
8141
|
"DrawerFormProps",
|
|
8624
8142
|
"FormCoreInstance",
|
|
8625
8143
|
"FormInstance",
|
|
8144
|
+
"FormLayout",
|
|
8626
8145
|
"FormListContextValue",
|
|
8627
8146
|
"FormSize",
|
|
8628
8147
|
"LabelAlign",
|
|
@@ -8648,7 +8167,6 @@
|
|
|
8648
8167
|
"ProFormItem",
|
|
8649
8168
|
"ProFormItemProps",
|
|
8650
8169
|
"ProFormItemSharedProps",
|
|
8651
|
-
"ProFormLayout",
|
|
8652
8170
|
"ProFormLayoutConfig",
|
|
8653
8171
|
"ProFormList",
|
|
8654
8172
|
"ProFormListAction",
|
|
@@ -8716,6 +8234,7 @@
|
|
|
8716
8234
|
"DrawerFormProps",
|
|
8717
8235
|
"FormCoreInstance",
|
|
8718
8236
|
"FormInstance",
|
|
8237
|
+
"FormLayout",
|
|
8719
8238
|
"FormListContextValue",
|
|
8720
8239
|
"FormSize",
|
|
8721
8240
|
"LabelAlign",
|
|
@@ -8741,7 +8260,6 @@
|
|
|
8741
8260
|
"ProFormItem",
|
|
8742
8261
|
"ProFormItemProps",
|
|
8743
8262
|
"ProFormItemSharedProps",
|
|
8744
|
-
"ProFormLayout",
|
|
8745
8263
|
"ProFormLayoutConfig",
|
|
8746
8264
|
"ProFormList",
|
|
8747
8265
|
"ProFormListAction",
|
|
@@ -8809,6 +8327,7 @@
|
|
|
8809
8327
|
"DrawerFormProps",
|
|
8810
8328
|
"FormCoreInstance",
|
|
8811
8329
|
"FormInstance",
|
|
8330
|
+
"FormLayout",
|
|
8812
8331
|
"FormListContextValue",
|
|
8813
8332
|
"FormSize",
|
|
8814
8333
|
"LabelAlign",
|
|
@@ -8834,7 +8353,6 @@
|
|
|
8834
8353
|
"ProFormItem",
|
|
8835
8354
|
"ProFormItemProps",
|
|
8836
8355
|
"ProFormItemSharedProps",
|
|
8837
|
-
"ProFormLayout",
|
|
8838
8356
|
"ProFormLayoutConfig",
|
|
8839
8357
|
"ProFormList",
|
|
8840
8358
|
"ProFormListAction",
|
|
@@ -8902,6 +8420,7 @@
|
|
|
8902
8420
|
"DrawerFormProps",
|
|
8903
8421
|
"FormCoreInstance",
|
|
8904
8422
|
"FormInstance",
|
|
8423
|
+
"FormLayout",
|
|
8905
8424
|
"FormListContextValue",
|
|
8906
8425
|
"FormSize",
|
|
8907
8426
|
"LabelAlign",
|
|
@@ -8927,7 +8446,6 @@
|
|
|
8927
8446
|
"ProFormItem",
|
|
8928
8447
|
"ProFormItemProps",
|
|
8929
8448
|
"ProFormItemSharedProps",
|
|
8930
|
-
"ProFormLayout",
|
|
8931
8449
|
"ProFormLayoutConfig",
|
|
8932
8450
|
"ProFormList",
|
|
8933
8451
|
"ProFormListAction",
|
|
@@ -9014,6 +8532,7 @@
|
|
|
9014
8532
|
"DrawerFormProps",
|
|
9015
8533
|
"FormCoreInstance",
|
|
9016
8534
|
"FormInstance",
|
|
8535
|
+
"FormLayout",
|
|
9017
8536
|
"FormListContextValue",
|
|
9018
8537
|
"FormSize",
|
|
9019
8538
|
"LabelAlign",
|
|
@@ -9039,7 +8558,6 @@
|
|
|
9039
8558
|
"ProFormItem",
|
|
9040
8559
|
"ProFormItemProps",
|
|
9041
8560
|
"ProFormItemSharedProps",
|
|
9042
|
-
"ProFormLayout",
|
|
9043
8561
|
"ProFormLayoutConfig",
|
|
9044
8562
|
"ProFormList",
|
|
9045
8563
|
"ProFormListAction",
|
|
@@ -9106,6 +8624,7 @@
|
|
|
9106
8624
|
"DrawerFormProps",
|
|
9107
8625
|
"FormCoreInstance",
|
|
9108
8626
|
"FormInstance",
|
|
8627
|
+
"FormLayout",
|
|
9109
8628
|
"FormListContextValue",
|
|
9110
8629
|
"FormSize",
|
|
9111
8630
|
"LabelAlign",
|
|
@@ -9131,7 +8650,6 @@
|
|
|
9131
8650
|
"ProFormItem",
|
|
9132
8651
|
"ProFormItemProps",
|
|
9133
8652
|
"ProFormItemSharedProps",
|
|
9134
|
-
"ProFormLayout",
|
|
9135
8653
|
"ProFormLayoutConfig",
|
|
9136
8654
|
"ProFormList",
|
|
9137
8655
|
"ProFormListAction",
|
|
@@ -9199,6 +8717,7 @@
|
|
|
9199
8717
|
"DrawerFormProps",
|
|
9200
8718
|
"FormCoreInstance",
|
|
9201
8719
|
"FormInstance",
|
|
8720
|
+
"FormLayout",
|
|
9202
8721
|
"FormListContextValue",
|
|
9203
8722
|
"FormSize",
|
|
9204
8723
|
"LabelAlign",
|
|
@@ -9224,7 +8743,6 @@
|
|
|
9224
8743
|
"ProFormItem",
|
|
9225
8744
|
"ProFormItemProps",
|
|
9226
8745
|
"ProFormItemSharedProps",
|
|
9227
|
-
"ProFormLayout",
|
|
9228
8746
|
"ProFormLayoutConfig",
|
|
9229
8747
|
"ProFormList",
|
|
9230
8748
|
"ProFormListAction",
|
|
@@ -9292,6 +8810,7 @@
|
|
|
9292
8810
|
"DrawerFormProps",
|
|
9293
8811
|
"FormCoreInstance",
|
|
9294
8812
|
"FormInstance",
|
|
8813
|
+
"FormLayout",
|
|
9295
8814
|
"FormListContextValue",
|
|
9296
8815
|
"FormSize",
|
|
9297
8816
|
"LabelAlign",
|
|
@@ -9317,7 +8836,6 @@
|
|
|
9317
8836
|
"ProFormItem",
|
|
9318
8837
|
"ProFormItemProps",
|
|
9319
8838
|
"ProFormItemSharedProps",
|
|
9320
|
-
"ProFormLayout",
|
|
9321
8839
|
"ProFormLayoutConfig",
|
|
9322
8840
|
"ProFormList",
|
|
9323
8841
|
"ProFormListAction",
|
|
@@ -9385,6 +8903,7 @@
|
|
|
9385
8903
|
"DrawerFormProps",
|
|
9386
8904
|
"FormCoreInstance",
|
|
9387
8905
|
"FormInstance",
|
|
8906
|
+
"FormLayout",
|
|
9388
8907
|
"FormListContextValue",
|
|
9389
8908
|
"FormSize",
|
|
9390
8909
|
"LabelAlign",
|
|
@@ -9410,7 +8929,6 @@
|
|
|
9410
8929
|
"ProFormItem",
|
|
9411
8930
|
"ProFormItemProps",
|
|
9412
8931
|
"ProFormItemSharedProps",
|
|
9413
|
-
"ProFormLayout",
|
|
9414
8932
|
"ProFormLayoutConfig",
|
|
9415
8933
|
"ProFormList",
|
|
9416
8934
|
"ProFormListAction",
|
|
@@ -9478,6 +8996,7 @@
|
|
|
9478
8996
|
"DrawerFormProps",
|
|
9479
8997
|
"FormCoreInstance",
|
|
9480
8998
|
"FormInstance",
|
|
8999
|
+
"FormLayout",
|
|
9481
9000
|
"FormListContextValue",
|
|
9482
9001
|
"FormSize",
|
|
9483
9002
|
"LabelAlign",
|
|
@@ -9503,7 +9022,6 @@
|
|
|
9503
9022
|
"ProFormItem",
|
|
9504
9023
|
"ProFormItemProps",
|
|
9505
9024
|
"ProFormItemSharedProps",
|
|
9506
|
-
"ProFormLayout",
|
|
9507
9025
|
"ProFormLayoutConfig",
|
|
9508
9026
|
"ProFormList",
|
|
9509
9027
|
"ProFormListAction",
|
|
@@ -9636,6 +9154,7 @@
|
|
|
9636
9154
|
"DrawerFormProps",
|
|
9637
9155
|
"FormCoreInstance",
|
|
9638
9156
|
"FormInstance",
|
|
9157
|
+
"FormLayout",
|
|
9639
9158
|
"FormListContextValue",
|
|
9640
9159
|
"FormSize",
|
|
9641
9160
|
"LabelAlign",
|
|
@@ -9661,7 +9180,6 @@
|
|
|
9661
9180
|
"ProFormItem",
|
|
9662
9181
|
"ProFormItemProps",
|
|
9663
9182
|
"ProFormItemSharedProps",
|
|
9664
|
-
"ProFormLayout",
|
|
9665
9183
|
"ProFormLayoutConfig",
|
|
9666
9184
|
"ProFormList",
|
|
9667
9185
|
"ProFormListAction",
|
|
@@ -9728,6 +9246,7 @@
|
|
|
9728
9246
|
"DrawerFormProps",
|
|
9729
9247
|
"FormCoreInstance",
|
|
9730
9248
|
"FormInstance",
|
|
9249
|
+
"FormLayout",
|
|
9731
9250
|
"FormListContextValue",
|
|
9732
9251
|
"FormSize",
|
|
9733
9252
|
"LabelAlign",
|
|
@@ -9753,7 +9272,6 @@
|
|
|
9753
9272
|
"ProFormItem",
|
|
9754
9273
|
"ProFormItemProps",
|
|
9755
9274
|
"ProFormItemSharedProps",
|
|
9756
|
-
"ProFormLayout",
|
|
9757
9275
|
"ProFormLayoutConfig",
|
|
9758
9276
|
"ProFormList",
|
|
9759
9277
|
"ProFormListAction",
|
|
@@ -9821,6 +9339,7 @@
|
|
|
9821
9339
|
"DrawerFormProps",
|
|
9822
9340
|
"FormCoreInstance",
|
|
9823
9341
|
"FormInstance",
|
|
9342
|
+
"FormLayout",
|
|
9824
9343
|
"FormListContextValue",
|
|
9825
9344
|
"FormSize",
|
|
9826
9345
|
"LabelAlign",
|
|
@@ -9846,7 +9365,6 @@
|
|
|
9846
9365
|
"ProFormItem",
|
|
9847
9366
|
"ProFormItemProps",
|
|
9848
9367
|
"ProFormItemSharedProps",
|
|
9849
|
-
"ProFormLayout",
|
|
9850
9368
|
"ProFormLayoutConfig",
|
|
9851
9369
|
"ProFormList",
|
|
9852
9370
|
"ProFormListAction",
|
|
@@ -9914,6 +9432,7 @@
|
|
|
9914
9432
|
"DrawerFormProps",
|
|
9915
9433
|
"FormCoreInstance",
|
|
9916
9434
|
"FormInstance",
|
|
9435
|
+
"FormLayout",
|
|
9917
9436
|
"FormListContextValue",
|
|
9918
9437
|
"FormSize",
|
|
9919
9438
|
"LabelAlign",
|
|
@@ -9939,7 +9458,6 @@
|
|
|
9939
9458
|
"ProFormItem",
|
|
9940
9459
|
"ProFormItemProps",
|
|
9941
9460
|
"ProFormItemSharedProps",
|
|
9942
|
-
"ProFormLayout",
|
|
9943
9461
|
"ProFormLayoutConfig",
|
|
9944
9462
|
"ProFormList",
|
|
9945
9463
|
"ProFormListAction",
|
|
@@ -10007,6 +9525,7 @@
|
|
|
10007
9525
|
"DrawerFormProps",
|
|
10008
9526
|
"FormCoreInstance",
|
|
10009
9527
|
"FormInstance",
|
|
9528
|
+
"FormLayout",
|
|
10010
9529
|
"FormListContextValue",
|
|
10011
9530
|
"FormSize",
|
|
10012
9531
|
"LabelAlign",
|
|
@@ -10032,7 +9551,6 @@
|
|
|
10032
9551
|
"ProFormItem",
|
|
10033
9552
|
"ProFormItemProps",
|
|
10034
9553
|
"ProFormItemSharedProps",
|
|
10035
|
-
"ProFormLayout",
|
|
10036
9554
|
"ProFormLayoutConfig",
|
|
10037
9555
|
"ProFormList",
|
|
10038
9556
|
"ProFormListAction",
|
|
@@ -10165,6 +9683,7 @@
|
|
|
10165
9683
|
"DrawerFormProps",
|
|
10166
9684
|
"FormCoreInstance",
|
|
10167
9685
|
"FormInstance",
|
|
9686
|
+
"FormLayout",
|
|
10168
9687
|
"FormListContextValue",
|
|
10169
9688
|
"FormSize",
|
|
10170
9689
|
"LabelAlign",
|
|
@@ -10190,7 +9709,6 @@
|
|
|
10190
9709
|
"ProFormItem",
|
|
10191
9710
|
"ProFormItemProps",
|
|
10192
9711
|
"ProFormItemSharedProps",
|
|
10193
|
-
"ProFormLayout",
|
|
10194
9712
|
"ProFormLayoutConfig",
|
|
10195
9713
|
"ProFormList",
|
|
10196
9714
|
"ProFormListAction",
|
|
@@ -10257,6 +9775,7 @@
|
|
|
10257
9775
|
"DrawerFormProps",
|
|
10258
9776
|
"FormCoreInstance",
|
|
10259
9777
|
"FormInstance",
|
|
9778
|
+
"FormLayout",
|
|
10260
9779
|
"FormListContextValue",
|
|
10261
9780
|
"FormSize",
|
|
10262
9781
|
"LabelAlign",
|
|
@@ -10282,7 +9801,6 @@
|
|
|
10282
9801
|
"ProFormItem",
|
|
10283
9802
|
"ProFormItemProps",
|
|
10284
9803
|
"ProFormItemSharedProps",
|
|
10285
|
-
"ProFormLayout",
|
|
10286
9804
|
"ProFormLayoutConfig",
|
|
10287
9805
|
"ProFormList",
|
|
10288
9806
|
"ProFormListAction",
|
|
@@ -10527,6 +10045,7 @@
|
|
|
10527
10045
|
"DrawerFormProps",
|
|
10528
10046
|
"FormCoreInstance",
|
|
10529
10047
|
"FormInstance",
|
|
10048
|
+
"FormLayout",
|
|
10530
10049
|
"FormListContextValue",
|
|
10531
10050
|
"FormSize",
|
|
10532
10051
|
"LabelAlign",
|
|
@@ -10552,7 +10071,6 @@
|
|
|
10552
10071
|
"ProFormGroupProps",
|
|
10553
10072
|
"ProFormItemProps",
|
|
10554
10073
|
"ProFormItemSharedProps",
|
|
10555
|
-
"ProFormLayout",
|
|
10556
10074
|
"ProFormLayoutConfig",
|
|
10557
10075
|
"ProFormList",
|
|
10558
10076
|
"ProFormListAction",
|
|
@@ -10619,6 +10137,7 @@
|
|
|
10619
10137
|
"DrawerFormProps",
|
|
10620
10138
|
"FormCoreInstance",
|
|
10621
10139
|
"FormInstance",
|
|
10140
|
+
"FormLayout",
|
|
10622
10141
|
"FormListContextValue",
|
|
10623
10142
|
"FormSize",
|
|
10624
10143
|
"LabelAlign",
|
|
@@ -10644,7 +10163,6 @@
|
|
|
10644
10163
|
"ProFormGroupProps",
|
|
10645
10164
|
"ProFormItem",
|
|
10646
10165
|
"ProFormItemSharedProps",
|
|
10647
|
-
"ProFormLayout",
|
|
10648
10166
|
"ProFormLayoutConfig",
|
|
10649
10167
|
"ProFormList",
|
|
10650
10168
|
"ProFormListAction",
|
|
@@ -10712,6 +10230,7 @@
|
|
|
10712
10230
|
"DrawerFormProps",
|
|
10713
10231
|
"FormCoreInstance",
|
|
10714
10232
|
"FormInstance",
|
|
10233
|
+
"FormLayout",
|
|
10715
10234
|
"FormListContextValue",
|
|
10716
10235
|
"FormSize",
|
|
10717
10236
|
"LabelAlign",
|
|
@@ -10737,7 +10256,6 @@
|
|
|
10737
10256
|
"ProFormGroupProps",
|
|
10738
10257
|
"ProFormItem",
|
|
10739
10258
|
"ProFormItemProps",
|
|
10740
|
-
"ProFormLayout",
|
|
10741
10259
|
"ProFormLayoutConfig",
|
|
10742
10260
|
"ProFormList",
|
|
10743
10261
|
"ProFormListAction",
|
|
@@ -10787,99 +10305,6 @@
|
|
|
10787
10305
|
}
|
|
10788
10306
|
]
|
|
10789
10307
|
},
|
|
10790
|
-
{
|
|
10791
|
-
"name": "ProFormLayout",
|
|
10792
|
-
"kind": "type",
|
|
10793
|
-
"category": "forms",
|
|
10794
|
-
"summary": "",
|
|
10795
|
-
"importPath": "@1money/component-ui",
|
|
10796
|
-
"subpathImport": "@1money/component-ui/ProForm",
|
|
10797
|
-
"sourceFile": "src/components/ProForm/core/constants.ts",
|
|
10798
|
-
"props": [],
|
|
10799
|
-
"extends": [],
|
|
10800
|
-
"relatedSymbols": [
|
|
10801
|
-
"CreateProFormFieldConfig",
|
|
10802
|
-
"DialogForm",
|
|
10803
|
-
"DialogFormProps",
|
|
10804
|
-
"DrawerForm",
|
|
10805
|
-
"DrawerFormProps",
|
|
10806
|
-
"FormCoreInstance",
|
|
10807
|
-
"FormInstance",
|
|
10808
|
-
"FormListContextValue",
|
|
10809
|
-
"FormSize",
|
|
10810
|
-
"LabelAlign",
|
|
10811
|
-
"ProForm",
|
|
10812
|
-
"ProFormCheckbox",
|
|
10813
|
-
"ProFormCheckboxGroup",
|
|
10814
|
-
"ProFormColProps",
|
|
10815
|
-
"ProFormContextValue",
|
|
10816
|
-
"ProFormDateFormatter",
|
|
10817
|
-
"ProFormDatePicker",
|
|
10818
|
-
"ProFormDependency",
|
|
10819
|
-
"ProFormDependencyProps",
|
|
10820
|
-
"ProFormFieldConvertValueFn",
|
|
10821
|
-
"ProFormFieldName",
|
|
10822
|
-
"ProFormFieldOptionValue",
|
|
10823
|
-
"ProFormFieldProps",
|
|
10824
|
-
"ProFormFieldSet",
|
|
10825
|
-
"ProFormFieldSetProps",
|
|
10826
|
-
"ProFormFieldTransformFn",
|
|
10827
|
-
"ProFormFieldValueMap",
|
|
10828
|
-
"ProFormFormInstance",
|
|
10829
|
-
"ProFormGroup",
|
|
10830
|
-
"ProFormGroupProps",
|
|
10831
|
-
"ProFormItem",
|
|
10832
|
-
"ProFormItemProps",
|
|
10833
|
-
"ProFormItemSharedProps",
|
|
10834
|
-
"ProFormLayoutConfig",
|
|
10835
|
-
"ProFormList",
|
|
10836
|
-
"ProFormListAction",
|
|
10837
|
-
"ProFormListProps",
|
|
10838
|
-
"ProFormMode",
|
|
10839
|
-
"ProFormPassword",
|
|
10840
|
-
"ProFormPathValue",
|
|
10841
|
-
"ProFormProps",
|
|
10842
|
-
"ProFormRadioGroup",
|
|
10843
|
-
"ProFormRecursivePartial",
|
|
10844
|
-
"ProFormRequestOption",
|
|
10845
|
-
"ProFormSchemaColumn",
|
|
10846
|
-
"ProFormSchemaColumns",
|
|
10847
|
-
"ProFormSchemaValueType",
|
|
10848
|
-
"ProFormSelect",
|
|
10849
|
-
"ProFormSlider",
|
|
10850
|
-
"ProFormStableContextValue",
|
|
10851
|
-
"ProFormStateContextValue",
|
|
10852
|
-
"ProFormSwitch",
|
|
10853
|
-
"ProFormSyncToUrl",
|
|
10854
|
-
"ProFormText",
|
|
10855
|
-
"ProFormTextArea",
|
|
10856
|
-
"ProFormUpload",
|
|
10857
|
-
"ProFormValidateResult",
|
|
10858
|
-
"ProFormValueEnumObj",
|
|
10859
|
-
"ProFormValueType",
|
|
10860
|
-
"ProFormValuesPatch",
|
|
10861
|
-
"QueryFilter",
|
|
10862
|
-
"QueryFilterProps",
|
|
10863
|
-
"Rule",
|
|
10864
|
-
"SchemaForm",
|
|
10865
|
-
"SchemaFormProps",
|
|
10866
|
-
"SubmitterProps",
|
|
10867
|
-
"UseFormWatch",
|
|
10868
|
-
"ValidateStatus",
|
|
10869
|
-
"ValidateTrigger",
|
|
10870
|
-
"createProFormField",
|
|
10871
|
-
"useFormWatch"
|
|
10872
|
-
],
|
|
10873
|
-
"searchTags": [],
|
|
10874
|
-
"typeText": "(typeof FORM_LAYOUTS)[number]",
|
|
10875
|
-
"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';",
|
|
10876
|
-
"examples": [
|
|
10877
|
-
{
|
|
10878
|
-
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
10879
|
-
"source": "canonical"
|
|
10880
|
-
}
|
|
10881
|
-
]
|
|
10882
|
-
},
|
|
10883
10308
|
{
|
|
10884
10309
|
"name": "ProFormLayoutConfig",
|
|
10885
10310
|
"kind": "type",
|
|
@@ -10898,6 +10323,7 @@
|
|
|
10898
10323
|
"DrawerFormProps",
|
|
10899
10324
|
"FormCoreInstance",
|
|
10900
10325
|
"FormInstance",
|
|
10326
|
+
"FormLayout",
|
|
10901
10327
|
"FormListContextValue",
|
|
10902
10328
|
"FormSize",
|
|
10903
10329
|
"LabelAlign",
|
|
@@ -10924,7 +10350,6 @@
|
|
|
10924
10350
|
"ProFormItem",
|
|
10925
10351
|
"ProFormItemProps",
|
|
10926
10352
|
"ProFormItemSharedProps",
|
|
10927
|
-
"ProFormLayout",
|
|
10928
10353
|
"ProFormList",
|
|
10929
10354
|
"ProFormListAction",
|
|
10930
10355
|
"ProFormListProps",
|
|
@@ -11112,6 +10537,7 @@
|
|
|
11112
10537
|
"DrawerFormProps",
|
|
11113
10538
|
"FormCoreInstance",
|
|
11114
10539
|
"FormInstance",
|
|
10540
|
+
"FormLayout",
|
|
11115
10541
|
"FormListContextValue",
|
|
11116
10542
|
"FormSize",
|
|
11117
10543
|
"LabelAlign",
|
|
@@ -11138,7 +10564,6 @@
|
|
|
11138
10564
|
"ProFormItem",
|
|
11139
10565
|
"ProFormItemProps",
|
|
11140
10566
|
"ProFormItemSharedProps",
|
|
11141
|
-
"ProFormLayout",
|
|
11142
10567
|
"ProFormLayoutConfig",
|
|
11143
10568
|
"ProFormListAction",
|
|
11144
10569
|
"ProFormListProps",
|
|
@@ -11204,6 +10629,7 @@
|
|
|
11204
10629
|
"DrawerFormProps",
|
|
11205
10630
|
"FormCoreInstance",
|
|
11206
10631
|
"FormInstance",
|
|
10632
|
+
"FormLayout",
|
|
11207
10633
|
"FormListContextValue",
|
|
11208
10634
|
"FormSize",
|
|
11209
10635
|
"LabelAlign",
|
|
@@ -11230,7 +10656,6 @@
|
|
|
11230
10656
|
"ProFormItem",
|
|
11231
10657
|
"ProFormItemProps",
|
|
11232
10658
|
"ProFormItemSharedProps",
|
|
11233
|
-
"ProFormLayout",
|
|
11234
10659
|
"ProFormLayoutConfig",
|
|
11235
10660
|
"ProFormList",
|
|
11236
10661
|
"ProFormListProps",
|
|
@@ -11297,6 +10722,7 @@
|
|
|
11297
10722
|
"DrawerFormProps",
|
|
11298
10723
|
"FormCoreInstance",
|
|
11299
10724
|
"FormInstance",
|
|
10725
|
+
"FormLayout",
|
|
11300
10726
|
"FormListContextValue",
|
|
11301
10727
|
"FormSize",
|
|
11302
10728
|
"LabelAlign",
|
|
@@ -11323,7 +10749,6 @@
|
|
|
11323
10749
|
"ProFormItem",
|
|
11324
10750
|
"ProFormItemProps",
|
|
11325
10751
|
"ProFormItemSharedProps",
|
|
11326
|
-
"ProFormLayout",
|
|
11327
10752
|
"ProFormLayoutConfig",
|
|
11328
10753
|
"ProFormList",
|
|
11329
10754
|
"ProFormListAction",
|
|
@@ -11390,6 +10815,7 @@
|
|
|
11390
10815
|
"DrawerFormProps",
|
|
11391
10816
|
"FormCoreInstance",
|
|
11392
10817
|
"FormInstance",
|
|
10818
|
+
"FormLayout",
|
|
11393
10819
|
"FormListContextValue",
|
|
11394
10820
|
"FormSize",
|
|
11395
10821
|
"LabelAlign",
|
|
@@ -11416,7 +10842,6 @@
|
|
|
11416
10842
|
"ProFormItem",
|
|
11417
10843
|
"ProFormItemProps",
|
|
11418
10844
|
"ProFormItemSharedProps",
|
|
11419
|
-
"ProFormLayout",
|
|
11420
10845
|
"ProFormLayoutConfig",
|
|
11421
10846
|
"ProFormList",
|
|
11422
10847
|
"ProFormListAction",
|
|
@@ -11483,6 +10908,7 @@
|
|
|
11483
10908
|
"DrawerFormProps",
|
|
11484
10909
|
"FormCoreInstance",
|
|
11485
10910
|
"FormInstance",
|
|
10911
|
+
"FormLayout",
|
|
11486
10912
|
"FormListContextValue",
|
|
11487
10913
|
"FormSize",
|
|
11488
10914
|
"LabelAlign",
|
|
@@ -11509,7 +10935,6 @@
|
|
|
11509
10935
|
"ProFormItem",
|
|
11510
10936
|
"ProFormItemProps",
|
|
11511
10937
|
"ProFormItemSharedProps",
|
|
11512
|
-
"ProFormLayout",
|
|
11513
10938
|
"ProFormLayoutConfig",
|
|
11514
10939
|
"ProFormList",
|
|
11515
10940
|
"ProFormListAction",
|
|
@@ -11575,6 +11000,7 @@
|
|
|
11575
11000
|
"DrawerFormProps",
|
|
11576
11001
|
"FormCoreInstance",
|
|
11577
11002
|
"FormInstance",
|
|
11003
|
+
"FormLayout",
|
|
11578
11004
|
"FormListContextValue",
|
|
11579
11005
|
"FormSize",
|
|
11580
11006
|
"LabelAlign",
|
|
@@ -11601,7 +11027,6 @@
|
|
|
11601
11027
|
"ProFormItem",
|
|
11602
11028
|
"ProFormItemProps",
|
|
11603
11029
|
"ProFormItemSharedProps",
|
|
11604
|
-
"ProFormLayout",
|
|
11605
11030
|
"ProFormLayoutConfig",
|
|
11606
11031
|
"ProFormList",
|
|
11607
11032
|
"ProFormListAction",
|
|
@@ -11668,6 +11093,7 @@
|
|
|
11668
11093
|
"DrawerFormProps",
|
|
11669
11094
|
"FormCoreInstance",
|
|
11670
11095
|
"FormInstance",
|
|
11096
|
+
"FormLayout",
|
|
11671
11097
|
"FormListContextValue",
|
|
11672
11098
|
"FormSize",
|
|
11673
11099
|
"LabelAlign",
|
|
@@ -11694,7 +11120,6 @@
|
|
|
11694
11120
|
"ProFormItem",
|
|
11695
11121
|
"ProFormItemProps",
|
|
11696
11122
|
"ProFormItemSharedProps",
|
|
11697
|
-
"ProFormLayout",
|
|
11698
11123
|
"ProFormLayoutConfig",
|
|
11699
11124
|
"ProFormList",
|
|
11700
11125
|
"ProFormListAction",
|
|
@@ -11761,6 +11186,7 @@
|
|
|
11761
11186
|
"DrawerFormProps",
|
|
11762
11187
|
"FormCoreInstance",
|
|
11763
11188
|
"FormInstance",
|
|
11189
|
+
"FormLayout",
|
|
11764
11190
|
"FormListContextValue",
|
|
11765
11191
|
"FormSize",
|
|
11766
11192
|
"LabelAlign",
|
|
@@ -11787,7 +11213,6 @@
|
|
|
11787
11213
|
"ProFormItem",
|
|
11788
11214
|
"ProFormItemProps",
|
|
11789
11215
|
"ProFormItemSharedProps",
|
|
11790
|
-
"ProFormLayout",
|
|
11791
11216
|
"ProFormLayoutConfig",
|
|
11792
11217
|
"ProFormList",
|
|
11793
11218
|
"ProFormListAction",
|
|
@@ -11853,6 +11278,7 @@
|
|
|
11853
11278
|
"DrawerFormProps",
|
|
11854
11279
|
"FormCoreInstance",
|
|
11855
11280
|
"FormInstance",
|
|
11281
|
+
"FormLayout",
|
|
11856
11282
|
"FormListContextValue",
|
|
11857
11283
|
"FormSize",
|
|
11858
11284
|
"LabelAlign",
|
|
@@ -11879,7 +11305,6 @@
|
|
|
11879
11305
|
"ProFormItem",
|
|
11880
11306
|
"ProFormItemProps",
|
|
11881
11307
|
"ProFormItemSharedProps",
|
|
11882
|
-
"ProFormLayout",
|
|
11883
11308
|
"ProFormLayoutConfig",
|
|
11884
11309
|
"ProFormList",
|
|
11885
11310
|
"ProFormListAction",
|
|
@@ -11946,6 +11371,7 @@
|
|
|
11946
11371
|
"DrawerFormProps",
|
|
11947
11372
|
"FormCoreInstance",
|
|
11948
11373
|
"FormInstance",
|
|
11374
|
+
"FormLayout",
|
|
11949
11375
|
"FormListContextValue",
|
|
11950
11376
|
"FormSize",
|
|
11951
11377
|
"LabelAlign",
|
|
@@ -11972,7 +11398,6 @@
|
|
|
11972
11398
|
"ProFormItem",
|
|
11973
11399
|
"ProFormItemProps",
|
|
11974
11400
|
"ProFormItemSharedProps",
|
|
11975
|
-
"ProFormLayout",
|
|
11976
11401
|
"ProFormLayoutConfig",
|
|
11977
11402
|
"ProFormList",
|
|
11978
11403
|
"ProFormListAction",
|
|
@@ -12039,6 +11464,7 @@
|
|
|
12039
11464
|
"DrawerFormProps",
|
|
12040
11465
|
"FormCoreInstance",
|
|
12041
11466
|
"FormInstance",
|
|
11467
|
+
"FormLayout",
|
|
12042
11468
|
"FormListContextValue",
|
|
12043
11469
|
"FormSize",
|
|
12044
11470
|
"LabelAlign",
|
|
@@ -12065,7 +11491,6 @@
|
|
|
12065
11491
|
"ProFormItem",
|
|
12066
11492
|
"ProFormItemProps",
|
|
12067
11493
|
"ProFormItemSharedProps",
|
|
12068
|
-
"ProFormLayout",
|
|
12069
11494
|
"ProFormLayoutConfig",
|
|
12070
11495
|
"ProFormList",
|
|
12071
11496
|
"ProFormListAction",
|
|
@@ -12132,6 +11557,7 @@
|
|
|
12132
11557
|
"DrawerFormProps",
|
|
12133
11558
|
"FormCoreInstance",
|
|
12134
11559
|
"FormInstance",
|
|
11560
|
+
"FormLayout",
|
|
12135
11561
|
"FormListContextValue",
|
|
12136
11562
|
"FormSize",
|
|
12137
11563
|
"LabelAlign",
|
|
@@ -12158,7 +11584,6 @@
|
|
|
12158
11584
|
"ProFormItem",
|
|
12159
11585
|
"ProFormItemProps",
|
|
12160
11586
|
"ProFormItemSharedProps",
|
|
12161
|
-
"ProFormLayout",
|
|
12162
11587
|
"ProFormLayoutConfig",
|
|
12163
11588
|
"ProFormList",
|
|
12164
11589
|
"ProFormListAction",
|
|
@@ -12225,6 +11650,7 @@
|
|
|
12225
11650
|
"DrawerFormProps",
|
|
12226
11651
|
"FormCoreInstance",
|
|
12227
11652
|
"FormInstance",
|
|
11653
|
+
"FormLayout",
|
|
12228
11654
|
"FormListContextValue",
|
|
12229
11655
|
"FormSize",
|
|
12230
11656
|
"LabelAlign",
|
|
@@ -12251,7 +11677,6 @@
|
|
|
12251
11677
|
"ProFormItem",
|
|
12252
11678
|
"ProFormItemProps",
|
|
12253
11679
|
"ProFormItemSharedProps",
|
|
12254
|
-
"ProFormLayout",
|
|
12255
11680
|
"ProFormLayoutConfig",
|
|
12256
11681
|
"ProFormList",
|
|
12257
11682
|
"ProFormListAction",
|
|
@@ -12318,6 +11743,7 @@
|
|
|
12318
11743
|
"DrawerFormProps",
|
|
12319
11744
|
"FormCoreInstance",
|
|
12320
11745
|
"FormInstance",
|
|
11746
|
+
"FormLayout",
|
|
12321
11747
|
"FormListContextValue",
|
|
12322
11748
|
"FormSize",
|
|
12323
11749
|
"LabelAlign",
|
|
@@ -12344,7 +11770,6 @@
|
|
|
12344
11770
|
"ProFormItem",
|
|
12345
11771
|
"ProFormItemProps",
|
|
12346
11772
|
"ProFormItemSharedProps",
|
|
12347
|
-
"ProFormLayout",
|
|
12348
11773
|
"ProFormLayoutConfig",
|
|
12349
11774
|
"ProFormList",
|
|
12350
11775
|
"ProFormListAction",
|
|
@@ -12410,6 +11835,7 @@
|
|
|
12410
11835
|
"DrawerFormProps",
|
|
12411
11836
|
"FormCoreInstance",
|
|
12412
11837
|
"FormInstance",
|
|
11838
|
+
"FormLayout",
|
|
12413
11839
|
"FormListContextValue",
|
|
12414
11840
|
"FormSize",
|
|
12415
11841
|
"LabelAlign",
|
|
@@ -12436,7 +11862,6 @@
|
|
|
12436
11862
|
"ProFormItem",
|
|
12437
11863
|
"ProFormItemProps",
|
|
12438
11864
|
"ProFormItemSharedProps",
|
|
12439
|
-
"ProFormLayout",
|
|
12440
11865
|
"ProFormLayoutConfig",
|
|
12441
11866
|
"ProFormList",
|
|
12442
11867
|
"ProFormListAction",
|
|
@@ -12502,6 +11927,7 @@
|
|
|
12502
11927
|
"DrawerFormProps",
|
|
12503
11928
|
"FormCoreInstance",
|
|
12504
11929
|
"FormInstance",
|
|
11930
|
+
"FormLayout",
|
|
12505
11931
|
"FormListContextValue",
|
|
12506
11932
|
"FormSize",
|
|
12507
11933
|
"LabelAlign",
|
|
@@ -12528,7 +11954,6 @@
|
|
|
12528
11954
|
"ProFormItem",
|
|
12529
11955
|
"ProFormItemProps",
|
|
12530
11956
|
"ProFormItemSharedProps",
|
|
12531
|
-
"ProFormLayout",
|
|
12532
11957
|
"ProFormLayoutConfig",
|
|
12533
11958
|
"ProFormList",
|
|
12534
11959
|
"ProFormListAction",
|
|
@@ -12595,6 +12020,7 @@
|
|
|
12595
12020
|
"DrawerFormProps",
|
|
12596
12021
|
"FormCoreInstance",
|
|
12597
12022
|
"FormInstance",
|
|
12023
|
+
"FormLayout",
|
|
12598
12024
|
"FormListContextValue",
|
|
12599
12025
|
"FormSize",
|
|
12600
12026
|
"LabelAlign",
|
|
@@ -12621,7 +12047,6 @@
|
|
|
12621
12047
|
"ProFormItem",
|
|
12622
12048
|
"ProFormItemProps",
|
|
12623
12049
|
"ProFormItemSharedProps",
|
|
12624
|
-
"ProFormLayout",
|
|
12625
12050
|
"ProFormLayoutConfig",
|
|
12626
12051
|
"ProFormList",
|
|
12627
12052
|
"ProFormListAction",
|
|
@@ -12688,6 +12113,7 @@
|
|
|
12688
12113
|
"DrawerFormProps",
|
|
12689
12114
|
"FormCoreInstance",
|
|
12690
12115
|
"FormInstance",
|
|
12116
|
+
"FormLayout",
|
|
12691
12117
|
"FormListContextValue",
|
|
12692
12118
|
"FormSize",
|
|
12693
12119
|
"LabelAlign",
|
|
@@ -12714,7 +12140,6 @@
|
|
|
12714
12140
|
"ProFormItem",
|
|
12715
12141
|
"ProFormItemProps",
|
|
12716
12142
|
"ProFormItemSharedProps",
|
|
12717
|
-
"ProFormLayout",
|
|
12718
12143
|
"ProFormLayoutConfig",
|
|
12719
12144
|
"ProFormList",
|
|
12720
12145
|
"ProFormListAction",
|
|
@@ -12780,6 +12205,7 @@
|
|
|
12780
12205
|
"DrawerFormProps",
|
|
12781
12206
|
"FormCoreInstance",
|
|
12782
12207
|
"FormInstance",
|
|
12208
|
+
"FormLayout",
|
|
12783
12209
|
"FormListContextValue",
|
|
12784
12210
|
"FormSize",
|
|
12785
12211
|
"LabelAlign",
|
|
@@ -12806,7 +12232,6 @@
|
|
|
12806
12232
|
"ProFormItem",
|
|
12807
12233
|
"ProFormItemProps",
|
|
12808
12234
|
"ProFormItemSharedProps",
|
|
12809
|
-
"ProFormLayout",
|
|
12810
12235
|
"ProFormLayoutConfig",
|
|
12811
12236
|
"ProFormList",
|
|
12812
12237
|
"ProFormListAction",
|
|
@@ -12873,6 +12298,7 @@
|
|
|
12873
12298
|
"DrawerFormProps",
|
|
12874
12299
|
"FormCoreInstance",
|
|
12875
12300
|
"FormInstance",
|
|
12301
|
+
"FormLayout",
|
|
12876
12302
|
"FormListContextValue",
|
|
12877
12303
|
"FormSize",
|
|
12878
12304
|
"LabelAlign",
|
|
@@ -12899,7 +12325,6 @@
|
|
|
12899
12325
|
"ProFormItem",
|
|
12900
12326
|
"ProFormItemProps",
|
|
12901
12327
|
"ProFormItemSharedProps",
|
|
12902
|
-
"ProFormLayout",
|
|
12903
12328
|
"ProFormLayoutConfig",
|
|
12904
12329
|
"ProFormList",
|
|
12905
12330
|
"ProFormListAction",
|
|
@@ -12965,6 +12390,7 @@
|
|
|
12965
12390
|
"DrawerFormProps",
|
|
12966
12391
|
"FormCoreInstance",
|
|
12967
12392
|
"FormInstance",
|
|
12393
|
+
"FormLayout",
|
|
12968
12394
|
"FormListContextValue",
|
|
12969
12395
|
"FormSize",
|
|
12970
12396
|
"LabelAlign",
|
|
@@ -12991,7 +12417,6 @@
|
|
|
12991
12417
|
"ProFormItem",
|
|
12992
12418
|
"ProFormItemProps",
|
|
12993
12419
|
"ProFormItemSharedProps",
|
|
12994
|
-
"ProFormLayout",
|
|
12995
12420
|
"ProFormLayoutConfig",
|
|
12996
12421
|
"ProFormList",
|
|
12997
12422
|
"ProFormListAction",
|
|
@@ -13057,6 +12482,7 @@
|
|
|
13057
12482
|
"DrawerFormProps",
|
|
13058
12483
|
"FormCoreInstance",
|
|
13059
12484
|
"FormInstance",
|
|
12485
|
+
"FormLayout",
|
|
13060
12486
|
"FormListContextValue",
|
|
13061
12487
|
"FormSize",
|
|
13062
12488
|
"LabelAlign",
|
|
@@ -13083,7 +12509,6 @@
|
|
|
13083
12509
|
"ProFormItem",
|
|
13084
12510
|
"ProFormItemProps",
|
|
13085
12511
|
"ProFormItemSharedProps",
|
|
13086
|
-
"ProFormLayout",
|
|
13087
12512
|
"ProFormLayoutConfig",
|
|
13088
12513
|
"ProFormList",
|
|
13089
12514
|
"ProFormListAction",
|
|
@@ -13149,6 +12574,7 @@
|
|
|
13149
12574
|
"DrawerFormProps",
|
|
13150
12575
|
"FormCoreInstance",
|
|
13151
12576
|
"FormInstance",
|
|
12577
|
+
"FormLayout",
|
|
13152
12578
|
"FormListContextValue",
|
|
13153
12579
|
"FormSize",
|
|
13154
12580
|
"LabelAlign",
|
|
@@ -13175,7 +12601,6 @@
|
|
|
13175
12601
|
"ProFormItem",
|
|
13176
12602
|
"ProFormItemProps",
|
|
13177
12603
|
"ProFormItemSharedProps",
|
|
13178
|
-
"ProFormLayout",
|
|
13179
12604
|
"ProFormLayoutConfig",
|
|
13180
12605
|
"ProFormList",
|
|
13181
12606
|
"ProFormListAction",
|
|
@@ -13242,6 +12667,7 @@
|
|
|
13242
12667
|
"DrawerFormProps",
|
|
13243
12668
|
"FormCoreInstance",
|
|
13244
12669
|
"FormInstance",
|
|
12670
|
+
"FormLayout",
|
|
13245
12671
|
"FormListContextValue",
|
|
13246
12672
|
"FormSize",
|
|
13247
12673
|
"LabelAlign",
|
|
@@ -13268,7 +12694,6 @@
|
|
|
13268
12694
|
"ProFormItem",
|
|
13269
12695
|
"ProFormItemProps",
|
|
13270
12696
|
"ProFormItemSharedProps",
|
|
13271
|
-
"ProFormLayout",
|
|
13272
12697
|
"ProFormLayoutConfig",
|
|
13273
12698
|
"ProFormList",
|
|
13274
12699
|
"ProFormListAction",
|
|
@@ -13335,6 +12760,7 @@
|
|
|
13335
12760
|
"DrawerFormProps",
|
|
13336
12761
|
"FormCoreInstance",
|
|
13337
12762
|
"FormInstance",
|
|
12763
|
+
"FormLayout",
|
|
13338
12764
|
"FormListContextValue",
|
|
13339
12765
|
"FormSize",
|
|
13340
12766
|
"LabelAlign",
|
|
@@ -13361,7 +12787,6 @@
|
|
|
13361
12787
|
"ProFormItem",
|
|
13362
12788
|
"ProFormItemProps",
|
|
13363
12789
|
"ProFormItemSharedProps",
|
|
13364
|
-
"ProFormLayout",
|
|
13365
12790
|
"ProFormLayoutConfig",
|
|
13366
12791
|
"ProFormList",
|
|
13367
12792
|
"ProFormListAction",
|
|
@@ -13428,6 +12853,7 @@
|
|
|
13428
12853
|
"DrawerFormProps",
|
|
13429
12854
|
"FormCoreInstance",
|
|
13430
12855
|
"FormInstance",
|
|
12856
|
+
"FormLayout",
|
|
13431
12857
|
"FormListContextValue",
|
|
13432
12858
|
"FormSize",
|
|
13433
12859
|
"LabelAlign",
|
|
@@ -13454,7 +12880,6 @@
|
|
|
13454
12880
|
"ProFormItem",
|
|
13455
12881
|
"ProFormItemProps",
|
|
13456
12882
|
"ProFormItemSharedProps",
|
|
13457
|
-
"ProFormLayout",
|
|
13458
12883
|
"ProFormLayoutConfig",
|
|
13459
12884
|
"ProFormList",
|
|
13460
12885
|
"ProFormListAction",
|
|
@@ -14416,6 +13841,7 @@
|
|
|
14416
13841
|
"DrawerFormProps",
|
|
14417
13842
|
"FormCoreInstance",
|
|
14418
13843
|
"FormInstance",
|
|
13844
|
+
"FormLayout",
|
|
14419
13845
|
"FormListContextValue",
|
|
14420
13846
|
"FormSize",
|
|
14421
13847
|
"LabelAlign",
|
|
@@ -14442,7 +13868,6 @@
|
|
|
14442
13868
|
"ProFormItem",
|
|
14443
13869
|
"ProFormItemProps",
|
|
14444
13870
|
"ProFormItemSharedProps",
|
|
14445
|
-
"ProFormLayout",
|
|
14446
13871
|
"ProFormLayoutConfig",
|
|
14447
13872
|
"ProFormList",
|
|
14448
13873
|
"ProFormListAction",
|
|
@@ -14508,6 +13933,7 @@
|
|
|
14508
13933
|
"DrawerFormProps",
|
|
14509
13934
|
"FormCoreInstance",
|
|
14510
13935
|
"FormInstance",
|
|
13936
|
+
"FormLayout",
|
|
14511
13937
|
"FormListContextValue",
|
|
14512
13938
|
"FormSize",
|
|
14513
13939
|
"LabelAlign",
|
|
@@ -14534,7 +13960,6 @@
|
|
|
14534
13960
|
"ProFormItem",
|
|
14535
13961
|
"ProFormItemProps",
|
|
14536
13962
|
"ProFormItemSharedProps",
|
|
14537
|
-
"ProFormLayout",
|
|
14538
13963
|
"ProFormLayoutConfig",
|
|
14539
13964
|
"ProFormList",
|
|
14540
13965
|
"ProFormListAction",
|
|
@@ -15489,6 +14914,7 @@
|
|
|
15489
14914
|
"DrawerFormProps",
|
|
15490
14915
|
"FormCoreInstance",
|
|
15491
14916
|
"FormInstance",
|
|
14917
|
+
"FormLayout",
|
|
15492
14918
|
"FormListContextValue",
|
|
15493
14919
|
"FormSize",
|
|
15494
14920
|
"LabelAlign",
|
|
@@ -15515,7 +14941,6 @@
|
|
|
15515
14941
|
"ProFormItem",
|
|
15516
14942
|
"ProFormItemProps",
|
|
15517
14943
|
"ProFormItemSharedProps",
|
|
15518
|
-
"ProFormLayout",
|
|
15519
14944
|
"ProFormLayoutConfig",
|
|
15520
14945
|
"ProFormList",
|
|
15521
14946
|
"ProFormListAction",
|
|
@@ -15593,6 +15018,7 @@
|
|
|
15593
15018
|
"DrawerFormProps",
|
|
15594
15019
|
"FormCoreInstance",
|
|
15595
15020
|
"FormInstance",
|
|
15021
|
+
"FormLayout",
|
|
15596
15022
|
"FormListContextValue",
|
|
15597
15023
|
"FormSize",
|
|
15598
15024
|
"LabelAlign",
|
|
@@ -15619,7 +15045,6 @@
|
|
|
15619
15045
|
"ProFormItem",
|
|
15620
15046
|
"ProFormItemProps",
|
|
15621
15047
|
"ProFormItemSharedProps",
|
|
15622
|
-
"ProFormLayout",
|
|
15623
15048
|
"ProFormLayoutConfig",
|
|
15624
15049
|
"ProFormList",
|
|
15625
15050
|
"ProFormListAction",
|
|
@@ -15685,6 +15110,7 @@
|
|
|
15685
15110
|
"DrawerFormProps",
|
|
15686
15111
|
"FormCoreInstance",
|
|
15687
15112
|
"FormInstance",
|
|
15113
|
+
"FormLayout",
|
|
15688
15114
|
"FormListContextValue",
|
|
15689
15115
|
"FormSize",
|
|
15690
15116
|
"LabelAlign",
|
|
@@ -15711,7 +15137,6 @@
|
|
|
15711
15137
|
"ProFormItem",
|
|
15712
15138
|
"ProFormItemProps",
|
|
15713
15139
|
"ProFormItemSharedProps",
|
|
15714
|
-
"ProFormLayout",
|
|
15715
15140
|
"ProFormLayoutConfig",
|
|
15716
15141
|
"ProFormList",
|
|
15717
15142
|
"ProFormListAction",
|
|
@@ -17768,6 +17193,7 @@
|
|
|
17768
17193
|
"DrawerFormProps",
|
|
17769
17194
|
"FormCoreInstance",
|
|
17770
17195
|
"FormInstance",
|
|
17196
|
+
"FormLayout",
|
|
17771
17197
|
"FormListContextValue",
|
|
17772
17198
|
"FormSize",
|
|
17773
17199
|
"LabelAlign",
|
|
@@ -17794,7 +17220,6 @@
|
|
|
17794
17220
|
"ProFormItem",
|
|
17795
17221
|
"ProFormItemProps",
|
|
17796
17222
|
"ProFormItemSharedProps",
|
|
17797
|
-
"ProFormLayout",
|
|
17798
17223
|
"ProFormLayoutConfig",
|
|
17799
17224
|
"ProFormList",
|
|
17800
17225
|
"ProFormListAction",
|
|
@@ -20408,6 +19833,7 @@
|
|
|
20408
19833
|
"DrawerFormProps",
|
|
20409
19834
|
"FormCoreInstance",
|
|
20410
19835
|
"FormInstance",
|
|
19836
|
+
"FormLayout",
|
|
20411
19837
|
"FormListContextValue",
|
|
20412
19838
|
"FormSize",
|
|
20413
19839
|
"LabelAlign",
|
|
@@ -20434,7 +19860,6 @@
|
|
|
20434
19860
|
"ProFormItem",
|
|
20435
19861
|
"ProFormItemProps",
|
|
20436
19862
|
"ProFormItemSharedProps",
|
|
20437
|
-
"ProFormLayout",
|
|
20438
19863
|
"ProFormLayoutConfig",
|
|
20439
19864
|
"ProFormList",
|
|
20440
19865
|
"ProFormListAction",
|
|
@@ -20561,6 +19986,7 @@
|
|
|
20561
19986
|
"DrawerFormProps",
|
|
20562
19987
|
"FormCoreInstance",
|
|
20563
19988
|
"FormInstance",
|
|
19989
|
+
"FormLayout",
|
|
20564
19990
|
"FormListContextValue",
|
|
20565
19991
|
"FormSize",
|
|
20566
19992
|
"LabelAlign",
|
|
@@ -20587,7 +20013,6 @@
|
|
|
20587
20013
|
"ProFormItem",
|
|
20588
20014
|
"ProFormItemProps",
|
|
20589
20015
|
"ProFormItemSharedProps",
|
|
20590
|
-
"ProFormLayout",
|
|
20591
20016
|
"ProFormLayoutConfig",
|
|
20592
20017
|
"ProFormList",
|
|
20593
20018
|
"ProFormListAction",
|
|
@@ -20654,6 +20079,7 @@
|
|
|
20654
20079
|
"DrawerFormProps",
|
|
20655
20080
|
"FormCoreInstance",
|
|
20656
20081
|
"FormInstance",
|
|
20082
|
+
"FormLayout",
|
|
20657
20083
|
"FormListContextValue",
|
|
20658
20084
|
"FormSize",
|
|
20659
20085
|
"LabelAlign",
|
|
@@ -20680,7 +20106,6 @@
|
|
|
20680
20106
|
"ProFormItem",
|
|
20681
20107
|
"ProFormItemProps",
|
|
20682
20108
|
"ProFormItemSharedProps",
|
|
20683
|
-
"ProFormLayout",
|
|
20684
20109
|
"ProFormLayoutConfig",
|
|
20685
20110
|
"ProFormList",
|
|
20686
20111
|
"ProFormListAction",
|
|
@@ -20968,6 +20393,7 @@
|
|
|
20968
20393
|
"DrawerFormProps",
|
|
20969
20394
|
"FormCoreInstance",
|
|
20970
20395
|
"FormInstance",
|
|
20396
|
+
"FormLayout",
|
|
20971
20397
|
"FormListContextValue",
|
|
20972
20398
|
"FormSize",
|
|
20973
20399
|
"LabelAlign",
|
|
@@ -20994,7 +20420,6 @@
|
|
|
20994
20420
|
"ProFormItem",
|
|
20995
20421
|
"ProFormItemProps",
|
|
20996
20422
|
"ProFormItemSharedProps",
|
|
20997
|
-
"ProFormLayout",
|
|
20998
20423
|
"ProFormLayoutConfig",
|
|
20999
20424
|
"ProFormList",
|
|
21000
20425
|
"ProFormListAction",
|
|
@@ -21090,6 +20515,7 @@
|
|
|
21090
20515
|
"DrawerFormProps",
|
|
21091
20516
|
"FormCoreInstance",
|
|
21092
20517
|
"FormInstance",
|
|
20518
|
+
"FormLayout",
|
|
21093
20519
|
"FormListContextValue",
|
|
21094
20520
|
"FormSize",
|
|
21095
20521
|
"LabelAlign",
|
|
@@ -21116,7 +20542,6 @@
|
|
|
21116
20542
|
"ProFormItem",
|
|
21117
20543
|
"ProFormItemProps",
|
|
21118
20544
|
"ProFormItemSharedProps",
|
|
21119
|
-
"ProFormLayout",
|
|
21120
20545
|
"ProFormLayoutConfig",
|
|
21121
20546
|
"ProFormList",
|
|
21122
20547
|
"ProFormListAction",
|