amis-ui 2.3.2-beta.1 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +2 -2
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.d.ts +2 -2
- package/esm/components/Avatar.js +4 -4
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.d.ts +1 -1
- package/esm/components/BaiduMapPicker.js +5 -5
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.js +3 -3
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +22 -14
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.js +3 -7
- package/esm/components/Drawer.js +1 -1
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.d.ts +462 -0
- package/esm/components/MultilineText.js +85 -0
- package/esm/components/NumberInput.d.ts +34 -11
- package/esm/components/NumberInput.js +88 -34
- package/esm/components/Pagination.js +1 -1
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.js +17 -15
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +10 -8
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.js +1 -1
- package/esm/components/Selection.js +7 -5
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.js +3 -1
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +2 -2
- package/esm/components/Tinymce.d.ts +1 -0
- package/esm/components/Tinymce.js +5 -3
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.js +1 -1
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.js +1 -1
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.js +3 -1
- package/esm/components/UserTabSelect.js +3 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +2 -6
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +2 -2
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Formula.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.d.ts +9 -1
- package/esm/components/condition-builder/Group.js +57 -13
- package/esm/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/esm/components/condition-builder/GroupOrItem.js +7 -5
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +3 -3
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Picker.js +3 -3
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.d.ts +2 -1
- package/esm/components/icons.js +2 -1
- package/esm/components/index.d.ts +12 -7
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.d.ts +3 -3
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -3
- package/esm/icons/alert-info.svg.js +1 -3
- package/esm/icons/alert-success.svg.js +1 -3
- package/esm/icons/alert-warning.svg.js +1 -3
- package/esm/icons/back.svg.js +1 -3
- package/esm/icons/calendar.svg.js +1 -3
- package/esm/icons/caret.svg.js +1 -3
- package/esm/icons/check-circle.svg.js +1 -3
- package/esm/icons/check.svg.js +1 -3
- package/esm/icons/clock.svg.js +1 -3
- package/esm/icons/close-small.svg.js +1 -3
- package/esm/icons/close.svg.js +1 -3
- package/esm/icons/cloud-upload.svg.js +1 -3
- package/esm/icons/column-filter.svg.js +1 -3
- package/esm/icons/columns.svg.js +1 -3
- package/esm/icons/compress-alt.svg.js +1 -3
- package/esm/icons/copy.svg.js +1 -3
- package/esm/icons/date.svg.js +1 -3
- package/esm/icons/department.svg.js +1 -3
- package/esm/icons/desk-empty.svg.js +1 -3
- package/esm/icons/dot.svg.js +1 -3
- package/esm/icons/down-arrow-bold.svg.js +1 -3
- package/esm/icons/down.svg.js +1 -3
- package/esm/icons/download.svg.js +1 -3
- package/esm/icons/drag-bar.svg.js +1 -3
- package/esm/icons/drag.svg.js +1 -3
- package/esm/icons/edit.svg.js +1 -3
- package/esm/icons/ellipsis-v.svg.js +1 -3
- package/esm/icons/enter.svg.js +1 -3
- package/esm/icons/exchange.svg.js +1 -3
- package/esm/icons/expand-alt.svg.js +1 -3
- package/esm/icons/fail.svg.js +1 -3
- package/esm/icons/file.svg.js +1 -3
- package/esm/icons/filter.svg.js +1 -3
- package/esm/icons/folder.svg.js +1 -3
- package/esm/icons/function.svg.js +1 -3
- package/esm/icons/home.svg.js +1 -3
- package/esm/icons/image.svg.js +1 -3
- package/esm/icons/info-circle.svg.js +1 -3
- package/esm/icons/info.svg.js +1 -3
- package/esm/icons/input-clear.svg.js +1 -3
- package/esm/icons/invisible.svg.js +1 -3
- package/esm/icons/left-arrow.svg.js +1 -3
- package/esm/icons/loading-outline.svg.js +1 -3
- package/esm/icons/location.svg.js +1 -3
- package/esm/icons/menu.svg.js +1 -3
- package/esm/icons/minus.svg.js +1 -3
- package/esm/icons/move.svg.js +1 -3
- package/esm/icons/mute.svg.js +1 -3
- package/esm/icons/new-edit.svg.js +1 -3
- package/esm/icons/pause.svg.js +1 -3
- package/esm/icons/pencil.svg.js +1 -3
- package/esm/icons/play.svg.js +1 -3
- package/esm/icons/plus-cicle.svg.js +1 -3
- package/esm/icons/plus-fine.svg.js +1 -3
- package/esm/icons/plus.svg.js +1 -3
- package/esm/icons/post.svg.js +1 -3
- package/esm/icons/question-mark.svg.js +1 -3
- package/esm/icons/question.svg.js +1 -3
- package/esm/icons/redo.svg.js +1 -3
- package/esm/icons/refresh.svg.js +1 -3
- package/esm/icons/reload.svg.js +1 -3
- package/esm/icons/remove.svg.js +1 -3
- package/esm/icons/retry.svg.js +1 -3
- package/esm/icons/right-arrow-bold.svg.js +1 -3
- package/esm/icons/right-arrow.svg.js +1 -3
- package/esm/icons/right-double-arrow.svg.js +1 -3
- package/esm/icons/role.svg.js +1 -3
- package/esm/icons/rotate-left.svg.js +1 -3
- package/esm/icons/rotate-right.svg.js +1 -3
- package/esm/icons/scale-origin.svg.js +1 -3
- package/esm/icons/schedule.svg.js +1 -3
- package/esm/icons/search.svg.js +1 -3
- package/esm/icons/setting.svg.js +1 -3
- package/esm/icons/slider-handle-icon.svg.js +1 -3
- package/esm/icons/sort-asc.svg.js +1 -3
- package/esm/icons/sort-default.svg.js +1 -3
- package/esm/icons/sort-desc.svg.js +1 -3
- package/esm/icons/star.svg.js +1 -3
- package/esm/icons/status-close.svg.js +1 -3
- package/esm/icons/status-fail.svg.js +1 -3
- package/esm/icons/status-info.svg.js +1 -3
- package/esm/icons/status-success.svg.js +1 -3
- package/esm/icons/status-warning.svg.js +1 -3
- package/esm/icons/steps-finsh.svg.js +1 -3
- package/esm/icons/success.svg.js +1 -3
- package/esm/icons/transparent.svg.js +1 -3
- package/esm/icons/trash.svg.js +1 -3
- package/esm/icons/tree-down.svg.js +1 -3
- package/esm/icons/undo.svg.js +1 -3
- package/esm/icons/upload.svg.js +1 -3
- package/esm/icons/user-remove.svg.js +1 -3
- package/esm/icons/view.svg.js +1 -3
- package/esm/icons/volume.svg.js +1 -3
- package/esm/icons/warning-mark.svg.js +1 -3
- package/esm/icons/warning.svg.js +1 -3
- package/esm/icons/window-restore.svg.js +1 -3
- package/esm/icons/zoom-in.svg.js +1 -3
- package/esm/icons/zoom-out.svg.js +1 -3
- package/esm/index.js +4 -1
- package/esm/locale/de-DE.js +3 -1
- package/esm/locale/en-US.js +6 -2
- package/esm/locale/zh-CN.js +8 -4
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +10 -10
- package/lib/components/Alert2.js +2 -2
- package/lib/components/AnchorNav.d.ts +10 -10
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/Avatar.d.ts +12 -12
- package/lib/components/Avatar.js +3 -3
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.d.ts +1 -1
- package/lib/components/BaiduMapPicker.js +5 -5
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +10 -10
- package/lib/components/Button.js +3 -3
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +10 -10
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +22 -14
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +10 -10
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +40 -40
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +40 -40
- package/lib/components/DateRangePicker.js +3 -8
- package/lib/components/Drawer.d.ts +10 -10
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +40 -40
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +40 -40
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +40 -40
- package/lib/components/MultilineText.d.ts +462 -0
- package/lib/components/MultilineText.js +94 -0
- package/lib/components/NumberInput.d.ts +34 -11
- package/lib/components/NumberInput.js +88 -33
- package/lib/components/Pagination.js +1 -1
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +10 -10
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +10 -10
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +40 -40
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +17 -15
- package/lib/components/ResultTableList.d.ts +40 -40
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +10 -8
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +40 -40
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +193 -193
- package/lib/components/Select.js +1 -1
- package/lib/components/Selection.d.ts +40 -40
- package/lib/components/Selection.js +7 -5
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +10 -10
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +40 -40
- package/lib/components/Tabs.js +3 -1
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +10 -10
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +2 -2
- package/lib/components/Tinymce.d.ts +1 -0
- package/lib/components/Tinymce.js +5 -3
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +40 -40
- package/lib/components/Transfer.js +1 -1
- package/lib/components/TransferDropDown.d.ts +40 -40
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +40 -40
- package/lib/components/Tree.js +1 -1
- package/lib/components/TreeSelection.d.ts +40 -40
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +3 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +3 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +2 -6
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.js +2 -2
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Formula.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.d.ts +9 -1
- package/lib/components/condition-builder/Group.js +57 -13
- package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/lib/components/condition-builder/GroupOrItem.js +7 -5
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.js +3 -3
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +3 -3
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.d.ts +2 -1
- package/lib/components/icons.js +2 -1
- package/lib/components/index.d.ts +12 -7
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +40 -40
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +40 -40
- package/lib/components/table/index.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.d.ts +3 -3
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/helper.css +3 -0
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -3
- package/lib/icons/alert-info.svg.js +1 -3
- package/lib/icons/alert-success.svg.js +1 -3
- package/lib/icons/alert-warning.svg.js +1 -3
- package/lib/icons/back.svg.js +1 -3
- package/lib/icons/calendar.svg.js +1 -3
- package/lib/icons/caret.svg.js +1 -3
- package/lib/icons/check-circle.svg.js +1 -3
- package/lib/icons/check.svg.js +1 -3
- package/lib/icons/clock.svg.js +1 -3
- package/lib/icons/close-small.svg.js +1 -3
- package/lib/icons/close.svg.js +1 -3
- package/lib/icons/cloud-upload.svg.js +1 -3
- package/lib/icons/column-filter.svg.js +1 -3
- package/lib/icons/columns.svg.js +1 -3
- package/lib/icons/compress-alt.svg.js +1 -3
- package/lib/icons/copy.svg.js +1 -3
- package/lib/icons/date.svg.js +1 -3
- package/lib/icons/department.svg.js +1 -3
- package/lib/icons/desk-empty.svg.js +1 -3
- package/lib/icons/dot.svg.js +1 -3
- package/lib/icons/down-arrow-bold.svg.js +1 -3
- package/lib/icons/down.svg.js +1 -3
- package/lib/icons/download.svg.js +1 -3
- package/lib/icons/drag-bar.svg.js +1 -3
- package/lib/icons/drag.svg.js +1 -3
- package/lib/icons/edit.svg.js +1 -3
- package/lib/icons/ellipsis-v.svg.js +1 -3
- package/lib/icons/enter.svg.js +1 -3
- package/lib/icons/exchange.svg.js +1 -3
- package/lib/icons/expand-alt.svg.js +1 -3
- package/lib/icons/fail.svg.js +1 -3
- package/lib/icons/file.svg.js +1 -3
- package/lib/icons/filter.svg.js +1 -3
- package/lib/icons/folder.svg.js +1 -3
- package/lib/icons/function.svg.js +1 -3
- package/lib/icons/home.svg.js +1 -3
- package/lib/icons/image.svg.js +1 -3
- package/lib/icons/info-circle.svg.js +1 -3
- package/lib/icons/info.svg.js +1 -3
- package/lib/icons/input-clear.svg.js +1 -3
- package/lib/icons/invisible.svg.js +1 -3
- package/lib/icons/left-arrow.svg.js +1 -3
- package/lib/icons/loading-outline.svg.js +1 -3
- package/lib/icons/location.svg.js +1 -3
- package/lib/icons/menu.svg.js +1 -3
- package/lib/icons/minus.svg.js +1 -3
- package/lib/icons/move.svg.js +1 -3
- package/lib/icons/mute.svg.js +1 -3
- package/lib/icons/new-edit.svg.js +1 -3
- package/lib/icons/pause.svg.js +1 -3
- package/lib/icons/pencil.svg.js +1 -3
- package/lib/icons/play.svg.js +1 -3
- package/lib/icons/plus-cicle.svg.js +1 -3
- package/lib/icons/plus-fine.svg.js +1 -3
- package/lib/icons/plus.svg.js +1 -3
- package/lib/icons/post.svg.js +1 -3
- package/lib/icons/question-mark.svg.js +1 -3
- package/lib/icons/question.svg.js +1 -3
- package/lib/icons/redo.svg.js +1 -3
- package/lib/icons/refresh.svg.js +1 -3
- package/lib/icons/reload.svg.js +1 -3
- package/lib/icons/remove.svg.js +1 -3
- package/lib/icons/retry.svg.js +1 -3
- package/lib/icons/right-arrow-bold.svg.js +1 -3
- package/lib/icons/right-arrow.svg.js +1 -3
- package/lib/icons/right-double-arrow.svg.js +1 -3
- package/lib/icons/role.svg.js +1 -3
- package/lib/icons/rotate-left.svg.js +1 -3
- package/lib/icons/rotate-right.svg.js +1 -3
- package/lib/icons/scale-origin.svg.js +1 -3
- package/lib/icons/schedule.svg.js +1 -3
- package/lib/icons/search.svg.js +1 -3
- package/lib/icons/setting.svg.js +1 -3
- package/lib/icons/slider-handle-icon.svg.js +1 -3
- package/lib/icons/sort-asc.svg.js +1 -3
- package/lib/icons/sort-default.svg.js +1 -3
- package/lib/icons/sort-desc.svg.js +1 -3
- package/lib/icons/star.svg.js +1 -3
- package/lib/icons/status-close.svg.js +1 -3
- package/lib/icons/status-fail.svg.js +1 -3
- package/lib/icons/status-info.svg.js +1 -3
- package/lib/icons/status-success.svg.js +1 -3
- package/lib/icons/status-warning.svg.js +1 -3
- package/lib/icons/steps-finsh.svg.js +1 -3
- package/lib/icons/success.svg.js +1 -3
- package/lib/icons/transparent.svg.js +1 -3
- package/lib/icons/trash.svg.js +1 -3
- package/lib/icons/tree-down.svg.js +1 -3
- package/lib/icons/undo.svg.js +1 -3
- package/lib/icons/upload.svg.js +1 -3
- package/lib/icons/user-remove.svg.js +1 -3
- package/lib/icons/view.svg.js +1 -3
- package/lib/icons/volume.svg.js +1 -3
- package/lib/icons/warning-mark.svg.js +1 -3
- package/lib/icons/warning.svg.js +1 -3
- package/lib/icons/window-restore.svg.js +1 -3
- package/lib/icons/zoom-in.svg.js +1 -3
- package/lib/icons/zoom-out.svg.js +1 -3
- package/lib/index.js +7 -1
- package/lib/locale/de-DE.js +3 -1
- package/lib/locale/en-US.js +6 -2
- package/lib/locale/zh-CN.js +8 -4
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +1533 -747
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +2756 -887
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +3134 -1544
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +1533 -747
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +3134 -1544
- package/package.json +4 -4
- package/scss/_mixins.scss +144 -45
- package/scss/_properties.scss +155 -312
- package/scss/_utilities.scss +4 -0
- package/scss/base/_normalize.scss +4 -0
- package/scss/components/_alert.scss +0 -1
- package/scss/components/_array-input.scss +8 -3
- package/scss/components/_button.scss +708 -177
- package/scss/components/_code.scss +10 -0
- package/scss/components/_collapse.scss +17 -0
- package/scss/components/_condition-builder.scss +153 -30
- package/scss/components/_drawer.scss +7 -2
- package/scss/components/_formula.scss +4 -0
- package/scss/components/_list.scss +1 -1
- package/scss/components/_modal.scss +1 -0
- package/scss/components/_multiline-text.scss +20 -0
- package/scss/components/_search-box.scss +1 -1
- package/scss/components/_steps.scss +2 -0
- package/scss/components/_table.scss +14 -0
- package/scss/components/_tabs.scss +1 -1
- package/scss/components/form/_checks.scss +20 -5
- package/scss/components/form/_combo.scss +47 -8
- package/scss/components/form/_date-range.scss +1 -1
- package/scss/components/form/_date.scss +4 -2
- package/scss/components/form/_fieldset.scss +4 -3
- package/scss/components/form/_form.scss +11 -5
- package/scss/components/form/_icon-select.scss +216 -0
- package/scss/components/form/_image.scss +44 -9
- package/scss/components/form/_input-group.scss +3 -0
- package/scss/components/form/_list.scss +33 -28
- package/scss/components/form/_location.scss +4 -0
- package/scss/components/form/_nested-select.scss +1 -1
- package/scss/components/form/_range.scss +4 -0
- package/scss/components/form/_select.scss +2 -1
- package/scss/components/form/_switch.scss +54 -0
- package/scss/components/form/_tag.scss +8 -3
- package/scss/components/form/_text.scss +2 -2
- package/scss/components/form/_textarea.scss +8 -0
- package/scss/components/form/_transfer.scss +213 -20
- package/scss/components/form/_tree-select.scss +7 -0
- package/scss/themes/_antd-variables.scss +1107 -41
- package/scss/themes/_common.scss +3 -0
- package/scss/themes/_cxd-variables.scss +1456 -477
- package/scss/themes/cxd.scss +423 -404
- package/scss/themes/_cxd-colors.scss +0 -56
|
@@ -1,40 +1,1096 @@
|
|
|
1
|
-
@import './antd-colors';
|
|
2
1
|
@import '../functions';
|
|
3
2
|
|
|
4
3
|
$remFactor: 16px;
|
|
5
4
|
|
|
6
5
|
$ns: 'antd-';
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
$success: $green-6;
|
|
11
|
-
$warning: $gold-6;
|
|
12
|
-
$danger: $red-5;
|
|
13
|
-
$light: #d9d9d9;
|
|
14
|
-
$white: #fff;
|
|
15
|
-
$black: #000;
|
|
16
|
-
|
|
17
|
-
$info-bg: #eaf6fe;
|
|
18
|
-
$success-bg: #f1fdeb;
|
|
19
|
-
$warning-bg: #fcf7f1;
|
|
20
|
-
$danger-bg: #fff5f5;
|
|
7
|
+
@import '../variables';
|
|
8
|
+
@import '../properties';
|
|
21
9
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
10
|
+
:root {
|
|
11
|
+
--colors-brand-1: #002766;
|
|
12
|
+
--colors-brand-2: #003a8c;
|
|
13
|
+
--colors-brand-3: #0050b3;
|
|
14
|
+
--colors-brand-4: #096dd9;
|
|
15
|
+
--colors-brand-5: #1890ff;
|
|
16
|
+
--colors-brand-6: #45a8ff;
|
|
17
|
+
--colors-brand-7: #74c0ff;
|
|
18
|
+
--colors-brand-8: #a2d7ff;
|
|
19
|
+
--colors-brand-9: #d1ecff;
|
|
20
|
+
--colors-brand-10: #e6f5ff;
|
|
21
|
+
--colors-neutral-text-1: #070e14;
|
|
22
|
+
--colors-neutral-text-2: #151e26;
|
|
23
|
+
--colors-neutral-text-3: #303840;
|
|
24
|
+
--colors-neutral-text-4: #5c6166;
|
|
25
|
+
--colors-neutral-text-5: #84888c;
|
|
26
|
+
--colors-neutral-text-6: #b8bcbf;
|
|
27
|
+
--colors-neutral-text-7: #d4d7d9;
|
|
28
|
+
--colors-neutral-text-8: #e8e9eb;
|
|
29
|
+
--colors-neutral-text-9: #f2f4f5;
|
|
30
|
+
--colors-neutral-text-10: #f7f9fa;
|
|
31
|
+
--colors-neutral-text-11: #ffffff;
|
|
32
|
+
--colors-neutral-fill-none: transparent;
|
|
33
|
+
--colors-neutral-fill-1: #070e14;
|
|
34
|
+
--colors-neutral-fill-2: #151e26;
|
|
35
|
+
--colors-neutral-fill-3: #303840;
|
|
36
|
+
--colors-neutral-fill-4: #5c6166;
|
|
37
|
+
--colors-neutral-fill-5: #84888c;
|
|
38
|
+
--colors-neutral-fill-6: #b8bcbf;
|
|
39
|
+
--colors-neutral-fill-7: #d4d7d9;
|
|
40
|
+
--colors-neutral-fill-8: #e8e9eb;
|
|
41
|
+
--colors-neutral-fill-9: #f2f4f5;
|
|
42
|
+
--colors-neutral-fill-10: #f7f9fa;
|
|
43
|
+
--colors-neutral-fill-11: #ffffff;
|
|
44
|
+
--colors-neutral-line-1: #070e14;
|
|
45
|
+
--colors-neutral-line-2: #151e26;
|
|
46
|
+
--colors-neutral-line-3: #303840;
|
|
47
|
+
--colors-neutral-line-4: #5c6166;
|
|
48
|
+
--colors-neutral-line-5: #84888c;
|
|
49
|
+
--colors-neutral-line-6: #b8bcbf;
|
|
50
|
+
--colors-neutral-line-7: #d4d7d9;
|
|
51
|
+
--colors-neutral-line-8: #e8e9eb;
|
|
52
|
+
--colors-neutral-line-9: #f2f4f5;
|
|
53
|
+
--colors-neutral-line-10: #f7f9fa;
|
|
54
|
+
--colors-neutral-line-11: #ffffff;
|
|
55
|
+
--colors-error-1: #660a18;
|
|
56
|
+
--colors-error-2: #8c1523;
|
|
57
|
+
--colors-error-3: #b32430;
|
|
58
|
+
--colors-error-4: #d9363e;
|
|
59
|
+
--colors-error-5: #ff4d4f;
|
|
60
|
+
--colors-error-6: #ff7070;
|
|
61
|
+
--colors-error-7: #ff9694;
|
|
62
|
+
--colors-error-8: #ffbab8;
|
|
63
|
+
--colors-error-9: #ffdddb;
|
|
64
|
+
--colors-error-10: #ffe7e6;
|
|
65
|
+
--colors-warning-1: #613400;
|
|
66
|
+
--colors-warning-2: #874d00;
|
|
67
|
+
--colors-warning-3: #ad6800;
|
|
68
|
+
--colors-warning-4: #d48806;
|
|
69
|
+
--colors-warning-5: #faad14;
|
|
70
|
+
--colors-warning-6: #ffc443;
|
|
71
|
+
--colors-warning-7: #ffd572;
|
|
72
|
+
--colors-warning-8: #ffe4a1;
|
|
73
|
+
--colors-warning-9: #fff2d0;
|
|
74
|
+
--colors-warning-10: #fff9e6;
|
|
75
|
+
--colors-success-1: #092b00;
|
|
76
|
+
--colors-success-2: #135200;
|
|
77
|
+
--colors-success-3: #237804;
|
|
78
|
+
--colors-success-4: #389e0d;
|
|
79
|
+
--colors-success-5: #52c41a;
|
|
80
|
+
--colors-success-6: #73d140;
|
|
81
|
+
--colors-success-7: #95de6a;
|
|
82
|
+
--colors-success-8: #b8eb99;
|
|
83
|
+
--colors-success-9: #def7cc;
|
|
84
|
+
--colors-success-10: #f0ffe6;
|
|
85
|
+
--fonts-base-family: -apple-system, BlinkMacSystemFont, SF Pro SC, SF Pro Text,
|
|
86
|
+
Helvetica Neue, Helvetica, PingFang SC, Segoe UI, Roboto, Hiragino Sans GB,
|
|
87
|
+
Arial, microsoft yahei ui, Microsoft YaHei, SimSun, sans-serif;
|
|
88
|
+
--fonts-size-1: 48px;
|
|
89
|
+
--fonts-size-2: 40px;
|
|
90
|
+
--fonts-size-3: 32px;
|
|
91
|
+
--fonts-size-4: 24px;
|
|
92
|
+
--fonts-size-5: 20px;
|
|
93
|
+
--fonts-size-6: 16px;
|
|
94
|
+
--fonts-size-7: 14px;
|
|
95
|
+
--fonts-size-8: 12px;
|
|
96
|
+
--fonts-size-9: 12px;
|
|
97
|
+
--fonts-lineHeight-1: 1.3;
|
|
98
|
+
--fonts-lineHeight-2: 1.5;
|
|
99
|
+
--fonts-lineHeight-3: 1.7;
|
|
100
|
+
--fonts-weight-1: 900;
|
|
101
|
+
--fonts-weight-2: 800;
|
|
102
|
+
--fonts-weight-3: 700;
|
|
103
|
+
--fonts-weight-4: 600;
|
|
104
|
+
--fonts-weight-5: 500;
|
|
105
|
+
--fonts-weight-6: 400;
|
|
106
|
+
--fonts-weight-7: 300;
|
|
107
|
+
--fonts-weight-8: 200;
|
|
108
|
+
--fonts-weight-9: 100;
|
|
28
109
|
|
|
29
|
-
|
|
110
|
+
--borders-width-1: 0px;
|
|
111
|
+
--borders-width-2: 1px;
|
|
112
|
+
--borders-width-3: 2px;
|
|
113
|
+
--borders-width-4: 3px;
|
|
114
|
+
--borders-style-1: none;
|
|
115
|
+
--borders-style-2: solid;
|
|
116
|
+
--borders-style-3: dashed;
|
|
117
|
+
--borders-style-4: dotted;
|
|
118
|
+
--borders-radius-1: 0px;
|
|
119
|
+
--borders-radius-2: 2px;
|
|
120
|
+
--borders-radius-3: 4px;
|
|
121
|
+
--borders-radius-4: 6px;
|
|
122
|
+
--borders-radius-5: 8px;
|
|
123
|
+
--borders-radius-6: 10px;
|
|
124
|
+
--borders-radius-7: 50%;
|
|
30
125
|
|
|
31
|
-
|
|
32
|
-
|
|
126
|
+
--sizes-size-0: 0px;
|
|
127
|
+
--sizes-size-1: auto;
|
|
128
|
+
--sizes-size-2: 0.125rem;
|
|
129
|
+
--sizes-size-3: 0.25rem;
|
|
130
|
+
--sizes-size-4: 0.375rem;
|
|
131
|
+
--sizes-size-5: 0.5rem;
|
|
132
|
+
--sizes-size-6: 0.625rem;
|
|
133
|
+
--sizes-size-7: 0.75rem;
|
|
134
|
+
--sizes-size-8: 0.875rem;
|
|
135
|
+
--sizes-size-9: 1rem;
|
|
136
|
+
--sizes-size-10: 1.125rem;
|
|
137
|
+
--sizes-size-11: 1.25rem;
|
|
138
|
+
--sizes-size-12: 1.375rem;
|
|
139
|
+
--sizes-size-13: 1.5rem;
|
|
140
|
+
--sizes-size-14: 1.625rem;
|
|
141
|
+
--sizes-size-15: 1.75rem;
|
|
142
|
+
--sizes-size-16: 1.875rem;
|
|
143
|
+
--sizes-size-17: 2rem;
|
|
144
|
+
--sizes-size-18: 2.125rem;
|
|
145
|
+
--sizes-size-19: 2.25rem;
|
|
146
|
+
--sizes-size-20: 2.375rem;
|
|
147
|
+
--sizes-size-21: 2.5rem;
|
|
33
148
|
|
|
34
|
-
|
|
149
|
+
--shadows-shadow-none: 0px 0px 0px 0px transparent;
|
|
150
|
+
--shadows-shadow-sm: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
|
|
151
|
+
--shadows-shadow-normal: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
|
|
152
|
+
0px 1px 2px 0px rgba(0, 0, 0, 0.06);
|
|
153
|
+
--shadows-shadow-md: 0px 4px -1px 0px rgba(0, 0, 0, 0.1),
|
|
154
|
+
0px 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
155
|
+
--shadows-shadow-lg: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
|
|
156
|
+
0px 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
157
|
+
--shadows-shadow-xl: 0px 20px 25px -5px rgba(0, 0, 0, 0.1),
|
|
158
|
+
0px 10px 10px -5px rgba(0, 0, 0, 0.04);
|
|
159
|
+
--shadows-shadow-2xl: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
|
|
35
160
|
|
|
36
|
-
|
|
37
|
-
|
|
161
|
+
--button-default-default-shadow: 0px 0px 0px 0px transparent;
|
|
162
|
+
--button-default-default-font-color: #151e26;
|
|
163
|
+
--button-default-default-bg-color: #ffffff;
|
|
164
|
+
--button-default-default-top-border-color: #e8e9eb;
|
|
165
|
+
--button-default-default-top-border-style: solid;
|
|
166
|
+
--button-default-default-top-border-width: 1px;
|
|
167
|
+
--button-default-default-right-border-color: #e8e9eb;
|
|
168
|
+
--button-default-default-right-border-style: solid;
|
|
169
|
+
--button-default-default-right-border-width: 1px;
|
|
170
|
+
--button-default-default-bottom-border-color: #e8e9eb;
|
|
171
|
+
--button-default-default-bottom-border-style: solid;
|
|
172
|
+
--button-default-default-bottom-border-width: 1px;
|
|
173
|
+
--button-default-default-left-border-color: #e8e9eb;
|
|
174
|
+
--button-default-default-left-border-style: solid;
|
|
175
|
+
--button-default-default-left-border-width: 1px;
|
|
176
|
+
--button-default-hover-shadow: 0px 0px 0px 0px transparent;
|
|
177
|
+
--button-default-hover-font-color: #1890ff;
|
|
178
|
+
--button-default-hover-bg-color: #ffffff;
|
|
179
|
+
--button-default-hover-top-border-color: #1890ff;
|
|
180
|
+
--button-default-hover-top-border-style: solid;
|
|
181
|
+
--button-default-hover-top-border-width: 1px;
|
|
182
|
+
--button-default-hover-right-border-color: #1890ff;
|
|
183
|
+
--button-default-hover-right-border-style: solid;
|
|
184
|
+
--button-default-hover-right-border-width: 1px;
|
|
185
|
+
--button-default-hover-bottom-border-color: #1890ff;
|
|
186
|
+
--button-default-hover-bottom-border-style: solid;
|
|
187
|
+
--button-default-hover-bottom-border-width: 1px;
|
|
188
|
+
--button-default-hover-left-border-color: #1890ff;
|
|
189
|
+
--button-default-hover-left-border-style: solid;
|
|
190
|
+
--button-default-hover-left-border-width: 1px;
|
|
191
|
+
--button-default-active-shadow: 0px 0px 0px 0px transparent;
|
|
192
|
+
--button-default-active-font-color: #096dd9;
|
|
193
|
+
--button-default-active-bg-color: #ffffff;
|
|
194
|
+
--button-default-active-top-border-color: #096dd9;
|
|
195
|
+
--button-default-active-top-border-style: solid;
|
|
196
|
+
--button-default-active-top-border-width: 1px;
|
|
197
|
+
--button-default-active-right-border-color: #096dd9;
|
|
198
|
+
--button-default-active-right-border-style: solid;
|
|
199
|
+
--button-default-active-right-border-width: 1px;
|
|
200
|
+
--button-default-active-bottom-border-color: #096dd9;
|
|
201
|
+
--button-default-active-bottom-border-style: solid;
|
|
202
|
+
--button-default-active-bottom-border-width: 1px;
|
|
203
|
+
--button-default-active-left-border-color: #096dd9;
|
|
204
|
+
--button-default-active-left-border-style: solid;
|
|
205
|
+
--button-default-active-left-border-width: 1px;
|
|
206
|
+
--button-default-disabled-shadow: 0px 0px 0px 0px transparent;
|
|
207
|
+
--button-default-disabled-font-color: #b8bcbf;
|
|
208
|
+
--button-default-disabled-bg-color: #f7f9fa;
|
|
209
|
+
--button-default-disabled-top-border-color: #e8e9eb;
|
|
210
|
+
--button-default-disabled-top-border-style: solid;
|
|
211
|
+
--button-default-disabled-top-border-width: 1px;
|
|
212
|
+
--button-default-disabled-right-border-color: #e8e9eb;
|
|
213
|
+
--button-default-disabled-right-border-style: solid;
|
|
214
|
+
--button-default-disabled-right-border-width: 1px;
|
|
215
|
+
--button-default-disabled-bottom-border-color: #e8e9eb;
|
|
216
|
+
--button-default-disabled-bottom-border-style: solid;
|
|
217
|
+
--button-default-disabled-bottom-border-width: 1px;
|
|
218
|
+
--button-default-disabled-left-border-color: #e8e9eb;
|
|
219
|
+
--button-default-disabled-left-border-style: solid;
|
|
220
|
+
--button-default-disabled-left-border-width: 1px;
|
|
221
|
+
--button-primary-default-shadow: 0px 0px 0px 0px transparent;
|
|
222
|
+
--button-primary-default-font-color: #ffffff;
|
|
223
|
+
--button-primary-default-bg-color: #1890ff;
|
|
224
|
+
--button-primary-default-top-border-color: #1890ff;
|
|
225
|
+
--button-primary-default-top-border-style: solid;
|
|
226
|
+
--button-primary-default-top-border-width: 1px;
|
|
227
|
+
--button-primary-default-right-border-color: #1890ff;
|
|
228
|
+
--button-primary-default-right-border-style: solid;
|
|
229
|
+
--button-primary-default-right-border-width: 1px;
|
|
230
|
+
--button-primary-default-bottom-border-color: #1890ff;
|
|
231
|
+
--button-primary-default-bottom-border-style: solid;
|
|
232
|
+
--button-primary-default-bottom-border-width: 1px;
|
|
233
|
+
--button-primary-default-left-border-color: #1890ff;
|
|
234
|
+
--button-primary-default-left-border-style: solid;
|
|
235
|
+
--button-primary-default-left-border-width: 1px;
|
|
236
|
+
--button-primary-hover-shadow: 0px 0px 0px 0px transparent;
|
|
237
|
+
--button-primary-hover-font-color: #ffffff;
|
|
238
|
+
--button-primary-hover-bg-color: #45a8ff;
|
|
239
|
+
--button-primary-hover-top-border-color: #45a8ff;
|
|
240
|
+
--button-primary-hover-top-border-style: solid;
|
|
241
|
+
--button-primary-hover-top-border-width: 1px;
|
|
242
|
+
--button-primary-hover-right-border-color: #45a8ff;
|
|
243
|
+
--button-primary-hover-right-border-style: solid;
|
|
244
|
+
--button-primary-hover-right-border-width: 1px;
|
|
245
|
+
--button-primary-hover-bottom-border-color: #45a8ff;
|
|
246
|
+
--button-primary-hover-bottom-border-style: solid;
|
|
247
|
+
--button-primary-hover-bottom-border-width: 1px;
|
|
248
|
+
--button-primary-hover-left-border-color: #45a8ff;
|
|
249
|
+
--button-primary-hover-left-border-style: solid;
|
|
250
|
+
--button-primary-hover-left-border-width: 1px;
|
|
251
|
+
--button-primary-active-shadow: 0px 0px 0px 0px transparent;
|
|
252
|
+
--button-primary-active-font-color: #ffffff;
|
|
253
|
+
--button-primary-active-bg-color: #096dd9;
|
|
254
|
+
--button-primary-active-top-border-color: #096dd9;
|
|
255
|
+
--button-primary-active-top-border-style: solid;
|
|
256
|
+
--button-primary-active-top-border-width: 1px;
|
|
257
|
+
--button-primary-active-right-border-color: #096dd9;
|
|
258
|
+
--button-primary-active-right-border-style: solid;
|
|
259
|
+
--button-primary-active-right-border-width: 1px;
|
|
260
|
+
--button-primary-active-bottom-border-color: #096dd9;
|
|
261
|
+
--button-primary-active-bottom-border-style: solid;
|
|
262
|
+
--button-primary-active-bottom-border-width: 1px;
|
|
263
|
+
--button-primary-active-left-border-color: #096dd9;
|
|
264
|
+
--button-primary-active-left-border-style: solid;
|
|
265
|
+
--button-primary-active-left-border-width: 1px;
|
|
266
|
+
--button-primary-disabled-shadow: 0px 0px 0px 0px transparent;
|
|
267
|
+
--button-primary-disabled-font-color: #b8bcbf;
|
|
268
|
+
--button-primary-disabled-bg-color: var(--colors-neutral-fill-10);
|
|
269
|
+
--button-primary-disabled-top-border-color: #e8e9eb;
|
|
270
|
+
--button-primary-disabled-top-border-style: solid;
|
|
271
|
+
--button-primary-disabled-top-border-width: 1px;
|
|
272
|
+
--button-primary-disabled-right-border-color: #e8e9eb;
|
|
273
|
+
--button-primary-disabled-right-border-style: solid;
|
|
274
|
+
--button-primary-disabled-right-border-width: 1px;
|
|
275
|
+
--button-primary-disabled-bottom-border-color: #e8e9eb;
|
|
276
|
+
--button-primary-disabled-bottom-border-style: solid;
|
|
277
|
+
--button-primary-disabled-bottom-border-width: 1px;
|
|
278
|
+
--button-primary-disabled-left-border-color: #e8e9eb;
|
|
279
|
+
--button-primary-disabled-left-border-style: solid;
|
|
280
|
+
--button-primary-disabled-left-border-width: 1px;
|
|
281
|
+
--button-secondary-default-shadow: 0px 0px 0px 0px transparent;
|
|
282
|
+
--button-secondary-default-font-color: #ffffff;
|
|
283
|
+
--button-secondary-default-bg-color: #b8bcbf;
|
|
284
|
+
--button-secondary-default-top-border-color: #b8bcbf;
|
|
285
|
+
--button-secondary-default-top-border-style: solid;
|
|
286
|
+
--button-secondary-default-top-border-width: 1px;
|
|
287
|
+
--button-secondary-default-right-border-color: #b8bcbf;
|
|
288
|
+
--button-secondary-default-right-border-style: solid;
|
|
289
|
+
--button-secondary-default-right-border-width: 1px;
|
|
290
|
+
--button-secondary-default-bottom-border-color: #b8bcbf;
|
|
291
|
+
--button-secondary-default-bottom-border-style: solid;
|
|
292
|
+
--button-secondary-default-bottom-border-width: 1px;
|
|
293
|
+
--button-secondary-default-left-border-color: #b8bcbf;
|
|
294
|
+
--button-secondary-default-left-border-style: solid;
|
|
295
|
+
--button-secondary-default-left-border-width: 1px;
|
|
296
|
+
--button-secondary-hover-shadow: 0px 0px 0px 0px transparent;
|
|
297
|
+
--button-secondary-hover-font-color: #ffffff;
|
|
298
|
+
--button-secondary-hover-bg-color: #84888c;
|
|
299
|
+
--button-secondary-hover-top-border-color: #84888c;
|
|
300
|
+
--button-secondary-hover-top-border-style: solid;
|
|
301
|
+
--button-secondary-hover-top-border-width: 1px;
|
|
302
|
+
--button-secondary-hover-right-border-color: #84888c;
|
|
303
|
+
--button-secondary-hover-right-border-style: solid;
|
|
304
|
+
--button-secondary-hover-right-border-width: 1px;
|
|
305
|
+
--button-secondary-hover-bottom-border-color: #84888c;
|
|
306
|
+
--button-secondary-hover-bottom-border-style: solid;
|
|
307
|
+
--button-secondary-hover-bottom-border-width: 1px;
|
|
308
|
+
--button-secondary-hover-left-border-color: #84888c;
|
|
309
|
+
--button-secondary-hover-left-border-style: solid;
|
|
310
|
+
--button-secondary-hover-left-border-width: 1px;
|
|
311
|
+
--button-secondary-active-shadow: 0px 0px 0px 0px transparent;
|
|
312
|
+
--button-secondary-active-font-color: #ffffff;
|
|
313
|
+
--button-secondary-active-bg-color: #5c6166;
|
|
314
|
+
--button-secondary-active-top-border-color: #5c6166;
|
|
315
|
+
--button-secondary-active-top-border-style: solid;
|
|
316
|
+
--button-secondary-active-top-border-width: 1px;
|
|
317
|
+
--button-secondary-active-right-border-color: #5c6166;
|
|
318
|
+
--button-secondary-active-right-border-style: solid;
|
|
319
|
+
--button-secondary-active-right-border-width: 1px;
|
|
320
|
+
--button-secondary-active-bottom-border-color: #5c6166;
|
|
321
|
+
--button-secondary-active-bottom-border-style: solid;
|
|
322
|
+
--button-secondary-active-bottom-border-width: 1px;
|
|
323
|
+
--button-secondary-active-left-border-color: #5c6166;
|
|
324
|
+
--button-secondary-active-left-border-style: solid;
|
|
325
|
+
--button-secondary-active-left-border-width: 1px;
|
|
326
|
+
--button-secondary-disabled-shadow: 0px 0px 0px 0px transparent;
|
|
327
|
+
--button-secondary-disabled-font-color: #b8bcbf;
|
|
328
|
+
--button-secondary-disabled-bg-color: #f7f9fa;
|
|
329
|
+
--button-secondary-disabled-top-border-color: #e8e9eb;
|
|
330
|
+
--button-secondary-disabled-top-border-style: solid;
|
|
331
|
+
--button-secondary-disabled-top-border-width: 1px;
|
|
332
|
+
--button-secondary-disabled-right-border-color: #e8e9eb;
|
|
333
|
+
--button-secondary-disabled-right-border-style: solid;
|
|
334
|
+
--button-secondary-disabled-right-border-width: 1px;
|
|
335
|
+
--button-secondary-disabled-bottom-border-color: #e8e9eb;
|
|
336
|
+
--button-secondary-disabled-bottom-border-style: solid;
|
|
337
|
+
--button-secondary-disabled-bottom-border-width: 1px;
|
|
338
|
+
--button-secondary-disabled-left-border-color: #e8e9eb;
|
|
339
|
+
--button-secondary-disabled-left-border-style: solid;
|
|
340
|
+
--button-secondary-disabled-left-border-width: 1px;
|
|
341
|
+
--button-enhance-default-shadow: 0px 0px 0px 0px transparent;
|
|
342
|
+
--button-enhance-default-font-color: #1890ff;
|
|
343
|
+
--button-enhance-default-bg-color: #ffffff;
|
|
344
|
+
--button-enhance-default-top-border-color: #1890ff;
|
|
345
|
+
--button-enhance-default-top-border-style: solid;
|
|
346
|
+
--button-enhance-default-top-border-width: 1px;
|
|
347
|
+
--button-enhance-default-right-border-color: #1890ff;
|
|
348
|
+
--button-enhance-default-right-border-style: solid;
|
|
349
|
+
--button-enhance-default-right-border-width: 1px;
|
|
350
|
+
--button-enhance-default-bottom-border-color: #1890ff;
|
|
351
|
+
--button-enhance-default-bottom-border-style: solid;
|
|
352
|
+
--button-enhance-default-bottom-border-width: 1px;
|
|
353
|
+
--button-enhance-default-left-border-color: #1890ff;
|
|
354
|
+
--button-enhance-default-left-border-style: solid;
|
|
355
|
+
--button-enhance-default-left-border-width: 1px;
|
|
356
|
+
--button-enhance-hover-shadow: 0px 0px 0px 0px transparent;
|
|
357
|
+
--button-enhance-hover-font-color: #45abff;
|
|
358
|
+
--button-enhance-hover-bg-color: #ffffff;
|
|
359
|
+
--button-enhance-hover-top-border-color: #45abff;
|
|
360
|
+
--button-enhance-hover-top-border-style: solid;
|
|
361
|
+
--button-enhance-hover-top-border-width: 1px;
|
|
362
|
+
--button-enhance-hover-right-border-color: #45abff;
|
|
363
|
+
--button-enhance-hover-right-border-style: solid;
|
|
364
|
+
--button-enhance-hover-right-border-width: 1px;
|
|
365
|
+
--button-enhance-hover-bottom-border-color: #45abff;
|
|
366
|
+
--button-enhance-hover-bottom-border-style: solid;
|
|
367
|
+
--button-enhance-hover-bottom-border-width: 1px;
|
|
368
|
+
--button-enhance-hover-left-border-color: #45abff;
|
|
369
|
+
--button-enhance-hover-left-border-style: solid;
|
|
370
|
+
--button-enhance-hover-left-border-width: 1px;
|
|
371
|
+
--button-enhance-active-shadow: 0px 0px 0px 0px transparent;
|
|
372
|
+
--button-enhance-active-font-color: #096dd9;
|
|
373
|
+
--button-enhance-active-bg-color: #ffffff;
|
|
374
|
+
--button-enhance-active-top-border-color: #096dd9;
|
|
375
|
+
--button-enhance-active-top-border-style: solid;
|
|
376
|
+
--button-enhance-active-top-border-width: 1px;
|
|
377
|
+
--button-enhance-active-right-border-color: #096dd9;
|
|
378
|
+
--button-enhance-active-right-border-style: solid;
|
|
379
|
+
--button-enhance-active-right-border-width: 1px;
|
|
380
|
+
--button-enhance-active-bottom-border-color: #096dd9;
|
|
381
|
+
--button-enhance-active-bottom-border-style: solid;
|
|
382
|
+
--button-enhance-active-bottom-border-width: 1px;
|
|
383
|
+
--button-enhance-active-left-border-color: #096dd9;
|
|
384
|
+
--button-enhance-active-left-border-style: solid;
|
|
385
|
+
--button-enhance-active-left-border-width: 1px;
|
|
386
|
+
--button-enhance-disabled-shadow: 0px 0px 0px 0px transparent;
|
|
387
|
+
--button-enhance-disabled-font-color: #b8bcbf;
|
|
388
|
+
--button-enhance-disabled-bg-color: #f7f9fa;
|
|
389
|
+
--button-enhance-disabled-top-border-color: #e8e9eb;
|
|
390
|
+
--button-enhance-disabled-top-border-style: solid;
|
|
391
|
+
--button-enhance-disabled-top-border-width: 1px;
|
|
392
|
+
--button-enhance-disabled-right-border-color: #e8e9eb;
|
|
393
|
+
--button-enhance-disabled-right-border-style: solid;
|
|
394
|
+
--button-enhance-disabled-right-border-width: 1px;
|
|
395
|
+
--button-enhance-disabled-bottom-border-color: #e8e9eb;
|
|
396
|
+
--button-enhance-disabled-bottom-border-style: solid;
|
|
397
|
+
--button-enhance-disabled-bottom-border-width: 1px;
|
|
398
|
+
--button-enhance-disabled-left-border-color: #e8e9eb;
|
|
399
|
+
--button-enhance-disabled-left-border-style: solid;
|
|
400
|
+
--button-enhance-disabled-left-border-width: 1px;
|
|
401
|
+
--button-info-default-shadow: 0px 0px 0px 0px transparent;
|
|
402
|
+
--button-info-default-font-color: #ffffff;
|
|
403
|
+
--button-info-default-bg-color: #1890ff;
|
|
404
|
+
--button-info-default-top-border-color: #1890ff;
|
|
405
|
+
--button-info-default-top-border-style: solid;
|
|
406
|
+
--button-info-default-top-border-width: 1px;
|
|
407
|
+
--button-info-default-right-border-color: #1890ff;
|
|
408
|
+
--button-info-default-right-border-style: solid;
|
|
409
|
+
--button-info-default-right-border-width: 1px;
|
|
410
|
+
--button-info-default-bottom-border-color: #1890ff;
|
|
411
|
+
--button-info-default-bottom-border-style: solid;
|
|
412
|
+
--button-info-default-bottom-border-width: 1px;
|
|
413
|
+
--button-info-default-left-border-color: #1890ff;
|
|
414
|
+
--button-info-default-left-border-style: solid;
|
|
415
|
+
--button-info-default-left-border-width: 1px;
|
|
416
|
+
--button-info-hover-shadow: 0px 0px 0px 0px transparent;
|
|
417
|
+
--button-info-hover-font-color: #ffffff;
|
|
418
|
+
--button-info-hover-bg-color: #45a8ff;
|
|
419
|
+
--button-info-hover-top-border-color: #45a8ff;
|
|
420
|
+
--button-info-hover-top-border-style: solid;
|
|
421
|
+
--button-info-hover-top-border-width: 1px;
|
|
422
|
+
--button-info-hover-right-border-color: #45a8ff;
|
|
423
|
+
--button-info-hover-right-border-style: solid;
|
|
424
|
+
--button-info-hover-right-border-width: 1px;
|
|
425
|
+
--button-info-hover-bottom-border-color: #45a8ff;
|
|
426
|
+
--button-info-hover-bottom-border-style: solid;
|
|
427
|
+
--button-info-hover-bottom-border-width: 1px;
|
|
428
|
+
--button-info-hover-left-border-color: #45a8ff;
|
|
429
|
+
--button-info-hover-left-border-style: solid;
|
|
430
|
+
--button-info-hover-left-border-width: 1px;
|
|
431
|
+
--button-info-active-shadow: 0px 0px 0px 0px transparent;
|
|
432
|
+
--button-info-active-font-color: #ffffff;
|
|
433
|
+
--button-info-active-bg-color: #096dd9;
|
|
434
|
+
--button-info-active-top-border-color: #096dd9;
|
|
435
|
+
--button-info-active-top-border-style: solid;
|
|
436
|
+
--button-info-active-top-border-width: 1px;
|
|
437
|
+
--button-info-active-right-border-color: #096dd9;
|
|
438
|
+
--button-info-active-right-border-style: solid;
|
|
439
|
+
--button-info-active-right-border-width: 1px;
|
|
440
|
+
--button-info-active-bottom-border-color: #096dd9;
|
|
441
|
+
--button-info-active-bottom-border-style: solid;
|
|
442
|
+
--button-info-active-bottom-border-width: 1px;
|
|
443
|
+
--button-info-active-left-border-color: #096dd9;
|
|
444
|
+
--button-info-active-left-border-style: solid;
|
|
445
|
+
--button-info-active-left-border-width: 1px;
|
|
446
|
+
--button-info-disabled-shadow: 0px 0px 0px 0px transparent;
|
|
447
|
+
--button-info-disabled-font-color: #b8bcbf;
|
|
448
|
+
--button-info-disabled-bg-color: #f7f9fa;
|
|
449
|
+
--button-info-disabled-top-border-color: #e8e9eb;
|
|
450
|
+
--button-info-disabled-top-border-style: solid;
|
|
451
|
+
--button-info-disabled-top-border-width: 1px;
|
|
452
|
+
--button-info-disabled-right-border-color: #e8e9eb;
|
|
453
|
+
--button-info-disabled-right-border-style: solid;
|
|
454
|
+
--button-info-disabled-right-border-width: 1px;
|
|
455
|
+
--button-info-disabled-bottom-border-color: #e8e9eb;
|
|
456
|
+
--button-info-disabled-bottom-border-style: solid;
|
|
457
|
+
--button-info-disabled-bottom-border-width: 1px;
|
|
458
|
+
--button-info-disabled-left-border-color: #e8e9eb;
|
|
459
|
+
--button-info-disabled-left-border-style: solid;
|
|
460
|
+
--button-info-disabled-left-border-width: 1px;
|
|
461
|
+
--button-success-default-shadow: 0px 0px 0px 0px transparent;
|
|
462
|
+
--button-success-default-font-color: #ffffff;
|
|
463
|
+
--button-success-default-bg-color: #52c41a;
|
|
464
|
+
--button-success-default-top-border-color: #52c41a;
|
|
465
|
+
--button-success-default-top-border-style: solid;
|
|
466
|
+
--button-success-default-top-border-width: 1px;
|
|
467
|
+
--button-success-default-right-border-color: #52c41a;
|
|
468
|
+
--button-success-default-right-border-style: solid;
|
|
469
|
+
--button-success-default-right-border-width: 1px;
|
|
470
|
+
--button-success-default-bottom-border-color: #52c41a;
|
|
471
|
+
--button-success-default-bottom-border-style: solid;
|
|
472
|
+
--button-success-default-bottom-border-width: 1px;
|
|
473
|
+
--button-success-default-left-border-color: #52c41a;
|
|
474
|
+
--button-success-default-left-border-style: solid;
|
|
475
|
+
--button-success-default-left-border-width: 1px;
|
|
476
|
+
--button-success-hover-shadow: 0px 0px 0px 0px transparent;
|
|
477
|
+
--button-success-hover-font-color: #ffffff;
|
|
478
|
+
--button-success-hover-bg-color: #73d140;
|
|
479
|
+
--button-success-hover-top-border-color: #73d140;
|
|
480
|
+
--button-success-hover-top-border-style: solid;
|
|
481
|
+
--button-success-hover-top-border-width: 1px;
|
|
482
|
+
--button-success-hover-right-border-color: #73d140;
|
|
483
|
+
--button-success-hover-right-border-style: solid;
|
|
484
|
+
--button-success-hover-right-border-width: 1px;
|
|
485
|
+
--button-success-hover-bottom-border-color: #73d140;
|
|
486
|
+
--button-success-hover-bottom-border-style: solid;
|
|
487
|
+
--button-success-hover-bottom-border-width: 1px;
|
|
488
|
+
--button-success-hover-left-border-color: #73d140;
|
|
489
|
+
--button-success-hover-left-border-style: solid;
|
|
490
|
+
--button-success-hover-left-border-width: 1px;
|
|
491
|
+
--button-success-active-shadow: 0px 0px 0px 0px transparent;
|
|
492
|
+
--button-success-active-font-color: #ffffff;
|
|
493
|
+
--button-success-active-bg-color: #389e0d;
|
|
494
|
+
--button-success-active-top-border-color: #389e0d;
|
|
495
|
+
--button-success-active-top-border-style: solid;
|
|
496
|
+
--button-success-active-top-border-width: 1px;
|
|
497
|
+
--button-success-active-right-border-color: #389e0d;
|
|
498
|
+
--button-success-active-right-border-style: solid;
|
|
499
|
+
--button-success-active-right-border-width: 1px;
|
|
500
|
+
--button-success-active-bottom-border-color: #389e0d;
|
|
501
|
+
--button-success-active-bottom-border-style: solid;
|
|
502
|
+
--button-success-active-bottom-border-width: 1px;
|
|
503
|
+
--button-success-active-left-border-color: #389e0d;
|
|
504
|
+
--button-success-active-left-border-style: solid;
|
|
505
|
+
--button-success-active-left-border-width: 1px;
|
|
506
|
+
--button-success-disabled-shadow: 0px 0px 0px 0px transparent;
|
|
507
|
+
--button-success-disabled-font-color: #b8bcbf;
|
|
508
|
+
--button-success-disabled-bg-color: #f7f9fa;
|
|
509
|
+
--button-success-disabled-top-border-color: #e8e9eb;
|
|
510
|
+
--button-success-disabled-top-border-style: solid;
|
|
511
|
+
--button-success-disabled-top-border-width: 1px;
|
|
512
|
+
--button-success-disabled-right-border-color: #e8e9eb;
|
|
513
|
+
--button-success-disabled-right-border-style: solid;
|
|
514
|
+
--button-success-disabled-right-border-width: 1px;
|
|
515
|
+
--button-success-disabled-bottom-border-color: #e8e9eb;
|
|
516
|
+
--button-success-disabled-bottom-border-style: solid;
|
|
517
|
+
--button-success-disabled-bottom-border-width: 1px;
|
|
518
|
+
--button-success-disabled-left-border-color: #e8e9eb;
|
|
519
|
+
--button-success-disabled-left-border-style: solid;
|
|
520
|
+
--button-success-disabled-left-border-width: 1px;
|
|
521
|
+
--button-warning-default-shadow: 0px 0px 0px 0px transparent;
|
|
522
|
+
--button-warning-default-font-color: #ffffff;
|
|
523
|
+
--button-warning-default-bg-color: #faad14;
|
|
524
|
+
--button-warning-default-top-border-color: #faad14;
|
|
525
|
+
--button-warning-default-top-border-style: solid;
|
|
526
|
+
--button-warning-default-top-border-width: 1px;
|
|
527
|
+
--button-warning-default-right-border-color: #faad14;
|
|
528
|
+
--button-warning-default-right-border-style: solid;
|
|
529
|
+
--button-warning-default-right-border-width: 1px;
|
|
530
|
+
--button-warning-default-bottom-border-color: #faad14;
|
|
531
|
+
--button-warning-default-bottom-border-style: solid;
|
|
532
|
+
--button-warning-default-bottom-border-width: 1px;
|
|
533
|
+
--button-warning-default-left-border-color: #faad14;
|
|
534
|
+
--button-warning-default-left-border-style: solid;
|
|
535
|
+
--button-warning-default-left-border-width: 1px;
|
|
536
|
+
--button-warning-hover-shadow: 0px 0px 0px 0px transparent;
|
|
537
|
+
--button-warning-hover-font-color: #ffffff;
|
|
538
|
+
--button-warning-hover-bg-color: #ffc443;
|
|
539
|
+
--button-warning-hover-top-border-color: #ffc443;
|
|
540
|
+
--button-warning-hover-top-border-style: solid;
|
|
541
|
+
--button-warning-hover-top-border-width: 1px;
|
|
542
|
+
--button-warning-hover-right-border-color: #ffc443;
|
|
543
|
+
--button-warning-hover-right-border-style: solid;
|
|
544
|
+
--button-warning-hover-right-border-width: 1px;
|
|
545
|
+
--button-warning-hover-bottom-border-color: #ffc443;
|
|
546
|
+
--button-warning-hover-bottom-border-style: solid;
|
|
547
|
+
--button-warning-hover-bottom-border-width: 1px;
|
|
548
|
+
--button-warning-hover-left-border-color: #ffc443;
|
|
549
|
+
--button-warning-hover-left-border-style: solid;
|
|
550
|
+
--button-warning-hover-left-border-width: 1px;
|
|
551
|
+
--button-warning-active-shadow: 0px 0px 0px 0px transparent;
|
|
552
|
+
--button-warning-active-font-color: #ffffff;
|
|
553
|
+
--button-warning-active-bg-color: #d48806;
|
|
554
|
+
--button-warning-active-top-border-color: #d48806;
|
|
555
|
+
--button-warning-active-top-border-style: solid;
|
|
556
|
+
--button-warning-active-top-border-width: 1px;
|
|
557
|
+
--button-warning-active-right-border-color: #d48806;
|
|
558
|
+
--button-warning-active-right-border-style: solid;
|
|
559
|
+
--button-warning-active-right-border-width: 1px;
|
|
560
|
+
--button-warning-active-bottom-border-color: #d48806;
|
|
561
|
+
--button-warning-active-bottom-border-style: solid;
|
|
562
|
+
--button-warning-active-bottom-border-width: 1px;
|
|
563
|
+
--button-warning-active-left-border-color: #d48806;
|
|
564
|
+
--button-warning-active-left-border-style: solid;
|
|
565
|
+
--button-warning-active-left-border-width: 1px;
|
|
566
|
+
--button-warning-disabled-shadow: 0px 0px 0px 0px transparent;
|
|
567
|
+
--button-warning-disabled-font-color: #b8bcbf;
|
|
568
|
+
--button-warning-disabled-bg-color: #f7f9fa;
|
|
569
|
+
--button-warning-disabled-top-border-color: #e8e9eb;
|
|
570
|
+
--button-warning-disabled-top-border-style: solid;
|
|
571
|
+
--button-warning-disabled-top-border-width: 1px;
|
|
572
|
+
--button-warning-disabled-right-border-color: #e8e9eb;
|
|
573
|
+
--button-warning-disabled-right-border-style: solid;
|
|
574
|
+
--button-warning-disabled-right-border-width: 1px;
|
|
575
|
+
--button-warning-disabled-bottom-border-color: #e8e9eb;
|
|
576
|
+
--button-warning-disabled-bottom-border-style: solid;
|
|
577
|
+
--button-warning-disabled-bottom-border-width: 1px;
|
|
578
|
+
--button-warning-disabled-left-border-color: #e8e9eb;
|
|
579
|
+
--button-warning-disabled-left-border-style: solid;
|
|
580
|
+
--button-warning-disabled-left-border-width: 1px;
|
|
581
|
+
--button-danger-default-shadow: 0px 0px 0px 0px transparent;
|
|
582
|
+
--button-danger-default-font-color: #ffffff;
|
|
583
|
+
--button-danger-default-bg-color: #ff4d4f;
|
|
584
|
+
--button-danger-default-top-border-color: #ff4d4f;
|
|
585
|
+
--button-danger-default-top-border-style: none;
|
|
586
|
+
--button-danger-default-top-border-width: 0px;
|
|
587
|
+
--button-danger-default-right-border-color: #ff4d4f;
|
|
588
|
+
--button-danger-default-right-border-style: none;
|
|
589
|
+
--button-danger-default-right-border-width: 0px;
|
|
590
|
+
--button-danger-default-bottom-border-color: #ff4d4f;
|
|
591
|
+
--button-danger-default-bottom-border-style: none;
|
|
592
|
+
--button-danger-default-bottom-border-width: 0px;
|
|
593
|
+
--button-danger-default-left-border-color: #ff4d4f;
|
|
594
|
+
--button-danger-default-left-border-style: none;
|
|
595
|
+
--button-danger-default-left-border-width: 0px;
|
|
596
|
+
--button-danger-hover-shadow: 0px 0px 0px 0px transparent;
|
|
597
|
+
--button-danger-hover-font-color: #ffffff;
|
|
598
|
+
--button-danger-hover-bg-color: #ff7070;
|
|
599
|
+
--button-danger-hover-top-border-color: #ff7070;
|
|
600
|
+
--button-danger-hover-top-border-style: none;
|
|
601
|
+
--button-danger-hover-top-border-width: 0px;
|
|
602
|
+
--button-danger-hover-right-border-color: #ff7070;
|
|
603
|
+
--button-danger-hover-right-border-style: none;
|
|
604
|
+
--button-danger-hover-right-border-width: 0px;
|
|
605
|
+
--button-danger-hover-bottom-border-color: #ff7070;
|
|
606
|
+
--button-danger-hover-bottom-border-style: none;
|
|
607
|
+
--button-danger-hover-bottom-border-width: 0px;
|
|
608
|
+
--button-danger-hover-left-border-color: #ff7070;
|
|
609
|
+
--button-danger-hover-left-border-style: none;
|
|
610
|
+
--button-danger-hover-left-border-width: 0px;
|
|
611
|
+
--button-danger-active-shadow: 0px 0px 0px 0px transparent;
|
|
612
|
+
--button-danger-active-font-color: #ffffff;
|
|
613
|
+
--button-danger-active-bg-color: #d9363e;
|
|
614
|
+
--button-danger-active-top-border-color: #d9363e;
|
|
615
|
+
--button-danger-active-top-border-style: none;
|
|
616
|
+
--button-danger-active-top-border-width: 0px;
|
|
617
|
+
--button-danger-active-right-border-color: #d9363e;
|
|
618
|
+
--button-danger-active-right-border-style: none;
|
|
619
|
+
--button-danger-active-right-border-width: 0px;
|
|
620
|
+
--button-danger-active-bottom-border-color: #d9363e;
|
|
621
|
+
--button-danger-active-bottom-border-style: none;
|
|
622
|
+
--button-danger-active-bottom-border-width: 0px;
|
|
623
|
+
--button-danger-active-left-border-color: #d9363e;
|
|
624
|
+
--button-danger-active-left-border-style: none;
|
|
625
|
+
--button-danger-active-left-border-width: 0px;
|
|
626
|
+
--button-danger-disabled-shadow: 0px 0px 0px 0px transparent;
|
|
627
|
+
--button-danger-disabled-font-color: #b8bcbf;
|
|
628
|
+
--button-danger-disabled-bg-color: #f7f9fa;
|
|
629
|
+
--button-danger-disabled-top-border-color: #e8e9eb;
|
|
630
|
+
--button-danger-disabled-top-border-style: solid;
|
|
631
|
+
--button-danger-disabled-top-border-width: 1px;
|
|
632
|
+
--button-danger-disabled-right-border-color: #e8e9eb;
|
|
633
|
+
--button-danger-disabled-right-border-style: solid;
|
|
634
|
+
--button-danger-disabled-right-border-width: 1px;
|
|
635
|
+
--button-danger-disabled-bottom-border-color: #e8e9eb;
|
|
636
|
+
--button-danger-disabled-bottom-border-style: solid;
|
|
637
|
+
--button-danger-disabled-bottom-border-width: 1px;
|
|
638
|
+
--button-danger-disabled-left-border-color: #e8e9eb;
|
|
639
|
+
--button-danger-disabled-left-border-style: solid;
|
|
640
|
+
--button-danger-disabled-left-border-width: 1px;
|
|
641
|
+
--button-light-default-shadow: 0px 0px 0px 0px transparent;
|
|
642
|
+
--button-light-default-font-color: #151e26;
|
|
643
|
+
--button-light-default-bg-color: #e6f5ff;
|
|
644
|
+
--button-light-default-top-border-color: #e6f5ff;
|
|
645
|
+
--button-light-default-top-border-style: solid;
|
|
646
|
+
--button-light-default-top-border-width: 1px;
|
|
647
|
+
--button-light-default-right-border-color: #e6f5ff;
|
|
648
|
+
--button-light-default-right-border-style: solid;
|
|
649
|
+
--button-light-default-right-border-width: 1px;
|
|
650
|
+
--button-light-default-bottom-border-color: #e6f5ff;
|
|
651
|
+
--button-light-default-bottom-border-style: solid;
|
|
652
|
+
--button-light-default-bottom-border-width: 1px;
|
|
653
|
+
--button-light-default-left-border-color: #e6f5ff;
|
|
654
|
+
--button-light-default-left-border-style: solid;
|
|
655
|
+
--button-light-default-left-border-width: 1px;
|
|
656
|
+
--button-light-hover-shadow: 0px 0px 0px 0px transparent;
|
|
657
|
+
--button-light-hover-font-color: #151e26;
|
|
658
|
+
--button-light-hover-bg-color: #d1ecff;
|
|
659
|
+
--button-light-hover-top-border-color: #d1ecff;
|
|
660
|
+
--button-light-hover-top-border-style: solid;
|
|
661
|
+
--button-light-hover-top-border-width: 1px;
|
|
662
|
+
--button-light-hover-right-border-color: #d1ecff;
|
|
663
|
+
--button-light-hover-right-border-style: solid;
|
|
664
|
+
--button-light-hover-right-border-width: 1px;
|
|
665
|
+
--button-light-hover-bottom-border-color: #d1ecff;
|
|
666
|
+
--button-light-hover-bottom-border-style: solid;
|
|
667
|
+
--button-light-hover-bottom-border-width: 1px;
|
|
668
|
+
--button-light-hover-left-border-color: #d1ecff;
|
|
669
|
+
--button-light-hover-left-border-style: solid;
|
|
670
|
+
--button-light-hover-left-border-width: 1px;
|
|
671
|
+
--button-light-active-shadow: 0px 0px 0px 0px transparent;
|
|
672
|
+
--button-light-active-font-color: #151e26;
|
|
673
|
+
--button-light-active-bg-color: #a2d7ff;
|
|
674
|
+
--button-light-active-top-border-color: #a2d7ff;
|
|
675
|
+
--button-light-active-top-border-style: solid;
|
|
676
|
+
--button-light-active-top-border-width: 1px;
|
|
677
|
+
--button-light-active-right-border-color: #a2d7ff;
|
|
678
|
+
--button-light-active-right-border-style: solid;
|
|
679
|
+
--button-light-active-right-border-width: 1px;
|
|
680
|
+
--button-light-active-bottom-border-color: #a2d7ff;
|
|
681
|
+
--button-light-active-bottom-border-style: solid;
|
|
682
|
+
--button-light-active-bottom-border-width: 1px;
|
|
683
|
+
--button-light-active-left-border-color: #a2d7ff;
|
|
684
|
+
--button-light-active-left-border-style: solid;
|
|
685
|
+
--button-light-active-left-border-width: 1px;
|
|
686
|
+
--button-light-disabled-shadow: 0px 0px 0px 0px transparent;
|
|
687
|
+
--button-light-disabled-font-color: #b8bcbf;
|
|
688
|
+
--button-light-disabled-bg-color: #f7f9fa;
|
|
689
|
+
--button-light-disabled-top-border-color: #e8e9eb;
|
|
690
|
+
--button-light-disabled-top-border-style: solid;
|
|
691
|
+
--button-light-disabled-top-border-width: 1px;
|
|
692
|
+
--button-light-disabled-right-border-color: #e8e9eb;
|
|
693
|
+
--button-light-disabled-right-border-style: solid;
|
|
694
|
+
--button-light-disabled-right-border-width: 1px;
|
|
695
|
+
--button-light-disabled-bottom-border-color: #e8e9eb;
|
|
696
|
+
--button-light-disabled-bottom-border-style: solid;
|
|
697
|
+
--button-light-disabled-bottom-border-width: 1px;
|
|
698
|
+
--button-light-disabled-left-border-color: #e8e9eb;
|
|
699
|
+
--button-light-disabled-left-border-style: solid;
|
|
700
|
+
--button-light-disabled-left-border-width: 1px;
|
|
701
|
+
--button-dark-default-shadow: 0px 0px 0px 0px transparent;
|
|
702
|
+
--button-dark-default-font-color: #ffffff;
|
|
703
|
+
--button-dark-default-bg-color: #303840;
|
|
704
|
+
--button-dark-default-top-border-color: #303840;
|
|
705
|
+
--button-dark-default-top-border-style: solid;
|
|
706
|
+
--button-dark-default-top-border-width: 1px;
|
|
707
|
+
--button-dark-default-right-border-color: #303840;
|
|
708
|
+
--button-dark-default-right-border-style: solid;
|
|
709
|
+
--button-dark-default-right-border-width: 1px;
|
|
710
|
+
--button-dark-default-bottom-border-color: #303840;
|
|
711
|
+
--button-dark-default-bottom-border-style: solid;
|
|
712
|
+
--button-dark-default-bottom-border-width: 1px;
|
|
713
|
+
--button-dark-default-left-border-color: #303840;
|
|
714
|
+
--button-dark-default-left-border-style: solid;
|
|
715
|
+
--button-dark-default-left-border-width: 1px;
|
|
716
|
+
--button-dark-hover-shadow: 0px 0px 0px 0px transparent;
|
|
717
|
+
--button-dark-hover-font-color: #ffffff;
|
|
718
|
+
--button-dark-hover-bg-color: #5c6166;
|
|
719
|
+
--button-dark-hover-top-border-color: #5c6166;
|
|
720
|
+
--button-dark-hover-top-border-style: solid;
|
|
721
|
+
--button-dark-hover-top-border-width: 1px;
|
|
722
|
+
--button-dark-hover-right-border-color: #5c6166;
|
|
723
|
+
--button-dark-hover-right-border-style: solid;
|
|
724
|
+
--button-dark-hover-right-border-width: 1px;
|
|
725
|
+
--button-dark-hover-bottom-border-color: #5c6166;
|
|
726
|
+
--button-dark-hover-bottom-border-style: solid;
|
|
727
|
+
--button-dark-hover-bottom-border-width: 1px;
|
|
728
|
+
--button-dark-hover-left-border-color: #5c6166;
|
|
729
|
+
--button-dark-hover-left-border-style: solid;
|
|
730
|
+
--button-dark-hover-left-border-width: 1px;
|
|
731
|
+
--button-dark-active-shadow: 0px 0px 0px 0px transparent;
|
|
732
|
+
--button-dark-active-font-color: #ffffff;
|
|
733
|
+
--button-dark-active-bg-color: #84888c;
|
|
734
|
+
--button-dark-active-top-border-color: #84888c;
|
|
735
|
+
--button-dark-active-top-border-style: solid;
|
|
736
|
+
--button-dark-active-top-border-width: 1px;
|
|
737
|
+
--button-dark-active-right-border-color: #84888c;
|
|
738
|
+
--button-dark-active-right-border-style: solid;
|
|
739
|
+
--button-dark-active-right-border-width: 1px;
|
|
740
|
+
--button-dark-active-bottom-border-color: #84888c;
|
|
741
|
+
--button-dark-active-bottom-border-style: solid;
|
|
742
|
+
--button-dark-active-bottom-border-width: 1px;
|
|
743
|
+
--button-dark-active-left-border-color: #84888c;
|
|
744
|
+
--button-dark-active-left-border-style: solid;
|
|
745
|
+
--button-dark-active-left-border-width: 1px;
|
|
746
|
+
--button-dark-disabled-shadow: 0px 0px 0px 0px transparent;
|
|
747
|
+
--button-dark-disabled-font-color: #b8bcbf;
|
|
748
|
+
--button-dark-disabled-bg-color: #f7f9fa;
|
|
749
|
+
--button-dark-disabled-top-border-color: #e8e9eb;
|
|
750
|
+
--button-dark-disabled-top-border-style: solid;
|
|
751
|
+
--button-dark-disabled-top-border-width: 1px;
|
|
752
|
+
--button-dark-disabled-right-border-color: #e8e9eb;
|
|
753
|
+
--button-dark-disabled-right-border-style: solid;
|
|
754
|
+
--button-dark-disabled-right-border-width: 1px;
|
|
755
|
+
--button-dark-disabled-bottom-border-color: #e8e9eb;
|
|
756
|
+
--button-dark-disabled-bottom-border-style: solid;
|
|
757
|
+
--button-dark-disabled-bottom-border-width: 1px;
|
|
758
|
+
--button-dark-disabled-left-border-color: #e8e9eb;
|
|
759
|
+
--button-dark-disabled-left-border-style: solid;
|
|
760
|
+
--button-dark-disabled-left-border-width: 1px;
|
|
761
|
+
--button-link-default-shadow: 0px 0px 0px 0px transparent;
|
|
762
|
+
--button-link-default-font-color: #1890ff;
|
|
763
|
+
--button-link-default-bg-color: transparent;
|
|
764
|
+
--button-link-default-top-border-color: transparent;
|
|
765
|
+
--button-link-default-top-border-style: none;
|
|
766
|
+
--button-link-default-top-border-width: 0px;
|
|
767
|
+
--button-link-default-right-border-color: transparent;
|
|
768
|
+
--button-link-default-right-border-style: none;
|
|
769
|
+
--button-link-default-right-border-width: 0px;
|
|
770
|
+
--button-link-default-bottom-border-color: transparent;
|
|
771
|
+
--button-link-default-bottom-border-style: none;
|
|
772
|
+
--button-link-default-bottom-border-width: 0px;
|
|
773
|
+
--button-link-default-left-border-color: transparent;
|
|
774
|
+
--button-link-default-left-border-style: none;
|
|
775
|
+
--button-link-default-left-border-width: 0px;
|
|
776
|
+
--button-link-hover-shadow: 0px 0px 0px 0px transparent;
|
|
777
|
+
--button-link-hover-font-color: #45a8ff;
|
|
778
|
+
--button-link-hover-bg-color: transparent;
|
|
779
|
+
--button-link-hover-top-border-color: transparent;
|
|
780
|
+
--button-link-hover-top-border-style: none;
|
|
781
|
+
--button-link-hover-top-border-width: 0px;
|
|
782
|
+
--button-link-hover-right-border-color: transparent;
|
|
783
|
+
--button-link-hover-right-border-style: none;
|
|
784
|
+
--button-link-hover-right-border-width: 0px;
|
|
785
|
+
--button-link-hover-bottom-border-color: transparent;
|
|
786
|
+
--button-link-hover-bottom-border-style: none;
|
|
787
|
+
--button-link-hover-bottom-border-width: 0px;
|
|
788
|
+
--button-link-hover-left-border-color: transparent;
|
|
789
|
+
--button-link-hover-left-border-style: none;
|
|
790
|
+
--button-link-hover-left-border-width: 0px;
|
|
791
|
+
--button-link-active-shadow: 0px 0px 0px 0px transparent;
|
|
792
|
+
--button-link-active-font-color: #096dd9;
|
|
793
|
+
--button-link-active-bg-color: transparent;
|
|
794
|
+
--button-link-active-top-border-color: transparent;
|
|
795
|
+
--button-link-active-top-border-style: none;
|
|
796
|
+
--button-link-active-top-border-width: 0px;
|
|
797
|
+
--button-link-active-right-border-color: transparent;
|
|
798
|
+
--button-link-active-right-border-style: none;
|
|
799
|
+
--button-link-active-right-border-width: 0px;
|
|
800
|
+
--button-link-active-bottom-border-color: transparent;
|
|
801
|
+
--button-link-active-bottom-border-style: none;
|
|
802
|
+
--button-link-active-bottom-border-width: 0px;
|
|
803
|
+
--button-link-active-left-border-color: transparent;
|
|
804
|
+
--button-link-active-left-border-style: none;
|
|
805
|
+
--button-link-active-left-border-width: 0px;
|
|
806
|
+
--button-link-disabled-shadow: 0px 0px 0px 0px transparent;
|
|
807
|
+
--button-link-disabled-font-color: #b8bcbf;
|
|
808
|
+
--button-link-disabled-bg-color: transparent;
|
|
809
|
+
--button-link-disabled-top-border-color: transparent;
|
|
810
|
+
--button-link-disabled-top-border-style: none;
|
|
811
|
+
--button-link-disabled-top-border-width: 0px;
|
|
812
|
+
--button-link-disabled-right-border-color: transparent;
|
|
813
|
+
--button-link-disabled-right-border-style: none;
|
|
814
|
+
--button-link-disabled-right-border-width: 0px;
|
|
815
|
+
--button-link-disabled-bottom-border-color: transparent;
|
|
816
|
+
--button-link-disabled-bottom-border-style: none;
|
|
817
|
+
--button-link-disabled-bottom-border-width: 0px;
|
|
818
|
+
--button-link-disabled-left-border-color: transparent;
|
|
819
|
+
--button-link-disabled-left-border-style: none;
|
|
820
|
+
--button-link-disabled-left-border-width: 0px;
|
|
821
|
+
--button-size-default-height: 32px;
|
|
822
|
+
--button-size-default-minWidth: auto;
|
|
823
|
+
--button-size-default-paddingTop: 4px;
|
|
824
|
+
--button-size-default-paddingBottom: 4px;
|
|
825
|
+
--button-size-default-paddingLeft: 12px;
|
|
826
|
+
--button-size-default-paddingRight: 12px;
|
|
827
|
+
--button-size-default-marginTop: 0px;
|
|
828
|
+
--button-size-default-marginBottom: 0px;
|
|
829
|
+
--button-size-default-marginLeft: 0px;
|
|
830
|
+
--button-size-default-marginRight: 0px;
|
|
831
|
+
--button-size-default-icon-size: 14px;
|
|
832
|
+
--button-size-default-icon-margin: 4px;
|
|
833
|
+
--button-size-default-font-size: 14px;
|
|
834
|
+
--button-size-default-font-weight: 400;
|
|
835
|
+
--button-size-default-font-lineHeight: 1;
|
|
836
|
+
--button-size-default-font-family: -apple-system, BlinkMacSystemFont,
|
|
837
|
+
SF Pro SC, SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI,
|
|
838
|
+
Roboto, Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
|
|
839
|
+
sans-serif;
|
|
840
|
+
--button-size-default-top-right-border-radius: 0px;
|
|
841
|
+
--button-size-default-top-left-border-radius: 0px;
|
|
842
|
+
--button-size-default-bottom-right-border-radius: 0px;
|
|
843
|
+
--button-size-default-bottom-left-border-radius: 0px;
|
|
844
|
+
--button-size-xs-height: 22px;
|
|
845
|
+
--button-size-xs-minWidth: auto;
|
|
846
|
+
--button-size-xs-paddingTop: 2px;
|
|
847
|
+
--button-size-xs-paddingBottom: 2px;
|
|
848
|
+
--button-size-xs-paddingLeft: 4px;
|
|
849
|
+
--button-size-xs-paddingRight: 4px;
|
|
850
|
+
--button-size-xs-marginTop: 0px;
|
|
851
|
+
--button-size-xs-marginBottom: 0px;
|
|
852
|
+
--button-size-xs-marginLeft: 0px;
|
|
853
|
+
--button-size-xs-marginRight: 0px;
|
|
854
|
+
--button-size-xs-icon-size: 14px;
|
|
855
|
+
--button-size-xs-icon-margin: 4px;
|
|
856
|
+
--button-size-xs-font-size: 12px;
|
|
857
|
+
--button-size-xs-font-weight: 400;
|
|
858
|
+
--button-size-xs-font-lineHeight: 1.5;
|
|
859
|
+
--button-size-xs-font-family: -apple-system, BlinkMacSystemFont, SF Pro SC,
|
|
860
|
+
SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI, Roboto,
|
|
861
|
+
Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
|
|
862
|
+
sans-serif;
|
|
863
|
+
--button-size-xs-top-right-border-radius: 4px;
|
|
864
|
+
--button-size-xs-top-left-border-radius: 4px;
|
|
865
|
+
--button-size-xs-bottom-right-border-radius: 4px;
|
|
866
|
+
--button-size-xs-bottom-left-border-radius: 4px;
|
|
867
|
+
--button-size-sm-height: 30px;
|
|
868
|
+
--button-size-sm-minWidth: auto;
|
|
869
|
+
--button-size-sm-paddingTop: 4px;
|
|
870
|
+
--button-size-sm-paddingBottom: 4px;
|
|
871
|
+
--button-size-sm-paddingLeft: 8px;
|
|
872
|
+
--button-size-sm-paddingRight: 8px;
|
|
873
|
+
--button-size-sm-marginTop: 0px;
|
|
874
|
+
--button-size-sm-marginBottom: 0px;
|
|
875
|
+
--button-size-sm-marginLeft: 0px;
|
|
876
|
+
--button-size-sm-marginRight: 0px;
|
|
877
|
+
--button-size-sm-icon-size: 14px;
|
|
878
|
+
--button-size-sm-icon-margin: 4px;
|
|
879
|
+
--button-size-sm-font-size: 12px;
|
|
880
|
+
--button-size-sm-font-weight: 400;
|
|
881
|
+
--button-size-sm-font-lineHeight: 1.5;
|
|
882
|
+
--button-size-sm-font-family: -apple-system, BlinkMacSystemFont, SF Pro SC,
|
|
883
|
+
SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI, Roboto,
|
|
884
|
+
Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
|
|
885
|
+
sans-serif;
|
|
886
|
+
--button-size-sm-top-right-border-radius: 4px;
|
|
887
|
+
--button-size-sm-top-left-border-radius: 4px;
|
|
888
|
+
--button-size-sm-bottom-right-border-radius: 4px;
|
|
889
|
+
--button-size-sm-bottom-left-border-radius: 4px;
|
|
890
|
+
--button-size-md-height: 32px;
|
|
891
|
+
--button-size-md-minWidth: auto;
|
|
892
|
+
--button-size-md-paddingTop: 4px;
|
|
893
|
+
--button-size-md-paddingBottom: 4px;
|
|
894
|
+
--button-size-md-paddingLeft: 12px;
|
|
895
|
+
--button-size-md-paddingRight: 12px;
|
|
896
|
+
--button-size-md-marginTop: 0px;
|
|
897
|
+
--button-size-md-marginBottom: 0px;
|
|
898
|
+
--button-size-md-marginLeft: 0px;
|
|
899
|
+
--button-size-md-marginRight: 0px;
|
|
900
|
+
--button-size-md-icon-size: 14px;
|
|
901
|
+
--button-size-md-icon-margin: 4px;
|
|
902
|
+
--button-size-md-font-size: 14px;
|
|
903
|
+
--button-size-md-font-weight: 400;
|
|
904
|
+
--button-size-md-font-lineHeight: 1;
|
|
905
|
+
--button-size-md-font-family: -apple-system, BlinkMacSystemFont, SF Pro SC,
|
|
906
|
+
SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI, Roboto,
|
|
907
|
+
Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
|
|
908
|
+
sans-serif;
|
|
909
|
+
--button-size-md-top-right-border-radius: 0px;
|
|
910
|
+
--button-size-md-top-left-border-radius: 0px;
|
|
911
|
+
--button-size-md-bottom-right-border-radius: 0px;
|
|
912
|
+
--button-size-md-bottom-left-border-radius: 0px;
|
|
913
|
+
--button-size-lg-height: 38px;
|
|
914
|
+
--button-size-lg-minWidth: auto;
|
|
915
|
+
--button-size-lg-paddingTop: 8px;
|
|
916
|
+
--button-size-lg-paddingBottom: 8px;
|
|
917
|
+
--button-size-lg-paddingLeft: 16px;
|
|
918
|
+
--button-size-lg-paddingRight: 16px;
|
|
919
|
+
--button-size-lg-marginTop: 0px;
|
|
920
|
+
--button-size-lg-marginBottom: 0px;
|
|
921
|
+
--button-size-lg-marginLeft: 0px;
|
|
922
|
+
--button-size-lg-marginRight: 0px;
|
|
923
|
+
--button-size-lg-icon-size: 14px;
|
|
924
|
+
--button-size-lg-icon-margin: 4px;
|
|
925
|
+
--button-size-lg-font-size: 14px;
|
|
926
|
+
--button-size-lg-font-weight: 400;
|
|
927
|
+
--button-size-lg-font-lineHeight: 1;
|
|
928
|
+
--button-size-lg-font-family: -apple-system, BlinkMacSystemFont, SF Pro SC,
|
|
929
|
+
SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI, Roboto,
|
|
930
|
+
Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
|
|
931
|
+
sans-serif;
|
|
932
|
+
--button-size-lg-top-right-border-radius: 0px;
|
|
933
|
+
--button-size-lg-top-left-border-radius: 0px;
|
|
934
|
+
--button-size-lg-bottom-right-border-radius: 0px;
|
|
935
|
+
--button-size-lg-bottom-left-border-radius: 0px;
|
|
936
|
+
--transfer-base-title-bg: #f7f9fa;
|
|
937
|
+
--transfer-base-title-font-size: 14px;
|
|
938
|
+
--transfer-base-title-font-weight: 400;
|
|
939
|
+
--transfer-base-title-font-lineHeight: 1.5;
|
|
940
|
+
--transfer-base-title-font-family: -apple-system, BlinkMacSystemFont,
|
|
941
|
+
SF Pro SC, SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI,
|
|
942
|
+
Roboto, Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
|
|
943
|
+
sans-serif;
|
|
944
|
+
--transfer-base-title-font-color: #151e26;
|
|
945
|
+
--transfer-base-content-font-size: 14px;
|
|
946
|
+
--transfer-base-content-font-weight: 400;
|
|
947
|
+
--transfer-base-content-font-lineHeight: 1.5;
|
|
948
|
+
--transfer-base-content-font-family: -apple-system, BlinkMacSystemFont,
|
|
949
|
+
SF Pro SC, SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI,
|
|
950
|
+
Roboto, Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
|
|
951
|
+
sans-serif;
|
|
952
|
+
--transfer-base-content-font-color: #151e26;
|
|
953
|
+
--transfer-base-top-border-color: #e8e9eb;
|
|
954
|
+
--transfer-base-top-border-style: solid;
|
|
955
|
+
--transfer-base-top-border-width: 1px;
|
|
956
|
+
--transfer-base-right-border-color: #e8e9eb;
|
|
957
|
+
--transfer-base-right-border-style: solid;
|
|
958
|
+
--transfer-base-right-border-width: 1px;
|
|
959
|
+
--transfer-base-bottom-border-color: #e8e9eb;
|
|
960
|
+
--transfer-base-bottom-border-style: solid;
|
|
961
|
+
--transfer-base-bottom-border-width: 1px;
|
|
962
|
+
--transfer-base-left-border-color: #e8e9eb;
|
|
963
|
+
--transfer-base-left-border-style: solid;
|
|
964
|
+
--transfer-base-left-border-width: 1px;
|
|
965
|
+
--transfer-base-top-right-border-radius: 4px;
|
|
966
|
+
--transfer-base-top-left-border-radius: 4px;
|
|
967
|
+
--transfer-base-bottom-right-border-radius: 2px;
|
|
968
|
+
--transfer-base-bottom-left-border-radius: 2px;
|
|
969
|
+
--transfer-base-header-paddingTop: 6px;
|
|
970
|
+
--transfer-base-header-paddingBottom: 6px;
|
|
971
|
+
--transfer-base-header-paddingLeft: 12px;
|
|
972
|
+
--transfer-base-header-paddingRight: 12px;
|
|
973
|
+
--transfer-base-header-marginTop: 0px;
|
|
974
|
+
--transfer-base-header-marginBottom: 0px;
|
|
975
|
+
--transfer-base-header-marginLeft: 0px;
|
|
976
|
+
--transfer-base-header-marginRight: 0px;
|
|
977
|
+
--transfer-base-body-paddingTop: 0px;
|
|
978
|
+
--transfer-base-body-paddingBottom: 0px;
|
|
979
|
+
--transfer-base-body-paddingLeft: 0px;
|
|
980
|
+
--transfer-base-body-paddingRight: 0px;
|
|
981
|
+
--transfer-base-body-marginTop: 0px;
|
|
982
|
+
--transfer-base-body-marginBottom: 0px;
|
|
983
|
+
--transfer-base-body-marginLeft: 0px;
|
|
984
|
+
--transfer-base-body-marginRight: 0px;
|
|
985
|
+
--transfer-base-option-paddingTop: 6px;
|
|
986
|
+
--transfer-base-option-paddingBottom: 6px;
|
|
987
|
+
--transfer-base-option-paddingLeft: 12px;
|
|
988
|
+
--transfer-base-option-paddingRight: 12px;
|
|
989
|
+
--transfer-base-option-marginTop: 0px;
|
|
990
|
+
--transfer-base-option-marginBottom: 0px;
|
|
991
|
+
--transfer-base-option-marginLeft: 0px;
|
|
992
|
+
--transfer-base-option-marginRight: 0px;
|
|
993
|
+
--transfer-base-shadow: 0px 0px 0px 0px transparent;
|
|
994
|
+
--transfer-search-font-size: 14px;
|
|
995
|
+
--transfer-search-font-weight: 400;
|
|
996
|
+
--transfer-search-font-lineHeight: 1.5;
|
|
997
|
+
--transfer-search-font-family: -apple-system, BlinkMacSystemFont, SF Pro SC,
|
|
998
|
+
SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI, Roboto,
|
|
999
|
+
Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
|
|
1000
|
+
sans-serif;
|
|
1001
|
+
--transfer-search-font-color: #151e26;
|
|
1002
|
+
--transfer-search-placeholder-font-color: #b8bcbf;
|
|
1003
|
+
--transfer-search-top-border-color: #e8e9eb;
|
|
1004
|
+
--transfer-search-top-border-style: solid;
|
|
1005
|
+
--transfer-search-top-border-width: 1px;
|
|
1006
|
+
--transfer-search-right-border-color: #e8e9eb;
|
|
1007
|
+
--transfer-search-right-border-style: solid;
|
|
1008
|
+
--transfer-search-right-border-width: 1px;
|
|
1009
|
+
--transfer-search-bottom-border-color: #e8e9eb;
|
|
1010
|
+
--transfer-search-bottom-border-style: solid;
|
|
1011
|
+
--transfer-search-bottom-border-width: 1px;
|
|
1012
|
+
--transfer-search-left-border-color: #e8e9eb;
|
|
1013
|
+
--transfer-search-left-border-style: solid;
|
|
1014
|
+
--transfer-search-left-border-width: 1px;
|
|
1015
|
+
--transfer-search-top-right-border-radius: 4px;
|
|
1016
|
+
--transfer-search-top-left-border-radius: 4px;
|
|
1017
|
+
--transfer-search-bottom-right-border-radius: 4px;
|
|
1018
|
+
--transfer-search-bottom-left-border-radius: 4px;
|
|
1019
|
+
--transfer-search-border-hover-color: #096dd9;
|
|
1020
|
+
--transfer-search-border-active-color: #096dd9;
|
|
1021
|
+
--transfer-search-paddingTop: 8px;
|
|
1022
|
+
--transfer-search-paddingBottom: 8px;
|
|
1023
|
+
--transfer-search-paddingLeft: 8px;
|
|
1024
|
+
--transfer-search-paddingRight: 8px;
|
|
1025
|
+
--transfer-search-marginTop: 0px;
|
|
1026
|
+
--transfer-search-marginBottom: 0px;
|
|
1027
|
+
--transfer-search-marginLeft: 0px;
|
|
1028
|
+
--transfer-search-marginRight: 0px;
|
|
1029
|
+
--transfer-search-input-paddingTop: 4px;
|
|
1030
|
+
--transfer-search-input-paddingBottom: 4px;
|
|
1031
|
+
--transfer-search-input-paddingLeft: 10px;
|
|
1032
|
+
--transfer-search-input-paddingRight: 10px;
|
|
1033
|
+
--transfer-search-input-marginTop: 0px;
|
|
1034
|
+
--transfer-search-input-marginBottom: 0px;
|
|
1035
|
+
--transfer-search-input-marginLeft: 0px;
|
|
1036
|
+
--transfer-search-input-marginRight: 0px;
|
|
1037
|
+
--transfer-search-shadow: 0px 0px 0px 0px transparent;
|
|
1038
|
+
--transfer-group-font-size: 14px;
|
|
1039
|
+
--transfer-group-font-weight: 400;
|
|
1040
|
+
--transfer-group-font-lineHeight: 1.5;
|
|
1041
|
+
--transfer-group-font-family: -apple-system, BlinkMacSystemFont, SF Pro SC,
|
|
1042
|
+
SF Pro Text, Helvetica Neue, Helvetica, PingFang SC, Segoe UI, Roboto,
|
|
1043
|
+
Hiragino Sans GB, Arial, microsoft yahei ui, Microsoft YaHei, SimSun,
|
|
1044
|
+
sans-serif;
|
|
1045
|
+
--transfer-group-font-color: #84888c;
|
|
1046
|
+
--transfer-table-header-paddingTop: 6px;
|
|
1047
|
+
--transfer-table-header-paddingBottom: 6px;
|
|
1048
|
+
--transfer-table-header-paddingLeft: 10px;
|
|
1049
|
+
--transfer-table-header-paddingRight: 10px;
|
|
1050
|
+
--transfer-table-header-marginTop: 0px;
|
|
1051
|
+
--transfer-table-header-marginBottom: 0px;
|
|
1052
|
+
--transfer-table-header-marginLeft: 0px;
|
|
1053
|
+
--transfer-table-header-marginRight: 0px;
|
|
1054
|
+
--transfer-table-option-paddingTop: 4px;
|
|
1055
|
+
--transfer-table-option-paddingBottom: 6px;
|
|
1056
|
+
--transfer-table-option-paddingLeft: 10px;
|
|
1057
|
+
--transfer-table-option-paddingRight: 10px;
|
|
1058
|
+
--transfer-table-option-marginTop: 0px;
|
|
1059
|
+
--transfer-table-option-marginBottom: auto;
|
|
1060
|
+
--transfer-table-option-marginLeft: 0px;
|
|
1061
|
+
--transfer-table-option-marginRight: 0px;
|
|
1062
|
+
--transfer-table-last-paddingRight: 16px;
|
|
1063
|
+
--transfer-tree-bg-hover-color: var(--colors-neutral-fill-11);
|
|
1064
|
+
--transfer-tree-bg-active-color: var(--colors-neutral-fill-11);
|
|
1065
|
+
--transfer-tree-top-right-border-radius: 2px;
|
|
1066
|
+
--transfer-tree-top-left-border-radius: 2px;
|
|
1067
|
+
--transfer-tree-bottom-right-border-radius: 2px;
|
|
1068
|
+
--transfer-tree-bottom-left-border-radius: 2px;
|
|
1069
|
+
--transfer-tree-paddingTop: 2px;
|
|
1070
|
+
--transfer-tree-paddingBottom: 2px;
|
|
1071
|
+
--transfer-tree-paddingLeft: 10px;
|
|
1072
|
+
--transfer-tree-paddingRight: 10px;
|
|
1073
|
+
--transfer-tree-marginTop: 0px;
|
|
1074
|
+
--transfer-tree-marginBottom: auto;
|
|
1075
|
+
--transfer-tree-marginLeft: 0px;
|
|
1076
|
+
--transfer-tree-marginRight: 0px;
|
|
1077
|
+
--transfer-tree-option-paddingTop: 0px;
|
|
1078
|
+
--transfer-tree-option-paddingBottom: 0px;
|
|
1079
|
+
--transfer-tree-option-paddingLeft: 8px;
|
|
1080
|
+
--transfer-tree-option-paddingRight: 0px;
|
|
1081
|
+
--transfer-tree-option-marginTop: 0px;
|
|
1082
|
+
--transfer-tree-option-marginBottom: 4px;
|
|
1083
|
+
--transfer-tree-option-marginLeft: 0px;
|
|
1084
|
+
--transfer-tree-option-marginRight: 0px;
|
|
1085
|
+
--transfer-chained-paddingTop: 6px;
|
|
1086
|
+
--transfer-chained-paddingBottom: 6px;
|
|
1087
|
+
--transfer-chained-paddingLeft: 8px;
|
|
1088
|
+
--transfer-chained-paddingRight: 8px;
|
|
1089
|
+
--transfer-chained-marginTop: 0px;
|
|
1090
|
+
--transfer-chained-marginBottom: 0px;
|
|
1091
|
+
--transfer-chained-marginLeft: 0px;
|
|
1092
|
+
--transfer-chained-marginRight: 0px;
|
|
1093
|
+
}
|
|
38
1094
|
|
|
39
1095
|
/* 此处放置需要override的变量,因为部分变量已经在variables.scss中定义 */
|
|
40
1096
|
$Table-strip-bg: transparent;
|
|
@@ -47,7 +1103,7 @@ $Table-strip-bg: transparent;
|
|
|
47
1103
|
--lineHeightBase: 1.57;
|
|
48
1104
|
|
|
49
1105
|
--borderColor: #d9d9d9;
|
|
50
|
-
--text-color:
|
|
1106
|
+
--text-color: var(--colors-neutral-text-1);
|
|
51
1107
|
|
|
52
1108
|
--text--muted-color: #999;
|
|
53
1109
|
--text--loud-color: #333;
|
|
@@ -67,21 +1123,21 @@ $Table-strip-bg: transparent;
|
|
|
67
1123
|
--Button-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
68
1124
|
// --Button-textShadow: 0 -1px 0 rgb(0 0 0 / 12%);
|
|
69
1125
|
--Button--default-border: #d9d9d9;
|
|
70
|
-
--Button--default-onHover-border:
|
|
1126
|
+
--Button--default-onHover-border: var(--colors-brand-6);
|
|
71
1127
|
--Button--default-onHover-bg: #fff;
|
|
72
|
-
--Button--default-onHover-color:
|
|
1128
|
+
--Button--default-onHover-color: var(--colors-brand-6);
|
|
73
1129
|
--Button--default-onActive-bg: #fff;
|
|
74
|
-
--Button--default-onActive-border:
|
|
75
|
-
--Button--default-onActive-color:
|
|
1130
|
+
--Button--default-onActive-border: var(--colors-brand-4);
|
|
1131
|
+
--Button--default-onActive-color: var(--colors-brand-4);
|
|
76
1132
|
--Button-onDisabled-borderColor: #d9d9d9;
|
|
77
1133
|
|
|
78
|
-
--Button--primary-onHover-bg:
|
|
79
|
-
--Button--primary-onHover-border:
|
|
1134
|
+
--Button--primary-onHover-bg: var(--colors-brand-6);
|
|
1135
|
+
--Button--primary-onHover-border: var(--colors-brand-6);
|
|
80
1136
|
|
|
81
|
-
--Card-onChecked-bg:
|
|
1137
|
+
--Card-onChecked-bg: var(--colors-brand-10);
|
|
82
1138
|
--Card-onChecked-color: var(--body-color);
|
|
83
1139
|
--Card-onChecked-fieldLabel-color: var(--text--muted-color);
|
|
84
|
-
--Card-onChecked-borderColor:
|
|
1140
|
+
--Card-onChecked-borderColor: var(--colors-brand-6);
|
|
85
1141
|
|
|
86
1142
|
--Calendar-btnCancel-bg: #fff;
|
|
87
1143
|
--Calendar-btnCancel-border: var(--Button--default-border);
|
|
@@ -108,25 +1164,29 @@ $Table-strip-bg: transparent;
|
|
|
108
1164
|
--ListControl-item-onHover-bg: var(--Button--default-onHover-bg);
|
|
109
1165
|
--ListControl-item-onHover-borderColor: var(--primary);
|
|
110
1166
|
|
|
111
|
-
--ListItem-onChecked-bg:
|
|
1167
|
+
--ListItem-onChecked-bg: var(--colors-brand-10);
|
|
112
1168
|
--ListItem--strip-bg: #fff;
|
|
113
1169
|
|
|
114
1170
|
--Nav-item-onActive-borderLeft: 0;
|
|
115
1171
|
|
|
116
1172
|
--Modal-header-bg: #fff;
|
|
117
1173
|
--Modal-title-fontWeight: 500;
|
|
1174
|
+
--Modal-body-paddingY: var(--sizes-size-0);
|
|
1175
|
+
--Modal-body-paddingX: var(--sizes-size-0);
|
|
1176
|
+
--Modal-body-borderTop: 1px var(--colors-neutral-line-7) solid;
|
|
1177
|
+
--Modal-body-borderBottom: 1px var(--colors-neutral-line-7) solid;
|
|
118
1178
|
|
|
119
1179
|
--Form-item-fontSize: var(--fontSizeBase);
|
|
120
1180
|
--Form-item-fontColor: var(--body-color);
|
|
121
|
-
--Form-input-onFocused-borderColor:
|
|
122
|
-
--Form-input-borderColor:
|
|
1181
|
+
--Form-input-onFocused-borderColor: var(--colors-brand-6);
|
|
1182
|
+
--Form-input-borderColor: var(--colors-neutral-line-8);
|
|
123
1183
|
--Form-input-boxShadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
124
1184
|
--Form-select-borderWidth: #{px2rem(1px)};
|
|
125
1185
|
--Form-select-borderRadius: 0;
|
|
126
|
-
--Form-select-borderColor:
|
|
1186
|
+
--Form-select-borderColor: var(--colors-neutral-line-8);
|
|
127
1187
|
--Form-select-bg: var(--white);
|
|
128
1188
|
--Form-select-onHover-bg: var(--white);
|
|
129
|
-
--Form-select-onHover-borderColor:
|
|
1189
|
+
--Form-select-onHover-borderColor: var(--colors-brand-6);
|
|
130
1190
|
--Form-select-placeholderColor: #999;
|
|
131
1191
|
--Form-select-color: #000;
|
|
132
1192
|
--Form-select-caret-iconColor: #999;
|
|
@@ -165,7 +1225,7 @@ $Table-strip-bg: transparent;
|
|
|
165
1225
|
--Table-thead-bg: #fafafa;
|
|
166
1226
|
--Table-onHover-bg: rgb(250, 250, 250);
|
|
167
1227
|
--Table-onHover-borderColor: var(--Table-borderColor);
|
|
168
|
-
--Table-onChecked-bg:
|
|
1228
|
+
--Table-onChecked-bg: var(--colors-brand-10);
|
|
169
1229
|
--Table-onChecked-color: var(--Table-color);
|
|
170
1230
|
--Table-onChecked-borderColor: var(--Table-borderColor);
|
|
171
1231
|
|
|
@@ -176,4 +1236,10 @@ $Table-strip-bg: transparent;
|
|
|
176
1236
|
--Tree-item-onChekced-bg-borderRadius: #{px2rem(2px)};
|
|
177
1237
|
--Tree-itemHeight: #{px2rem(24px)};
|
|
178
1238
|
--Tree-icon-gap: var(--gap-sm);
|
|
1239
|
+
|
|
1240
|
+
// steps
|
|
1241
|
+
--Steps-line-bg: var(--colors-neutral-text-7);
|
|
1242
|
+
|
|
1243
|
+
// Avatar
|
|
1244
|
+
--Avatar-bg: var(--colors-neutral-fill-7);
|
|
179
1245
|
}
|