@1money/component-ui 0.0.90-alpha.4 → 0.0.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/business/Dialog/ResultDialog/ResultDialog.d.ts +3 -0
- package/es/business/Dialog/ResultDialog/ResultDialog.js +126 -0
- package/es/business/Dialog/ResultDialog/constants.d.ts +27 -0
- package/es/business/Dialog/ResultDialog/constants.js +24 -0
- package/es/business/Dialog/ResultDialog/index.d.ts +3 -0
- package/es/business/Dialog/ResultDialog/index.js +4 -0
- package/es/business/Dialog/ResultDialog/interface.d.ts +95 -0
- package/es/business/Dialog/ResultDialog/interface.js +2 -0
- package/es/business/Dialog/ResultDialog/presets.d.ts +178 -0
- package/es/business/Dialog/ResultDialog/presets.js +139 -0
- package/es/{components/Dialog/style/DialogBare.css → business/Dialog/ResultDialog/style/ResultDialog.css} +5 -10
- package/es/business/Dialog/ResultDialog/style/css.js +2 -0
- package/es/business/Dialog/ResultDialog/style/index.d.ts +1 -0
- package/es/business/Dialog/ResultDialog/style/index.js +2 -0
- package/es/business/Dialog/TransactionDialog/TransactionDialog.d.ts +3 -0
- package/es/business/Dialog/TransactionDialog/TransactionDialog.js +174 -0
- package/es/business/Dialog/TransactionDialog/constants.d.ts +34 -0
- package/es/business/Dialog/TransactionDialog/constants.js +33 -0
- package/es/business/Dialog/TransactionDialog/index.d.ts +3 -0
- package/es/business/Dialog/TransactionDialog/index.js +4 -0
- package/es/business/Dialog/TransactionDialog/interface.d.ts +116 -0
- package/es/business/Dialog/TransactionDialog/interface.js +2 -0
- package/es/business/Dialog/TransactionDialog/presets.d.ts +89 -0
- package/es/business/Dialog/TransactionDialog/presets.js +62 -0
- package/{lib/business/Dialog/FormDialog/style/FormDialog.css → es/business/Dialog/TransactionDialog/style/TransactionDialog.css} +12 -7
- package/es/business/Dialog/TransactionDialog/style/css.js +2 -0
- package/es/business/Dialog/TransactionDialog/style/index.d.ts +1 -0
- package/es/business/Dialog/TransactionDialog/style/index.js +2 -0
- package/es/business/Dialog/VerificationDialog/ResendRow.d.ts +14 -0
- package/es/business/Dialog/VerificationDialog/ResendRow.js +65 -0
- package/es/business/Dialog/VerificationDialog/VerificationDialog.js +95 -203
- package/es/business/Dialog/VerificationDialog/constants.d.ts +35 -8
- package/es/business/Dialog/VerificationDialog/constants.js +30 -8
- package/es/business/Dialog/VerificationDialog/hooks/index.d.ts +4 -0
- package/es/business/Dialog/VerificationDialog/hooks/index.js +3 -0
- package/es/business/Dialog/VerificationDialog/hooks/useOtpVerification.d.ts +50 -0
- package/es/business/Dialog/VerificationDialog/hooks/useOtpVerification.js +138 -0
- package/es/business/Dialog/VerificationDialog/hooks/useResendCountdown.d.ts +26 -0
- package/es/business/Dialog/VerificationDialog/hooks/useResendCountdown.js +103 -0
- package/es/business/Dialog/VerificationDialog/index.d.ts +1 -2
- package/es/business/Dialog/VerificationDialog/index.js +2 -3
- package/es/business/Dialog/VerificationDialog/interface.d.ts +106 -42
- package/es/business/Dialog/VerificationDialog/interface.js +1 -1
- package/es/business/Dialog/VerificationDialog/style/VerificationDialog.css +6 -19
- package/es/business/Dialog/VerificationDialog/style/css.js +1 -1
- package/es/business/Dialog/VerificationDialog/style/index.js +1 -1
- package/es/business/Dialog/index.d.ts +2 -4
- package/es/business/Dialog/index.js +3 -8
- package/es/business/Filter/Account/Account.js +1 -1
- package/es/business/Filter/Account/index.js +1 -1
- package/es/business/Filter/Account/interface.js +1 -1
- package/es/business/Filter/Account/style/css.js +1 -1
- package/es/business/Filter/Account/style/index.js +1 -1
- package/es/business/Filter/Asset/Asset.js +1 -1
- package/es/business/Filter/Asset/index.js +1 -1
- package/es/business/Filter/Asset/interface.js +1 -1
- package/es/business/Filter/Asset/style/css.js +1 -1
- package/es/business/Filter/Asset/style/index.js +1 -1
- package/es/business/Filter/DateRange/DateRange.js +1 -1
- package/es/business/Filter/DateRange/index.js +1 -1
- package/es/business/Filter/DateRange/interface.js +1 -1
- package/es/business/Filter/DateRange/style/css.js +1 -1
- package/es/business/Filter/DateRange/style/index.js +1 -1
- package/es/business/Filter/Option/Option.js +1 -1
- package/es/business/Filter/Option/index.js +1 -1
- package/es/business/Filter/Option/interface.js +1 -1
- package/es/business/Filter/Option/style/css.js +1 -1
- package/es/business/Filter/Option/style/index.js +1 -1
- package/es/business/Filter/index.js +1 -1
- package/es/business/Select/Asset/AssetSelect.js +1 -1
- package/es/business/Select/Asset/index.js +1 -1
- package/es/business/Select/Asset/interface.js +1 -1
- package/es/business/Select/Asset/style/css.js +1 -1
- package/es/business/Select/Asset/style/index.js +1 -1
- package/es/business/Select/Country/CountrySelect.js +1 -1
- package/es/business/Select/Country/index.js +1 -1
- package/es/business/Select/Country/interface.js +1 -1
- package/es/business/Select/Currency/CurrencySelect.js +1 -1
- package/es/business/Select/Currency/index.js +1 -1
- package/es/business/Select/Currency/interface.js +1 -1
- package/es/business/Select/Currency/style/css.js +1 -1
- package/es/business/Select/Currency/style/index.js +1 -1
- package/es/business/Select/Network/NetworkSelect.js +8 -2
- package/es/business/Select/Network/index.js +1 -1
- package/es/business/Select/Network/interface.d.ts +1 -1
- package/es/business/Select/Network/interface.js +1 -1
- package/es/business/Select/Network/style/css.js +1 -1
- package/es/business/Select/Network/style/index.js +1 -1
- package/es/business/Select/PaymentMethod/PaymentMethodSelect.js +1 -1
- package/es/business/Select/PaymentMethod/index.js +1 -1
- package/es/business/Select/PaymentMethod/interface.js +1 -1
- package/es/business/Select/PaymentMethod/style/css.js +1 -1
- package/es/business/Select/PaymentMethod/style/index.js +1 -1
- package/es/business/Select/index.js +1 -1
- package/es/business/index.d.ts +0 -3
- package/es/business/index.js +1 -3
- package/es/components/Accordion/Accordion.js +1 -1
- package/es/components/Accordion/constants.js +1 -1
- package/es/components/Accordion/index.js +1 -1
- package/es/components/Accordion/interface.js +1 -1
- package/es/components/Accordion/style/css.js +1 -1
- package/es/components/Accordion/style/index.js +1 -1
- package/es/components/Alert/Alert.js +1 -1
- package/es/components/Alert/index.js +1 -1
- package/es/components/Alert/interface.js +1 -1
- package/es/components/Alert/style/css.js +1 -1
- package/es/components/Alert/style/index.js +1 -1
- package/es/components/Button/Button.js +1 -1
- package/es/components/Button/constants.js +1 -1
- package/es/components/Button/index.js +1 -1
- package/es/components/Button/interface.js +1 -1
- package/es/components/Button/style/css.js +1 -1
- package/es/components/Button/style/index.js +1 -1
- package/es/components/Calendar/Calendar.js +1 -1
- package/es/components/Calendar/constants.js +1 -1
- package/es/components/Calendar/index.js +1 -1
- package/es/components/Calendar/interface.js +1 -1
- package/es/components/Calendar/style/css.js +1 -1
- package/es/components/Calendar/style/index.js +1 -1
- package/es/components/Carousel/Carousel.js +1 -1
- package/es/components/Carousel/index.js +1 -1
- package/es/components/Carousel/interface.js +1 -1
- package/es/components/Carousel/style/css.js +1 -1
- package/es/components/Carousel/style/index.js +1 -1
- package/es/components/Cell/Cell.js +1 -1
- package/es/components/Cell/index.js +1 -1
- package/es/components/Cell/interface.js +1 -1
- package/es/components/Cell/style/css.js +1 -1
- package/es/components/Cell/style/index.js +1 -1
- package/es/components/Checkbox/BaseCheckbox.js +1 -1
- package/es/components/Checkbox/Checkbox.js +1 -1
- package/es/components/Checkbox/CheckboxGroup.js +1 -1
- package/es/components/Checkbox/CheckboxGroupContext.js +1 -1
- package/es/components/Checkbox/constants.js +1 -1
- package/es/components/Checkbox/index.js +1 -1
- package/es/components/Checkbox/interface.js +1 -1
- package/es/components/Checkbox/style/css.js +1 -1
- package/es/components/Checkbox/style/index.js +1 -1
- package/es/components/CoachMark/CoachMark.js +1 -1
- package/es/components/CoachMark/index.js +1 -1
- package/es/components/CoachMark/interface.js +1 -1
- package/es/components/CoachMark/style/css.js +1 -1
- package/es/components/CoachMark/style/index.js +1 -1
- package/es/components/Copy/Clipboard.js +1 -1
- package/es/components/Copy/Copy.js +1 -1
- package/es/components/Copy/index.js +1 -1
- package/es/components/Copy/interface.js +1 -1
- package/es/components/Copy/style/css.js +1 -1
- package/es/components/Copy/style/index.js +1 -1
- package/es/components/Dialog/Dialog.js +6 -8
- package/es/components/Dialog/DialogContent.js +1 -1
- package/es/components/Dialog/DialogControls.js +1 -1
- package/es/components/Dialog/className.js +1 -1
- package/es/components/Dialog/constants.js +1 -1
- package/es/components/Dialog/hooks.js +1 -1
- package/es/components/Dialog/index.js +1 -1
- package/es/components/Dialog/interface.d.ts +0 -7
- package/es/components/Dialog/interface.js +1 -1
- package/es/components/Dialog/style/Dialog.css +4 -4
- package/es/components/Dialog/style/css.js +1 -2
- package/es/components/Dialog/style/index.d.ts +0 -1
- package/es/components/Dialog/style/index.js +1 -2
- package/es/components/Dialog/types.js +1 -1
- package/es/components/Divider/Divider.js +1 -1
- package/es/components/Divider/constants.js +1 -1
- package/es/components/Divider/index.js +1 -1
- package/es/components/Divider/interface.js +1 -1
- package/es/components/Divider/style/css.js +1 -1
- package/es/components/Divider/style/index.js +1 -1
- package/es/components/Drawer/Drawer.js +1 -1
- package/es/components/Drawer/constants.js +1 -1
- package/es/components/Drawer/hooks/index.js +1 -1
- package/es/components/Drawer/hooks/useBodyScrollLock.js +1 -1
- package/es/components/Drawer/hooks/useDialogFocus.js +1 -1
- package/es/components/Drawer/hooks/useDrawerTransition.js +1 -1
- package/es/components/Drawer/hooks/useEscapeClose.js +1 -1
- package/es/components/Drawer/index.js +1 -1
- package/es/components/Drawer/interface.js +1 -1
- package/es/components/Drawer/style/css.js +1 -1
- package/es/components/Drawer/style/index.js +1 -1
- package/es/components/Dropdown/Dropdown.js +1 -1
- package/es/components/Dropdown/index.js +1 -1
- package/es/components/Dropdown/interface.js +1 -1
- package/es/components/Dropdown/style/css.js +1 -1
- package/es/components/Dropdown/style/index.js +1 -1
- package/es/components/Empty/Empty.js +1 -1
- package/es/components/Empty/index.js +1 -1
- package/es/components/Empty/interface.js +1 -1
- package/es/components/Empty/style/css.js +1 -1
- package/es/components/Empty/style/index.js +1 -1
- package/es/components/Filter/Filter.js +1 -1
- package/es/components/Filter/index.js +1 -1
- package/es/components/Filter/interface.js +1 -1
- package/es/components/Filter/style/css.js +1 -1
- package/es/components/Filter/style/index.js +1 -1
- package/es/components/Flex/Flex.js +1 -1
- package/es/components/Flex/constants.js +1 -1
- package/es/components/Flex/index.js +1 -1
- package/es/components/Flex/interface.js +1 -1
- package/es/components/Flex/style/css.js +1 -1
- package/es/components/Flex/style/index.js +1 -1
- package/es/components/Grid/Col.d.ts +0 -1
- package/es/components/Grid/Col.js +1 -2
- package/es/components/Grid/Grid.js +1 -1
- package/es/components/Grid/Row.d.ts +0 -1
- package/es/components/Grid/Row.js +1 -2
- package/es/components/Grid/constants.js +1 -1
- package/es/components/Grid/helper.js +1 -1
- package/es/components/Grid/index.js +1 -1
- package/es/components/Grid/interface.js +1 -1
- package/es/components/Grid/style/css.js +1 -1
- package/es/components/Grid/style/index.js +1 -1
- package/es/components/Icons/Icons.js +1 -1
- package/es/components/Icons/Illustrations.js +1 -1
- package/es/components/Icons/Logo.js +1 -1
- package/es/components/Icons/SVGs.js +1 -1
- package/es/components/Icons/Wrapper.js +1 -1
- package/es/components/Icons/constants.js +1 -1
- package/es/components/Icons/index.js +1 -1
- package/es/components/Icons/interface.js +1 -1
- package/es/components/Icons/style/css.js +1 -1
- package/es/components/Icons/style/index.js +1 -1
- package/es/components/Input/Amount/Amount.js +1 -1
- package/es/components/Input/Amount/helper.js +1 -1
- package/es/components/Input/Amount/index.js +1 -1
- package/es/components/Input/Amount/style/css.js +1 -1
- package/es/components/Input/Amount/style/index.js +1 -1
- package/es/components/Input/FieldShell/FieldShell.js +1 -1
- package/es/components/Input/FieldShell/index.js +1 -1
- package/es/components/Input/Input/Input.js +3 -8
- package/es/components/Input/Input/index.js +1 -1
- package/es/components/Input/Mask/Mask.js +1 -1
- package/es/components/Input/Mask/index.js +1 -1
- package/es/components/Input/OTP/OTP.js +1 -1
- package/es/components/Input/OTP/index.js +1 -1
- package/es/components/Input/Password/Password.js +1 -1
- package/es/components/Input/Password/index.js +1 -1
- package/es/components/Input/Search/Search.js +1 -1
- package/es/components/Input/Search/index.js +1 -1
- package/es/components/Input/TextArea/TextArea.js +1 -1
- package/es/components/Input/TextArea/index.js +1 -1
- package/es/components/Input/Trade/Trade.js +1 -1
- package/es/components/Input/Trade/index.js +1 -1
- package/es/components/Input/constants.js +1 -1
- package/es/components/Input/index.js +1 -1
- package/es/components/Input/interface.js +1 -1
- package/es/components/Input/style/css.js +1 -1
- package/es/components/Input/style/index.js +1 -1
- package/es/components/Input/useAmountInput.js +1 -1
- package/es/components/Input/useSyncRef.js +1 -1
- package/es/components/Link/Link.js +1 -1
- package/es/components/Link/constants.js +1 -1
- package/es/components/Link/index.js +1 -1
- package/es/components/Link/interface.js +1 -1
- package/es/components/Link/style/css.js +1 -1
- package/es/components/Link/style/index.js +1 -1
- package/es/components/Navigation/Nav.js +1 -1
- package/es/components/Navigation/Navigation.js +1 -1
- package/es/components/Navigation/NavigationLogo.js +1 -1
- package/es/components/Navigation/NavigationStepper.js +1 -1
- package/es/components/Navigation/index.js +1 -1
- package/es/components/Navigation/interface.js +1 -1
- package/es/components/Navigation/style/css.js +1 -1
- package/es/components/Navigation/style/index.js +1 -1
- package/es/components/Notification/Notification.js +1 -1
- package/es/components/Notification/NotificationStatic.js +1 -1
- package/es/components/Notification/constants.js +1 -1
- package/es/components/Notification/index.js +1 -1
- package/es/components/Notification/interface.js +1 -1
- package/es/components/Notification/style/css.js +1 -1
- package/es/components/Notification/style/index.js +1 -1
- package/es/components/Pagination/Pagination.js +1 -1
- package/es/components/Pagination/constants.js +1 -1
- package/es/components/Pagination/index.js +1 -1
- package/es/components/Pagination/interface.js +1 -1
- package/es/components/Pagination/style/css.js +1 -1
- package/es/components/Pagination/style/index.js +1 -1
- package/es/components/Pagination/usePagination.js +1 -1
- package/es/components/Popconfirm/Popconfirm.js +1 -1
- package/es/components/Popconfirm/constants.js +1 -1
- package/es/components/Popconfirm/index.js +1 -1
- package/es/components/Popconfirm/interface.js +1 -1
- package/es/components/Popconfirm/style/css.js +1 -1
- package/es/components/Popconfirm/style/index.js +1 -1
- package/es/components/Portal/Portal.js +1 -1
- package/es/components/Portal/index.js +1 -1
- package/es/components/Portal/interface.js +1 -1
- package/es/components/ProForm/ProForm.js +1 -1
- package/es/components/ProForm/ProFormDependency.js +1 -1
- package/es/components/ProForm/ProFormGroup.js +1 -1
- package/es/components/ProForm/ProFormItem.js +1 -1
- package/es/components/ProForm/ProFormList.js +1 -1
- package/es/components/ProForm/SchemaForm.js +1 -1
- package/es/components/ProForm/Submitter.js +1 -1
- package/es/components/ProForm/constants.js +1 -1
- package/es/components/ProForm/context.js +1 -1
- package/es/components/ProForm/core/constants.js +1 -1
- package/es/components/ProForm/core/devWarning.js +1 -1
- package/es/components/ProForm/core/formStore.js +1 -1
- package/es/components/ProForm/core/hooks/useForm.js +1 -1
- package/es/components/ProForm/core/hooks/useFormCore.js +1 -1
- package/es/components/ProForm/core/index.js +1 -1
- package/es/components/ProForm/core/interface.js +1 -1
- package/es/components/ProForm/core/namePathType.js +1 -1
- package/es/components/ProForm/core/pathUtils.js +1 -1
- package/es/components/ProForm/core/runRules.js +1 -1
- package/es/components/ProForm/core/useFormItem.js +1 -1
- package/es/components/ProForm/core/validationError.js +1 -1
- package/es/components/ProForm/fields/ProFormCheckbox.js +1 -1
- package/es/components/ProForm/fields/ProFormCheckboxGroup.js +1 -1
- package/es/components/ProForm/fields/ProFormDatePicker.js +1 -1
- package/es/components/ProForm/fields/ProFormFieldSet.js +1 -1
- package/es/components/ProForm/fields/ProFormPassword.js +1 -1
- package/es/components/ProForm/fields/ProFormRadioGroup.js +1 -1
- package/es/components/ProForm/fields/ProFormSelect.js +1 -1
- package/es/components/ProForm/fields/ProFormSlider.js +1 -1
- package/es/components/ProForm/fields/ProFormSwitch.js +1 -1
- package/es/components/ProForm/fields/ProFormText.js +1 -1
- package/es/components/ProForm/fields/ProFormTextArea.js +1 -1
- package/es/components/ProForm/fields/ProFormUpload.js +1 -1
- package/es/components/ProForm/fields/createProFormField.js +1 -1
- package/es/components/ProForm/fields/index.js +1 -1
- package/es/components/ProForm/hooks/useFieldRequest.js +1 -1
- package/es/components/ProForm/hooks/useUrlSync.js +1 -1
- package/es/components/ProForm/index.js +1 -1
- package/es/components/ProForm/interface.js +1 -1
- package/es/components/ProForm/layouts/DialogForm.js +1 -1
- package/es/components/ProForm/layouts/DrawerForm.js +1 -1
- package/es/components/ProForm/layouts/QueryFilter.js +1 -1
- package/es/components/ProForm/layouts/index.js +1 -1
- package/es/components/ProForm/layouts/useOverlayForm.js +1 -1
- package/es/components/ProForm/style/css.js +1 -1
- package/es/components/ProForm/style/index.js +1 -1
- package/es/components/ProForm/utils.js +1 -1
- package/es/components/ProTable/ProTable.js +1 -1
- package/es/components/ProTable/constants.js +1 -1
- package/es/components/ProTable/core/genColumns.js +1 -1
- package/es/components/ProTable/core/genSearchFields.js +1 -1
- package/es/components/ProTable/core/useAwaitableReload.js +1 -1
- package/es/components/ProTable/core/utils.js +1 -1
- package/es/components/ProTable/index.js +1 -1
- package/es/components/ProTable/interface.js +1 -1
- package/es/components/ProTable/style/css.js +1 -1
- package/es/components/ProTable/style/index.js +1 -1
- package/es/components/ProTable/useFetchData.js +1 -1
- package/es/components/Progress/Progress.js +1 -1
- package/es/components/Progress/constants.js +1 -1
- package/es/components/Progress/index.js +1 -1
- package/es/components/Progress/interface.js +1 -1
- package/es/components/Progress/style/css.js +1 -1
- package/es/components/Progress/style/index.js +1 -1
- package/es/components/Radio/BaseRadio.js +1 -1
- package/es/components/Radio/Radio.js +1 -1
- package/es/components/Radio/RadioGroup.js +1 -1
- package/es/components/Radio/RadioGroupContext.js +1 -1
- package/es/components/Radio/constants.js +1 -1
- package/es/components/Radio/index.js +1 -1
- package/es/components/Radio/interface.js +1 -1
- package/es/components/Radio/style/css.js +1 -1
- package/es/components/Radio/style/index.js +1 -1
- package/es/components/ResizeObserver/Collection.js +1 -1
- package/es/components/ResizeObserver/ResizeObserver.js +1 -1
- package/es/components/ResizeObserver/SingleObserver/index.js +1 -1
- package/es/components/ResizeObserver/index.js +1 -1
- package/es/components/ResizeObserver/interface.js +1 -1
- package/es/components/ResizeObserver/useResizeObserver.js +1 -1
- package/es/components/ResizeObserver/utils/observerUtil.js +1 -1
- package/es/components/ResizeObserver/utils/reactUtil.js +1 -1
- package/es/components/Segment/Segment.js +1 -1
- package/es/components/Segment/index.js +1 -1
- package/es/components/Segment/interface.js +1 -1
- package/es/components/Segment/style/css.js +1 -1
- package/es/components/Segment/style/index.js +1 -1
- package/es/components/Select/Select.js +3 -8
- package/es/components/Select/SelectCustom.js +1 -1
- package/es/components/Select/SelectFieldShell.js +1 -1
- package/es/components/Select/SelectOptionContent.js +1 -1
- package/es/components/Select/SelectSearchControl.js +1 -1
- package/es/components/Select/SelectValueContent.js +1 -1
- package/es/components/Select/constants.js +1 -1
- package/es/components/Select/index.js +1 -1
- package/es/components/Select/interface.js +1 -1
- package/es/components/Select/style/css.js +1 -1
- package/es/components/Select/style/index.js +1 -1
- package/es/components/Select/useSelectShell.js +1 -1
- package/es/components/Select/utils.js +1 -1
- package/es/components/Skeleton/Skeleton.js +1 -1
- package/es/components/Skeleton/index.js +1 -1
- package/es/components/Skeleton/interface.js +1 -1
- package/es/components/Skeleton/style/css.js +1 -1
- package/es/components/Skeleton/style/index.js +1 -1
- package/es/components/Slider/Slider.js +1 -1
- package/es/components/Slider/index.js +1 -1
- package/es/components/Slider/interface.js +1 -1
- package/es/components/Slider/style/css.js +1 -1
- package/es/components/Slider/style/index.js +1 -1
- package/es/components/Space/Space.js +1 -1
- package/es/components/Space/constants.js +1 -1
- package/es/components/Space/index.js +1 -1
- package/es/components/Space/interface.js +1 -1
- package/es/components/Space/style/css.js +1 -1
- package/es/components/Space/style/index.js +1 -1
- package/es/components/Spinner/Spinner.js +1 -1
- package/es/components/Spinner/index.js +1 -1
- package/es/components/Spinner/interface.js +1 -1
- package/es/components/Spinner/style/css.js +1 -1
- package/es/components/Spinner/style/index.js +1 -1
- package/es/components/Step/Step.js +1 -1
- package/es/components/Step/constants.js +1 -1
- package/es/components/Step/index.js +1 -1
- package/es/components/Step/interface.js +1 -1
- package/es/components/Step/style/css.js +1 -1
- package/es/components/Step/style/index.js +1 -1
- package/es/components/Switch/Switch.js +1 -1
- package/es/components/Switch/constants.js +1 -1
- package/es/components/Switch/index.js +1 -1
- package/es/components/Switch/interface.js +1 -1
- package/es/components/Switch/style/css.js +1 -1
- package/es/components/Switch/style/index.js +1 -1
- package/es/components/Table/Table.js +1 -1
- package/es/components/Table/VirtualTable.js +1 -1
- package/es/components/Table/constants.js +1 -1
- package/es/components/Table/core/columnUtil.js +1 -1
- package/es/components/Table/core/useTableColumns.js +1 -1
- package/es/components/Table/core/useTableDataPipeline.js +1 -1
- package/es/components/Table/core/useTableExpand.js +1 -1
- package/es/components/Table/core/useTableSelection.js +1 -1
- package/es/components/Table/core/useTableSetup.js +1 -1
- package/es/components/Table/features/ExpandTrigger.js +1 -1
- package/es/components/Table/features/FilterTrigger.js +1 -1
- package/es/components/Table/features/SelectionColumn.js +1 -1
- package/es/components/Table/features/SortTrigger.js +1 -1
- package/es/components/Table/index.js +1 -1
- package/es/components/Table/interface.js +1 -1
- package/es/components/Table/internal/index.js +1 -1
- package/es/components/Table/internal/kernel/Body/BodyRow.js +1 -1
- package/es/components/Table/internal/kernel/Body/ExpandedRow.js +1 -1
- package/es/components/Table/internal/kernel/Body/MeasureCell.js +1 -1
- package/es/components/Table/internal/kernel/Body/MeasureRow.js +1 -1
- package/es/components/Table/internal/kernel/Body/index.js +1 -1
- package/es/components/Table/internal/kernel/Cell/index.js +1 -1
- package/es/components/Table/internal/kernel/Cell/useCellRender.js +1 -1
- package/es/components/Table/internal/kernel/Cell/useHoverState.js +1 -1
- package/es/components/Table/internal/kernel/ColGroup.js +1 -1
- package/es/components/Table/internal/kernel/FixedHolder/index.js +1 -1
- package/es/components/Table/internal/kernel/Footer/Cell.js +1 -1
- package/es/components/Table/internal/kernel/Footer/Row.js +1 -1
- package/es/components/Table/internal/kernel/Footer/Summary.js +1 -1
- package/es/components/Table/internal/kernel/Footer/SummaryContext.js +1 -1
- package/es/components/Table/internal/kernel/Footer/index.js +1 -1
- package/es/components/Table/internal/kernel/Header/Header.js +1 -1
- package/es/components/Table/internal/kernel/Header/HeaderRow.js +1 -1
- package/es/components/Table/internal/kernel/Panel/index.js +1 -1
- package/es/components/Table/internal/kernel/Table.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/BodyGrid.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/BodyLine.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/VirtualCell.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/context.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/index.js +1 -1
- package/es/components/Table/internal/kernel/constant.js +1 -1
- package/es/components/Table/internal/kernel/context/PerfContext.js +1 -1
- package/es/components/Table/internal/kernel/context/TableContext.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useColumns/index.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useExpand.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useFixedInfo.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useFlattenRecords.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useFrame.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useHover.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useRenderTimes.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useRowInfo.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useSticky.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useStickyOffsets.js +1 -1
- package/es/components/Table/internal/kernel/index.js +1 -1
- package/es/components/Table/internal/kernel/interface.js +1 -1
- package/es/components/Table/internal/kernel/namePathType.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/Immutable.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/context.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/index.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/isEqual.js +1 -1
- package/es/components/Table/internal/kernel/stickyScrollBar.js +1 -1
- package/es/components/Table/internal/kernel/sugar/Column.js +1 -1
- package/es/components/Table/internal/kernel/sugar/ColumnGroup.js +1 -1
- package/es/components/Table/internal/kernel/utils/dom/canUseDom.js +1 -1
- package/es/components/Table/internal/kernel/utils/dom/isVisible.js +1 -1
- package/es/components/Table/internal/kernel/utils/expandUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/fixUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/get.js +1 -1
- package/es/components/Table/internal/kernel/utils/getScrollBarSize.js +1 -1
- package/es/components/Table/internal/kernel/utils/legacyUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/offsetUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/pickAttrs.js +1 -1
- package/es/components/Table/internal/kernel/utils/useMemo.js +1 -1
- package/es/components/Table/internal/kernel/utils/valueUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/warning.js +1 -1
- package/es/components/Table/renderers/BodyCell.js +1 -1
- package/es/components/Table/renderers/CellContent.js +1 -1
- package/es/components/Table/renderers/EmptyState.js +1 -1
- package/es/components/Table/renderers/ExpandedRowContainer.js +1 -1
- package/es/components/Table/renderers/HeaderCell.js +1 -1
- package/es/components/Table/renderers/TableShell.js +1 -1
- package/es/components/Table/style/css.js +1 -1
- package/es/components/Table/style/index.js +1 -1
- package/es/components/Tabs/Tabs.js +1 -1
- package/es/components/Tabs/index.js +1 -1
- package/es/components/Tabs/interface.js +1 -1
- package/es/components/Tabs/style/css.js +1 -1
- package/es/components/Tabs/style/index.js +1 -1
- package/es/components/Tag/Tag.js +1 -1
- package/es/components/Tag/constants.js +1 -1
- package/es/components/Tag/index.js +1 -1
- package/es/components/Tag/interface.js +1 -1
- package/es/components/Tag/style/css.js +1 -1
- package/es/components/Tag/style/index.js +1 -1
- package/es/components/Tooltip/Tooltip.js +1 -1
- package/es/components/Tooltip/index.js +1 -1
- package/es/components/Tooltip/interface.js +1 -1
- package/es/components/Tooltip/style/css.js +1 -1
- package/es/components/Tooltip/style/index.js +1 -1
- package/es/components/Tour/Tour.js +1 -1
- package/es/components/Tour/index.js +1 -1
- package/es/components/Tour/interface.js +1 -1
- package/es/components/Trigger/Trigger.js +1 -1
- package/es/components/Trigger/index.js +1 -1
- package/es/components/Trigger/interface.js +1 -1
- package/es/components/Trigger/style/css.js +1 -1
- package/es/components/Trigger/style/index.js +1 -1
- package/es/components/Typography/Typography.js +1 -1
- package/es/components/Typography/constants.js +1 -1
- package/es/components/Typography/index.js +1 -1
- package/es/components/Typography/interface.js +1 -1
- package/es/components/Typography/render.js +1 -1
- package/es/components/Typography/style/css.js +1 -1
- package/es/components/Typography/style/index.js +1 -1
- package/es/components/Typography/useTypographyEnhancements.js +1 -1
- package/es/components/Typography/utils.js +1 -1
- package/es/components/Upload/Upload.js +1 -1
- package/es/components/Upload/UploadFileBar.js +1 -1
- package/es/components/Upload/index.js +1 -1
- package/es/components/Upload/interface.js +1 -1
- package/es/components/Upload/style/css.js +1 -1
- package/es/components/Upload/style/index.js +1 -1
- package/es/components/VirtualList/Filler.js +1 -1
- package/es/components/VirtualList/Item.js +1 -1
- package/es/components/VirtualList/ScrollBar.js +1 -1
- package/es/components/VirtualList/VirtualList.js +1 -1
- package/es/components/VirtualList/constants.js +1 -1
- package/es/components/VirtualList/hooks/useChildren.js +1 -1
- package/es/components/VirtualList/hooks/useDiffItem.js +1 -1
- package/es/components/VirtualList/hooks/useFrameWheel.js +1 -1
- package/es/components/VirtualList/hooks/useGetSize.js +1 -1
- package/es/components/VirtualList/hooks/useHeights.js +1 -1
- package/es/components/VirtualList/hooks/useMobileTouchMove.js +1 -1
- package/es/components/VirtualList/hooks/useOriginScroll.js +1 -1
- package/es/components/VirtualList/hooks/useScrollDrag.js +1 -1
- package/es/components/VirtualList/hooks/useScrollTo.js +1 -1
- package/es/components/VirtualList/index.js +1 -1
- package/es/components/VirtualList/interface.js +1 -1
- package/es/components/VirtualList/style/css.js +1 -1
- package/es/components/VirtualList/style/index.js +1 -1
- package/es/components/VirtualList/utils/CacheMap.js +1 -1
- package/es/components/VirtualList/utils/algorithmUtil.js +1 -1
- package/es/components/VirtualList/utils/isFirefox.js +1 -1
- package/es/components/VirtualList/utils/raf.js +1 -1
- package/es/components/VirtualList/utils/scrollbarUtil.js +1 -1
- package/es/hooks/index.js +1 -1
- package/es/hooks/useFloatingAnimation.js +1 -1
- package/es/index.css +1 -1
- package/es/index.d.ts +1 -5
- package/es/index.js +1 -3
- package/es/stories/docs/ComponentDocsPage.js +1 -1
- package/es/stories/docs/componentDocMeta.js +1 -1
- package/es/utils/classnames.js +1 -1
- package/es/utils/clipboard.js +1 -1
- package/es/utils/devWarn.js +1 -1
- package/es/utils/ref.js +1 -1
- package/es/utils/uuid.js +1 -1
- package/lib/business/Dialog/ResultDialog/ResultDialog.d.ts +3 -0
- package/lib/business/Dialog/ResultDialog/ResultDialog.js +132 -0
- package/lib/business/Dialog/ResultDialog/constants.d.ts +27 -0
- package/lib/business/Dialog/ResultDialog/constants.js +30 -0
- package/lib/business/Dialog/ResultDialog/index.d.ts +3 -0
- package/lib/business/Dialog/ResultDialog/index.js +40 -0
- package/lib/business/Dialog/ResultDialog/interface.d.ts +95 -0
- package/lib/business/Dialog/ResultDialog/interface.js +6 -0
- package/lib/business/Dialog/ResultDialog/presets.d.ts +178 -0
- package/lib/business/Dialog/ResultDialog/presets.js +145 -0
- package/lib/{components/Dialog/style/DialogBare.css → business/Dialog/ResultDialog/style/ResultDialog.css} +5 -10
- package/lib/business/Dialog/ResultDialog/style/css.js +4 -0
- package/lib/business/Dialog/ResultDialog/style/index.d.ts +1 -0
- package/lib/business/Dialog/ResultDialog/style/index.js +4 -0
- package/lib/business/Dialog/TransactionDialog/TransactionDialog.d.ts +3 -0
- package/lib/business/Dialog/TransactionDialog/TransactionDialog.js +180 -0
- package/lib/business/Dialog/TransactionDialog/constants.d.ts +34 -0
- package/lib/business/Dialog/TransactionDialog/constants.js +39 -0
- package/lib/business/Dialog/TransactionDialog/index.d.ts +3 -0
- package/lib/business/Dialog/TransactionDialog/index.js +40 -0
- package/lib/business/Dialog/TransactionDialog/interface.d.ts +116 -0
- package/lib/business/Dialog/TransactionDialog/interface.js +6 -0
- package/lib/business/Dialog/TransactionDialog/presets.d.ts +89 -0
- package/lib/business/Dialog/TransactionDialog/presets.js +68 -0
- package/{es/business/Dialog/FormDialog/style/FormDialog.css → lib/business/Dialog/TransactionDialog/style/TransactionDialog.css} +12 -7
- package/lib/business/Dialog/TransactionDialog/style/css.js +4 -0
- package/lib/business/Dialog/TransactionDialog/style/index.d.ts +1 -0
- package/lib/business/Dialog/TransactionDialog/style/index.js +4 -0
- package/lib/business/Dialog/VerificationDialog/ResendRow.d.ts +14 -0
- package/lib/business/Dialog/VerificationDialog/ResendRow.js +71 -0
- package/lib/business/Dialog/VerificationDialog/VerificationDialog.js +92 -204
- package/lib/business/Dialog/VerificationDialog/constants.d.ts +35 -8
- package/lib/business/Dialog/VerificationDialog/constants.js +31 -9
- package/lib/business/Dialog/VerificationDialog/hooks/index.d.ts +4 -0
- package/lib/business/Dialog/VerificationDialog/hooks/index.js +20 -0
- package/lib/business/Dialog/VerificationDialog/hooks/useOtpVerification.d.ts +50 -0
- package/lib/business/Dialog/VerificationDialog/hooks/useOtpVerification.js +145 -0
- package/lib/business/Dialog/VerificationDialog/hooks/useResendCountdown.d.ts +26 -0
- package/lib/business/Dialog/VerificationDialog/hooks/useResendCountdown.js +110 -0
- package/lib/business/Dialog/VerificationDialog/index.d.ts +1 -2
- package/lib/business/Dialog/VerificationDialog/index.js +17 -4
- package/lib/business/Dialog/VerificationDialog/interface.d.ts +106 -42
- package/lib/business/Dialog/VerificationDialog/interface.js +1 -1
- package/lib/business/Dialog/VerificationDialog/style/VerificationDialog.css +6 -19
- package/lib/business/Dialog/VerificationDialog/style/css.js +1 -1
- package/lib/business/Dialog/VerificationDialog/style/index.js +1 -1
- package/lib/business/Dialog/index.d.ts +2 -4
- package/lib/business/Dialog/index.js +9 -31
- package/lib/business/Filter/Account/Account.js +1 -1
- package/lib/business/Filter/Account/index.js +1 -1
- package/lib/business/Filter/Account/interface.js +1 -1
- package/lib/business/Filter/Account/style/css.js +1 -1
- package/lib/business/Filter/Account/style/index.js +1 -1
- package/lib/business/Filter/Asset/Asset.js +1 -1
- package/lib/business/Filter/Asset/index.js +1 -1
- package/lib/business/Filter/Asset/interface.js +1 -1
- package/lib/business/Filter/Asset/style/css.js +1 -1
- package/lib/business/Filter/Asset/style/index.js +1 -1
- package/lib/business/Filter/DateRange/DateRange.js +1 -1
- package/lib/business/Filter/DateRange/index.js +1 -1
- package/lib/business/Filter/DateRange/interface.js +1 -1
- package/lib/business/Filter/DateRange/style/css.js +1 -1
- package/lib/business/Filter/DateRange/style/index.js +1 -1
- package/lib/business/Filter/Option/Option.js +1 -1
- package/lib/business/Filter/Option/index.js +1 -1
- package/lib/business/Filter/Option/interface.js +1 -1
- package/lib/business/Filter/Option/style/css.js +1 -1
- package/lib/business/Filter/Option/style/index.js +1 -1
- package/lib/business/Filter/index.js +1 -1
- package/lib/business/Select/Asset/AssetSelect.js +1 -1
- package/lib/business/Select/Asset/index.js +1 -1
- package/lib/business/Select/Asset/interface.js +1 -1
- package/lib/business/Select/Asset/style/css.js +1 -1
- package/lib/business/Select/Asset/style/index.js +1 -1
- package/lib/business/Select/Country/CountrySelect.js +1 -1
- package/lib/business/Select/Country/index.js +1 -1
- package/lib/business/Select/Country/interface.js +1 -1
- package/lib/business/Select/Currency/CurrencySelect.js +1 -1
- package/lib/business/Select/Currency/index.js +1 -1
- package/lib/business/Select/Currency/interface.js +1 -1
- package/lib/business/Select/Currency/style/css.js +1 -1
- package/lib/business/Select/Currency/style/index.js +1 -1
- package/lib/business/Select/Network/NetworkSelect.js +8 -2
- package/lib/business/Select/Network/index.js +1 -1
- package/lib/business/Select/Network/interface.d.ts +1 -1
- package/lib/business/Select/Network/interface.js +1 -1
- package/lib/business/Select/Network/style/css.js +1 -1
- package/lib/business/Select/Network/style/index.js +1 -1
- package/lib/business/Select/PaymentMethod/PaymentMethodSelect.js +1 -1
- package/lib/business/Select/PaymentMethod/index.js +1 -1
- package/lib/business/Select/PaymentMethod/interface.js +1 -1
- package/lib/business/Select/PaymentMethod/style/css.js +1 -1
- package/lib/business/Select/PaymentMethod/style/index.js +1 -1
- package/lib/business/Select/index.js +1 -1
- package/lib/business/index.d.ts +0 -3
- package/lib/business/index.js +1 -27
- package/lib/components/Accordion/Accordion.js +1 -1
- package/lib/components/Accordion/constants.js +1 -1
- package/lib/components/Accordion/index.js +1 -1
- package/lib/components/Accordion/interface.js +1 -1
- package/lib/components/Accordion/style/css.js +1 -1
- package/lib/components/Accordion/style/index.js +1 -1
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/index.js +1 -1
- package/lib/components/Alert/interface.js +1 -1
- package/lib/components/Alert/style/css.js +1 -1
- package/lib/components/Alert/style/index.js +1 -1
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/constants.js +1 -1
- package/lib/components/Button/index.js +1 -1
- package/lib/components/Button/interface.js +1 -1
- package/lib/components/Button/style/css.js +1 -1
- package/lib/components/Button/style/index.js +1 -1
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/constants.js +1 -1
- package/lib/components/Calendar/index.js +1 -1
- package/lib/components/Calendar/interface.js +1 -1
- package/lib/components/Calendar/style/css.js +1 -1
- package/lib/components/Calendar/style/index.js +1 -1
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/index.js +1 -1
- package/lib/components/Carousel/interface.js +1 -1
- package/lib/components/Carousel/style/css.js +1 -1
- package/lib/components/Carousel/style/index.js +1 -1
- package/lib/components/Cell/Cell.js +1 -1
- package/lib/components/Cell/index.js +1 -1
- package/lib/components/Cell/interface.js +1 -1
- package/lib/components/Cell/style/css.js +1 -1
- package/lib/components/Cell/style/index.js +1 -1
- package/lib/components/Checkbox/BaseCheckbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/CheckboxGroup.js +1 -1
- package/lib/components/Checkbox/CheckboxGroupContext.js +1 -1
- package/lib/components/Checkbox/constants.js +1 -1
- package/lib/components/Checkbox/index.js +1 -1
- package/lib/components/Checkbox/interface.js +1 -1
- package/lib/components/Checkbox/style/css.js +1 -1
- package/lib/components/Checkbox/style/index.js +1 -1
- package/lib/components/CoachMark/CoachMark.js +1 -1
- package/lib/components/CoachMark/index.js +1 -1
- package/lib/components/CoachMark/interface.js +1 -1
- package/lib/components/CoachMark/style/css.js +1 -1
- package/lib/components/CoachMark/style/index.js +1 -1
- package/lib/components/Copy/Clipboard.js +1 -1
- package/lib/components/Copy/Copy.js +1 -1
- package/lib/components/Copy/index.js +1 -1
- package/lib/components/Copy/interface.js +1 -1
- package/lib/components/Copy/style/css.js +1 -1
- package/lib/components/Copy/style/index.js +1 -1
- package/lib/components/Dialog/Dialog.js +6 -8
- package/lib/components/Dialog/DialogContent.js +1 -1
- package/lib/components/Dialog/DialogControls.js +1 -1
- package/lib/components/Dialog/className.js +1 -1
- package/lib/components/Dialog/constants.js +1 -1
- package/lib/components/Dialog/hooks.js +1 -1
- package/lib/components/Dialog/index.js +1 -1
- package/lib/components/Dialog/interface.d.ts +0 -7
- package/lib/components/Dialog/interface.js +1 -1
- package/lib/components/Dialog/style/Dialog.css +4 -4
- package/lib/components/Dialog/style/css.js +1 -2
- package/lib/components/Dialog/style/index.d.ts +0 -1
- package/lib/components/Dialog/style/index.js +1 -2
- package/lib/components/Dialog/types.js +1 -1
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/constants.js +1 -1
- package/lib/components/Divider/index.js +1 -1
- package/lib/components/Divider/interface.js +1 -1
- package/lib/components/Divider/style/css.js +1 -1
- package/lib/components/Divider/style/index.js +1 -1
- package/lib/components/Drawer/Drawer.js +1 -1
- package/lib/components/Drawer/constants.js +1 -1
- package/lib/components/Drawer/hooks/index.js +1 -1
- package/lib/components/Drawer/hooks/useBodyScrollLock.js +1 -1
- package/lib/components/Drawer/hooks/useDialogFocus.js +1 -1
- package/lib/components/Drawer/hooks/useDrawerTransition.js +1 -1
- package/lib/components/Drawer/hooks/useEscapeClose.js +1 -1
- package/lib/components/Drawer/index.js +1 -1
- package/lib/components/Drawer/interface.js +1 -1
- package/lib/components/Drawer/style/css.js +1 -1
- package/lib/components/Drawer/style/index.js +1 -1
- package/lib/components/Dropdown/Dropdown.js +1 -1
- package/lib/components/Dropdown/index.js +1 -1
- package/lib/components/Dropdown/interface.js +1 -1
- package/lib/components/Dropdown/style/css.js +1 -1
- package/lib/components/Dropdown/style/index.js +1 -1
- package/lib/components/Empty/Empty.js +1 -1
- package/lib/components/Empty/index.js +1 -1
- package/lib/components/Empty/interface.js +1 -1
- package/lib/components/Empty/style/css.js +1 -1
- package/lib/components/Empty/style/index.js +1 -1
- package/lib/components/Filter/Filter.js +1 -1
- package/lib/components/Filter/index.js +1 -1
- package/lib/components/Filter/interface.js +1 -1
- package/lib/components/Filter/style/css.js +1 -1
- package/lib/components/Filter/style/index.js +1 -1
- package/lib/components/Flex/Flex.js +1 -1
- package/lib/components/Flex/constants.js +1 -1
- package/lib/components/Flex/index.js +1 -1
- package/lib/components/Flex/interface.js +1 -1
- package/lib/components/Flex/style/css.js +1 -1
- package/lib/components/Flex/style/index.js +1 -1
- package/lib/components/Grid/Col.d.ts +0 -1
- package/lib/components/Grid/Col.js +1 -2
- package/lib/components/Grid/Grid.js +1 -1
- package/lib/components/Grid/Row.d.ts +0 -1
- package/lib/components/Grid/Row.js +1 -2
- package/lib/components/Grid/constants.js +1 -1
- package/lib/components/Grid/helper.js +1 -1
- package/lib/components/Grid/index.js +1 -1
- package/lib/components/Grid/interface.js +1 -1
- package/lib/components/Grid/style/css.js +1 -1
- package/lib/components/Grid/style/index.js +1 -1
- package/lib/components/Icons/Icons.js +1 -1
- package/lib/components/Icons/Illustrations.js +1 -1
- package/lib/components/Icons/Logo.js +1 -1
- package/lib/components/Icons/SVGs.js +1 -1
- package/lib/components/Icons/Wrapper.js +1 -1
- package/lib/components/Icons/constants.js +1 -1
- package/lib/components/Icons/index.js +1 -1
- package/lib/components/Icons/interface.js +1 -1
- package/lib/components/Icons/style/css.js +1 -1
- package/lib/components/Icons/style/index.js +1 -1
- package/lib/components/Input/Amount/Amount.js +1 -1
- package/lib/components/Input/Amount/helper.js +1 -1
- package/lib/components/Input/Amount/index.js +1 -1
- package/lib/components/Input/Amount/style/css.js +1 -1
- package/lib/components/Input/Amount/style/index.js +1 -1
- package/lib/components/Input/FieldShell/FieldShell.js +1 -1
- package/lib/components/Input/FieldShell/index.js +1 -1
- package/lib/components/Input/Input/Input.js +3 -8
- package/lib/components/Input/Input/index.js +1 -1
- package/lib/components/Input/Mask/Mask.js +1 -1
- package/lib/components/Input/Mask/index.js +1 -1
- package/lib/components/Input/OTP/OTP.js +1 -1
- package/lib/components/Input/OTP/index.js +1 -1
- package/lib/components/Input/Password/Password.js +1 -1
- package/lib/components/Input/Password/index.js +1 -1
- package/lib/components/Input/Search/Search.js +1 -1
- package/lib/components/Input/Search/index.js +1 -1
- package/lib/components/Input/TextArea/TextArea.js +1 -1
- package/lib/components/Input/TextArea/index.js +1 -1
- package/lib/components/Input/Trade/Trade.js +1 -1
- package/lib/components/Input/Trade/index.js +1 -1
- package/lib/components/Input/constants.js +1 -1
- package/lib/components/Input/index.js +1 -1
- package/lib/components/Input/interface.js +1 -1
- package/lib/components/Input/style/css.js +1 -1
- package/lib/components/Input/style/index.js +1 -1
- package/lib/components/Input/useAmountInput.js +1 -1
- package/lib/components/Input/useSyncRef.js +1 -1
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/constants.js +1 -1
- package/lib/components/Link/index.js +1 -1
- package/lib/components/Link/interface.js +1 -1
- package/lib/components/Link/style/css.js +1 -1
- package/lib/components/Link/style/index.js +1 -1
- package/lib/components/Navigation/Nav.js +1 -1
- package/lib/components/Navigation/Navigation.js +1 -1
- package/lib/components/Navigation/NavigationLogo.js +1 -1
- package/lib/components/Navigation/NavigationStepper.js +1 -1
- package/lib/components/Navigation/index.js +1 -1
- package/lib/components/Navigation/interface.js +1 -1
- package/lib/components/Navigation/style/css.js +1 -1
- package/lib/components/Navigation/style/index.js +1 -1
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/NotificationStatic.js +1 -1
- package/lib/components/Notification/constants.js +1 -1
- package/lib/components/Notification/index.js +1 -1
- package/lib/components/Notification/interface.js +1 -1
- package/lib/components/Notification/style/css.js +1 -1
- package/lib/components/Notification/style/index.js +1 -1
- package/lib/components/Pagination/Pagination.js +1 -1
- package/lib/components/Pagination/constants.js +1 -1
- package/lib/components/Pagination/index.js +1 -1
- package/lib/components/Pagination/interface.js +1 -1
- package/lib/components/Pagination/style/css.js +1 -1
- package/lib/components/Pagination/style/index.js +1 -1
- package/lib/components/Pagination/usePagination.js +1 -1
- package/lib/components/Popconfirm/Popconfirm.js +1 -1
- package/lib/components/Popconfirm/constants.js +1 -1
- package/lib/components/Popconfirm/index.js +1 -1
- package/lib/components/Popconfirm/interface.js +1 -1
- package/lib/components/Popconfirm/style/css.js +1 -1
- package/lib/components/Popconfirm/style/index.js +1 -1
- package/lib/components/Portal/Portal.js +1 -1
- package/lib/components/Portal/index.js +1 -1
- package/lib/components/Portal/interface.js +1 -1
- package/lib/components/ProForm/ProForm.js +1 -1
- package/lib/components/ProForm/ProFormDependency.js +1 -1
- package/lib/components/ProForm/ProFormGroup.js +1 -1
- package/lib/components/ProForm/ProFormItem.js +1 -1
- package/lib/components/ProForm/ProFormList.js +1 -1
- package/lib/components/ProForm/SchemaForm.js +1 -1
- package/lib/components/ProForm/Submitter.js +1 -1
- package/lib/components/ProForm/constants.js +1 -1
- package/lib/components/ProForm/context.js +1 -1
- package/lib/components/ProForm/core/constants.js +1 -1
- package/lib/components/ProForm/core/devWarning.js +1 -1
- package/lib/components/ProForm/core/formStore.js +1 -1
- package/lib/components/ProForm/core/hooks/useForm.js +1 -1
- package/lib/components/ProForm/core/hooks/useFormCore.js +1 -1
- package/lib/components/ProForm/core/index.js +1 -1
- package/lib/components/ProForm/core/interface.js +1 -1
- package/lib/components/ProForm/core/namePathType.js +1 -1
- package/lib/components/ProForm/core/pathUtils.js +1 -1
- package/lib/components/ProForm/core/runRules.js +1 -1
- package/lib/components/ProForm/core/useFormItem.js +1 -1
- package/lib/components/ProForm/core/validationError.js +1 -1
- package/lib/components/ProForm/fields/ProFormCheckbox.js +1 -1
- package/lib/components/ProForm/fields/ProFormCheckboxGroup.js +1 -1
- package/lib/components/ProForm/fields/ProFormDatePicker.js +1 -1
- package/lib/components/ProForm/fields/ProFormFieldSet.js +1 -1
- package/lib/components/ProForm/fields/ProFormPassword.js +1 -1
- package/lib/components/ProForm/fields/ProFormRadioGroup.js +1 -1
- package/lib/components/ProForm/fields/ProFormSelect.js +1 -1
- package/lib/components/ProForm/fields/ProFormSlider.js +1 -1
- package/lib/components/ProForm/fields/ProFormSwitch.js +1 -1
- package/lib/components/ProForm/fields/ProFormText.js +1 -1
- package/lib/components/ProForm/fields/ProFormTextArea.js +1 -1
- package/lib/components/ProForm/fields/ProFormUpload.js +1 -1
- package/lib/components/ProForm/fields/createProFormField.js +1 -1
- package/lib/components/ProForm/fields/index.js +1 -1
- package/lib/components/ProForm/hooks/useFieldRequest.js +1 -1
- package/lib/components/ProForm/hooks/useUrlSync.js +1 -1
- package/lib/components/ProForm/index.js +1 -1
- package/lib/components/ProForm/interface.js +1 -1
- package/lib/components/ProForm/layouts/DialogForm.js +1 -1
- package/lib/components/ProForm/layouts/DrawerForm.js +1 -1
- package/lib/components/ProForm/layouts/QueryFilter.js +1 -1
- package/lib/components/ProForm/layouts/index.js +1 -1
- package/lib/components/ProForm/layouts/useOverlayForm.js +1 -1
- package/lib/components/ProForm/style/css.js +1 -1
- package/lib/components/ProForm/style/index.js +1 -1
- package/lib/components/ProForm/utils.js +1 -1
- package/lib/components/ProTable/ProTable.js +1 -1
- package/lib/components/ProTable/constants.js +1 -1
- package/lib/components/ProTable/core/genColumns.js +1 -1
- package/lib/components/ProTable/core/genSearchFields.js +1 -1
- package/lib/components/ProTable/core/useAwaitableReload.js +1 -1
- package/lib/components/ProTable/core/utils.js +1 -1
- package/lib/components/ProTable/index.js +1 -1
- package/lib/components/ProTable/interface.js +1 -1
- package/lib/components/ProTable/style/css.js +1 -1
- package/lib/components/ProTable/style/index.js +1 -1
- package/lib/components/ProTable/useFetchData.js +1 -1
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/constants.js +1 -1
- package/lib/components/Progress/index.js +1 -1
- package/lib/components/Progress/interface.js +1 -1
- package/lib/components/Progress/style/css.js +1 -1
- package/lib/components/Progress/style/index.js +1 -1
- package/lib/components/Radio/BaseRadio.js +1 -1
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/RadioGroup.js +1 -1
- package/lib/components/Radio/RadioGroupContext.js +1 -1
- package/lib/components/Radio/constants.js +1 -1
- package/lib/components/Radio/index.js +1 -1
- package/lib/components/Radio/interface.js +1 -1
- package/lib/components/Radio/style/css.js +1 -1
- package/lib/components/Radio/style/index.js +1 -1
- package/lib/components/ResizeObserver/Collection.js +1 -1
- package/lib/components/ResizeObserver/ResizeObserver.js +1 -1
- package/lib/components/ResizeObserver/SingleObserver/index.js +1 -1
- package/lib/components/ResizeObserver/index.js +1 -1
- package/lib/components/ResizeObserver/interface.js +1 -1
- package/lib/components/ResizeObserver/useResizeObserver.js +1 -1
- package/lib/components/ResizeObserver/utils/observerUtil.js +1 -1
- package/lib/components/ResizeObserver/utils/reactUtil.js +1 -1
- package/lib/components/Segment/Segment.js +1 -1
- package/lib/components/Segment/index.js +1 -1
- package/lib/components/Segment/interface.js +1 -1
- package/lib/components/Segment/style/css.js +1 -1
- package/lib/components/Segment/style/index.js +1 -1
- package/lib/components/Select/Select.js +3 -8
- package/lib/components/Select/SelectCustom.js +1 -1
- package/lib/components/Select/SelectFieldShell.js +1 -1
- package/lib/components/Select/SelectOptionContent.js +1 -1
- package/lib/components/Select/SelectSearchControl.js +1 -1
- package/lib/components/Select/SelectValueContent.js +1 -1
- package/lib/components/Select/constants.js +1 -1
- package/lib/components/Select/index.js +1 -1
- package/lib/components/Select/interface.js +1 -1
- package/lib/components/Select/style/css.js +1 -1
- package/lib/components/Select/style/index.js +1 -1
- package/lib/components/Select/useSelectShell.js +1 -1
- package/lib/components/Select/utils.js +1 -1
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/index.js +1 -1
- package/lib/components/Skeleton/interface.js +1 -1
- package/lib/components/Skeleton/style/css.js +1 -1
- package/lib/components/Skeleton/style/index.js +1 -1
- package/lib/components/Slider/Slider.js +1 -1
- package/lib/components/Slider/index.js +1 -1
- package/lib/components/Slider/interface.js +1 -1
- package/lib/components/Slider/style/css.js +1 -1
- package/lib/components/Slider/style/index.js +1 -1
- package/lib/components/Space/Space.js +1 -1
- package/lib/components/Space/constants.js +1 -1
- package/lib/components/Space/index.js +1 -1
- package/lib/components/Space/interface.js +1 -1
- package/lib/components/Space/style/css.js +1 -1
- package/lib/components/Space/style/index.js +1 -1
- package/lib/components/Spinner/Spinner.js +1 -1
- package/lib/components/Spinner/index.js +1 -1
- package/lib/components/Spinner/interface.js +1 -1
- package/lib/components/Spinner/style/css.js +1 -1
- package/lib/components/Spinner/style/index.js +1 -1
- package/lib/components/Step/Step.js +1 -1
- package/lib/components/Step/constants.js +1 -1
- package/lib/components/Step/index.js +1 -1
- package/lib/components/Step/interface.js +1 -1
- package/lib/components/Step/style/css.js +1 -1
- package/lib/components/Step/style/index.js +1 -1
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/constants.js +1 -1
- package/lib/components/Switch/index.js +1 -1
- package/lib/components/Switch/interface.js +1 -1
- package/lib/components/Switch/style/css.js +1 -1
- package/lib/components/Switch/style/index.js +1 -1
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/VirtualTable.js +1 -1
- package/lib/components/Table/constants.js +1 -1
- package/lib/components/Table/core/columnUtil.js +1 -1
- package/lib/components/Table/core/useTableColumns.js +1 -1
- package/lib/components/Table/core/useTableDataPipeline.js +1 -1
- package/lib/components/Table/core/useTableExpand.js +1 -1
- package/lib/components/Table/core/useTableSelection.js +1 -1
- package/lib/components/Table/core/useTableSetup.js +1 -1
- package/lib/components/Table/features/ExpandTrigger.js +1 -1
- package/lib/components/Table/features/FilterTrigger.js +1 -1
- package/lib/components/Table/features/SelectionColumn.js +1 -1
- package/lib/components/Table/features/SortTrigger.js +1 -1
- package/lib/components/Table/index.js +1 -1
- package/lib/components/Table/interface.js +1 -1
- package/lib/components/Table/internal/index.js +1 -1
- package/lib/components/Table/internal/kernel/Body/BodyRow.js +1 -1
- package/lib/components/Table/internal/kernel/Body/ExpandedRow.js +1 -1
- package/lib/components/Table/internal/kernel/Body/MeasureCell.js +1 -1
- package/lib/components/Table/internal/kernel/Body/MeasureRow.js +1 -1
- package/lib/components/Table/internal/kernel/Body/index.js +1 -1
- package/lib/components/Table/internal/kernel/Cell/index.js +1 -1
- package/lib/components/Table/internal/kernel/Cell/useCellRender.js +1 -1
- package/lib/components/Table/internal/kernel/Cell/useHoverState.js +1 -1
- package/lib/components/Table/internal/kernel/ColGroup.js +1 -1
- package/lib/components/Table/internal/kernel/FixedHolder/index.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/Cell.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/Row.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/Summary.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/SummaryContext.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/index.js +1 -1
- package/lib/components/Table/internal/kernel/Header/Header.js +1 -1
- package/lib/components/Table/internal/kernel/Header/HeaderRow.js +1 -1
- package/lib/components/Table/internal/kernel/Panel/index.js +1 -1
- package/lib/components/Table/internal/kernel/Table.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/BodyGrid.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/BodyLine.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/VirtualCell.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/context.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/index.js +1 -1
- package/lib/components/Table/internal/kernel/constant.js +1 -1
- package/lib/components/Table/internal/kernel/context/PerfContext.js +1 -1
- package/lib/components/Table/internal/kernel/context/TableContext.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useColumns/index.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useExpand.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useFixedInfo.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useFlattenRecords.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useFrame.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useHover.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useRenderTimes.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useRowInfo.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useSticky.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useStickyOffsets.js +1 -1
- package/lib/components/Table/internal/kernel/index.js +1 -1
- package/lib/components/Table/internal/kernel/interface.js +1 -1
- package/lib/components/Table/internal/kernel/namePathType.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/Immutable.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/context.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/index.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/isEqual.js +1 -1
- package/lib/components/Table/internal/kernel/stickyScrollBar.js +1 -1
- package/lib/components/Table/internal/kernel/sugar/Column.js +1 -1
- package/lib/components/Table/internal/kernel/sugar/ColumnGroup.js +1 -1
- package/lib/components/Table/internal/kernel/utils/dom/canUseDom.js +1 -1
- package/lib/components/Table/internal/kernel/utils/dom/isVisible.js +1 -1
- package/lib/components/Table/internal/kernel/utils/expandUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/fixUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/get.js +1 -1
- package/lib/components/Table/internal/kernel/utils/getScrollBarSize.js +1 -1
- package/lib/components/Table/internal/kernel/utils/legacyUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/offsetUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/pickAttrs.js +1 -1
- package/lib/components/Table/internal/kernel/utils/useMemo.js +1 -1
- package/lib/components/Table/internal/kernel/utils/valueUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/warning.js +1 -1
- package/lib/components/Table/renderers/BodyCell.js +1 -1
- package/lib/components/Table/renderers/CellContent.js +1 -1
- package/lib/components/Table/renderers/EmptyState.js +1 -1
- package/lib/components/Table/renderers/ExpandedRowContainer.js +1 -1
- package/lib/components/Table/renderers/HeaderCell.js +1 -1
- package/lib/components/Table/renderers/TableShell.js +1 -1
- package/lib/components/Table/style/css.js +1 -1
- package/lib/components/Table/style/index.js +1 -1
- package/lib/components/Tabs/Tabs.js +1 -1
- package/lib/components/Tabs/index.js +1 -1
- package/lib/components/Tabs/interface.js +1 -1
- package/lib/components/Tabs/style/css.js +1 -1
- package/lib/components/Tabs/style/index.js +1 -1
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/constants.js +1 -1
- package/lib/components/Tag/index.js +1 -1
- package/lib/components/Tag/interface.js +1 -1
- package/lib/components/Tag/style/css.js +1 -1
- package/lib/components/Tag/style/index.js +1 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/index.js +1 -1
- package/lib/components/Tooltip/interface.js +1 -1
- package/lib/components/Tooltip/style/css.js +1 -1
- package/lib/components/Tooltip/style/index.js +1 -1
- package/lib/components/Tour/Tour.js +1 -1
- package/lib/components/Tour/index.js +1 -1
- package/lib/components/Tour/interface.js +1 -1
- package/lib/components/Trigger/Trigger.js +1 -1
- package/lib/components/Trigger/index.js +1 -1
- package/lib/components/Trigger/interface.js +1 -1
- package/lib/components/Trigger/style/css.js +1 -1
- package/lib/components/Trigger/style/index.js +1 -1
- package/lib/components/Typography/Typography.js +1 -1
- package/lib/components/Typography/constants.js +1 -1
- package/lib/components/Typography/index.js +1 -1
- package/lib/components/Typography/interface.js +1 -1
- package/lib/components/Typography/render.js +1 -1
- package/lib/components/Typography/style/css.js +1 -1
- package/lib/components/Typography/style/index.js +1 -1
- package/lib/components/Typography/useTypographyEnhancements.js +1 -1
- package/lib/components/Typography/utils.js +1 -1
- package/lib/components/Upload/Upload.js +1 -1
- package/lib/components/Upload/UploadFileBar.js +1 -1
- package/lib/components/Upload/index.js +1 -1
- package/lib/components/Upload/interface.js +1 -1
- package/lib/components/Upload/style/css.js +1 -1
- package/lib/components/Upload/style/index.js +1 -1
- package/lib/components/VirtualList/Filler.js +1 -1
- package/lib/components/VirtualList/Item.js +1 -1
- package/lib/components/VirtualList/ScrollBar.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/constants.js +1 -1
- package/lib/components/VirtualList/hooks/useChildren.js +1 -1
- package/lib/components/VirtualList/hooks/useDiffItem.js +1 -1
- package/lib/components/VirtualList/hooks/useFrameWheel.js +1 -1
- package/lib/components/VirtualList/hooks/useGetSize.js +1 -1
- package/lib/components/VirtualList/hooks/useHeights.js +1 -1
- package/lib/components/VirtualList/hooks/useMobileTouchMove.js +1 -1
- package/lib/components/VirtualList/hooks/useOriginScroll.js +1 -1
- package/lib/components/VirtualList/hooks/useScrollDrag.js +1 -1
- package/lib/components/VirtualList/hooks/useScrollTo.js +1 -1
- package/lib/components/VirtualList/index.js +1 -1
- package/lib/components/VirtualList/interface.js +1 -1
- package/lib/components/VirtualList/style/css.js +1 -1
- package/lib/components/VirtualList/style/index.js +1 -1
- package/lib/components/VirtualList/utils/CacheMap.js +1 -1
- package/lib/components/VirtualList/utils/algorithmUtil.js +1 -1
- package/lib/components/VirtualList/utils/isFirefox.js +1 -1
- package/lib/components/VirtualList/utils/raf.js +1 -1
- package/lib/components/VirtualList/utils/scrollbarUtil.js +1 -1
- package/lib/hooks/index.js +1 -1
- package/lib/hooks/useFloatingAnimation.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.d.ts +1 -5
- package/lib/index.js +1 -33
- package/lib/stories/docs/ComponentDocsPage.js +1 -1
- package/lib/stories/docs/componentDocMeta.js +1 -1
- package/lib/utils/classnames.js +1 -1
- package/lib/utils/clipboard.js +1 -1
- package/lib/utils/devWarn.js +1 -1
- package/lib/utils/ref.js +1 -1
- package/lib/utils/uuid.js +1 -1
- package/package.json +9 -29
- package/scripts/mcp-server/examples.generated.json +0 -84
- package/scripts/mcp-server/index.generated.json +150 -725
- package/es/business/Dialog/BaseDialog/BaseDialog.d.ts +0 -3
- package/es/business/Dialog/BaseDialog/BaseDialog.js +0 -128
- package/es/business/Dialog/BaseDialog/constants.d.ts +0 -12
- package/es/business/Dialog/BaseDialog/constants.js +0 -13
- package/es/business/Dialog/BaseDialog/index.d.ts +0 -4
- package/es/business/Dialog/BaseDialog/index.js +0 -5
- package/es/business/Dialog/BaseDialog/interface.d.ts +0 -63
- package/es/business/Dialog/BaseDialog/interface.js +0 -2
- package/es/business/Dialog/BaseDialog/style/BaseDialog.css +0 -62
- package/es/business/Dialog/BaseDialog/style/css.js +0 -2
- package/es/business/Dialog/BaseDialog/style/index.d.ts +0 -1
- package/es/business/Dialog/BaseDialog/style/index.js +0 -2
- package/es/business/Dialog/Descriptions/Descriptions.d.ts +0 -3
- package/es/business/Dialog/Descriptions/Descriptions.js +0 -102
- package/es/business/Dialog/Descriptions/constants.d.ts +0 -16
- package/es/business/Dialog/Descriptions/constants.js +0 -24
- package/es/business/Dialog/Descriptions/index.d.ts +0 -4
- package/es/business/Dialog/Descriptions/index.js +0 -5
- package/es/business/Dialog/Descriptions/interface.d.ts +0 -58
- package/es/business/Dialog/Descriptions/interface.js +0 -2
- package/es/business/Dialog/Descriptions/style/Descriptions.css +0 -60
- package/es/business/Dialog/Descriptions/style/css.js +0 -2
- package/es/business/Dialog/Descriptions/style/index.d.ts +0 -1
- package/es/business/Dialog/Descriptions/style/index.js +0 -2
- package/es/business/Dialog/DetailsDialog/DetailsDialog.d.ts +0 -3
- package/es/business/Dialog/DetailsDialog/DetailsDialog.js +0 -99
- package/es/business/Dialog/DetailsDialog/index.d.ts +0 -4
- package/es/business/Dialog/DetailsDialog/index.js +0 -5
- package/es/business/Dialog/DetailsDialog/interface.d.ts +0 -29
- package/es/business/Dialog/DetailsDialog/interface.js +0 -2
- package/es/business/Dialog/DetailsDialog/style/DetailsDialog.css +0 -41
- package/es/business/Dialog/DetailsDialog/style/css.js +0 -2
- package/es/business/Dialog/DetailsDialog/style/index.d.ts +0 -1
- package/es/business/Dialog/DetailsDialog/style/index.js +0 -2
- package/es/business/Dialog/FormDialog/FormDialog.d.ts +0 -5
- package/es/business/Dialog/FormDialog/FormDialog.js +0 -100
- package/es/business/Dialog/FormDialog/index.d.ts +0 -6
- package/es/business/Dialog/FormDialog/index.js +0 -6
- package/es/business/Dialog/FormDialog/interface.d.ts +0 -42
- package/es/business/Dialog/FormDialog/interface.js +0 -2
- package/es/business/Dialog/FormDialog/style/css.js +0 -2
- package/es/business/Dialog/FormDialog/style/index.d.ts +0 -1
- package/es/business/Dialog/FormDialog/style/index.js +0 -2
- package/es/business/Dialog/variants/DeleteDialog.d.ts +0 -3
- package/es/business/Dialog/variants/DeleteDialog.js +0 -20
- package/es/business/Dialog/variants/FailureDialog.d.ts +0 -3
- package/es/business/Dialog/variants/FailureDialog.js +0 -20
- package/es/business/Dialog/variants/LoadingDialog.d.ts +0 -33
- package/es/business/Dialog/variants/LoadingDialog.js +0 -162
- package/es/business/Dialog/variants/PendingDialog.d.ts +0 -3
- package/es/business/Dialog/variants/PendingDialog.js +0 -19
- package/es/business/Dialog/variants/SuccessDialog.d.ts +0 -3
- package/es/business/Dialog/variants/SuccessDialog.js +0 -19
- package/es/business/Dialog/variants/index.d.ts +0 -10
- package/es/business/Dialog/variants/index.js +0 -9
- package/es/business/Dialog/variants/style/LoadingDialog.css +0 -62
- package/es/business/Dialog/variants/style/css.js +0 -2
- package/es/business/Dialog/variants/style/index.d.ts +0 -1
- package/es/business/Dialog/variants/style/index.js +0 -2
- package/es/business/FieldList/index.d.ts +0 -30
- package/es/business/FieldList/index.js +0 -52
- package/es/business/FieldList/style/FieldList.css +0 -89
- package/es/business/FieldList/style/css.js +0 -2
- package/es/business/FieldList/style/index.d.ts +0 -1
- package/es/business/FieldList/style/index.js +0 -2
- package/es/business/FormPage/FormPage.d.ts +0 -4
- package/es/business/FormPage/FormPage.js +0 -87
- package/es/business/FormPage/index.d.ts +0 -4
- package/es/business/FormPage/index.js +0 -5
- package/es/business/FormPage/interface.d.ts +0 -42
- package/es/business/FormPage/interface.js +0 -2
- package/es/business/shared/formCore/BaseProForm.d.ts +0 -40
- package/es/business/shared/formCore/BaseProForm.js +0 -87
- package/es/business/shared/formCore/useSubmitAction.d.ts +0 -11
- package/es/business/shared/formCore/useSubmitAction.js +0 -92
- package/es/components/ActionBar/ActionBar.d.ts +0 -3
- package/es/components/ActionBar/ActionBar.js +0 -114
- package/es/components/ActionBar/constants.d.ts +0 -29
- package/es/components/ActionBar/constants.js +0 -30
- package/es/components/ActionBar/index.d.ts +0 -4
- package/es/components/ActionBar/index.js +0 -5
- package/es/components/ActionBar/interface.d.ts +0 -73
- package/es/components/ActionBar/interface.js +0 -2
- package/es/components/ActionBar/style/ActionBar.css +0 -44
- package/es/components/ActionBar/style/css.js +0 -2
- package/es/components/ActionBar/style/index.d.ts +0 -1
- package/es/components/ActionBar/style/index.js +0 -2
- package/es/components/FormLayout/FormLayout.d.ts +0 -25
- package/es/components/FormLayout/FormLayout.js +0 -128
- package/es/components/FormLayout/config.d.ts +0 -96
- package/es/components/FormLayout/config.js +0 -93
- package/es/components/FormLayout/context.d.ts +0 -9
- package/es/components/FormLayout/context.js +0 -13
- package/es/components/FormLayout/index.d.ts +0 -7
- package/es/components/FormLayout/index.js +0 -7
- package/es/components/FormLayout/interface.d.ts +0 -51
- package/es/components/FormLayout/interface.js +0 -2
- package/es/components/FormLayout/style/FormLayout.css +0 -110
- package/es/components/FormLayout/style/css.js +0 -2
- package/es/components/FormLayout/style/index.d.ts +0 -1
- package/es/components/FormLayout/style/index.js +0 -2
- package/lib/business/Dialog/BaseDialog/BaseDialog.d.ts +0 -3
- package/lib/business/Dialog/BaseDialog/BaseDialog.js +0 -137
- package/lib/business/Dialog/BaseDialog/constants.d.ts +0 -12
- package/lib/business/Dialog/BaseDialog/constants.js +0 -19
- package/lib/business/Dialog/BaseDialog/index.d.ts +0 -4
- package/lib/business/Dialog/BaseDialog/index.js +0 -30
- package/lib/business/Dialog/BaseDialog/interface.d.ts +0 -63
- package/lib/business/Dialog/BaseDialog/interface.js +0 -6
- package/lib/business/Dialog/BaseDialog/style/BaseDialog.css +0 -62
- package/lib/business/Dialog/BaseDialog/style/css.js +0 -4
- package/lib/business/Dialog/BaseDialog/style/index.d.ts +0 -1
- package/lib/business/Dialog/BaseDialog/style/index.js +0 -4
- package/lib/business/Dialog/Descriptions/Descriptions.d.ts +0 -3
- package/lib/business/Dialog/Descriptions/Descriptions.js +0 -112
- package/lib/business/Dialog/Descriptions/constants.d.ts +0 -16
- package/lib/business/Dialog/Descriptions/constants.js +0 -30
- package/lib/business/Dialog/Descriptions/index.d.ts +0 -4
- package/lib/business/Dialog/Descriptions/index.js +0 -30
- package/lib/business/Dialog/Descriptions/interface.d.ts +0 -58
- package/lib/business/Dialog/Descriptions/interface.js +0 -6
- package/lib/business/Dialog/Descriptions/style/Descriptions.css +0 -60
- package/lib/business/Dialog/Descriptions/style/css.js +0 -4
- package/lib/business/Dialog/Descriptions/style/index.d.ts +0 -1
- package/lib/business/Dialog/Descriptions/style/index.js +0 -4
- package/lib/business/Dialog/DetailsDialog/DetailsDialog.d.ts +0 -3
- package/lib/business/Dialog/DetailsDialog/DetailsDialog.js +0 -109
- package/lib/business/Dialog/DetailsDialog/index.d.ts +0 -4
- package/lib/business/Dialog/DetailsDialog/index.js +0 -30
- package/lib/business/Dialog/DetailsDialog/interface.d.ts +0 -29
- package/lib/business/Dialog/DetailsDialog/interface.js +0 -6
- package/lib/business/Dialog/DetailsDialog/style/DetailsDialog.css +0 -41
- package/lib/business/Dialog/DetailsDialog/style/css.js +0 -4
- package/lib/business/Dialog/DetailsDialog/style/index.d.ts +0 -1
- package/lib/business/Dialog/DetailsDialog/style/index.js +0 -4
- package/lib/business/Dialog/FormDialog/FormDialog.d.ts +0 -5
- package/lib/business/Dialog/FormDialog/FormDialog.js +0 -109
- package/lib/business/Dialog/FormDialog/index.d.ts +0 -6
- package/lib/business/Dialog/FormDialog/index.js +0 -52
- package/lib/business/Dialog/FormDialog/interface.d.ts +0 -42
- package/lib/business/Dialog/FormDialog/interface.js +0 -6
- package/lib/business/Dialog/FormDialog/style/css.js +0 -4
- package/lib/business/Dialog/FormDialog/style/index.d.ts +0 -1
- package/lib/business/Dialog/FormDialog/style/index.js +0 -4
- package/lib/business/Dialog/variants/DeleteDialog.d.ts +0 -3
- package/lib/business/Dialog/variants/DeleteDialog.js +0 -26
- package/lib/business/Dialog/variants/FailureDialog.d.ts +0 -3
- package/lib/business/Dialog/variants/FailureDialog.js +0 -26
- package/lib/business/Dialog/variants/LoadingDialog.d.ts +0 -33
- package/lib/business/Dialog/variants/LoadingDialog.js +0 -172
- package/lib/business/Dialog/variants/PendingDialog.d.ts +0 -3
- package/lib/business/Dialog/variants/PendingDialog.js +0 -25
- package/lib/business/Dialog/variants/SuccessDialog.d.ts +0 -3
- package/lib/business/Dialog/variants/SuccessDialog.js +0 -25
- package/lib/business/Dialog/variants/index.d.ts +0 -10
- package/lib/business/Dialog/variants/index.js +0 -41
- package/lib/business/Dialog/variants/style/LoadingDialog.css +0 -62
- package/lib/business/Dialog/variants/style/css.js +0 -4
- package/lib/business/Dialog/variants/style/index.d.ts +0 -1
- package/lib/business/Dialog/variants/style/index.js +0 -4
- package/lib/business/FieldList/index.d.ts +0 -30
- package/lib/business/FieldList/index.js +0 -60
- package/lib/business/FieldList/style/FieldList.css +0 -89
- package/lib/business/FieldList/style/css.js +0 -4
- package/lib/business/FieldList/style/index.d.ts +0 -1
- package/lib/business/FieldList/style/index.js +0 -4
- package/lib/business/FormPage/FormPage.d.ts +0 -4
- package/lib/business/FormPage/FormPage.js +0 -93
- package/lib/business/FormPage/index.d.ts +0 -4
- package/lib/business/FormPage/index.js +0 -30
- package/lib/business/FormPage/interface.d.ts +0 -42
- package/lib/business/FormPage/interface.js +0 -6
- package/lib/business/shared/formCore/BaseProForm.d.ts +0 -40
- package/lib/business/shared/formCore/BaseProForm.js +0 -93
- package/lib/business/shared/formCore/useSubmitAction.d.ts +0 -11
- package/lib/business/shared/formCore/useSubmitAction.js +0 -99
- package/lib/components/ActionBar/ActionBar.d.ts +0 -3
- package/lib/components/ActionBar/ActionBar.js +0 -123
- package/lib/components/ActionBar/constants.d.ts +0 -29
- package/lib/components/ActionBar/constants.js +0 -36
- package/lib/components/ActionBar/index.d.ts +0 -4
- package/lib/components/ActionBar/index.js +0 -30
- package/lib/components/ActionBar/interface.d.ts +0 -73
- package/lib/components/ActionBar/interface.js +0 -6
- package/lib/components/ActionBar/style/ActionBar.css +0 -44
- package/lib/components/ActionBar/style/css.js +0 -4
- package/lib/components/ActionBar/style/index.d.ts +0 -1
- package/lib/components/ActionBar/style/index.js +0 -4
- package/lib/components/FormLayout/FormLayout.d.ts +0 -25
- package/lib/components/FormLayout/FormLayout.js +0 -138
- package/lib/components/FormLayout/config.d.ts +0 -96
- package/lib/components/FormLayout/config.js +0 -99
- package/lib/components/FormLayout/context.d.ts +0 -9
- package/lib/components/FormLayout/context.js +0 -19
- package/lib/components/FormLayout/index.d.ts +0 -7
- package/lib/components/FormLayout/index.js +0 -102
- package/lib/components/FormLayout/interface.d.ts +0 -51
- package/lib/components/FormLayout/interface.js +0 -6
- package/lib/components/FormLayout/style/FormLayout.css +0 -110
- package/lib/components/FormLayout/style/css.js +0 -4
- package/lib/components/FormLayout/style/index.d.ts +0 -1
- package/lib/components/FormLayout/style/index.js +0 -4
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { FC, ReactNode } from 'react';
|
|
2
|
-
import type { FormLayoutProps } from './interface';
|
|
3
|
-
import './style';
|
|
4
|
-
export interface FormRowProps {
|
|
5
|
-
children?: ReactNode;
|
|
6
|
-
className?: string;
|
|
7
|
-
}
|
|
8
|
-
export type FormCellProps = FormRowProps;
|
|
9
|
-
/**
|
|
10
|
-
* One multi-column row inside the fields region. Cells share the row evenly;
|
|
11
|
-
* the gutter reads the SAME css variable the layout sets, so it follows the
|
|
12
|
-
* variant density automatically. Full-width fields don't need a FormRow —
|
|
13
|
-
* they are direct children of the layout. Rows and full-width children mix
|
|
14
|
-
* freely. Also available as `FormLayout.Row`.
|
|
15
|
-
*/
|
|
16
|
-
export declare const FormRow: FC<FormRowProps>;
|
|
17
|
-
/**
|
|
18
|
-
* One cell of a FormRow; cells split the row evenly and clip long content.
|
|
19
|
-
* Also available as `FormLayout.Cell`.
|
|
20
|
-
*/
|
|
21
|
-
export declare const FormCell: FC<FormCellProps>;
|
|
22
|
-
export declare const FormLayout: import("react").NamedExoticComponent<FormLayoutProps & import("react").RefAttributes<HTMLDivElement>> & {
|
|
23
|
-
Row: FC<FormRowProps>;
|
|
24
|
-
Cell: FC<FormRowProps>;
|
|
25
|
-
};
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.FormRow = exports.FormLayout = exports.FormCell = void 0;
|
|
9
|
-
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
10
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
-
var _react = require("react");
|
|
12
|
-
var _Typography = require("../Typography");
|
|
13
|
-
var _classnames = _interopRequireWildcard(require("../../utils/classnames"));
|
|
14
|
-
var _config = require("./config");
|
|
15
|
-
var _context = require("./context");
|
|
16
|
-
require("./style");
|
|
17
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
18
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
19
|
-
var __rest = void 0 && (void 0).__rest || function (s, e) {
|
|
20
|
-
var t = {};
|
|
21
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
|
22
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
23
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
|
24
|
-
}
|
|
25
|
-
return t;
|
|
26
|
-
};
|
|
27
|
-
var SCROLL_FADE_DELAY = 1000;
|
|
28
|
-
var FormLayoutBase = /*#__PURE__*/(0, _react.forwardRef)(function (_a, ref) {
|
|
29
|
-
var _a$variant = _a.variant,
|
|
30
|
-
variant = _a$variant === void 0 ? 'page' : _a$variant,
|
|
31
|
-
_a$size = _a.size,
|
|
32
|
-
size = _a$size === void 0 ? 'large' : _a$size,
|
|
33
|
-
scroll = _a.scroll,
|
|
34
|
-
title = _a.title,
|
|
35
|
-
extra = _a.extra,
|
|
36
|
-
children = _a.children,
|
|
37
|
-
footer = _a.footer,
|
|
38
|
-
width = _a.width,
|
|
39
|
-
maxHeight = _a.maxHeight,
|
|
40
|
-
_a$prefixCls = _a.prefixCls,
|
|
41
|
-
prefixCls = _a$prefixCls === void 0 ? _config.FORM_LAYOUT_PREFIX : _a$prefixCls,
|
|
42
|
-
className = _a.className,
|
|
43
|
-
style = _a.style,
|
|
44
|
-
rest = __rest(_a, ["variant", "size", "scroll", "title", "extra", "children", "footer", "width", "maxHeight", "prefixCls", "className", "style"]);
|
|
45
|
-
var classes = (0, _classnames["default"])(prefixCls);
|
|
46
|
-
var resolvedWidth = typeof width === 'number' ? "".concat(width, "px") : width;
|
|
47
|
-
// While a scroll is in flight the content carries a `-scrolling` class so
|
|
48
|
-
// the (otherwise invisible) overlay scrollbar thumb shows, fading out one
|
|
49
|
-
// second after the last scroll event — ported from the app's PopupForm.
|
|
50
|
-
// Scroll policy: the variant supplies the default (modal → true,
|
|
51
|
-
// page → false); an explicit `scroll` prop overrides it.
|
|
52
|
-
var scrollable = scroll !== null && scroll !== void 0 ? scroll : variant === 'modal';
|
|
53
|
-
var _useState = (0, _react.useState)(false),
|
|
54
|
-
_useState2 = (0, _slicedToArray2["default"])(_useState, 2),
|
|
55
|
-
scrolling = _useState2[0],
|
|
56
|
-
setScrolling = _useState2[1];
|
|
57
|
-
var fadeTimer = (0, _react.useRef)(undefined);
|
|
58
|
-
(0, _react.useEffect)(function () {
|
|
59
|
-
return function () {
|
|
60
|
-
return clearTimeout(fadeTimer.current);
|
|
61
|
-
};
|
|
62
|
-
}, []);
|
|
63
|
-
var handleScroll = scrollable ? function () {
|
|
64
|
-
setScrolling(true);
|
|
65
|
-
clearTimeout(fadeTimer.current);
|
|
66
|
-
fadeTimer.current = setTimeout(function () {
|
|
67
|
-
return setScrolling(false);
|
|
68
|
-
}, SCROLL_FADE_DELAY);
|
|
69
|
-
} : undefined;
|
|
70
|
-
var titleNode = typeof title === 'string' || typeof title === 'number' ? (0, _jsxRuntime.jsx)(_Typography.Typography.Headline, {
|
|
71
|
-
size: 'sm',
|
|
72
|
-
as: 'h2',
|
|
73
|
-
color: 'default',
|
|
74
|
-
children: title
|
|
75
|
-
}) : title;
|
|
76
|
-
return (0, _jsxRuntime.jsx)(_context.FormControlSizeContext.Provider, {
|
|
77
|
-
value: (0, _config.resolveFormLayoutConfig)(variant, size).controlSize,
|
|
78
|
-
children: (0, _jsxRuntime.jsxs)("div", Object.assign({}, rest, {
|
|
79
|
-
ref: ref,
|
|
80
|
-
className: (0, _classnames.joinCls)(classes(), classes(variant), scrollable && classes('scrollable'), className),
|
|
81
|
-
style: Object.assign(Object.assign(Object.assign(Object.assign({}, (0, _config.formLayoutCssVars)(variant, size)), resolvedWidth ? {
|
|
82
|
-
width: resolvedWidth
|
|
83
|
-
} : null), maxHeight != null ? {
|
|
84
|
-
maxHeight: typeof maxHeight === 'number' ? "".concat(maxHeight, "px") : maxHeight
|
|
85
|
-
} : null), style),
|
|
86
|
-
children: [(title != null || extra != null) && (0, _jsxRuntime.jsxs)("div", {
|
|
87
|
-
className: classes(_config.FORM_LAYOUT_SLOT.header),
|
|
88
|
-
children: [title != null && (0, _jsxRuntime.jsx)("div", {
|
|
89
|
-
className: classes(_config.FORM_LAYOUT_SLOT.title),
|
|
90
|
-
children: titleNode
|
|
91
|
-
}), extra != null && (0, _jsxRuntime.jsx)("div", {
|
|
92
|
-
className: classes(_config.FORM_LAYOUT_SLOT.extra),
|
|
93
|
-
children: extra
|
|
94
|
-
})]
|
|
95
|
-
}), children != null && (0, _jsxRuntime.jsx)("div", {
|
|
96
|
-
className: (0, _classnames.joinCls)(classes(_config.FORM_LAYOUT_SLOT.content), scrolling && classes("".concat(_config.FORM_LAYOUT_SLOT.content, "-scrolling"))),
|
|
97
|
-
onScroll: handleScroll,
|
|
98
|
-
children: children
|
|
99
|
-
}), footer != null && (0, _jsxRuntime.jsx)("div", {
|
|
100
|
-
className: classes(_config.FORM_LAYOUT_SLOT.footer),
|
|
101
|
-
children: footer
|
|
102
|
-
})]
|
|
103
|
-
}))
|
|
104
|
-
});
|
|
105
|
-
});
|
|
106
|
-
FormLayoutBase.displayName = 'FormLayout';
|
|
107
|
-
/**
|
|
108
|
-
* One multi-column row inside the fields region. Cells share the row evenly;
|
|
109
|
-
* the gutter reads the SAME css variable the layout sets, so it follows the
|
|
110
|
-
* variant density automatically. Full-width fields don't need a FormRow —
|
|
111
|
-
* they are direct children of the layout. Rows and full-width children mix
|
|
112
|
-
* freely. Also available as `FormLayout.Row`.
|
|
113
|
-
*/
|
|
114
|
-
var FormRow = exports.FormRow = function FormRow(_ref) {
|
|
115
|
-
var children = _ref.children,
|
|
116
|
-
className = _ref.className;
|
|
117
|
-
return (0, _jsxRuntime.jsx)("div", {
|
|
118
|
-
className: (0, _classnames.joinCls)((0, _classnames["default"])(_config.FORM_LAYOUT_PREFIX)('row'), className),
|
|
119
|
-
children: children
|
|
120
|
-
});
|
|
121
|
-
};
|
|
122
|
-
/**
|
|
123
|
-
* One cell of a FormRow; cells split the row evenly and clip long content.
|
|
124
|
-
* Also available as `FormLayout.Cell`.
|
|
125
|
-
*/
|
|
126
|
-
var FormCell = exports.FormCell = function FormCell(_ref2) {
|
|
127
|
-
var children = _ref2.children,
|
|
128
|
-
className = _ref2.className;
|
|
129
|
-
return (0, _jsxRuntime.jsx)("div", {
|
|
130
|
-
className: (0, _classnames.joinCls)((0, _classnames["default"])(_config.FORM_LAYOUT_PREFIX)('cell'), className),
|
|
131
|
-
children: children
|
|
132
|
-
});
|
|
133
|
-
};
|
|
134
|
-
var FormLayout = exports.FormLayout = Object.assign(/*#__PURE__*/(0, _react.memo)(FormLayoutBase), {
|
|
135
|
-
Row: FormRow,
|
|
136
|
-
Cell: FormCell
|
|
137
|
-
});
|
|
138
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvRm9ybUxheW91dC9Gb3JtTGF5b3V0LmpzIiwiY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9Gb3JtTGF5b3V0L0Zvcm1MYXlvdXQudHN4Il0sIm5hbWVzIjpbIl9qc3hSdW50aW1lIiwicmVxdWlyZSIsIl9yZWFjdCIsIl9UeXBvZ3JhcGh5IiwiX2NsYXNzbmFtZXMiLCJfaW50ZXJvcFJlcXVpcmVXaWxkY2FyZCIsIl9jb25maWciLCJfY29udGV4dCIsIl9nZXRSZXF1aXJlV2lsZGNhcmRDYWNoZSIsImUiLCJXZWFrTWFwIiwiciIsInQiLCJfX2VzTW9kdWxlIiwiX3R5cGVvZiIsImhhcyIsImdldCIsIm4iLCJfX3Byb3RvX18iLCJhIiwiT2JqZWN0IiwiZGVmaW5lUHJvcGVydHkiLCJnZXRPd25Qcm9wZXJ0eURlc2NyaXB0b3IiLCJ1IiwiaGFzT3duUHJvcGVydHkiLCJjYWxsIiwiaSIsInNldCIsIl9fcmVzdCIsInMiLCJwIiwicHJvdG90eXBlIiwiaW5kZXhPZiIsImdldE93blByb3BlcnR5U3ltYm9scyIsImxlbmd0aCIsInByb3BlcnR5SXNFbnVtZXJhYmxlIiwiU0NST0xMX0ZBREVfREVMQVkiLCJGb3JtTGF5b3V0QmFzZSIsImZvcndhcmRSZWYiLCJfYSIsInJlZiIsIl9hJHZhcmlhbnQiLCJ2YXJpYW50IiwiX2Ekc2l6ZSIsInNpemUiLCJzY3JvbGwiLCJ0aXRsZSIsImV4dHJhIiwiY2hpbGRyZW4iLCJmb290ZXIiLCJ3aWR0aCIsIm1heEhlaWdodCIsIl9hJHByZWZpeENscyIsInByZWZpeENscyIsIkZPUk1fTEFZT1VUX1BSRUZJWCIsImNsYXNzTmFtZSIsInN0eWxlIiwicmVzdCIsImNsYXNzZXMiLCJjbGFzc25hbWVzIiwicmVzb2x2ZWRXaWR0aCIsImNvbmNhdCIsInNjcm9sbGFibGUiLCJfdXNlU3RhdGUiLCJ1c2VTdGF0ZSIsIl91c2VTdGF0ZTIiLCJfc2xpY2VkVG9BcnJheTIiLCJzY3JvbGxpbmciLCJzZXRTY3JvbGxpbmciLCJmYWRlVGltZXIiLCJ1c2VSZWYiLCJ1bmRlZmluZWQiLCJ1c2VFZmZlY3QiLCJjbGVhclRpbWVvdXQiLCJjdXJyZW50IiwiaGFuZGxlU2Nyb2xsIiwic2V0VGltZW91dCIsInRpdGxlTm9kZSIsIl9qc3giLCJUeXBvZ3JhcGh5IiwiSGVhZGxpbmUiLCJhcyIsImNvbG9yIiwiRm9ybUNvbnRyb2xTaXplQ29udGV4dCIsIlByb3ZpZGVyIiwidmFsdWUiLCJyZXNvbHZlRm9ybUxheW91dENvbmZpZyIsImNvbnRyb2xTaXplIiwiX2pzeHMiLCJhc3NpZ24iLCJqb2luQ2xzIiwiZm9ybUxheW91dENzc1ZhcnMiLCJGT1JNX0xBWU9VVF9TTE9UIiwiaGVhZGVyIiwiY29udGVudCIsIm9uU2Nyb2xsIiwiZGlzcGxheU5hbWUiLCJGb3JtUm93IiwiZXhwb3J0cyIsIl9yZWYiLCJGb3JtQ2VsbCIsIl9yZWYyIiwiRm9ybUxheW91dCIsIm1lbW8iLCJSb3ciLCJDZWxsIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7QUFXQSxJQUFBQSxXQUFBLEdBQUFDLE9BQUE7QUNYQSxJQUFBQyxNQUFBLEdBQUFELE9BQUE7QUFDQSxJQUFBRSxXQUFBLEdBQUFGLE9BQUE7QUFDQSxJQUFBRyxXQUFBLEdBQUFDLHVCQUFBLENBQUFKLE9BQUE7QUFDQSxJQUFBSyxPQUFBLEdBQUFMLE9BQUE7QUFDQSxJQUFBTSxRQUFBLEdBQUFOLE9BQUE7QUFHQUEsT0FBQTtBQUFpQixTQUFBTyx5QkFBQUMsQ0FBQSw2QkFBQUMsT0FBQSxtQkFBQUMsQ0FBQSxPQUFBRCxPQUFBLElBQUFFLENBQUEsT0FBQUYsT0FBQSxZQUFBRix3QkFBQSxZQUFBQSx5QkFBQUMsQ0FBQSxXQUFBQSxDQUFBLEdBQUFHLENBQUEsR0FBQUQsQ0FBQSxLQUFBRixDQUFBO0FBQUEsU0FBQUosd0JBQUFJLENBQUEsRUFBQUUsQ0FBQSxTQUFBQSxDQUFBLElBQUFGLENBQUEsSUFBQUEsQ0FBQSxDQUFBSSxVQUFBLFNBQUFKLENBQUEsZUFBQUEsQ0FBQSxnQkFB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QThDLEtBQUEsQ0FBVDlDLFNBQVM7RUFBQSxPQUMvRCxJQUFBdUIsZUFBQSxFQUFBLEtBQUEsRUFBQTtJQUFLdkIsU0FBUyxFQUFFLElBQUFtQyxtQkFBTyxFQUFDLElBQUEvQixzQkFBVSxFQUFDTCwwQkFBa0IsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxFQUFFQyxTQUFTLENBQUM7SUFBQVAsUUFBQSxFQUFHQTtFQUFRLENBQUEsQ0FBTztBQUFBLENBQzdGO0FBRU0sSUFBTXNELFVBQVUsR0FBQUosT0FBQSxDQUFBSSxVQUFBLEdBQUdsRixNQUFNLENBQUNxRSxNQUFNLGNBQUMsSUFBQWMsV0FBSSxFQUFDbEUsY0FBYyxDQUFDLEVBQUU7RUFDNURtRSxHQUFHLEVBQUVQLE9BQU87RUFDWlEsSUFBSSxFQUFFTDtBRHBFUixDQ3FFQyxDQUFDIiwiZmlsZSI6ImNvbXBvbmVudHMvRm9ybUxheW91dC9Gb3JtTGF5b3V0LmpzIiwic291cmNlc0NvbnRlbnQiOlsidmFyIF9fcmVzdCA9ICh0aGlzICYmIHRoaXMuX19yZXN0KSB8fCBmdW5jdGlvbiAocywgZSkge1xuICAgIHZhciB0ID0ge307XG4gICAgZm9yICh2YXIgcCBpbiBzKSBpZiAoT2JqZWN0LnByb3RvdHlwZS5oYXNPd25Qcm9wZXJ0eS5jYWxsKHMsIHApICYmIGUuaW5kZXhPZihwKSA8IDApXG4gICAgICAgIHRbcF0gPSBzW3BdO1xuICAgIGlmIChzICE9IG51bGwgJiYgdHlwZW9mIE9iamVjdC5nZXRPd25Qcm9wZXJ0eVN5bWJvbHMgPT09IFwiZnVuY3Rpb25cIilcbiAgICAgICAgZm9yICh2YXIgaSA9IDAsIHAgPSBPYmplY3QuZ2V0T3duUHJvcGVydHlTeW1ib2xzKHMpOyBpIDwgcC5sZW5ndGg7IGkrKykge1xuICAgICAgICAgICAgaWYgKGUuaW5kZXhPZihwW2ldKSA8IDAgJiYgT2JqZWN0LnByb3RvdHlwZS5wcm9wZXJ0eUlzRW51bWVyYWJsZS5jYWxsKHMsIHBbaV0pKVxuICAgICAgICAgICAgICAgIHRbcFtpXV0gPSBzW3BbaV1dO1xuICAgICAgICB9XG4gICAgcmV0dXJuIHQ7XG59O1xuaW1wb3J0IHsganN4IGFzIF9qc3gsIGpzeHMgYXMgX2pzeHMgfSBmcm9tIFwicmVhY3QvanN4LXJ1bnRpbWVcIjtcbmltcG9ydCB7IGZvcndhcmRSZWYsIG1lbW8sIHVzZUVmZmVjdCwgdXNlUmVmLCB1c2VTdGF0ZSB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IFR5cG9ncmFwaHkgfSBmcm9tICcuLi9UeXBvZ3JhcGh5JztcbmltcG9ydCB7IGRlZmF1bHQgYXMgY2xhc3NuYW1lcywgam9pbkNscyB9IGZyb20gJy4uLy4uL3V0aWxzL2NsYXNzbmFtZXMnO1xuaW1wb3J0IHsgRk9STV9MQVlPVVRfUFJFRklYLCBGT1JNX0xBWU9VVF9TTE9ULCBmb3JtTGF5b3V0Q3NzVmFycywgcmVzb2x2ZUZvcm1MYXlvdXRDb25maWcgfSBmcm9tICcuL2NvbmZpZyc7XG5pbXBvcnQgeyBGb3JtQ29udHJvbFNpemVDb250ZXh0IH0gZnJvbSAnLi9jb250ZXh0JztcbmltcG9ydCAnLi9zdHlsZSc7XG5jb25zdCBTQ1JPTExfRkFERV9ERUxBWSA9IDEwMDA7XG5jb25zdCBGb3JtTGF5b3V0QmFzZSA9IGZvcndhcmRSZWYoKF9hLCByZWYpID0+IHtcbiAgICB2YXIgeyB2YXJpYW50ID0gJ3BhZ2UnLCBzaXplID0gJ2xhcmdlJywgc2Nyb2xsLCB0aXRsZSwgZXh0cmEsIGNoaWxkcmVuLCBmb290ZXIsIHdpZHRoLCBtYXhIZWlnaHQsIHByZWZpeENscyA9IEZPUk1fTEFZT1VUX1BSRUZJWCwgY2xhc3NOYW1lLCBzdHlsZSB9ID0gX2EsIHJlc3QgPSBfX3Jlc3QoX2EsIFtcInZhcmlhbnRcIiwgXCJzaXplXCIsIFwic2Nyb2xsXCIsIFwidGl0bGVcIiwgXCJleHRyYVwiLCBcImNoaWxkcmVuXCIsIFwiZm9vdGVyXCIsIFwid2lkdGhcIiwgXCJtYXhIZWlnaHRcIiwgXCJwcmVmaXhDbHNcIiwgXCJjbGFzc05hbWVcIiwgXCJzdHlsZVwiXSk7XG4gICAgY29uc3QgY2xhc3NlcyA9IGNsYXNzbmFtZXMocHJlZml4Q2xzKTtcbiAgICBjb25zdCByZXNvbHZlZFdpZHRoID0gdHlwZW9mIHdpZHRoID09PSAnbnVtYmVyJyA/IGAke3dpZHRofXB4YCA6IHdpZHRoO1xuICAgIC8vIFdoaWxlIGEgc2Nyb2xsIGlzIGluIGZsaWdodCB0aGUgY29udGVudCBjYXJyaWVzIGEgYC1zY3JvbGxpbmdgIGNsYXNzIHNvXG4gICAgLy8gdGhlIChvdGhlcndpc2UgaW52aXNpYmxlKSBvdmVybGF5IHNjcm9sbGJhciB0aHVtYiBzaG93cywgZmFkaW5nIG91dCBvbmVcbiAgICAvLyBzZWNvbmQgYWZ0ZXIgdGhlIGxhc3Qgc2Nyb2xsIGV2ZW50IOKAlCBwb3J0ZWQgZnJvbSB0aGUgYXBwJ3MgUG9wdXBGb3JtLlxuICAgIC8vIFNjcm9sbCBwb2xpY3k6IHRoZSB2YXJpYW50IHN1cHBsaWVzIHRoZSBkZWZhdWx0IChtb2RhbCDihpIgdHJ1ZSxcbiAgICAvLyBwYWdlIOKGkiBmYWxzZSk7IGFuIGV4cGxpY2l0IGBzY3JvbGxgIHByb3Agb3ZlcnJpZGVzIGl0LlxuICAgIGNvbnN0IHNjcm9sbGFibGUgPSBzY3JvbGwgIT09IG51bGwgJiYgc2Nyb2xsICE9PSB2b2lkIDAgPyBzY3JvbGwgOiB2YXJpYW50ID09PSAnbW9kYWwnO1xuICAgIGNvbnN0IFtzY3JvbGxpbmcsIHNldFNjcm9sbGluZ10gPSB1c2VTdGF0ZShmYWxzZSk7XG4gICAgY29uc3QgZmFkZVRpbWVyID0gdXNlUmVmKHVuZGVmaW5lZCk7XG4gICAgdXNlRWZmZWN0KCgpID0+ICgpID0+IGNsZWFyVGltZW91dChmYWRlVGltZXIuY3VycmVudCksIFtdKTtcbiAgICBjb25zdCBoYW5kbGVTY3JvbGwgPSBzY3JvbGxhYmxlXG4gICAgICAgID8gKCkgPT4ge1xuICAgICAgICAgICAgc2V0U2Nyb2xsaW5nKHRydWUpO1xuICAgICAgICAgICAgY2xlYXJUaW1lb3V0KGZhZGVUaW1lci5jdXJyZW50KTtcbiAgICAgICAgICAgIGZhZGVUaW1lci5jdXJyZW50ID0gc2V0VGltZW91dCgoKSA9PiBzZXRTY3JvbGxpbmcoZmFsc2UpLCBTQ1JPTExfRkFERV9ERUxBWSk7XG4gICAgICAgIH1cbiAgICAgICAgOiB1bmRlZmluZWQ7XG4gICAgY29uc3QgdGl0bGVOb2RlID0gdHlwZW9mIHRpdGxlID09PSAnc3RyaW5nJyB8fCB0eXBlb2YgdGl0bGUgPT09ICdudW1iZXInID8gKF9qc3goVHlwb2dyYXBoeS5IZWFkbGluZSwgeyBzaXplOiAnc20nLCBhczogJ2gyJywgY29sb3I6ICdkZWZhdWx0JywgY2hpbGRyZW46IHRpdGxlIH0pKSA6ICh0aXRsZSk7XG4gICAgcmV0dXJuIChfanN4KEZvcm1Db250cm9sU2l6ZUNvbnRleHQuUHJvdmlkZXIsIHsgdmFsdWU6IHJlc29sdmVGb3JtTGF5b3V0Q29uZmlnKHZhcmlhbnQsIHNpemUpLmNvbnRyb2xTaXplLCBjaGlsZHJlbjogX2pzeHMoXCJkaXZcIiwgT2JqZWN0LmFzc2lnbih7fSwgcmVzdCwgeyByZWY6IHJlZiwgY2xhc3NOYW1lOiBqb2luQ2xzKGNsYXNzZXMoKSwgY2xhc3Nlcyh2YXJpYW50KSwgc2Nyb2xsYWJsZSAmJiBjbGFzc2VzKCdzY3JvbGxhYmxlJyksIGNsYXNzTmFtZSksIHN0eWxlOiBPYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oT2JqZWN0LmFzc2lnbihPYmplY3QuYXNzaWduKHt9LCBmb3JtTGF5b3V0Q3NzVmFycyh2YXJpYW50LCBzaXplKSksIChyZXNvbHZlZFdpZHRoID8geyB3aWR0aDogcmVzb2x2ZWRXaWR0aCB9IDogbnVsbCkpLCAobWF4SGVpZ2h0ICE9IG51bGxcbiAgICAgICAgICAgICAgICA/IHsgbWF4SGVpZ2h0OiB0eXBlb2YgbWF4SGVpZ2h0ID09PSAnbnVtYmVyJyA/IGAke21heEhlaWdodH1weGAgOiBtYXhIZWlnaHQgfVxuICAgICAgICAgICAgICAgIDogbnVsbCkpLCBzdHlsZSksIGNoaWxkcmVuOiBbKHRpdGxlICE9IG51bGwgfHwgZXh0cmEgIT0gbnVsbCkgJiYgKF9qc3hzKFwiZGl2XCIsIHsgY2xhc3NOYW1lOiBjbGFzc2VzKEZPUk1fTEFZT1VUX1NMT1QuaGVhZGVyKSwgY2hpbGRyZW46IFt0aXRsZSAhPSBudWxsICYmIF9qc3goXCJkaXZcIiwgeyBjbGFzc05hbWU6IGNsYXNzZXMoRk9STV9MQVlPVVRfU0xPVC50aXRsZSksIGNoaWxkcmVuOiB0aXRsZU5vZGUgfSksIGV4dHJhICE9IG51bGwgJiYgX2pzeChcImRpdlwiLCB7IGNsYXNzTmFtZTogY2xhc3NlcyhGT1JNX0xBWU9VVF9TTE9ULmV4dHJhKSwgY2hpbGRyZW46IGV4dHJhIH0pXSB9KSksIGNoaWxkcmVuICE9IG51bGwgJiYgKF9qc3goXCJkaXZcIiwgeyBjbGFzc05hbWU6IGpvaW5DbHMoY2xhc3NlcyhGT1JNX0xBWU9VVF9TTE9ULmNvbnRlbnQpLCBzY3JvbGxpbmcgJiYgY2xhc3NlcyhgJHtGT1JNX0xBWU9VVF9TTE9ULmNvbnRlbnR9LXNjcm9sbGluZ2ApKSwgb25TY3JvbGw6IGhhbmRsZVNjcm9sbCwgY2hpbGRyZW46IGNoaWxkcmVuIH0pKSwgZm9vdGVyICE9IG51bGwgJiYgX2pzeChcImRpdlwiLCB7IGNsYXNzTmFtZTogY2xhc3NlcyhGT1JNX0xBWU9VVF9TTE9ULmZvb3RlciksIGNoaWxkcmVuOiBmb290ZXIgfSldIH0pKSB9KSk7XG59KTtcbkZvcm1MYXlvdXRCYXNlLmRpc3BsYXlOYW1lID0gJ0Zvcm1MYXlvdXQnO1xuLyoqXG4gKiBPbmUgbXVsdGktY29sdW1uIHJvdyBpbnNpZGUgdGhlIGZpZWxkcyByZWdpb24uIENlbGxzIHNoYXJlIHRoZSByb3cgZXZlbmx5O1xuICogdGhlIGd1dHRlciByZWFkcyB0aGUgU0FNRSBjc3MgdmFyaWFibGUgdGhlIGxheW91dCBzZXRzLCBzbyBpdCBmb2xsb3dzIHRoZVxuICogdmFyaWFudCBkZW5zaXR5IGF1dG9tYXRpY2FsbHkuIEZ1bGwtd2lkdGggZmllbGRzIGRvbid0IG5lZWQgYSBGb3JtUm93IOKAlFxuICogdGhleSBhcmUgZGlyZWN0IGNoaWxkcmVuIG9mIHRoZSBsYXlvdXQuIFJvd3MgYW5kIGZ1bGwtd2lkdGggY2hpbGRyZW4gbWl4XG4gKiBmcmVlbHkuIEFsc28gYXZhaWxhYmxlIGFzIGBGb3JtTGF5b3V0LlJvd2AuXG4gKi9cbmV4cG9ydCBjb25zdCBGb3JtUm93ID0gKHsgY2hpbGRyZW4sIGNsYXNzTmFtZSB9KSA9PiAoX2pzeChcImRpdlwiLCB7IGNsYXNzTmFtZTogam9pbkNscyhjbGFzc25hbWVzKEZPUk1fTEFZT1VUX1BSRUZJWCkoJ3JvdycpLCBjbGFzc05hbWUpLCBjaGlsZHJlbjogY2hpbGRyZW4gfSkpO1xuLyoqXG4gKiBPbmUgY2VsbCBvZiBhIEZvcm1Sb3c7IGNlbGxzIHNwbGl0IHRoZSByb3cgZXZlbmx5IGFuZCBjbGlwIGxvbmcgY29udGVudC5cbiAqIEFsc28gYXZhaWxhYmxlIGFzIGBGb3JtTGF5b3V0LkNlbGxgLlxuICovXG5leHBvcnQgY29uc3QgRm9ybUNlbGwgPSAoeyBjaGlsZHJlbiwgY2xhc3NOYW1lIH0pID0+IChfanN4KFwiZGl2XCIsIHsgY2xhc3NOYW1lOiBqb2luQ2xzKGNsYXNzbmFtZXMoRk9STV9MQVlPVVRfUFJFRklYKSgnY2VsbCcpLCBjbGFzc05hbWUpLCBjaGlsZHJlbjogY2hpbGRyZW4gfSkpO1xuZXhwb3J0IGNvbnN0IEZvcm1MYXlvdXQgPSBPYmplY3QuYXNzaWduKG1lbW8oRm9ybUxheW91dEJhc2UpLCB7XG4gICAgUm93OiBGb3JtUm93LFxuICAgIENlbGw6IEZvcm1DZWxsLFxufSk7IixudWxsXSwic291cmNlUm9vdCI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYyJ9
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import type { CSSProperties } from 'react';
|
|
2
|
-
export declare const FORM_LAYOUT_PREFIX = "form-layout";
|
|
3
|
-
/**
|
|
4
|
-
* THE density table for form surfaces — the single thing to edit when the
|
|
5
|
-
* design changes or a new density is added. Every value is consumed through
|
|
6
|
-
* CSS custom properties (container spacing) or read by the form preset
|
|
7
|
-
* (row gap / column gutter for ProForm), so adding a variant here is the
|
|
8
|
-
* whole job.
|
|
9
|
-
*
|
|
10
|
-
* Source: 1Money Design System (Beta) — "Dialog Body" (node 39743-4634)
|
|
11
|
-
* for `modal`; page usage (node 39956-9712) for `page`.
|
|
12
|
-
*/
|
|
13
|
-
export declare const FORM_LAYOUT_CONFIG: {
|
|
14
|
-
/** Inside a dialog: tighter density. */
|
|
15
|
-
readonly modal: {
|
|
16
|
-
/** Default panel width (px); the `width` prop overrides. */
|
|
17
|
-
readonly width: 640;
|
|
18
|
-
/** Panel padding (px). */
|
|
19
|
-
readonly padding: 24;
|
|
20
|
-
/** Vertical gap between field rows (px). */
|
|
21
|
-
readonly rowGap: 12;
|
|
22
|
-
/** Horizontal gutter between columns in a row (px). */
|
|
23
|
-
readonly colGutter: 12;
|
|
24
|
-
/** Gap between the header / fields / footer regions (px). */
|
|
25
|
-
readonly regionGap: 16;
|
|
26
|
-
/** Gap between footer action buttons (px); ActionBar reads it via var. */
|
|
27
|
-
readonly actionGap: 12;
|
|
28
|
-
/** Control size cascaded to every field via ProForm `size`. */
|
|
29
|
-
readonly controlSize: "small";
|
|
30
|
-
};
|
|
31
|
-
/** Standalone on a page: roomier density. */
|
|
32
|
-
readonly page: {
|
|
33
|
-
readonly width: 738;
|
|
34
|
-
readonly padding: 32;
|
|
35
|
-
readonly rowGap: 24;
|
|
36
|
-
readonly colGutter: 24;
|
|
37
|
-
readonly regionGap: 24;
|
|
38
|
-
readonly actionGap: 12;
|
|
39
|
-
readonly controlSize: "large";
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
export type FormLayoutVariant = keyof typeof FORM_LAYOUT_CONFIG;
|
|
43
|
-
export declare const FORM_LAYOUT_VARIANTS: FormLayoutVariant[];
|
|
44
|
-
export declare const FORM_LAYOUT_SIZES: readonly ["large", "small"];
|
|
45
|
-
export type FormLayoutSize = (typeof FORM_LAYOUT_SIZES)[number];
|
|
46
|
-
/**
|
|
47
|
-
* Per-size density overrides on a variant's baseline (the baseline IS the
|
|
48
|
-
* `large` size). Only `page/small` exists today — a narrower page (448,
|
|
49
|
-
* matching the app's sign-in card); padding and gaps mirror the page baseline
|
|
50
|
-
* (32 / 24 / 24) and are spelled out so the size's full density reads in one
|
|
51
|
-
* place. A variant/size with no entry uses the baseline unchanged, so `large`
|
|
52
|
-
* never needs an entry. `modal` intentionally has no `small`: the 380
|
|
53
|
-
* confirm/result dialog is BaseDialog, which is not a form surface and does
|
|
54
|
-
* not use FormLayout.
|
|
55
|
-
*/
|
|
56
|
-
export declare const FORM_LAYOUT_SIZE: {
|
|
57
|
-
readonly page: {
|
|
58
|
-
readonly small: {
|
|
59
|
-
readonly width: 448;
|
|
60
|
-
readonly padding: 32;
|
|
61
|
-
readonly rowGap: 24;
|
|
62
|
-
readonly colGutter: 24;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
/**
|
|
67
|
-
* Baseline density for a variant merged with the requested size's deviations.
|
|
68
|
-
* The single lookup both the surface (FormLayout) and the form preset
|
|
69
|
-
* (BaseProForm) read, so width / padding / gaps / control size never diverge.
|
|
70
|
-
*/
|
|
71
|
-
export declare const resolveFormLayoutConfig: (variant: FormLayoutVariant, size?: FormLayoutSize) => {
|
|
72
|
-
width: 640 | 448;
|
|
73
|
-
padding: 32 | 24;
|
|
74
|
-
rowGap: 12 | 24;
|
|
75
|
-
colGutter: 12 | 24;
|
|
76
|
-
regionGap: 16;
|
|
77
|
-
actionGap: 12;
|
|
78
|
-
controlSize: "small";
|
|
79
|
-
} | {
|
|
80
|
-
width: 738 | 448;
|
|
81
|
-
padding: 32;
|
|
82
|
-
rowGap: 24;
|
|
83
|
-
colGutter: 24;
|
|
84
|
-
regionGap: 24;
|
|
85
|
-
actionGap: 12;
|
|
86
|
-
controlSize: "large";
|
|
87
|
-
};
|
|
88
|
-
export declare const FORM_LAYOUT_SLOT: {
|
|
89
|
-
readonly header: "header";
|
|
90
|
-
readonly title: "title";
|
|
91
|
-
readonly extra: "extra";
|
|
92
|
-
readonly content: "content";
|
|
93
|
-
readonly footer: "footer";
|
|
94
|
-
};
|
|
95
|
-
/** Bridge the resolved (variant, size) numbers into CSS custom properties. */
|
|
96
|
-
export declare const formLayoutCssVars: (variant: FormLayoutVariant, size?: FormLayoutSize) => CSSProperties;
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.resolveFormLayoutConfig = exports.formLayoutCssVars = exports.FORM_LAYOUT_VARIANTS = exports.FORM_LAYOUT_SLOT = exports.FORM_LAYOUT_SIZES = exports.FORM_LAYOUT_SIZE = exports.FORM_LAYOUT_PREFIX = exports.FORM_LAYOUT_CONFIG = void 0;
|
|
7
|
-
var FORM_LAYOUT_PREFIX = exports.FORM_LAYOUT_PREFIX = 'form-layout';
|
|
8
|
-
/**
|
|
9
|
-
* THE density table for form surfaces — the single thing to edit when the
|
|
10
|
-
* design changes or a new density is added. Every value is consumed through
|
|
11
|
-
* CSS custom properties (container spacing) or read by the form preset
|
|
12
|
-
* (row gap / column gutter for ProForm), so adding a variant here is the
|
|
13
|
-
* whole job.
|
|
14
|
-
*
|
|
15
|
-
* Source: 1Money Design System (Beta) — "Dialog Body" (node 39743-4634)
|
|
16
|
-
* for `modal`; page usage (node 39956-9712) for `page`.
|
|
17
|
-
*/
|
|
18
|
-
var FORM_LAYOUT_CONFIG = exports.FORM_LAYOUT_CONFIG = {
|
|
19
|
-
/** Inside a dialog: tighter density. */
|
|
20
|
-
modal: {
|
|
21
|
-
/** Default panel width (px); the `width` prop overrides. */
|
|
22
|
-
width: 640,
|
|
23
|
-
/** Panel padding (px). */
|
|
24
|
-
padding: 24,
|
|
25
|
-
/** Vertical gap between field rows (px). */
|
|
26
|
-
rowGap: 12,
|
|
27
|
-
/** Horizontal gutter between columns in a row (px). */
|
|
28
|
-
colGutter: 12,
|
|
29
|
-
/** Gap between the header / fields / footer regions (px). */
|
|
30
|
-
regionGap: 16,
|
|
31
|
-
/** Gap between footer action buttons (px); ActionBar reads it via var. */
|
|
32
|
-
actionGap: 12,
|
|
33
|
-
/** Control size cascaded to every field via ProForm `size`. */
|
|
34
|
-
controlSize: 'small'
|
|
35
|
-
},
|
|
36
|
-
/** Standalone on a page: roomier density. */
|
|
37
|
-
page: {
|
|
38
|
-
width: 738,
|
|
39
|
-
padding: 32,
|
|
40
|
-
rowGap: 24,
|
|
41
|
-
colGutter: 24,
|
|
42
|
-
regionGap: 24,
|
|
43
|
-
actionGap: 12,
|
|
44
|
-
controlSize: 'large'
|
|
45
|
-
}
|
|
46
|
-
};
|
|
47
|
-
var FORM_LAYOUT_VARIANTS = exports.FORM_LAYOUT_VARIANTS = Object.keys(FORM_LAYOUT_CONFIG);
|
|
48
|
-
var FORM_LAYOUT_SIZES = exports.FORM_LAYOUT_SIZES = ['large', 'small'];
|
|
49
|
-
/**
|
|
50
|
-
* Per-size density overrides on a variant's baseline (the baseline IS the
|
|
51
|
-
* `large` size). Only `page/small` exists today — a narrower page (448,
|
|
52
|
-
* matching the app's sign-in card); padding and gaps mirror the page baseline
|
|
53
|
-
* (32 / 24 / 24) and are spelled out so the size's full density reads in one
|
|
54
|
-
* place. A variant/size with no entry uses the baseline unchanged, so `large`
|
|
55
|
-
* never needs an entry. `modal` intentionally has no `small`: the 380
|
|
56
|
-
* confirm/result dialog is BaseDialog, which is not a form surface and does
|
|
57
|
-
* not use FormLayout.
|
|
58
|
-
*/
|
|
59
|
-
var FORM_LAYOUT_SIZE = exports.FORM_LAYOUT_SIZE = {
|
|
60
|
-
page: {
|
|
61
|
-
small: {
|
|
62
|
-
width: 448,
|
|
63
|
-
padding: 32,
|
|
64
|
-
rowGap: 24,
|
|
65
|
-
colGutter: 24
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
};
|
|
69
|
-
/**
|
|
70
|
-
* Baseline density for a variant merged with the requested size's deviations.
|
|
71
|
-
* The single lookup both the surface (FormLayout) and the form preset
|
|
72
|
-
* (BaseProForm) read, so width / padding / gaps / control size never diverge.
|
|
73
|
-
*/
|
|
74
|
-
var resolveFormLayoutConfig = exports.resolveFormLayoutConfig = function resolveFormLayoutConfig(variant) {
|
|
75
|
-
var size = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'large';
|
|
76
|
-
var overrides = FORM_LAYOUT_SIZE[variant];
|
|
77
|
-
var override = overrides ? overrides[size] : undefined;
|
|
78
|
-
return Object.assign(Object.assign({}, FORM_LAYOUT_CONFIG[variant]), override);
|
|
79
|
-
};
|
|
80
|
-
var FORM_LAYOUT_SLOT = exports.FORM_LAYOUT_SLOT = {
|
|
81
|
-
header: 'header',
|
|
82
|
-
title: 'title',
|
|
83
|
-
extra: 'extra',
|
|
84
|
-
content: 'content',
|
|
85
|
-
footer: 'footer'
|
|
86
|
-
};
|
|
87
|
-
/** Bridge the resolved (variant, size) numbers into CSS custom properties. */
|
|
88
|
-
var formLayoutCssVars = exports.formLayoutCssVars = function formLayoutCssVars(variant) {
|
|
89
|
-
var size = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'large';
|
|
90
|
-
var config = resolveFormLayoutConfig(variant, size);
|
|
91
|
-
return {
|
|
92
|
-
'--form-layout-width': "".concat(config.width, "px"),
|
|
93
|
-
'--form-layout-padding': "".concat(config.padding, "px"),
|
|
94
|
-
'--form-layout-row-gap': "".concat(config.rowGap, "px"),
|
|
95
|
-
'--form-layout-region-gap': "".concat(config.regionGap, "px"),
|
|
96
|
-
'--form-layout-action-gap': "".concat(config.actionGap, "px")
|
|
97
|
-
};
|
|
98
|
-
};
|
|
99
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvc3JjL2NvbXBvbmVudHMvRm9ybUxheW91dC9jb25maWcudHMiLCJjb21wb25lbnRzL0Zvcm1MYXlvdXQvY29uZmlnLmpzIl0sIm5hbWVzIjpbIkZPUk1fTEFZT1VUX1BSRUZJWCIsImV4cG9ydHMiLCJGT1JNX0xBWU9VVF9DT05GSUciLCJtb2RhbCIsIndpZHRoIiwicGFkZGluZyIsInJvd0dhcCIsImNvbEd1dHRlciIsInJlZ2lvbkdhcCIsImFjdGlvbkdhcCIsImNvbnRyb2xTaXplIiwicGFnZSIsIkZPUk1fTEFZT1VUX1ZBUklBTlRTIiwiT2JqZWN0Iiwia2V5cyIsIkZPUk1fTEFZT1VUX1NJWkVTIiwiRk9STV9MQVlPVVRfU0laRSIsInNtYWxsIiwicmVzb2x2ZUZvcm1MYXlvdXRDb25maWciLCJ2YXJpYW50Iiwic2l6ZSIsImFyZ3VtZW50cyIsImxlbmd0aCIsInVuZGVmaW5lZCIsIm92ZXJyaWRlcyIsIm92ZXJyaWRlIiwiYXNzaWduIiwiRk9STV9MQVlPVVRfU0xPVCIsImhlYWRlciIsInRpdGxlIiwiZXh0cmEiLCJjb250ZW50IiwiZm9vdGVyIiwiZm9ybUxheW91dENzc1ZhcnMiLCJjb25maWciLCJjb25jYXQiXSwibWFwcGluZ3MiOiI7Ozs7OztBQUVPLElBQU1BLGtCQUFrQixHQUFBQyxPQUFBLENBQUFELGtCQUFBLEdBQUcsYUFBYTtBQUUvQztBQ0ZBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBRElPLElBQU1FLGtCQUFrQixHQUFBRCxPQUFBLENBQUFDLGtCQUFBLEdBQUc7RUFDaEM7RUFDQUMsS0FBSyxFQUFFO0lBQ0w7SUFDQUMsS0FBSyxFQUFFLEdBQUc7SUFDVjtJQUNBQyxPQUFPLEVBQUUsRUFBRTtJQUNYO0lBQ0FDLE1BQU0sRUFBRSxFQUFFO0lBQ1Y7SUFDQUMsU0FBUyxFQUFFLEVBQUU7SUFDYjtJQUNBQyxTQUFTLEVBQUUsRUFBRTtJQUNiO0lBQ0FDLFNBQVMsRUFBRSxFQUFFO0lBQ2I7SUFDQUMsV0FBVyxFQUFFO0VDRmIsQ0RHRDtFQUNEO0VBQ0FDLElBQUksRUFBRTtJQUNKUCxLQUFLLEVBQUUsR0FBRztJQUNWQyxPQUFPLEVBQUUsRUFBRTtJQUNYQyxNQUFNLEVBQUUsRUFBRTtJQUNWQyxTQUFTLEVBQUUsRUFBRTtJQUNiQyxTQUFTLEVBQUUsRUFBRTtJQUNiQyxTQUFTLEVBQUUsRUFBRTtJQUNiQyxXQUFXLEVBQUU7RUNGYjtBQUNKLENER1U7QUFJSCxJQUFNRSxvQkFBb0IsR0FBQVgsT0FBQSxDQUFBVyxvQkFBQSxHQUFHQyxNQUFNLENBQUNDLElBQUksQ0FBQ1osa0JBQWtCLENBQXdCO0FBRW5GLElBQU1hLGlCQUFpQixHQUFBZCxPQUFBLENBQUFjLGlCQUFBLEdBQUcsQ0FBQyxPQUFPLEVBQUUsT0FBTyxDQUFVO0FBYzVEO0FDbkJBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBRHFCTyxJQUFNQyxnQkFBZ0IsR0FBQWYsT0FBQSxDQUFBZSxnQkFBQSxHQUFHO0VBQzlCTCxJQUFJLEVBQUU7SUFDSk0sS0FBSyxFQUFFO01BQUViLEtBQUssRUFBRSxHQUFHO01BQUVDLE9BQU8sRUFBRSxFQUFFO01BQUVDLE1BQU0sRUFBRSxFQUFFO01BQUVDLFNBQVMsRUFBRTtJQUFFO0VDbkIzRDtBQUNKLENEb0I0RztBQUU1RztBQ3BCQTtBQUNBO0FBQ0E7QUFDQTtBRHNCTyxJQUFNVyx1QkFBdUIsR0FBQWpCLE9BQUEsQ0FBQWlCLHVCQUFBLEdBQUcsU0FBMUJBLHVCQUF1QkEsQ0FBSUMsT0FBMEIsRUFBb0M7RUFBQSxJQUFsQ0MsSUFBQSxHQUFBQyxTQUFBLENBQUFDLE1BQUEsUUFBQUQsU0FBQSxRQUFBRSxTQUFBLEdBQUFGLFNBQUEsTUFBdUIsT0FBTztFQUNoRyxJQUFNRyxTQUFTLEdBQUdSLGdCQUFnQixDQUFDRyxPQUF3QyxDQUFDO0VBQzVFLElBQU1NLFFBQVEsR0FBR0QsU0FBUyxHQUFHQSxTQUFTLENBQUNKLElBQThCLENBQUMsR0FBR0csU0FBUztFQUNsRixPQUFBVixNQUFBLENBQUFhLE1BQUEsQ0FBQWIsTUFBQSxDQUFBYSxNQUFBLENBQUEsQ0FBQSxDQUFBLEVBQVl4QixrQkFBa0IsQ0FBQ2lCLE9BQU8sQ0FBQyxDQUFBLEVBQUtNLFFBQVEsQ0FBQTtBQUN0RCxDQUFDO0FBRU0sSUFBTUUsZ0JBQWdCLEdBQUExQixPQUFBLENBQUEwQixnQkFBQSxHQUFHO0VBQzlCQyxNQUFNLEVBQUUsUUFBUTtFQUNoQkMsS0FBSyxFQUFFLE9BQU87RUFDZEMsS0FBSyxFQUFFLE9BQU87RUFDZEMsT0FBTyxFQUFFLFNBQVM7RUFDbEJDLE1BQU0sRUFBRTtBQ3JCVixDRHNCVTtBQUVWO0FBQ08sSUFBTUMsaUJBQWlCLEdBQUFoQyxPQUFBLENBQUFnQyxpQkFBQSxHQUFHLFNBQXBCQSxpQkFBaUJBLENBQzVCZCxPQUEwQixFQUVUO0VBQUEsSUFEakJDLElBQUEsR0FBQUMsU0FBQSxDQUFBQyxNQUFBLFFBQUFELFNBQUEsUUFBQUUsU0FBQSxHQUFBRixTQUFBLE1BQXVCLE9BQU87RUFFOUIsSUFBTWEsTUFBTSxHQUFHaEIsdUJBQXVCLENBQUNDLE9BQU8sRUFBRUMsSUFBSSxDQUFDO0VBQ3JELE9BQU87SUFDTCxxQkFBcUIsS0FBQWUsTUFBQSxDQUFLRCxNQUFNLENBQUM5QixLQUFLLE9BQUk7SUFDMUMsdUJBQXVCLEtBQUErQixNQUFBLENBQUtELE1BQU0sQ0FBQzdCLE9BQU8sT0FBSTtJQUM5Qyx1QkFBdUIsS0FBQThCLE1BQUEsQ0FBS0QsTUFBTSxDQUFDNUIsTUFBTSxPQUFJO0lBQzdDLDBCQUEwQixLQUFBNkIsTUFBQSxDQUFLRCxNQUFNLENBQUMxQixTQUFTLE9BQUk7SUFDbkQsMEJBQTBCLEtBQUEyQixNQUFBLENBQUtELE1BQU0sQ0FBQ3pCLFNBQVM7RUN6Qi9DLENEMEJnQjtBQUNwQixDQUFDIiwiZmlsZSI6ImNvbXBvbmVudHMvRm9ybUxheW91dC9jb25maWcuanMiLCJzb3VyY2VzQ29udGVudCI6W251bGwsImV4cG9ydCBjb25zdCBGT1JNX0xBWU9VVF9QUkVGSVggPSAnZm9ybS1sYXlvdXQnO1xuLyoqXG4gKiBUSEUgZGVuc2l0eSB0YWJsZSBmb3IgZm9ybSBzdXJmYWNlcyDigJQgdGhlIHNpbmdsZSB0aGluZyB0byBlZGl0IHdoZW4gdGhlXG4gKiBkZXNpZ24gY2hhbmdlcyBvciBhIG5ldyBkZW5zaXR5IGlzIGFkZGVkLiBFdmVyeSB2YWx1ZSBpcyBjb25zdW1lZCB0aHJvdWdoXG4gKiBDU1MgY3VzdG9tIHByb3BlcnRpZXMgKGNvbnRhaW5lciBzcGFjaW5nKSBvciByZWFkIGJ5IHRoZSBmb3JtIHByZXNldFxuICogKHJvdyBnYXAgLyBjb2x1bW4gZ3V0dGVyIGZvciBQcm9Gb3JtKSwgc28gYWRkaW5nIGEgdmFyaWFudCBoZXJlIGlzIHRoZVxuICogd2hvbGUgam9iLlxuICpcbiAqIFNvdXJjZTogMU1vbmV5IERlc2lnbiBTeXN0ZW0gKEJldGEpIOKAlCBcIkRpYWxvZyBCb2R5XCIgKG5vZGUgMzk3NDMtNDYzNClcbiAqIGZvciBgbW9kYWxgOyBwYWdlIHVzYWdlIChub2RlIDM5OTU2LTk3MTIpIGZvciBgcGFnZWAuXG4gKi9cbmV4cG9ydCBjb25zdCBGT1JNX0xBWU9VVF9DT05GSUcgPSB7XG4gICAgLyoqIEluc2lkZSBhIGRpYWxvZzogdGlnaHRlciBkZW5zaXR5LiAqL1xuICAgIG1vZGFsOiB7XG4gICAgICAgIC8qKiBEZWZhdWx0IHBhbmVsIHdpZHRoIChweCk7IHRoZSBgd2lkdGhgIHByb3Agb3ZlcnJpZGVzLiAqL1xuICAgICAgICB3aWR0aDogNjQwLFxuICAgICAgICAvKiogUGFuZWwgcGFkZGluZyAocHgpLiAqL1xuICAgICAgICBwYWRkaW5nOiAyNCxcbiAgICAgICAgLyoqIFZlcnRpY2FsIGdhcCBiZXR3ZWVuIGZpZWxkIHJvd3MgKHB4KS4gKi9cbiAgICAgICAgcm93R2FwOiAxMixcbiAgICAgICAgLyoqIEhvcml6b250YWwgZ3V0dGVyIGJldHdlZW4gY29sdW1ucyBpbiBhIHJvdyAocHgpLiAqL1xuICAgICAgICBjb2xHdXR0ZXI6IDEyLFxuICAgICAgICAvKiogR2FwIGJldHdlZW4gdGhlIGhlYWRlciAvIGZpZWxkcyAvIGZvb3RlciByZWdpb25zIChweCkuICovXG4gICAgICAgIHJlZ2lvbkdhcDogMTYsXG4gICAgICAgIC8qKiBHYXAgYmV0d2VlbiBmb290ZXIgYWN0aW9uIGJ1dHRvbnMgKHB4KTsgQWN0aW9uQmFyIHJlYWRzIGl0IHZpYSB2YXIuICovXG4gICAgICAgIGFjdGlvbkdhcDogMTIsXG4gICAgICAgIC8qKiBDb250cm9sIHNpemUgY2FzY2FkZWQgdG8gZXZlcnkgZmllbGQgdmlhIFByb0Zvcm0gYHNpemVgLiAqL1xuICAgICAgICBjb250cm9sU2l6ZTogJ3NtYWxsJyxcbiAgICB9LFxuICAgIC8qKiBTdGFuZGFsb25lIG9uIGEgcGFnZTogcm9vbWllciBkZW5zaXR5LiAqL1xuICAgIHBhZ2U6IHtcbiAgICAgICAgd2lkdGg6IDczOCxcbiAgICAgICAgcGFkZGluZzogMzIsXG4gICAgICAgIHJvd0dhcDogMjQsXG4gICAgICAgIGNvbEd1dHRlcjogMjQsXG4gICAgICAgIHJlZ2lvbkdhcDogMjQsXG4gICAgICAgIGFjdGlvbkdhcDogMTIsXG4gICAgICAgIGNvbnRyb2xTaXplOiAnbGFyZ2UnLFxuICAgIH0sXG59O1xuZXhwb3J0IGNvbnN0IEZPUk1fTEFZT1VUX1ZBUklBTlRTID0gT2JqZWN0LmtleXMoRk9STV9MQVlPVVRfQ09ORklHKTtcbmV4cG9ydCBjb25zdCBGT1JNX0xBWU9VVF9TSVpFUyA9IFsnbGFyZ2UnLCAnc21hbGwnXTtcbi8qKlxuICogUGVyLXNpemUgZGVuc2l0eSBvdmVycmlkZXMgb24gYSB2YXJpYW50J3MgYmFzZWxpbmUgKHRoZSBiYXNlbGluZSBJUyB0aGVcbiAqIGBsYXJnZWAgc2l6ZSkuIE9ubHkgYHBhZ2Uvc21hbGxgIGV4aXN0cyB0b2RheSDigJQgYSBuYXJyb3dlciBwYWdlICg0NDgsXG4gKiBtYXRjaGluZyB0aGUgYXBwJ3Mgc2lnbi1pbiBjYXJkKTsgcGFkZGluZyBhbmQgZ2FwcyBtaXJyb3IgdGhlIHBhZ2UgYmFzZWxpbmVcbiAqICgzMiAvIDI0IC8gMjQpIGFuZCBhcmUgc3BlbGxlZCBvdXQgc28gdGhlIHNpemUncyBmdWxsIGRlbnNpdHkgcmVhZHMgaW4gb25lXG4gKiBwbGFjZS4gQSB2YXJpYW50L3NpemUgd2l0aCBubyBlbnRyeSB1c2VzIHRoZSBiYXNlbGluZSB1bmNoYW5nZWQsIHNvIGBsYXJnZWBcbiAqIG5ldmVyIG5lZWRzIGFuIGVudHJ5LiBgbW9kYWxgIGludGVudGlvbmFsbHkgaGFzIG5vIGBzbWFsbGA6IHRoZSAzODBcbiAqIGNvbmZpcm0vcmVzdWx0IGRpYWxvZyBpcyBCYXNlRGlhbG9nLCB3aGljaCBpcyBub3QgYSBmb3JtIHN1cmZhY2UgYW5kIGRvZXNcbiAqIG5vdCB1c2UgRm9ybUxheW91dC5cbiAqL1xuZXhwb3J0IGNvbnN0IEZPUk1fTEFZT1VUX1NJWkUgPSB7XG4gICAgcGFnZToge1xuICAgICAgICBzbWFsbDogeyB3aWR0aDogNDQ4LCBwYWRkaW5nOiAzMiwgcm93R2FwOiAyNCwgY29sR3V0dGVyOiAyNCB9LFxuICAgIH0sXG59O1xuLyoqXG4gKiBCYXNlbGluZSBkZW5zaXR5IGZvciBhIHZhcmlhbnQgbWVyZ2VkIHdpdGggdGhlIHJlcXVlc3RlZCBzaXplJ3MgZGV2aWF0aW9ucy5cbiAqIFRoZSBzaW5nbGUgbG9va3VwIGJvdGggdGhlIHN1cmZhY2UgKEZvcm1MYXlvdXQpIGFuZCB0aGUgZm9ybSBwcmVzZXRcbiAqIChCYXNlUHJvRm9ybSkgcmVhZCwgc28gd2lkdGggLyBwYWRkaW5nIC8gZ2FwcyAvIGNvbnRyb2wgc2l6ZSBuZXZlciBkaXZlcmdlLlxuICovXG5leHBvcnQgY29uc3QgcmVzb2x2ZUZvcm1MYXlvdXRDb25maWcgPSAodmFyaWFudCwgc2l6ZSA9ICdsYXJnZScpID0+IHtcbiAgICBjb25zdCBvdmVycmlkZXMgPSBGT1JNX0xBWU9VVF9TSVpFW3ZhcmlhbnRdO1xuICAgIGNvbnN0IG92ZXJyaWRlID0gb3ZlcnJpZGVzID8gb3ZlcnJpZGVzW3NpemVdIDogdW5kZWZpbmVkO1xuICAgIHJldHVybiBPYmplY3QuYXNzaWduKE9iamVjdC5hc3NpZ24oe30sIEZPUk1fTEFZT1VUX0NPTkZJR1t2YXJpYW50XSksIG92ZXJyaWRlKTtcbn07XG5leHBvcnQgY29uc3QgRk9STV9MQVlPVVRfU0xPVCA9IHtcbiAgICBoZWFkZXI6ICdoZWFkZXInLFxuICAgIHRpdGxlOiAndGl0bGUnLFxuICAgIGV4dHJhOiAnZXh0cmEnLFxuICAgIGNvbnRlbnQ6ICdjb250ZW50JyxcbiAgICBmb290ZXI6ICdmb290ZXInLFxufTtcbi8qKiBCcmlkZ2UgdGhlIHJlc29sdmVkICh2YXJpYW50LCBzaXplKSBudW1iZXJzIGludG8gQ1NTIGN1c3RvbSBwcm9wZXJ0aWVzLiAqL1xuZXhwb3J0IGNvbnN0IGZvcm1MYXlvdXRDc3NWYXJzID0gKHZhcmlhbnQsIHNpemUgPSAnbGFyZ2UnKSA9PiB7XG4gICAgY29uc3QgY29uZmlnID0gcmVzb2x2ZUZvcm1MYXlvdXRDb25maWcodmFyaWFudCwgc2l6ZSk7XG4gICAgcmV0dXJuIHtcbiAgICAgICAgJy0tZm9ybS1sYXlvdXQtd2lkdGgnOiBgJHtjb25maWcud2lkdGh9cHhgLFxuICAgICAgICAnLS1mb3JtLWxheW91dC1wYWRkaW5nJzogYCR7Y29uZmlnLnBhZGRpbmd9cHhgLFxuICAgICAgICAnLS1mb3JtLWxheW91dC1yb3ctZ2FwJzogYCR7Y29uZmlnLnJvd0dhcH1weGAsXG4gICAgICAgICctLWZvcm0tbGF5b3V0LXJlZ2lvbi1nYXAnOiBgJHtjb25maWcucmVnaW9uR2FwfXB4YCxcbiAgICAgICAgJy0tZm9ybS1sYXlvdXQtYWN0aW9uLWdhcCc6IGAke2NvbmZpZy5hY3Rpb25HYXB9cHhgLFxuICAgIH07XG59OyJdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Default control size a FormLayout broadcasts to BARE controls inside it
|
|
3
|
-
* (`modal` → small, `page` → large). Input/Select read it when no explicit
|
|
4
|
-
* `size` prop is given, so shell-only migrations (no ProForm) get the
|
|
5
|
-
* variant's control size for free. An explicit `size` always wins; outside
|
|
6
|
-
* a FormLayout the components keep their own `'large'` default.
|
|
7
|
-
*/
|
|
8
|
-
export declare const FormControlSizeContext: import("react").Context<"small" | "large" | undefined>;
|
|
9
|
-
export declare const useFormControlSize: () => "small" | "large" | undefined;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.useFormControlSize = exports.FormControlSizeContext = void 0;
|
|
7
|
-
var _react = require("react");
|
|
8
|
-
/**
|
|
9
|
-
* Default control size a FormLayout broadcasts to BARE controls inside it
|
|
10
|
-
* (`modal` → small, `page` → large). Input/Select read it when no explicit
|
|
11
|
-
* `size` prop is given, so shell-only migrations (no ProForm) get the
|
|
12
|
-
* variant's control size for free. An explicit `size` always wins; outside
|
|
13
|
-
* a FormLayout the components keep their own `'large'` default.
|
|
14
|
-
*/
|
|
15
|
-
var FormControlSizeContext = exports.FormControlSizeContext = /*#__PURE__*/(0, _react.createContext)(undefined);
|
|
16
|
-
var useFormControlSize = exports.useFormControlSize = function useFormControlSize() {
|
|
17
|
-
return (0, _react.useContext)(FormControlSizeContext);
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvc3JjL2NvbXBvbmVudHMvRm9ybUxheW91dC9jb250ZXh0LnRzIiwiY29tcG9uZW50cy9Gb3JtTGF5b3V0L2NvbnRleHQuanMiXSwibmFtZXMiOlsiX3JlYWN0IiwicmVxdWlyZSIsIkZvcm1Db250cm9sU2l6ZUNvbnRleHQiLCJleHBvcnRzIiwiY3JlYXRlQ29udGV4dCIsInVuZGVmaW5lZCIsInVzZUZvcm1Db250cm9sU2l6ZSIsInVzZUNvbnRleHQiXSwibWFwcGluZ3MiOiI7Ozs7OztBQUFBLElBQUFBLE1BQUEsR0FBQUMsT0FBQTtBQUVBO0FDQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FERU8sSUFBTUMsc0JBQXNCLEdBQUFDLE9BQUEsQ0FBQUQsc0JBQUEsZ0JBQUcsSUFBQUUsb0JBQWEsRUFBZ0NDLFNBQVMsQ0FBQztBQUV0RixJQUFNQyxrQkFBa0IsR0FBQUgsT0FBQSxDQUFBRyxrQkFBQSxHQUFHLFNBQXJCQSxrQkFBa0JBLENBQUE7RUFBQSxPQUFTLElBQUFDLGlCQUFVLEVBQUNMLHNCQUFzQixDQUFDO0FBQUEiLCJmaWxlIjoiY29tcG9uZW50cy9Gb3JtTGF5b3V0L2NvbnRleHQuanMiLCJzb3VyY2VzQ29udGVudCI6W251bGwsImltcG9ydCB7IGNyZWF0ZUNvbnRleHQsIHVzZUNvbnRleHQgfSBmcm9tICdyZWFjdCc7XG4vKipcbiAqIERlZmF1bHQgY29udHJvbCBzaXplIGEgRm9ybUxheW91dCBicm9hZGNhc3RzIHRvIEJBUkUgY29udHJvbHMgaW5zaWRlIGl0XG4gKiAoYG1vZGFsYCDihpIgc21hbGwsIGBwYWdlYCDihpIgbGFyZ2UpLiBJbnB1dC9TZWxlY3QgcmVhZCBpdCB3aGVuIG5vIGV4cGxpY2l0XG4gKiBgc2l6ZWAgcHJvcCBpcyBnaXZlbiwgc28gc2hlbGwtb25seSBtaWdyYXRpb25zIChubyBQcm9Gb3JtKSBnZXQgdGhlXG4gKiB2YXJpYW50J3MgY29udHJvbCBzaXplIGZvciBmcmVlLiBBbiBleHBsaWNpdCBgc2l6ZWAgYWx3YXlzIHdpbnM7IG91dHNpZGVcbiAqIGEgRm9ybUxheW91dCB0aGUgY29tcG9uZW50cyBrZWVwIHRoZWlyIG93biBgJ2xhcmdlJ2AgZGVmYXVsdC5cbiAqL1xuZXhwb3J0IGNvbnN0IEZvcm1Db250cm9sU2l6ZUNvbnRleHQgPSBjcmVhdGVDb250ZXh0KHVuZGVmaW5lZCk7XG5leHBvcnQgY29uc3QgdXNlRm9ybUNvbnRyb2xTaXplID0gKCkgPT4gdXNlQ29udGV4dChGb3JtQ29udHJvbFNpemVDb250ZXh0KTsiXSwic291cmNlUm9vdCI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYyJ9
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { FormLayout } from './FormLayout';
|
|
2
|
-
export { FormLayout, FormRow, FormCell } from './FormLayout';
|
|
3
|
-
export type { FormRowProps, FormCellProps } from './FormLayout';
|
|
4
|
-
export default FormLayout;
|
|
5
|
-
export * from './interface';
|
|
6
|
-
export { FORM_LAYOUT_CONFIG, FORM_LAYOUT_SIZE, FORM_LAYOUT_SIZES, FORM_LAYOUT_VARIANTS, formLayoutCssVars, resolveFormLayoutConfig, } from './config';
|
|
7
|
-
export { FormControlSizeContext, useFormControlSize } from './context';
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var _exportNames = {
|
|
7
|
-
FormLayout: true,
|
|
8
|
-
FormRow: true,
|
|
9
|
-
FormCell: true,
|
|
10
|
-
FORM_LAYOUT_CONFIG: true,
|
|
11
|
-
FORM_LAYOUT_SIZE: true,
|
|
12
|
-
FORM_LAYOUT_SIZES: true,
|
|
13
|
-
FORM_LAYOUT_VARIANTS: true,
|
|
14
|
-
formLayoutCssVars: true,
|
|
15
|
-
resolveFormLayoutConfig: true,
|
|
16
|
-
FormControlSizeContext: true,
|
|
17
|
-
useFormControlSize: true
|
|
18
|
-
};
|
|
19
|
-
Object.defineProperty(exports, "FORM_LAYOUT_CONFIG", {
|
|
20
|
-
enumerable: true,
|
|
21
|
-
get: function get() {
|
|
22
|
-
return _config.FORM_LAYOUT_CONFIG;
|
|
23
|
-
}
|
|
24
|
-
});
|
|
25
|
-
Object.defineProperty(exports, "FORM_LAYOUT_SIZE", {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function get() {
|
|
28
|
-
return _config.FORM_LAYOUT_SIZE;
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
Object.defineProperty(exports, "FORM_LAYOUT_SIZES", {
|
|
32
|
-
enumerable: true,
|
|
33
|
-
get: function get() {
|
|
34
|
-
return _config.FORM_LAYOUT_SIZES;
|
|
35
|
-
}
|
|
36
|
-
});
|
|
37
|
-
Object.defineProperty(exports, "FORM_LAYOUT_VARIANTS", {
|
|
38
|
-
enumerable: true,
|
|
39
|
-
get: function get() {
|
|
40
|
-
return _config.FORM_LAYOUT_VARIANTS;
|
|
41
|
-
}
|
|
42
|
-
});
|
|
43
|
-
Object.defineProperty(exports, "FormCell", {
|
|
44
|
-
enumerable: true,
|
|
45
|
-
get: function get() {
|
|
46
|
-
return _FormLayout.FormCell;
|
|
47
|
-
}
|
|
48
|
-
});
|
|
49
|
-
Object.defineProperty(exports, "FormControlSizeContext", {
|
|
50
|
-
enumerable: true,
|
|
51
|
-
get: function get() {
|
|
52
|
-
return _context.FormControlSizeContext;
|
|
53
|
-
}
|
|
54
|
-
});
|
|
55
|
-
Object.defineProperty(exports, "FormLayout", {
|
|
56
|
-
enumerable: true,
|
|
57
|
-
get: function get() {
|
|
58
|
-
return _FormLayout.FormLayout;
|
|
59
|
-
}
|
|
60
|
-
});
|
|
61
|
-
Object.defineProperty(exports, "FormRow", {
|
|
62
|
-
enumerable: true,
|
|
63
|
-
get: function get() {
|
|
64
|
-
return _FormLayout.FormRow;
|
|
65
|
-
}
|
|
66
|
-
});
|
|
67
|
-
exports["default"] = void 0;
|
|
68
|
-
Object.defineProperty(exports, "formLayoutCssVars", {
|
|
69
|
-
enumerable: true,
|
|
70
|
-
get: function get() {
|
|
71
|
-
return _config.formLayoutCssVars;
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
Object.defineProperty(exports, "resolveFormLayoutConfig", {
|
|
75
|
-
enumerable: true,
|
|
76
|
-
get: function get() {
|
|
77
|
-
return _config.resolveFormLayoutConfig;
|
|
78
|
-
}
|
|
79
|
-
});
|
|
80
|
-
Object.defineProperty(exports, "useFormControlSize", {
|
|
81
|
-
enumerable: true,
|
|
82
|
-
get: function get() {
|
|
83
|
-
return _context.useFormControlSize;
|
|
84
|
-
}
|
|
85
|
-
});
|
|
86
|
-
var _FormLayout = require("./FormLayout");
|
|
87
|
-
var _interface = require("./interface");
|
|
88
|
-
Object.keys(_interface).forEach(function (key) {
|
|
89
|
-
if (key === "default" || key === "__esModule") return;
|
|
90
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
91
|
-
if (key in exports && exports[key] === _interface[key]) return;
|
|
92
|
-
Object.defineProperty(exports, key, {
|
|
93
|
-
enumerable: true,
|
|
94
|
-
get: function get() {
|
|
95
|
-
return _interface[key];
|
|
96
|
-
}
|
|
97
|
-
});
|
|
98
|
-
});
|
|
99
|
-
var _config = require("./config");
|
|
100
|
-
var _context = require("./context");
|
|
101
|
-
var _default = exports["default"] = _FormLayout.FormLayout;
|
|
102
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvc3JjL2NvbXBvbmVudHMvRm9ybUxheW91dC9pbmRleC50cyJdLCJuYW1lcyI6WyJfRm9ybUxheW91dCIsInJlcXVpcmUiLCJfaW50ZXJmYWNlIiwiT2JqZWN0Iiwia2V5cyIsImZvckVhY2giLCJrZXkiLCJwcm90b3R5cGUiLCJoYXNPd25Qcm9wZXJ0eSIsImNhbGwiLCJfZXhwb3J0TmFtZXMiLCJleHBvcnRzIiwiZGVmaW5lUHJvcGVydHkiLCJlbnVtZXJhYmxlIiwiZ2V0IiwiX2NvbmZpZyIsIl9jb250ZXh0IiwiX2RlZmF1bHQiLCJGb3JtTGF5b3V0Il0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsSUFBQUEsV0FBQSxHQUFBQyxPQUFBO0FBT0EsSUFBQUMsVUFBQSxHQUFBRCxPQUFBO0FBQUFFLE1BQUEsQ0FBQUMsSUFBQSxDQUFBRixVQUFBLEVBQUFHLE9BQUEsV0FBQUMsR0FBQTtFQUFBLElBQUFBLEdBQUEsa0JBQUFBLEdBQUE7RUFBQSxJQUFBSCxNQUFBLENBQUFJLFNBQUEsQ0FBQUMsY0FBQSxDQUFBQyxJQUFBLENBQUFDLFlBQUEsRUFBQUosR0FBQTtFQUFBLElBQUFBLEdBQUEsSUFBQUssT0FBQSxJQUFBQSxPQUFBLENBQUFMLEdBQUEsTUFBQUosVUFBQSxDQUFBSSxHQUFBO0VBQUFILE1BQUEsQ0FBQVMsY0FBQSxDQUFBRCxPQUFBLEVBQUFMLEdBQUE7SUFBQU8sVUFBQTtJQUFBQyxHQUFBLFdBQUFBLElBQUE7TUFBQSxPQUFBWixVQUFBLENBQUFJLEdBQUE7SUFBQTtFQUFBO0FBQUE7QUFDQSxJQUFBUyxPQUFBLEdBQUFkLE9BQUE7QUFRQSxJQUFBZSxRQUFBLEdBQUFmLE9BQUE7QUFBdUUsSUFBQWdCLFFBQUEsR0FBQU4sT0FBQSxjQVh4RE8sc0JBQVUiLCJmaWxlIjoiY29tcG9uZW50cy9Gb3JtTGF5b3V0L2luZGV4LmpzIiwic291cmNlc0NvbnRlbnQiOltudWxsXSwic291cmNlUm9vdCI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYyJ9
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import type { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
-
import type { FormLayoutSize, FormLayoutVariant } from './config';
|
|
3
|
-
export type { FormLayoutSize, FormLayoutVariant } from './config';
|
|
4
|
-
/**
|
|
5
|
-
* Form-only surface layout: panel chrome (white surface, hairline border,
|
|
6
|
-
* radius) + three regions (header with title/extra, fields content, footer)
|
|
7
|
-
* with variant-driven density. Used directly on pages (`variant="page"`) and
|
|
8
|
-
* nested inside Dialog for form dialogs (`variant="modal"`).
|
|
9
|
-
*
|
|
10
|
-
* Scroll policy is owned here: `modal` pins header/footer and scrolls the
|
|
11
|
-
* fields region when height-constrained (scrollbar rides the middle of the
|
|
12
|
-
* right padding); `page` never scrolls internally — content grows the panel.
|
|
13
|
-
*/
|
|
14
|
-
export interface FormLayoutProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
|
|
15
|
-
/** Density + scroll-policy variant. */
|
|
16
|
-
variant?: FormLayoutVariant;
|
|
17
|
-
/**
|
|
18
|
-
* Panel size within the variant. `large` (default) is the variant baseline;
|
|
19
|
-
* `small` layers a deviation. Only `page/small` deviates today — a narrower
|
|
20
|
-
* 448 page (padding and gaps stay on the page baseline); other variant/size
|
|
21
|
-
* combos fall back to the baseline.
|
|
22
|
-
*/
|
|
23
|
-
size?: FormLayoutSize;
|
|
24
|
-
/**
|
|
25
|
-
* Override the variant's scroll policy (modal → `true`, page → `false`).
|
|
26
|
-
* When `true` the fields region scrolls IF height-constrained (header and
|
|
27
|
-
* footer stay pinned); when `false` content always grows the panel.
|
|
28
|
-
*/
|
|
29
|
-
scroll?: boolean;
|
|
30
|
-
/** Heading; a plain string renders as Headline/md (24px). */
|
|
31
|
-
title?: ReactNode;
|
|
32
|
-
/** Trailing slot on the title row (e.g. an environment switcher). */
|
|
33
|
-
extra?: ReactNode;
|
|
34
|
-
/** Fields region content. */
|
|
35
|
-
children?: ReactNode;
|
|
36
|
-
/** Footer region, typically the action buttons. */
|
|
37
|
-
footer?: ReactNode;
|
|
38
|
-
/**
|
|
39
|
-
* Panel width (number → px). Defaults to the variant's configured width
|
|
40
|
-
* (modal → 640, page → 738), capped at 100% of the container.
|
|
41
|
-
*/
|
|
42
|
-
width?: number | string;
|
|
43
|
-
/**
|
|
44
|
-
* Explicit height cap (number → px) for standalone usage. Inside a Dialog
|
|
45
|
-
* the constraint arrives from the panel's own max-height instead — no
|
|
46
|
-
* measuring or calculation is involved in either path.
|
|
47
|
-
*/
|
|
48
|
-
maxHeight?: number | string;
|
|
49
|
-
/** CSS class prefix. */
|
|
50
|
-
prefixCls?: string;
|
|
51
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcG9uZW50cy9Gb3JtTGF5b3V0L2ludGVyZmFjZS5qcyIsIm5hbWVzIjpbXSwic291cmNlUm9vdCI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYyIsInNvdXJjZXMiOlsiY29tcG9uZW50cy9Gb3JtTGF5b3V0L2ludGVyZmFjZS5qcyJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQge307Il0sIm1hcHBpbmdzIjoiIiwiaWdub3JlTGlzdCI6W119
|