@1money/component-ui 0.0.89 → 0.0.90-alpha.1
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/BaseDialog/BaseDialog.d.ts +3 -0
- package/es/business/Dialog/BaseDialog/BaseDialog.js +128 -0
- package/es/business/Dialog/BaseDialog/constants.d.ts +12 -0
- package/es/business/Dialog/BaseDialog/constants.js +13 -0
- package/es/business/Dialog/BaseDialog/index.d.ts +4 -0
- package/es/business/Dialog/BaseDialog/index.js +5 -0
- package/es/business/Dialog/BaseDialog/interface.d.ts +63 -0
- package/es/business/Dialog/BaseDialog/interface.js +2 -0
- package/es/business/Dialog/BaseDialog/style/BaseDialog.css +62 -0
- package/es/business/Dialog/BaseDialog/style/css.js +2 -0
- package/es/business/Dialog/BaseDialog/style/index.d.ts +1 -0
- package/es/business/Dialog/BaseDialog/style/index.js +2 -0
- package/es/business/Dialog/Descriptions/Descriptions.d.ts +3 -0
- package/es/business/Dialog/Descriptions/Descriptions.js +94 -0
- package/es/business/Dialog/Descriptions/constants.d.ts +16 -0
- package/es/business/Dialog/Descriptions/constants.js +24 -0
- package/es/business/Dialog/Descriptions/index.d.ts +4 -0
- package/es/business/Dialog/Descriptions/index.js +5 -0
- package/es/business/Dialog/Descriptions/interface.d.ts +44 -0
- package/es/business/Dialog/Descriptions/interface.js +2 -0
- package/es/business/Dialog/Descriptions/style/Descriptions.css +60 -0
- package/es/business/Dialog/Descriptions/style/css.js +2 -0
- package/es/business/Dialog/Descriptions/style/index.d.ts +1 -0
- package/es/business/Dialog/Descriptions/style/index.js +2 -0
- package/es/business/Dialog/DetailsDialog/DetailsDialog.d.ts +3 -0
- package/es/business/Dialog/DetailsDialog/DetailsDialog.js +94 -0
- package/es/business/Dialog/DetailsDialog/index.d.ts +4 -0
- package/es/business/Dialog/DetailsDialog/index.js +5 -0
- package/es/business/Dialog/DetailsDialog/interface.d.ts +22 -0
- package/es/business/Dialog/DetailsDialog/interface.js +2 -0
- package/es/business/Dialog/DetailsDialog/style/DetailsDialog.css +41 -0
- package/es/business/Dialog/DetailsDialog/style/css.js +2 -0
- package/es/business/Dialog/DetailsDialog/style/index.d.ts +1 -0
- package/es/business/Dialog/DetailsDialog/style/index.js +2 -0
- package/es/business/Dialog/FormDialog/FormDialog.d.ts +5 -0
- package/es/business/Dialog/FormDialog/FormDialog.js +100 -0
- package/es/business/Dialog/FormDialog/index.d.ts +6 -0
- package/es/business/Dialog/FormDialog/index.js +6 -0
- package/es/business/Dialog/FormDialog/interface.d.ts +42 -0
- package/es/business/Dialog/FormDialog/interface.js +2 -0
- package/{lib/business/Dialog/TransactionDialog/style/TransactionDialog.css → es/business/Dialog/FormDialog/style/FormDialog.css} +7 -12
- package/es/business/Dialog/FormDialog/style/css.js +2 -0
- package/es/business/Dialog/FormDialog/style/index.d.ts +1 -0
- package/es/business/Dialog/FormDialog/style/index.js +2 -0
- package/es/business/Dialog/VerificationDialog/VerificationDialog.js +203 -95
- package/es/business/Dialog/VerificationDialog/constants.d.ts +8 -35
- package/es/business/Dialog/VerificationDialog/constants.js +8 -30
- package/es/business/Dialog/VerificationDialog/index.d.ts +2 -1
- package/es/business/Dialog/VerificationDialog/index.js +3 -2
- package/es/business/Dialog/VerificationDialog/interface.d.ts +42 -106
- package/es/business/Dialog/VerificationDialog/interface.js +1 -1
- package/es/business/Dialog/VerificationDialog/style/VerificationDialog.css +19 -6
- 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 +4 -2
- package/es/business/Dialog/index.js +8 -3
- package/es/business/Dialog/variants/DeleteDialog.d.ts +3 -0
- package/es/business/Dialog/variants/DeleteDialog.js +20 -0
- package/es/business/Dialog/variants/FailureDialog.d.ts +3 -0
- package/es/business/Dialog/variants/FailureDialog.js +20 -0
- package/es/business/Dialog/variants/LoadingDialog.d.ts +33 -0
- package/es/business/Dialog/variants/LoadingDialog.js +162 -0
- package/es/business/Dialog/variants/PendingDialog.d.ts +3 -0
- package/es/business/Dialog/variants/PendingDialog.js +19 -0
- package/es/business/Dialog/variants/SuccessDialog.d.ts +3 -0
- package/es/business/Dialog/variants/SuccessDialog.js +19 -0
- package/es/business/Dialog/variants/index.d.ts +10 -0
- package/es/business/Dialog/variants/index.js +9 -0
- package/es/business/Dialog/variants/style/LoadingDialog.css +62 -0
- package/es/business/Dialog/variants/style/css.js +2 -0
- package/es/business/Dialog/variants/style/index.d.ts +1 -0
- package/es/business/Dialog/variants/style/index.js +2 -0
- package/es/business/FieldList/index.d.ts +30 -0
- package/es/business/FieldList/index.js +52 -0
- package/es/business/FieldList/style/FieldList.css +89 -0
- package/es/business/FieldList/style/css.js +2 -0
- package/es/business/FieldList/style/index.d.ts +1 -0
- package/es/business/FieldList/style/index.js +2 -0
- package/es/business/Filter/Account/Account.js +1 -1
- package/es/business/Filter/Account/index.js +1 -1
- package/es/business/Filter/Account/interface.js +1 -1
- package/es/business/Filter/Account/style/css.js +1 -1
- package/es/business/Filter/Account/style/index.js +1 -1
- package/es/business/Filter/Asset/Asset.js +1 -1
- package/es/business/Filter/Asset/index.js +1 -1
- package/es/business/Filter/Asset/interface.js +1 -1
- package/es/business/Filter/Asset/style/css.js +1 -1
- package/es/business/Filter/Asset/style/index.js +1 -1
- package/es/business/Filter/DateRange/DateRange.js +1 -1
- package/es/business/Filter/DateRange/index.js +1 -1
- package/es/business/Filter/DateRange/interface.js +1 -1
- package/es/business/Filter/DateRange/style/css.js +1 -1
- package/es/business/Filter/DateRange/style/index.js +1 -1
- package/es/business/Filter/Option/Option.js +1 -1
- package/es/business/Filter/Option/index.js +1 -1
- package/es/business/Filter/Option/interface.js +1 -1
- package/es/business/Filter/Option/style/css.js +1 -1
- package/es/business/Filter/Option/style/index.js +1 -1
- package/es/business/Filter/index.js +1 -1
- package/es/business/FormPage/FormPage.d.ts +4 -0
- package/es/business/FormPage/FormPage.js +86 -0
- package/es/business/FormPage/index.d.ts +4 -0
- package/es/business/FormPage/index.js +5 -0
- package/es/business/FormPage/interface.d.ts +40 -0
- package/es/business/FormPage/interface.js +2 -0
- package/es/business/Select/Asset/AssetSelect.js +1 -1
- package/es/business/Select/Asset/index.js +1 -1
- package/es/business/Select/Asset/interface.js +1 -1
- package/es/business/Select/Asset/style/css.js +1 -1
- package/es/business/Select/Asset/style/index.js +1 -1
- package/es/business/Select/Country/CountrySelect.js +1 -1
- package/es/business/Select/Country/index.js +1 -1
- package/es/business/Select/Country/interface.js +1 -1
- package/es/business/Select/Currency/CurrencySelect.js +1 -1
- package/es/business/Select/Currency/index.js +1 -1
- package/es/business/Select/Currency/interface.js +1 -1
- package/es/business/Select/Currency/style/css.js +1 -1
- package/es/business/Select/Currency/style/index.js +1 -1
- package/es/business/Select/Network/NetworkSelect.js +1 -1
- package/es/business/Select/Network/index.js +1 -1
- package/es/business/Select/Network/interface.js +1 -1
- package/es/business/Select/Network/style/css.js +1 -1
- package/es/business/Select/Network/style/index.js +1 -1
- package/es/business/Select/PaymentMethod/PaymentMethodSelect.js +1 -1
- package/es/business/Select/PaymentMethod/index.js +1 -1
- package/es/business/Select/PaymentMethod/interface.js +1 -1
- package/es/business/Select/PaymentMethod/style/css.js +1 -1
- package/es/business/Select/PaymentMethod/style/index.js +1 -1
- package/es/business/Select/index.js +1 -1
- package/es/business/index.d.ts +3 -0
- package/es/business/index.js +3 -1
- package/es/business/shared/formCore/BaseProForm.d.ts +38 -0
- package/es/business/shared/formCore/BaseProForm.js +85 -0
- package/es/business/shared/formCore/useSubmitAction.d.ts +11 -0
- package/es/business/shared/formCore/useSubmitAction.js +92 -0
- package/es/components/Accordion/Accordion.js +1 -1
- package/es/components/Accordion/constants.js +1 -1
- package/es/components/Accordion/index.js +1 -1
- package/es/components/Accordion/interface.js +1 -1
- package/es/components/Accordion/style/css.js +1 -1
- package/es/components/Accordion/style/index.js +1 -1
- package/es/components/ActionBar/ActionBar.d.ts +3 -0
- package/es/components/ActionBar/ActionBar.js +114 -0
- package/es/components/ActionBar/constants.d.ts +29 -0
- package/es/components/ActionBar/constants.js +30 -0
- package/es/components/ActionBar/index.d.ts +4 -0
- package/es/components/ActionBar/index.js +5 -0
- package/es/components/ActionBar/interface.d.ts +73 -0
- package/es/components/ActionBar/interface.js +2 -0
- package/es/components/ActionBar/style/ActionBar.css +44 -0
- package/es/components/ActionBar/style/css.js +2 -0
- package/es/components/ActionBar/style/index.d.ts +1 -0
- package/es/components/ActionBar/style/index.js +2 -0
- package/es/components/Alert/Alert.js +1 -1
- package/es/components/Alert/index.js +1 -1
- package/es/components/Alert/interface.js +1 -1
- package/es/components/Alert/style/css.js +1 -1
- package/es/components/Alert/style/index.js +1 -1
- package/es/components/Button/Button.js +1 -1
- package/es/components/Button/constants.js +1 -1
- package/es/components/Button/index.js +1 -1
- package/es/components/Button/interface.js +1 -1
- package/es/components/Button/style/css.js +1 -1
- package/es/components/Button/style/index.js +1 -1
- package/es/components/Calendar/Calendar.js +1 -1
- package/es/components/Calendar/constants.js +1 -1
- package/es/components/Calendar/index.js +1 -1
- package/es/components/Calendar/interface.js +1 -1
- package/es/components/Calendar/style/css.js +1 -1
- package/es/components/Calendar/style/index.js +1 -1
- package/es/components/Carousel/Carousel.js +1 -1
- package/es/components/Carousel/index.js +1 -1
- package/es/components/Carousel/interface.js +1 -1
- package/es/components/Carousel/style/css.js +1 -1
- package/es/components/Carousel/style/index.js +1 -1
- package/es/components/Cell/Cell.js +1 -1
- package/es/components/Cell/index.js +1 -1
- package/es/components/Cell/interface.js +1 -1
- package/es/components/Cell/style/css.js +1 -1
- package/es/components/Cell/style/index.js +1 -1
- package/es/components/Checkbox/BaseCheckbox.js +1 -1
- package/es/components/Checkbox/Checkbox.js +1 -1
- package/es/components/Checkbox/CheckboxGroup.js +1 -1
- package/es/components/Checkbox/CheckboxGroupContext.js +1 -1
- package/es/components/Checkbox/constants.js +1 -1
- package/es/components/Checkbox/index.js +1 -1
- package/es/components/Checkbox/interface.js +1 -1
- package/es/components/Checkbox/style/css.js +1 -1
- package/es/components/Checkbox/style/index.js +1 -1
- package/es/components/CoachMark/CoachMark.js +1 -1
- package/es/components/CoachMark/index.js +1 -1
- package/es/components/CoachMark/interface.js +1 -1
- package/es/components/CoachMark/style/css.js +1 -1
- package/es/components/CoachMark/style/index.js +1 -1
- package/es/components/Copy/Clipboard.js +1 -1
- package/es/components/Copy/Copy.js +1 -1
- package/es/components/Copy/index.js +1 -1
- package/es/components/Copy/interface.js +1 -1
- package/es/components/Copy/style/css.js +1 -1
- package/es/components/Copy/style/index.js +1 -1
- package/es/components/Dialog/Dialog.js +8 -6
- package/es/components/Dialog/DialogContent.js +1 -1
- package/es/components/Dialog/DialogControls.js +1 -1
- package/es/components/Dialog/className.js +1 -1
- package/es/components/Dialog/constants.js +1 -1
- package/es/components/Dialog/hooks.js +1 -1
- package/es/components/Dialog/index.js +1 -1
- package/es/components/Dialog/interface.d.ts +7 -0
- package/es/components/Dialog/interface.js +1 -1
- package/es/components/Dialog/style/Dialog.css +4 -4
- package/es/{business/Dialog/ResultDialog/style/ResultDialog.css → components/Dialog/style/DialogBare.css} +10 -5
- package/es/components/Dialog/style/css.js +2 -1
- package/es/components/Dialog/style/index.d.ts +1 -0
- package/es/components/Dialog/style/index.js +2 -1
- package/es/components/Dialog/types.js +1 -1
- package/es/components/Divider/Divider.js +1 -1
- package/es/components/Divider/constants.js +1 -1
- package/es/components/Divider/index.js +1 -1
- package/es/components/Divider/interface.js +1 -1
- package/es/components/Divider/style/css.js +1 -1
- package/es/components/Divider/style/index.js +1 -1
- package/es/components/Drawer/Drawer.js +1 -1
- package/es/components/Drawer/constants.js +1 -1
- package/es/components/Drawer/hooks/index.js +1 -1
- package/es/components/Drawer/hooks/useBodyScrollLock.js +1 -1
- package/es/components/Drawer/hooks/useDialogFocus.js +1 -1
- package/es/components/Drawer/hooks/useDrawerTransition.js +1 -1
- package/es/components/Drawer/hooks/useEscapeClose.js +1 -1
- package/es/components/Drawer/index.js +1 -1
- package/es/components/Drawer/interface.js +1 -1
- package/es/components/Drawer/style/css.js +1 -1
- package/es/components/Drawer/style/index.js +1 -1
- package/es/components/Dropdown/Dropdown.js +1 -1
- package/es/components/Dropdown/index.js +1 -1
- package/es/components/Dropdown/interface.js +1 -1
- package/es/components/Dropdown/style/css.js +1 -1
- package/es/components/Dropdown/style/index.js +1 -1
- package/es/components/Empty/Empty.js +1 -1
- package/es/components/Empty/index.js +1 -1
- package/es/components/Empty/interface.js +1 -1
- package/es/components/Empty/style/css.js +1 -1
- package/es/components/Empty/style/index.js +1 -1
- package/es/components/Filter/Filter.js +1 -1
- package/es/components/Filter/index.js +1 -1
- package/es/components/Filter/interface.js +1 -1
- package/es/components/Filter/style/css.js +1 -1
- package/es/components/Filter/style/index.js +1 -1
- package/es/components/Flex/Flex.js +1 -1
- package/es/components/Flex/constants.js +1 -1
- package/es/components/Flex/index.js +1 -1
- package/es/components/Flex/interface.js +1 -1
- package/es/components/Flex/style/css.js +1 -1
- package/es/components/Flex/style/index.js +1 -1
- package/es/components/FormLayout/FormLayout.d.ts +25 -0
- package/es/components/FormLayout/FormLayout.js +124 -0
- package/es/components/FormLayout/config.d.ts +52 -0
- package/es/components/FormLayout/config.js +60 -0
- package/es/components/FormLayout/context.d.ts +9 -0
- package/es/components/FormLayout/context.js +13 -0
- package/es/components/FormLayout/index.d.ts +7 -0
- package/es/components/FormLayout/index.js +7 -0
- package/es/components/FormLayout/interface.d.ts +44 -0
- package/es/components/FormLayout/interface.js +2 -0
- package/es/components/FormLayout/style/FormLayout.css +110 -0
- package/es/components/FormLayout/style/css.js +2 -0
- package/es/components/FormLayout/style/index.d.ts +1 -0
- package/es/components/FormLayout/style/index.js +2 -0
- package/es/components/Grid/Col.d.ts +1 -0
- package/es/components/Grid/Col.js +2 -1
- package/es/components/Grid/Grid.js +1 -1
- package/es/components/Grid/Row.d.ts +1 -0
- package/es/components/Grid/Row.js +2 -1
- package/es/components/Grid/constants.js +1 -1
- package/es/components/Grid/helper.js +1 -1
- package/es/components/Grid/index.js +1 -1
- package/es/components/Grid/interface.js +1 -1
- package/es/components/Grid/style/css.js +1 -1
- package/es/components/Grid/style/index.js +1 -1
- package/es/components/Icons/Icons.js +1 -1
- package/es/components/Icons/Illustrations.js +1 -1
- package/es/components/Icons/Logo.js +1 -1
- package/es/components/Icons/SVGs.js +1 -1
- package/es/components/Icons/Wrapper.js +1 -1
- package/es/components/Icons/constants.js +1 -1
- package/es/components/Icons/index.js +1 -1
- package/es/components/Icons/interface.js +1 -1
- package/es/components/Icons/style/css.js +1 -1
- package/es/components/Icons/style/index.js +1 -1
- package/es/components/Input/Amount/Amount.js +1 -1
- package/es/components/Input/Amount/helper.js +1 -1
- package/es/components/Input/Amount/index.js +1 -1
- package/es/components/Input/Amount/style/css.js +1 -1
- package/es/components/Input/Amount/style/index.js +1 -1
- package/es/components/Input/FieldShell/FieldShell.js +1 -1
- package/es/components/Input/FieldShell/index.js +1 -1
- package/es/components/Input/Input/Input.js +8 -3
- package/es/components/Input/Input/index.js +1 -1
- package/es/components/Input/Mask/Mask.js +1 -1
- package/es/components/Input/Mask/index.js +1 -1
- package/es/components/Input/OTP/OTP.js +1 -1
- package/es/components/Input/OTP/index.js +1 -1
- package/es/components/Input/Password/Password.js +1 -1
- package/es/components/Input/Password/index.js +1 -1
- package/es/components/Input/Search/Search.js +1 -1
- package/es/components/Input/Search/index.js +1 -1
- package/es/components/Input/TextArea/TextArea.js +1 -1
- package/es/components/Input/TextArea/index.js +1 -1
- package/es/components/Input/Trade/Trade.js +1 -1
- package/es/components/Input/Trade/index.js +1 -1
- package/es/components/Input/constants.js +1 -1
- package/es/components/Input/index.js +1 -1
- package/es/components/Input/interface.js +1 -1
- package/es/components/Input/style/css.js +1 -1
- package/es/components/Input/style/index.js +1 -1
- package/es/components/Input/useAmountInput.js +1 -1
- package/es/components/Input/useSyncRef.js +1 -1
- package/es/components/Link/Link.js +1 -1
- package/es/components/Link/constants.js +1 -1
- package/es/components/Link/index.js +1 -1
- package/es/components/Link/interface.js +1 -1
- package/es/components/Link/style/css.js +1 -1
- package/es/components/Link/style/index.js +1 -1
- package/es/components/Navigation/Nav.js +1 -1
- package/es/components/Navigation/Navigation.js +1 -1
- package/es/components/Navigation/NavigationLogo.js +1 -1
- package/es/components/Navigation/NavigationStepper.js +1 -1
- package/es/components/Navigation/index.js +1 -1
- package/es/components/Navigation/interface.js +1 -1
- package/es/components/Navigation/style/css.js +1 -1
- package/es/components/Navigation/style/index.js +1 -1
- package/es/components/Notification/Notification.js +1 -1
- package/es/components/Notification/NotificationStatic.js +1 -1
- package/es/components/Notification/constants.js +1 -1
- package/es/components/Notification/index.js +1 -1
- package/es/components/Notification/interface.js +1 -1
- package/es/components/Notification/style/css.js +1 -1
- package/es/components/Notification/style/index.js +1 -1
- package/es/components/Pagination/Pagination.js +1 -1
- package/es/components/Pagination/constants.js +1 -1
- package/es/components/Pagination/index.js +1 -1
- package/es/components/Pagination/interface.js +1 -1
- package/es/components/Pagination/style/css.js +1 -1
- package/es/components/Pagination/style/index.js +1 -1
- package/es/components/Pagination/usePagination.js +1 -1
- package/es/components/Popconfirm/Popconfirm.js +1 -1
- package/es/components/Popconfirm/constants.js +1 -1
- package/es/components/Popconfirm/index.js +1 -1
- package/es/components/Popconfirm/interface.js +1 -1
- package/es/components/Popconfirm/style/css.js +1 -1
- package/es/components/Popconfirm/style/index.js +1 -1
- package/es/components/Portal/Portal.js +1 -1
- package/es/components/Portal/index.js +1 -1
- package/es/components/Portal/interface.js +1 -1
- package/es/components/ProForm/ProForm.js +1 -1
- package/es/components/ProForm/ProFormDependency.js +1 -1
- package/es/components/ProForm/ProFormGroup.js +1 -1
- package/es/components/ProForm/ProFormItem.js +1 -1
- package/es/components/ProForm/ProFormList.js +1 -1
- package/es/components/ProForm/SchemaForm.js +1 -1
- package/es/components/ProForm/Submitter.js +1 -1
- package/es/components/ProForm/constants.js +1 -1
- package/es/components/ProForm/context.js +1 -1
- package/es/components/ProForm/core/constants.js +1 -1
- package/es/components/ProForm/core/devWarning.js +1 -1
- package/es/components/ProForm/core/formStore.js +1 -1
- package/es/components/ProForm/core/hooks/useForm.js +1 -1
- package/es/components/ProForm/core/hooks/useFormCore.js +1 -1
- package/es/components/ProForm/core/index.js +1 -1
- package/es/components/ProForm/core/interface.js +1 -1
- package/es/components/ProForm/core/namePathType.js +1 -1
- package/es/components/ProForm/core/pathUtils.js +1 -1
- package/es/components/ProForm/core/runRules.js +1 -1
- package/es/components/ProForm/core/useFormItem.js +1 -1
- package/es/components/ProForm/core/validationError.js +1 -1
- package/es/components/ProForm/fields/ProFormCheckbox.js +1 -1
- package/es/components/ProForm/fields/ProFormCheckboxGroup.js +1 -1
- package/es/components/ProForm/fields/ProFormDatePicker.js +1 -1
- package/es/components/ProForm/fields/ProFormFieldSet.js +1 -1
- package/es/components/ProForm/fields/ProFormPassword.js +1 -1
- package/es/components/ProForm/fields/ProFormRadioGroup.js +1 -1
- package/es/components/ProForm/fields/ProFormSelect.js +1 -1
- package/es/components/ProForm/fields/ProFormSlider.js +1 -1
- package/es/components/ProForm/fields/ProFormSwitch.js +1 -1
- package/es/components/ProForm/fields/ProFormText.js +1 -1
- package/es/components/ProForm/fields/ProFormTextArea.js +1 -1
- package/es/components/ProForm/fields/ProFormUpload.js +1 -1
- package/es/components/ProForm/fields/createProFormField.js +1 -1
- package/es/components/ProForm/fields/index.js +1 -1
- package/es/components/ProForm/hooks/useFieldRequest.js +1 -1
- package/es/components/ProForm/hooks/useUrlSync.js +1 -1
- package/es/components/ProForm/index.js +1 -1
- package/es/components/ProForm/interface.js +1 -1
- package/es/components/ProForm/layouts/DialogForm.js +1 -1
- package/es/components/ProForm/layouts/DrawerForm.js +1 -1
- package/es/components/ProForm/layouts/QueryFilter.js +1 -1
- package/es/components/ProForm/layouts/index.js +1 -1
- package/es/components/ProForm/layouts/useOverlayForm.js +1 -1
- package/es/components/ProForm/style/css.js +1 -1
- package/es/components/ProForm/style/index.js +1 -1
- package/es/components/ProForm/utils.js +1 -1
- package/es/components/ProTable/ProTable.js +1 -1
- package/es/components/ProTable/constants.js +1 -1
- package/es/components/ProTable/core/genColumns.js +1 -1
- package/es/components/ProTable/core/genSearchFields.js +1 -1
- package/es/components/ProTable/core/useAwaitableReload.js +1 -1
- package/es/components/ProTable/core/utils.js +1 -1
- package/es/components/ProTable/index.js +1 -1
- package/es/components/ProTable/interface.js +1 -1
- package/es/components/ProTable/style/css.js +1 -1
- package/es/components/ProTable/style/index.js +1 -1
- package/es/components/ProTable/useFetchData.js +1 -1
- package/es/components/Progress/Progress.js +1 -1
- package/es/components/Progress/constants.js +1 -1
- package/es/components/Progress/index.js +1 -1
- package/es/components/Progress/interface.js +1 -1
- package/es/components/Progress/style/css.js +1 -1
- package/es/components/Progress/style/index.js +1 -1
- package/es/components/Radio/BaseRadio.js +1 -1
- package/es/components/Radio/Radio.js +1 -1
- package/es/components/Radio/RadioGroup.js +1 -1
- package/es/components/Radio/RadioGroupContext.js +1 -1
- package/es/components/Radio/constants.js +1 -1
- package/es/components/Radio/index.js +1 -1
- package/es/components/Radio/interface.js +1 -1
- package/es/components/Radio/style/css.js +1 -1
- package/es/components/Radio/style/index.js +1 -1
- package/es/components/ResizeObserver/Collection.js +1 -1
- package/es/components/ResizeObserver/ResizeObserver.js +1 -1
- package/es/components/ResizeObserver/SingleObserver/index.js +1 -1
- package/es/components/ResizeObserver/index.js +1 -1
- package/es/components/ResizeObserver/interface.js +1 -1
- package/es/components/ResizeObserver/useResizeObserver.js +1 -1
- package/es/components/ResizeObserver/utils/observerUtil.js +1 -1
- package/es/components/ResizeObserver/utils/reactUtil.js +1 -1
- package/es/components/Segment/Segment.js +1 -1
- package/es/components/Segment/index.js +1 -1
- package/es/components/Segment/interface.js +1 -1
- package/es/components/Segment/style/css.js +1 -1
- package/es/components/Segment/style/index.js +1 -1
- package/es/components/Select/Select.js +8 -3
- package/es/components/Select/SelectCustom.js +1 -1
- package/es/components/Select/SelectFieldShell.js +1 -1
- package/es/components/Select/SelectOptionContent.js +1 -1
- package/es/components/Select/SelectSearchControl.js +1 -1
- package/es/components/Select/SelectValueContent.js +1 -1
- package/es/components/Select/constants.js +1 -1
- package/es/components/Select/index.js +1 -1
- package/es/components/Select/interface.js +1 -1
- package/es/components/Select/style/css.js +1 -1
- package/es/components/Select/style/index.js +1 -1
- package/es/components/Select/useSelectShell.js +1 -1
- package/es/components/Select/utils.js +1 -1
- package/es/components/Skeleton/Skeleton.js +1 -1
- package/es/components/Skeleton/index.js +1 -1
- package/es/components/Skeleton/interface.js +1 -1
- package/es/components/Skeleton/style/css.js +1 -1
- package/es/components/Skeleton/style/index.js +1 -1
- package/es/components/Slider/Slider.js +1 -1
- package/es/components/Slider/index.js +1 -1
- package/es/components/Slider/interface.js +1 -1
- package/es/components/Slider/style/css.js +1 -1
- package/es/components/Slider/style/index.js +1 -1
- package/es/components/Space/Space.js +1 -1
- package/es/components/Space/constants.js +1 -1
- package/es/components/Space/index.js +1 -1
- package/es/components/Space/interface.js +1 -1
- package/es/components/Space/style/css.js +1 -1
- package/es/components/Space/style/index.js +1 -1
- package/es/components/Spinner/Spinner.js +1 -1
- package/es/components/Spinner/index.js +1 -1
- package/es/components/Spinner/interface.js +1 -1
- package/es/components/Spinner/style/css.js +1 -1
- package/es/components/Spinner/style/index.js +1 -1
- package/es/components/Step/Step.js +1 -1
- package/es/components/Step/constants.js +1 -1
- package/es/components/Step/index.js +1 -1
- package/es/components/Step/interface.js +1 -1
- package/es/components/Step/style/css.js +1 -1
- package/es/components/Step/style/index.js +1 -1
- package/es/components/Switch/Switch.js +1 -1
- package/es/components/Switch/constants.js +1 -1
- package/es/components/Switch/index.js +1 -1
- package/es/components/Switch/interface.js +1 -1
- package/es/components/Switch/style/css.js +1 -1
- package/es/components/Switch/style/index.js +1 -1
- package/es/components/Table/Table.js +1 -1
- package/es/components/Table/VirtualTable.js +1 -1
- package/es/components/Table/constants.js +1 -1
- package/es/components/Table/core/columnUtil.js +1 -1
- package/es/components/Table/core/useTableColumns.js +1 -1
- package/es/components/Table/core/useTableDataPipeline.js +1 -1
- package/es/components/Table/core/useTableExpand.js +1 -1
- package/es/components/Table/core/useTableSelection.js +1 -1
- package/es/components/Table/core/useTableSetup.js +1 -1
- package/es/components/Table/features/ExpandTrigger.js +1 -1
- package/es/components/Table/features/FilterTrigger.js +1 -1
- package/es/components/Table/features/SelectionColumn.js +1 -1
- package/es/components/Table/features/SortTrigger.js +1 -1
- package/es/components/Table/index.js +1 -1
- package/es/components/Table/interface.js +1 -1
- package/es/components/Table/internal/index.js +1 -1
- package/es/components/Table/internal/kernel/Body/BodyRow.js +1 -1
- package/es/components/Table/internal/kernel/Body/ExpandedRow.js +1 -1
- package/es/components/Table/internal/kernel/Body/MeasureCell.js +1 -1
- package/es/components/Table/internal/kernel/Body/MeasureRow.js +1 -1
- package/es/components/Table/internal/kernel/Body/index.js +1 -1
- package/es/components/Table/internal/kernel/Cell/index.js +1 -1
- package/es/components/Table/internal/kernel/Cell/useCellRender.js +1 -1
- package/es/components/Table/internal/kernel/Cell/useHoverState.js +1 -1
- package/es/components/Table/internal/kernel/ColGroup.js +1 -1
- package/es/components/Table/internal/kernel/FixedHolder/index.js +1 -1
- package/es/components/Table/internal/kernel/Footer/Cell.js +1 -1
- package/es/components/Table/internal/kernel/Footer/Row.js +1 -1
- package/es/components/Table/internal/kernel/Footer/Summary.js +1 -1
- package/es/components/Table/internal/kernel/Footer/SummaryContext.js +1 -1
- package/es/components/Table/internal/kernel/Footer/index.js +1 -1
- package/es/components/Table/internal/kernel/Header/Header.js +1 -1
- package/es/components/Table/internal/kernel/Header/HeaderRow.js +1 -1
- package/es/components/Table/internal/kernel/Panel/index.js +1 -1
- package/es/components/Table/internal/kernel/Table.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/BodyGrid.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/BodyLine.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/VirtualCell.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/context.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/index.js +1 -1
- package/es/components/Table/internal/kernel/constant.js +1 -1
- package/es/components/Table/internal/kernel/context/PerfContext.js +1 -1
- package/es/components/Table/internal/kernel/context/TableContext.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useColumns/index.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useExpand.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useFixedInfo.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useFlattenRecords.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useFrame.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useHover.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useRenderTimes.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useRowInfo.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useSticky.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useStickyOffsets.js +1 -1
- package/es/components/Table/internal/kernel/index.js +1 -1
- package/es/components/Table/internal/kernel/interface.js +1 -1
- package/es/components/Table/internal/kernel/namePathType.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/Immutable.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/context.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/index.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/isEqual.js +1 -1
- package/es/components/Table/internal/kernel/stickyScrollBar.js +1 -1
- package/es/components/Table/internal/kernel/sugar/Column.js +1 -1
- package/es/components/Table/internal/kernel/sugar/ColumnGroup.js +1 -1
- package/es/components/Table/internal/kernel/utils/dom/canUseDom.js +1 -1
- package/es/components/Table/internal/kernel/utils/dom/isVisible.js +1 -1
- package/es/components/Table/internal/kernel/utils/expandUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/fixUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/get.js +1 -1
- package/es/components/Table/internal/kernel/utils/getScrollBarSize.js +1 -1
- package/es/components/Table/internal/kernel/utils/legacyUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/offsetUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/pickAttrs.js +1 -1
- package/es/components/Table/internal/kernel/utils/useMemo.js +1 -1
- package/es/components/Table/internal/kernel/utils/valueUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/warning.js +1 -1
- package/es/components/Table/renderers/BodyCell.js +1 -1
- package/es/components/Table/renderers/CellContent.js +1 -1
- package/es/components/Table/renderers/EmptyState.js +1 -1
- package/es/components/Table/renderers/ExpandedRowContainer.js +1 -1
- package/es/components/Table/renderers/HeaderCell.js +1 -1
- package/es/components/Table/renderers/TableShell.js +1 -1
- package/es/components/Table/style/css.js +1 -1
- package/es/components/Table/style/index.js +1 -1
- package/es/components/Tabs/Tabs.js +1 -1
- package/es/components/Tabs/index.js +1 -1
- package/es/components/Tabs/interface.js +1 -1
- package/es/components/Tabs/style/css.js +1 -1
- package/es/components/Tabs/style/index.js +1 -1
- package/es/components/Tag/Tag.js +1 -1
- package/es/components/Tag/constants.js +1 -1
- package/es/components/Tag/index.js +1 -1
- package/es/components/Tag/interface.js +1 -1
- package/es/components/Tag/style/css.js +1 -1
- package/es/components/Tag/style/index.js +1 -1
- package/es/components/Tooltip/Tooltip.js +1 -1
- package/es/components/Tooltip/index.js +1 -1
- package/es/components/Tooltip/interface.js +1 -1
- package/es/components/Tooltip/style/css.js +1 -1
- package/es/components/Tooltip/style/index.js +1 -1
- package/es/components/Tour/Tour.js +1 -1
- package/es/components/Tour/index.js +1 -1
- package/es/components/Tour/interface.js +1 -1
- package/es/components/Trigger/Trigger.js +1 -1
- package/es/components/Trigger/index.js +1 -1
- package/es/components/Trigger/interface.js +1 -1
- package/es/components/Trigger/style/css.js +1 -1
- package/es/components/Trigger/style/index.js +1 -1
- package/es/components/Typography/Typography.js +1 -1
- package/es/components/Typography/constants.js +1 -1
- package/es/components/Typography/index.js +1 -1
- package/es/components/Typography/interface.js +1 -1
- package/es/components/Typography/render.js +1 -1
- package/es/components/Typography/style/css.js +1 -1
- package/es/components/Typography/style/index.js +1 -1
- package/es/components/Typography/useTypographyEnhancements.js +1 -1
- package/es/components/Typography/utils.js +1 -1
- package/es/components/Upload/Upload.js +1 -1
- package/es/components/Upload/UploadFileBar.js +1 -1
- package/es/components/Upload/index.js +1 -1
- package/es/components/Upload/interface.js +1 -1
- package/es/components/Upload/style/css.js +1 -1
- package/es/components/Upload/style/index.js +1 -1
- package/es/components/VirtualList/Filler.js +1 -1
- package/es/components/VirtualList/Item.js +1 -1
- package/es/components/VirtualList/ScrollBar.js +1 -1
- package/es/components/VirtualList/VirtualList.js +1 -1
- package/es/components/VirtualList/constants.js +1 -1
- package/es/components/VirtualList/hooks/useChildren.js +1 -1
- package/es/components/VirtualList/hooks/useDiffItem.js +1 -1
- package/es/components/VirtualList/hooks/useFrameWheel.js +1 -1
- package/es/components/VirtualList/hooks/useGetSize.js +1 -1
- package/es/components/VirtualList/hooks/useHeights.js +1 -1
- package/es/components/VirtualList/hooks/useMobileTouchMove.js +1 -1
- package/es/components/VirtualList/hooks/useOriginScroll.js +1 -1
- package/es/components/VirtualList/hooks/useScrollDrag.js +1 -1
- package/es/components/VirtualList/hooks/useScrollTo.js +1 -1
- package/es/components/VirtualList/index.js +1 -1
- package/es/components/VirtualList/interface.js +1 -1
- package/es/components/VirtualList/style/css.js +1 -1
- package/es/components/VirtualList/style/index.js +1 -1
- package/es/components/VirtualList/utils/CacheMap.js +1 -1
- package/es/components/VirtualList/utils/algorithmUtil.js +1 -1
- package/es/components/VirtualList/utils/isFirefox.js +1 -1
- package/es/components/VirtualList/utils/raf.js +1 -1
- package/es/components/VirtualList/utils/scrollbarUtil.js +1 -1
- package/es/hooks/index.js +1 -1
- package/es/hooks/useFloatingAnimation.js +1 -1
- package/es/index.css +1 -1
- package/es/index.d.ts +5 -1
- package/es/index.js +3 -1
- package/es/stories/docs/ComponentDocsPage.js +1 -1
- package/es/stories/docs/componentDocMeta.js +1 -1
- package/es/utils/classnames.js +1 -1
- package/es/utils/clipboard.js +1 -1
- package/es/utils/devWarn.js +1 -1
- package/es/utils/ref.js +1 -1
- package/es/utils/uuid.js +1 -1
- package/lib/business/Dialog/BaseDialog/BaseDialog.d.ts +3 -0
- package/lib/business/Dialog/BaseDialog/BaseDialog.js +137 -0
- package/lib/business/Dialog/BaseDialog/constants.d.ts +12 -0
- package/lib/business/Dialog/BaseDialog/constants.js +19 -0
- package/lib/business/Dialog/BaseDialog/index.d.ts +4 -0
- package/lib/business/Dialog/BaseDialog/index.js +30 -0
- package/lib/business/Dialog/BaseDialog/interface.d.ts +63 -0
- package/lib/business/Dialog/BaseDialog/interface.js +6 -0
- package/lib/business/Dialog/BaseDialog/style/BaseDialog.css +62 -0
- package/lib/business/Dialog/BaseDialog/style/css.js +4 -0
- package/lib/business/Dialog/BaseDialog/style/index.d.ts +1 -0
- package/lib/business/Dialog/BaseDialog/style/index.js +4 -0
- package/lib/business/Dialog/Descriptions/Descriptions.d.ts +3 -0
- package/lib/business/Dialog/Descriptions/Descriptions.js +104 -0
- package/lib/business/Dialog/Descriptions/constants.d.ts +16 -0
- package/lib/business/Dialog/Descriptions/constants.js +30 -0
- package/lib/business/Dialog/Descriptions/index.d.ts +4 -0
- package/lib/business/Dialog/Descriptions/index.js +30 -0
- package/lib/business/Dialog/Descriptions/interface.d.ts +44 -0
- package/lib/business/Dialog/Descriptions/interface.js +6 -0
- package/lib/business/Dialog/Descriptions/style/Descriptions.css +60 -0
- package/lib/business/Dialog/Descriptions/style/css.js +4 -0
- package/lib/business/Dialog/Descriptions/style/index.d.ts +1 -0
- package/lib/business/Dialog/Descriptions/style/index.js +4 -0
- package/lib/business/Dialog/DetailsDialog/DetailsDialog.d.ts +3 -0
- package/lib/business/Dialog/DetailsDialog/DetailsDialog.js +104 -0
- package/lib/business/Dialog/DetailsDialog/index.d.ts +4 -0
- package/lib/business/Dialog/DetailsDialog/index.js +30 -0
- package/lib/business/Dialog/DetailsDialog/interface.d.ts +22 -0
- package/lib/business/Dialog/DetailsDialog/interface.js +6 -0
- package/lib/business/Dialog/DetailsDialog/style/DetailsDialog.css +41 -0
- package/lib/business/Dialog/DetailsDialog/style/css.js +4 -0
- package/lib/business/Dialog/DetailsDialog/style/index.d.ts +1 -0
- package/lib/business/Dialog/DetailsDialog/style/index.js +4 -0
- package/lib/business/Dialog/FormDialog/FormDialog.d.ts +5 -0
- package/lib/business/Dialog/FormDialog/FormDialog.js +109 -0
- package/lib/business/Dialog/FormDialog/index.d.ts +6 -0
- package/lib/business/Dialog/FormDialog/index.js +52 -0
- package/lib/business/Dialog/FormDialog/interface.d.ts +42 -0
- package/lib/business/Dialog/FormDialog/interface.js +6 -0
- package/{es/business/Dialog/TransactionDialog/style/TransactionDialog.css → lib/business/Dialog/FormDialog/style/FormDialog.css} +7 -12
- package/lib/business/Dialog/FormDialog/style/css.js +4 -0
- package/lib/business/Dialog/FormDialog/style/index.d.ts +1 -0
- package/lib/business/Dialog/FormDialog/style/index.js +4 -0
- package/lib/business/Dialog/VerificationDialog/VerificationDialog.js +204 -92
- package/lib/business/Dialog/VerificationDialog/constants.d.ts +8 -35
- package/lib/business/Dialog/VerificationDialog/constants.js +9 -31
- package/lib/business/Dialog/VerificationDialog/index.d.ts +2 -1
- package/lib/business/Dialog/VerificationDialog/index.js +4 -17
- package/lib/business/Dialog/VerificationDialog/interface.d.ts +42 -106
- package/lib/business/Dialog/VerificationDialog/interface.js +1 -1
- package/lib/business/Dialog/VerificationDialog/style/VerificationDialog.css +19 -6
- 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 +4 -2
- package/lib/business/Dialog/index.js +31 -9
- package/lib/business/Dialog/variants/DeleteDialog.d.ts +3 -0
- package/lib/business/Dialog/variants/DeleteDialog.js +26 -0
- package/lib/business/Dialog/variants/FailureDialog.d.ts +3 -0
- package/lib/business/Dialog/variants/FailureDialog.js +26 -0
- package/lib/business/Dialog/variants/LoadingDialog.d.ts +33 -0
- package/lib/business/Dialog/variants/LoadingDialog.js +172 -0
- package/lib/business/Dialog/variants/PendingDialog.d.ts +3 -0
- package/lib/business/Dialog/variants/PendingDialog.js +25 -0
- package/lib/business/Dialog/variants/SuccessDialog.d.ts +3 -0
- package/lib/business/Dialog/variants/SuccessDialog.js +25 -0
- package/lib/business/Dialog/variants/index.d.ts +10 -0
- package/lib/business/Dialog/variants/index.js +41 -0
- package/lib/business/Dialog/variants/style/LoadingDialog.css +62 -0
- package/lib/business/Dialog/variants/style/css.js +4 -0
- package/lib/business/Dialog/variants/style/index.d.ts +1 -0
- package/lib/business/Dialog/variants/style/index.js +4 -0
- package/lib/business/FieldList/index.d.ts +30 -0
- package/lib/business/FieldList/index.js +60 -0
- package/lib/business/FieldList/style/FieldList.css +89 -0
- package/lib/business/FieldList/style/css.js +4 -0
- package/lib/business/FieldList/style/index.d.ts +1 -0
- package/lib/business/FieldList/style/index.js +4 -0
- package/lib/business/Filter/Account/Account.js +1 -1
- package/lib/business/Filter/Account/index.js +1 -1
- package/lib/business/Filter/Account/interface.js +1 -1
- package/lib/business/Filter/Account/style/css.js +1 -1
- package/lib/business/Filter/Account/style/index.js +1 -1
- package/lib/business/Filter/Asset/Asset.js +1 -1
- package/lib/business/Filter/Asset/index.js +1 -1
- package/lib/business/Filter/Asset/interface.js +1 -1
- package/lib/business/Filter/Asset/style/css.js +1 -1
- package/lib/business/Filter/Asset/style/index.js +1 -1
- package/lib/business/Filter/DateRange/DateRange.js +1 -1
- package/lib/business/Filter/DateRange/index.js +1 -1
- package/lib/business/Filter/DateRange/interface.js +1 -1
- package/lib/business/Filter/DateRange/style/css.js +1 -1
- package/lib/business/Filter/DateRange/style/index.js +1 -1
- package/lib/business/Filter/Option/Option.js +1 -1
- package/lib/business/Filter/Option/index.js +1 -1
- package/lib/business/Filter/Option/interface.js +1 -1
- package/lib/business/Filter/Option/style/css.js +1 -1
- package/lib/business/Filter/Option/style/index.js +1 -1
- package/lib/business/Filter/index.js +1 -1
- package/lib/business/FormPage/FormPage.d.ts +4 -0
- package/lib/business/FormPage/FormPage.js +92 -0
- package/lib/business/FormPage/index.d.ts +4 -0
- package/lib/business/FormPage/index.js +30 -0
- package/lib/business/FormPage/interface.d.ts +40 -0
- package/lib/business/FormPage/interface.js +6 -0
- package/lib/business/Select/Asset/AssetSelect.js +1 -1
- package/lib/business/Select/Asset/index.js +1 -1
- package/lib/business/Select/Asset/interface.js +1 -1
- package/lib/business/Select/Asset/style/css.js +1 -1
- package/lib/business/Select/Asset/style/index.js +1 -1
- package/lib/business/Select/Country/CountrySelect.js +1 -1
- package/lib/business/Select/Country/index.js +1 -1
- package/lib/business/Select/Country/interface.js +1 -1
- package/lib/business/Select/Currency/CurrencySelect.js +1 -1
- package/lib/business/Select/Currency/index.js +1 -1
- package/lib/business/Select/Currency/interface.js +1 -1
- package/lib/business/Select/Currency/style/css.js +1 -1
- package/lib/business/Select/Currency/style/index.js +1 -1
- package/lib/business/Select/Network/NetworkSelect.js +1 -1
- package/lib/business/Select/Network/index.js +1 -1
- package/lib/business/Select/Network/interface.js +1 -1
- package/lib/business/Select/Network/style/css.js +1 -1
- package/lib/business/Select/Network/style/index.js +1 -1
- package/lib/business/Select/PaymentMethod/PaymentMethodSelect.js +1 -1
- package/lib/business/Select/PaymentMethod/index.js +1 -1
- package/lib/business/Select/PaymentMethod/interface.js +1 -1
- package/lib/business/Select/PaymentMethod/style/css.js +1 -1
- package/lib/business/Select/PaymentMethod/style/index.js +1 -1
- package/lib/business/Select/index.js +1 -1
- package/lib/business/index.d.ts +3 -0
- package/lib/business/index.js +27 -1
- package/lib/business/shared/formCore/BaseProForm.d.ts +38 -0
- package/lib/business/shared/formCore/BaseProForm.js +91 -0
- package/lib/business/shared/formCore/useSubmitAction.d.ts +11 -0
- package/lib/business/shared/formCore/useSubmitAction.js +99 -0
- package/lib/components/Accordion/Accordion.js +1 -1
- package/lib/components/Accordion/constants.js +1 -1
- package/lib/components/Accordion/index.js +1 -1
- package/lib/components/Accordion/interface.js +1 -1
- package/lib/components/Accordion/style/css.js +1 -1
- package/lib/components/Accordion/style/index.js +1 -1
- package/lib/components/ActionBar/ActionBar.d.ts +3 -0
- package/lib/components/ActionBar/ActionBar.js +123 -0
- package/lib/components/ActionBar/constants.d.ts +29 -0
- package/lib/components/ActionBar/constants.js +36 -0
- package/lib/components/ActionBar/index.d.ts +4 -0
- package/lib/components/ActionBar/index.js +30 -0
- package/lib/components/ActionBar/interface.d.ts +73 -0
- package/lib/components/ActionBar/interface.js +6 -0
- package/lib/components/ActionBar/style/ActionBar.css +44 -0
- package/lib/components/ActionBar/style/css.js +4 -0
- package/lib/components/ActionBar/style/index.d.ts +1 -0
- package/lib/components/ActionBar/style/index.js +4 -0
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/index.js +1 -1
- package/lib/components/Alert/interface.js +1 -1
- package/lib/components/Alert/style/css.js +1 -1
- package/lib/components/Alert/style/index.js +1 -1
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/constants.js +1 -1
- package/lib/components/Button/index.js +1 -1
- package/lib/components/Button/interface.js +1 -1
- package/lib/components/Button/style/css.js +1 -1
- package/lib/components/Button/style/index.js +1 -1
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/constants.js +1 -1
- package/lib/components/Calendar/index.js +1 -1
- package/lib/components/Calendar/interface.js +1 -1
- package/lib/components/Calendar/style/css.js +1 -1
- package/lib/components/Calendar/style/index.js +1 -1
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/index.js +1 -1
- package/lib/components/Carousel/interface.js +1 -1
- package/lib/components/Carousel/style/css.js +1 -1
- package/lib/components/Carousel/style/index.js +1 -1
- package/lib/components/Cell/Cell.js +1 -1
- package/lib/components/Cell/index.js +1 -1
- package/lib/components/Cell/interface.js +1 -1
- package/lib/components/Cell/style/css.js +1 -1
- package/lib/components/Cell/style/index.js +1 -1
- package/lib/components/Checkbox/BaseCheckbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/CheckboxGroup.js +1 -1
- package/lib/components/Checkbox/CheckboxGroupContext.js +1 -1
- package/lib/components/Checkbox/constants.js +1 -1
- package/lib/components/Checkbox/index.js +1 -1
- package/lib/components/Checkbox/interface.js +1 -1
- package/lib/components/Checkbox/style/css.js +1 -1
- package/lib/components/Checkbox/style/index.js +1 -1
- package/lib/components/CoachMark/CoachMark.js +1 -1
- package/lib/components/CoachMark/index.js +1 -1
- package/lib/components/CoachMark/interface.js +1 -1
- package/lib/components/CoachMark/style/css.js +1 -1
- package/lib/components/CoachMark/style/index.js +1 -1
- package/lib/components/Copy/Clipboard.js +1 -1
- package/lib/components/Copy/Copy.js +1 -1
- package/lib/components/Copy/index.js +1 -1
- package/lib/components/Copy/interface.js +1 -1
- package/lib/components/Copy/style/css.js +1 -1
- package/lib/components/Copy/style/index.js +1 -1
- package/lib/components/Dialog/Dialog.js +8 -6
- package/lib/components/Dialog/DialogContent.js +1 -1
- package/lib/components/Dialog/DialogControls.js +1 -1
- package/lib/components/Dialog/className.js +1 -1
- package/lib/components/Dialog/constants.js +1 -1
- package/lib/components/Dialog/hooks.js +1 -1
- package/lib/components/Dialog/index.js +1 -1
- package/lib/components/Dialog/interface.d.ts +7 -0
- package/lib/components/Dialog/interface.js +1 -1
- package/lib/components/Dialog/style/Dialog.css +4 -4
- package/lib/{business/Dialog/ResultDialog/style/ResultDialog.css → components/Dialog/style/DialogBare.css} +10 -5
- package/lib/components/Dialog/style/css.js +2 -1
- package/lib/components/Dialog/style/index.d.ts +1 -0
- package/lib/components/Dialog/style/index.js +2 -1
- package/lib/components/Dialog/types.js +1 -1
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/constants.js +1 -1
- package/lib/components/Divider/index.js +1 -1
- package/lib/components/Divider/interface.js +1 -1
- package/lib/components/Divider/style/css.js +1 -1
- package/lib/components/Divider/style/index.js +1 -1
- package/lib/components/Drawer/Drawer.js +1 -1
- package/lib/components/Drawer/constants.js +1 -1
- package/lib/components/Drawer/hooks/index.js +1 -1
- package/lib/components/Drawer/hooks/useBodyScrollLock.js +1 -1
- package/lib/components/Drawer/hooks/useDialogFocus.js +1 -1
- package/lib/components/Drawer/hooks/useDrawerTransition.js +1 -1
- package/lib/components/Drawer/hooks/useEscapeClose.js +1 -1
- package/lib/components/Drawer/index.js +1 -1
- package/lib/components/Drawer/interface.js +1 -1
- package/lib/components/Drawer/style/css.js +1 -1
- package/lib/components/Drawer/style/index.js +1 -1
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/index.js +1 -1
- package/lib/components/Dropdown/interface.js +1 -1
- package/lib/components/Dropdown/style/css.js +1 -1
- package/lib/components/Dropdown/style/index.js +1 -1
- package/lib/components/Empty/Empty.js +1 -1
- package/lib/components/Empty/index.js +1 -1
- package/lib/components/Empty/interface.js +1 -1
- package/lib/components/Empty/style/css.js +1 -1
- package/lib/components/Empty/style/index.js +1 -1
- package/lib/components/Filter/Filter.js +1 -1
- package/lib/components/Filter/index.js +1 -1
- package/lib/components/Filter/interface.js +1 -1
- package/lib/components/Filter/style/css.js +1 -1
- package/lib/components/Filter/style/index.js +1 -1
- package/lib/components/Flex/Flex.js +1 -1
- package/lib/components/Flex/constants.js +1 -1
- package/lib/components/Flex/index.js +1 -1
- package/lib/components/Flex/interface.js +1 -1
- package/lib/components/Flex/style/css.js +1 -1
- package/lib/components/Flex/style/index.js +1 -1
- package/lib/components/FormLayout/FormLayout.d.ts +25 -0
- package/lib/components/FormLayout/FormLayout.js +134 -0
- package/lib/components/FormLayout/config.d.ts +52 -0
- package/lib/components/FormLayout/config.js +66 -0
- package/lib/components/FormLayout/context.d.ts +9 -0
- package/lib/components/FormLayout/context.js +19 -0
- package/lib/components/FormLayout/index.d.ts +7 -0
- package/lib/components/FormLayout/index.js +81 -0
- package/lib/components/FormLayout/interface.d.ts +44 -0
- package/lib/components/FormLayout/interface.js +6 -0
- package/lib/components/FormLayout/style/FormLayout.css +110 -0
- package/lib/components/FormLayout/style/css.js +4 -0
- package/lib/components/FormLayout/style/index.d.ts +1 -0
- package/lib/components/FormLayout/style/index.js +4 -0
- package/lib/components/Grid/Col.d.ts +1 -0
- package/lib/components/Grid/Col.js +2 -1
- package/lib/components/Grid/Grid.js +1 -1
- package/lib/components/Grid/Row.d.ts +1 -0
- package/lib/components/Grid/Row.js +2 -1
- package/lib/components/Grid/constants.js +1 -1
- package/lib/components/Grid/helper.js +1 -1
- package/lib/components/Grid/index.js +1 -1
- package/lib/components/Grid/interface.js +1 -1
- package/lib/components/Grid/style/css.js +1 -1
- package/lib/components/Grid/style/index.js +1 -1
- package/lib/components/Icons/Icons.js +1 -1
- package/lib/components/Icons/Illustrations.js +1 -1
- package/lib/components/Icons/Logo.js +1 -1
- package/lib/components/Icons/SVGs.js +1 -1
- package/lib/components/Icons/Wrapper.js +1 -1
- package/lib/components/Icons/constants.js +1 -1
- package/lib/components/Icons/index.js +1 -1
- package/lib/components/Icons/interface.js +1 -1
- package/lib/components/Icons/style/css.js +1 -1
- package/lib/components/Icons/style/index.js +1 -1
- package/lib/components/Input/Amount/Amount.js +1 -1
- package/lib/components/Input/Amount/helper.js +1 -1
- package/lib/components/Input/Amount/index.js +1 -1
- package/lib/components/Input/Amount/style/css.js +1 -1
- package/lib/components/Input/Amount/style/index.js +1 -1
- package/lib/components/Input/FieldShell/FieldShell.js +1 -1
- package/lib/components/Input/FieldShell/index.js +1 -1
- package/lib/components/Input/Input/Input.js +8 -3
- package/lib/components/Input/Input/index.js +1 -1
- package/lib/components/Input/Mask/Mask.js +1 -1
- package/lib/components/Input/Mask/index.js +1 -1
- package/lib/components/Input/OTP/OTP.js +1 -1
- package/lib/components/Input/OTP/index.js +1 -1
- package/lib/components/Input/Password/Password.js +1 -1
- package/lib/components/Input/Password/index.js +1 -1
- package/lib/components/Input/Search/Search.js +1 -1
- package/lib/components/Input/Search/index.js +1 -1
- package/lib/components/Input/TextArea/TextArea.js +1 -1
- package/lib/components/Input/TextArea/index.js +1 -1
- package/lib/components/Input/Trade/Trade.js +1 -1
- package/lib/components/Input/Trade/index.js +1 -1
- package/lib/components/Input/constants.js +1 -1
- package/lib/components/Input/index.js +1 -1
- package/lib/components/Input/interface.js +1 -1
- package/lib/components/Input/style/css.js +1 -1
- package/lib/components/Input/style/index.js +1 -1
- package/lib/components/Input/useAmountInput.js +1 -1
- package/lib/components/Input/useSyncRef.js +1 -1
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/constants.js +1 -1
- package/lib/components/Link/index.js +1 -1
- package/lib/components/Link/interface.js +1 -1
- package/lib/components/Link/style/css.js +1 -1
- package/lib/components/Link/style/index.js +1 -1
- package/lib/components/Navigation/Nav.js +1 -1
- package/lib/components/Navigation/Navigation.js +1 -1
- package/lib/components/Navigation/NavigationLogo.js +1 -1
- package/lib/components/Navigation/NavigationStepper.js +1 -1
- package/lib/components/Navigation/index.js +1 -1
- package/lib/components/Navigation/interface.js +1 -1
- package/lib/components/Navigation/style/css.js +1 -1
- package/lib/components/Navigation/style/index.js +1 -1
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/NotificationStatic.js +1 -1
- package/lib/components/Notification/constants.js +1 -1
- package/lib/components/Notification/index.js +1 -1
- package/lib/components/Notification/interface.js +1 -1
- package/lib/components/Notification/style/css.js +1 -1
- package/lib/components/Notification/style/index.js +1 -1
- package/lib/components/Pagination/Pagination.js +1 -1
- package/lib/components/Pagination/constants.js +1 -1
- package/lib/components/Pagination/index.js +1 -1
- package/lib/components/Pagination/interface.js +1 -1
- package/lib/components/Pagination/style/css.js +1 -1
- package/lib/components/Pagination/style/index.js +1 -1
- package/lib/components/Pagination/usePagination.js +1 -1
- package/lib/components/Popconfirm/Popconfirm.js +1 -1
- package/lib/components/Popconfirm/constants.js +1 -1
- package/lib/components/Popconfirm/index.js +1 -1
- package/lib/components/Popconfirm/interface.js +1 -1
- package/lib/components/Popconfirm/style/css.js +1 -1
- package/lib/components/Popconfirm/style/index.js +1 -1
- package/lib/components/Portal/Portal.js +1 -1
- package/lib/components/Portal/index.js +1 -1
- package/lib/components/Portal/interface.js +1 -1
- package/lib/components/ProForm/ProForm.js +1 -1
- package/lib/components/ProForm/ProFormDependency.js +1 -1
- package/lib/components/ProForm/ProFormGroup.js +1 -1
- package/lib/components/ProForm/ProFormItem.js +1 -1
- package/lib/components/ProForm/ProFormList.js +1 -1
- package/lib/components/ProForm/SchemaForm.js +1 -1
- package/lib/components/ProForm/Submitter.js +1 -1
- package/lib/components/ProForm/constants.js +1 -1
- package/lib/components/ProForm/context.js +1 -1
- package/lib/components/ProForm/core/constants.js +1 -1
- package/lib/components/ProForm/core/devWarning.js +1 -1
- package/lib/components/ProForm/core/formStore.js +1 -1
- package/lib/components/ProForm/core/hooks/useForm.js +1 -1
- package/lib/components/ProForm/core/hooks/useFormCore.js +1 -1
- package/lib/components/ProForm/core/index.js +1 -1
- package/lib/components/ProForm/core/interface.js +1 -1
- package/lib/components/ProForm/core/namePathType.js +1 -1
- package/lib/components/ProForm/core/pathUtils.js +1 -1
- package/lib/components/ProForm/core/runRules.js +1 -1
- package/lib/components/ProForm/core/useFormItem.js +1 -1
- package/lib/components/ProForm/core/validationError.js +1 -1
- package/lib/components/ProForm/fields/ProFormCheckbox.js +1 -1
- package/lib/components/ProForm/fields/ProFormCheckboxGroup.js +1 -1
- package/lib/components/ProForm/fields/ProFormDatePicker.js +1 -1
- package/lib/components/ProForm/fields/ProFormFieldSet.js +1 -1
- package/lib/components/ProForm/fields/ProFormPassword.js +1 -1
- package/lib/components/ProForm/fields/ProFormRadioGroup.js +1 -1
- package/lib/components/ProForm/fields/ProFormSelect.js +1 -1
- package/lib/components/ProForm/fields/ProFormSlider.js +1 -1
- package/lib/components/ProForm/fields/ProFormSwitch.js +1 -1
- package/lib/components/ProForm/fields/ProFormText.js +1 -1
- package/lib/components/ProForm/fields/ProFormTextArea.js +1 -1
- package/lib/components/ProForm/fields/ProFormUpload.js +1 -1
- package/lib/components/ProForm/fields/createProFormField.js +1 -1
- package/lib/components/ProForm/fields/index.js +1 -1
- package/lib/components/ProForm/hooks/useFieldRequest.js +1 -1
- package/lib/components/ProForm/hooks/useUrlSync.js +1 -1
- package/lib/components/ProForm/index.js +1 -1
- package/lib/components/ProForm/interface.js +1 -1
- package/lib/components/ProForm/layouts/DialogForm.js +1 -1
- package/lib/components/ProForm/layouts/DrawerForm.js +1 -1
- package/lib/components/ProForm/layouts/QueryFilter.js +1 -1
- package/lib/components/ProForm/layouts/index.js +1 -1
- package/lib/components/ProForm/layouts/useOverlayForm.js +1 -1
- package/lib/components/ProForm/style/css.js +1 -1
- package/lib/components/ProForm/style/index.js +1 -1
- package/lib/components/ProForm/utils.js +1 -1
- package/lib/components/ProTable/ProTable.js +1 -1
- package/lib/components/ProTable/constants.js +1 -1
- package/lib/components/ProTable/core/genColumns.js +1 -1
- package/lib/components/ProTable/core/genSearchFields.js +1 -1
- package/lib/components/ProTable/core/useAwaitableReload.js +1 -1
- package/lib/components/ProTable/core/utils.js +1 -1
- package/lib/components/ProTable/index.js +1 -1
- package/lib/components/ProTable/interface.js +1 -1
- package/lib/components/ProTable/style/css.js +1 -1
- package/lib/components/ProTable/style/index.js +1 -1
- package/lib/components/ProTable/useFetchData.js +1 -1
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/constants.js +1 -1
- package/lib/components/Progress/index.js +1 -1
- package/lib/components/Progress/interface.js +1 -1
- package/lib/components/Progress/style/css.js +1 -1
- package/lib/components/Progress/style/index.js +1 -1
- package/lib/components/Radio/BaseRadio.js +1 -1
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/RadioGroup.js +1 -1
- package/lib/components/Radio/RadioGroupContext.js +1 -1
- package/lib/components/Radio/constants.js +1 -1
- package/lib/components/Radio/index.js +1 -1
- package/lib/components/Radio/interface.js +1 -1
- package/lib/components/Radio/style/css.js +1 -1
- package/lib/components/Radio/style/index.js +1 -1
- package/lib/components/ResizeObserver/Collection.js +1 -1
- package/lib/components/ResizeObserver/ResizeObserver.js +1 -1
- package/lib/components/ResizeObserver/SingleObserver/index.js +1 -1
- package/lib/components/ResizeObserver/index.js +1 -1
- package/lib/components/ResizeObserver/interface.js +1 -1
- package/lib/components/ResizeObserver/useResizeObserver.js +1 -1
- package/lib/components/ResizeObserver/utils/observerUtil.js +1 -1
- package/lib/components/ResizeObserver/utils/reactUtil.js +1 -1
- package/lib/components/Segment/Segment.js +1 -1
- package/lib/components/Segment/index.js +1 -1
- package/lib/components/Segment/interface.js +1 -1
- package/lib/components/Segment/style/css.js +1 -1
- package/lib/components/Segment/style/index.js +1 -1
- package/lib/components/Select/Select.js +8 -3
- package/lib/components/Select/SelectCustom.js +1 -1
- package/lib/components/Select/SelectFieldShell.js +1 -1
- package/lib/components/Select/SelectOptionContent.js +1 -1
- package/lib/components/Select/SelectSearchControl.js +1 -1
- package/lib/components/Select/SelectValueContent.js +1 -1
- package/lib/components/Select/constants.js +1 -1
- package/lib/components/Select/index.js +1 -1
- package/lib/components/Select/interface.js +1 -1
- package/lib/components/Select/style/css.js +1 -1
- package/lib/components/Select/style/index.js +1 -1
- package/lib/components/Select/useSelectShell.js +1 -1
- package/lib/components/Select/utils.js +1 -1
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/index.js +1 -1
- package/lib/components/Skeleton/interface.js +1 -1
- package/lib/components/Skeleton/style/css.js +1 -1
- package/lib/components/Skeleton/style/index.js +1 -1
- package/lib/components/Slider/Slider.js +1 -1
- package/lib/components/Slider/index.js +1 -1
- package/lib/components/Slider/interface.js +1 -1
- package/lib/components/Slider/style/css.js +1 -1
- package/lib/components/Slider/style/index.js +1 -1
- package/lib/components/Space/Space.js +1 -1
- package/lib/components/Space/constants.js +1 -1
- package/lib/components/Space/index.js +1 -1
- package/lib/components/Space/interface.js +1 -1
- package/lib/components/Space/style/css.js +1 -1
- package/lib/components/Space/style/index.js +1 -1
- package/lib/components/Spinner/Spinner.js +1 -1
- package/lib/components/Spinner/index.js +1 -1
- package/lib/components/Spinner/interface.js +1 -1
- package/lib/components/Spinner/style/css.js +1 -1
- package/lib/components/Spinner/style/index.js +1 -1
- package/lib/components/Step/Step.js +1 -1
- package/lib/components/Step/constants.js +1 -1
- package/lib/components/Step/index.js +1 -1
- package/lib/components/Step/interface.js +1 -1
- package/lib/components/Step/style/css.js +1 -1
- package/lib/components/Step/style/index.js +1 -1
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/constants.js +1 -1
- package/lib/components/Switch/index.js +1 -1
- package/lib/components/Switch/interface.js +1 -1
- package/lib/components/Switch/style/css.js +1 -1
- package/lib/components/Switch/style/index.js +1 -1
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/VirtualTable.js +1 -1
- package/lib/components/Table/constants.js +1 -1
- package/lib/components/Table/core/columnUtil.js +1 -1
- package/lib/components/Table/core/useTableColumns.js +1 -1
- package/lib/components/Table/core/useTableDataPipeline.js +1 -1
- package/lib/components/Table/core/useTableExpand.js +1 -1
- package/lib/components/Table/core/useTableSelection.js +1 -1
- package/lib/components/Table/core/useTableSetup.js +1 -1
- package/lib/components/Table/features/ExpandTrigger.js +1 -1
- package/lib/components/Table/features/FilterTrigger.js +1 -1
- package/lib/components/Table/features/SelectionColumn.js +1 -1
- package/lib/components/Table/features/SortTrigger.js +1 -1
- package/lib/components/Table/index.js +1 -1
- package/lib/components/Table/interface.js +1 -1
- package/lib/components/Table/internal/index.js +1 -1
- package/lib/components/Table/internal/kernel/Body/BodyRow.js +1 -1
- package/lib/components/Table/internal/kernel/Body/ExpandedRow.js +1 -1
- package/lib/components/Table/internal/kernel/Body/MeasureCell.js +1 -1
- package/lib/components/Table/internal/kernel/Body/MeasureRow.js +1 -1
- package/lib/components/Table/internal/kernel/Body/index.js +1 -1
- package/lib/components/Table/internal/kernel/Cell/index.js +1 -1
- package/lib/components/Table/internal/kernel/Cell/useCellRender.js +1 -1
- package/lib/components/Table/internal/kernel/Cell/useHoverState.js +1 -1
- package/lib/components/Table/internal/kernel/ColGroup.js +1 -1
- package/lib/components/Table/internal/kernel/FixedHolder/index.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/Cell.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/Row.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/Summary.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/SummaryContext.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/index.js +1 -1
- package/lib/components/Table/internal/kernel/Header/Header.js +1 -1
- package/lib/components/Table/internal/kernel/Header/HeaderRow.js +1 -1
- package/lib/components/Table/internal/kernel/Panel/index.js +1 -1
- package/lib/components/Table/internal/kernel/Table.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/BodyGrid.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/BodyLine.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/VirtualCell.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/context.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/index.js +1 -1
- package/lib/components/Table/internal/kernel/constant.js +1 -1
- package/lib/components/Table/internal/kernel/context/PerfContext.js +1 -1
- package/lib/components/Table/internal/kernel/context/TableContext.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useColumns/index.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useExpand.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useFixedInfo.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useFlattenRecords.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useFrame.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useHover.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useRenderTimes.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useRowInfo.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useSticky.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useStickyOffsets.js +1 -1
- package/lib/components/Table/internal/kernel/index.js +1 -1
- package/lib/components/Table/internal/kernel/interface.js +1 -1
- package/lib/components/Table/internal/kernel/namePathType.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/Immutable.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/context.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/index.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/isEqual.js +1 -1
- package/lib/components/Table/internal/kernel/stickyScrollBar.js +1 -1
- package/lib/components/Table/internal/kernel/sugar/Column.js +1 -1
- package/lib/components/Table/internal/kernel/sugar/ColumnGroup.js +1 -1
- package/lib/components/Table/internal/kernel/utils/dom/canUseDom.js +1 -1
- package/lib/components/Table/internal/kernel/utils/dom/isVisible.js +1 -1
- package/lib/components/Table/internal/kernel/utils/expandUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/fixUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/get.js +1 -1
- package/lib/components/Table/internal/kernel/utils/getScrollBarSize.js +1 -1
- package/lib/components/Table/internal/kernel/utils/legacyUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/offsetUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/pickAttrs.js +1 -1
- package/lib/components/Table/internal/kernel/utils/useMemo.js +1 -1
- package/lib/components/Table/internal/kernel/utils/valueUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/warning.js +1 -1
- package/lib/components/Table/renderers/BodyCell.js +1 -1
- package/lib/components/Table/renderers/CellContent.js +1 -1
- package/lib/components/Table/renderers/EmptyState.js +1 -1
- package/lib/components/Table/renderers/ExpandedRowContainer.js +1 -1
- package/lib/components/Table/renderers/HeaderCell.js +1 -1
- package/lib/components/Table/renderers/TableShell.js +1 -1
- package/lib/components/Table/style/css.js +1 -1
- package/lib/components/Table/style/index.js +1 -1
- package/lib/components/Tabs/Tabs.js +1 -1
- package/lib/components/Tabs/index.js +1 -1
- package/lib/components/Tabs/interface.js +1 -1
- package/lib/components/Tabs/style/css.js +1 -1
- package/lib/components/Tabs/style/index.js +1 -1
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/constants.js +1 -1
- package/lib/components/Tag/index.js +1 -1
- package/lib/components/Tag/interface.js +1 -1
- package/lib/components/Tag/style/css.js +1 -1
- package/lib/components/Tag/style/index.js +1 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/index.js +1 -1
- package/lib/components/Tooltip/interface.js +1 -1
- package/lib/components/Tooltip/style/css.js +1 -1
- package/lib/components/Tooltip/style/index.js +1 -1
- package/lib/components/Tour/Tour.js +1 -1
- package/lib/components/Tour/index.js +1 -1
- package/lib/components/Tour/interface.js +1 -1
- package/lib/components/Trigger/Trigger.js +1 -1
- package/lib/components/Trigger/index.js +1 -1
- package/lib/components/Trigger/interface.js +1 -1
- package/lib/components/Trigger/style/css.js +1 -1
- package/lib/components/Trigger/style/index.js +1 -1
- package/lib/components/Typography/Typography.js +1 -1
- package/lib/components/Typography/constants.js +1 -1
- package/lib/components/Typography/index.js +1 -1
- package/lib/components/Typography/interface.js +1 -1
- package/lib/components/Typography/render.js +1 -1
- package/lib/components/Typography/style/css.js +1 -1
- package/lib/components/Typography/style/index.js +1 -1
- package/lib/components/Typography/useTypographyEnhancements.js +1 -1
- package/lib/components/Typography/utils.js +1 -1
- package/lib/components/Upload/Upload.js +1 -1
- package/lib/components/Upload/UploadFileBar.js +1 -1
- package/lib/components/Upload/index.js +1 -1
- package/lib/components/Upload/interface.js +1 -1
- package/lib/components/Upload/style/css.js +1 -1
- package/lib/components/Upload/style/index.js +1 -1
- package/lib/components/VirtualList/Filler.js +1 -1
- package/lib/components/VirtualList/Item.js +1 -1
- package/lib/components/VirtualList/ScrollBar.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/constants.js +1 -1
- package/lib/components/VirtualList/hooks/useChildren.js +1 -1
- package/lib/components/VirtualList/hooks/useDiffItem.js +1 -1
- package/lib/components/VirtualList/hooks/useFrameWheel.js +1 -1
- package/lib/components/VirtualList/hooks/useGetSize.js +1 -1
- package/lib/components/VirtualList/hooks/useHeights.js +1 -1
- package/lib/components/VirtualList/hooks/useMobileTouchMove.js +1 -1
- package/lib/components/VirtualList/hooks/useOriginScroll.js +1 -1
- package/lib/components/VirtualList/hooks/useScrollDrag.js +1 -1
- package/lib/components/VirtualList/hooks/useScrollTo.js +1 -1
- package/lib/components/VirtualList/index.js +1 -1
- package/lib/components/VirtualList/interface.js +1 -1
- package/lib/components/VirtualList/style/css.js +1 -1
- package/lib/components/VirtualList/style/index.js +1 -1
- package/lib/components/VirtualList/utils/CacheMap.js +1 -1
- package/lib/components/VirtualList/utils/algorithmUtil.js +1 -1
- package/lib/components/VirtualList/utils/isFirefox.js +1 -1
- package/lib/components/VirtualList/utils/raf.js +1 -1
- package/lib/components/VirtualList/utils/scrollbarUtil.js +1 -1
- package/lib/hooks/index.js +1 -1
- package/lib/hooks/useFloatingAnimation.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.d.ts +5 -1
- package/lib/index.js +33 -1
- package/lib/stories/docs/ComponentDocsPage.js +1 -1
- package/lib/stories/docs/componentDocMeta.js +1 -1
- package/lib/utils/classnames.js +1 -1
- package/lib/utils/clipboard.js +1 -1
- package/lib/utils/devWarn.js +1 -1
- package/lib/utils/ref.js +1 -1
- package/lib/utils/uuid.js +1 -1
- package/package.json +29 -9
- package/scripts/mcp-server/examples.generated.json +78 -0
- package/scripts/mcp-server/index.generated.json +675 -150
- package/es/business/Dialog/ResultDialog/ResultDialog.d.ts +0 -3
- package/es/business/Dialog/ResultDialog/ResultDialog.js +0 -126
- package/es/business/Dialog/ResultDialog/constants.d.ts +0 -27
- package/es/business/Dialog/ResultDialog/constants.js +0 -24
- package/es/business/Dialog/ResultDialog/index.d.ts +0 -3
- package/es/business/Dialog/ResultDialog/index.js +0 -4
- package/es/business/Dialog/ResultDialog/interface.d.ts +0 -95
- package/es/business/Dialog/ResultDialog/interface.js +0 -2
- package/es/business/Dialog/ResultDialog/presets.d.ts +0 -178
- package/es/business/Dialog/ResultDialog/presets.js +0 -139
- package/es/business/Dialog/ResultDialog/style/css.js +0 -2
- package/es/business/Dialog/ResultDialog/style/index.d.ts +0 -1
- package/es/business/Dialog/ResultDialog/style/index.js +0 -2
- package/es/business/Dialog/TransactionDialog/TransactionDialog.d.ts +0 -3
- package/es/business/Dialog/TransactionDialog/TransactionDialog.js +0 -174
- package/es/business/Dialog/TransactionDialog/constants.d.ts +0 -34
- package/es/business/Dialog/TransactionDialog/constants.js +0 -33
- package/es/business/Dialog/TransactionDialog/index.d.ts +0 -3
- package/es/business/Dialog/TransactionDialog/index.js +0 -4
- package/es/business/Dialog/TransactionDialog/interface.d.ts +0 -116
- package/es/business/Dialog/TransactionDialog/interface.js +0 -2
- package/es/business/Dialog/TransactionDialog/presets.d.ts +0 -89
- package/es/business/Dialog/TransactionDialog/presets.js +0 -62
- package/es/business/Dialog/TransactionDialog/style/css.js +0 -2
- package/es/business/Dialog/TransactionDialog/style/index.d.ts +0 -1
- package/es/business/Dialog/TransactionDialog/style/index.js +0 -2
- package/es/business/Dialog/VerificationDialog/ResendRow.d.ts +0 -14
- package/es/business/Dialog/VerificationDialog/ResendRow.js +0 -65
- package/es/business/Dialog/VerificationDialog/hooks/index.d.ts +0 -4
- package/es/business/Dialog/VerificationDialog/hooks/index.js +0 -3
- package/es/business/Dialog/VerificationDialog/hooks/useOtpVerification.d.ts +0 -50
- package/es/business/Dialog/VerificationDialog/hooks/useOtpVerification.js +0 -138
- package/es/business/Dialog/VerificationDialog/hooks/useResendCountdown.d.ts +0 -26
- package/es/business/Dialog/VerificationDialog/hooks/useResendCountdown.js +0 -103
- package/lib/business/Dialog/ResultDialog/ResultDialog.d.ts +0 -3
- package/lib/business/Dialog/ResultDialog/ResultDialog.js +0 -132
- package/lib/business/Dialog/ResultDialog/constants.d.ts +0 -27
- package/lib/business/Dialog/ResultDialog/constants.js +0 -30
- package/lib/business/Dialog/ResultDialog/index.d.ts +0 -3
- package/lib/business/Dialog/ResultDialog/index.js +0 -40
- package/lib/business/Dialog/ResultDialog/interface.d.ts +0 -95
- package/lib/business/Dialog/ResultDialog/interface.js +0 -6
- package/lib/business/Dialog/ResultDialog/presets.d.ts +0 -178
- package/lib/business/Dialog/ResultDialog/presets.js +0 -145
- package/lib/business/Dialog/ResultDialog/style/css.js +0 -4
- package/lib/business/Dialog/ResultDialog/style/index.d.ts +0 -1
- package/lib/business/Dialog/ResultDialog/style/index.js +0 -4
- package/lib/business/Dialog/TransactionDialog/TransactionDialog.d.ts +0 -3
- package/lib/business/Dialog/TransactionDialog/TransactionDialog.js +0 -180
- package/lib/business/Dialog/TransactionDialog/constants.d.ts +0 -34
- package/lib/business/Dialog/TransactionDialog/constants.js +0 -39
- package/lib/business/Dialog/TransactionDialog/index.d.ts +0 -3
- package/lib/business/Dialog/TransactionDialog/index.js +0 -40
- package/lib/business/Dialog/TransactionDialog/interface.d.ts +0 -116
- package/lib/business/Dialog/TransactionDialog/interface.js +0 -6
- package/lib/business/Dialog/TransactionDialog/presets.d.ts +0 -89
- package/lib/business/Dialog/TransactionDialog/presets.js +0 -68
- package/lib/business/Dialog/TransactionDialog/style/css.js +0 -4
- package/lib/business/Dialog/TransactionDialog/style/index.d.ts +0 -1
- package/lib/business/Dialog/TransactionDialog/style/index.js +0 -4
- package/lib/business/Dialog/VerificationDialog/ResendRow.d.ts +0 -14
- package/lib/business/Dialog/VerificationDialog/ResendRow.js +0 -71
- package/lib/business/Dialog/VerificationDialog/hooks/index.d.ts +0 -4
- package/lib/business/Dialog/VerificationDialog/hooks/index.js +0 -20
- package/lib/business/Dialog/VerificationDialog/hooks/useOtpVerification.d.ts +0 -50
- package/lib/business/Dialog/VerificationDialog/hooks/useOtpVerification.js +0 -145
- package/lib/business/Dialog/VerificationDialog/hooks/useResendCountdown.d.ts +0 -26
- package/lib/business/Dialog/VerificationDialog/hooks/useResendCountdown.js +0 -110
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Retrieves the spacing value for a given token key.
|
|
3
|
+
*
|
|
4
|
+
* @param {string} $key - The spacing token key (e.g., '100', '200').
|
|
5
|
+
* @return {length|null} The computed spacing value or null if the key is invalid.
|
|
6
|
+
* @example
|
|
7
|
+
* .element {
|
|
8
|
+
* padding: om-spacing-token('200'); // Returns 8px if $om-sys-spacing-unit is 4px
|
|
9
|
+
* }
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* Computes the spacing value based on a token key or a direct length value.
|
|
13
|
+
*
|
|
14
|
+
* @param {string|length} $value - The spacing token key (e.g., '100') or a direct length value (e.g., '16px').
|
|
15
|
+
* @return {length} The computed spacing value.
|
|
16
|
+
* @example
|
|
17
|
+
* .element {
|
|
18
|
+
* margin: om-spacing-value('300'); // Returns 12px if $om-sys-spacing-unit is 4px
|
|
19
|
+
* padding: om-spacing-value(16px); // Returns 16px
|
|
20
|
+
* gap: om-spacing-value(2); // Returns 8px if $om-sys-spacing-unit is 4px
|
|
21
|
+
* }
|
|
22
|
+
*/
|
|
23
|
+
.om-component-ui-descriptions {
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-direction: column;
|
|
26
|
+
width: 100%;
|
|
27
|
+
}
|
|
28
|
+
.om-component-ui-descriptions-row {
|
|
29
|
+
display: flex;
|
|
30
|
+
gap: var(--om-spacing-600, 24px);
|
|
31
|
+
align-items: center;
|
|
32
|
+
justify-content: space-between;
|
|
33
|
+
padding: var(--om-spacing-500, 20px) 0;
|
|
34
|
+
}
|
|
35
|
+
.om-component-ui-descriptions-row:not(:last-child) {
|
|
36
|
+
border-bottom: 1px solid var(--om-border-neutral, #e3e4e4);
|
|
37
|
+
}
|
|
38
|
+
.om-component-ui-descriptions-row-highlight {
|
|
39
|
+
padding-inline: var(--om-spacing-300, 12px);
|
|
40
|
+
margin-inline: calc(var(--om-spacing-300, 12px) * -1);
|
|
41
|
+
background-color: var(--om-bg-warning-tertiary-hover, rgba(244, 198, 0, 0.1));
|
|
42
|
+
border-radius: var(--om-radius-300, 12px);
|
|
43
|
+
}
|
|
44
|
+
.om-component-ui-descriptions-row-highlight:not(:last-child) {
|
|
45
|
+
border-bottom: none;
|
|
46
|
+
}
|
|
47
|
+
.om-component-ui-descriptions-label {
|
|
48
|
+
flex-shrink: 0;
|
|
49
|
+
}
|
|
50
|
+
.om-component-ui-descriptions-value {
|
|
51
|
+
display: flex;
|
|
52
|
+
gap: var(--om-spacing-300, 12px);
|
|
53
|
+
align-items: center;
|
|
54
|
+
min-width: 0;
|
|
55
|
+
text-align: right;
|
|
56
|
+
overflow-wrap: break-word;
|
|
57
|
+
}
|
|
58
|
+
.om-component-ui-descriptions-value .om-component-ui-copy {
|
|
59
|
+
color: var(--om-icon-default-tertiary, #646465);
|
|
60
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import './Descriptions.css';
|
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy9EZXNjcmlwdGlvbnMvc3JjL2J1c2luZXNzL0RpYWxvZy9EZXNjcmlwdGlvbnMvc3R5bGUvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxxQkFBcUIiLCJmaWxlIjoiYnVzaW5lc3MvRGlhbG9nL0Rlc2NyaXB0aW9ucy9zdHlsZS9jc3MuanMiLCJzb3VyY2VzQ29udGVudCI6W251bGxdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './Descriptions.css';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import './Descriptions.css';
|
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy9EZXNjcmlwdGlvbnMvc3JjL2J1c2luZXNzL0RpYWxvZy9EZXNjcmlwdGlvbnMvc3R5bGUvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxxQkFBcUIiLCJmaWxlIjoiYnVzaW5lc3MvRGlhbG9nL0Rlc2NyaXB0aW9ucy9zdHlsZS9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbbnVsbF0sInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMifQ==
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
2
|
+
var __rest = this && this.__rest || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
6
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
|
+
import { memo, useState } from 'react';
|
|
12
|
+
import { Icons } from '../../../components/Icons';
|
|
13
|
+
import { default as classnames, joinCls } from '../../../utils/classnames';
|
|
14
|
+
import { BaseDialog } from '../BaseDialog';
|
|
15
|
+
import { Descriptions } from '../Descriptions';
|
|
16
|
+
import './style';
|
|
17
|
+
var PREFIX = 'details-dialog';
|
|
18
|
+
var DOWNLOAD_ICON_SIZE = 20;
|
|
19
|
+
/**
|
|
20
|
+
* Fill the details-family default download CTA — icon, label, and secondary
|
|
21
|
+
* tone — leaving any explicitly-set field untouched. The consumer usually
|
|
22
|
+
* only wires `onClick`.
|
|
23
|
+
*/
|
|
24
|
+
var withDownloadDefaults = function withDownloadDefaults(action) {
|
|
25
|
+
return action && Object.assign({
|
|
26
|
+
icon: _jsx(Icons, {
|
|
27
|
+
name: 'menuDeposit',
|
|
28
|
+
size: DOWNLOAD_ICON_SIZE
|
|
29
|
+
}),
|
|
30
|
+
color: 'secondary',
|
|
31
|
+
label: 'Download'
|
|
32
|
+
}, action);
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Wraps an action so a Promise-returning `onClick` drives the button's
|
|
36
|
+
* loading state until it settles (errors are rethrown to the console — the
|
|
37
|
+
* caller owns surfacing them).
|
|
38
|
+
*/
|
|
39
|
+
var useAsyncAction = function useAsyncAction(action) {
|
|
40
|
+
var _a;
|
|
41
|
+
var _useState = useState(false),
|
|
42
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
43
|
+
busy = _useState2[0],
|
|
44
|
+
setBusy = _useState2[1];
|
|
45
|
+
if (!action) return undefined;
|
|
46
|
+
return Object.assign(Object.assign({}, action), {
|
|
47
|
+
loading: (_a = action.loading) !== null && _a !== void 0 ? _a : busy,
|
|
48
|
+
onClick: function onClick() {
|
|
49
|
+
var _a;
|
|
50
|
+
var result = (_a = action.onClick) === null || _a === void 0 ? void 0 : _a.call(action);
|
|
51
|
+
if (result instanceof Promise) {
|
|
52
|
+
setBusy(true);
|
|
53
|
+
void result["finally"](function () {
|
|
54
|
+
return setBusy(false);
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Read-only details scenario shell — `BaseDialog` + `Descriptions`, with the
|
|
62
|
+
* details-family spec (Figma 39956-9897) scoped on top: title↔rows gap 12
|
|
63
|
+
* and compact 12px rows. Mirrors the legacy `Modal/Details` contract used by
|
|
64
|
+
* the Transactions receipts: arbitrary ReactNode row values, a before-rows
|
|
65
|
+
* slot, and async-loading CTAs.
|
|
66
|
+
*/
|
|
67
|
+
var DetailsDialogBase = function DetailsDialogBase(_a) {
|
|
68
|
+
var rows = _a.rows,
|
|
69
|
+
beforeRows = _a.beforeRows,
|
|
70
|
+
primary = _a.primary,
|
|
71
|
+
secondary = _a.secondary,
|
|
72
|
+
className = _a.className,
|
|
73
|
+
children = _a.children,
|
|
74
|
+
_a$showCloseIcon = _a.showCloseIcon,
|
|
75
|
+
showCloseIcon = _a$showCloseIcon === void 0 ? true : _a$showCloseIcon,
|
|
76
|
+
_a$fixed = _a.fixed,
|
|
77
|
+
fixed = _a$fixed === void 0 ? true : _a$fixed,
|
|
78
|
+
rest = __rest(_a, ["rows", "beforeRows", "primary", "secondary", "className", "children", "showCloseIcon", "fixed"]);
|
|
79
|
+
var classes = classnames(PREFIX);
|
|
80
|
+
var resolvedPrimary = useAsyncAction(withDownloadDefaults(primary));
|
|
81
|
+
var resolvedSecondary = useAsyncAction(secondary);
|
|
82
|
+
return _jsxs(BaseDialog, Object.assign({}, rest, {
|
|
83
|
+
showCloseIcon: showCloseIcon,
|
|
84
|
+
fixed: fixed,
|
|
85
|
+
className: joinCls(classes(), className),
|
|
86
|
+
primary: resolvedPrimary,
|
|
87
|
+
secondary: resolvedSecondary,
|
|
88
|
+
children: [beforeRows, _jsx(Descriptions, {
|
|
89
|
+
rows: rows
|
|
90
|
+
}), children]
|
|
91
|
+
}));
|
|
92
|
+
};
|
|
93
|
+
export var DetailsDialog = /*#__PURE__*/memo(DetailsDialogBase);
|
|
94
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy9EZXRhaWxzRGlhbG9nL0RldGFpbHNEaWFsb2cuanMiLCJidXNpbmVzcy9EaWFsb2cvc3JjL2J1c2luZXNzL0RpYWxvZy9EZXRhaWxzRGlhbG9nL0RldGFpbHNEaWFsb2cudHN4Il0sIm5hbWVzIjpbIl9fcmVzdCIsInMiLCJlIiwidCIsInAiLCJPYmplY3QiLCJwcm90b3R5cGUiLCJoYXNPd25Qcm9wZXJ0eSIsImNhbGwiLCJpbmRleE9mIiwiZ2V0T3duUHJvcGVydHlTeW1ib2xzIiwiaSIsImxlbmd0aCIsInByb3BlcnR5SXNFbnVtZXJhYmxlIiwianN4IiwiX2pzeCIsImpzeHMiLCJfanN4cyIsIm1lbW8iLCJ1c2VTdGF0ZSIsIkljb25zIiwiZGVmYXVsdCIsImNsYXNzbmFtZXMiLCJqb2luQ2xzIiwiQmFzZURpYWxvZyIsIkRlc2NyaXB0aW9ucyIsIlBSRUZJWCIsIkRPV05MT0FEX0lDT05fU0laRSIsIndpdGhEb3dubG9hZERlZmF1bHRzIiwiYWN0aW9uIiwiYXNzaWduIiwiaWNvbiIsIm5hbWUiLCJzaXplIiwiY29sb3IiLCJsYWJlbCIsInVzZUFzeW5jQWN0aW9uIiwiX2EiLCJfdXNlU3RhdGUiLCJfdXNlU3RhdGUyIiwiX3NsaWNlZFRvQXJyYXkiLCJidXN5Iiwic2V0QnVzeSIsInVuZGVmaW5lZCIsImxvYWRpbmciLCJvbkNsaWNrIiwicmVzdWx0IiwiUHJvbWlzZSIsIkRldGFpbHNEaWFsb2dCYXNlIiwicm93cyIsImJlZm9yZVJvd3MiLCJwcmltYXJ5Iiwic2Vjb25kYXJ5IiwiY2xhc3NOYW1lIiwiY2hpbGRyZW4iLCJfYSRzaG93Q2xvc2VJY29uIiwic2hvd0Nsb3NlSWNvbiIsIl9hJGZpeGVkIiwiZml4ZWQiLCJyZXN0IiwiY2xhc3NlcyIsInJlc29sdmVkUHJpbWFyeSIsInJlc29sdmVkU2Vjb25kYXJ5IiwiRGV0YWlsc0RpYWxvZyJdLCJtYXBwaW5ncyI6IjtBQUFBLElBQUlBLE1BQU0sR0FBSSxJQUFJLElB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LFlBQUEsRUFBQSxTQUFBLEVBQUEsV0FBQSxFQUFBLFdBQUEsRUFBQSxVQUFBLEVBQUEsZUFBQSxFQUFBLE9BQUEsQ0FXbEQsQ0FEUTtFQUVQLElBQU11QixPQUFPLEdBQUd0QyxVQUFVLENBQUNJLE1BQU0sQ0FBQztFQUNsQyxJQUFNbUMsZUFBZSxHQUFHekIsY0FBYyxDQUFDUixvQkFBb0IsQ0FBQ3VCLE9BQU8sQ0FBQyxDQUFDO0VBQ3JFLElBQU1XLGlCQUFpQixHQUFHMUIsY0FBYyxDQUFDZ0IsU0FBUyxDQUFDO0VBRW5ELE9BQ0VuQyxLQUFBLENBQUNPLFVBQVUsRUFBQW5CLE1BQUEsQ0FBQXlCLE1BQUEsQ0FBQSxDQUFBLENBQUEsRUFDTDZCLElBQUksRUFBQTtJQUNSSCxhQUFhLEVBQUVBLGFBQWE7SUFDNUJFLEtBQUssRUFBRUEsS0FBSztJQUNaTCxTQUFTLEVBQUU5QixPQUFPLENBQUNxQyxPQUFPLENBQUEsQ0FBRSxFQUFFUCxTQUFTLENBQUM7SUFDeENGLE9BQU8sRUFBRVUsZUFBZTtJQUN4QlQsU0FBUyxFQUFFVSxpQkFBaUI7SUFBQVIsUUFBQSxFQUFBLENBRTNCSixVQUFVLEVBQ1huQyxJQUFBLENBQUNVLFlBQVksRUFBQTtNQUFDd0IsSUFBSSxFQUFFQTtJQUFJLENBQUEsQ0FBSSxFQUMzQkssUUFBUTtFQUFBLENBQUEsQ0FBQSxDQUNFO0FBRWpCLENBQUM7QUFFRCxPQUFPLElBQU1TLGFBQWEsZ0JBQUc3QyxJQUFJLENBQUM4QixpQkFBaUIsQ0FBQyIsImZpbGUiOiJidXNpbmVzcy9EaWFsb2cvRGV0YWlsc0RpYWxvZy9EZXRhaWxzRGlhbG9nLmpzIiwic291cmNlc0NvbnRlbnQiOlsidmFyIF9fcmVzdCA9ICh0aGlzICYmIHRoaXMuX19yZXN0KSB8fCBmdW5jdGlvbiAocywgZSkge1xuICAgIHZhciB0ID0ge307XG4gICAgZm9yICh2YXIgcCBpbiBzKSBpZiAoT2JqZWN0LnByb3RvdHlwZS5oYXNPd25Qcm9wZXJ0eS5jYWxsKHMsIHApICYmIGUuaW5kZXhPZihwKSA8IDApXG4gICAgICAgIHRbcF0gPSBzW3BdO1xuICAgIGlmIChzICE9IG51bGwgJiYgdHlwZW9mIE9iamVjdC5nZXRPd25Qcm9wZXJ0eVN5bWJvbHMgPT09IFwiZnVuY3Rpb25cIilcbiAgICAgICAgZm9yICh2YXIgaSA9IDAsIHAgPSBPYmplY3QuZ2V0T3duUHJvcGVydHlTeW1ib2xzKHMpOyBpIDwgcC5sZW5ndGg7IGkrKykge1xuICAgICAgICAgICAgaWYgKGUuaW5kZXhPZihwW2ldKSA8IDAgJiYgT2JqZWN0LnByb3RvdHlwZS5wcm9wZXJ0eUlzRW51bWVyYWJsZS5jYWxsKHMsIHBbaV0pKVxuICAgICAgICAgICAgICAgIHRbcFtpXV0gPSBzW3BbaV1dO1xuICAgICAgICB9XG4gICAgcmV0dXJuIHQ7XG59O1xuaW1wb3J0IHsganN4IGFzIF9qc3gsIGpzeHMgYXMgX2pzeHMgfSBmcm9tIFwicmVhY3QvanN4LXJ1bnRpbWVcIjtcbmltcG9ydCB7IG1lbW8sIHVzZVN0YXRlIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgSWNvbnMgfSBmcm9tICcuLi8uLi8uLi9jb21wb25lbnRzL0ljb25zJztcbmltcG9ydCB7IGRlZmF1bHQgYXMgY2xhc3NuYW1lcywgam9pbkNscyB9IGZyb20gJy4uLy4uLy4uL3V0aWxzL2NsYXNzbmFtZXMnO1xuaW1wb3J0IHsgQmFzZURpYWxvZyB9IGZyb20gJy4uL0Jhc2VEaWFsb2cnO1xuaW1wb3J0IHsgRGVzY3JpcHRpb25zIH0gZnJvbSAnLi4vRGVzY3JpcHRpb25zJztcbmltcG9ydCAnLi9zdHlsZSc7XG5jb25zdCBQUkVGSVggPSAnZGV0YWlscy1kaWFsb2cnO1xuY29uc3QgRE9XTkxPQURfSUNPTl9TSVpFID0gMjA7XG4vKipcbiAqIEZpbGwgdGhlIGRldGFpbHMtZmFtaWx5IGRlZmF1bHQgZG93bmxvYWQgQ1RBIOKAlCBpY29uLCBsYWJlbCwgYW5kIHNlY29uZGFyeVxuICogdG9uZSDigJQgbGVhdmluZyBhbnkgZXhwbGljaXRseS1zZXQgZmllbGQgdW50b3VjaGVkLiBUaGUgY29uc3VtZXIgdXN1YWxseVxuICogb25seSB3aXJlcyBgb25DbGlja2AuXG4gKi9cbmNvbnN0IHdpdGhEb3dubG9hZERlZmF1bHRzID0gKGFjdGlvbikgPT4gYWN0aW9uICYmIE9iamVjdC5hc3NpZ24oeyBpY29uOiBfanN4KEljb25zLCB7IG5hbWU6ICdtZW51RGVwb3NpdCcsIHNpemU6IERPV05MT0FEX0lDT05fU0laRSB9KSwgY29sb3I6ICdzZWNvbmRhcnknLCBsYWJlbDogJ0Rvd25sb2FkJyB9LCBhY3Rpb24pO1xuLyoqXG4gKiBXcmFwcyBhbiBhY3Rpb24gc28gYSBQcm9taXNlLXJldHVybmluZyBgb25DbGlja2AgZHJpdmVzIHRoZSBidXR0b24nc1xuICogbG9hZGluZyBzdGF0ZSB1bnRpbCBpdCBzZXR0bGVzIChlcnJvcnMgYXJlIHJldGhyb3duIHRvIHRoZSBjb25zb2xlIOKAlCB0aGVcbiAqIGNhbGxlciBvd25zIHN1cmZhY2luZyB0aGVtKS5cbiAqL1xuY29uc3QgdXNlQXN5bmNBY3Rpb24gPSAoYWN0aW9uKSA9PiB7XG4gICAgdmFyIF9hO1xuICAgIGNvbnN0IFtidXN5LCBzZXRCdXN5XSA9IHVzZVN0YXRlKGZhbHNlKTtcbiAgICBpZiAoIWFjdGlvbilcbiAgICAgICAgcmV0dXJuIHVuZGVmaW5lZDtcbiAgICByZXR1cm4gT2JqZWN0LmFzc2lnbihPYmplY3QuYXNzaWduKHt9LCBhY3Rpb24pLCB7IGxvYWRpbmc6IChfYSA9IGFjdGlvbi5sb2FkaW5nKSAhPT0gbnVsbCAmJiBfYSAhPT0gdm9pZCAwID8gX2EgOiBidXN5LCBvbkNsaWNrOiAoKSA9PiB7XG4gICAgICAgICAgICB2YXIgX2E7XG4gICAgICAgICAgICBjb25zdCByZXN1bHQgPSAoX2EgPSBhY3Rpb24ub25DbGljaykgPT09IG51bGwgfHwgX2EgPT09IHZvaWQgMCA/IHZvaWQgMCA6IF9hLmNhbGwoYWN0aW9uKTtcbiAgICAgICAgICAgIGlmIChyZXN1bHQgaW5zdGFuY2VvZiBQcm9taXNlKSB7XG4gICAgICAgICAgICAgICAgc2V0QnVzeSh0cnVlKTtcbiAgICAgICAgICAgICAgICB2b2lkIHJlc3VsdC5maW5hbGx5KCgpID0+IHNldEJ1c3koZmFsc2UpKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSB9KTtcbn07XG4vKipcbiAqIFJlYWQtb25seSBkZXRhaWxzIHNjZW5hcmlvIHNoZWxsIOKAlCBgQmFzZURpYWxvZ2AgKyBgRGVzY3JpcHRpb25zYCwgd2l0aCB0aGVcbiAqIGRldGFpbHMtZmFtaWx5IHNwZWMgKEZpZ21hIDM5OTU2LTk4OTcpIHNjb3BlZCBvbiB0b3A6IHRpdGxl4oaUcm93cyBnYXAgMTJcbiAqIGFuZCBjb21wYWN0IDEycHggcm93cy4gTWlycm9ycyB0aGUgbGVnYWN5IGBNb2RhbC9EZXRhaWxzYCBjb250cmFjdCB1c2VkIGJ5XG4gKiB0aGUgVHJhbnNhY3Rpb25zIHJlY2VpcHRzOiBhcmJpdHJhcnkgUmVhY3ROb2RlIHJvdyB2YWx1ZXMsIGEgYmVmb3JlLXJvd3NcbiAqIHNsb3QsIGFuZCBhc3luYy1sb2FkaW5nIENUQXMuXG4gKi9cbmNvbnN0IERldGFpbHNEaWFsb2dCYXNlID0gKF9hKSA9PiB7XG4gICAgdmFyIHsgcm93cywgYmVmb3JlUm93cywgcHJpbWFyeSwgc2Vjb25kYXJ5LCBjbGFzc05hbWUsIGNoaWxkcmVuLCBzaG93Q2xvc2VJY29uID0gdHJ1ZSwgXG4gICAgLy8gRGV0YWlscyBsaXN0cyBjYW4gYmUgbG9uZyDigJQgcGluIHRoZSB0aXRsZSArIERvd25sb2FkLCBzY3JvbGwgdGhlIHJvd3MuXG4gICAgZml4ZWQgPSB0cnVlIH0gPSBfYSwgcmVzdCA9IF9fcmVzdChfYSwgW1wicm93c1wiLCBcImJlZm9yZVJvd3NcIiwgXCJwcmltYXJ5XCIsIFwic2Vjb25kYXJ5XCIsIFwiY2xhc3NOYW1lXCIsIFwiY2hpbGRyZW5cIiwgXCJzaG93Q2xvc2VJY29uXCIsIFwiZml4ZWRcIl0pO1xuICAgIGNvbnN0IGNsYXNzZXMgPSBjbGFzc25hbWVzKFBSRUZJWCk7XG4gICAgY29uc3QgcmVzb2x2ZWRQcmltYXJ5ID0gdXNlQXN5bmNBY3Rpb24od2l0aERvd25sb2FkRGVmYXVsdHMocHJpbWFyeSkpO1xuICAgIGNvbnN0IHJlc29sdmVkU2Vjb25kYXJ5ID0gdXNlQXN5bmNBY3Rpb24oc2Vjb25kYXJ5KTtcbiAgICByZXR1cm4gKF9qc3hzKEJhc2VEaWFsb2csIE9iamVjdC5hc3NpZ24oe30sIHJlc3QsIHsgc2hvd0Nsb3NlSWNvbjogc2hvd0Nsb3NlSWNvbiwgZml4ZWQ6IGZpeGVkLCBjbGFzc05hbWU6IGpvaW5DbHMoY2xhc3NlcygpLCBjbGFzc05hbWUpLCBwcmltYXJ5OiByZXNvbHZlZFByaW1hcnksIHNlY29uZGFyeTogcmVzb2x2ZWRTZWNvbmRhcnksIGNoaWxkcmVuOiBbYmVmb3JlUm93cywgX2pzeChEZXNjcmlwdGlvbnMsIHsgcm93czogcm93cyB9KSwgY2hpbGRyZW5dIH0pKSk7XG59O1xuZXhwb3J0IGNvbnN0IERldGFpbHNEaWFsb2cgPSBtZW1vKERldGFpbHNEaWFsb2dCYXNlKTsiLG51bGxdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DetailsDialog } from './DetailsDialog';
|
|
2
|
+
export { DetailsDialog } from './DetailsDialog';
|
|
3
|
+
export default DetailsDialog;
|
|
4
|
+
export * from './interface';
|
|
5
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy9zcmMvYnVzaW5lc3MvRGlhbG9nL0RldGFpbHNEaWFsb2cvaW5kZXgudHMiXSwibmFtZXMiOlsiRGV0YWlsc0RpYWxvZyJdLCJtYXBwaW5ncyI6IkFBQUEsU0FBU0EsYUFBYSxRQUFRLGlCQUFpQjtBQUUvQyxTQUFTQSxhQUFhLFFBQVEsaUJBQWlCO0FBRS9DLGVBQWVBLGFBQWE7QUFFNUIsY0FBYyxhQUFhIiwiZmlsZSI6ImJ1c2luZXNzL0RpYWxvZy9EZXRhaWxzRGlhbG9nL2luZGV4LmpzIiwic291cmNlc0NvbnRlbnQiOltudWxsXSwic291cmNlUm9vdCI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYyJ9
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { ActionBarAction } from "../../../components/ActionBar";
|
|
3
|
+
import type { BaseDialogProps } from '../BaseDialog';
|
|
4
|
+
import type { DescriptionsRow } from '../Descriptions';
|
|
5
|
+
/**
|
|
6
|
+
* An action whose `onClick` may return a Promise — the dialog then drives
|
|
7
|
+
* the button's loading spinner until it settles (legacy DetailsModal CTA
|
|
8
|
+
* behavior, e.g. the async PDF "Download").
|
|
9
|
+
*/
|
|
10
|
+
export interface DetailsDialogAction extends Omit<ActionBarAction, 'onClick'> {
|
|
11
|
+
onClick?: () => void | Promise<void>;
|
|
12
|
+
}
|
|
13
|
+
export interface DetailsDialogProps extends Omit<BaseDialogProps, 'preset' | 'primary' | 'secondary'> {
|
|
14
|
+
/** The detail rows (Descriptions engine: copyable/tone/tag/emphasis/highlight). */
|
|
15
|
+
rows: DescriptionsRow[];
|
|
16
|
+
/** Content rendered between the description and the rows (alerts, QR cards…). */
|
|
17
|
+
beforeRows?: ReactNode;
|
|
18
|
+
/** Primary action; an async `onClick` shows the built-in loading spinner. */
|
|
19
|
+
primary?: DetailsDialogAction;
|
|
20
|
+
/** Secondary action; same async-loading contract. */
|
|
21
|
+
secondary?: DetailsDialogAction;
|
|
22
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVzaW5lc3MvRGlhbG9nL0RldGFpbHNEaWFsb2cvaW50ZXJmYWNlLmpzIiwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIiwic291cmNlcyI6WyJidXNpbmVzcy9EaWFsb2cvRGV0YWlsc0RpYWxvZy9pbnRlcmZhY2UuanMiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHt9OyJdLCJtYXBwaW5ncyI6IkFBQUEiLCJpZ25vcmVMaXN0IjpbXX0=
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Retrieves the spacing value for a given token key.
|
|
3
|
+
*
|
|
4
|
+
* @param {string} $key - The spacing token key (e.g., '100', '200').
|
|
5
|
+
* @return {length|null} The computed spacing value or null if the key is invalid.
|
|
6
|
+
* @example
|
|
7
|
+
* .element {
|
|
8
|
+
* padding: om-spacing-token('200'); // Returns 8px if $om-sys-spacing-unit is 4px
|
|
9
|
+
* }
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* Computes the spacing value based on a token key or a direct length value.
|
|
13
|
+
*
|
|
14
|
+
* @param {string|length} $value - The spacing token key (e.g., '100') or a direct length value (e.g., '16px').
|
|
15
|
+
* @return {length} The computed spacing value.
|
|
16
|
+
* @example
|
|
17
|
+
* .element {
|
|
18
|
+
* margin: om-spacing-value('300'); // Returns 12px if $om-sys-spacing-unit is 4px
|
|
19
|
+
* padding: om-spacing-value(16px); // Returns 16px
|
|
20
|
+
* gap: om-spacing-value(2); // Returns 8px if $om-sys-spacing-unit is 4px
|
|
21
|
+
* }
|
|
22
|
+
*/
|
|
23
|
+
.om-component-ui-details-dialog .om-component-ui-dialog-content {
|
|
24
|
+
padding-top: var(--om-spacing-300, 12px);
|
|
25
|
+
}
|
|
26
|
+
.om-component-ui-details-dialog .om-component-ui-descriptions-row {
|
|
27
|
+
gap: var(--om-spacing-400, 16px);
|
|
28
|
+
padding: var(--om-spacing-200, 8px) 0;
|
|
29
|
+
line-height: 16px;
|
|
30
|
+
}
|
|
31
|
+
.om-component-ui-details-dialog .om-component-ui-descriptions-label {
|
|
32
|
+
display: flex;
|
|
33
|
+
align-items: center;
|
|
34
|
+
}
|
|
35
|
+
.om-component-ui-details-dialog .om-component-ui-descriptions-label .om-component-ui-typography {
|
|
36
|
+
color: var(--om-text-default, #131313);
|
|
37
|
+
}
|
|
38
|
+
.om-component-ui-details-dialog .om-component-ui-descriptions-value {
|
|
39
|
+
max-width: 50%;
|
|
40
|
+
gap: var(--om-spacing-200, 8px);
|
|
41
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import './DetailsDialog.css';
|
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy9EZXRhaWxzRGlhbG9nL3NyYy9idXNpbmVzcy9EaWFsb2cvRGV0YWlsc0RpYWxvZy9zdHlsZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLHNCQUFzQiIsImZpbGUiOiJidXNpbmVzcy9EaWFsb2cvRGV0YWlsc0RpYWxvZy9zdHlsZS9jc3MuanMiLCJzb3VyY2VzQ29udGVudCI6W251bGxdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './DetailsDialog.css';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import './DetailsDialog.css';
|
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy9EZXRhaWxzRGlhbG9nL3NyYy9idXNpbmVzcy9EaWFsb2cvRGV0YWlsc0RpYWxvZy9zdHlsZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLHNCQUFzQiIsImZpbGUiOiJidXNpbmVzcy9EaWFsb2cvRGV0YWlsc0RpYWxvZy9zdHlsZS9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbbnVsbF0sInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMifQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { FormDialogProps } from './interface';
|
|
2
|
+
import './style';
|
|
3
|
+
export declare const FormDialog: (<Values extends Record<string, any> = Record<string, any>>({ open, maskClosable, className, title, extra, description, width, children, initialValues, onSubmit, submitText, secondary, footnote, onClose, formRef, formProps, showCloseIcon, }: FormDialogProps<Values>) => import("react/jsx-runtime").JSX.Element) & {
|
|
4
|
+
Field: ({ half, children }: import("../../shared/formCore/BaseProForm").FormFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
};
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useEffect, useRef } from 'react';
|
|
3
|
+
import { ActionBar } from '../../../components/ActionBar';
|
|
4
|
+
import { Dialog } from '../../../components/Dialog';
|
|
5
|
+
import { FORM_LAYOUT_CONFIG, FormLayout } from '../../../components/FormLayout';
|
|
6
|
+
import { Typography } from '../../../components/Typography';
|
|
7
|
+
import { default as classnames, joinCls } from '../../../utils/classnames';
|
|
8
|
+
import { BaseProForm, FormField } from '../../shared/formCore/BaseProForm';
|
|
9
|
+
import { useSubmitAction } from '../../shared/formCore/useSubmitAction';
|
|
10
|
+
import './style';
|
|
11
|
+
/**
|
|
12
|
+
* Form dialog scenario shell — the full assembly:
|
|
13
|
+
*
|
|
14
|
+
* Dialog(bare) overlay machinery only (mask, Esc, close, max-height)
|
|
15
|
+
* └─ FormLayout(modal) panel chrome + density config + pinned header/footer
|
|
16
|
+
* ├─ BaseProForm single ProForm config point (spacing from the same table)
|
|
17
|
+
* └─ ActionBar(compact) footer engine; submit drives `submitForm()`
|
|
18
|
+
*
|
|
19
|
+
* Business code supplies copy, fields, and callbacks — nothing else.
|
|
20
|
+
*/
|
|
21
|
+
var FormDialogInner = function FormDialogInner(_ref) {
|
|
22
|
+
var open = _ref.open,
|
|
23
|
+
maskClosable = _ref.maskClosable,
|
|
24
|
+
className = _ref.className,
|
|
25
|
+
title = _ref.title,
|
|
26
|
+
extra = _ref.extra,
|
|
27
|
+
description = _ref.description,
|
|
28
|
+
width = _ref.width,
|
|
29
|
+
children = _ref.children,
|
|
30
|
+
initialValues = _ref.initialValues,
|
|
31
|
+
onSubmit = _ref.onSubmit,
|
|
32
|
+
submitText = _ref.submitText,
|
|
33
|
+
secondary = _ref.secondary,
|
|
34
|
+
footnote = _ref.footnote,
|
|
35
|
+
onClose = _ref.onClose,
|
|
36
|
+
formRef = _ref.formRef,
|
|
37
|
+
formProps = _ref.formProps,
|
|
38
|
+
_ref$showCloseIcon = _ref.showCloseIcon,
|
|
39
|
+
showCloseIcon = _ref$showCloseIcon === void 0 ? true : _ref$showCloseIcon;
|
|
40
|
+
var innerRef = useRef(undefined);
|
|
41
|
+
var _useSubmitAction = useSubmitAction(onSubmit, onClose),
|
|
42
|
+
submitting = _useSubmitAction.submitting,
|
|
43
|
+
handleFinish = _useSubmitAction.handleFinish;
|
|
44
|
+
useEffect(function () {
|
|
45
|
+
if (formRef) formRef.current = innerRef.current;
|
|
46
|
+
});
|
|
47
|
+
var resolvedSecondary = secondary === false ? undefined : secondary !== null && secondary !== void 0 ? secondary : onClose ? {
|
|
48
|
+
onClick: onClose
|
|
49
|
+
} : undefined;
|
|
50
|
+
// The PANEL carries the width (explicit prop or the modal config default);
|
|
51
|
+
// the FormLayout fills it. Sizing the bare panel by its child would hit
|
|
52
|
+
// the shrink-to-fit percentage circularity instead.
|
|
53
|
+
var panelWidth = width !== null && width !== void 0 ? width : FORM_LAYOUT_CONFIG.modal.width;
|
|
54
|
+
return _jsx(Dialog, {
|
|
55
|
+
bare: true,
|
|
56
|
+
open: open,
|
|
57
|
+
width: panelWidth,
|
|
58
|
+
maskClosable: maskClosable,
|
|
59
|
+
showCloseIcon: showCloseIcon,
|
|
60
|
+
className: className,
|
|
61
|
+
onCancel: onClose,
|
|
62
|
+
children: _jsxs(FormLayout, {
|
|
63
|
+
variant: 'modal',
|
|
64
|
+
width: '100%',
|
|
65
|
+
className: joinCls(classnames('form-dialog')()),
|
|
66
|
+
title: title,
|
|
67
|
+
extra: extra,
|
|
68
|
+
footer: _jsx(ActionBar, {
|
|
69
|
+
layout: 'compact',
|
|
70
|
+
secondary: resolvedSecondary,
|
|
71
|
+
primary: {
|
|
72
|
+
label: submitText,
|
|
73
|
+
loading: submitting,
|
|
74
|
+
onClick: function onClick() {
|
|
75
|
+
var _a;
|
|
76
|
+
return (_a = innerRef.current) === null || _a === void 0 ? void 0 : _a.submitForm();
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
footnote: footnote
|
|
80
|
+
}),
|
|
81
|
+
children: [description && _jsx(Typography.Body, {
|
|
82
|
+
as: 'p',
|
|
83
|
+
size: 'md',
|
|
84
|
+
strong: true,
|
|
85
|
+
color: 'default-secondary',
|
|
86
|
+
children: description
|
|
87
|
+
}), _jsx(BaseProForm, Object.assign({}, formProps, {
|
|
88
|
+
variant: 'modal',
|
|
89
|
+
formRef: innerRef,
|
|
90
|
+
initialValues: initialValues,
|
|
91
|
+
onFinish: handleFinish,
|
|
92
|
+
children: children
|
|
93
|
+
}))]
|
|
94
|
+
})
|
|
95
|
+
});
|
|
96
|
+
};
|
|
97
|
+
export var FormDialog = Object.assign(FormDialogInner, {
|
|
98
|
+
Field: FormField
|
|
99
|
+
});
|
|
100
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy9Gb3JtRGlhbG9nL0Zvcm1EaWFsb2cuanMiLCJidXNpbmVzcy9EaWFsb2cvc3JjL2J1c2luZXNzL0RpYWxvZy9Gb3JtRGlhbG9nL0Zvcm1EaWFsb2cudHN4Il0sIm5hbWVzIjpbImpzeCIsIl9qc3giLCJqc3hzIiwiX2pzeHMiLCJ1c2VFZmZlY3QiLCJ1c2VSZWYiLCJBY3Rpb25CYXIiLCJEaWFsb2ciLCJGT1JNX0xBWU9VVF9DT05GSUciLCJGb3JtTGF5b3V0IiwiVHlwb2dyYXBoeSIsImRlZmF1bHQiLCJjbGFzc25hbWVzIiwiam9pbkNscyIsIkJhc2VQcm9Gb3JtIiwiRm9ybUZpZWxkIiwidXNlU3VibWl0QWN0aW9uIiwiRm9ybURpYWxvZ0lubmVyIiwiX3JlZiIsIm9wZW4iLCJtYXNrQ2xvc2FibGUiLCJjbGFzc05hbWUiLCJ0aXRsZSIsImV4dHJhIiwiZGVzY3JpcHRpb24iLCJ3aWR0aCIsImNoaWxkcmVuIiwiaW5pdGlhbFZhbHVlcyIsIm9uU3VibWl0Iiwic3VibWl0VGV4dCIsInNlY29uZGFyeSIsImZvb3Rub3RlIiwib25DbG9zZSIsImZvcm1SZWYiLCJmb3JtUHJvcHMiLCJfcmVmJHNob3dDbG9zZUljb24iLCJzaG93Q2xvc2VJY29uIiwiaW5uZXJSZWYiLCJ1bmRlZmluZWQiLCJfdXNlU3VibWl0QWN0aW9uIiwic3VibWl0dGluZyIsImhhbmRsZUZpbmlzaCIsImN1cnJlbnQiLCJyZXNvbHZlZFNlY29uZGFyeSIsIm9uQ2xpY2siLCJwYW5lbFdpZHRoIiwibW9kYWwiLCJiYXJlIiwib25DYW5jZWwiLCJ2YXJpYW50IiwiZm9vdGVyIiwibGF5b3V0IiwicHJpbWFyeSIsImxhYmVsIiwibG9hZGluZyIsIl9hIiwic3VibWl0Rm9ybSIsIkJvZHkiLCJhcyIsInNpemUiLCJzdHJvbmciLCJjb2xvciIsIk9iamVjdCIsImFzc2lnbiIsIm9uRmluaXNoIiwiRm9ybURpYWxvZyIsIkZpZWxkIl0sIm1hcHBpbmdzIjoiQUFB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QUFDLE9BQU87UUFDZmhCLE9BQU8sRUFBRUksUUFBUTtRQUNqQlYsYUFBYSxFQUFFQSxhQUFhO1FBQzVCcUMsUUFBUSxFQUFFdkIsWUFBWTtRQUFBZixRQUFBLEVBRXJCQTtNQUFRLENBQUEsQ0FBQSxDQUNHO0lBQUEsQ0FBQTtFQUNILENBQUEsQ0FDTjtBQUViLENBQUM7QUFFRCxPQUFPLElBQU11QyxVQUFVLEdBQUdILE1BQU0sQ0FBQ0MsTUFBTSxDQUFDOUMsZUFBZSxFQUFFO0VBQUVpRCxLQUFLLEVBQUVuRDtBQUFTLENBQUUsQ0FBQyIsImZpbGUiOiJidXNpbmVzcy9EaWFsb2cvRm9ybURpYWxvZy9Gb3JtRGlhbG9nLmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsganN4IGFzIF9qc3gsIGpzeHMgYXMgX2pzeHMgfSBmcm9tIFwicmVhY3QvanN4LXJ1bnRpbWVcIjtcbmltcG9ydCB7IHVzZUVmZmVjdCwgdXNlUmVmIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgQWN0aW9uQmFyIH0gZnJvbSAnLi4vLi4vLi4vY29tcG9uZW50cy9BY3Rpb25CYXInO1xuaW1wb3J0IHsgRGlhbG9nIH0gZnJvbSAnLi4vLi4vLi4vY29tcG9uZW50cy9EaWFsb2cnO1xuaW1wb3J0IHsgRk9STV9MQVlPVVRfQ09ORklHLCBGb3JtTGF5b3V0IH0gZnJvbSAnLi4vLi4vLi4vY29tcG9uZW50cy9Gb3JtTGF5b3V0JztcbmltcG9ydCB7IFR5cG9ncmFwaHkgfSBmcm9tICcuLi8uLi8uLi9jb21wb25lbnRzL1R5cG9ncmFwaHknO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBjbGFzc25hbWVzLCBqb2luQ2xzIH0gZnJvbSAnLi4vLi4vLi4vdXRpbHMvY2xhc3NuYW1lcyc7XG5pbXBvcnQgeyBCYXNlUHJvRm9ybSwgRm9ybUZpZWxkIH0gZnJvbSAnLi4vLi4vc2hhcmVkL2Zvcm1Db3JlL0Jhc2VQcm9Gb3JtJztcbmltcG9ydCB7IHVzZVN1Ym1pdEFjdGlvbiB9IGZyb20gJy4uLy4uL3NoYXJlZC9mb3JtQ29yZS91c2VTdWJtaXRBY3Rpb24nO1xuaW1wb3J0ICcuL3N0eWxlJztcbi8qKlxuICogRm9ybSBkaWFsb2cgc2NlbmFyaW8gc2hlbGwg4oCUIHRoZSBmdWxsIGFzc2VtYmx5OlxuICpcbiAqICAgRGlhbG9nKGJhcmUpICAgICAgICAgICAgb3ZlcmxheSBtYWNoaW5lcnkgb25seSAobWFzaywgRXNjLCBjbG9zZSwgbWF4LWhlaWdodClcbiAqICAg4pSU4pSAIEZvcm1MYXlvdXQobW9kYWwpICAgIHBhbmVsIGNocm9tZSArIGRlbnNpdHkgY29uZmlnICsgcGlubmVkIGhlYWRlci9mb290ZXJcbiAqICAgICAg4pSc4pSAIEJhc2VQcm9Gb3JtICAgICAgIHNpbmdsZSBQcm9Gb3JtIGNvbmZpZyBwb2ludCAoc3BhY2luZyBmcm9tIHRoZSBzYW1lIHRhYmxlKVxuICogICAgICDilJTilIAgQWN0aW9uQmFyKGNvbXBhY3QpIGZvb3RlciBlbmdpbmU7IHN1Ym1pdCBkcml2ZXMgYHN1Ym1pdEZvcm0oKWBcbiAqXG4gKiBCdXNpbmVzcyBjb2RlIHN1cHBsaWVzIGNvcHksIGZpZWxkcywgYW5kIGNhbGxiYWNrcyDigJQgbm90aGluZyBlbHNlLlxuICovXG5jb25zdCBGb3JtRGlhbG9nSW5uZXIgPSAoeyBvcGVuLCBtYXNrQ2xvc2FibGUsIGNsYXNzTmFtZSwgdGl0bGUsIGV4dHJhLCBkZXNjcmlwdGlvbiwgd2lkdGgsIGNoaWxkcmVuLCBpbml0aWFsVmFsdWVzLCBvblN1Ym1pdCwgc3VibWl0VGV4dCwgc2Vjb25kYXJ5LCBmb290bm90ZSwgb25DbG9zZSwgZm9ybVJlZiwgZm9ybVByb3BzLCBzaG93Q2xvc2VJY29uID0gdHJ1ZSwgfSkgPT4ge1xuICAgIGNvbnN0IGlubmVyUmVmID0gdXNlUmVmKHVuZGVmaW5lZCk7XG4gICAgY29uc3QgeyBzdWJtaXR0aW5nLCBoYW5kbGVGaW5pc2ggfSA9IHVzZVN1Ym1pdEFjdGlvbihvblN1Ym1pdCwgb25DbG9zZSk7XG4gICAgdXNlRWZmZWN0KCgpID0+IHtcbiAgICAgICAgaWYgKGZvcm1SZWYpXG4gICAgICAgICAgICBmb3JtUmVmLmN1cnJlbnQgPSBpbm5lclJlZi5jdXJyZW50O1xuICAgIH0pO1xuICAgIGNvbnN0IHJlc29sdmVkU2Vjb25kYXJ5ID0gc2Vjb25kYXJ5ID09PSBmYWxzZSA/IHVuZGVmaW5lZCA6IChzZWNvbmRhcnkgIT09IG51bGwgJiYgc2Vjb25kYXJ5ICE9PSB2b2lkIDAgPyBzZWNvbmRhcnkgOiAob25DbG9zZSA/IHsgb25DbGljazogb25DbG9zZSB9IDogdW5kZWZpbmVkKSk7XG4gICAgLy8gVGhlIFBBTkVMIGNhcnJpZXMgdGhlIHdpZHRoIChleHBsaWNpdCBwcm9wIG9yIHRoZSBtb2RhbCBjb25maWcgZGVmYXVsdCk7XG4gICAgLy8gdGhlIEZvcm1MYXlvdXQgZmlsbHMgaXQuIFNpemluZyB0aGUgYmFyZSBwYW5lbCBieSBpdHMgY2hpbGQgd291bGQgaGl0XG4gICAgLy8gdGhlIHNocmluay10by1maXQgcGVyY2VudGFnZSBjaXJjdWxhcml0eSBpbnN0ZWFkLlxuICAgIGNvbnN0IHBhbmVsV2lkdGggPSB3aWR0aCAhPT0gbnVsbCAmJiB3aWR0aCAhPT0gdm9pZCAwID8gd2lkdGggOiBGT1JNX0xBWU9VVF9DT05GSUcubW9kYWwud2lkdGg7XG4gICAgcmV0dXJuIChfanN4KERpYWxvZywgeyBiYXJlOiB0cnVlLCBvcGVuOiBvcGVuLCB3aWR0aDogcGFuZWxXaWR0aCwgbWFza0Nsb3NhYmxlOiBtYXNrQ2xvc2FibGUsIHNob3dDbG9zZUljb246IHNob3dDbG9zZUljb24sIGNsYXNzTmFtZTogY2xhc3NOYW1lLCBvbkNhbmNlbDogb25DbG9zZSwgY2hpbGRyZW46IF9qc3hzKEZvcm1MYXlvdXQsIHsgdmFyaWFudDogJ21vZGFsJywgd2lkdGg6ICcxMDAlJywgY2xhc3NOYW1lOiBqb2luQ2xzKGNsYXNzbmFtZXMoJ2Zvcm0tZGlhbG9nJykoKSksIHRpdGxlOiB0aXRsZSwgZXh0cmE6IGV4dHJhLCBmb290ZXI6IF9qc3goQWN0aW9uQmFyLCB7IGxheW91dDogJ2NvbXBhY3QnLCBzZWNvbmRhcnk6IHJlc29sdmVkU2Vjb25kYXJ5LCBwcmltYXJ5OiB7XG4gICAgICAgICAgICAgICAgICAgIGxhYmVsOiBzdWJtaXRUZXh0LFxuICAgICAgICAgICAgICAgICAgICBsb2FkaW5nOiBzdWJtaXR0aW5nLFxuICAgICAgICAgICAgICAgICAgICBvbkNsaWNrOiAoKSA9PiB7IHZhciBfYTsgcmV0dXJuIChfYSA9IGlubmVyUmVmLmN1cnJlbnQpID09PSBudWxsIHx8IF9hID09PSB2b2lkIDAgPyB2b2lkIDAgOiBfYS5zdWJtaXRGb3JtKCk7IH0sXG4gICAgICAgICAgICAgICAgfSwgZm9vdG5vdGU6IGZvb3Rub3RlIH0pLCBjaGlsZHJlbjogW2Rlc2NyaXB0aW9uICYmIChfanN4KFR5cG9ncmFwaHkuQm9keSwgeyBhczogJ3AnLCBzaXplOiAnbWQnLCBzdHJvbmc6IHRydWUsIGNvbG9yOiAnZGVmYXVsdC1zZWNvbmRhcnknLCBjaGlsZHJlbjogZGVzY3JpcHRpb24gfSkpLCBfanN4KEJhc2VQcm9Gb3JtLCBPYmplY3QuYXNzaWduKHt9LCBmb3JtUHJvcHMsIHsgdmFyaWFudDogJ21vZGFsJywgZm9ybVJlZjogaW5uZXJSZWYsIGluaXRpYWxWYWx1ZXM6IGluaXRpYWxWYWx1ZXMsIG9uRmluaXNoOiBoYW5kbGVGaW5pc2gsIGNoaWxkcmVuOiBjaGlsZHJlbiB9KSldIH0pIH0pKTtcbn07XG5leHBvcnQgY29uc3QgRm9ybURpYWxvZyA9IE9iamVjdC5hc3NpZ24oRm9ybURpYWxvZ0lubmVyLCB7IEZpZWxkOiBGb3JtRmllbGQgfSk7IixudWxsXSwic291cmNlUm9vdCI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYyJ9
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { FormDialog } from './FormDialog';
|
|
2
|
+
export { FormDialog } from './FormDialog';
|
|
3
|
+
export default FormDialog;
|
|
4
|
+
export * from './interface';
|
|
5
|
+
export { FormField, BaseProForm, LOCKED_FORM_PROPS } from '../../shared/formCore/BaseProForm';
|
|
6
|
+
export type { FormFieldProps, BaseProFormProps } from '../../shared/formCore/BaseProForm';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { FormDialog } from './FormDialog';
|
|
2
|
+
export { FormDialog } from './FormDialog';
|
|
3
|
+
export default FormDialog;
|
|
4
|
+
export * from './interface';
|
|
5
|
+
export { FormField, BaseProForm, LOCKED_FORM_PROPS } from '../../shared/formCore/BaseProForm';
|
|
6
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy9zcmMvYnVzaW5lc3MvRGlhbG9nL0Zvcm1EaWFsb2cvaW5kZXgudHMiXSwibmFtZXMiOlsiRm9ybURpYWxvZyIsIkZvcm1GaWVsZCIsIkJhc2VQcm9Gb3JtIiwiTE9DS0VEX0ZPUk1fUFJPUFMiXSwibWFwcGluZ3MiOiJBQUFBLFNBQVNBLFVBQVUsUUFBUSxjQUFjO0FBRXpDLFNBQVNBLFVBQVUsUUFBUSxjQUFjO0FBRXpDLGVBQWVBLFVBQVU7QUFFekIsY0FBYyxhQUFhO0FBQzNCLFNBQVNDLFNBQVMsRUFBRUMsV0FBVyxFQUFFQyxpQkFBaUIsUUFBUSxtQ0FBbUMiLCJmaWxlIjoiYnVzaW5lc3MvRGlhbG9nL0Zvcm1EaWFsb2cvaW5kZXguanMiLCJzb3VyY2VzQ29udGVudCI6W251bGxdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { ReactNode, RefObject } from 'react';
|
|
2
|
+
import type { ActionBarAction, ActionBarFootnote } from "../../../components/ActionBar";
|
|
3
|
+
import type { DialogProps } from "../../../components/Dialog";
|
|
4
|
+
import type { FormLayoutProps } from "../../../components/FormLayout";
|
|
5
|
+
import type { ProFormFormInstance } from "../../../components/ProForm";
|
|
6
|
+
import type { BaseProFormProps } from '../../shared/formCore/BaseProForm';
|
|
7
|
+
import type { SubmitHandler } from '../../shared/formCore/useSubmitAction';
|
|
8
|
+
export interface FormDialogProps<Values extends Record<string, any> = Record<string, any>> extends Pick<DialogProps, 'open' | 'maskClosable' | 'showCloseIcon' | 'className'> {
|
|
9
|
+
/** Dialog heading (FormLayout header). */
|
|
10
|
+
title?: ReactNode;
|
|
11
|
+
/** Trailing slot on the title row. */
|
|
12
|
+
extra?: ReactNode;
|
|
13
|
+
/** Supporting copy rendered above the fields. */
|
|
14
|
+
description?: ReactNode;
|
|
15
|
+
/** Panel width override (defaults to the modal variant's 640). */
|
|
16
|
+
width?: FormLayoutProps['width'];
|
|
17
|
+
/** ProForm fields — wrap each in `FormDialog.Field` for half/full width. */
|
|
18
|
+
children?: ReactNode;
|
|
19
|
+
/** Initial form values. */
|
|
20
|
+
initialValues?: BaseProFormProps<Values>['initialValues'];
|
|
21
|
+
/**
|
|
22
|
+
* Validated-submit handler. Resolving (or returning `true`/`void`) closes
|
|
23
|
+
* the dialog; returning `false` or throwing keeps it open with form state
|
|
24
|
+
* intact — surface the error yourself (field feedback, toast, …).
|
|
25
|
+
*/
|
|
26
|
+
onSubmit?: SubmitHandler<Values>;
|
|
27
|
+
/** Submit button label override (defaults to the generic 'Confirm'). */
|
|
28
|
+
submitText?: ReactNode;
|
|
29
|
+
/**
|
|
30
|
+
* Secondary (left) action. Defaults to a Cancel button wired to `onClose`;
|
|
31
|
+
* pass `false` to render the submit button alone.
|
|
32
|
+
*/
|
|
33
|
+
secondary?: ActionBarAction | false;
|
|
34
|
+
/** Optional centered footnote row below the actions. */
|
|
35
|
+
footnote?: ActionBarFootnote;
|
|
36
|
+
/** Fires from the close icon, mask click, Escape, and the default Cancel. */
|
|
37
|
+
onClose?: () => void;
|
|
38
|
+
/** Imperative form instance (validate, set values, …). */
|
|
39
|
+
formRef?: RefObject<ProFormFormInstance<Values> | undefined>;
|
|
40
|
+
/** Extra ProForm props (layout props are locked and stripped). */
|
|
41
|
+
formProps?: Omit<BaseProFormProps<Values>, 'variant' | 'initialValues' | 'onFinish' | 'formRef' | 'children'>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVzaW5lc3MvRGlhbG9nL0Zvcm1EaWFsb2cvaW50ZXJmYWNlLmpzIiwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIiwic291cmNlcyI6WyJidXNpbmVzcy9EaWFsb2cvRm9ybURpYWxvZy9pbnRlcmZhY2UuanMiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHt9OyJdLCJtYXBwaW5ncyI6IkFBQUEiLCJpZ25vcmVMaXN0IjpbXX0=
|
|
@@ -20,17 +20,12 @@
|
|
|
20
20
|
* gap: om-spacing-value(2); // Returns 8px if $om-sys-spacing-unit is 4px
|
|
21
21
|
* }
|
|
22
22
|
*/
|
|
23
|
-
.om-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
.om-component-ui-form-dialog .om-component-ui-action-bar-actions {
|
|
24
|
+
display: inline-grid;
|
|
25
|
+
grid-auto-flow: column;
|
|
26
|
+
grid-auto-columns: 1fr;
|
|
27
|
+
align-self: flex-start;
|
|
26
28
|
}
|
|
27
|
-
.om-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
.om-transaction-dialog-actions > button {
|
|
31
|
-
width: 100%;
|
|
32
|
-
white-space: nowrap;
|
|
33
|
-
}
|
|
34
|
-
.om-transaction-dialog-help a {
|
|
35
|
-
cursor: pointer;
|
|
29
|
+
.om-component-ui-form-dialog .om-component-ui-action-bar-actions > button {
|
|
30
|
+
min-width: 72px;
|
|
36
31
|
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import './FormDialog.css';
|
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy9Gb3JtRGlhbG9nL3NyYy9idXNpbmVzcy9EaWFsb2cvRm9ybURpYWxvZy9zdHlsZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLG1CQUFtQiIsImZpbGUiOiJidXNpbmVzcy9EaWFsb2cvRm9ybURpYWxvZy9zdHlsZS9jc3MuanMiLCJzb3VyY2VzQ29udGVudCI6W251bGxdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './FormDialog.css';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import './FormDialog.css';
|
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy9Gb3JtRGlhbG9nL3NyYy9idXNpbmVzcy9EaWFsb2cvRm9ybURpYWxvZy9zdHlsZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLG1CQUFtQiIsImZpbGUiOiJidXNpbmVzcy9EaWFsb2cvRm9ybURpYWxvZy9zdHlsZS9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbbnVsbF0sInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMifQ==
|