@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
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.SuccessDialog = void 0;
|
|
7
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
8
|
-
var _react = require("react");
|
|
9
|
-
var _BaseDialog = require("../BaseDialog");
|
|
10
|
-
// Shape only — the checked illustration. Copy (title/description/labels)
|
|
11
|
-
// always comes from the caller; product copy never lives in the library.
|
|
12
|
-
var PRESET = {
|
|
13
|
-
illustration: 'illusChecked'
|
|
14
|
-
};
|
|
15
|
-
/**
|
|
16
|
-
* `BaseDialog` preset for success results (Figma 39958-10532 "Payment
|
|
17
|
-
* sent"). Explicit props — including `illustration` — win over the preset.
|
|
18
|
-
*/
|
|
19
|
-
var SuccessDialogBase = function SuccessDialogBase(props) {
|
|
20
|
-
return (0, _jsxRuntime.jsx)(_BaseDialog.BaseDialog, Object.assign({}, props, {
|
|
21
|
-
preset: PRESET
|
|
22
|
-
}));
|
|
23
|
-
};
|
|
24
|
-
var SuccessDialog = exports.SuccessDialog = /*#__PURE__*/(0, _react.memo)(SuccessDialogBase);
|
|
25
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy92YXJpYW50cy9TdWNjZXNzRGlhbG9nLmpzIiwiYnVzaW5lc3MvRGlhbG9nL3NyYy9idXNpbmVzcy9EaWFsb2cvdmFyaWFudHMvU3VjY2Vzc0RpYWxvZy50c3giXSwibmFtZXMiOlsiX2pzeFJ1bnRpbWUiLCJyZXF1aXJlIiwiX3JlYWN0IiwiX0Jhc2VEaWFsb2ciLCJQUkVTRVQiLCJpbGx1c3RyYXRpb24iLCJTdWNjZXNzRGlhbG9nQmFzZSIsInByb3BzIiwiX2pzeCIsIkJhc2VEaWFsb2ciLCJPYmplY3QiLCJhc3NpZ24iLCJwcmVzZXQiLCJTdWNjZXNzRGlhbG9nIiwiZXhwb3J0cyIsIm1lbW8iXSwibWFwcGluZ3MiOiI7Ozs7OztBQUFBLElBQUFBLFdBQUEsR0FBQUMsT0FBQTtBQ0FBLElBQUFDLE1BQUEsR0FBQUQsT0FBQTtBQUNBLElBQUFFLFdBQUEsR0FBQUYsT0FBQTtBQUlBO0FBQ0E7QUFDQSxJQUFNRyxNQUFNLEdBQXFCO0VBQy9CQyxZQUFZLEVBQUU7QUREaEIsQ0NFQztBQUlEO0FESkE7QUFDQTtBQUNBO0FDTUEsSUFBTUMsaUJBQWlCLEdBQTJCLFNBQTVDQSxpQkFBaUJBLENBQTRCQyxLQUFLO0VBQUEsT0FDdEQsSUFBQUMsZUFBQSxFQUFDQyxzQkFBVSxFQUFBQyxNQUFBLENBQUFDLE1BQUEsQ0FBQSxDQUFBLENBQUEsRUFBS0osS0FBSyxFQUFBO0lBQUVLLE1BQU0sRUFBRVI7RUFBTSxDQUFBLENBQUEsQ0FBSTtBQUFBLENBQzFDO0FBRU0sSUFBTVMsYUFBYSxHQUFBQyxPQUFBLENBQUFELGFBQUEsZ0JBQUcsSUFBQUUsV0FBSSxFQUFDVCxpQkFBaUIsQ0FBQyIsImZpbGUiOiJidXNpbmVzcy9EaWFsb2cvdmFyaWFudHMvU3VjY2Vzc0RpYWxvZy5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGpzeCBhcyBfanN4IH0gZnJvbSBcInJlYWN0L2pzeC1ydW50aW1lXCI7XG5pbXBvcnQgeyBtZW1vIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgQmFzZURpYWxvZyB9IGZyb20gJy4uL0Jhc2VEaWFsb2cnO1xuLy8gU2hhcGUgb25seSDigJQgdGhlIGNoZWNrZWQgaWxsdXN0cmF0aW9uLiBDb3B5ICh0aXRsZS9kZXNjcmlwdGlvbi9sYWJlbHMpXG4vLyBhbHdheXMgY29tZXMgZnJvbSB0aGUgY2FsbGVyOyBwcm9kdWN0IGNvcHkgbmV2ZXIgbGl2ZXMgaW4gdGhlIGxpYnJhcnkuXG5jb25zdCBQUkVTRVQgPSB7XG4gICAgaWxsdXN0cmF0aW9uOiAnaWxsdXNDaGVja2VkJyxcbn07XG4vKipcbiAqIGBCYXNlRGlhbG9nYCBwcmVzZXQgZm9yIHN1Y2Nlc3MgcmVzdWx0cyAoRmlnbWEgMzk5NTgtMTA1MzIgXCJQYXltZW50XG4gKiBzZW50XCIpLiBFeHBsaWNpdCBwcm9wcyDigJQgaW5jbHVkaW5nIGBpbGx1c3RyYXRpb25gIOKAlCB3aW4gb3ZlciB0aGUgcHJlc2V0LlxuICovXG5jb25zdCBTdWNjZXNzRGlhbG9nQmFzZSA9IChwcm9wcykgPT4gKF9qc3goQmFzZURpYWxvZywgT2JqZWN0LmFzc2lnbih7fSwgcHJvcHMsIHsgcHJlc2V0OiBQUkVTRVQgfSkpKTtcbmV4cG9ydCBjb25zdCBTdWNjZXNzRGlhbG9nID0gbWVtbyhTdWNjZXNzRGlhbG9nQmFzZSk7IixudWxsXSwic291cmNlUm9vdCI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYyJ9
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export { SuccessDialog } from './SuccessDialog';
|
|
2
|
-
export type { SuccessDialogProps } from './SuccessDialog';
|
|
3
|
-
export { DeleteDialog } from './DeleteDialog';
|
|
4
|
-
export type { DeleteDialogProps } from './DeleteDialog';
|
|
5
|
-
export { PendingDialog } from './PendingDialog';
|
|
6
|
-
export type { PendingDialogProps } from './PendingDialog';
|
|
7
|
-
export { FailureDialog } from './FailureDialog';
|
|
8
|
-
export type { FailureDialogProps } from './FailureDialog';
|
|
9
|
-
export { LoadingDialog } from './LoadingDialog';
|
|
10
|
-
export type { LoadingDialogProps } from './LoadingDialog';
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "DeleteDialog", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _DeleteDialog.DeleteDialog;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "FailureDialog", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _FailureDialog.FailureDialog;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, "LoadingDialog", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _LoadingDialog.LoadingDialog;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
Object.defineProperty(exports, "PendingDialog", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
get: function get() {
|
|
27
|
-
return _PendingDialog.PendingDialog;
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
Object.defineProperty(exports, "SuccessDialog", {
|
|
31
|
-
enumerable: true,
|
|
32
|
-
get: function get() {
|
|
33
|
-
return _SuccessDialog.SuccessDialog;
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
var _SuccessDialog = require("./SuccessDialog");
|
|
37
|
-
var _DeleteDialog = require("./DeleteDialog");
|
|
38
|
-
var _PendingDialog = require("./PendingDialog");
|
|
39
|
-
var _FailureDialog = require("./FailureDialog");
|
|
40
|
-
var _LoadingDialog = require("./LoadingDialog");
|
|
41
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy9zcmMvYnVzaW5lc3MvRGlhbG9nL3ZhcmlhbnRzL2luZGV4LnRzIl0sIm5hbWVzIjpbIl9TdWNjZXNzRGlhbG9nIiwicmVxdWlyZSIsIl9EZWxldGVEaWFsb2ciLCJfUGVuZGluZ0RpYWxvZyIsIl9GYWlsdXJlRGlhbG9nIiwiX0xvYWRpbmdEaWFsb2ciXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBR0EsSUFBQUEsY0FBQSxHQUFBQyxPQUFBO0FBRUEsSUFBQUMsYUFBQSxHQUFBRCxPQUFBO0FBRUEsSUFBQUUsY0FBQSxHQUFBRixPQUFBO0FBRUEsSUFBQUcsY0FBQSxHQUFBSCxPQUFBO0FBRUEsSUFBQUksY0FBQSxHQUFBSixPQUFBIiwiZmlsZSI6ImJ1c2luZXNzL0RpYWxvZy92YXJpYW50cy9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbbnVsbF0sInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMifQ==
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Retrieves the spacing value for a given token key.
|
|
3
|
-
*
|
|
4
|
-
* @param {string} $key - The spacing token key (e.g., '100', '200').
|
|
5
|
-
* @return {length|null} The computed spacing value or null if the key is invalid.
|
|
6
|
-
* @example
|
|
7
|
-
* .element {
|
|
8
|
-
* padding: om-spacing-token('200'); // Returns 8px if $om-sys-spacing-unit is 4px
|
|
9
|
-
* }
|
|
10
|
-
*/
|
|
11
|
-
/**
|
|
12
|
-
* Computes the spacing value based on a token key or a direct length value.
|
|
13
|
-
*
|
|
14
|
-
* @param {string|length} $value - The spacing token key (e.g., '100') or a direct length value (e.g., '16px').
|
|
15
|
-
* @return {length} The computed spacing value.
|
|
16
|
-
* @example
|
|
17
|
-
* .element {
|
|
18
|
-
* margin: om-spacing-value('300'); // Returns 12px if $om-sys-spacing-unit is 4px
|
|
19
|
-
* padding: om-spacing-value(16px); // Returns 16px
|
|
20
|
-
* gap: om-spacing-value(2); // Returns 8px if $om-sys-spacing-unit is 4px
|
|
21
|
-
* }
|
|
22
|
-
*/
|
|
23
|
-
@keyframes om-loading-dialog-spin {
|
|
24
|
-
to {
|
|
25
|
-
transform: rotate(360deg);
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
@keyframes om-loading-dialog-pulse {
|
|
29
|
-
0%, 100% {
|
|
30
|
-
opacity: 1;
|
|
31
|
-
}
|
|
32
|
-
50% {
|
|
33
|
-
opacity: 0.4;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
.om-component-ui-loading-dialog-stack {
|
|
37
|
-
display: flex;
|
|
38
|
-
flex-direction: column;
|
|
39
|
-
gap: var(--om-spacing-600, 24px);
|
|
40
|
-
align-items: center;
|
|
41
|
-
justify-content: center;
|
|
42
|
-
width: 100%;
|
|
43
|
-
}
|
|
44
|
-
.om-component-ui-loading-dialog-spin {
|
|
45
|
-
display: inline-flex;
|
|
46
|
-
color: var(--om-icon-brand, #073387);
|
|
47
|
-
animation: om-loading-dialog-spin 1.2s linear infinite;
|
|
48
|
-
}
|
|
49
|
-
.om-component-ui-loading-dialog-text {
|
|
50
|
-
display: flex;
|
|
51
|
-
flex-direction: column;
|
|
52
|
-
gap: var(--om-spacing-200, 8px);
|
|
53
|
-
align-items: center;
|
|
54
|
-
text-align: center;
|
|
55
|
-
}
|
|
56
|
-
.om-component-ui-loading-dialog-wave {
|
|
57
|
-
display: inline-flex;
|
|
58
|
-
letter-spacing: 1px;
|
|
59
|
-
}
|
|
60
|
-
.om-component-ui-loading-dialog-wave > span {
|
|
61
|
-
animation: om-loading-dialog-pulse 1.5s ease-in-out infinite;
|
|
62
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
require("./LoadingDialog.css");
|
|
4
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy92YXJpYW50cy9zcmMvYnVzaW5lc3MvRGlhbG9nL3ZhcmlhbnRzL3N0eWxlL2luZGV4LnRzIl0sIm5hbWVzIjpbInJlcXVpcmUiXSwibWFwcGluZ3MiOiI7O0FBQUFBLE9BQUEiLCJmaWxlIjoiYnVzaW5lc3MvRGlhbG9nL3ZhcmlhbnRzL3N0eWxlL2Nzcy5qcyIsInNvdXJjZXNDb250ZW50IjpbbnVsbF0sInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMifQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './LoadingDialog.css';
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
require("./LoadingDialog.css");
|
|
4
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0RpYWxvZy92YXJpYW50cy9zcmMvYnVzaW5lc3MvRGlhbG9nL3ZhcmlhbnRzL3N0eWxlL2luZGV4LnRzIl0sIm5hbWVzIjpbInJlcXVpcmUiXSwibWFwcGluZ3MiOiI7O0FBQUFBLE9BQUEiLCJmaWxlIjoiYnVzaW5lc3MvRGlhbG9nL3ZhcmlhbnRzL3N0eWxlL2luZGV4LmpzIiwic291cmNlc0NvbnRlbnQiOltudWxsXSwic291cmNlUm9vdCI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYyJ9
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
import './style';
|
|
3
|
-
export interface FieldRow {
|
|
4
|
-
label: ReactNode;
|
|
5
|
-
/** A string is rendered as the standard right-aligned strong value; a node is
|
|
6
|
-
* rendered as-is (the caller owns its layout). */
|
|
7
|
-
value: ReactNode;
|
|
8
|
-
/** Explicit copy text. Overrides the list-level `copyable`; a row with a node
|
|
9
|
-
* value that still wants a copy button sets this. */
|
|
10
|
-
copyValue?: string;
|
|
11
|
-
/** Reference-code style highlight: yellow band behind the row, no divider. */
|
|
12
|
-
highlight?: boolean;
|
|
13
|
-
labelCls?: string;
|
|
14
|
-
valueCls?: string;
|
|
15
|
-
}
|
|
16
|
-
export interface FieldListProps {
|
|
17
|
-
rows: FieldRow[];
|
|
18
|
-
/** `title` → Typography.Title/sm (detail pages); `body` → Typography.Body/md
|
|
19
|
-
* (modals, forms). Defaults to `title`. */
|
|
20
|
-
labelVariant?: 'body' | 'title';
|
|
21
|
-
/** Divider between rows. `bottom` drops the last row's line (cards);
|
|
22
|
-
* `top` drops the first row's line. Defaults to `bottom`. */
|
|
23
|
-
divider?: 'bottom' | 'top';
|
|
24
|
-
/** Append a Copy button to every string value (skipped when a row already
|
|
25
|
-
* carries its own `copyValue`, or when the value is a node). */
|
|
26
|
-
copyable?: boolean;
|
|
27
|
-
className?: string;
|
|
28
|
-
}
|
|
29
|
-
declare const _default: import("react").NamedExoticComponent<FieldListProps>;
|
|
30
|
-
export default _default;
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
'use client';
|
|
3
|
-
|
|
4
|
-
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports["default"] = void 0;
|
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
-
var _react = require("react");
|
|
11
|
-
var _Copy = require("../../components/Copy");
|
|
12
|
-
var _Typography = require("../../components/Typography");
|
|
13
|
-
var _classnames = _interopRequireWildcard(require("../../utils/classnames"));
|
|
14
|
-
require("./style");
|
|
15
|
-
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); }
|
|
16
|
-
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; }
|
|
17
|
-
var classes = (0, _classnames["default"])('field-list');
|
|
18
|
-
var FieldList = function FieldList(_ref) {
|
|
19
|
-
var rows = _ref.rows,
|
|
20
|
-
_ref$labelVariant = _ref.labelVariant,
|
|
21
|
-
labelVariant = _ref$labelVariant === void 0 ? 'title' : _ref$labelVariant,
|
|
22
|
-
_ref$divider = _ref.divider,
|
|
23
|
-
divider = _ref$divider === void 0 ? 'bottom' : _ref$divider,
|
|
24
|
-
_ref$copyable = _ref.copyable,
|
|
25
|
-
copyable = _ref$copyable === void 0 ? false : _ref$copyable,
|
|
26
|
-
className = _ref.className;
|
|
27
|
-
var LabelTypography = labelVariant === 'title' ? _Typography.Typography.Title : _Typography.Typography.Body;
|
|
28
|
-
var labelSize = labelVariant === 'title' ? 'sm' : 'md';
|
|
29
|
-
return (0, _jsxRuntime.jsx)("ul", {
|
|
30
|
-
className: (0, _classnames.joinCls)(classes(), classes("divider-".concat(divider)), className),
|
|
31
|
-
children: rows.map(function (row, index) {
|
|
32
|
-
var _a;
|
|
33
|
-
var copyText = (_a = row.copyValue) !== null && _a !== void 0 ? _a : copyable && typeof row.value === 'string' ? row.value : undefined;
|
|
34
|
-
return (0, _jsxRuntime.jsxs)("li", {
|
|
35
|
-
className: (0, _classnames.joinCls)(classes('row'), row.highlight && classes('row-highlight')),
|
|
36
|
-
children: [row.highlight && (0, _jsxRuntime.jsx)("div", {
|
|
37
|
-
className: classes('band')
|
|
38
|
-
}), (0, _jsxRuntime.jsx)(LabelTypography, {
|
|
39
|
-
size: labelSize,
|
|
40
|
-
className: (0, _classnames.joinCls)(classes('col'), row.labelCls),
|
|
41
|
-
children: row.label
|
|
42
|
-
}), typeof row.value === 'string' ? (0, _jsxRuntime.jsxs)("div", {
|
|
43
|
-
className: (0, _classnames.joinCls)(classes('col'), classes('value')),
|
|
44
|
-
children: [(0, _jsxRuntime.jsx)(_Typography.Typography.Body, {
|
|
45
|
-
size: 'md',
|
|
46
|
-
strong: true,
|
|
47
|
-
className: (0, _classnames.joinCls)(classes('value-text'), row.valueCls),
|
|
48
|
-
children: row.value
|
|
49
|
-
}), copyText != null && (0, _jsxRuntime.jsx)(_Copy.Copy, {
|
|
50
|
-
value: copyText,
|
|
51
|
-
iconSize: 16,
|
|
52
|
-
className: (0, _classnames.joinCls)(classes('copy'), row.highlight && classes('copy-highlight'))
|
|
53
|
-
})]
|
|
54
|
-
}) : row.value]
|
|
55
|
-
}, index);
|
|
56
|
-
})
|
|
57
|
-
});
|
|
58
|
-
};
|
|
59
|
-
var _default = exports["default"] = /*#__PURE__*/(0, _react.memo)(FieldList);
|
|
60
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL3NyYy9idXNpbmVzcy9GaWVsZExpc3QvaW5kZXgudHN4IiwiYnVzaW5lc3MvRmllbGRMaXN0L2luZGV4LmpzIl0sIm5hbWVzIjpbIl90eXBlb2YiLCJyZXF1aXJlIiwiT2JqZWN0IiwiZGVmaW5lUHJvcGVydHkiLCJleHBvcnRzIiwidmFsdWUiLCJfanN4UnVudGltZSIsIl9yZWFjdCIsIl9Db3B5IiwiX1R5cG9ncmFwaHkiLCJfY2xhc3NuYW1lcyIsIl9pbnRlcm9wUmVxdWlyZVdpbGRjYXJkIiwiX2dldFJlcXVpcmVXaWxkY2FyZENhY2hlIiwiZSIsIldlYWtNYXAiLCJyIiwidCIsIl9fZXNNb2R1bGUiLCJoYXMiLCJnZXQiLCJuIiwiX19wcm90b19fIiwiYSIsImdldE93blByb3BlcnR5RGVzY3JpcHRvciIsInUiLCJoYXNPd25Qcm9wZXJ0eSIsImNhbGwiLCJpIiwic2V0IiwiY2xhc3NlcyIsImNsYXNzbmFtZXMiLCJGaWVsZExpc3QiLCJfcmVmIiwicm93cyIsIl9yZWYkbGFiZWxWYXJpYW50IiwibGFiZWxWYXJpYW50IiwiX3JlZiRkaXZpZGVyIiwiZGl2aWRlciIsIl9yZWYkY29weWFibGUiLCJjb3B5YWJsZSIsImNsYXNzTmFtZSIsIkxhYmVsVHlwb2dyYXBoeSIsIlR5cG9ncmFwaHkiLCJUaXRsZSIsIkJvZHkiLCJsYWJlbFNpemUiLCJfanN4Iiwiam9pbkNscyIsImNvbmNhdCIsImNoaWxkcmVuIiwibWFwIiwicm93IiwiaW5kZXgiLCJfYSIsImNvcHlUZXh0IiwiY29weVZhbHVlIiwidW5kZWZpbmVkIiwiX2pzeHMiLCJoaWdobGlnaHQiLCJzaXplIiwibGFiZWxDbHMiLCJsYWJlbCIsInN0cm9uZyIsInZhbHVlQ2xzIiwiQ29weSIsImljb25TaXplIiwiX2RlZmF1bHQiLCJtZW1vIl0sIm1hcHBpbmdzIjoiO0FBQUEsWUFBWTs7QUFBQyxJQUFBQSxPQUFBLEdBQUFDLE9BQUE7QUFBQUMsTUFBQSxDQUFBQyxjQUFBLENBQUFDLE9BQUE7RUFBQUMsS0FBQTtBQUFBO0FBQUFELE9BQUE7QUNDYixJQUFBRSxXQUFBLEdBQUFMLE9BQUE7QURDQSxJQUFBTSxNQUFBLEdBQUFOLE9BQUE7QUFDQSxJQUFBTyxLQUFBLEdBQUFQLE9BQUE7QUFDQSxJQUFBUSxXQUFBLEdBQUFSLE9BQUE7QUFDQSxJQUFBUyxXQUFBLEdBQUFDLHVCQUFBLENBQUFWLE9BQUE7QUFHQUEsT0FBQTtBQUFpQixTQUFBVyx5QkFBQUMsQ0FBQSw2QkFBQUMsT0FBQSxtQkFBQUMsQ0FBQSxPQUFBRCxPQUFBLElBQUFFLENBQUEsT0FBQUYsT0FBQSxZQUFBRix3QkFBQSxZQUFBQSx5QkFBQUMsQ0FBQSxXQUFBQSxDQUFBLEdBQUFHLENBQUEsR0FBQUQsQ0FBQSxLQUFBRixDQUFBO0FBQUEsU0FBQUYsd0JBQUFFLENBQUEsRUFBQUUsQ0FBQSxTQUFBQSxDQUFBLElBQUFGLENBQUEsSUFBQUEsQ0FBQSxDQUFBSSxVQUFBLFNBQUFKLENBQUEsZUFBQUEsQ0FBQSxnQkFBQWIsT0FBQSxDQUFBYSxDQUFBLDBCQUFBQSxDQUFBLHNCQUFBQSxDQUFBLFFBQUFHLENBQUEsR0FBQUosd0JBQUEsQ0FBQUcsQ0FBQSxPQUFBQyxDQUFBLElBQUFBLENBQUEsQ0FBQUUsR0FBQSxDQUFBTCxDQUFBLFVBQUFHLENBQUEsQ0FBQUcsR0FBQSxDQUFBTixDQUFBLE9BQUFPLENBQUEsS0FBQUMsU0FBQSxVQUFBQyxDQUFBLEdBQUFwQixNQUFBLENBQUFDLGNBQUEsSUFBQUQsTUFBQSxDQUFBcUIsd0JBQUEsV0FBQUMsQ0FBQSxJQUFBWCxDQUFBLG9CQUFBVyxDQUFBLE9BQUFDLGNBQUEsQ0FBQUMsSUFBQSxDQUFBYixDQUFBLEVBQUFXLENBQUEsU0FBQUcsQ0FBQSxHQUFBTCxDQUFBLEdBQUFwQixNQUFBLENBQUFxQix3QkFBQSxDQUFBVixDQUFBLEVBQUFXLENBQUEsVUFBQUcsQ0FBQSxLQUFBQSxDQUFBLENBQUFSLEdBQUEsSUFBQVEsQ0FBQSxDQUFBQyxHQUFBLElBQUExQixNQUFBLENBQUFDLGNBQUEsQ0FBQWlCLENBQUEsRUFBQUksQ0FBQSxFQUFBRyxDQUFBLElBQUFQLENBQUEsQ0FBQUksQ0FBQSxJQUFBWCxDQUFBLENBQUFXLENBQUEsWUFBQUosQ0FBQSxjQUFBUCxDQUFBLEVBQUFHLENBQUEsSUFBQUEsQ0FBQSxDQUFBWSxHQUFBLENBQUFmLENBQUEsRUFBQU8sQ0FBQSxHQUFBQSxDQUFBO0FBOEJqQixJQUFNUyxPQUFPLEdBQUcsSUFBQUMsc0JBQVUsRUFBQyxZQUFZLENBQUM7QUFFeEMsSUFBTUMsU0FBUyxHQUF1QixTQUFoQ0EsU0FBU0EsQ0FBQUMsSUFBQSxFQU1WO0VBQUEsSUFMSEMsSUFBSSxHQUFBRCxJQUFBLENBQUpDLElBQUk7SUFBQUMsaUJBQUEsR0FBQUYsSUFBQSxDQUNKRyxZQUFZO0lBQVpBLFlBQVksR0FBQUQsaUJBQUEsY0FBRyxPQUFPLEdBQUFBLGlCQUFBO0lBQUFFLFlBQUEsR0FBQUosSUFBQSxDQUN0QkssT0FBTztJQUFQQSxPQUFPLEdBQUFELFlBQUEsY0FBRyxRQUFRLEdBQUFBLFlBQUE7SUFBQUUsYUFBQSxHQUFBTixJQUFBLENBQ2xCTyxRQUFRO0lBQVJBLFFBQVEsR0FBQUQsYUFBQSxjQUFHLEtBQUssR0FBQUEsYUFBQTtJQUNoQkUsU0FBUyxHQUFBUixJQUFBLENBQVRRLFNBQVM7RUFFVCxJQUFNQyxlQUFlLEdBQUdOLFlBQVksS0FBSyxPQUFPLEdBQUdPLHNCQUFVLENBQUNDLEtBQUssR0FBR0Qsc0JBQVUsQ0FBQ0UsSUFBSTtFQUNyRixJQUFNQyxTQUFTLEdBQUdWLFlBQVksS0FBSyxPQUFPLEdBQUcsSUFBSSxHQUFHLElBQUk7RUFFeEQsT0FDRSxJQUFBVyxlQUFBLEVBQUEsSUFBQSxFQUFBO0lBQUlOLFNBQVMsRUFBRSxJQUFBTyxtQkFBTyxFQUFDbEIsT0FBTyxDQUFBLENBQUUsRUFBRUEsT0FBTyxZQUFBbUIsTUFBQSxDQUFZWCxPQUFPLENBQUUsQ0FBQyxFQUFFRyxTQUFTLENBQUM7SUFBQVMsUUFBQSxFQUN4RWhCLElBQUksQ0FBQ2lCLEdBQUcsQ0FBQyxVQUFDQyxHQUFHLEVBQUVDLEtBQUssRUFBSTtNQ3hDbkIsSUFBSUMsRUFBRTtNRHlDVixJQUFNQyxRQUFRLEdBQ1osQ0FBQUQsRUFBQSxHQUFBRixHQUFHLENBQUNJLFNBQVMsTUFBQSxJQUFBLElBQUFGLEVBQUEsS0FBQSxLQUFBLENBQUEsR0FBQUEsRUFBQSxHQUFLZCxRQUFRLElBQUksT0FBT1ksR0FBRyxDQUFDOUMsS0FBSyxLQUFLLFFBQVEsR0FBRzhDLEdBQUcsQ0FBQzlDLEtBQUssR0FBR21ELFNBQVU7TUFFdEYsT0FDRSxJQUFBQyxnQkFBQSxFQUFBLElBQUEsRUFBQTtRQUVFakIsU0FBUyxFQUFFLElBQUFPLG1CQUFPLEVBQUNsQixPQUFPLENBQUMsS0FBSyxDQUFDLEVBQUVzQixHQUFHLENBQUNPLFNBQVMsSUFBSTdCLE9BQU8sQ0FBQyxlQUFlLENBQUMsQ0FBQztRQUFBb0IsUUFBQSxFQUFBLENBRTVFRSxHQUFHLENBQUNPLFNBQVMsSUFBSSxJQUFBWixlQUFBLEVBQUEsS0FBQSxFQUFBO1VBQUtOLFNBQVMsRUFBRVgsT0FBTyxDQUFDLE1BQU07UUFBQyxDQUFBLENBQUksRUFDckQsSUFBQWlCLGVBQUEsRUFBQ0wsZUFBZSxFQUFBO1VBQUNrQixJQUFJLEVBQUVkLFNBQVM7VUFBRUwsU0FBUyxFQUFFLElBQUFPLG1CQUFPLEVBQUNsQixPQUFPLENBQUMsS0FBSyxDQUFDLEVBQUVzQixHQUFHLENBQUNTLFFBQVEsQ0FBQztVQUFBWCxRQUFBLEVBQy9FRSxHQUFHLENBQUNVO1FBQUssQ0FBQSxDQUNNLEVBR2pCLE9BQU9WLEdBQUcsQ0FBQzlDLEtBQUssS0FBSyxRQUFRLEdBQzVCLElBQUFvRCxnQkFBQSxFQUFBLEtBQUEsRUFBQTtVQUFLakIsU0FBUyxFQUFFLElBQUFPLG1CQUFPLEVBQUNsQixPQUFPLENBQUMsS0FBSyxDQUFDLEVBQUVBLE9BQU8sQ0FBQyxPQUFPLENBQUMsQ0FBQztVQUFBb0IsUUFBQSxFQUFBLENBQ3ZELElBQUFILGVBQUEsRUFBQ0osc0JBQVUsQ0FBQ0UsSUFBSSxFQUFBO1lBQ2RlLElBQUksRUFBQyxJQUFJO1lBQ1RHLE1BQU0sRUFBQSxJQUFBO1lBQ050QixTQUFTLEVBQUUsSUFBQU8sbUJBQU8sRUFBQ2xCLE9BQU8sQ0FBQyxZQUFZLENBQUMsRUFBRXNCLEdBQUcsQ0FBQ1ksUUFBUSxDQUFDO1lBQUFkLFFBQUEsRUFFdERFLEdBQUcsQ0FBQzlDO1VBQUssQ0FBQSxDQUNNLEVBQ2pCaUQsUUFBUSxJQUFJLElBQUksSUFDZixJQUFBUixlQUFBLEVBQUNrQixVQUFJLEVBQUE7WUFDSDNELEtBQUssRUFBRWlELFFBQVE7WUFDZlcsUUFBUSxFQUFFLEVBQUU7WUFDWnpCLFNBQVMsRUFBRSxJQUFBTyxtQkFBTyxFQUFDbEIsT0FBTyxDQUFDLE1BQU0sQ0FBQyxFQUFFc0IsR0FBRyxDQUFDTyxTQUFTLElBQUk3QixPQUFPLENBQUMsZ0JBQWdCLENBQUM7VUFBQyxDQUFBLENBRWxGO1FBQUEsQ0FBQSxDQUNHLEdBRU5zQixHQUFHLENBQUM5QyxLQUNMO01BQUEsQ0FBQSxFQTVCSStDLEtBQUssQ0E2QlA7SUFFVCxDQUFDO0VBQUMsQ0FBQSxDQUNDO0FBRVQsQ0FBQztBQUFDLElBQUFjLFFBQUEsR0FBQTlELE9BQUEsMkJBRWEsSUFBQStELFdBQUksRUFBQ3BDLFNBQVMsQ0FBQyIsImZpbGUiOiJidXNpbmVzcy9GaWVsZExpc3QvaW5kZXguanMiLCJzb3VyY2VzQ29udGVudCI6W251bGwsIid1c2UgY2xpZW50JztcbmltcG9ydCB7IGpzeCBhcyBfanN4LCBqc3hzIGFzIF9qc3hzIH0gZnJvbSBcInJlYWN0L2pzeC1ydW50aW1lXCI7XG5pbXBvcnQgeyBtZW1vIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgQ29weSB9IGZyb20gJy4uLy4uL2NvbXBvbmVudHMvQ29weSc7XG5pbXBvcnQgeyBUeXBvZ3JhcGh5IH0gZnJvbSAnLi4vLi4vY29tcG9uZW50cy9UeXBvZ3JhcGh5JztcbmltcG9ydCB7IGRlZmF1bHQgYXMgY2xhc3NuYW1lcywgam9pbkNscyB9IGZyb20gJy4uLy4uL3V0aWxzL2NsYXNzbmFtZXMnO1xuaW1wb3J0ICcuL3N0eWxlJztcbmNvbnN0IGNsYXNzZXMgPSBjbGFzc25hbWVzKCdmaWVsZC1saXN0Jyk7XG5jb25zdCBGaWVsZExpc3QgPSAoeyByb3dzLCBsYWJlbFZhcmlhbnQgPSAndGl0bGUnLCBkaXZpZGVyID0gJ2JvdHRvbScsIGNvcHlhYmxlID0gZmFsc2UsIGNsYXNzTmFtZSwgfSkgPT4ge1xuICAgIGNvbnN0IExhYmVsVHlwb2dyYXBoeSA9IGxhYmVsVmFyaWFudCA9PT0gJ3RpdGxlJyA/IFR5cG9ncmFwaHkuVGl0bGUgOiBUeXBvZ3JhcGh5LkJvZHk7XG4gICAgY29uc3QgbGFiZWxTaXplID0gbGFiZWxWYXJpYW50ID09PSAndGl0bGUnID8gJ3NtJyA6ICdtZCc7XG4gICAgcmV0dXJuIChfanN4KFwidWxcIiwgeyBjbGFzc05hbWU6IGpvaW5DbHMoY2xhc3NlcygpLCBjbGFzc2VzKGBkaXZpZGVyLSR7ZGl2aWRlcn1gKSwgY2xhc3NOYW1lKSwgY2hpbGRyZW46IHJvd3MubWFwKChyb3csIGluZGV4KSA9PiB7XG4gICAgICAgICAgICB2YXIgX2E7XG4gICAgICAgICAgICBjb25zdCBjb3B5VGV4dCA9IChfYSA9IHJvdy5jb3B5VmFsdWUpICE9PSBudWxsICYmIF9hICE9PSB2b2lkIDAgPyBfYSA6IChjb3B5YWJsZSAmJiB0eXBlb2Ygcm93LnZhbHVlID09PSAnc3RyaW5nJyA/IHJvdy52YWx1ZSA6IHVuZGVmaW5lZCk7XG4gICAgICAgICAgICByZXR1cm4gKF9qc3hzKFwibGlcIiwgeyBjbGFzc05hbWU6IGpvaW5DbHMoY2xhc3Nlcygncm93JyksIHJvdy5oaWdobGlnaHQgJiYgY2xhc3Nlcygncm93LWhpZ2hsaWdodCcpKSwgY2hpbGRyZW46IFtyb3cuaGlnaGxpZ2h0ICYmIF9qc3goXCJkaXZcIiwgeyBjbGFzc05hbWU6IGNsYXNzZXMoJ2JhbmQnKSB9KSwgX2pzeChMYWJlbFR5cG9ncmFwaHksIHsgc2l6ZTogbGFiZWxTaXplLCBjbGFzc05hbWU6IGpvaW5DbHMoY2xhc3NlcygnY29sJyksIHJvdy5sYWJlbENscyksIGNoaWxkcmVuOiByb3cubGFiZWwgfSksIHR5cGVvZiByb3cudmFsdWUgPT09ICdzdHJpbmcnID8gKF9qc3hzKFwiZGl2XCIsIHsgY2xhc3NOYW1lOiBqb2luQ2xzKGNsYXNzZXMoJ2NvbCcpLCBjbGFzc2VzKCd2YWx1ZScpKSwgY2hpbGRyZW46IFtfanN4KFR5cG9ncmFwaHkuQm9keSwgeyBzaXplOiAnbWQnLCBzdHJvbmc6IHRydWUsIGNsYXNzTmFtZTogam9pbkNscyhjbGFzc2VzKCd2YWx1ZS10ZXh0JyksIHJvdy52YWx1ZUNscyksIGNoaWxkcmVuOiByb3cudmFsdWUgfSksIGNvcHlUZXh0ICE9IG51bGwgJiYgKF9qc3goQ29weSwgeyB2YWx1ZTogY29weVRleHQsIGljb25TaXplOiAxNiwgY2xhc3NOYW1lOiBqb2luQ2xzKGNsYXNzZXMoJ2NvcHknKSwgcm93LmhpZ2hsaWdodCAmJiBjbGFzc2VzKCdjb3B5LWhpZ2hsaWdodCcpKSB9KSldIH0pKSA6IChyb3cudmFsdWUpXSB9LCBpbmRleCkpO1xuICAgICAgICB9KSB9KSk7XG59O1xuZXhwb3J0IGRlZmF1bHQgbWVtbyhGaWVsZExpc3QpOyJdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Retrieves the spacing value for a given token key.
|
|
3
|
-
*
|
|
4
|
-
* @param {string} $key - The spacing token key (e.g., '100', '200').
|
|
5
|
-
* @return {length|null} The computed spacing value or null if the key is invalid.
|
|
6
|
-
* @example
|
|
7
|
-
* .element {
|
|
8
|
-
* padding: om-spacing-token('200'); // Returns 8px if $om-sys-spacing-unit is 4px
|
|
9
|
-
* }
|
|
10
|
-
*/
|
|
11
|
-
/**
|
|
12
|
-
* Computes the spacing value based on a token key or a direct length value.
|
|
13
|
-
*
|
|
14
|
-
* @param {string|length} $value - The spacing token key (e.g., '100') or a direct length value (e.g., '16px').
|
|
15
|
-
* @return {length} The computed spacing value.
|
|
16
|
-
* @example
|
|
17
|
-
* .element {
|
|
18
|
-
* margin: om-spacing-value('300'); // Returns 12px if $om-sys-spacing-unit is 4px
|
|
19
|
-
* padding: om-spacing-value(16px); // Returns 16px
|
|
20
|
-
* gap: om-spacing-value(2); // Returns 8px if $om-sys-spacing-unit is 4px
|
|
21
|
-
* }
|
|
22
|
-
*/
|
|
23
|
-
.om-component-ui-field-list {
|
|
24
|
-
display: flex;
|
|
25
|
-
flex-direction: column;
|
|
26
|
-
width: 100%;
|
|
27
|
-
margin: 0;
|
|
28
|
-
padding: 0;
|
|
29
|
-
list-style: none;
|
|
30
|
-
}
|
|
31
|
-
.om-component-ui-field-list > .om-component-ui-field-list-row:has(+ .om-component-ui-field-list-row-highlight) {
|
|
32
|
-
border: 0;
|
|
33
|
-
}
|
|
34
|
-
.om-component-ui-field-list-row {
|
|
35
|
-
display: inline-flex;
|
|
36
|
-
gap: var(--om-spacing-300, 12px);
|
|
37
|
-
align-items: center;
|
|
38
|
-
padding-block: var(--om-spacing-300, 12px);
|
|
39
|
-
}
|
|
40
|
-
.om-component-ui-field-list-divider-bottom .om-component-ui-field-list-row {
|
|
41
|
-
border: 0;
|
|
42
|
-
border-bottom: 1px solid var(--om-border-neutral-secondary, #f0f0f0);
|
|
43
|
-
}
|
|
44
|
-
.om-component-ui-field-list-divider-bottom .om-component-ui-field-list-row:last-child {
|
|
45
|
-
padding-bottom: 0;
|
|
46
|
-
border-bottom: 0;
|
|
47
|
-
}
|
|
48
|
-
.om-component-ui-field-list-divider-top .om-component-ui-field-list-row {
|
|
49
|
-
border: 0;
|
|
50
|
-
border-top: 1px solid var(--om-border-default, #d1d2d2);
|
|
51
|
-
}
|
|
52
|
-
.om-component-ui-field-list-divider-top .om-component-ui-field-list-row:first-child {
|
|
53
|
-
border-top: 0;
|
|
54
|
-
}
|
|
55
|
-
.om-component-ui-field-list-row-highlight {
|
|
56
|
-
position: relative;
|
|
57
|
-
padding-bottom: var(--om-spacing-300, 12px) !important;
|
|
58
|
-
border: 0 !important;
|
|
59
|
-
}
|
|
60
|
-
.om-component-ui-field-list-band {
|
|
61
|
-
position: absolute;
|
|
62
|
-
inset-block: 0;
|
|
63
|
-
inset-inline: calc(var(--om-spacing-200, 8px) * -1);
|
|
64
|
-
background-color: var(--om-bg-warning-secondary, rgba(244, 198, 0, 0.1));
|
|
65
|
-
border-radius: var(--om-radius-300, 12px);
|
|
66
|
-
}
|
|
67
|
-
.om-component-ui-field-list-col {
|
|
68
|
-
flex-shrink: 0;
|
|
69
|
-
width: calc(50% - 6px);
|
|
70
|
-
}
|
|
71
|
-
.om-component-ui-field-list-value {
|
|
72
|
-
display: inline-flex;
|
|
73
|
-
gap: var(--om-spacing-400, 16px);
|
|
74
|
-
align-items: center;
|
|
75
|
-
justify-content: flex-end;
|
|
76
|
-
min-width: 0;
|
|
77
|
-
}
|
|
78
|
-
.om-component-ui-field-list-value-text {
|
|
79
|
-
text-align: right;
|
|
80
|
-
overflow-wrap: break-word;
|
|
81
|
-
}
|
|
82
|
-
.om-component-ui-field-list-copy {
|
|
83
|
-
padding: var(--om-spacing-200, 8px) !important;
|
|
84
|
-
border-radius: var(--om-radius-200, 8px) !important;
|
|
85
|
-
}
|
|
86
|
-
.om-component-ui-field-list-copy-highlight {
|
|
87
|
-
z-index: 10;
|
|
88
|
-
background-color: var(--om-bg-warning, #f4c600) !important;
|
|
89
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
require("./FieldList.css");
|
|
4
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0ZpZWxkTGlzdC9zcmMvYnVzaW5lc3MvRmllbGRMaXN0L3N0eWxlL2luZGV4LnRzIl0sIm5hbWVzIjpbInJlcXVpcmUiXSwibWFwcGluZ3MiOiI7O0FBQUFBLE9BQUEiLCJmaWxlIjoiYnVzaW5lc3MvRmllbGRMaXN0L3N0eWxlL2Nzcy5qcyIsInNvdXJjZXNDb250ZW50IjpbbnVsbF0sInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMifQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './FieldList.css';
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
require("./FieldList.css");
|
|
4
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0ZpZWxkTGlzdC9zcmMvYnVzaW5lc3MvRmllbGRMaXN0L3N0eWxlL2luZGV4LnRzIl0sIm5hbWVzIjpbInJlcXVpcmUiXSwibWFwcGluZ3MiOiI7O0FBQUFBLE9BQUEiLCJmaWxlIjoiYnVzaW5lc3MvRmllbGRMaXN0L3N0eWxlL2luZGV4LmpzIiwic291cmNlc0NvbnRlbnQiOltudWxsXSwic291cmNlUm9vdCI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYyJ9
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { FormPageProps } from './interface';
|
|
2
|
-
export declare const FormPage: (<Values extends Record<string, any> = Record<string, any>>({ size, width, className, title, extra, description, children, initialValues, onSubmit, onSuccess, submitText, secondary, footnote, formRef, formProps, }: FormPageProps<Values>) => import("react/jsx-runtime").JSX.Element) & {
|
|
3
|
-
Field: ({ half, children }: import("../shared/formCore/BaseProForm").FormFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
};
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.FormPage = void 0;
|
|
7
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
8
|
-
var _react = require("react");
|
|
9
|
-
var _ActionBar = require("../../components/ActionBar");
|
|
10
|
-
var _FormLayout = require("../../components/FormLayout");
|
|
11
|
-
var _Typography = require("../../components/Typography");
|
|
12
|
-
var _BaseProForm = require("../shared/formCore/BaseProForm");
|
|
13
|
-
var _useSubmitAction2 = require("../shared/formCore/useSubmitAction");
|
|
14
|
-
/**
|
|
15
|
-
* Form scenario shell for the PAGE host — the in-document counterpart of
|
|
16
|
-
* `FormDialog`:
|
|
17
|
-
*
|
|
18
|
-
* FormLayout(page) card chrome + page density, no overlay, never scrolls
|
|
19
|
-
* internally. `size` selects the width: `large` (738,
|
|
20
|
-
* default) or `small` (448); padding and gaps are the same
|
|
21
|
-
* page density either way. Width resolves inside
|
|
22
|
-
* FormLayout; this shell only forwards `size`.
|
|
23
|
-
* ├─ BaseProForm same single ProForm config point (variant='page' + the
|
|
24
|
-
* │ same `size`, so control size / gutter / row gap match)
|
|
25
|
-
* └─ ActionBar(fill) full-width submit (page forms per the DS)
|
|
26
|
-
*
|
|
27
|
-
* The SAME fields render identically here and in FormDialog — only the
|
|
28
|
-
* container differs.
|
|
29
|
-
*/
|
|
30
|
-
var FormPageInner = function FormPageInner(_ref) {
|
|
31
|
-
var _ref$size = _ref.size,
|
|
32
|
-
size = _ref$size === void 0 ? 'large' : _ref$size,
|
|
33
|
-
width = _ref.width,
|
|
34
|
-
className = _ref.className,
|
|
35
|
-
title = _ref.title,
|
|
36
|
-
extra = _ref.extra,
|
|
37
|
-
description = _ref.description,
|
|
38
|
-
children = _ref.children,
|
|
39
|
-
initialValues = _ref.initialValues,
|
|
40
|
-
onSubmit = _ref.onSubmit,
|
|
41
|
-
onSuccess = _ref.onSuccess,
|
|
42
|
-
submitText = _ref.submitText,
|
|
43
|
-
secondary = _ref.secondary,
|
|
44
|
-
footnote = _ref.footnote,
|
|
45
|
-
formRef = _ref.formRef,
|
|
46
|
-
formProps = _ref.formProps;
|
|
47
|
-
var innerRef = (0, _react.useRef)(undefined);
|
|
48
|
-
var _useSubmitAction = (0, _useSubmitAction2.useSubmitAction)(onSubmit, onSuccess),
|
|
49
|
-
submitting = _useSubmitAction.submitting,
|
|
50
|
-
handleFinish = _useSubmitAction.handleFinish;
|
|
51
|
-
(0, _react.useEffect)(function () {
|
|
52
|
-
if (formRef) formRef.current = innerRef.current;
|
|
53
|
-
});
|
|
54
|
-
return (0, _jsxRuntime.jsxs)(_FormLayout.FormLayout, {
|
|
55
|
-
variant: 'page',
|
|
56
|
-
size: size,
|
|
57
|
-
width: width,
|
|
58
|
-
className: className,
|
|
59
|
-
title: title,
|
|
60
|
-
extra: extra,
|
|
61
|
-
footer: (0, _jsxRuntime.jsx)(_ActionBar.ActionBar, {
|
|
62
|
-
layout: 'fill',
|
|
63
|
-
secondary: secondary,
|
|
64
|
-
primary: {
|
|
65
|
-
label: submitText,
|
|
66
|
-
loading: submitting,
|
|
67
|
-
onClick: function onClick() {
|
|
68
|
-
var _a;
|
|
69
|
-
return (_a = innerRef.current) === null || _a === void 0 ? void 0 : _a.submitForm();
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
footnote: footnote
|
|
73
|
-
}),
|
|
74
|
-
children: [description && (0, _jsxRuntime.jsx)(_Typography.Typography.Body, {
|
|
75
|
-
as: 'p',
|
|
76
|
-
size: 'md',
|
|
77
|
-
strong: true,
|
|
78
|
-
color: 'default-secondary',
|
|
79
|
-
children: description
|
|
80
|
-
}), (0, _jsxRuntime.jsx)(_BaseProForm.BaseProForm, Object.assign({}, formProps, {
|
|
81
|
-
variant: 'page',
|
|
82
|
-
size: size,
|
|
83
|
-
formRef: innerRef,
|
|
84
|
-
initialValues: initialValues,
|
|
85
|
-
onFinish: handleFinish,
|
|
86
|
-
children: children
|
|
87
|
-
}))]
|
|
88
|
-
});
|
|
89
|
-
};
|
|
90
|
-
var FormPage = exports.FormPage = Object.assign(FormPageInner, {
|
|
91
|
-
Field: _BaseProForm.FormField
|
|
92
|
-
});
|
|
93
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL0Zvcm1QYWdlL0Zvcm1QYWdlLmpzIiwiYnVzaW5lc3Mvc3JjL2J1c2luZXNzL0Zvcm1QYWdlL0Zvcm1QYWdlLnRzeCJdLCJuYW1lcyI6WyJfanN4UnVudGltZSIsInJlcXVpcmUiLCJfcmVhY3QiLCJfQWN0aW9uQmFyIiwiX0Zvcm1MYXlvdXQiLCJfVHlwb2dyYXBoeSIsIl9CYXNlUHJvRm9ybSIsIl91c2VTdWJtaXRBY3Rpb24yIiwiRm9ybVBhZ2VJbm5lciIsIl9yZWYiLCJfcmVmJHNpemUiLCJzaXplIiwid2lkdGgiLCJjbGFzc05hbWUiLCJ0aXRsZSIsImV4dHJhIiwiZGVzY3JpcHRpb24iLCJjaGlsZHJlbiIsImluaXRpYWxWYWx1ZXMiLCJvblN1Ym1pdCIsIm9uU3VjY2VzcyIsInN1Ym1pdFRleHQiLCJzZWNvbmRhcnkiLCJmb290bm90ZSIsImZvcm1SZWYiLCJmb3JtUHJvcHMiLCJpbm5lclJlZiIsInVzZVJlZiIsInVuZGVmaW5lZCIsIl91c2VTdWJtaXRBY3Rpb24iLCJ1c2VTdWJtaXRBY3Rpb24iLCJzdWJtaXR0aW5nIiwiaGFuZGxlRmluaXNoIiwidXNlRWZmZWN0IiwiY3VycmVudCIsIl9qc3hzIiwiRm9ybUxheW91dCIsInZhcmlhbnQiLCJmb290ZXIiLCJfanN4IiwiQWN0aW9uQmFyIiwibGF5b3V0IiwicHJpbWFyeSIsImxhYmVsIiwibG9hZGluZyIsIm9uQ2xpY2siLCJfYSIsInN1Ym1pdEZvcm0iLCJUeXBvZ3JhcGh5IiwiQm9keSIsImFzIiwic3Ryb25nIiwiY29sb3IiLCJCYXNlUHJvRm9ybSIsIk9iamVjdCIsImFzc2lnbiIsIm9uRmluaXNoIiwiRm9ybVBhZ2UiLCJleHBvcnRzIiwiRmllbGQiLCJGb3JtRmllbGQiXSwibWFwcGluZ3MiOiI7Ozs7OztBQUFBLElBQUFBLFdBQUEsR0FBQUMsT0FBQTtBQ0FBLElBQUFDLE1BQUEsR0FBQUQsT0FBQTtBQUNBLElBQUFFLFVBQUEsR0FBQUYsT0FBQTtBQUNBLElBQUFH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SUFBVyxDQUFBLENBRWYsRUFDRCxJQUFBdUIsZUFBQSxFQUFDYyx3QkFBVyxFQUFBQyxNQUFBLENBQUFDLE1BQUEsQ0FBQSxDQUFBLENBQUEsRUFDTjlCLFNBQVMsRUFBQTtNQUNiWSxPQUFPLEVBQUMsTUFBTTtNQUNkMUIsSUFBSSxFQUFFQSxJQUFJO01BQ1ZhLE9BQU8sRUFBRUUsUUFBUTtNQUNqQlIsYUFBYSxFQUFFQSxhQUFhO01BQzVCc0MsUUFBUSxFQUFFeEIsWUFBWTtNQUFBZixRQUFBLEVBRXJCQTtJQUFRLENBQUEsQ0FBQSxDQUNHO0VBQUEsQ0FBQSxDQUNIO0FBRWpCLENBQUM7QUFFTSxJQUFNd0MsUUFBUSxHQUFBQyxPQUFBLENBQUFELFFBQUEsR0FBR0gsTUFBTSxDQUFDQyxNQUFNLENBQUMvQyxhQUFhLEVBQUU7RUFBRW1ELEtBQUssRUFBRUM7QUFBUyxDQUFFLENBQUMiLCJmaWxlIjoiYnVzaW5lc3MvRm9ybVBhZ2UvRm9ybVBhZ2UuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBqc3ggYXMgX2pzeCwganN4cyBhcyBfanN4cyB9IGZyb20gXCJyZWFjdC9qc3gtcnVudGltZVwiO1xuaW1wb3J0IHsgdXNlRWZmZWN0LCB1c2VSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBBY3Rpb25CYXIgfSBmcm9tICcuLi8uLi9jb21wb25lbnRzL0FjdGlvbkJhcic7XG5pbXBvcnQgeyBGb3JtTGF5b3V0IH0gZnJvbSAnLi4vLi4vY29tcG9uZW50cy9Gb3JtTGF5b3V0JztcbmltcG9ydCB7IFR5cG9ncmFwaHkgfSBmcm9tICcuLi8uLi9jb21wb25lbnRzL1R5cG9ncmFwaHknO1xuaW1wb3J0IHsgQmFzZVByb0Zvcm0sIEZvcm1GaWVsZCB9IGZyb20gJy4uL3NoYXJlZC9mb3JtQ29yZS9CYXNlUHJvRm9ybSc7XG5pbXBvcnQgeyB1c2VTdWJtaXRBY3Rpb24gfSBmcm9tICcuLi9zaGFyZWQvZm9ybUNvcmUvdXNlU3VibWl0QWN0aW9uJztcbi8qKlxuICogRm9ybSBzY2VuYXJpbyBzaGVsbCBmb3IgdGhlIFBBR0UgaG9zdCDigJQgdGhlIGluLWRvY3VtZW50IGNvdW50ZXJwYXJ0IG9mXG4gKiBgRm9ybURpYWxvZ2A6XG4gKlxuICogICBGb3JtTGF5b3V0KHBhZ2UpICAgY2FyZCBjaHJvbWUgKyBwYWdlIGRlbnNpdHksIG5vIG92ZXJsYXksIG5ldmVyIHNjcm9sbHNcbiAqICAgICAgICAgICAgICAgICAgICAgIGludGVybmFsbHkuIGBzaXplYCBzZWxlY3RzIHRoZSB3aWR0aDogYGxhcmdlYCAoNzM4LFxuICogICAgICAgICAgICAgICAgICAgICAgZGVmYXVsdCkgb3IgYHNtYWxsYCAoNDQ4KTsgcGFkZGluZyBhbmQgZ2FwcyBhcmUgdGhlIHNhbWVcbiAqICAgICAgICAgICAgICAgICAgICAgIHBhZ2UgZGVuc2l0eSBlaXRoZXIgd2F5LiBXaWR0aCByZXNvbHZlcyBpbnNpZGVcbiAqICAgICAgICAgICAgICAgICAgICAgIEZvcm1MYXlvdXQ7IHRoaXMgc2hlbGwgb25seSBmb3J3YXJkcyBgc2l6ZWAuXG4gKiAgIOKUnOKUgCBCYXNlUHJvRm9ybSAgICAgc2FtZSBzaW5nbGUgUHJvRm9ybSBjb25maWcgcG9pbnQgKHZhcmlhbnQ9J3BhZ2UnICsgdGhlXG4gKiAgIOKUgiAgICAgICAgICAgICAgICAgIHNhbWUgYHNpemVgLCBzbyBjb250cm9sIHNpemUgLyBndXR0ZXIgLyByb3cgZ2FwIG1hdGNoKVxuICogICDilJTilIAgQWN0aW9uQmFyKGZpbGwpIGZ1bGwtd2lkdGggc3VibWl0IChwYWdlIGZvcm1zIHBlciB0aGUgRFMpXG4gKlxuICogVGhlIFNBTUUgZmllbGRzIHJlbmRlciBpZGVudGljYWxseSBoZXJlIGFuZCBpbiBGb3JtRGlhbG9nIOKAlCBvbmx5IHRoZVxuICogY29udGFpbmVyIGRpZmZlcnMuXG4gKi9cbmNvbnN0IEZvcm1QYWdlSW5uZXIgPSAoeyBzaXplID0gJ2xhcmdlJywgd2lkdGgsIGNsYXNzTmFtZSwgdGl0bGUsIGV4dHJhLCBkZXNjcmlwdGlvbiwgY2hpbGRyZW4sIGluaXRpYWxWYWx1ZXMsIG9uU3VibWl0LCBvblN1Y2Nlc3MsIHN1Ym1pdFRleHQsIHNlY29uZGFyeSwgZm9vdG5vdGUsIGZvcm1SZWYsIGZvcm1Qcm9wcywgfSkgPT4ge1xuICAgIGNvbnN0IGlubmVyUmVmID0gdXNlUmVmKHVuZGVmaW5lZCk7XG4gICAgY29uc3QgeyBzdWJtaXR0aW5nLCBoYW5kbGVGaW5pc2ggfSA9IHVzZVN1Ym1pdEFjdGlvbihvblN1Ym1pdCwgb25TdWNjZXNzKTtcbiAgICB1c2VFZmZlY3QoKCkgPT4ge1xuICAgICAgICBpZiAoZm9ybVJlZilcbiAgICAgICAgICAgIGZvcm1SZWYuY3VycmVudCA9IGlubmVyUmVmLmN1cnJlbnQ7XG4gICAgfSk7XG4gICAgcmV0dXJuIChfanN4cyhGb3JtTGF5b3V0LCB7IHZhcmlhbnQ6ICdwYWdlJywgc2l6ZTogc2l6ZSwgd2lkdGg6IHdpZHRoLCBjbGFzc05hbWU6IGNsYXNzTmFtZSwgdGl0bGU6IHRpdGxlLCBleHRyYTogZXh0cmEsIGZvb3RlcjogX2pzeChBY3Rpb25CYXIsIHsgbGF5b3V0OiAnZmlsbCcsIHNlY29uZGFyeTogc2Vjb25kYXJ5LCBwcmltYXJ5OiB7XG4gICAgICAgICAgICAgICAgbGFiZWw6IHN1Ym1pdFRleHQsXG4gICAgICAgICAgICAgICAgbG9hZGluZzogc3VibWl0dGluZyxcbiAgICAgICAgICAgICAgICBvbkNsaWNrOiAoKSA9PiB7IHZhciBfYTsgcmV0dXJuIChfYSA9IGlubmVyUmVmLmN1cnJlbnQpID09PSBudWxsIHx8IF9hID09PSB2b2lkIDAgPyB2b2lkIDAgOiBfYS5zdWJtaXRGb3JtKCk7IH0sXG4gICAgICAgICAgICB9LCBmb290bm90ZTogZm9vdG5vdGUgfSksIGNoaWxkcmVuOiBbZGVzY3JpcHRpb24gJiYgKF9qc3goVHlwb2dyYXBoeS5Cb2R5LCB7IGFzOiAncCcsIHNpemU6ICdtZCcsIHN0cm9uZzogdHJ1ZSwgY29sb3I6ICdkZWZhdWx0LXNlY29uZGFyeScsIGNoaWxkcmVuOiBkZXNjcmlwdGlvbiB9KSksIF9qc3goQmFzZVByb0Zvcm0sIE9iamVjdC5hc3NpZ24oe30sIGZvcm1Qcm9wcywgeyB2YXJpYW50OiAncGFnZScsIHNpemU6IHNpemUsIGZvcm1SZWY6IGlubmVyUmVmLCBpbml0aWFsVmFsdWVzOiBpbml0aWFsVmFsdWVzLCBvbkZpbmlzaDogaGFuZGxlRmluaXNoLCBjaGlsZHJlbjogY2hpbGRyZW4gfSkpXSB9KSk7XG59O1xuZXhwb3J0IGNvbnN0IEZvcm1QYWdlID0gT2JqZWN0LmFzc2lnbihGb3JtUGFnZUlubmVyLCB7IEZpZWxkOiBGb3JtRmllbGQgfSk7IixudWxsXSwic291cmNlUm9vdCI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYyJ9
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var _exportNames = {
|
|
7
|
-
FormPage: true
|
|
8
|
-
};
|
|
9
|
-
Object.defineProperty(exports, "FormPage", {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function get() {
|
|
12
|
-
return _FormPage.FormPage;
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
exports["default"] = void 0;
|
|
16
|
-
var _FormPage = require("./FormPage");
|
|
17
|
-
var _interface = require("./interface");
|
|
18
|
-
Object.keys(_interface).forEach(function (key) {
|
|
19
|
-
if (key === "default" || key === "__esModule") return;
|
|
20
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
21
|
-
if (key in exports && exports[key] === _interface[key]) return;
|
|
22
|
-
Object.defineProperty(exports, key, {
|
|
23
|
-
enumerable: true,
|
|
24
|
-
get: function get() {
|
|
25
|
-
return _interface[key];
|
|
26
|
-
}
|
|
27
|
-
});
|
|
28
|
-
});
|
|
29
|
-
var _default = exports["default"] = _FormPage.FormPage;
|
|
30
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1c2luZXNzL3NyYy9idXNpbmVzcy9Gb3JtUGFnZS9pbmRleC50cyJdLCJuYW1lcyI6WyJfRm9ybVBhZ2UiLCJyZXF1aXJlIiwiX2ludGVyZmFjZSIsIk9iamVjdCIsImtleXMiLCJmb3JFYWNoIiwia2V5IiwicHJvdG90eXBlIiwiaGFzT3duUHJvcGVydHkiLCJjYWxsIiwiX2V4cG9ydE5hbWVzIiwiZXhwb3J0cyIsImRlZmluZVByb3BlcnR5IiwiZW51bWVyYWJsZSIsImdldCIsIl9kZWZhdWx0IiwiRm9ybVBhZ2UiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7OztBQUFBLElBQUFBLFNBQUEsR0FBQUMsT0FBQTtBQU1BLElBQUFDLFVBQUEsR0FBQUQsT0FBQTtBQUFBRSxNQUFBLENBQUFDLElBQUEsQ0FBQUYsVUFBQSxFQUFBRyxPQUFBLFdBQUFDLEdBQUE7RUFBQSxJQUFBQSxHQUFBLGtCQUFBQSxHQUFBO0VBQUEsSUFBQUgsTUFBQSxDQUFBSSxTQUFBLENBQUFDLGNBQUEsQ0FBQUMsSUFBQSxDQUFBQyxZQUFBLEVBQUFKLEdBQUE7RUFBQSxJQUFBQSxHQUFBLElBQUFLLE9BQUEsSUFBQUEsT0FBQSxDQUFBTCxHQUFBLE1BQUFKLFVBQUEsQ0FBQUksR0FBQTtFQUFBSCxNQUFBLENBQUFTLGNBQUEsQ0FBQUQsT0FBQSxFQUFBTCxHQUFBO0lBQUFPLFVBQUE7SUFBQUMsR0FBQSxXQUFBQSxJQUFBO01BQUEsT0FBQVosVUFBQSxDQUFBSSxHQUFBO0lBQUE7RUFBQTtBQUFBO0FBQTRCLElBQUFTLFFBQUEsR0FBQUosT0FBQSxjQUZiSyxrQkFBUSIsImZpbGUiOiJidXNpbmVzcy9Gb3JtUGFnZS9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbbnVsbF0sInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMifQ==
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import type { ReactNode, RefObject } from 'react';
|
|
2
|
-
import type { ActionBarAction, ActionBarFootnote } from "../../components/ActionBar";
|
|
3
|
-
import type { FormLayoutProps, FormLayoutSize } from "../../components/FormLayout";
|
|
4
|
-
import type { ProFormFormInstance } from "../../components/ProForm";
|
|
5
|
-
import type { BaseProFormProps } from '../shared/formCore/BaseProForm';
|
|
6
|
-
import type { SubmitHandler } from '../shared/formCore/useSubmitAction';
|
|
7
|
-
export interface FormPageProps<Values extends Record<string, any> = Record<string, any>> extends Pick<FormLayoutProps, 'width' | 'className'> {
|
|
8
|
-
/**
|
|
9
|
-
* Panel size, forwarded to FormLayout (and the form preset). `large` is the
|
|
10
|
-
* page density (738 wide, 32 padding, 24 gaps); `small` is a narrower 448
|
|
11
|
-
* page (same padding and gaps). Defaults to `large`. Pass an explicit
|
|
12
|
-
* `width` to override the resolved one.
|
|
13
|
-
*/
|
|
14
|
-
size?: FormLayoutSize;
|
|
15
|
-
/** Card heading (FormLayout header). */
|
|
16
|
-
title?: ReactNode;
|
|
17
|
-
/** Trailing slot on the title row (e.g. an environment switcher). */
|
|
18
|
-
extra?: ReactNode;
|
|
19
|
-
/** Supporting copy rendered above the fields. */
|
|
20
|
-
description?: ReactNode;
|
|
21
|
-
/** ProForm fields — wrap each in `FormPage.Field` for half/full width. */
|
|
22
|
-
children?: ReactNode;
|
|
23
|
-
/** Initial form values. */
|
|
24
|
-
initialValues?: BaseProFormProps<Values>['initialValues'];
|
|
25
|
-
/**
|
|
26
|
-
* Validated-submit handler. Resolving (or returning `true`/`void`) fires
|
|
27
|
-
* `onSuccess`; returning `false` or throwing keeps the page state intact.
|
|
28
|
-
*/
|
|
29
|
-
onSubmit?: SubmitHandler<Values>;
|
|
30
|
-
/** Fires after a successful submit (e.g. route to the next step). */
|
|
31
|
-
onSuccess?: () => void;
|
|
32
|
-
/** Submit button label override (defaults to the generic 'Confirm'). */
|
|
33
|
-
submitText?: ReactNode;
|
|
34
|
-
/** Optional secondary (left) action. */
|
|
35
|
-
secondary?: ActionBarAction;
|
|
36
|
-
/** Optional centered footnote row below the actions. */
|
|
37
|
-
footnote?: ActionBarFootnote;
|
|
38
|
-
/** Imperative form instance (validate, set values, …). */
|
|
39
|
-
formRef?: RefObject<ProFormFormInstance<Values> | undefined>;
|
|
40
|
-
/** Extra ProForm props (layout props are locked and stripped). */
|
|
41
|
-
formProps?: Omit<BaseProFormProps<Values>, 'variant' | 'size' | 'initialValues' | 'onFinish' | 'formRef' | 'children'>;
|
|
42
|
-
}
|
|
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVzaW5lc3MvRm9ybVBhZ2UvaW50ZXJmYWNlLmpzIiwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIiwic291cmNlcyI6WyJidXNpbmVzcy9Gb3JtUGFnZS9pbnRlcmZhY2UuanMiXSwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHt9OyJdLCJtYXBwaW5ncyI6IiIsImlnbm9yZUxpc3QiOltdfQ==
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
import type { FormLayoutSize, FormLayoutVariant } from "../../../components/FormLayout";
|
|
3
|
-
import type { ProFormProps } from "../../../components/ProForm";
|
|
4
|
-
/**
|
|
5
|
-
* Layout props stripped from consumer-provided form props — the FormLayout
|
|
6
|
-
* variant config always wins. Explicit list keeps the lockdown auditable.
|
|
7
|
-
*/
|
|
8
|
-
export declare const LOCKED_FORM_PROPS: readonly ["size", "layout", "grid", "rowProps", "colProps", "submitter", "formComponentType"];
|
|
9
|
-
export type BaseProFormProps<Values extends Record<string, any> = Record<string, any>> = Omit<ProFormProps<Values>, (typeof LOCKED_FORM_PROPS)[number]> & {
|
|
10
|
-
/** FormLayout variant this form lives in; drives gutter + control size. */
|
|
11
|
-
variant?: FormLayoutVariant;
|
|
12
|
-
/** FormLayout size within the variant; drives the same resolved density. */
|
|
13
|
-
size?: FormLayoutSize;
|
|
14
|
-
};
|
|
15
|
-
/**
|
|
16
|
-
* The only place a Dialog (business shell) surface instantiates ProForm.
|
|
17
|
-
*
|
|
18
|
-
* Spacing is single-sourced from `resolveFormLayoutConfig(variant, size)`:
|
|
19
|
-
* - row gap: `itemGap` receives the CSS VAR the FormLayout root sets, so
|
|
20
|
-
* field spacing follows the resolved density with zero JS values;
|
|
21
|
-
* - column gutter + control size: Grid/size are JS-only APIs, so they are
|
|
22
|
-
* read from the same resolved config per (variant, size);
|
|
23
|
-
* - `submitter` is locked off (actions live in the FormLayout footer) and
|
|
24
|
-
* `formComponentType='DialogForm'` keeps field popups (Select, DatePicker)
|
|
25
|
-
* mounted inside the overlay in modal usage.
|
|
26
|
-
*/
|
|
27
|
-
export declare const BaseProForm: <Values extends Record<string, any> = Record<string, any>>(props: BaseProFormProps<Values>) => import("react/jsx-runtime").JSX.Element;
|
|
28
|
-
export interface FormFieldProps {
|
|
29
|
-
/** Half-row field (two-column layouts). Defaults to a full-row field. */
|
|
30
|
-
half?: boolean;
|
|
31
|
-
/** Exactly one ProForm field / item element. */
|
|
32
|
-
children: ReactNode;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* The ONLY width vocabulary a consumer gets inside a form: `half` or full.
|
|
36
|
-
* Injects the matching grid `colProps`; arbitrary spans stay out of
|
|
37
|
-
* business code. (For non-form content use `FormRow`/`FormCell` instead —
|
|
38
|
-
* never mix the two systems inside one form.)
|
|
39
|
-
*/
|
|
40
|
-
export declare const FormField: ({ half, children }: FormFieldProps) => import("react/jsx-runtime").JSX.Element;
|