amis-ui 3.1.1 → 3.3.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.d.ts +122 -122
- package/esm/components/Alert.js +55 -17
- package/esm/components/Alert2.d.ts +20 -20
- package/esm/components/Alert2.js +5 -8
- package/esm/components/AnchorNav.d.ts +20 -20
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.d.ts +40 -40
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +120 -120
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.d.ts +102 -101
- package/esm/components/Avatar.js +4 -3
- package/esm/components/Badge.d.ts +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +27 -23
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +5 -9
- package/esm/components/Button.d.ts +20 -20
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.d.ts +41 -40
- package/esm/components/CalendarMobile.js +21 -5
- package/esm/components/Card.d.ts +100 -100
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.d.ts +4 -3
- package/esm/components/Cascader.js +106 -105
- package/esm/components/ChainedDropdownSelection.d.ts +559 -0
- package/esm/components/ChainedDropdownSelection.js +104 -0
- package/esm/components/ChainedSelection.d.ts +120 -120
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.d.ts +11 -10
- package/esm/components/Checkbox.js +3 -2
- package/esm/components/CityArea.js +3 -3
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.d.ts +162 -140
- package/esm/components/Collapse.js +11 -7
- package/esm/components/CollapseGroup.d.ts +53 -31
- package/esm/components/CollapseGroup.js +19 -14
- package/esm/components/ColorPicker.d.ts +84 -80
- package/esm/components/ColorPicker.js +32 -5
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.d.ts +82 -81
- package/esm/components/ConfirmBox.js +11 -4
- package/esm/components/ContextMenu.d.ts +2 -2
- package/esm/components/ContextMenu.js +25 -10
- package/esm/components/DatePicker.d.ts +85 -81
- package/esm/components/DatePicker.js +9 -6
- package/esm/components/DateRangePicker.d.ts +120 -120
- package/esm/components/DateRangePicker.js +38 -17
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.d.ts +30 -30
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.d.ts +555 -0
- package/esm/components/DropDownSelection.js +77 -0
- package/esm/components/Editor.d.ts +120 -120
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +120 -120
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.d.ts +40 -40
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +11 -10
- package/esm/components/InputBox.js +5 -3
- package/esm/components/InputBoxWithSuggestion.d.ts +1 -0
- package/esm/components/InputBoxWithSuggestion.js +4 -4
- package/esm/components/InputTable.js +3 -3
- package/esm/components/Layout.d.ts +10 -10
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +5 -4
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.d.ts +81 -80
- package/esm/components/ListMenu.js +6 -5
- package/esm/components/LocationPicker.d.ts +44 -40
- package/esm/components/LocationPicker.js +35 -8
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.d.ts +80 -80
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +120 -120
- package/esm/components/MultilineText.d.ts +40 -40
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +22 -25
- package/esm/components/NumberInput.js +14 -7
- package/esm/components/Pagination.d.ts +86 -81
- package/esm/components/Pagination.js +13 -4
- package/esm/components/Picker.js +3 -3
- package/esm/components/PickerColumn.d.ts +1 -1
- package/esm/components/PickerColumn.js +2 -2
- package/esm/components/PickerContainer.d.ts +1 -0
- package/esm/components/PickerContainer.js +4 -4
- package/esm/components/PopOverContainer.d.ts +3 -0
- package/esm/components/PopOverContainer.js +14 -3
- package/esm/components/PopUp.d.ts +120 -120
- package/esm/components/PopUp.js +3 -3
- package/esm/components/Progress.d.ts +30 -30
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.d.ts +11 -10
- package/esm/components/Radios.js +7 -6
- package/esm/components/Range.d.ts +2 -1
- package/esm/components/Range.js +67 -16
- package/esm/components/Rating.d.ts +20 -20
- package/esm/components/Rating.js +2 -2
- package/esm/components/ResultBox.d.ts +83 -41
- package/esm/components/ResultBox.js +6 -5
- package/esm/components/ResultList.d.ts +40 -40
- package/esm/components/ResultList.js +2 -2
- package/esm/components/ResultTableList.d.ts +120 -120
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +4 -2
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +83 -82
- package/esm/components/SearchBox.js +8 -7
- package/esm/components/Select.d.ts +1353 -1353
- package/esm/components/Select.js +16 -9
- package/esm/components/SelectMobile.d.ts +37 -0
- package/esm/components/SelectMobile.js +362 -0
- package/esm/components/Selection.d.ts +120 -120
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.d.ts +40 -40
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +50 -50
- package/esm/components/Spinner.js +4 -4
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +10 -10
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.d.ts +120 -120
- package/esm/components/TableSelection.js +3 -2
- package/esm/components/Tabs.d.ts +92 -80
- package/esm/components/Tabs.js +88 -13
- package/esm/components/TabsTransfer.d.ts +41 -40
- package/esm/components/TabsTransfer.js +7 -6
- package/esm/components/TabsTransferPicker.d.ts +2 -0
- package/esm/components/TabsTransferPicker.js +8 -8
- package/esm/components/Tag.d.ts +80 -80
- package/esm/components/Tag.js +5 -10
- package/esm/components/Textarea.d.ts +41 -40
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.d.ts +1 -1
- package/esm/components/TimelineItem.js +4 -3
- package/esm/components/Tinymce.d.ts +1 -0
- package/esm/components/Tinymce.js +7 -3
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.d.ts +80 -80
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +31 -31
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +134 -132
- package/esm/components/Transfer.js +26 -16
- package/esm/components/TransferDropDown.d.ts +124 -120
- package/esm/components/TransferDropDown.js +52 -18
- package/esm/components/TransferPicker.d.ts +2 -0
- package/esm/components/TransferPicker.js +8 -8
- package/esm/components/TransferSearch.js +3 -3
- package/esm/components/Tree.d.ts +161 -160
- package/esm/components/Tree.js +58 -23
- package/esm/components/TreeSelection.d.ts +120 -120
- package/esm/components/TreeSelection.js +3 -3
- package/esm/components/UserSelect.d.ts +40 -40
- package/esm/components/UserSelect.js +17 -9
- package/esm/components/UserTabSelect.d.ts +40 -40
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +7 -7
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +2 -0
- package/esm/components/calendar/Calendar.js +8 -4
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +3 -0
- package/esm/components/calendar/DaysView.js +17 -5
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.d.ts +11 -0
- package/esm/components/calendar/QuartersView.js +47 -5
- package/esm/components/calendar/TimeView.js +4 -2
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.d.ts +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.d.ts +3 -7
- package/esm/components/condition-builder/Field.js +14 -72
- package/esm/components/condition-builder/Formula.js +2 -2
- package/esm/components/condition-builder/Func.js +2 -2
- package/esm/components/condition-builder/Group.d.ts +10 -1
- package/esm/components/condition-builder/Group.js +9 -5
- package/esm/components/condition-builder/GroupOrItem.d.ts +10 -1
- package/esm/components/condition-builder/GroupOrItem.js +9 -6
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.d.ts +1 -1
- package/esm/components/condition-builder/Item.js +5 -6
- package/esm/components/condition-builder/Value.js +13 -8
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.d.ts +10 -1
- package/esm/components/condition-builder/index.js +8 -4
- package/esm/components/formula/Editor.d.ts +57 -40
- package/esm/components/formula/Editor.js +124 -24
- package/esm/components/formula/FuncList.js +24 -10
- package/esm/components/formula/Input.d.ts +272 -0
- package/esm/components/formula/Input.js +115 -0
- package/esm/components/formula/Picker.d.ts +64 -45
- package/esm/components/formula/Picker.js +120 -28
- package/esm/components/formula/VariableList.d.ts +1 -0
- package/esm/components/formula/VariableList.js +127 -23
- package/esm/components/formula/plugin.d.ts +4 -2
- package/esm/components/formula/plugin.js +49 -25
- package/esm/components/icons.d.ts +11 -2
- package/esm/components/icons.js +64 -22
- package/esm/components/json-schema/Array.js +6 -4
- package/esm/components/json-schema/Item.js +4 -4
- package/esm/components/json-schema/Object.js +9 -5
- package/esm/components/json-schema/index.d.ts +1 -0
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +3 -2
- package/esm/components/menu/SubMenu.js +3 -3
- package/esm/components/menu/index.d.ts +65 -60
- package/esm/components/menu/index.js +34 -14
- package/esm/components/schema-editor/Array.js +3 -3
- package/esm/components/schema-editor/Common.d.ts +1 -0
- package/esm/components/schema-editor/Common.js +7 -7
- package/esm/components/schema-editor/Item.d.ts +1 -0
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +5 -5
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +41 -40
- package/esm/components/schema-editor/index.js +3 -3
- package/esm/components/table/Cell.d.ts +80 -80
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +40 -40
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.d.ts +40 -40
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.d.ts +5 -2
- package/esm/components/table/HeadCellSort.js +11 -11
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +121 -121
- package/esm/components/table/index.js +1 -1
- package/esm/components/virtual-list/AutoSizer.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.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.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 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +15 -8
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +7 -2
- package/esm/locale/en-US.js +7 -2
- package/esm/locale/zh-CN.js +8 -3
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/esm/node_modules/rc-overflow/es/Item.js +1 -1
- package/esm/node_modules/rc-overflow/es/Overflow.js +4 -3
- package/esm/node_modules/rc-overflow/es/RawItem.js +2 -2
- package/esm/node_modules/rc-overflow/es/context.js +10 -0
- package/esm/node_modules/rc-overflow/es/hooks/channelUpdate.js +1 -1
- package/esm/node_modules/rc-overflow/es/hooks/useEffectState.js +1 -1
- package/esm/node_modules/rc-overflow/es/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/Collection.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/utils/observerUtil.js +1 -1
- package/esm/node_modules/rc-util/es/Children/toArray.js +3 -4
- package/esm/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/esm/node_modules/rc-util/es/Dom/findDOMNode.js +1 -1
- package/esm/node_modules/rc-util/es/hooks/useEvent.js +1 -1
- package/esm/node_modules/rc-util/es/hooks/useLayoutEffect.js +16 -2
- package/esm/node_modules/rc-util/es/raf.js +1 -1
- package/esm/node_modules/rc-util/es/ref.js +3 -4
- package/esm/node_modules/rc-util/es/warning.js +1 -1
- package/esm/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -1
- 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 +12 -13
- package/lib/components/Alert.d.ts +122 -122
- package/lib/components/Alert.js +64 -27
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +13 -17
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AnchorNav.js +10 -12
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +17 -14
- package/lib/components/AsideNav.d.ts +10 -10
- package/lib/components/AsideNav.js +13 -15
- package/lib/components/AssociatedSelection.d.ts +80 -80
- package/lib/components/AssociatedSelection.js +11 -17
- package/lib/components/Avatar.d.ts +102 -101
- package/lib/components/Avatar.js +10 -6
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +13 -13
- package/lib/components/BaiduMapPicker.js +41 -34
- package/lib/components/BarCode.js +5 -5
- package/lib/components/Breadcrumb.js +21 -25
- package/lib/components/Button.d.ts +30 -30
- package/lib/components/Button.js +7 -8
- package/lib/components/CalendarMobile.d.ts +81 -80
- package/lib/components/CalendarMobile.js +55 -41
- package/lib/components/Card.d.ts +110 -110
- package/lib/components/Card.js +22 -19
- package/lib/components/Cascader.d.ts +4 -3
- package/lib/components/Cascader.js +114 -114
- package/lib/components/ChainedDropdownSelection.d.ts +559 -0
- package/lib/components/ChainedDropdownSelection.js +116 -0
- package/lib/components/ChainedSelection.d.ts +80 -80
- package/lib/components/ChainedSelection.js +23 -20
- package/lib/components/Checkbox.d.ts +11 -10
- package/lib/components/Checkbox.js +10 -10
- package/lib/components/CityArea.js +10 -11
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +5 -2
- package/lib/components/Collapse.d.ts +152 -130
- package/lib/components/Collapse.js +19 -17
- package/lib/components/CollapseGroup.d.ts +53 -31
- package/lib/components/CollapseGroup.js +22 -19
- package/lib/components/ColorPicker.d.ts +84 -80
- package/lib/components/ColorPicker.js +44 -19
- package/lib/components/Combo.js +16 -73
- package/lib/components/ConfirmBox.d.ts +82 -81
- package/lib/components/ConfirmBox.js +31 -21
- package/lib/components/ContextMenu.d.ts +2 -2
- package/lib/components/ContextMenu.js +37 -19
- package/lib/components/DatePicker.d.ts +125 -121
- package/lib/components/DatePicker.js +28 -27
- package/lib/components/DateRangePicker.d.ts +280 -280
- package/lib/components/DateRangePicker.js +67 -48
- package/lib/components/DndContainer.js +6 -8
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +13 -15
- package/lib/components/DropDownSelection.d.ts +555 -0
- package/lib/components/DropDownSelection.js +84 -0
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +9 -11
- package/lib/components/Form.js +8 -5
- package/lib/components/FormField.js +20 -21
- package/lib/components/GaodeMapPicker.js +10 -7
- package/lib/components/GridNav.js +15 -16
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +22 -19
- package/lib/components/Html.js +5 -7
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +28 -25
- package/lib/components/Input.js +6 -3
- package/lib/components/InputBox.d.ts +21 -20
- package/lib/components/InputBox.js +11 -6
- package/lib/components/InputBoxWithSuggestion.d.ts +1 -0
- package/lib/components/InputBoxWithSuggestion.js +12 -9
- package/lib/components/InputTable.js +25 -22
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +13 -26
- package/lib/components/Link.js +8 -4
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +8 -5
- package/lib/components/ListMenu.d.ts +81 -80
- package/lib/components/ListMenu.js +14 -10
- package/lib/components/LocationPicker.d.ts +84 -80
- package/lib/components/LocationPicker.js +45 -15
- package/lib/components/Markdown.js +5 -2
- package/lib/components/Modal.d.ts +40 -40
- package/lib/components/Modal.js +15 -17
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +200 -200
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +9 -6
- package/lib/components/NumberInput.d.ts +32 -35
- package/lib/components/NumberInput.js +20 -10
- package/lib/components/Pagination.d.ts +86 -81
- package/lib/components/Pagination.js +40 -28
- package/lib/components/Picker.js +13 -14
- package/lib/components/PickerColumn.d.ts +1 -1
- package/lib/components/PickerColumn.js +7 -5
- package/lib/components/PickerContainer.d.ts +1 -0
- package/lib/components/PickerContainer.js +8 -5
- package/lib/components/PopOverContainer.d.ts +3 -0
- package/lib/components/PopOverContainer.js +19 -5
- package/lib/components/PopUp.d.ts +80 -80
- package/lib/components/PopUp.js +18 -20
- package/lib/components/Progress.d.ts +80 -80
- package/lib/components/Progress.js +14 -11
- package/lib/components/PullRefresh.js +8 -14
- package/lib/components/Radios.d.ts +41 -40
- package/lib/components/Radios.js +13 -24
- package/lib/components/Range.d.ts +2 -1
- package/lib/components/Range.js +83 -34
- package/lib/components/Rating.d.ts +30 -30
- package/lib/components/Rating.js +14 -15
- package/lib/components/ResultBox.d.ts +123 -81
- package/lib/components/ResultBox.js +34 -30
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +19 -15
- package/lib/components/ResultTableList.d.ts +80 -80
- package/lib/components/ResultTableList.js +13 -13
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +21 -13
- package/lib/components/RichText.js +6 -8
- package/lib/components/SearchBox.d.ts +83 -82
- package/lib/components/SearchBox.js +28 -24
- package/lib/components/Select.d.ts +1933 -1933
- package/lib/components/Select.js +66 -62
- package/lib/components/SelectMobile.d.ts +37 -0
- package/lib/components/SelectMobile.js +374 -0
- package/lib/components/Selection.d.ts +80 -80
- package/lib/components/Selection.js +7 -9
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +8 -5
- package/lib/components/Spinner.d.ts +50 -50
- package/lib/components/Spinner.js +13 -16
- package/lib/components/Steps.js +20 -21
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +8 -10
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +35 -29
- package/lib/components/Tabs.d.ts +92 -80
- package/lib/components/Tabs.js +122 -49
- package/lib/components/TabsTransfer.d.ts +41 -40
- package/lib/components/TabsTransfer.js +20 -16
- package/lib/components/TabsTransferPicker.d.ts +2 -0
- package/lib/components/TabsTransferPicker.js +10 -7
- package/lib/components/Tag.d.ts +90 -90
- package/lib/components/Tag.js +12 -17
- package/lib/components/Textarea.d.ts +41 -40
- package/lib/components/Textarea.js +9 -6
- package/lib/components/Timeline.js +6 -7
- package/lib/components/TimelineItem.d.ts +1 -1
- package/lib/components/TimelineItem.js +18 -14
- package/lib/components/Tinymce.d.ts +1 -0
- package/lib/components/Tinymce.js +11 -4
- package/lib/components/TitleBar.js +10 -16
- package/lib/components/Toast.d.ts +120 -120
- package/lib/components/Toast.js +14 -16
- package/lib/components/Tooltip.js +8 -10
- package/lib/components/TooltipWrapper.d.ts +31 -31
- package/lib/components/TooltipWrapper.js +6 -8
- package/lib/components/Transfer.d.ts +174 -172
- package/lib/components/Transfer.js +61 -42
- package/lib/components/TransferDropDown.d.ts +164 -160
- package/lib/components/TransferDropDown.js +59 -26
- package/lib/components/TransferPicker.d.ts +2 -0
- package/lib/components/TransferPicker.js +10 -7
- package/lib/components/TransferSearch.js +10 -6
- package/lib/components/Tree.d.ts +241 -240
- package/lib/components/Tree.js +104 -84
- package/lib/components/TreeSelection.d.ts +80 -80
- package/lib/components/TreeSelection.js +17 -18
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +98 -91
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +17 -18
- package/lib/components/WithRemoteConfig.js +11 -8
- package/lib/components/WithStore.js +5 -2
- package/lib/components/calendar/Calendar.d.ts +2 -0
- package/lib/components/calendar/Calendar.js +12 -5
- package/lib/components/calendar/CalendarContainer.js +5 -2
- package/lib/components/calendar/DaysView.d.ts +3 -0
- package/lib/components/calendar/DaysView.js +70 -56
- package/lib/components/calendar/MonthsView.js +18 -15
- package/lib/components/calendar/QuartersView.d.ts +11 -0
- package/lib/components/calendar/QuartersView.js +59 -14
- package/lib/components/calendar/TimeView.js +35 -30
- package/lib/components/calendar/YearsView.js +18 -15
- package/lib/components/condition-builder/Expression.d.ts +1 -1
- package/lib/components/condition-builder/Expression.js +10 -7
- package/lib/components/condition-builder/Field.d.ts +3 -7
- package/lib/components/condition-builder/Field.js +16 -71
- package/lib/components/condition-builder/Formula.js +6 -3
- package/lib/components/condition-builder/Func.js +16 -13
- package/lib/components/condition-builder/Group.d.ts +10 -1
- package/lib/components/condition-builder/Group.js +27 -20
- package/lib/components/condition-builder/GroupOrItem.d.ts +10 -1
- package/lib/components/condition-builder/GroupOrItem.js +19 -13
- package/lib/components/condition-builder/InputSwitch.js +10 -11
- package/lib/components/condition-builder/Item.d.ts +1 -1
- package/lib/components/condition-builder/Item.js +19 -17
- package/lib/components/condition-builder/Value.js +18 -10
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +10 -1
- package/lib/components/condition-builder/index.js +13 -6
- package/lib/components/formula/Editor.d.ts +57 -40
- package/lib/components/formula/Editor.js +128 -25
- package/lib/components/formula/FuncList.js +33 -16
- package/lib/components/formula/Input.d.ts +272 -0
- package/lib/components/formula/Input.js +128 -0
- package/lib/components/formula/Picker.d.ts +64 -45
- package/lib/components/formula/Picker.js +140 -44
- package/lib/components/formula/VariableList.d.ts +1 -0
- package/lib/components/formula/VariableList.js +128 -21
- package/lib/components/formula/plugin.d.ts +4 -2
- package/lib/components/formula/plugin.js +48 -24
- package/lib/components/icons.d.ts +11 -2
- package/lib/components/icons.js +76 -30
- package/lib/components/json-schema/Array.js +18 -13
- package/lib/components/json-schema/Item.js +11 -12
- package/lib/components/json-schema/Object.js +22 -15
- package/lib/components/json-schema/index.d.ts +1 -0
- package/lib/components/json-schema/index.js +6 -7
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +18 -19
- package/lib/components/menu/SubMenu.js +19 -21
- package/lib/components/menu/index.d.ts +75 -70
- package/lib/components/menu/index.js +46 -28
- package/lib/components/schema-editor/Array.js +11 -8
- package/lib/components/schema-editor/Common.d.ts +1 -0
- package/lib/components/schema-editor/Common.js +20 -17
- package/lib/components/schema-editor/Item.d.ts +1 -0
- package/lib/components/schema-editor/Item.js +5 -2
- package/lib/components/schema-editor/Object.js +16 -13
- package/lib/components/schema-editor/SchemaVariableList.js +9 -6
- package/lib/components/schema-editor/SchemaVariableListPicker.js +7 -4
- package/lib/components/schema-editor/index.d.ts +41 -40
- package/lib/components/schema-editor/index.js +7 -7
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +5 -6
- package/lib/components/table/HeadCellDropDown.js +8 -9
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +12 -13
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +6 -7
- package/lib/components/table/HeadCellSort.d.ts +5 -2
- package/lib/components/table/HeadCellSort.js +19 -20
- package/lib/components/table/ItemActionsWrapper.js +5 -2
- package/lib/components/table/index.d.ts +81 -81
- package/lib/components/table/index.js +62 -63
- package/lib/components/virtual-list/AutoSizer.js +5 -2
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +6 -6
- package/lib/helper.css +159 -0
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.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 +7 -24
- package/lib/icons/alert-info.svg.js +7 -24
- package/lib/icons/alert-success.svg.js +7 -24
- package/lib/icons/alert-warning.svg.js +7 -24
- package/lib/icons/back.svg.js +7 -24
- package/lib/icons/calendar.svg.js +11 -28
- package/lib/icons/caret.svg.js +7 -24
- package/lib/icons/check.svg.js +7 -24
- package/lib/icons/clock.svg.js +9 -26
- package/lib/icons/close-small.svg.js +8 -25
- package/lib/icons/close.svg.js +7 -24
- package/lib/icons/cloud-upload.svg.js +7 -24
- package/lib/icons/column-filter.svg.js +7 -24
- package/lib/icons/columns.svg.js +7 -24
- package/lib/icons/compress-alt.svg.js +7 -24
- package/lib/icons/copy.svg.js +9 -26
- package/lib/icons/date.svg.js +9 -26
- package/lib/icons/department.svg.js +12 -29
- package/lib/icons/desk-empty.svg.js +19 -36
- package/lib/icons/dot.svg.js +10 -27
- package/lib/icons/down-arrow-bold.svg.js +7 -24
- package/lib/icons/down.svg.js +7 -24
- package/lib/icons/download.svg.js +7 -24
- package/lib/icons/drag-bar.svg.js +15 -32
- package/lib/icons/drag.svg.js +7 -24
- package/lib/icons/edit.svg.js +7 -24
- package/lib/icons/ellipsis-v.svg.js +7 -24
- package/lib/icons/enter.svg.js +7 -24
- package/lib/icons/exchange.svg.js +7 -24
- package/lib/icons/expand-alt.svg.js +7 -24
- package/lib/icons/fail.svg.js +9 -26
- package/lib/icons/file.svg.js +8 -25
- package/lib/icons/filter.svg.js +7 -24
- package/lib/icons/folder.svg.js +9 -26
- package/lib/icons/function.svg.js +20 -30
- package/lib/icons/home.svg.js +7 -24
- package/lib/icons/image.svg.js +7 -24
- package/lib/icons/info-circle.svg.js +7 -24
- package/lib/icons/info.svg.js +8 -25
- package/lib/icons/input-clear.svg.js +7 -24
- package/lib/icons/invisible.svg.js +7 -24
- package/lib/icons/left-arrow.svg.js +7 -24
- package/lib/icons/loading-outline.svg.js +7 -24
- package/lib/icons/location.svg.js +7 -24
- package/lib/icons/menu.svg.js +7 -24
- package/lib/icons/minus.svg.js +7 -24
- package/lib/icons/move.svg.js +7 -24
- package/lib/icons/mute.svg.js +7 -24
- package/lib/icons/new-edit.svg.js +7 -24
- package/lib/icons/pause.svg.js +7 -24
- package/lib/icons/pencil.svg.js +7 -24
- package/lib/icons/play.svg.js +7 -24
- package/lib/icons/plus-cicle.svg.js +7 -24
- package/lib/icons/plus-fine.svg.js +7 -24
- package/lib/icons/plus.svg.js +7 -24
- package/lib/icons/post.svg.js +12 -29
- package/lib/icons/question-mark.svg.js +8 -25
- package/lib/icons/question.svg.js +7 -24
- package/lib/icons/redo.svg.js +7 -24
- package/lib/icons/refresh.svg.js +7 -24
- package/lib/icons/reload.svg.js +7 -24
- package/lib/icons/remove.svg.js +7 -24
- package/lib/icons/retry.svg.js +9 -26
- package/lib/icons/right-arrow-bold.svg.js +7 -24
- package/lib/icons/right-arrow.svg.js +7 -24
- package/lib/icons/right-double-arrow.svg.js +7 -24
- package/lib/icons/role.svg.js +11 -28
- package/lib/icons/rotate-left.svg.js +8 -25
- package/lib/icons/rotate-right.svg.js +8 -25
- package/lib/icons/scale-origin.svg.js +9 -26
- package/lib/icons/schedule.svg.js +9 -26
- package/lib/icons/search.svg.js +7 -24
- package/lib/icons/setting.svg.js +7 -24
- package/lib/icons/slider-handle-icon.svg.js +7 -24
- package/lib/icons/sort-asc.svg.js +7 -24
- package/lib/icons/sort-default.svg.js +8 -25
- package/lib/icons/sort-desc.svg.js +7 -24
- package/lib/icons/star.svg.js +7 -24
- package/lib/icons/status-close.svg.js +7 -24
- package/lib/icons/steps-finsh.svg.js +7 -24
- package/lib/icons/success.svg.js +9 -26
- package/lib/icons/transparent.svg.js +12 -29
- package/lib/icons/trash.svg.js +7 -24
- package/lib/icons/tree-down.svg.js +7 -24
- package/lib/icons/undo.svg.js +7 -24
- package/lib/icons/upload.svg.js +7 -24
- package/lib/icons/user-remove.svg.js +9 -26
- package/lib/icons/view.svg.js +7 -24
- package/lib/icons/volume.svg.js +8 -25
- package/lib/icons/warning-mark.svg.js +8 -25
- package/lib/icons/warning.svg.js +7 -24
- package/lib/icons/window-restore.svg.js +7 -24
- package/lib/icons/zoom-in.svg.js +7 -24
- package/lib/icons/zoom-out.svg.js +7 -24
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +7 -2
- package/lib/locale/en-US.js +7 -2
- package/lib/locale/zh-CN.js +8 -3
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/lib/node_modules/rc-overflow/es/Item.js +1 -1
- package/lib/node_modules/rc-overflow/es/Overflow.js +5 -5
- package/lib/node_modules/rc-overflow/es/RawItem.js +7 -7
- package/lib/node_modules/rc-overflow/es/context.js +18 -0
- package/lib/node_modules/rc-overflow/es/hooks/channelUpdate.js +1 -1
- package/lib/node_modules/rc-overflow/es/hooks/useEffectState.js +1 -1
- package/lib/node_modules/rc-overflow/es/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/Collection.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/utils/observerUtil.js +1 -1
- package/lib/node_modules/rc-util/es/Children/toArray.js +3 -4
- package/lib/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/lib/node_modules/rc-util/es/Dom/findDOMNode.js +1 -1
- package/lib/node_modules/rc-util/es/hooks/useEvent.js +1 -1
- package/lib/node_modules/rc-util/es/hooks/useLayoutEffect.js +16 -2
- package/lib/node_modules/rc-util/es/raf.js +1 -1
- package/lib/node_modules/rc-util/es/ref.js +3 -4
- package/lib/node_modules/rc-util/es/warning.js +1 -1
- package/lib/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -1
- package/lib/packages/amis-ui/scss/helper.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/ang.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/antd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/cxd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/dark.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +1280 -691
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +1280 -691
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +1280 -691
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +1280 -691
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +1280 -691
- package/package.json +10 -5
- package/scss/_components.scss +20 -9
- package/scss/_mixins.scss +0 -1
- package/scss/_properties.scss +30 -4
- package/scss/_variables.scss +20 -0
- package/scss/base/_common.scss +4 -0
- package/scss/components/_button-group.scss +1 -0
- package/scss/components/_calendar.scss +24 -14
- package/scss/components/_cards.scss +3 -10
- package/scss/components/_cascader.scss +26 -3
- package/scss/components/_city-area.scss +6 -0
- package/scss/components/_collapse-group.scss +11 -1
- package/scss/components/_collapse.scss +34 -1
- package/scss/components/_column-toggler.scss +11 -9
- package/scss/components/_condition-builder.scss +30 -4
- package/scss/components/_crud.scss +22 -12
- package/scss/components/_debug.scss +34 -1
- package/scss/components/_drawer.scss +10 -1
- package/scss/components/_dropdown.scss +13 -9
- package/scss/components/_formula.scss +139 -37
- package/scss/components/_input-box.scss +26 -1
- package/scss/components/_json-schema-editor.scss +2 -2
- package/scss/components/_json-schema.scss +30 -2
- package/scss/components/_list-menu.scss +40 -0
- package/scss/components/_list.scss +3 -10
- package/scss/components/_menu.scss +1 -0
- package/scss/components/_nav.scss +1 -0
- package/scss/components/_panel.scss +1 -1
- package/scss/components/_picker-columns.scss +2 -4
- package/scss/components/_popup.scss +8 -1
- package/scss/components/_progress.scss +1 -1
- package/scss/components/_result-box.scss +5 -0
- package/scss/components/_search-box.scss +12 -0
- package/scss/components/_steps.scss +5 -3
- package/scss/components/_table.scss +127 -129
- package/scss/components/_tabs.scss +12 -0
- package/scss/components/_timeline.scss +2 -1
- package/scss/components/form/_checks.scss +11 -1
- package/scss/components/form/_color.scss +31 -5
- package/scss/components/form/_combo.scss +27 -0
- package/scss/components/form/_date-range.scss +24 -5
- package/scss/components/form/_date.scss +13 -10
- package/scss/components/form/_editor.scss +4 -0
- package/scss/components/form/_fieldset.scss +13 -0
- package/scss/components/form/_form.scss +259 -109
- package/scss/components/form/_input-group.scss +6 -0
- package/scss/components/form/_list.scss +1 -1
- package/scss/components/form/_location.scss +39 -0
- package/scss/components/form/_matrix.scss +2 -0
- package/scss/components/form/_nested-select.scss +9 -3
- package/scss/components/form/_number.scss +8 -0
- package/scss/components/form/_picker.scss +12 -0
- package/scss/components/form/_range.scss +47 -5
- package/scss/components/form/_select.scss +39 -1
- package/scss/components/form/_selection.scss +46 -2
- package/scss/components/form/_text.scss +5 -6
- package/scss/components/form/_transfer.scss +50 -1
- package/scss/components/form/_tree.scss +34 -4
- package/scss/components/react-datetime.scss +8 -0
- package/scss/helper/sizing/_width.md +105 -94
- package/scss/helper/sizing/_width.scss +16 -0
- package/esm/_virtual/index.js +0 -8
- package/esm/_virtual/react-is.development.js +0 -8
- package/esm/_virtual/react-is.production.min.js +0 -8
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +0 -195
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +0 -31
- package/esm/node_modules/rc-util/node_modules/react-is/index.js +0 -17
- package/lib/_virtual/index.js +0 -12
- package/lib/_virtual/react-is.development.js +0 -12
- package/lib/_virtual/react-is.production.min.js +0 -12
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +0 -199
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +0 -35
- package/lib/node_modules/rc-util/node_modules/react-is/index.js +0 -19
package/lib/themes/ang.css
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/* 此处放置需要override的变量,因为部分变量已经在variables.scss中定义 */
|
|
3
|
-
:root
|
|
3
|
+
:root,
|
|
4
|
+
.AMISCSSWrapper {
|
|
4
5
|
--white: var(--colors-neutral-text-11);
|
|
5
6
|
--primary: var(--colors-brand-5);
|
|
6
7
|
--primary-onHover: var(--colors-brand-6);
|
|
7
8
|
--primary-onActive: var(--colors-brand-4);
|
|
8
|
-
--secondary: var(--colors-neutral-text-4);
|
|
9
|
+
--secondary: var(--colors-neutral-text-4); /* secondary 颜色需进一步确认 */
|
|
9
10
|
--secondary-onHover: var(--colors-neutral-text-6);
|
|
10
11
|
--secondary-onActive: var(--colors-neutral-text-4);
|
|
11
12
|
--success: var(--colors-success-5);
|
|
@@ -202,6 +203,7 @@
|
|
|
202
203
|
--ColorPicker-fontSize: var(--Form-input-fontSize);
|
|
203
204
|
--ColorPicker-height: var(--Form-input-height);
|
|
204
205
|
--ColorPicker-lineHeight: var(--Form-input-lineHeight);
|
|
206
|
+
--ColorPicker-height: var(--sizes-base-16);
|
|
205
207
|
--ColorPicker-onDisabled-bg: var(--colors-neutral-fill-8);
|
|
206
208
|
--ColorPicker-onDisabled-color: var(--text--muted-color);
|
|
207
209
|
--ColorPicker-onFocused-borderColor: var(--Form-input-onFocused-borderColor);
|
|
@@ -418,7 +420,7 @@
|
|
|
418
420
|
--ListControl-item-borderRadius: var(--borders-radius-3);
|
|
419
421
|
--ListControl-item-color: var(--colors-neutral-text-2);
|
|
420
422
|
--ListControl-item-onActive-after-borderColor: var(--colors-neutral-line-11);
|
|
421
|
-
--ListControl-item-onActive-before-bg: var(--colors-brand-
|
|
423
|
+
--ListControl-item-onActive-before-bg: var(--colors-brand-5);
|
|
422
424
|
--ListControl-item-onActive-bg: var(--colors-neutral-fill-11);
|
|
423
425
|
--ListControl-item-onActive-borderColor: var(--colors-brand-4);
|
|
424
426
|
--ListControl-item-onActive-color: var(--colors-brand-4);
|
|
@@ -463,6 +465,10 @@
|
|
|
463
465
|
--ListMenu-item-bg: var(--colors-neutral-fill-11);
|
|
464
466
|
--ListMenu-item-color: var(--colors-neutral-text-2);
|
|
465
467
|
--ListMenu-item-height: var(--sizes-base-15);
|
|
468
|
+
--ListMenu-item-mobile-margin: 0.3125rem;
|
|
469
|
+
--ListMenu-item-mobile-width: 5.625rem;
|
|
470
|
+
--ListMenu-item-mobile-bg: #f5f5f5;
|
|
471
|
+
--ListMenu-item-mobile-active-bg: #e7f1ff;
|
|
466
472
|
--Log-bg: #222;
|
|
467
473
|
--Log-padding: var(--gap-sm) 0;
|
|
468
474
|
--Log-line-padding: 0 var(--gap-sm);
|
|
@@ -559,6 +565,7 @@
|
|
|
559
565
|
--PopOverAble-iconColor: inherit;
|
|
560
566
|
--PopOverAble-onHover-iconColor: inherit;
|
|
561
567
|
--PopUp-cancelAction-color: #666;
|
|
568
|
+
--PopUp-confirmAction-color: var(--primary);
|
|
562
569
|
--Property-title-bg: #f2f2f2;
|
|
563
570
|
--Property-label-bg: #f7f7f7;
|
|
564
571
|
--Portlet-borderColor: var(--borderColor);
|
|
@@ -669,15 +676,30 @@
|
|
|
669
676
|
--ColumnToggler-item-margin: 0.25rem;
|
|
670
677
|
--ColumnToggler-item-dragBar-color: #d8d8d8;
|
|
671
678
|
--InputFormula-header-bgColor: #fafafa;
|
|
672
|
-
--InputFormula-icon-size: 1.
|
|
679
|
+
--InputFormula-icon-size: 1.125rem;
|
|
673
680
|
--InputFormula-icon-color-onActive: var(--colors-brand-5);
|
|
674
681
|
--InputFormula-code-bgColor: var(--colors-neutral-fill-10);
|
|
682
|
+
--InputFormula-input-schema-height: var(--sizes-base-12);
|
|
675
683
|
--UserSelect--post-bg: var(--colors-brand-6);
|
|
676
684
|
--UserSelect--department-bg: #ffab52;
|
|
677
685
|
--UserSelect--role-bg: #0bc286;
|
|
678
686
|
--UserSelect--border-color: #f7f7f9;
|
|
679
687
|
--UserSelect--content-bg: #f5f7f8;
|
|
680
688
|
--UserSelect--bread-color: #5e626a;
|
|
689
|
+
--Cascader-border-color: #f7f7f9;
|
|
690
|
+
--Cascader-border-active-bg-color: #f7f7f9;
|
|
691
|
+
--Cascader-option-disable-color: #b8babf;
|
|
692
|
+
--Tag-content-fontSize: var(--fontSizeSm);
|
|
693
|
+
--Tag-height: 1.5rem;
|
|
694
|
+
--Tag-borderRadius: 0.125rem;
|
|
695
|
+
--Tag-fontColor: #151a26;
|
|
696
|
+
--Tag-default-color: #f2f2f4;
|
|
697
|
+
--Tag-inactive-color: #b8babf;
|
|
698
|
+
--Tag-active-color: var(--colors-brand-5);
|
|
699
|
+
--Tag-processing-color: var(--colors-brand-6);
|
|
700
|
+
--Tag-success-color: var(--colors-success-5);
|
|
701
|
+
--Tag-error-color: var(--colors-error-5);
|
|
702
|
+
--Tag-warning-color: var(--colors-warning-5);
|
|
681
703
|
--Tag-checkable-bgColor: #f2f2f4;
|
|
682
704
|
--Tag-checkable-bgColor-onDisable: #e6e6e8;
|
|
683
705
|
--Tag-checkable-bgColor-onHover: #e6e6e8;
|
|
@@ -738,7 +760,8 @@
|
|
|
738
760
|
--fontSizeBase: var(--fontSizeLg);
|
|
739
761
|
}
|
|
740
762
|
}
|
|
741
|
-
:root
|
|
763
|
+
:root,
|
|
764
|
+
.AMISCSSWrapper {
|
|
742
765
|
--button-default-default-top-border-color: var(--colors-neutral-line-8);
|
|
743
766
|
--button-default-default-top-border-style: var(--borders-style-2);
|
|
744
767
|
--button-default-default-top-border-width: var(--borders-width-2);
|
|
@@ -1895,8 +1918,8 @@
|
|
|
1895
1918
|
);
|
|
1896
1919
|
--inputNumber-enhance-default-paddingTop: var(--sizes-size-3);
|
|
1897
1920
|
--inputNumber-enhance-default-paddingBottom: var(--sizes-size-3);
|
|
1898
|
-
--inputNumber-enhance-default-paddingLeft: var(--sizes-size-
|
|
1899
|
-
--inputNumber-enhance-default-paddingRight: var(--sizes-size-
|
|
1921
|
+
--inputNumber-enhance-default-paddingLeft: var(--sizes-size-5);
|
|
1922
|
+
--inputNumber-enhance-default-paddingRight: var(--sizes-size-5);
|
|
1900
1923
|
--inputNumber-enhance-default-bg-color: var(--colors-neutral-fill-11);
|
|
1901
1924
|
--inputNumber-enhance-hover-top-border-color: var(--colors-brand-5);
|
|
1902
1925
|
--inputNumber-enhance-hover-top-border-width: var(--borders-width-2);
|
|
@@ -2009,6 +2032,11 @@
|
|
|
2009
2032
|
);
|
|
2010
2033
|
--inputNumber-enhance-leftIcon-default-icon: '<svg viewBox="0 0 12 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon-minus"><g id="minus" fill="currentColor" fill-rule="nonzero"><polygon id="path-1" points="0 1.6 0 0.4 12 0.4 12 1.6"></polygon></g></svg>';
|
|
2011
2034
|
--inputNumber-enhance-rightIcon-default-icon: '<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" class="icon icon-plus"><path d="M6.6 6.6V12H5.4V6.6H0V5.4h5.4V0h1.2v5.4H12v1.2z" fill="currentColor" fill-rule="nonzero"></path></svg>';
|
|
2035
|
+
--inputNumber-enhance-mobile-input-width: 3.5rem;
|
|
2036
|
+
--inputNumber-enhance-mobile-icon-width: 1.75rem;
|
|
2037
|
+
--inputNumber-enhance-mobile-icon-height: 1.75rem;
|
|
2038
|
+
--inputNumber-enhance-mobile-icon-inner-width: 1.6875rem;
|
|
2039
|
+
--inputNumber-enhance-mobile-icon-inner-height: 1.6875rem;
|
|
2012
2040
|
--Form-input-onHover-borderColor: var(--colors-brand-5);
|
|
2013
2041
|
--Form-input-onFocused-borderColor: var(--colors-brand-5);
|
|
2014
2042
|
--checkbox-checkbox-default-height: var(--sizes-size-9);
|
|
@@ -2317,7 +2345,7 @@
|
|
|
2317
2345
|
--ListControl-item-onActive-color: var(
|
|
2318
2346
|
--listSelect-base-active-top-border-color
|
|
2319
2347
|
);
|
|
2320
|
-
--ListControl-item-onActive-before-bg: var(--colors-brand-
|
|
2348
|
+
--ListControl-item-onActive-before-bg: var(--colors-brand-5);
|
|
2321
2349
|
--ListControl-item-color: var(--listSelect-base-default-color);
|
|
2322
2350
|
--ListControl-item-onDisabled-color: var(--listSelect-base-disabled-color);
|
|
2323
2351
|
--ListControl-item-paddingX: var(--listSelect-base-default-paddingLeft);
|
|
@@ -2351,6 +2379,7 @@
|
|
|
2351
2379
|
--link-decoration: var(--link-text-decoration);
|
|
2352
2380
|
--link-onHover-decoration: var(--link-onClick-text-decoration);
|
|
2353
2381
|
--Form-item-gap: var(--sizes-base-12);
|
|
2382
|
+
--Form-item-mobile-gap: var(--sizes-base-4);
|
|
2354
2383
|
--Form-item-color: var(--colors-neutral-text-4);
|
|
2355
2384
|
--Form-item-fontColor: var(--Form-item-color);
|
|
2356
2385
|
--Form-item-fontSize: var(--fonts-size-7);
|
|
@@ -2394,6 +2423,8 @@
|
|
|
2394
2423
|
--InputRange-track-onActive-bg: var(--colors-brand-5);
|
|
2395
2424
|
--InputRange-handle-height: var(--sizes-size-9);
|
|
2396
2425
|
--InputRange-handle-width: var(--sizes-size-9);
|
|
2426
|
+
--InputRange-handle-mobile-height: var(--sizes-base-10);
|
|
2427
|
+
--InputRange-handle-mobile-width: var(--sizes-base-10);
|
|
2397
2428
|
--InputRange-handle-bg: var(--colors-neutral-fill-11);
|
|
2398
2429
|
--InputRange-handle-top-border-color: var(--colors-brand-5);
|
|
2399
2430
|
--InputRange-handle-top-border-width: 0.0625rem;
|
|
@@ -2410,7 +2441,7 @@
|
|
|
2410
2441
|
--InputRange-handle-onFocus-borderRadius: var(
|
|
2411
2442
|
--InputRange-handle-border-radius
|
|
2412
2443
|
);
|
|
2413
|
-
--InputRange-padding:
|
|
2444
|
+
--InputRange-padding: 1rem;
|
|
2414
2445
|
--InputRange-handle-icon-width: var(--sizes-size-5);
|
|
2415
2446
|
--InputRange-handle-icon-height: var(--sizes-size-5);
|
|
2416
2447
|
--InputRange-handle-icon-color: var(--colors-brand-9);
|
|
@@ -2448,6 +2479,7 @@
|
|
|
2448
2479
|
);
|
|
2449
2480
|
--InputRange-label-position-bottom: calc(100% + 8px);
|
|
2450
2481
|
--InputRange-input-width: var(--sizes-base-40);
|
|
2482
|
+
--InputRange-input-mobile-width: var(--sizes-base-20);
|
|
2451
2483
|
--InputRange-input-marginTop: var(--sizes-size-0);
|
|
2452
2484
|
--InputRange-input-marginBottom: var(--sizes-size-0);
|
|
2453
2485
|
--InputRange-input-marginLeft: var(--sizes-size-5);
|
|
@@ -3508,6 +3540,7 @@
|
|
|
3508
3540
|
--select-tree-hover-bg-color: var(--colors-neutral-fill-10);
|
|
3509
3541
|
--select-tree-active-bg-color: var(--colors-brand-10);
|
|
3510
3542
|
--Form-select-bg: var(--select-base-default-bg-color);
|
|
3543
|
+
--Form-select-mobile-icon-check-color: var(--colors-brand-5);
|
|
3511
3544
|
--Form-select-height: var(--Form-select-outer-top);
|
|
3512
3545
|
--Form-select-borderColor: var(--select-base-default-top-border-color)
|
|
3513
3546
|
var(--select-base-default-right-border-color)
|
|
@@ -4151,7 +4184,7 @@
|
|
|
4151
4184
|
--Toast--danger-bottom-left-border-radius: var(--borders-radius-3);
|
|
4152
4185
|
--Toast--danger-bgColor: var(--colors-neutral-fill-11);
|
|
4153
4186
|
--Toast--info-color: var(--colors-neutral-text-2);
|
|
4154
|
-
--Toast--info-fontSize: var(--fonts-size-
|
|
4187
|
+
--Toast--info-fontSize: var(--fonts-size-7);
|
|
4155
4188
|
--Toast--info-fontWeight: var(--fonts-weight-6);
|
|
4156
4189
|
--Toast--info-top-border-color: var(--colors-neutral-line-11);
|
|
4157
4190
|
--Toast--info-top-border-width: var(--borders-width-2);
|
|
@@ -4608,9 +4641,9 @@
|
|
|
4608
4641
|
--Table-color: var(--table-body-color);
|
|
4609
4642
|
--Table-expandBtn-color: var(--colors-neutral-text-5);
|
|
4610
4643
|
--Table-fixed-zIndex: 5;
|
|
4611
|
-
--Table-fixedLeft-boxShadow:
|
|
4612
|
-
--Table-fixedRight-boxShadow: -
|
|
4613
|
-
--Table-fixedTop-boxShadow:
|
|
4644
|
+
--Table-fixedLeft-boxShadow: inset 10px 0 8px -8px rgba(5, 5, 5, 0.06);
|
|
4645
|
+
--Table-fixedRight-boxShadow: inset -10px 0 8px -8px rgba(5, 5, 5, 0.06);
|
|
4646
|
+
--Table-fixedTop-boxShadow: inset 0 10px 8px -8px rgba(5, 5, 5, 0.06);
|
|
4614
4647
|
--Table-fontSize: var(--table-body-fontSize);
|
|
4615
4648
|
--Table-heading-bg: var(--table-title-bg-color);
|
|
4616
4649
|
--Table-heading-height: 2.5rem;
|
|
@@ -9606,6 +9639,10 @@ button::-moz-focus-inner {
|
|
|
9606
9639
|
display: flex;
|
|
9607
9640
|
flex: 0 0 auto;
|
|
9608
9641
|
}
|
|
9642
|
+
.tox .tox-bottom-anchorbar {
|
|
9643
|
+
display: flex;
|
|
9644
|
+
flex: 0 0 auto;
|
|
9645
|
+
}
|
|
9609
9646
|
.tox .tox-bar {
|
|
9610
9647
|
display: flex;
|
|
9611
9648
|
flex: 0 0 auto;
|
|
@@ -10728,8 +10765,14 @@ button::-moz-focus-inner {
|
|
|
10728
10765
|
align-items: flex-start;
|
|
10729
10766
|
display: flex;
|
|
10730
10767
|
flex-direction: column;
|
|
10768
|
+
flex-shrink: 0;
|
|
10731
10769
|
padding: 16px 16px;
|
|
10732
10770
|
}
|
|
10771
|
+
@media only screen and (min-width: 768px) {
|
|
10772
|
+
.tox .tox-dialog__body-nav {
|
|
10773
|
+
max-width: 11em;
|
|
10774
|
+
}
|
|
10775
|
+
}
|
|
10733
10776
|
@media only screen and (max-width: 767px) {
|
|
10734
10777
|
body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
|
|
10735
10778
|
flex-direction: row;
|
|
@@ -10742,11 +10785,12 @@ button::-moz-focus-inner {
|
|
|
10742
10785
|
border-bottom: 2px solid transparent;
|
|
10743
10786
|
color: rgba(34, 47, 62, 0.7);
|
|
10744
10787
|
display: inline-block;
|
|
10788
|
+
flex-shrink: 0;
|
|
10745
10789
|
font-size: 14px;
|
|
10746
10790
|
line-height: 1.3;
|
|
10747
10791
|
margin-bottom: 8px;
|
|
10792
|
+
max-width: 13em;
|
|
10748
10793
|
text-decoration: none;
|
|
10749
|
-
white-space: nowrap;
|
|
10750
10794
|
}
|
|
10751
10795
|
.tox .tox-dialog__body-nav-item:focus {
|
|
10752
10796
|
background-color: rgba(0, 108, 231, 0.1);
|
|
@@ -10760,7 +10804,7 @@ button::-moz-focus-inner {
|
|
|
10760
10804
|
display: flex;
|
|
10761
10805
|
flex: 1;
|
|
10762
10806
|
flex-direction: column;
|
|
10763
|
-
max-height: 650px;
|
|
10807
|
+
max-height: min(650px, 100vh - 110px);
|
|
10764
10808
|
overflow: auto;
|
|
10765
10809
|
-webkit-overflow-scrolling: touch;
|
|
10766
10810
|
padding: 16px 16px;
|
|
@@ -10796,16 +10840,30 @@ button::-moz-focus-inner {
|
|
|
10796
10840
|
.tox .tox-dialog__body-content svg {
|
|
10797
10841
|
fill: #222f3e;
|
|
10798
10842
|
}
|
|
10843
|
+
.tox .tox-dialog__body-content strong {
|
|
10844
|
+
font-weight: bold;
|
|
10845
|
+
}
|
|
10799
10846
|
.tox .tox-dialog__body-content ul {
|
|
10800
|
-
display: block;
|
|
10801
10847
|
list-style-type: disc;
|
|
10848
|
+
}
|
|
10849
|
+
.tox .tox-dialog__body-content ul,
|
|
10850
|
+
.tox .tox-dialog__body-content ol,
|
|
10851
|
+
.tox .tox-dialog__body-content dd {
|
|
10852
|
+
padding-inline-start: 2.5rem;
|
|
10853
|
+
}
|
|
10854
|
+
.tox .tox-dialog__body-content ul,
|
|
10855
|
+
.tox .tox-dialog__body-content ol,
|
|
10856
|
+
.tox .tox-dialog__body-content dl {
|
|
10802
10857
|
margin-bottom: 16px;
|
|
10803
|
-
|
|
10804
|
-
|
|
10805
|
-
|
|
10806
|
-
|
|
10807
|
-
|
|
10808
|
-
|
|
10858
|
+
}
|
|
10859
|
+
.tox .tox-dialog__body-content ul,
|
|
10860
|
+
.tox .tox-dialog__body-content ol,
|
|
10861
|
+
.tox .tox-dialog__body-content dl,
|
|
10862
|
+
.tox .tox-dialog__body-content dd,
|
|
10863
|
+
.tox .tox-dialog__body-content dt {
|
|
10864
|
+
display: block;
|
|
10865
|
+
margin-inline-end: 0;
|
|
10866
|
+
margin-inline-start: 0;
|
|
10809
10867
|
}
|
|
10810
10868
|
.tox .tox-dialog__body-content .tox-form__group h1 {
|
|
10811
10869
|
color: #222f3e;
|
|
@@ -10846,6 +10904,12 @@ button::-moz-focus-inner {
|
|
|
10846
10904
|
margin-bottom: 0;
|
|
10847
10905
|
margin-top: 0;
|
|
10848
10906
|
}
|
|
10907
|
+
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
|
|
10908
|
+
text-align: center;
|
|
10909
|
+
}
|
|
10910
|
+
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
|
|
10911
|
+
text-align: end;
|
|
10912
|
+
}
|
|
10849
10913
|
.tox .tox-dialog--width-lg {
|
|
10850
10914
|
height: 650px;
|
|
10851
10915
|
max-width: 1200px;
|
|
@@ -10914,9 +10978,16 @@ button::-moz-focus-inner {
|
|
|
10914
10978
|
.tox .tox-dialog__table td:first-child {
|
|
10915
10979
|
padding-right: 8px;
|
|
10916
10980
|
}
|
|
10981
|
+
.tox .tox-dialog__iframe {
|
|
10982
|
+
min-height: 200px;
|
|
10983
|
+
}
|
|
10917
10984
|
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
|
10918
10985
|
background: #fff;
|
|
10919
10986
|
}
|
|
10987
|
+
.tox .tox-dialog__iframe.tox-dialog__iframe--bordered {
|
|
10988
|
+
border: 1px solid #eeeeee;
|
|
10989
|
+
border-radius: 6px;
|
|
10990
|
+
}
|
|
10920
10991
|
.tox .tox-dialog__popups {
|
|
10921
10992
|
position: absolute;
|
|
10922
10993
|
width: 100%;
|
|
@@ -11318,6 +11389,7 @@ body.tox-dialog__disable-scroll {
|
|
|
11318
11389
|
cursor: not-allowed;
|
|
11319
11390
|
}
|
|
11320
11391
|
.tox .tox-textfield:focus,
|
|
11392
|
+
.tox .tox-dialog__iframe.tox-dialog__iframe--bordered:focus-within,
|
|
11321
11393
|
.tox .tox-listboxfield .tox-listbox--select:focus,
|
|
11322
11394
|
.tox .tox-textarea-wrap:focus-within,
|
|
11323
11395
|
.tox .tox-textarea:focus,
|
|
@@ -11678,10 +11750,8 @@ body.tox-dialog__disable-scroll {
|
|
|
11678
11750
|
background-color: #fff;
|
|
11679
11751
|
grid-column: 2;
|
|
11680
11752
|
grid-row: 1;
|
|
11681
|
-
-
|
|
11682
|
-
|
|
11683
|
-
-webkit-padding-start: 4px;
|
|
11684
|
-
padding-inline-start: 4px;
|
|
11753
|
+
padding-inline-end: 8px;
|
|
11754
|
+
padding-inline-start: 4px;
|
|
11685
11755
|
padding-top: 5px;
|
|
11686
11756
|
}
|
|
11687
11757
|
.tox .tox-promotion-link {
|
|
@@ -12093,16 +12163,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12093
12163
|
width: 14px;
|
|
12094
12164
|
}
|
|
12095
12165
|
.tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) {
|
|
12096
|
-
-
|
|
12097
|
-
margin-inline-start: 8px;
|
|
12166
|
+
margin-inline-start: 8px;
|
|
12098
12167
|
}
|
|
12099
12168
|
.tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider {
|
|
12100
|
-
-
|
|
12101
|
-
margin-inline-start: 32px;
|
|
12169
|
+
margin-inline-start: 32px;
|
|
12102
12170
|
}
|
|
12103
12171
|
.tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
|
|
12104
|
-
-
|
|
12105
|
-
margin-inline-start: 32px;
|
|
12172
|
+
margin-inline-start: 32px;
|
|
12106
12173
|
}
|
|
12107
12174
|
.tox .tox-source-code {
|
|
12108
12175
|
overflow: auto;
|
|
@@ -12300,6 +12367,9 @@ body.tox-dialog__disable-scroll {
|
|
|
12300
12367
|
.tox .tox-tbtn:active svg {
|
|
12301
12368
|
fill: #222f3e;
|
|
12302
12369
|
}
|
|
12370
|
+
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
|
|
12371
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12372
|
+
}
|
|
12303
12373
|
.tox .tox-tbtn--disabled,
|
|
12304
12374
|
.tox .tox-tbtn--disabled:hover,
|
|
12305
12375
|
.tox .tox-tbtn:disabled,
|
|
@@ -12333,6 +12403,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12333
12403
|
/* stylelint-disable-line no-descending-specificity */
|
|
12334
12404
|
fill: #222f3e;
|
|
12335
12405
|
}
|
|
12406
|
+
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
|
|
12407
|
+
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
|
|
12408
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12409
|
+
}
|
|
12336
12410
|
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
|
|
12337
12411
|
color: #222f3e;
|
|
12338
12412
|
}
|
|
@@ -12400,6 +12474,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12400
12474
|
background: #fff;
|
|
12401
12475
|
color: #222f3e;
|
|
12402
12476
|
}
|
|
12477
|
+
.tox .tox-number-input input:disabled {
|
|
12478
|
+
background: transparent;
|
|
12479
|
+
border: 0;
|
|
12480
|
+
box-shadow: none;
|
|
12481
|
+
color: rgba(34, 47, 62, 0.5);
|
|
12482
|
+
cursor: not-allowed;
|
|
12483
|
+
}
|
|
12403
12484
|
.tox .tox-number-input button {
|
|
12404
12485
|
background: #f7f7f7;
|
|
12405
12486
|
color: #222f3e;
|
|
@@ -12434,6 +12515,16 @@ body.tox-dialog__disable-scroll {
|
|
|
12434
12515
|
.tox .tox-number-input button:active svg {
|
|
12435
12516
|
fill: #222f3e;
|
|
12436
12517
|
}
|
|
12518
|
+
.tox .tox-number-input button:disabled {
|
|
12519
|
+
background: transparent;
|
|
12520
|
+
border: 0;
|
|
12521
|
+
box-shadow: none;
|
|
12522
|
+
color: rgba(34, 47, 62, 0.5);
|
|
12523
|
+
cursor: not-allowed;
|
|
12524
|
+
}
|
|
12525
|
+
.tox .tox-number-input button:disabled svg {
|
|
12526
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12527
|
+
}
|
|
12437
12528
|
.tox .tox-number-input button.minus {
|
|
12438
12529
|
border-radius: 3px 0 0 3px;
|
|
12439
12530
|
}
|
|
@@ -12471,8 +12562,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12471
12562
|
background: #f7f7f7;
|
|
12472
12563
|
}
|
|
12473
12564
|
.tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
|
|
12474
|
-
-
|
|
12475
|
-
margin-inline-start: 4px;
|
|
12565
|
+
margin-inline-start: 4px;
|
|
12476
12566
|
}
|
|
12477
12567
|
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
|
|
12478
12568
|
overflow: hidden;
|
|
@@ -12480,6 +12570,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12480
12570
|
white-space: nowrap;
|
|
12481
12571
|
width: 7em;
|
|
12482
12572
|
}
|
|
12573
|
+
.tox .tox-tbtn--disabled .tox-tbtn__select-label,
|
|
12574
|
+
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
|
|
12575
|
+
cursor: not-allowed;
|
|
12576
|
+
}
|
|
12483
12577
|
.tox .tox-split-button {
|
|
12484
12578
|
border: 0;
|
|
12485
12579
|
border-radius: 3px;
|
|
@@ -12525,6 +12619,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12525
12619
|
.tox.tox-platform-touch .tox-split-button__chevron {
|
|
12526
12620
|
width: 20px;
|
|
12527
12621
|
}
|
|
12622
|
+
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color,
|
|
12623
|
+
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
|
|
12624
|
+
opacity: 0.6;
|
|
12625
|
+
}
|
|
12528
12626
|
.tox .tox-toolbar-overlord {
|
|
12529
12627
|
background-color: #fff;
|
|
12530
12628
|
}
|
|
@@ -12807,9 +12905,6 @@ body.tox-dialog__disable-scroll {
|
|
|
12807
12905
|
flex-direction: column;
|
|
12808
12906
|
/* stylelint-disable no-descending-specificity */
|
|
12809
12907
|
}
|
|
12810
|
-
.tox .tox-tree .tox-tree--directory.tox-tree--directory--expanded > .tox-tree--directory__label .tox-chevron {
|
|
12811
|
-
transform: rotate(90deg);
|
|
12812
|
-
}
|
|
12813
12908
|
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
|
|
12814
12909
|
font-weight: bold;
|
|
12815
12910
|
}
|
|
@@ -12836,9 +12931,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12836
12931
|
}
|
|
12837
12932
|
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
|
|
12838
12933
|
margin-right: 6px;
|
|
12934
|
+
}
|
|
12935
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
|
12936
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
|
|
12839
12937
|
transition: transform 0.5s ease-in-out;
|
|
12840
12938
|
}
|
|
12841
|
-
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label.tox-tree--
|
|
12939
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
|
12940
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
|
|
12842
12941
|
transform: rotate(90deg);
|
|
12843
12942
|
}
|
|
12844
12943
|
.tox .tox-tree .tox-tree--leaf__label {
|
|
@@ -14109,6 +14208,12 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14109
14208
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
14110
14209
|
border: 1px solid #f9f9f9;
|
|
14111
14210
|
}
|
|
14211
|
+
.rdtPicker.is-mobile-year {
|
|
14212
|
+
width: 11.5rem;
|
|
14213
|
+
}
|
|
14214
|
+
.rdtPicker.is-mobile-embed {
|
|
14215
|
+
width: 15rem;
|
|
14216
|
+
}
|
|
14112
14217
|
.rdtPickerNotDays {
|
|
14113
14218
|
width: 192px;
|
|
14114
14219
|
}
|
|
@@ -14709,6 +14814,9 @@ samp {
|
|
|
14709
14814
|
.is-keyword {
|
|
14710
14815
|
color: var(--primary-onActive);
|
|
14711
14816
|
}
|
|
14817
|
+
.visibility-sensor {
|
|
14818
|
+
min-height: 5px;
|
|
14819
|
+
}
|
|
14712
14820
|
html,
|
|
14713
14821
|
body {
|
|
14714
14822
|
width: 100%;
|
|
@@ -17519,11 +17627,16 @@ input[type=button].a-Button--block {
|
|
|
17519
17627
|
fill: var(--Drawer-close-onHover-color);
|
|
17520
17628
|
}
|
|
17521
17629
|
.a-Drawer-body {
|
|
17522
|
-
padding:
|
|
17630
|
+
padding: 0 var(--drawer-content-paddingRight) var(--drawer-content-paddingBottom) var(--drawer-content-paddingLeft);
|
|
17523
17631
|
flex-basis: 0;
|
|
17524
17632
|
flex-grow: 1;
|
|
17525
17633
|
overflow: auto;
|
|
17526
17634
|
}
|
|
17635
|
+
.a-Drawer-body:before {
|
|
17636
|
+
content: "";
|
|
17637
|
+
display: block;
|
|
17638
|
+
height: var(--drawer-content-paddingTop);
|
|
17639
|
+
}
|
|
17527
17640
|
.a-Drawer-footer {
|
|
17528
17641
|
display: flex;
|
|
17529
17642
|
align-items: flex-end;
|
|
@@ -18368,7 +18481,9 @@ input[type=button].a-Button--block {
|
|
|
18368
18481
|
margin-left: var(--gap-sm);
|
|
18369
18482
|
}
|
|
18370
18483
|
.a-PopUp-confirm {
|
|
18484
|
+
color: var(--PopUp-confirmAction-color);
|
|
18371
18485
|
margin-right: var(--gap-sm);
|
|
18486
|
+
border: none;
|
|
18372
18487
|
}
|
|
18373
18488
|
.a-PopUp-content {
|
|
18374
18489
|
overflow-y: auto;
|
|
@@ -18376,6 +18491,9 @@ input[type=button].a-Button--block {
|
|
|
18376
18491
|
display: flex;
|
|
18377
18492
|
flex: 1;
|
|
18378
18493
|
}
|
|
18494
|
+
.a-PopUp-content > div {
|
|
18495
|
+
flex: 1;
|
|
18496
|
+
}
|
|
18379
18497
|
.a-PopUp > * {
|
|
18380
18498
|
position: relative;
|
|
18381
18499
|
z-index: 2;
|
|
@@ -18399,7 +18517,8 @@ input[type=button].a-Button--block {
|
|
|
18399
18517
|
margin-top: -0.25rem;
|
|
18400
18518
|
}
|
|
18401
18519
|
.a-PopUp-safearea {
|
|
18402
|
-
|
|
18520
|
+
padding-bottom: constant(safe-area-inset-bottom);
|
|
18521
|
+
padding-bottom: env(safe-area-inset-bottom);
|
|
18403
18522
|
}
|
|
18404
18523
|
.a-PickerColumns {
|
|
18405
18524
|
position: relative;
|
|
@@ -18435,10 +18554,10 @@ input[type=button].a-Button--block {
|
|
|
18435
18554
|
background-color: none !important;
|
|
18436
18555
|
}
|
|
18437
18556
|
.a-PickerColumns-confirm {
|
|
18438
|
-
color: var(--PickerColumns-confirmAction-color)
|
|
18557
|
+
color: var(--PickerColumns-confirmAction-color);
|
|
18439
18558
|
}
|
|
18440
18559
|
.a-PickerColumns-cancel {
|
|
18441
|
-
color: var(--PickerColumns-cancelAction-color)
|
|
18560
|
+
color: var(--PickerColumns-cancelAction-color);
|
|
18442
18561
|
}
|
|
18443
18562
|
.a-PickerColumns-title {
|
|
18444
18563
|
max-width: 50%;
|
|
@@ -19141,6 +19260,16 @@ input[type=button].a-Button--block {
|
|
|
19141
19260
|
height: 100%;
|
|
19142
19261
|
overflow-x: hidden;
|
|
19143
19262
|
}
|
|
19263
|
+
.a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links.is-mobile {
|
|
19264
|
+
overflow-x: auto;
|
|
19265
|
+
-ms-overflow-style: none;
|
|
19266
|
+
overflow: -moz-scrollbars-none;
|
|
19267
|
+
}
|
|
19268
|
+
.a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links.is-mobile::-webkit-scrollbar {
|
|
19269
|
+
display: none;
|
|
19270
|
+
width: 0 !important;
|
|
19271
|
+
height: 0 !important;
|
|
19272
|
+
}
|
|
19144
19273
|
.a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links .a-Tabs-links-drag {
|
|
19145
19274
|
position: absolute;
|
|
19146
19275
|
height: 100%;
|
|
@@ -20081,6 +20210,7 @@ input[type=button].a-Button--block {
|
|
|
20081
20210
|
background-color: var(--Layout-light-backgroundColor);
|
|
20082
20211
|
font-size: var(--Nav-item-fontSize);
|
|
20083
20212
|
line-height: var(--Nav-Item-height);
|
|
20213
|
+
min-height: 10px;
|
|
20084
20214
|
}
|
|
20085
20215
|
.a-Nav-horizontal {
|
|
20086
20216
|
line-height: var(--Nav-Item-height--horizontal);
|
|
@@ -20618,9 +20748,6 @@ input[type=button].a-Button--block {
|
|
|
20618
20748
|
box-shadow: none;
|
|
20619
20749
|
margin: 0 calc(var(--Panel-body-paddingTop) * -1) calc(var(--Panel-marginBottom) / 2);
|
|
20620
20750
|
}
|
|
20621
|
-
.a-Panel--form .a-Panel-body {
|
|
20622
|
-
padding: 0 var(--gap-md) var(--gap-md);
|
|
20623
|
-
}
|
|
20624
20751
|
.a-Panel--form > .a-Panel-heading {
|
|
20625
20752
|
background: none;
|
|
20626
20753
|
border: none;
|
|
@@ -20819,6 +20946,7 @@ input[type=button].a-Button--block {
|
|
|
20819
20946
|
position: relative;
|
|
20820
20947
|
display: inline-flex;
|
|
20821
20948
|
vertical-align: middle;
|
|
20949
|
+
flex-wrap: wrap;
|
|
20822
20950
|
}
|
|
20823
20951
|
.a-ButtonGroup > .a-Button {
|
|
20824
20952
|
position: relative;
|
|
@@ -20952,15 +21080,16 @@ input[type=button].a-Button--block {
|
|
|
20952
21080
|
margin-left: var(--DropDown-caret-marginLeft);
|
|
20953
21081
|
display: inline-block;
|
|
20954
21082
|
vertical-align: top;
|
|
20955
|
-
transition: transform var(--animation-duration) ease;
|
|
20956
21083
|
}
|
|
20957
21084
|
.a-DropDown-caret > svg {
|
|
20958
21085
|
width: 0.625rem;
|
|
20959
21086
|
height: 0.625rem;
|
|
20960
|
-
top: 0
|
|
21087
|
+
top: 0;
|
|
21088
|
+
transform: rotate(90deg);
|
|
21089
|
+
transition: transform var(--animation-duration) ease;
|
|
20961
21090
|
}
|
|
20962
|
-
.a-DropDown.is-opened .a-DropDown-caret {
|
|
20963
|
-
transform: rotate(
|
|
21091
|
+
.a-DropDown.is-opened .a-DropDown-caret svg {
|
|
21092
|
+
transform: rotate(270deg);
|
|
20964
21093
|
}
|
|
20965
21094
|
.a-DropDown.is-actived .a-Button {
|
|
20966
21095
|
color: var(--link-color);
|
|
@@ -21014,10 +21143,6 @@ input[type=button].a-Button--block {
|
|
|
21014
21143
|
-webkit-text-decoration: var(--link-decoration);
|
|
21015
21144
|
text-decoration: var(--link-decoration);
|
|
21016
21145
|
}
|
|
21017
|
-
.a-DropDown-menuItem:hover, .a-DropDown-menu > li:hover {
|
|
21018
|
-
background: var(--DropDown-menuItem-onHover-bg);
|
|
21019
|
-
color: var(--DropDown-menuItem-onHover-color);
|
|
21020
|
-
}
|
|
21021
21146
|
.a-DropDown-menuItem.is-active, .a-DropDown-menu > li.is-active {
|
|
21022
21147
|
background: var(--DropDown-menuItem-onHover-bg);
|
|
21023
21148
|
color: var(--DropDown-menuItem-onActive-color);
|
|
@@ -21055,6 +21180,10 @@ input[type=button].a-Button--block {
|
|
|
21055
21180
|
.a-DropDown-menuItem.a-DropDown-groupTitle ~ .a-DropDown-button, .a-DropDown-menu > li.a-DropDown-groupTitle ~ .a-DropDown-button {
|
|
21056
21181
|
padding-left: var(--gap-lg);
|
|
21057
21182
|
}
|
|
21183
|
+
.a-DropDown-menuItem:hover, .a-DropDown-menu:not(.is-mobile) > li:hover {
|
|
21184
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
|
21185
|
+
color: var(--DropDown-menuItem-onHover-color);
|
|
21186
|
+
}
|
|
21058
21187
|
.a-DropDown-menu > li a {
|
|
21059
21188
|
color: inherit;
|
|
21060
21189
|
display: block;
|
|
@@ -21172,7 +21301,8 @@ input[type=button].a-Button--block {
|
|
|
21172
21301
|
.a-CalendarMobile {
|
|
21173
21302
|
height: 100%;
|
|
21174
21303
|
width: 100%;
|
|
21175
|
-
overflow: scroll;
|
|
21304
|
+
overflow-y: scroll;
|
|
21305
|
+
overflow-x: hidden;
|
|
21176
21306
|
}
|
|
21177
21307
|
.a-CalendarMobile-pop {
|
|
21178
21308
|
position: fixed;
|
|
@@ -21185,11 +21315,19 @@ input[type=button].a-Button--block {
|
|
|
21185
21315
|
overflow: hidden;
|
|
21186
21316
|
border-width: 0;
|
|
21187
21317
|
}
|
|
21318
|
+
.a-CalendarMobile-pop--quarters, .a-CalendarMobile-pop--months {
|
|
21319
|
+
height: 25rem;
|
|
21320
|
+
}
|
|
21188
21321
|
.a-CalendarMobile-pop--time {
|
|
21189
|
-
height:
|
|
21190
|
-
height: fit-content;
|
|
21322
|
+
height: 22.5rem;
|
|
21191
21323
|
max-height: 90vh;
|
|
21192
21324
|
}
|
|
21325
|
+
.a-CalendarMobile-pop--time .a-PopUp-content {
|
|
21326
|
+
overflow: hidden;
|
|
21327
|
+
}
|
|
21328
|
+
.a-CalendarMobile-pop--years {
|
|
21329
|
+
height: 22.5rem;
|
|
21330
|
+
}
|
|
21193
21331
|
.a-CalendarMobile-wrap {
|
|
21194
21332
|
display: flex;
|
|
21195
21333
|
flex-direction: column;
|
|
@@ -21255,6 +21393,7 @@ input[type=button].a-Button--block {
|
|
|
21255
21393
|
overflow-y: scroll;
|
|
21256
21394
|
}
|
|
21257
21395
|
.a-CalendarMobile-body table {
|
|
21396
|
+
padding: 0;
|
|
21258
21397
|
border-spacing: 0 0.25rem;
|
|
21259
21398
|
}
|
|
21260
21399
|
.a-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
|
@@ -21281,14 +21420,15 @@ input[type=button].a-Button--block {
|
|
|
21281
21420
|
background: transparent;
|
|
21282
21421
|
}
|
|
21283
21422
|
.a-CalendarMobile-body .calendar-wrap {
|
|
21284
|
-
position: relative;
|
|
21285
21423
|
width: 3.125rem;
|
|
21424
|
+
position: relative;
|
|
21286
21425
|
height: 100%;
|
|
21287
21426
|
text-align: center;
|
|
21288
21427
|
display: inline-flex;
|
|
21289
21428
|
align-items: center;
|
|
21290
21429
|
justify-content: center;
|
|
21291
21430
|
border-radius: 0.25rem;
|
|
21431
|
+
padding: 0 0.625rem;
|
|
21292
21432
|
}
|
|
21293
21433
|
.a-CalendarMobile-embed .a-CalendarMobile-body .calendar-wrap {
|
|
21294
21434
|
width: auto;
|
|
@@ -21298,6 +21438,7 @@ input[type=button].a-Button--block {
|
|
|
21298
21438
|
flex-shrink: 0;
|
|
21299
21439
|
}
|
|
21300
21440
|
.a-CalendarMobile-footer .date-range-confirm {
|
|
21441
|
+
width: 100%;
|
|
21301
21442
|
height: 2.25rem;
|
|
21302
21443
|
margin: 0.4375rem 0;
|
|
21303
21444
|
border-radius: var(--borderRadiusMd);
|
|
@@ -21305,13 +21446,6 @@ input[type=button].a-Button--block {
|
|
|
21305
21446
|
justify-content: center;
|
|
21306
21447
|
align-items: center;
|
|
21307
21448
|
}
|
|
21308
|
-
.a-CalendarMobile-footer .is-disabled {
|
|
21309
|
-
opacity: 0.5;
|
|
21310
|
-
color: var(--Button--primary-color);
|
|
21311
|
-
background: var(--Button--primary-bg);
|
|
21312
|
-
border-color: var(--Button--primary-bg);
|
|
21313
|
-
filter: none;
|
|
21314
|
-
}
|
|
21315
21449
|
.a-CalendarMobile-footer-toolbar {
|
|
21316
21450
|
padding: 0 1rem;
|
|
21317
21451
|
}
|
|
@@ -21325,11 +21459,11 @@ input[type=button].a-Button--block {
|
|
|
21325
21459
|
line-height: 3rem;
|
|
21326
21460
|
}
|
|
21327
21461
|
.a-CalendarMobile-footer .a-DateRangePicker-rangers {
|
|
21328
|
-
|
|
21462
|
+
padding-left: revert;
|
|
21329
21463
|
white-space: nowrap;
|
|
21330
|
-
|
|
21331
|
-
|
|
21332
|
-
|
|
21464
|
+
line-height: inherit;
|
|
21465
|
+
display: flex;
|
|
21466
|
+
justify-content: space-between;
|
|
21333
21467
|
}
|
|
21334
21468
|
.a-CalendarMobile-footer .a-DatePicker-shortcuts {
|
|
21335
21469
|
width: auto;
|
|
@@ -21467,6 +21601,15 @@ input[type=button].a-Button--block {
|
|
|
21467
21601
|
background: var(--Collapse-header-onHover-bg);
|
|
21468
21602
|
color: var(--collapse-default-header-hover-color);
|
|
21469
21603
|
}
|
|
21604
|
+
.a-Collapse-header.is-mobile {
|
|
21605
|
+
background: none;
|
|
21606
|
+
border-radius: 0 !important;
|
|
21607
|
+
position: relative;
|
|
21608
|
+
padding-left: 0;
|
|
21609
|
+
}
|
|
21610
|
+
.a-Collapse-header.is-mobile:hover {
|
|
21611
|
+
background: none;
|
|
21612
|
+
}
|
|
21470
21613
|
.a-Collapse .Collapse-arrow {
|
|
21471
21614
|
content: var(--collapse-icon-icon);
|
|
21472
21615
|
}
|
|
@@ -21540,6 +21683,24 @@ input[type=button].a-Button--block {
|
|
|
21540
21683
|
line-height: var(--collapse-default-content-lineHeight);
|
|
21541
21684
|
background: var(--collapse-default-bg-color);
|
|
21542
21685
|
}
|
|
21686
|
+
.a-Collapse.is-mobile {
|
|
21687
|
+
border-top: none;
|
|
21688
|
+
border-left: none;
|
|
21689
|
+
border-right: none;
|
|
21690
|
+
}
|
|
21691
|
+
.a-Collapse.is-mobile:last-child {
|
|
21692
|
+
border-bottom: none;
|
|
21693
|
+
}
|
|
21694
|
+
.a-Collapse.is-mobile .a-Collapse-icon-tranform,
|
|
21695
|
+
.a-Collapse.is-mobile .a-Collapse-arrow-wrap {
|
|
21696
|
+
margin-right: -1.125rem;
|
|
21697
|
+
float: right;
|
|
21698
|
+
margin-top: 0.125rem;
|
|
21699
|
+
}
|
|
21700
|
+
.a-Collapse.is-mobile .a-Collapse-content {
|
|
21701
|
+
padding-left: 0;
|
|
21702
|
+
padding-right: 0;
|
|
21703
|
+
}
|
|
21543
21704
|
.a-Form .a-Collapse {
|
|
21544
21705
|
border: none;
|
|
21545
21706
|
}
|
|
@@ -21574,7 +21735,7 @@ input[type=button].a-Button--block {
|
|
|
21574
21735
|
.a-CollapseGroup .a-Collapse:first-child:nth-last-child(1) > .a-Collapse-header {
|
|
21575
21736
|
border-radius: 4px;
|
|
21576
21737
|
}
|
|
21577
|
-
.a-CollapseGroup .a-Collapse:not(:last-child) {
|
|
21738
|
+
.a-CollapseGroup .a-Collapse:not(:last-child):not(.is-mobile) {
|
|
21578
21739
|
border-bottom: none;
|
|
21579
21740
|
}
|
|
21580
21741
|
.a-CollapseGroup.icon-position-right .a-Collapse-header .a-Collapse-arrow-wrap {
|
|
@@ -21584,6 +21745,9 @@ input[type=button].a-Button--block {
|
|
|
21584
21745
|
.a-CollapseGroup.icon-position-right .a-Collapse-header .a-Collapse-icon-tranform {
|
|
21585
21746
|
float: right;
|
|
21586
21747
|
}
|
|
21748
|
+
.a-CollapseGroup.is-mobile.icon-position-right .a-Collapse-header .a-Collapse-arrow-wrap {
|
|
21749
|
+
margin-right: -1.125rem;
|
|
21750
|
+
}
|
|
21587
21751
|
.a-ColorField {
|
|
21588
21752
|
display: inline-block;
|
|
21589
21753
|
}
|
|
@@ -21600,6 +21764,9 @@ input[type=button].a-Button--block {
|
|
|
21600
21764
|
margin-left: 10px;
|
|
21601
21765
|
vertical-align: middle;
|
|
21602
21766
|
}
|
|
21767
|
+
.a-ConditionBuilderControl.is-mobile {
|
|
21768
|
+
overflow-x: auto;
|
|
21769
|
+
}
|
|
21603
21770
|
.a-CBGroup {
|
|
21604
21771
|
font-size: var(--fontSizeSm);
|
|
21605
21772
|
position: relative;
|
|
@@ -21758,6 +21925,7 @@ input[type=button].a-Button--block {
|
|
|
21758
21925
|
width: 0.625rem;
|
|
21759
21926
|
height: 0.625rem;
|
|
21760
21927
|
top: 0;
|
|
21928
|
+
transform: rotate(90deg);
|
|
21761
21929
|
}
|
|
21762
21930
|
.a-CBGroup-fieldInput.is-active .a-CBGroup-fieldCaret, .a-CBGroup-operatorInput.is-active .a-CBGroup-operatorCaret {
|
|
21763
21931
|
transform: rotate(180deg);
|
|
@@ -21820,7 +21988,7 @@ input[type=button].a-Button--block {
|
|
|
21820
21988
|
padding: 10px;
|
|
21821
21989
|
margin: -10px 0px;
|
|
21822
21990
|
background: #fff;
|
|
21823
|
-
z-index:
|
|
21991
|
+
z-index: 2;
|
|
21824
21992
|
}
|
|
21825
21993
|
.a-CBGroupOrItem-body-group > .a-CBGroupOrItem-dragbar {
|
|
21826
21994
|
left: -0.3125rem;
|
|
@@ -21860,7 +22028,12 @@ input[type=button].a-Button--block {
|
|
|
21860
22028
|
.a-CBGroupOrItem > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-group > .a-CBGroupOrItem-dragbar, .a-CBGroupOrItem > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-item > .a-CBGroupOrItem-dragbar, .a-CBGroupOrItem > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-item > .a-CBDelete {
|
|
21861
22029
|
opacity: 0;
|
|
21862
22030
|
}
|
|
21863
|
-
.a-CBGroupOrItem:
|
|
22031
|
+
.a-CBGroupOrItem:is(.is-mobile) > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-group > .a-CBGroupOrItem-dragbar,
|
|
22032
|
+
.a-CBGroupOrItem:is(.is-mobile) > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-item > .a-CBGroupOrItem-dragbar,
|
|
22033
|
+
.a-CBGroupOrItem:is(.is-mobile) > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-item > .a-CBDelete {
|
|
22034
|
+
opacity: 1;
|
|
22035
|
+
}
|
|
22036
|
+
.a-CBGroupOrItem:not(.is-mobile):hover > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-item > .a-CBGroupOrItem-dragbar, .a-CBGroupOrItem:not(.is-mobile):hover > .a-CBGroupOrItem-body > .a-CBGroupOrItem-body-item > .a-CBDelete {
|
|
21864
22037
|
opacity: 1;
|
|
21865
22038
|
}
|
|
21866
22039
|
.a-CBGroupOrItem-simple {
|
|
@@ -22403,6 +22576,9 @@ input[type=button].a-Button--block {
|
|
|
22403
22576
|
display: inline-flex;
|
|
22404
22577
|
align-items: center;
|
|
22405
22578
|
}
|
|
22579
|
+
.a-Crud-toolbar-item.is-mobile {
|
|
22580
|
+
margin-top: 0;
|
|
22581
|
+
}
|
|
22406
22582
|
.a-Crud-toolbar-item--left:not(:first-child) {
|
|
22407
22583
|
margin-left: var(--Crud-toolbar-gap);
|
|
22408
22584
|
}
|
|
@@ -22438,139 +22614,8 @@ input[type=button].a-Button--block {
|
|
|
22438
22614
|
.a-Crud-filter {
|
|
22439
22615
|
margin-bottom: var(--gap-base);
|
|
22440
22616
|
}
|
|
22441
|
-
|
|
22442
|
-
|
|
22443
|
-
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
22444
|
-
flex-basis: 0;
|
|
22445
|
-
flex-grow: 1;
|
|
22446
|
-
}
|
|
22447
|
-
.a-Crud-toolbar::before, .a-Crud-toolbar::after {
|
|
22448
|
-
display: table;
|
|
22449
|
-
content: "";
|
|
22450
|
-
}
|
|
22451
|
-
.a-Crud-toolbar::after {
|
|
22452
|
-
clear: both;
|
|
22453
|
-
}
|
|
22454
|
-
.a-Crud-toolbar-item {
|
|
22455
|
-
line-height: var(--Crud-toolbar-lineHeight);
|
|
22456
|
-
height: var(--Crud-toolbar-height);
|
|
22457
|
-
vertical-align: middle;
|
|
22458
|
-
}
|
|
22459
|
-
.a-Crud-toolbar-item--left:not(:first-child) {
|
|
22460
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22461
|
-
}
|
|
22462
|
-
.a-Crud-toolbar-item--right:not(:last-child) {
|
|
22463
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22464
|
-
}
|
|
22465
|
-
.a-Crud-toolbar-item--left {
|
|
22466
|
-
float: left;
|
|
22467
|
-
}
|
|
22468
|
-
.a-Crud-toolbar-item--right {
|
|
22469
|
-
float: right;
|
|
22470
|
-
}
|
|
22471
|
-
.a-Crud-actions > * + .a-Button,
|
|
22472
|
-
.a-Crud-actions > * + .a-Button--disabled-wrap {
|
|
22473
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22474
|
-
}
|
|
22475
|
-
}
|
|
22476
|
-
.a-Crud2 {
|
|
22477
|
-
position: relative;
|
|
22478
|
-
}
|
|
22479
|
-
.a-Crud2-selection, .a-Crud2-toolbar, .a-Crud2-body {
|
|
22480
|
-
margin-bottom: var(--gap-base);
|
|
22481
|
-
}
|
|
22482
|
-
.a-Crud2-selectionLabel {
|
|
22483
|
-
display: inline-block;
|
|
22484
|
-
vertical-align: top;
|
|
22485
|
-
margin-top: var(--gap-xs);
|
|
22486
|
-
}
|
|
22487
|
-
.a-Crud2-value {
|
|
22488
|
-
cursor: pointer;
|
|
22489
|
-
vertical-align: middle;
|
|
22490
|
-
-webkit-user-select: none;
|
|
22491
|
-
-moz-user-select: none;
|
|
22492
|
-
user-select: none;
|
|
22493
|
-
line-height: calc(
|
|
22494
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22495
|
-
);
|
|
22496
|
-
display: inline-block;
|
|
22497
|
-
font-size: var(--Pick-base-value-fontSize);
|
|
22498
|
-
color: var(--Pick-base-value-color);
|
|
22499
|
-
font-weight: var(--Pick-base-value-fontWeight);
|
|
22500
|
-
background: var(--Pick-base-value-bgColor);
|
|
22501
|
-
border-width: var(--Pick-base-value-top-border-width) var(--Pick-base-value-right-border-width) var(--Pick-base-value-bottom-border-width) var(--Pick-base-value-left-border-width);
|
|
22502
|
-
border-style: var(--Pick-base-value-top-border-style) var(--Pick-base-value-right-border-style) var(--Pick-base-value-bottom-border-style) var(--Pick-base-value-left-border-style);
|
|
22503
|
-
border-color: var(--Pick-base-value-top-border-color) var(--Pick-base-value-right-border-color) var(--Pick-base-value-bottom-border-color) var(--Pick-base-value-left-border-color);
|
|
22504
|
-
border-radius: var(--Pick-base-top-left-border-radius) var(--Pick-base-top-right-border-radius) var(--Pick-base-bottom-right-border-radius) var(--Pick-base-bottom-left-border-radius);
|
|
22505
|
-
margin-right: var(--gap-xs);
|
|
22506
|
-
margin-top: var(--gap-xs);
|
|
22507
|
-
}
|
|
22508
|
-
.a-Crud2-value:hover {
|
|
22509
|
-
background: var(--Form-selectValue-onHover-bg);
|
|
22510
|
-
}
|
|
22511
|
-
.a-Crud2-value.is-disabled {
|
|
22512
|
-
pointer-events: none;
|
|
22513
|
-
opacity: var(--Button-onDisabled-opacity);
|
|
22514
|
-
}
|
|
22515
|
-
.a-Crud2-valueIcon {
|
|
22516
|
-
color: var(--Pick-base-value-icon-color);
|
|
22517
|
-
cursor: pointer;
|
|
22518
|
-
border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
|
|
22519
|
-
padding: 1px 5px;
|
|
22520
|
-
}
|
|
22521
|
-
.a-Crud2-valueIcon:hover {
|
|
22522
|
-
background: var(--Form-selectValue-onHover-bg);
|
|
22523
|
-
}
|
|
22524
|
-
.a-Crud2-valueLabel {
|
|
22525
|
-
padding: 0 var(--gap-xs);
|
|
22526
|
-
}
|
|
22527
|
-
.a-Crud2-selectionClear {
|
|
22528
|
-
display: inline-block;
|
|
22529
|
-
cursor: pointer;
|
|
22530
|
-
-webkit-user-select: none;
|
|
22531
|
-
-moz-user-select: none;
|
|
22532
|
-
user-select: none;
|
|
22533
|
-
margin-left: var(--gap-xs);
|
|
22534
|
-
margin-top: var(--gap-xs);
|
|
22535
|
-
vertical-align: middle;
|
|
22536
|
-
}
|
|
22537
|
-
.a-Crud2-toolbar-item {
|
|
22538
|
-
margin-top: var(--Crud-toolbar-gap);
|
|
22539
|
-
line-height: var(--Crud-toolbar-lineHeight);
|
|
22540
|
-
height: var(--Crud-toolbar-height);
|
|
22541
|
-
vertical-align: middle;
|
|
22542
|
-
display: inline-flex;
|
|
22543
|
-
align-items: center;
|
|
22544
|
-
}
|
|
22545
|
-
.a-Crud2-toolbar-item--left:not(:first-child) {
|
|
22546
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22547
|
-
}
|
|
22548
|
-
.a-Crud2-toolbar-item--right:not(:last-child) {
|
|
22549
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22550
|
-
}
|
|
22551
|
-
.a-Crud2-toolbar-item--left {
|
|
22552
|
-
float: left;
|
|
22553
|
-
}
|
|
22554
|
-
.a-Crud2-toolbar-item--right {
|
|
22555
|
-
float: right;
|
|
22556
|
-
}
|
|
22557
|
-
.a-Crud2-actions > * + .a-Button,
|
|
22558
|
-
.a-Crud2-actions > * + .a-ButtonGroup,
|
|
22559
|
-
.a-Crud2-actions > * + .a-ButtonToolbar {
|
|
22560
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22561
|
-
}
|
|
22562
|
-
.a-Crud2-statistics {
|
|
22563
|
-
line-height: var(--Crud-toolbar-height);
|
|
22564
|
-
vertical-align: middle;
|
|
22565
|
-
}
|
|
22566
|
-
.a-Crud2-pageSwitch .a-Select {
|
|
22567
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22568
|
-
}
|
|
22569
|
-
.a-Crud2-pager {
|
|
22570
|
-
align-self: flex-start;
|
|
22571
|
-
}
|
|
22572
|
-
.a-Crud2-filter {
|
|
22573
|
-
margin-bottom: var(--gap-base);
|
|
22617
|
+
.a-Crud.is-mobile .a-Crud-toolbar {
|
|
22618
|
+
flex: 1;
|
|
22574
22619
|
}
|
|
22575
22620
|
@media (min-width: 576px) {
|
|
22576
22621
|
.a-Crud-toolbar {
|
|
@@ -22607,78 +22652,167 @@ input[type=button].a-Button--block {
|
|
|
22607
22652
|
margin-left: var(--Crud-toolbar-gap);
|
|
22608
22653
|
}
|
|
22609
22654
|
}
|
|
22610
|
-
.a-
|
|
22655
|
+
.a-Crud2 {
|
|
22611
22656
|
position: relative;
|
|
22612
|
-
border-radius: var(--Table-borderRadius);
|
|
22613
|
-
margin-bottom: var(--gap-md);
|
|
22614
22657
|
}
|
|
22615
|
-
.a-
|
|
22616
|
-
margin-bottom: var(--gap-
|
|
22658
|
+
.a-Crud2-selection, .a-Crud2-toolbar, .a-Crud2-body {
|
|
22659
|
+
margin-bottom: var(--gap-base);
|
|
22617
22660
|
}
|
|
22618
|
-
.a-
|
|
22619
|
-
|
|
22620
|
-
|
|
22621
|
-
|
|
22622
|
-
top: auto;
|
|
22623
|
-
box-shadow: none;
|
|
22661
|
+
.a-Crud2-selectionLabel {
|
|
22662
|
+
display: inline-block;
|
|
22663
|
+
vertical-align: top;
|
|
22664
|
+
margin-top: var(--gap-xs);
|
|
22624
22665
|
}
|
|
22625
|
-
.a-
|
|
22626
|
-
|
|
22627
|
-
|
|
22628
|
-
|
|
22666
|
+
.a-Crud2-value {
|
|
22667
|
+
cursor: pointer;
|
|
22668
|
+
vertical-align: middle;
|
|
22669
|
+
-webkit-user-select: none;
|
|
22670
|
+
-moz-user-select: none;
|
|
22671
|
+
user-select: none;
|
|
22672
|
+
line-height: calc(
|
|
22673
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22674
|
+
);
|
|
22675
|
+
display: inline-block;
|
|
22676
|
+
font-size: var(--Pick-base-value-fontSize);
|
|
22677
|
+
color: var(--Pick-base-value-color);
|
|
22678
|
+
font-weight: var(--Pick-base-value-fontWeight);
|
|
22679
|
+
background: var(--Pick-base-value-bgColor);
|
|
22680
|
+
border-width: var(--Pick-base-value-top-border-width) var(--Pick-base-value-right-border-width) var(--Pick-base-value-bottom-border-width) var(--Pick-base-value-left-border-width);
|
|
22681
|
+
border-style: var(--Pick-base-value-top-border-style) var(--Pick-base-value-right-border-style) var(--Pick-base-value-bottom-border-style) var(--Pick-base-value-left-border-style);
|
|
22682
|
+
border-color: var(--Pick-base-value-top-border-color) var(--Pick-base-value-right-border-color) var(--Pick-base-value-bottom-border-color) var(--Pick-base-value-left-border-color);
|
|
22683
|
+
border-radius: var(--Pick-base-top-left-border-radius) var(--Pick-base-top-right-border-radius) var(--Pick-base-bottom-right-border-radius) var(--Pick-base-bottom-left-border-radius);
|
|
22684
|
+
margin-right: var(--gap-xs);
|
|
22685
|
+
margin-top: var(--gap-xs);
|
|
22629
22686
|
}
|
|
22630
|
-
.a-
|
|
22631
|
-
|
|
22632
|
-
top: -999999px;
|
|
22687
|
+
.a-Crud2-value:hover {
|
|
22688
|
+
background: var(--Form-selectValue-onHover-bg);
|
|
22633
22689
|
}
|
|
22634
|
-
.a-
|
|
22635
|
-
|
|
22636
|
-
|
|
22690
|
+
.a-Crud2-value.is-disabled {
|
|
22691
|
+
pointer-events: none;
|
|
22692
|
+
opacity: var(--Button-onDisabled-opacity);
|
|
22637
22693
|
}
|
|
22638
|
-
.a-
|
|
22639
|
-
|
|
22640
|
-
|
|
22694
|
+
.a-Crud2-valueIcon {
|
|
22695
|
+
color: var(--Pick-base-value-icon-color);
|
|
22696
|
+
cursor: pointer;
|
|
22697
|
+
border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
|
|
22698
|
+
padding: 1px 5px;
|
|
22641
22699
|
}
|
|
22642
|
-
.a-
|
|
22643
|
-
|
|
22644
|
-
top: -999999px;
|
|
22700
|
+
.a-Crud2-valueIcon:hover {
|
|
22701
|
+
background: var(--Form-selectValue-onHover-bg);
|
|
22645
22702
|
}
|
|
22646
|
-
.a-
|
|
22647
|
-
|
|
22648
|
-
|
|
22703
|
+
.a-Crud2-valueLabel {
|
|
22704
|
+
padding: 0 var(--gap-xs);
|
|
22705
|
+
}
|
|
22706
|
+
.a-Crud2-selectionClear {
|
|
22707
|
+
display: inline-block;
|
|
22708
|
+
cursor: pointer;
|
|
22709
|
+
-webkit-user-select: none;
|
|
22710
|
+
-moz-user-select: none;
|
|
22711
|
+
user-select: none;
|
|
22712
|
+
margin-left: var(--gap-xs);
|
|
22713
|
+
margin-top: var(--gap-xs);
|
|
22714
|
+
vertical-align: middle;
|
|
22649
22715
|
}
|
|
22650
|
-
.a-
|
|
22651
|
-
|
|
22652
|
-
|
|
22716
|
+
.a-Crud2-toolbar-item {
|
|
22717
|
+
margin-top: var(--Crud-toolbar-gap);
|
|
22718
|
+
line-height: var(--Crud-toolbar-lineHeight);
|
|
22719
|
+
height: var(--Crud-toolbar-height);
|
|
22720
|
+
vertical-align: middle;
|
|
22721
|
+
display: inline-flex;
|
|
22722
|
+
align-items: center;
|
|
22723
|
+
}
|
|
22724
|
+
.a-Crud2-toolbar-item--left:not(:first-child) {
|
|
22725
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22726
|
+
}
|
|
22727
|
+
.a-Crud2-toolbar-item--right:not(:last-child) {
|
|
22728
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22729
|
+
}
|
|
22730
|
+
.a-Crud2-toolbar-item--left {
|
|
22731
|
+
float: left;
|
|
22732
|
+
}
|
|
22733
|
+
.a-Crud2-toolbar-item--right {
|
|
22734
|
+
float: right;
|
|
22735
|
+
}
|
|
22736
|
+
.a-Crud2-actions > * + .a-Button,
|
|
22737
|
+
.a-Crud2-actions > * + .a-ButtonGroup,
|
|
22738
|
+
.a-Crud2-actions > * + .a-ButtonToolbar {
|
|
22739
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22740
|
+
}
|
|
22741
|
+
.a-Crud2-statistics {
|
|
22742
|
+
line-height: var(--Crud-toolbar-height);
|
|
22743
|
+
vertical-align: middle;
|
|
22744
|
+
}
|
|
22745
|
+
.a-Crud2-pageSwitch .a-Select {
|
|
22746
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22747
|
+
}
|
|
22748
|
+
.a-Crud2-pager {
|
|
22749
|
+
align-self: flex-start;
|
|
22750
|
+
}
|
|
22751
|
+
.a-Crud2-filter {
|
|
22752
|
+
margin-bottom: var(--gap-base);
|
|
22753
|
+
}
|
|
22754
|
+
@media (min-width: 576px) {
|
|
22755
|
+
.a-Crud-toolbar {
|
|
22756
|
+
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
22757
|
+
flex-basis: 0;
|
|
22758
|
+
flex-grow: 1;
|
|
22759
|
+
}
|
|
22760
|
+
.a-Crud-toolbar::before, .a-Crud-toolbar::after {
|
|
22761
|
+
display: table;
|
|
22762
|
+
content: "";
|
|
22763
|
+
}
|
|
22764
|
+
.a-Crud-toolbar::after {
|
|
22765
|
+
clear: both;
|
|
22766
|
+
}
|
|
22767
|
+
.a-Crud-toolbar-item {
|
|
22768
|
+
line-height: var(--Crud-toolbar-lineHeight);
|
|
22769
|
+
height: var(--Crud-toolbar-height);
|
|
22770
|
+
vertical-align: middle;
|
|
22771
|
+
}
|
|
22772
|
+
.a-Crud-toolbar-item--left:not(:first-child) {
|
|
22773
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22774
|
+
}
|
|
22775
|
+
.a-Crud-toolbar-item--right:not(:last-child) {
|
|
22776
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22777
|
+
}
|
|
22778
|
+
.a-Crud-toolbar-item--left {
|
|
22779
|
+
float: left;
|
|
22780
|
+
}
|
|
22781
|
+
.a-Crud-toolbar-item--right {
|
|
22782
|
+
float: right;
|
|
22783
|
+
}
|
|
22784
|
+
.a-Crud-actions > * + .a-Button,
|
|
22785
|
+
.a-Crud-actions > * + .a-Button--disabled-wrap {
|
|
22786
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22787
|
+
}
|
|
22788
|
+
}
|
|
22789
|
+
.a-Table {
|
|
22790
|
+
position: relative;
|
|
22791
|
+
border-radius: var(--Table-borderRadius);
|
|
22792
|
+
margin-bottom: var(--gap-md);
|
|
22793
|
+
}
|
|
22794
|
+
.a-Form-control > .a-Table {
|
|
22795
|
+
margin-bottom: var(--gap-sm);
|
|
22653
22796
|
}
|
|
22654
22797
|
.a-Table-fixedTop {
|
|
22655
|
-
position:
|
|
22798
|
+
position: sticky;
|
|
22656
22799
|
background: var(--Table-bg);
|
|
22657
|
-
|
|
22658
|
-
opacity:
|
|
22800
|
+
display: block;
|
|
22801
|
+
opacity: 1;
|
|
22802
|
+
z-index: 1100;
|
|
22659
22803
|
}
|
|
22660
22804
|
.a-Table-fixedTop:after {
|
|
22661
22805
|
content: "";
|
|
22662
22806
|
position: absolute;
|
|
22663
22807
|
width: 100%;
|
|
22664
22808
|
box-shadow: var(--Table-fixedTop-boxShadow);
|
|
22665
|
-
z-index:
|
|
22666
|
-
height:
|
|
22667
|
-
|
|
22809
|
+
z-index: 30;
|
|
22810
|
+
height: 30px;
|
|
22811
|
+
top: 100%;
|
|
22812
|
+
pointer-events: none;
|
|
22668
22813
|
background-color: transparent;
|
|
22814
|
+
margin-top: -2px;
|
|
22669
22815
|
}
|
|
22670
|
-
.a-Table-fixedTop.in {
|
|
22671
|
-
position: fixed;
|
|
22672
|
-
opacity: 1;
|
|
22673
|
-
z-index: 900;
|
|
22674
|
-
}
|
|
22675
|
-
.a-Table-fixedTop > .a-Table-fixedLeft,
|
|
22676
|
-
.a-Table-fixedTop > .a-Table-fixedRight {
|
|
22677
|
-
z-index: 910;
|
|
22678
|
-
background: transparent;
|
|
22679
|
-
}
|
|
22680
|
-
.a-Table-fixedTop.is-fakeHide > .a-Table-fixedLeft,
|
|
22681
|
-
.a-Table-fixedTop.is-fakeHide > .a-Table-fixedRight,
|
|
22682
22816
|
.a-Table-fixedTop.is-fakeHide > .a-Table-wrapper {
|
|
22683
22817
|
visibility: hidden;
|
|
22684
22818
|
position: absolute;
|
|
@@ -22754,6 +22888,9 @@ input[type=button].a-Button--block {
|
|
|
22754
22888
|
display: flex;
|
|
22755
22889
|
align-items: center;
|
|
22756
22890
|
}
|
|
22891
|
+
.a-Table.is-mobile .a-Table-toolbar .a-Form-item {
|
|
22892
|
+
padding: 0;
|
|
22893
|
+
}
|
|
22757
22894
|
.a-Table-header + .a-Table-toolbar {
|
|
22758
22895
|
padding-top: 0;
|
|
22759
22896
|
}
|
|
@@ -22772,9 +22909,6 @@ input[type=button].a-Button--block {
|
|
|
22772
22909
|
overflow-x: auto;
|
|
22773
22910
|
transform: translateZ(0);
|
|
22774
22911
|
}
|
|
22775
|
-
.a-Table-content th {
|
|
22776
|
-
position: relative;
|
|
22777
|
-
}
|
|
22778
22912
|
.a-Table-content-colDragLine {
|
|
22779
22913
|
position: absolute;
|
|
22780
22914
|
width: 7px;
|
|
@@ -22786,9 +22920,9 @@ input[type=button].a-Button--block {
|
|
|
22786
22920
|
-moz-user-select: none;
|
|
22787
22921
|
user-select: none;
|
|
22788
22922
|
opacity: 0.5;
|
|
22789
|
-
z-index:
|
|
22923
|
+
z-index: 15;
|
|
22790
22924
|
}
|
|
22791
|
-
.a-Table-content-colDragLine:hover {
|
|
22925
|
+
.a-Table-content-colDragLine:hover, .a-Table-content-colDragLine.is-resizing {
|
|
22792
22926
|
background: var(--primary);
|
|
22793
22927
|
}
|
|
22794
22928
|
.a-Table-table {
|
|
@@ -22799,11 +22933,47 @@ input[type=button].a-Button--block {
|
|
|
22799
22933
|
color: var(--Table-color);
|
|
22800
22934
|
background: var(--Table-bg);
|
|
22801
22935
|
border-spacing: 0;
|
|
22802
|
-
border-collapse:
|
|
22803
|
-
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
22936
|
+
border-collapse: separate;
|
|
22804
22937
|
}
|
|
22805
22938
|
.a-Table-table th, .a-Table-table td {
|
|
22806
22939
|
text-align: left;
|
|
22940
|
+
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
22941
|
+
}
|
|
22942
|
+
.a-Table-table th.is-sticky, .a-Table-table td.is-sticky {
|
|
22943
|
+
position: sticky !important;
|
|
22944
|
+
z-index: 20;
|
|
22945
|
+
background: inherit;
|
|
22946
|
+
}
|
|
22947
|
+
.a-Table-table th.is-sticky-last-left:after, .a-Table-table td.is-sticky-last-left:after {
|
|
22948
|
+
position: absolute;
|
|
22949
|
+
top: 0;
|
|
22950
|
+
right: 0;
|
|
22951
|
+
bottom: -1px;
|
|
22952
|
+
width: 30px;
|
|
22953
|
+
transform: translateX(100%);
|
|
22954
|
+
transition: box-shadow 0.3s;
|
|
22955
|
+
content: "";
|
|
22956
|
+
pointer-events: none;
|
|
22957
|
+
}
|
|
22958
|
+
.a-Table-table th.is-sticky-first-right:after, .a-Table-table td.is-sticky-first-right:after {
|
|
22959
|
+
position: absolute;
|
|
22960
|
+
top: 0;
|
|
22961
|
+
bottom: -1px;
|
|
22962
|
+
left: 0;
|
|
22963
|
+
width: 30px;
|
|
22964
|
+
transform: translateX(-100%);
|
|
22965
|
+
transition: box-shadow 0.3s;
|
|
22966
|
+
content: "";
|
|
22967
|
+
pointer-events: none;
|
|
22968
|
+
}
|
|
22969
|
+
.a-Table-table.table-fixed-left .is-sticky-last-left:after {
|
|
22970
|
+
box-shadow: var(--Table-fixedLeft-boxShadow);
|
|
22971
|
+
}
|
|
22972
|
+
.a-Table-table.table-fixed-right .is-sticky-first-right:after {
|
|
22973
|
+
box-shadow: var(--Table-fixedRight-boxShadow);
|
|
22974
|
+
}
|
|
22975
|
+
.a-Table-table th {
|
|
22976
|
+
position: relative;
|
|
22807
22977
|
}
|
|
22808
22978
|
.a-Table-table th.text-center, .a-Table-table td.text-center, .a-Table-table th[colspan], .a-Table-table td[colspan] {
|
|
22809
22979
|
text-align: center;
|
|
@@ -22814,6 +22984,9 @@ input[type=button].a-Button--block {
|
|
|
22814
22984
|
.a-Table-table td .a-SwitchControl {
|
|
22815
22985
|
padding-top: 0;
|
|
22816
22986
|
}
|
|
22987
|
+
.a-Table-table--affixHeader thead {
|
|
22988
|
+
visibility: collapse;
|
|
22989
|
+
}
|
|
22817
22990
|
.a-Table-table--withCombine > thead > tr > th:first-child,
|
|
22818
22991
|
.a-Table-table--withCombine > tbody > tr > td:first-child {
|
|
22819
22992
|
padding-left: var(--TableCell-paddingX) !important;
|
|
@@ -22834,8 +23007,11 @@ input[type=button].a-Button--block {
|
|
|
22834
23007
|
.a-Table-table--checkOnItemClick > tbody > tr {
|
|
22835
23008
|
cursor: pointer;
|
|
22836
23009
|
}
|
|
22837
|
-
.a-Table-table > thead > tr
|
|
23010
|
+
.a-Table-table > thead > tr {
|
|
22838
23011
|
background: var(--Table-thead-bg);
|
|
23012
|
+
}
|
|
23013
|
+
.a-Table-table > thead > tr > th {
|
|
23014
|
+
background: inherit;
|
|
22839
23015
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
|
22840
23016
|
text-align: left;
|
|
22841
23017
|
border-bottom: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
|
|
@@ -22881,6 +23057,7 @@ input[type=button].a-Button--block {
|
|
|
22881
23057
|
}
|
|
22882
23058
|
.a-Table-table > tbody > tr {
|
|
22883
23059
|
position: relative;
|
|
23060
|
+
background: var(--Table-bg);
|
|
22884
23061
|
}
|
|
22885
23062
|
.a-Table-table > tbody > tr + tr {
|
|
22886
23063
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -22919,7 +23096,7 @@ input[type=button].a-Button--block {
|
|
|
22919
23096
|
border-color: var(--Table-onHover-borderColor);
|
|
22920
23097
|
}
|
|
22921
23098
|
.a-Table-table > tbody > tr:active {
|
|
22922
|
-
background:
|
|
23099
|
+
background: var(--Table-onHover-bg);
|
|
22923
23100
|
}
|
|
22924
23101
|
.a-Table-table > tbody > tr:hover.a-Table-placeholder {
|
|
22925
23102
|
color: var(--text--muted-color);
|
|
@@ -23200,334 +23377,197 @@ input[type=button].a-Button--block {
|
|
|
23200
23377
|
.a-Table-table > tbody > tr.is-dragging {
|
|
23201
23378
|
opacity: var(--Table-onDragging-opacity);
|
|
23202
23379
|
}
|
|
23203
|
-
.a-Table-table
|
|
23204
|
-
right: -0.6875rem;
|
|
23205
|
-
}
|
|
23206
|
-
.a-Table-table tr.a-Table-tr--2th .a-Table-expandBtn {
|
|
23207
|
-
position: relative;
|
|
23208
|
-
right: -1.125rem;
|
|
23209
|
-
}
|
|
23210
|
-
.a-Table-table tr.a-Table-tr--2th .a-Table-expandCell + td {
|
|
23211
|
-
position: relative;
|
|
23212
|
-
padding-left: 1.125rem;
|
|
23213
|
-
}
|
|
23214
|
-
.a-Table-table tr.a-Table-tr--2th .a-Table-expandCell + td::before {
|
|
23380
|
+
.a-Table-table .a-Table-divider2 {
|
|
23215
23381
|
content: "";
|
|
23382
|
+
position: absolute;
|
|
23383
|
+
height: 0.0625rem;
|
|
23384
|
+
top: 50%;
|
|
23385
|
+
width: 0.625rem;
|
|
23386
|
+
background: var(--Table-tree-borderColor);
|
|
23387
|
+
}
|
|
23388
|
+
.a-Table-table .a-Table-divider3 {
|
|
23216
23389
|
position: absolute;
|
|
23217
23390
|
width: 0.0625rem;
|
|
23218
23391
|
top: 0;
|
|
23219
23392
|
bottom: 0;
|
|
23220
|
-
|
|
23221
|
-
height: auto;
|
|
23393
|
+
height: 100%;
|
|
23222
23394
|
background: var(--Table-tree-borderColor);
|
|
23223
23395
|
}
|
|
23224
|
-
.a-Table-table tr.a-Table-tr--2th .a-Table-expandCell
|
|
23225
|
-
|
|
23226
|
-
position: absolute;
|
|
23227
|
-
height: 0.0625rem;
|
|
23228
|
-
top: 50%;
|
|
23229
|
-
left: -0.5rem;
|
|
23230
|
-
width: 0.625rem;
|
|
23231
|
-
background: var(--Table-tree-borderColor);
|
|
23396
|
+
.a-Table-table tr.a-Table-tr--2th.is-expanded .a-Table-expandCell:before {
|
|
23397
|
+
left: 2.5625rem;
|
|
23232
23398
|
}
|
|
23233
|
-
.a-Table-table tr.a-Table-tr--2th
|
|
23234
|
-
|
|
23399
|
+
.a-Table-table tr.a-Table-tr--2th .a-Table-expandBtn {
|
|
23400
|
+
position: relative;
|
|
23401
|
+
left: 1.1875rem;
|
|
23402
|
+
}
|
|
23403
|
+
.a-Table-table tr.a-Table-tr--2th .a-Table-divider2 {
|
|
23404
|
+
left: 1.4375rem;
|
|
23405
|
+
}
|
|
23406
|
+
.a-Table-table tr.a-Table-tr--2th .a-Table-divider3 {
|
|
23407
|
+
left: 1.4375rem;
|
|
23408
|
+
}
|
|
23409
|
+
.a-Table-table tr.a-Table-tr--2th.is-last .a-Table-divider3 {
|
|
23410
|
+
height: 50%;
|
|
23235
23411
|
}
|
|
23236
23412
|
.a-Table-table tr.a-Table-tr--2th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
23237
23413
|
height: 50%;
|
|
23238
23414
|
bottom: auto;
|
|
23239
23415
|
}
|
|
23240
23416
|
.a-Table-table tr.a-Table-tr--3th.is-expanded .a-Table-expandCell:before {
|
|
23241
|
-
|
|
23417
|
+
left: 3.6875rem;
|
|
23242
23418
|
}
|
|
23243
23419
|
.a-Table-table tr.a-Table-tr--3th .a-Table-expandBtn {
|
|
23244
23420
|
position: relative;
|
|
23245
|
-
|
|
23246
|
-
}
|
|
23247
|
-
.a-Table-table tr.a-Table-tr--3th .a-Table-expandCell + td {
|
|
23248
|
-
position: relative;
|
|
23249
|
-
padding-left: 2.25rem;
|
|
23421
|
+
left: 2.3125rem;
|
|
23250
23422
|
}
|
|
23251
|
-
.a-Table-table tr.a-Table-tr--3th .a-Table-
|
|
23252
|
-
|
|
23253
|
-
position: absolute;
|
|
23254
|
-
width: 0.0625rem;
|
|
23255
|
-
top: 0;
|
|
23256
|
-
bottom: 0;
|
|
23257
|
-
left: 0.625rem;
|
|
23258
|
-
height: auto;
|
|
23259
|
-
background: var(--Table-tree-borderColor);
|
|
23423
|
+
.a-Table-table tr.a-Table-tr--3th .a-Table-divider2 {
|
|
23424
|
+
left: 2.5625rem;
|
|
23260
23425
|
}
|
|
23261
|
-
.a-Table-table tr.a-Table-tr--3th .a-Table-
|
|
23262
|
-
|
|
23263
|
-
position: absolute;
|
|
23264
|
-
height: 0.0625rem;
|
|
23265
|
-
top: 50%;
|
|
23266
|
-
left: 0.625rem;
|
|
23267
|
-
width: 0.625rem;
|
|
23268
|
-
background: var(--Table-tree-borderColor);
|
|
23426
|
+
.a-Table-table tr.a-Table-tr--3th .a-Table-divider3 {
|
|
23427
|
+
left: 2.5625rem;
|
|
23269
23428
|
}
|
|
23270
|
-
.a-Table-table tr.a-Table-tr--3th.is-
|
|
23271
|
-
|
|
23429
|
+
.a-Table-table tr.a-Table-tr--3th.is-last .a-Table-divider3 {
|
|
23430
|
+
height: 50%;
|
|
23272
23431
|
}
|
|
23273
23432
|
.a-Table-table tr.a-Table-tr--3th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
23274
23433
|
height: 50%;
|
|
23275
23434
|
bottom: auto;
|
|
23276
23435
|
}
|
|
23277
23436
|
.a-Table-table tr.a-Table-tr--4th.is-expanded .a-Table-expandCell:before {
|
|
23278
|
-
|
|
23437
|
+
left: 4.8125rem;
|
|
23279
23438
|
}
|
|
23280
23439
|
.a-Table-table tr.a-Table-tr--4th .a-Table-expandBtn {
|
|
23281
23440
|
position: relative;
|
|
23282
|
-
|
|
23283
|
-
}
|
|
23284
|
-
.a-Table-table tr.a-Table-tr--4th .a-Table-expandCell + td {
|
|
23285
|
-
position: relative;
|
|
23286
|
-
padding-left: 3.375rem;
|
|
23441
|
+
left: 3.4375rem;
|
|
23287
23442
|
}
|
|
23288
|
-
.a-Table-table tr.a-Table-tr--4th .a-Table-
|
|
23289
|
-
|
|
23290
|
-
position: absolute;
|
|
23291
|
-
width: 0.0625rem;
|
|
23292
|
-
top: 0;
|
|
23293
|
-
bottom: 0;
|
|
23294
|
-
left: 1.75rem;
|
|
23295
|
-
height: auto;
|
|
23296
|
-
background: var(--Table-tree-borderColor);
|
|
23443
|
+
.a-Table-table tr.a-Table-tr--4th .a-Table-divider2 {
|
|
23444
|
+
left: 3.6875rem;
|
|
23297
23445
|
}
|
|
23298
|
-
.a-Table-table tr.a-Table-tr--4th .a-Table-
|
|
23299
|
-
|
|
23300
|
-
position: absolute;
|
|
23301
|
-
height: 0.0625rem;
|
|
23302
|
-
top: 50%;
|
|
23303
|
-
left: 1.75rem;
|
|
23304
|
-
width: 0.625rem;
|
|
23305
|
-
background: var(--Table-tree-borderColor);
|
|
23446
|
+
.a-Table-table tr.a-Table-tr--4th .a-Table-divider3 {
|
|
23447
|
+
left: 3.6875rem;
|
|
23306
23448
|
}
|
|
23307
|
-
.a-Table-table tr.a-Table-tr--4th.is-
|
|
23308
|
-
|
|
23449
|
+
.a-Table-table tr.a-Table-tr--4th.is-last .a-Table-divider3 {
|
|
23450
|
+
height: 50%;
|
|
23309
23451
|
}
|
|
23310
23452
|
.a-Table-table tr.a-Table-tr--4th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
23311
23453
|
height: 50%;
|
|
23312
23454
|
bottom: auto;
|
|
23313
23455
|
}
|
|
23314
23456
|
.a-Table-table tr.a-Table-tr--5th.is-expanded .a-Table-expandCell:before {
|
|
23315
|
-
|
|
23457
|
+
left: 5.9375rem;
|
|
23316
23458
|
}
|
|
23317
23459
|
.a-Table-table tr.a-Table-tr--5th .a-Table-expandBtn {
|
|
23318
23460
|
position: relative;
|
|
23319
|
-
|
|
23461
|
+
left: 4.5625rem;
|
|
23320
23462
|
}
|
|
23321
|
-
.a-Table-table tr.a-Table-tr--5th .a-Table-
|
|
23322
|
-
|
|
23323
|
-
padding-left: 4.5rem;
|
|
23463
|
+
.a-Table-table tr.a-Table-tr--5th .a-Table-divider2 {
|
|
23464
|
+
left: 4.8125rem;
|
|
23324
23465
|
}
|
|
23325
|
-
.a-Table-table tr.a-Table-tr--5th .a-Table-
|
|
23326
|
-
|
|
23327
|
-
position: absolute;
|
|
23328
|
-
width: 0.0625rem;
|
|
23329
|
-
top: 0;
|
|
23330
|
-
bottom: 0;
|
|
23331
|
-
left: 2.875rem;
|
|
23332
|
-
height: auto;
|
|
23333
|
-
background: var(--Table-tree-borderColor);
|
|
23466
|
+
.a-Table-table tr.a-Table-tr--5th .a-Table-divider3 {
|
|
23467
|
+
left: 4.8125rem;
|
|
23334
23468
|
}
|
|
23335
|
-
.a-Table-table tr.a-Table-tr--5th .a-Table-
|
|
23336
|
-
|
|
23337
|
-
position: absolute;
|
|
23338
|
-
height: 0.0625rem;
|
|
23339
|
-
top: 50%;
|
|
23340
|
-
left: 2.875rem;
|
|
23341
|
-
width: 0.625rem;
|
|
23342
|
-
background: var(--Table-tree-borderColor);
|
|
23343
|
-
}
|
|
23344
|
-
.a-Table-table tr.a-Table-tr--5th.is-expandable .a-Table-expandCell + td {
|
|
23345
|
-
padding-left: 4.5rem;
|
|
23469
|
+
.a-Table-table tr.a-Table-tr--5th.is-last .a-Table-divider3 {
|
|
23470
|
+
height: 50%;
|
|
23346
23471
|
}
|
|
23347
23472
|
.a-Table-table tr.a-Table-tr--5th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
23348
23473
|
height: 50%;
|
|
23349
23474
|
bottom: auto;
|
|
23350
23475
|
}
|
|
23351
23476
|
.a-Table-table tr.a-Table-tr--6th.is-expanded .a-Table-expandCell:before {
|
|
23352
|
-
|
|
23477
|
+
left: 7.0625rem;
|
|
23353
23478
|
}
|
|
23354
23479
|
.a-Table-table tr.a-Table-tr--6th .a-Table-expandBtn {
|
|
23355
23480
|
position: relative;
|
|
23356
|
-
|
|
23481
|
+
left: 5.6875rem;
|
|
23357
23482
|
}
|
|
23358
|
-
.a-Table-table tr.a-Table-tr--6th .a-Table-
|
|
23359
|
-
|
|
23360
|
-
padding-left: 5.625rem;
|
|
23483
|
+
.a-Table-table tr.a-Table-tr--6th .a-Table-divider2 {
|
|
23484
|
+
left: 5.9375rem;
|
|
23361
23485
|
}
|
|
23362
|
-
.a-Table-table tr.a-Table-tr--6th .a-Table-
|
|
23363
|
-
|
|
23364
|
-
position: absolute;
|
|
23365
|
-
width: 0.0625rem;
|
|
23366
|
-
top: 0;
|
|
23367
|
-
bottom: 0;
|
|
23368
|
-
left: 4rem;
|
|
23369
|
-
height: auto;
|
|
23370
|
-
background: var(--Table-tree-borderColor);
|
|
23371
|
-
}
|
|
23372
|
-
.a-Table-table tr.a-Table-tr--6th .a-Table-expandCell + td::after {
|
|
23373
|
-
content: "";
|
|
23374
|
-
position: absolute;
|
|
23375
|
-
height: 0.0625rem;
|
|
23376
|
-
top: 50%;
|
|
23377
|
-
left: 4rem;
|
|
23378
|
-
width: 0.625rem;
|
|
23379
|
-
background: var(--Table-tree-borderColor);
|
|
23486
|
+
.a-Table-table tr.a-Table-tr--6th .a-Table-divider3 {
|
|
23487
|
+
left: 5.9375rem;
|
|
23380
23488
|
}
|
|
23381
|
-
.a-Table-table tr.a-Table-tr--6th.is-
|
|
23382
|
-
|
|
23489
|
+
.a-Table-table tr.a-Table-tr--6th.is-last .a-Table-divider3 {
|
|
23490
|
+
height: 50%;
|
|
23383
23491
|
}
|
|
23384
23492
|
.a-Table-table tr.a-Table-tr--6th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
23385
23493
|
height: 50%;
|
|
23386
23494
|
bottom: auto;
|
|
23387
23495
|
}
|
|
23388
23496
|
.a-Table-table tr.a-Table-tr--7th.is-expanded .a-Table-expandCell:before {
|
|
23389
|
-
|
|
23497
|
+
left: 8.1875rem;
|
|
23390
23498
|
}
|
|
23391
23499
|
.a-Table-table tr.a-Table-tr--7th .a-Table-expandBtn {
|
|
23392
23500
|
position: relative;
|
|
23393
|
-
|
|
23501
|
+
left: 6.8125rem;
|
|
23394
23502
|
}
|
|
23395
|
-
.a-Table-table tr.a-Table-tr--7th .a-Table-
|
|
23396
|
-
|
|
23397
|
-
padding-left: 6.75rem;
|
|
23503
|
+
.a-Table-table tr.a-Table-tr--7th .a-Table-divider2 {
|
|
23504
|
+
left: 7.0625rem;
|
|
23398
23505
|
}
|
|
23399
|
-
.a-Table-table tr.a-Table-tr--7th .a-Table-
|
|
23400
|
-
|
|
23401
|
-
position: absolute;
|
|
23402
|
-
width: 0.0625rem;
|
|
23403
|
-
top: 0;
|
|
23404
|
-
bottom: 0;
|
|
23405
|
-
left: 5.125rem;
|
|
23406
|
-
height: auto;
|
|
23407
|
-
background: var(--Table-tree-borderColor);
|
|
23408
|
-
}
|
|
23409
|
-
.a-Table-table tr.a-Table-tr--7th .a-Table-expandCell + td::after {
|
|
23410
|
-
content: "";
|
|
23411
|
-
position: absolute;
|
|
23412
|
-
height: 0.0625rem;
|
|
23413
|
-
top: 50%;
|
|
23414
|
-
left: 5.125rem;
|
|
23415
|
-
width: 0.625rem;
|
|
23416
|
-
background: var(--Table-tree-borderColor);
|
|
23506
|
+
.a-Table-table tr.a-Table-tr--7th .a-Table-divider3 {
|
|
23507
|
+
left: 7.0625rem;
|
|
23417
23508
|
}
|
|
23418
|
-
.a-Table-table tr.a-Table-tr--7th.is-
|
|
23419
|
-
|
|
23509
|
+
.a-Table-table tr.a-Table-tr--7th.is-last .a-Table-divider3 {
|
|
23510
|
+
height: 50%;
|
|
23420
23511
|
}
|
|
23421
23512
|
.a-Table-table tr.a-Table-tr--7th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
23422
23513
|
height: 50%;
|
|
23423
23514
|
bottom: auto;
|
|
23424
23515
|
}
|
|
23425
23516
|
.a-Table-table tr.a-Table-tr--8th.is-expanded .a-Table-expandCell:before {
|
|
23426
|
-
|
|
23517
|
+
left: 9.3125rem;
|
|
23427
23518
|
}
|
|
23428
23519
|
.a-Table-table tr.a-Table-tr--8th .a-Table-expandBtn {
|
|
23429
23520
|
position: relative;
|
|
23430
|
-
|
|
23521
|
+
left: 7.9375rem;
|
|
23431
23522
|
}
|
|
23432
|
-
.a-Table-table tr.a-Table-tr--8th .a-Table-
|
|
23433
|
-
|
|
23434
|
-
padding-left: 7.875rem;
|
|
23523
|
+
.a-Table-table tr.a-Table-tr--8th .a-Table-divider2 {
|
|
23524
|
+
left: 8.1875rem;
|
|
23435
23525
|
}
|
|
23436
|
-
.a-Table-table tr.a-Table-tr--8th .a-Table-
|
|
23437
|
-
|
|
23438
|
-
position: absolute;
|
|
23439
|
-
width: 0.0625rem;
|
|
23440
|
-
top: 0;
|
|
23441
|
-
bottom: 0;
|
|
23442
|
-
left: 6.25rem;
|
|
23443
|
-
height: auto;
|
|
23444
|
-
background: var(--Table-tree-borderColor);
|
|
23445
|
-
}
|
|
23446
|
-
.a-Table-table tr.a-Table-tr--8th .a-Table-expandCell + td::after {
|
|
23447
|
-
content: "";
|
|
23448
|
-
position: absolute;
|
|
23449
|
-
height: 0.0625rem;
|
|
23450
|
-
top: 50%;
|
|
23451
|
-
left: 6.25rem;
|
|
23452
|
-
width: 0.625rem;
|
|
23453
|
-
background: var(--Table-tree-borderColor);
|
|
23526
|
+
.a-Table-table tr.a-Table-tr--8th .a-Table-divider3 {
|
|
23527
|
+
left: 8.1875rem;
|
|
23454
23528
|
}
|
|
23455
|
-
.a-Table-table tr.a-Table-tr--8th.is-
|
|
23456
|
-
|
|
23529
|
+
.a-Table-table tr.a-Table-tr--8th.is-last .a-Table-divider3 {
|
|
23530
|
+
height: 50%;
|
|
23457
23531
|
}
|
|
23458
23532
|
.a-Table-table tr.a-Table-tr--8th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
23459
23533
|
height: 50%;
|
|
23460
23534
|
bottom: auto;
|
|
23461
23535
|
}
|
|
23462
23536
|
.a-Table-table tr.a-Table-tr--9th.is-expanded .a-Table-expandCell:before {
|
|
23463
|
-
|
|
23537
|
+
left: 10.4375rem;
|
|
23464
23538
|
}
|
|
23465
23539
|
.a-Table-table tr.a-Table-tr--9th .a-Table-expandBtn {
|
|
23466
23540
|
position: relative;
|
|
23467
|
-
|
|
23541
|
+
left: 9.0625rem;
|
|
23468
23542
|
}
|
|
23469
|
-
.a-Table-table tr.a-Table-tr--9th .a-Table-
|
|
23470
|
-
|
|
23471
|
-
padding-left: 9rem;
|
|
23543
|
+
.a-Table-table tr.a-Table-tr--9th .a-Table-divider2 {
|
|
23544
|
+
left: 9.3125rem;
|
|
23472
23545
|
}
|
|
23473
|
-
.a-Table-table tr.a-Table-tr--9th .a-Table-
|
|
23474
|
-
|
|
23475
|
-
position: absolute;
|
|
23476
|
-
width: 0.0625rem;
|
|
23477
|
-
top: 0;
|
|
23478
|
-
bottom: 0;
|
|
23479
|
-
left: 7.375rem;
|
|
23480
|
-
height: auto;
|
|
23481
|
-
background: var(--Table-tree-borderColor);
|
|
23482
|
-
}
|
|
23483
|
-
.a-Table-table tr.a-Table-tr--9th .a-Table-expandCell + td::after {
|
|
23484
|
-
content: "";
|
|
23485
|
-
position: absolute;
|
|
23486
|
-
height: 0.0625rem;
|
|
23487
|
-
top: 50%;
|
|
23488
|
-
left: 7.375rem;
|
|
23489
|
-
width: 0.625rem;
|
|
23490
|
-
background: var(--Table-tree-borderColor);
|
|
23546
|
+
.a-Table-table tr.a-Table-tr--9th .a-Table-divider3 {
|
|
23547
|
+
left: 9.3125rem;
|
|
23491
23548
|
}
|
|
23492
|
-
.a-Table-table tr.a-Table-tr--9th.is-
|
|
23493
|
-
|
|
23549
|
+
.a-Table-table tr.a-Table-tr--9th.is-last .a-Table-divider3 {
|
|
23550
|
+
height: 50%;
|
|
23494
23551
|
}
|
|
23495
23552
|
.a-Table-table tr.a-Table-tr--9th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
23496
23553
|
height: 50%;
|
|
23497
23554
|
bottom: auto;
|
|
23498
23555
|
}
|
|
23499
23556
|
.a-Table-table tr.a-Table-tr--10th.is-expanded .a-Table-expandCell:before {
|
|
23500
|
-
|
|
23557
|
+
left: 11.5625rem;
|
|
23501
23558
|
}
|
|
23502
23559
|
.a-Table-table tr.a-Table-tr--10th .a-Table-expandBtn {
|
|
23503
23560
|
position: relative;
|
|
23504
|
-
|
|
23561
|
+
left: 10.1875rem;
|
|
23505
23562
|
}
|
|
23506
|
-
.a-Table-table tr.a-Table-tr--10th .a-Table-
|
|
23507
|
-
|
|
23508
|
-
padding-left: 10.125rem;
|
|
23563
|
+
.a-Table-table tr.a-Table-tr--10th .a-Table-divider2 {
|
|
23564
|
+
left: 10.4375rem;
|
|
23509
23565
|
}
|
|
23510
|
-
.a-Table-table tr.a-Table-tr--10th .a-Table-
|
|
23511
|
-
|
|
23512
|
-
position: absolute;
|
|
23513
|
-
width: 0.0625rem;
|
|
23514
|
-
top: 0;
|
|
23515
|
-
bottom: 0;
|
|
23516
|
-
left: 8.5rem;
|
|
23517
|
-
height: auto;
|
|
23518
|
-
background: var(--Table-tree-borderColor);
|
|
23519
|
-
}
|
|
23520
|
-
.a-Table-table tr.a-Table-tr--10th .a-Table-expandCell + td::after {
|
|
23521
|
-
content: "";
|
|
23522
|
-
position: absolute;
|
|
23523
|
-
height: 0.0625rem;
|
|
23524
|
-
top: 50%;
|
|
23525
|
-
left: 8.5rem;
|
|
23526
|
-
width: 0.625rem;
|
|
23527
|
-
background: var(--Table-tree-borderColor);
|
|
23566
|
+
.a-Table-table tr.a-Table-tr--10th .a-Table-divider3 {
|
|
23567
|
+
left: 10.4375rem;
|
|
23528
23568
|
}
|
|
23529
|
-
.a-Table-table tr.a-Table-tr--10th.is-
|
|
23530
|
-
|
|
23569
|
+
.a-Table-table tr.a-Table-tr--10th.is-last .a-Table-divider3 {
|
|
23570
|
+
height: 50%;
|
|
23531
23571
|
}
|
|
23532
23572
|
.a-Table-table tr.a-Table-tr--10th.is-last:not(.is-expanded) .a-Table-expandCell + td::before {
|
|
23533
23573
|
height: 50%;
|
|
@@ -23574,7 +23614,7 @@ input[type=button].a-Button--block {
|
|
|
23574
23614
|
bottom: 0;
|
|
23575
23615
|
height: 100%;
|
|
23576
23616
|
background: var(--Table-tree-borderColor);
|
|
23577
|
-
|
|
23617
|
+
left: 1.4375rem;
|
|
23578
23618
|
}
|
|
23579
23619
|
.a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-2 {
|
|
23580
23620
|
position: absolute;
|
|
@@ -23583,7 +23623,7 @@ input[type=button].a-Button--block {
|
|
|
23583
23623
|
bottom: 0;
|
|
23584
23624
|
height: 100%;
|
|
23585
23625
|
background: var(--Table-tree-borderColor);
|
|
23586
|
-
|
|
23626
|
+
left: 2.5625rem;
|
|
23587
23627
|
}
|
|
23588
23628
|
.a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-3 {
|
|
23589
23629
|
position: absolute;
|
|
@@ -23592,7 +23632,7 @@ input[type=button].a-Button--block {
|
|
|
23592
23632
|
bottom: 0;
|
|
23593
23633
|
height: 100%;
|
|
23594
23634
|
background: var(--Table-tree-borderColor);
|
|
23595
|
-
|
|
23635
|
+
left: 3.6875rem;
|
|
23596
23636
|
}
|
|
23597
23637
|
.a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-4 {
|
|
23598
23638
|
position: absolute;
|
|
@@ -23601,7 +23641,7 @@ input[type=button].a-Button--block {
|
|
|
23601
23641
|
bottom: 0;
|
|
23602
23642
|
height: 100%;
|
|
23603
23643
|
background: var(--Table-tree-borderColor);
|
|
23604
|
-
|
|
23644
|
+
left: 4.8125rem;
|
|
23605
23645
|
}
|
|
23606
23646
|
.a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-5 {
|
|
23607
23647
|
position: absolute;
|
|
@@ -23610,7 +23650,7 @@ input[type=button].a-Button--block {
|
|
|
23610
23650
|
bottom: 0;
|
|
23611
23651
|
height: 100%;
|
|
23612
23652
|
background: var(--Table-tree-borderColor);
|
|
23613
|
-
|
|
23653
|
+
left: 5.9375rem;
|
|
23614
23654
|
}
|
|
23615
23655
|
.a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-6 {
|
|
23616
23656
|
position: absolute;
|
|
@@ -23619,7 +23659,7 @@ input[type=button].a-Button--block {
|
|
|
23619
23659
|
bottom: 0;
|
|
23620
23660
|
height: 100%;
|
|
23621
23661
|
background: var(--Table-tree-borderColor);
|
|
23622
|
-
|
|
23662
|
+
left: 7.0625rem;
|
|
23623
23663
|
}
|
|
23624
23664
|
.a-Table-table > tbody > tr > td.a-Table-expandCell .a-Table-divider-7 {
|
|
23625
23665
|
position: absolute;
|
|
@@ -23628,7 +23668,7 @@ input[type=button].a-Button--block {
|
|
|
23628
23668
|
bottom: 0;
|
|
23629
23669
|
height: 100%;
|
|
23630
23670
|
background: var(--Table-tree-borderColor);
|
|
23631
|
-
|
|
23671
|
+
left: 8.1875rem;
|
|
23632
23672
|
}
|
|
23633
23673
|
.a-Table-table > tbody > tr.is-expanded > td.a-Table-expandCell::before {
|
|
23634
23674
|
content: "";
|
|
@@ -23636,7 +23676,7 @@ input[type=button].a-Button--block {
|
|
|
23636
23676
|
width: 0.0625rem;
|
|
23637
23677
|
top: 50%;
|
|
23638
23678
|
bottom: 0;
|
|
23639
|
-
|
|
23679
|
+
left: 1.4375rem;
|
|
23640
23680
|
height: auto;
|
|
23641
23681
|
background: var(--Table-tree-borderColor);
|
|
23642
23682
|
}
|
|
@@ -23645,6 +23685,14 @@ input[type=button].a-Button--block {
|
|
|
23645
23685
|
.a-Table-table > thead > tr > th.a-TableCell--filterable > .a-TableCell--title {
|
|
23646
23686
|
display: inline-block;
|
|
23647
23687
|
}
|
|
23688
|
+
.a-Table.is-mobile .a-Table-table > tbody > tr:hover, .a-Table.is-mobile .a-Table-table > tbody > tr.is-hovered {
|
|
23689
|
+
background: var(--Table-bg);
|
|
23690
|
+
border-color: var(--Table-borderColor);
|
|
23691
|
+
color: var(--Table-color);
|
|
23692
|
+
}
|
|
23693
|
+
.a-Table.is-mobile .a-Table-table > tbody > tr:hover + tr, .a-Table.is-mobile .a-Table-table > tbody > tr.is-hovered + tr {
|
|
23694
|
+
border-color: var(--Table-borderColor);
|
|
23695
|
+
}
|
|
23648
23696
|
.a-TableCell-sortBtn, .a-TableCell-searchBtn, .a-TableCell-filterBtn {
|
|
23649
23697
|
display: inline-block;
|
|
23650
23698
|
vertical-align: top;
|
|
@@ -23883,10 +23931,7 @@ input[type=button].a-Button--block {
|
|
|
23883
23931
|
.a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table thead {
|
|
23884
23932
|
position: sticky;
|
|
23885
23933
|
top: 0;
|
|
23886
|
-
z-index:
|
|
23887
|
-
}
|
|
23888
|
-
.a-Table--autoFillHeight > .a-Table-fixedTop {
|
|
23889
|
-
display: none;
|
|
23934
|
+
z-index: 21;
|
|
23890
23935
|
}
|
|
23891
23936
|
.a-Table--autoFillHeight > .a-Table-footToolbar {
|
|
23892
23937
|
margin-bottom: 0;
|
|
@@ -23898,6 +23943,10 @@ input[type=button].a-Button--block {
|
|
|
23898
23943
|
display: inline-flex;
|
|
23899
23944
|
cursor: pointer;
|
|
23900
23945
|
}
|
|
23946
|
+
.a-Table-SFToggler:hover {
|
|
23947
|
+
color: var(--link-color);
|
|
23948
|
+
font-size: var(--Button--sm-fontSize);
|
|
23949
|
+
}
|
|
23901
23950
|
.a-Table-SFToggler-arrow {
|
|
23902
23951
|
width: var(--gap-md);
|
|
23903
23952
|
text-align: center;
|
|
@@ -25230,15 +25279,15 @@ input[type=button].a-Button--block {
|
|
|
25230
25279
|
margin-left: var(--DropDown-caret-marginLeft);
|
|
25231
25280
|
display: inline-block;
|
|
25232
25281
|
vertical-align: top;
|
|
25233
|
-
transition: transform var(--animation-duration) ease;
|
|
25234
25282
|
}
|
|
25235
25283
|
.a-ColumnToggler-caret > svg {
|
|
25236
25284
|
width: 0.625rem;
|
|
25237
25285
|
height: 0.625rem;
|
|
25238
|
-
|
|
25286
|
+
transition: transform var(--animation-duration) ease;
|
|
25287
|
+
transform: rotate(90deg);
|
|
25239
25288
|
}
|
|
25240
|
-
.a-ColumnToggler.is-opened .a-ColumnToggler-caret {
|
|
25241
|
-
transform: rotate(
|
|
25289
|
+
.a-ColumnToggler.is-opened .a-ColumnToggler-caret svg {
|
|
25290
|
+
transform: rotate(270deg);
|
|
25242
25291
|
}
|
|
25243
25292
|
.a-ColumnToggler.is-actived > .a-Button {
|
|
25244
25293
|
color: var(--link-color);
|
|
@@ -25282,10 +25331,6 @@ input[type=button].a-Button--block {
|
|
|
25282
25331
|
text-decoration: var(--link-decoration);
|
|
25283
25332
|
background: var(--table-togglable-bg-color);
|
|
25284
25333
|
}
|
|
25285
|
-
.a-ColumnToggler-menuItem:hover, .a-ColumnToggler-menu > li:hover {
|
|
25286
|
-
background: var(--table-togglable-hover-bg-color);
|
|
25287
|
-
color: var(--DropDown-menuItem-onHover-color);
|
|
25288
|
-
}
|
|
25289
25334
|
.a-ColumnToggler-menuItem.is-active, .a-ColumnToggler-menu > li.is-active {
|
|
25290
25335
|
color: var(--DropDown-menuItem-onActive-color);
|
|
25291
25336
|
}
|
|
@@ -25304,6 +25349,10 @@ input[type=button].a-Button--block {
|
|
|
25304
25349
|
background: var(--DropDown-menu-borderColor);
|
|
25305
25350
|
padding: 0;
|
|
25306
25351
|
}
|
|
25352
|
+
.a-ColumnToggler-menu:not(.is-mobile) > li:hover {
|
|
25353
|
+
background: var(--table-togglable-hover-bg-color);
|
|
25354
|
+
color: var(--DropDown-menuItem-onHover-color);
|
|
25355
|
+
}
|
|
25307
25356
|
.a-ColumnToggler-menu > li a {
|
|
25308
25357
|
color: inherit;
|
|
25309
25358
|
display: block;
|
|
@@ -25478,16 +25527,9 @@ input[type=button].a-Button--block {
|
|
|
25478
25527
|
padding: var(--gap-xs) 0;
|
|
25479
25528
|
}
|
|
25480
25529
|
.a-List-fixedTop {
|
|
25481
|
-
position:
|
|
25530
|
+
position: sticky;
|
|
25482
25531
|
background: var(--white);
|
|
25483
|
-
z-index:
|
|
25484
|
-
opacity: 0;
|
|
25485
|
-
box-shadow: var(--List-fixedTop-boxShadow);
|
|
25486
|
-
}
|
|
25487
|
-
.a-List-fixedTop.in {
|
|
25488
|
-
position: fixed;
|
|
25489
|
-
opacity: 1;
|
|
25490
|
-
z-index: 900;
|
|
25532
|
+
z-index: 1100;
|
|
25491
25533
|
}
|
|
25492
25534
|
.a-List-fixedTop .a-Cards-toolbar {
|
|
25493
25535
|
margin-bottom: 0;
|
|
@@ -25676,17 +25718,10 @@ input[type=button].a-Button--block {
|
|
|
25676
25718
|
padding-top: 0;
|
|
25677
25719
|
}
|
|
25678
25720
|
.a-Cards-fixedTop {
|
|
25679
|
-
position:
|
|
25721
|
+
position: sticky;
|
|
25680
25722
|
background: var(--white);
|
|
25681
|
-
z-index: -1;
|
|
25682
|
-
opacity: 0;
|
|
25683
|
-
box-shadow: var(--Cards-fixedTop-boxShadow);
|
|
25684
25723
|
padding: var(--gap-sm);
|
|
25685
|
-
|
|
25686
|
-
.a-Cards-fixedTop.in {
|
|
25687
|
-
position: fixed;
|
|
25688
|
-
opacity: 1;
|
|
25689
|
-
z-index: 900;
|
|
25724
|
+
z-index: 1100;
|
|
25690
25725
|
}
|
|
25691
25726
|
.a-Cards-fixedTop .a-Cards-toolbar {
|
|
25692
25727
|
margin-bottom: 0;
|
|
@@ -26257,6 +26292,7 @@ input[type=button].a-Button--block {
|
|
|
26257
26292
|
align-items: center;
|
|
26258
26293
|
color: var(--text-color);
|
|
26259
26294
|
font-size: var(--fontSizeXs);
|
|
26295
|
+
min-width: 50px;
|
|
26260
26296
|
}
|
|
26261
26297
|
.a-Progress-line {
|
|
26262
26298
|
display: inline-block;
|
|
@@ -27315,7 +27351,6 @@ input[type=button].a-Button--block {
|
|
|
27315
27351
|
border: none;
|
|
27316
27352
|
color: var(--Form-input-color);
|
|
27317
27353
|
width: 100%;
|
|
27318
|
-
height: var(--Form-input-lineHeight);
|
|
27319
27354
|
}
|
|
27320
27355
|
.a-InputBox input::-moz-placeholder {
|
|
27321
27356
|
color: var(--Form-input-placeholderColor);
|
|
@@ -27401,6 +27436,7 @@ input[type=button].a-Button--block {
|
|
|
27401
27436
|
margin: 5px;
|
|
27402
27437
|
display: flex;
|
|
27403
27438
|
color: var(--Form-select-caret-iconColor);
|
|
27439
|
+
transform: rotate(90deg);
|
|
27404
27440
|
}
|
|
27405
27441
|
.a-InputBox-caret:hover {
|
|
27406
27442
|
color: var(--Form-select-caret-onHover-iconColor);
|
|
@@ -27411,7 +27447,24 @@ input[type=button].a-Button--block {
|
|
|
27411
27447
|
top: 0;
|
|
27412
27448
|
}
|
|
27413
27449
|
.a-InputBox.is-active .a-InputBox-caret {
|
|
27414
|
-
transform: rotate(
|
|
27450
|
+
transform: rotate(270deg);
|
|
27451
|
+
}
|
|
27452
|
+
.a-InputBox.is-mobile {
|
|
27453
|
+
border: none;
|
|
27454
|
+
border-radius: 0;
|
|
27455
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
27456
|
+
}
|
|
27457
|
+
.a-InputBox.is-mobile.is-error, .is-error > .a-InputBox.is-mobile {
|
|
27458
|
+
border-bottom-color: var(--Form-input-onError-borderColor);
|
|
27459
|
+
}
|
|
27460
|
+
.a-InputBox.is-mobile.is-focused {
|
|
27461
|
+
border-bottom-color: var(--Form-input-onFocused-borderColor);
|
|
27462
|
+
}
|
|
27463
|
+
.a-InputBox.is-mobile.is-error.is-focused {
|
|
27464
|
+
border-bottom-color: var(--Form-input-onError-borderColor);
|
|
27465
|
+
}
|
|
27466
|
+
.a-InputBox.is-mobile.is-disabled {
|
|
27467
|
+
border-bottom-color: var(--Form-input-onDisabled-borderColor);
|
|
27415
27468
|
}
|
|
27416
27469
|
.a-JSONSchemaMember {
|
|
27417
27470
|
display: flex;
|
|
@@ -27437,6 +27490,18 @@ input[type=button].a-Button--block {
|
|
|
27437
27490
|
align-items: center;
|
|
27438
27491
|
color: var(--Form-input-color);
|
|
27439
27492
|
}
|
|
27493
|
+
.a-JSONSchemaMember-key.is-mobile > span {
|
|
27494
|
+
border-radius: 0;
|
|
27495
|
+
border: none;
|
|
27496
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
27497
|
+
}
|
|
27498
|
+
.a-JSONSchemaMember-key.is-mobile .a-InputBox {
|
|
27499
|
+
height: 100%;
|
|
27500
|
+
line-height: 1;
|
|
27501
|
+
}
|
|
27502
|
+
.a-JSONSchemaMember-key.is-mobile .a-InputBox > .a-InputBox-caret svg {
|
|
27503
|
+
top: 0.125em;
|
|
27504
|
+
}
|
|
27440
27505
|
.a-JSONSchemaMember-value {
|
|
27441
27506
|
flex: 1;
|
|
27442
27507
|
margin-left: auto;
|
|
@@ -27464,6 +27529,7 @@ input[type=button].a-Button--block {
|
|
|
27464
27529
|
transition: transform var(--animation-duration);
|
|
27465
27530
|
color: var(--icon-color);
|
|
27466
27531
|
margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
|
|
27532
|
+
transform: rotate(90deg);
|
|
27467
27533
|
}
|
|
27468
27534
|
.a-JSONSchemaObject-caret > svg {
|
|
27469
27535
|
width: 10px;
|
|
@@ -27471,7 +27537,7 @@ input[type=button].a-Button--block {
|
|
|
27471
27537
|
top: 0;
|
|
27472
27538
|
}
|
|
27473
27539
|
.a-JSONSchemaObject-caret.is-collapsed {
|
|
27474
|
-
transform: rotate(
|
|
27540
|
+
transform: rotate(0deg);
|
|
27475
27541
|
}
|
|
27476
27542
|
.a-JSONSchemaObject.is-expanded {
|
|
27477
27543
|
position: relative;
|
|
@@ -27517,6 +27583,10 @@ input[type=button].a-Button--block {
|
|
|
27517
27583
|
left: -33px;
|
|
27518
27584
|
border-top: dashed 1px var(--icon-color);
|
|
27519
27585
|
}
|
|
27586
|
+
.a-JSONSchemaObject.is-mobile .a-Number {
|
|
27587
|
+
border-radius: 0;
|
|
27588
|
+
border-bottom: var(--Number-borderWidth) solid var(--Form-input-borderColor);
|
|
27589
|
+
}
|
|
27520
27590
|
.a-SchemaEditorProps {
|
|
27521
27591
|
width: 100%;
|
|
27522
27592
|
}
|
|
@@ -27599,6 +27669,7 @@ input[type=button].a-Button--block {
|
|
|
27599
27669
|
transition: transform var(--animation-duration);
|
|
27600
27670
|
color: var(--icon-color);
|
|
27601
27671
|
margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
|
|
27672
|
+
transform: rotate(90deg);
|
|
27602
27673
|
}
|
|
27603
27674
|
.a-SchemaEditor-caret > svg {
|
|
27604
27675
|
width: 10px;
|
|
@@ -27606,7 +27677,7 @@ input[type=button].a-Button--block {
|
|
|
27606
27677
|
top: 0;
|
|
27607
27678
|
}
|
|
27608
27679
|
.a-SchemaEditor-caret.is-collapsed {
|
|
27609
|
-
transform: rotate(
|
|
27680
|
+
transform: rotate(0deg);
|
|
27610
27681
|
}
|
|
27611
27682
|
.a-SchemaEditor-required {
|
|
27612
27683
|
padding-top: 4px;
|
|
@@ -27654,7 +27725,6 @@ input[type=button].a-Button--block {
|
|
|
27654
27725
|
border: none;
|
|
27655
27726
|
color: var(--Form-input-color);
|
|
27656
27727
|
width: 100%;
|
|
27657
|
-
height: var(--Form-input-lineHeight);
|
|
27658
27728
|
}
|
|
27659
27729
|
.a-ResultBox input::-moz-placeholder {
|
|
27660
27730
|
color: var(--Form-input-placeholderColor);
|
|
@@ -27900,6 +27970,9 @@ input[type=button].a-Button--block {
|
|
|
27900
27970
|
border: none;
|
|
27901
27971
|
justify-content: flex-end;
|
|
27902
27972
|
}
|
|
27973
|
+
.a-ResultBox.is-mobile.is-focused, .a-ResultBox.is-mobile:hover {
|
|
27974
|
+
border: none !important;
|
|
27975
|
+
}
|
|
27903
27976
|
.a-ResultBox.is-mobile .a-ResultBox-clear {
|
|
27904
27977
|
padding: var(--Form-input-clearBtn-padding);
|
|
27905
27978
|
cursor: pointer;
|
|
@@ -27994,6 +28067,9 @@ input[type=button].a-Button--block {
|
|
|
27994
28067
|
cursor: pointer;
|
|
27995
28068
|
color: var(--SearchBox-search-icon-color);
|
|
27996
28069
|
}
|
|
28070
|
+
.a-SearchBox-activeBtn svg, .a-SearchBox-searchBtn svg, .a-SearchBox-cancelBtn svg {
|
|
28071
|
+
top: 1px;
|
|
28072
|
+
}
|
|
27997
28073
|
.a-SearchBox-activeBtn:hover, .a-SearchBox-searchBtn:hover, .a-SearchBox-cancelBtn:hover {
|
|
27998
28074
|
color: var(--icon-onHover-color);
|
|
27999
28075
|
}
|
|
@@ -28050,6 +28126,9 @@ input[type=button].a-Button--block {
|
|
|
28050
28126
|
color: var(--SearchBox-enhonce-icon-color);
|
|
28051
28127
|
background: var(--SearchBox-hover-color);
|
|
28052
28128
|
}
|
|
28129
|
+
.a-SearchBox--enhance.is-active .a-SearchBox-searchBtn svg {
|
|
28130
|
+
top: 0;
|
|
28131
|
+
}
|
|
28053
28132
|
.a-SearchBox--enhance.is-active .a-SearchBox-searchBtn:hover {
|
|
28054
28133
|
background: var(--button-primary-hover-bg-color);
|
|
28055
28134
|
}
|
|
@@ -28060,6 +28139,11 @@ input[type=button].a-Button--block {
|
|
|
28060
28139
|
background: var(--SearchBox-enhonce-disabled-color);
|
|
28061
28140
|
color: var(--SearchBox-enhonce-disabled-search-color);
|
|
28062
28141
|
}
|
|
28142
|
+
.a-SearchBox.is-mobile {
|
|
28143
|
+
border-radius: 0;
|
|
28144
|
+
border: none;
|
|
28145
|
+
border-bottom: var(--borderWidth) solid var(--borderColor);
|
|
28146
|
+
}
|
|
28063
28147
|
.a-SearchBox-history > .is-history {
|
|
28064
28148
|
width: 100%;
|
|
28065
28149
|
}
|
|
@@ -28200,6 +28284,39 @@ input[type=button].a-Button--block {
|
|
|
28200
28284
|
cursor: pointer;
|
|
28201
28285
|
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28202
28286
|
}
|
|
28287
|
+
.a-ListMenu.is-mobile {
|
|
28288
|
+
display: flex;
|
|
28289
|
+
flex-wrap: wrap;
|
|
28290
|
+
}
|
|
28291
|
+
.a-ListMenu.is-mobile .a-ListMenu-item {
|
|
28292
|
+
width: calc((100vw - var(--ListMenu-item-mobile-margin) * 7) / 3);
|
|
28293
|
+
display: inline-flex;
|
|
28294
|
+
background: var(--ListMenu-item-mobile-bg);
|
|
28295
|
+
margin: var(--ListMenu-item-mobile-margin);
|
|
28296
|
+
}
|
|
28297
|
+
.a-ListMenu.is-mobile .a-ListMenu-item.is-active {
|
|
28298
|
+
background: var(--ListMenu-item-mobile-active-bg);
|
|
28299
|
+
}
|
|
28300
|
+
.a-ListMenu.is-mobile .a-ListMenu-item .a-ListMenu-itemLabel {
|
|
28301
|
+
white-space: nowrap;
|
|
28302
|
+
overflow: hidden;
|
|
28303
|
+
text-overflow: ellipsis;
|
|
28304
|
+
}
|
|
28305
|
+
.a-ListMenu-add-wrap {
|
|
28306
|
+
display: flex;
|
|
28307
|
+
align-items: center;
|
|
28308
|
+
margin: var(--ListMenu-item-mobile-margin);
|
|
28309
|
+
text-align: left;
|
|
28310
|
+
}
|
|
28311
|
+
.a-ListMenu-add-wrap .a-ResultBox {
|
|
28312
|
+
width: 100%;
|
|
28313
|
+
}
|
|
28314
|
+
.a-ListMenu-add-wrap input {
|
|
28315
|
+
width: 100%;
|
|
28316
|
+
padding: var(--Form-item-mobile-gap) 0;
|
|
28317
|
+
border-bottom: 1px solid var(--borderColor);
|
|
28318
|
+
border-radius: 0;
|
|
28319
|
+
}
|
|
28203
28320
|
.a-PopOver > .a-ListMenu {
|
|
28204
28321
|
border-color: var(--listMenu--onActive-borderColor);
|
|
28205
28322
|
}
|
|
@@ -28384,8 +28501,8 @@ input[type=button].a-Button--block {
|
|
|
28384
28501
|
text-align: center;
|
|
28385
28502
|
}
|
|
28386
28503
|
.a-Steps .a-StepsItem-containerIcon .a-StepsItem-icon .icon {
|
|
28387
|
-
width: 0.
|
|
28388
|
-
height: 0.
|
|
28504
|
+
width: 0.75rem;
|
|
28505
|
+
height: 0.75rem;
|
|
28389
28506
|
position: relative;
|
|
28390
28507
|
top: 0;
|
|
28391
28508
|
}
|
|
@@ -28861,6 +28978,9 @@ fieldset.a-Collapse--lg > legend, fieldset.a-Collapse--md > legend, fieldset.a-C
|
|
|
28861
28978
|
background: var(--Fieldset-legend-bgColor);
|
|
28862
28979
|
border-left: 0 !important;
|
|
28863
28980
|
}
|
|
28981
|
+
fieldset.a-Collapse--lg > legend.a-Collapse-header.is-mobile, fieldset.a-Collapse--md > legend.a-Collapse-header.is-mobile, fieldset.a-Collapse--base > legend.a-Collapse-header.is-mobile, fieldset.a-Collapse--sm > legend.a-Collapse-header.is-mobile, fieldset.a-Collapse--xs > legend.a-Collapse-header.is-mobile {
|
|
28982
|
+
position: absolute;
|
|
28983
|
+
}
|
|
28864
28984
|
fieldset.a-Collapse--lg .collapse, fieldset.a-Collapse--md .collapse, fieldset.a-Collapse--base .collapse, fieldset.a-Collapse--sm .collapse, fieldset.a-Collapse--xs .collapse {
|
|
28865
28985
|
position: relative;
|
|
28866
28986
|
}
|
|
@@ -28973,6 +29093,13 @@ fieldset.a-Collapse--lg > legend:hover {
|
|
|
28973
29093
|
fieldset.a-Collapse--lg:after {
|
|
28974
29094
|
top: calc(var(--fieldSet-size-lg-fontSize) / 2);
|
|
28975
29095
|
}
|
|
29096
|
+
fieldset.a-Collapse .a-Collapse-header.is-mobile {
|
|
29097
|
+
padding-left: var(--gap-xs) !important;
|
|
29098
|
+
padding-right: 1.125rem;
|
|
29099
|
+
}
|
|
29100
|
+
fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
29101
|
+
background: var(--white);
|
|
29102
|
+
}
|
|
28976
29103
|
.a-Form-groupColumn {
|
|
28977
29104
|
margin-bottom: var(--gap-sm);
|
|
28978
29105
|
}
|
|
@@ -29231,6 +29358,9 @@ fieldset.a-Collapse--lg:after {
|
|
|
29231
29358
|
.a-InputGroup .a-Form-static {
|
|
29232
29359
|
margin-right: var(--gap-xs);
|
|
29233
29360
|
}
|
|
29361
|
+
.a-InputGroup.is-mobile .a-Form-control {
|
|
29362
|
+
display: inline-flex;
|
|
29363
|
+
}
|
|
29234
29364
|
.a-InputGroup:not(.is-inline) {
|
|
29235
29365
|
display: flex;
|
|
29236
29366
|
}
|
|
@@ -29270,7 +29400,6 @@ fieldset.a-Collapse--lg:after {
|
|
|
29270
29400
|
border: none;
|
|
29271
29401
|
color: var(--Form-input-color);
|
|
29272
29402
|
width: 100%;
|
|
29273
|
-
height: var(--Form-input-lineHeight);
|
|
29274
29403
|
}
|
|
29275
29404
|
.a-TextControl-input input::-moz-placeholder {
|
|
29276
29405
|
color: var(--Form-input-placeholderColor);
|
|
@@ -29528,16 +29657,14 @@ fieldset.a-Collapse--lg:after {
|
|
|
29528
29657
|
.a-TextControl-input--withAC input {
|
|
29529
29658
|
width: auto;
|
|
29530
29659
|
}
|
|
29531
|
-
.a-TextControl-
|
|
29532
|
-
|
|
29660
|
+
.a-TextControl-popover {
|
|
29661
|
+
margin-top: 0.25rem;
|
|
29533
29662
|
background: var(--Form-select-menu-bg);
|
|
29534
29663
|
color: var(--Form-select-menu-color);
|
|
29535
29664
|
border-radius: 0.125rem;
|
|
29536
29665
|
box-shadow: var(--menu-box-shadow);
|
|
29537
|
-
|
|
29538
|
-
|
|
29539
|
-
top: calc(100% + 0.25rem);
|
|
29540
|
-
z-index: 10;
|
|
29666
|
+
}
|
|
29667
|
+
.a-TextControl-sugs {
|
|
29541
29668
|
max-height: 18.75rem;
|
|
29542
29669
|
overflow: auto;
|
|
29543
29670
|
}
|
|
@@ -29709,7 +29836,6 @@ input.a-TextControl-input-password {
|
|
|
29709
29836
|
border: none;
|
|
29710
29837
|
color: var(--Form-input-color);
|
|
29711
29838
|
width: 100%;
|
|
29712
|
-
height: var(--Form-input-lineHeight);
|
|
29713
29839
|
}
|
|
29714
29840
|
.a-TextareaControl-input input::-moz-placeholder {
|
|
29715
29841
|
color: var(--Form-input-placeholderColor);
|
|
@@ -29924,6 +30050,9 @@ input.a-TextControl-input-password {
|
|
|
29924
30050
|
transform-origin: 50% 50%;
|
|
29925
30051
|
transform: translate(-50%, -50%);
|
|
29926
30052
|
}
|
|
30053
|
+
.a-Checkbox.is-mobile > i + span {
|
|
30054
|
+
vertical-align: middle;
|
|
30055
|
+
}
|
|
29927
30056
|
.a-Checkbox:hover > i + span > a {
|
|
29928
30057
|
display: inline-block;
|
|
29929
30058
|
}
|
|
@@ -30101,6 +30230,9 @@ input.a-TextControl-input-password {
|
|
|
30101
30230
|
border-radius: calc(var(--Checkbox-borderRadius) * 2);
|
|
30102
30231
|
min-width: var(--Checkbox-button-min-width);
|
|
30103
30232
|
}
|
|
30233
|
+
.a-Checkbox--button.a-Checkbox--checkbox > span {
|
|
30234
|
+
line-height: var(--Checkbox-button-line-height);
|
|
30235
|
+
}
|
|
30104
30236
|
.a-Checkbox--button.a-Checkbox--checkbox:hover:not(:disabled) {
|
|
30105
30237
|
color: var(--Checkbox-onHover-color);
|
|
30106
30238
|
border-color: var(--Checkbox-onHover-color);
|
|
@@ -30516,13 +30648,22 @@ input.a-TextControl-input-password {
|
|
|
30516
30648
|
color: var(--Form-select-menu-onHover-color);
|
|
30517
30649
|
background: var(--Form-select-menu-onHover-bg);
|
|
30518
30650
|
}
|
|
30651
|
+
.a-TreeSelection.is-scrollable {
|
|
30652
|
+
max-height: 18.75rem;
|
|
30653
|
+
height: 100%;
|
|
30654
|
+
overflow: auto;
|
|
30655
|
+
-webkit-user-select: none;
|
|
30656
|
+
-moz-user-select: none;
|
|
30657
|
+
user-select: none;
|
|
30658
|
+
padding: var(--gap-xs) 0;
|
|
30659
|
+
}
|
|
30519
30660
|
.a-TreeSelection .a-Table-expandBtn {
|
|
30520
30661
|
color: var(--icon-color);
|
|
30521
30662
|
margin-right: var(--gap-xs);
|
|
30522
30663
|
}
|
|
30523
30664
|
.a-TreeSelection-sublist {
|
|
30524
30665
|
position: relative;
|
|
30525
|
-
margin: 0 0 0
|
|
30666
|
+
margin: 0 0 0 1.875rem;
|
|
30526
30667
|
display: none;
|
|
30527
30668
|
}
|
|
30528
30669
|
.a-TreeSelection-item {
|
|
@@ -30567,9 +30708,6 @@ input.a-TextControl-input-password {
|
|
|
30567
30708
|
pointer-events: none;
|
|
30568
30709
|
color: var(--text--muted-color);
|
|
30569
30710
|
}
|
|
30570
|
-
.a-TreeSelection-itemInner .a-TreeSelection-itemLabel {
|
|
30571
|
-
margin-left: var(--gap-xs);
|
|
30572
|
-
}
|
|
30573
30711
|
.a-TreeSelection-itemLabel {
|
|
30574
30712
|
flex-grow: 1;
|
|
30575
30713
|
}
|
|
@@ -30711,6 +30849,36 @@ input.a-TextControl-input-password {
|
|
|
30711
30849
|
float: right;
|
|
30712
30850
|
cursor: pointer;
|
|
30713
30851
|
}
|
|
30852
|
+
.a-ChainedDropdownSelection {
|
|
30853
|
+
display: inline-block;
|
|
30854
|
+
}
|
|
30855
|
+
.a-ChainedDropdownSelection-item {
|
|
30856
|
+
display: inline-block;
|
|
30857
|
+
}
|
|
30858
|
+
.a-DropDownSelection {
|
|
30859
|
+
position: relative;
|
|
30860
|
+
display: inline-block;
|
|
30861
|
+
margin: 0.1875rem;
|
|
30862
|
+
vertical-align: middle;
|
|
30863
|
+
}
|
|
30864
|
+
.a-DropDownSelection-caret {
|
|
30865
|
+
transition: transform var(--animation-duration) ease-out;
|
|
30866
|
+
margin: 5px;
|
|
30867
|
+
display: flex;
|
|
30868
|
+
color: var(--Form-select-caret-iconColor);
|
|
30869
|
+
}
|
|
30870
|
+
.a-DropDownSelection-caret:hover {
|
|
30871
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
|
30872
|
+
}
|
|
30873
|
+
.a-DropDownSelection-caret > svg {
|
|
30874
|
+
width: 0.625rem;
|
|
30875
|
+
height: 0.625rem;
|
|
30876
|
+
top: 0;
|
|
30877
|
+
transform: rotate(90deg);
|
|
30878
|
+
}
|
|
30879
|
+
.a-DropDownSelection-input.is-active .a-DropDownSelection-caret {
|
|
30880
|
+
transform: rotate(180deg);
|
|
30881
|
+
}
|
|
30714
30882
|
.a-CityPicker .a-Select {
|
|
30715
30883
|
margin-right: var(--gap-xs);
|
|
30716
30884
|
margin-bottom: var(--gap-xs);
|
|
@@ -30744,6 +30912,7 @@ input.a-TextControl-input-password {
|
|
|
30744
30912
|
display: inline-block;
|
|
30745
30913
|
}
|
|
30746
30914
|
.a-CityArea {
|
|
30915
|
+
flex: 1;
|
|
30747
30916
|
text-align: right;
|
|
30748
30917
|
}
|
|
30749
30918
|
.a-CityArea-popup {
|
|
@@ -30760,6 +30929,9 @@ input.a-TextControl-input-password {
|
|
|
30760
30929
|
font-size: var(--Form-input-fontSize);
|
|
30761
30930
|
display: inline-flex !important;
|
|
30762
30931
|
}
|
|
30932
|
+
.a-CityArea-Input.is-focused, .a-CityArea-Input:hover {
|
|
30933
|
+
border: none !important;
|
|
30934
|
+
}
|
|
30763
30935
|
.a-CityArea-Input::-moz-placeholder {
|
|
30764
30936
|
color: var(--Form-input-placeholderColor);
|
|
30765
30937
|
-moz-user-select: none;
|
|
@@ -30947,6 +31119,12 @@ input.a-TextControl-input-password {
|
|
|
30947
31119
|
background: var(--inputNumber-base-active-bg-color);
|
|
30948
31120
|
box-shadow: var(--inputNumber-base-active-shadow);
|
|
30949
31121
|
}
|
|
31122
|
+
.a-Number.is-mobile {
|
|
31123
|
+
border: none;
|
|
31124
|
+
}
|
|
31125
|
+
.a-Number.is-mobile-focused {
|
|
31126
|
+
border: none;
|
|
31127
|
+
}
|
|
30950
31128
|
.a-Number-disabled {
|
|
30951
31129
|
border-width: var(--inputNumber-base-disabled-top-border-width) var(--inputNumber-base-disabled-right-border-width) var(--inputNumber-base-disabled-bottom-border-width) var(--inputNumber-base-disabled-left-border-width);
|
|
30952
31130
|
border-style: var(--inputNumber-base-disabled-top-border-style) var(--inputNumber-base-disabled-right-border-style) var(--inputNumber-base-disabled-bottom-border-style) var(--inputNumber-base-disabled-left-border-style);
|
|
@@ -31374,11 +31552,17 @@ input.a-TextControl-input-password {
|
|
|
31374
31552
|
.a-Select .a-PopOver.a-Select-popover {
|
|
31375
31553
|
margin-top: 0.25rem;
|
|
31376
31554
|
}
|
|
31555
|
+
.a-Select .a-PopOver.a-Select-popover .a-Select-menu .a-Checkbox span {
|
|
31556
|
+
line-height: var(--select-base-default-option-line-height);
|
|
31557
|
+
height: var(--select-base-default-option-line-height);
|
|
31558
|
+
}
|
|
31377
31559
|
.a-Select .a-PopOver.a-Select-popover .a-Select-menu .a-Select-option {
|
|
31378
31560
|
line-height: var(--select-base-default-option-line-height);
|
|
31561
|
+
height: var(--select-base-default-option-line-height);
|
|
31379
31562
|
}
|
|
31380
31563
|
.a-Select .a-PopOver.a-Select-popover .a-Select-menu .a-Select-addBtn {
|
|
31381
31564
|
line-height: var(--select-base-default-option-line-height);
|
|
31565
|
+
height: var(--select-base-default-option-line-height);
|
|
31382
31566
|
}
|
|
31383
31567
|
.a-Select--borderHalf {
|
|
31384
31568
|
border-left-color: transparent !important;
|
|
@@ -31512,7 +31696,7 @@ input.a-TextControl-input-password {
|
|
|
31512
31696
|
transform: rotate(180deg);
|
|
31513
31697
|
}
|
|
31514
31698
|
.a-Select.is-mobile {
|
|
31515
|
-
min-height:
|
|
31699
|
+
min-height: var(--Form-select-height);
|
|
31516
31700
|
border: none;
|
|
31517
31701
|
padding: 0;
|
|
31518
31702
|
font-size: var(--fontSizeLg);
|
|
@@ -31654,6 +31838,29 @@ input.a-TextControl-input-password {
|
|
|
31654
31838
|
text-overflow: ellipsis;
|
|
31655
31839
|
max-width: 100%;
|
|
31656
31840
|
}
|
|
31841
|
+
.a-Select-option.is-mobile {
|
|
31842
|
+
position: relative;
|
|
31843
|
+
}
|
|
31844
|
+
.a-Select-option.is-mobile > a {
|
|
31845
|
+
margin-right: calc(20px + var(--select-base-default-option-paddingRight));
|
|
31846
|
+
}
|
|
31847
|
+
.a-Select-option.is-mobile .a-Select-option-item-check {
|
|
31848
|
+
flex: 1;
|
|
31849
|
+
text-align: left;
|
|
31850
|
+
border-bottom: 0.0625rem solid var(--borderColor);
|
|
31851
|
+
}
|
|
31852
|
+
.a-Select-option.is-mobile .a-Select-option-mcheck {
|
|
31853
|
+
position: absolute;
|
|
31854
|
+
top: 50%;
|
|
31855
|
+
transform: translateY(-50%);
|
|
31856
|
+
right: var(--select-base-default-option-paddingRight);
|
|
31857
|
+
flex: none;
|
|
31858
|
+
width: 1rem;
|
|
31859
|
+
color: var(--Form-select-mobile-icon-check-color);
|
|
31860
|
+
}
|
|
31861
|
+
.a-Select-option.is-mobile:last-child .a-Select-option-item-check {
|
|
31862
|
+
border-bottom: none;
|
|
31863
|
+
}
|
|
31657
31864
|
.a-Select-noResult {
|
|
31658
31865
|
color: var(--Form-select-placeholderColor);
|
|
31659
31866
|
line-height: var(--Form-input-lineHeight);
|
|
@@ -32011,7 +32218,7 @@ input.a-TextControl-input-password {
|
|
|
32011
32218
|
border-style: solid;
|
|
32012
32219
|
border-width: 0 0 0.125rem 0.125rem;
|
|
32013
32220
|
right: 0.0625rem;
|
|
32014
|
-
bottom:
|
|
32221
|
+
bottom: 0.375rem;
|
|
32015
32222
|
transform: rotate(-40deg);
|
|
32016
32223
|
}
|
|
32017
32224
|
.a-ListControl-item.is-disabled {
|
|
@@ -32066,6 +32273,12 @@ input.a-TextControl-input-password {
|
|
|
32066
32273
|
.a-LocationPicker.is-disabled > a-LocationPicker-input {
|
|
32067
32274
|
color: var(--text--muted-color);
|
|
32068
32275
|
}
|
|
32276
|
+
.a-LocationPicker.is-mobile {
|
|
32277
|
+
border: none;
|
|
32278
|
+
}
|
|
32279
|
+
.a-LocationPicker.is-mobile .a-LocationPicker-toggler svg {
|
|
32280
|
+
top: 0.125rem;
|
|
32281
|
+
}
|
|
32069
32282
|
.a-LocationPicker-placeholder {
|
|
32070
32283
|
color: var(--colors-neutral-text-6);
|
|
32071
32284
|
-webkit-user-select: none;
|
|
@@ -32079,6 +32292,8 @@ input.a-TextControl-input-password {
|
|
|
32079
32292
|
margin-right: var(--gap-base);
|
|
32080
32293
|
flex-basis: 0;
|
|
32081
32294
|
flex-grow: 1;
|
|
32295
|
+
overflow-x: auto;
|
|
32296
|
+
max-width: calc(100% - 1.25rem);
|
|
32082
32297
|
}
|
|
32083
32298
|
.a-LocationPicker-toggler {
|
|
32084
32299
|
cursor: pointer;
|
|
@@ -32115,6 +32330,23 @@ input.a-TextControl-input-password {
|
|
|
32115
32330
|
.a-LocationPicker-clear svg {
|
|
32116
32331
|
top: 0;
|
|
32117
32332
|
}
|
|
32333
|
+
.a-LocationPicker-popup {
|
|
32334
|
+
height: 28.75rem;
|
|
32335
|
+
}
|
|
32336
|
+
.a-LocationPicker-popup-inner {
|
|
32337
|
+
flex: 1;
|
|
32338
|
+
padding: 0 1rem;
|
|
32339
|
+
}
|
|
32340
|
+
.a-LocationPicker-popup-inner .a-MapPicker-search {
|
|
32341
|
+
padding-top: 0;
|
|
32342
|
+
margin-bottom: 1rem;
|
|
32343
|
+
}
|
|
32344
|
+
.a-LocationPicker-popup-inner .a-MapPicker-search .a-TextControl-input {
|
|
32345
|
+
border-radius: 0;
|
|
32346
|
+
border-top: none;
|
|
32347
|
+
border-right: none;
|
|
32348
|
+
border-left: none;
|
|
32349
|
+
}
|
|
32118
32350
|
.a-LocationControl {
|
|
32119
32351
|
position: relative;
|
|
32120
32352
|
width: 100%;
|
|
@@ -32123,6 +32355,11 @@ input.a-TextControl-input-password {
|
|
|
32123
32355
|
border: none;
|
|
32124
32356
|
box-shadow: var(--boxShadow);
|
|
32125
32357
|
}
|
|
32358
|
+
.a-LocationControl.is-mobile {
|
|
32359
|
+
flex: 1;
|
|
32360
|
+
text-align: right;
|
|
32361
|
+
overflow: hidden;
|
|
32362
|
+
}
|
|
32126
32363
|
.a-LocationControl:not(.is-inline) > .a-LocationPicker {
|
|
32127
32364
|
display: flex;
|
|
32128
32365
|
}
|
|
@@ -32169,6 +32406,9 @@ input.a-TextControl-input-password {
|
|
|
32169
32406
|
.tangram-suggestion-main {
|
|
32170
32407
|
display: none !important;
|
|
32171
32408
|
}
|
|
32409
|
+
.a-MatrixControl {
|
|
32410
|
+
max-width: 100%;
|
|
32411
|
+
}
|
|
32172
32412
|
.a-MatrixControl-error {
|
|
32173
32413
|
margin-bottom: 0;
|
|
32174
32414
|
}
|
|
@@ -32183,9 +32423,7 @@ input.a-TextControl-input-password {
|
|
|
32183
32423
|
background: var(--ColorPicker-bg);
|
|
32184
32424
|
color: var(--ColorPicker-color);
|
|
32185
32425
|
border-radius: var(--borderRadius);
|
|
32186
|
-
|
|
32187
|
-
.a-ColorPicker-popup {
|
|
32188
|
-
height: 25rem;
|
|
32426
|
+
height: var(--ColorPicker-height);
|
|
32189
32427
|
}
|
|
32190
32428
|
.a-ColorPicker:not(.is-disabled) {
|
|
32191
32429
|
cursor: pointer;
|
|
@@ -32265,6 +32503,9 @@ input.a-TextControl-input-password {
|
|
|
32265
32503
|
.a-ColorPicker-clear:active svg {
|
|
32266
32504
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
32267
32505
|
}
|
|
32506
|
+
.a-ColorPicker-clear svg {
|
|
32507
|
+
top: 0;
|
|
32508
|
+
}
|
|
32268
32509
|
.a-ColorPicker-arrow {
|
|
32269
32510
|
margin-right: var(--gap-xs);
|
|
32270
32511
|
width: var(--gap-md);
|
|
@@ -32281,9 +32522,10 @@ input.a-TextControl-input-password {
|
|
|
32281
32522
|
width: 10px;
|
|
32282
32523
|
height: 10px;
|
|
32283
32524
|
top: 0;
|
|
32525
|
+
transform: rotate(90deg);
|
|
32284
32526
|
}
|
|
32285
32527
|
.a-ColorPicker.is-opened .a-ColorPicker-arrow > svg {
|
|
32286
|
-
transform: rotate(
|
|
32528
|
+
transform: rotate(270deg);
|
|
32287
32529
|
}
|
|
32288
32530
|
.a-ColorPicker-popover {
|
|
32289
32531
|
border: none;
|
|
@@ -32297,6 +32539,21 @@ input.a-TextControl-input-password {
|
|
|
32297
32539
|
border-radius: var(--borderRadius) !important;
|
|
32298
32540
|
box-shadow: var(--ColorPicker-boxShadow) !important;
|
|
32299
32541
|
}
|
|
32542
|
+
.a-ColorPicker-popup {
|
|
32543
|
+
height: 31.25rem;
|
|
32544
|
+
}
|
|
32545
|
+
.a-ColorPicker-popup .sketch-picker {
|
|
32546
|
+
width: 80% !important;
|
|
32547
|
+
box-shadow: none !important;
|
|
32548
|
+
}
|
|
32549
|
+
.a-ColorPicker-popup .sketch-picker input:focus {
|
|
32550
|
+
outline: none;
|
|
32551
|
+
}
|
|
32552
|
+
.a-ColorPicker-popup .sketch-picker .flexbox-fix:last-child > div {
|
|
32553
|
+
width: 18px !important;
|
|
32554
|
+
height: 18px !important;
|
|
32555
|
+
margin: 0px 16px 10px 0px !important;
|
|
32556
|
+
}
|
|
32300
32557
|
.a-DatePicker {
|
|
32301
32558
|
position: relative;
|
|
32302
32559
|
display: inline-flex;
|
|
@@ -32346,32 +32603,32 @@ input.a-TextControl-input-password {
|
|
|
32346
32603
|
.a-DatePicker--borderNone {
|
|
32347
32604
|
border-color: transparent !important;
|
|
32348
32605
|
}
|
|
32349
|
-
.a-DatePicker:not(.is-disabled) {
|
|
32606
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile) {
|
|
32350
32607
|
cursor: pointer;
|
|
32351
32608
|
}
|
|
32352
|
-
.a-DatePicker:not(.is-disabled):hover {
|
|
32609
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile):hover {
|
|
32353
32610
|
background: var(--DatePicker-onHover-bg);
|
|
32354
32611
|
border-color: var(--DatePicker-onHover-borderColor);
|
|
32355
32612
|
border-style: var(--inputDate-hover-top-border-style) var(--inputDate-hover-right-border-style) var(--inputDate-hover-bottom-border-style) var(--inputDate-hover-left-border-style);
|
|
32356
32613
|
border-width: var(--inputDate-hover-top-border-width) var(--inputDate-hover-right-border-width) var(--inputDate-hover-bottom-border-width) var(--inputDate-hover-left-border-width);
|
|
32357
32614
|
}
|
|
32358
|
-
.a-DatePicker:not(.is-disabled):hover .a-DatePicker-input {
|
|
32615
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile):hover .a-DatePicker-input {
|
|
32359
32616
|
color: var(--inputDate-hover-color);
|
|
32360
32617
|
}
|
|
32361
|
-
.a-DatePicker:not(.is-disabled):hover .a-DatePicker-clear {
|
|
32618
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile):hover .a-DatePicker-clear {
|
|
32362
32619
|
display: flex;
|
|
32363
32620
|
}
|
|
32364
|
-
.a-DatePicker:not(.is-disabled):hover .a-DatePicker-clear + .a-DatePicker-toggler {
|
|
32621
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile):hover .a-DatePicker-clear + .a-DatePicker-toggler {
|
|
32365
32622
|
display: none;
|
|
32366
32623
|
}
|
|
32367
|
-
.a-DatePicker:not(.is-disabled).is-focused {
|
|
32624
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile).is-focused {
|
|
32368
32625
|
background: var(--inputDate-active-bg-color);
|
|
32369
32626
|
border-color: var(--DatePicker-onFocused-borderColor);
|
|
32370
32627
|
box-shadow: var(--inputDate-active-shadow);
|
|
32371
32628
|
border-style: var(--inputDate-active-top-border-style) var(--inputDate-active-right-border-style) var(--inputDate-active-bottom-border-style) var(--inputDate-active-left-border-style);
|
|
32372
32629
|
border-width: var(--inputDate-active-top-border-width) var(--inputDate-active-right-border-width) var(--inputDate-active-bottom-border-width) var(--inputDate-active-left-border-width);
|
|
32373
32630
|
}
|
|
32374
|
-
.a-DatePicker:not(.is-disabled).is-focused .a-DatePicker-input {
|
|
32631
|
+
.a-DatePicker:not(.is-disabled):not(.is-mobile).is-focused .a-DatePicker-input {
|
|
32375
32632
|
color: var(--inputDate-active-color);
|
|
32376
32633
|
}
|
|
32377
32634
|
.is-error > .a-DatePicker {
|
|
@@ -32493,13 +32750,13 @@ input.a-TextControl-input-password {
|
|
|
32493
32750
|
.a-DatePicker-popover.a-PopOver--leftTopLeftBottom, .a-DatePicker-popover.a-PopOver--rightTopRightBottom {
|
|
32494
32751
|
margin: -0.125rem 0 0;
|
|
32495
32752
|
}
|
|
32496
|
-
.a-DatePicker-popup {
|
|
32497
|
-
height: 18.75rem;
|
|
32498
|
-
}
|
|
32499
32753
|
.a-DatePicker.is-mobile {
|
|
32500
32754
|
border: 0;
|
|
32501
32755
|
justify-content: flex-end;
|
|
32502
32756
|
}
|
|
32757
|
+
.a-DatePicker.is-mobile.is-focused, .a-DatePicker.is-mobile:hover {
|
|
32758
|
+
border: none;
|
|
32759
|
+
}
|
|
32503
32760
|
.a-DatePicker.is-mobile span:focus,
|
|
32504
32761
|
.a-DatePicker.is-mobile a:focus {
|
|
32505
32762
|
outline: unset;
|
|
@@ -32517,10 +32774,8 @@ input.a-TextControl-input-password {
|
|
|
32517
32774
|
flex-grow: unset;
|
|
32518
32775
|
flex-basis: unset;
|
|
32519
32776
|
}
|
|
32520
|
-
.a-DatePicker.is-mobile .a-DatePicker-toggler {
|
|
32521
|
-
margin-top: -3px;
|
|
32522
|
-
}
|
|
32523
32777
|
.a-DatePicker-popup.a-DatePicker-mobile {
|
|
32778
|
+
height: 20rem;
|
|
32524
32779
|
color: red;
|
|
32525
32780
|
}
|
|
32526
32781
|
.a-DatePicker-popup.a-DatePicker-mobile .rdt {
|
|
@@ -32696,18 +32951,20 @@ input.a-TextControl-input-password {
|
|
|
32696
32951
|
color: var(--inputTime-active-color);
|
|
32697
32952
|
background: var(--inputTime-active-bg-color);
|
|
32698
32953
|
}
|
|
32699
|
-
.a-CalendarInputWrapper .a-CalendarInput-sugsItem:hover {
|
|
32954
|
+
.a-CalendarInputWrapper .a-CalendarInput-sugsItem:not(.is-mobile):hover {
|
|
32700
32955
|
color: var(--inputTime-hover-color);
|
|
32701
32956
|
background: var(--inputTime-hover-bg-color);
|
|
32702
32957
|
}
|
|
32703
32958
|
.a-TimeContentWrapper {
|
|
32704
32959
|
display: flex;
|
|
32960
|
+
justify-content: center;
|
|
32705
32961
|
}
|
|
32706
32962
|
.a-TimeRangeHeaderWrapper {
|
|
32707
32963
|
height: 40px;
|
|
32708
32964
|
padding-top: 10px;
|
|
32709
32965
|
text-align: center;
|
|
32710
32966
|
border-bottom: 1px solid var(--Calendar-input-borderColor);
|
|
32967
|
+
margin: 0 0.25rem;
|
|
32711
32968
|
}
|
|
32712
32969
|
.a-TimeFooterWrapper {
|
|
32713
32970
|
height: 40px;
|
|
@@ -32723,6 +32980,9 @@ input.a-TextControl-input-password {
|
|
|
32723
32980
|
padding: 0 8px;
|
|
32724
32981
|
border-radius: 2px;
|
|
32725
32982
|
}
|
|
32983
|
+
.a-TimeFooterWrapper .a-QuickWrapper a {
|
|
32984
|
+
font-size: var(--button-size-sm-fontSize);
|
|
32985
|
+
}
|
|
32726
32986
|
.a-CalendarInput {
|
|
32727
32987
|
outline: none;
|
|
32728
32988
|
width: 3.5rem;
|
|
@@ -33081,29 +33341,29 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33081
33341
|
.a-DateRangePicker .a-DateRangePicker-clear {
|
|
33082
33342
|
display: none;
|
|
33083
33343
|
}
|
|
33084
|
-
.a-DateRangePicker:not(.is-disabled):hover {
|
|
33344
|
+
.a-DateRangePicker:not(.is-disabled):not(.is-mobile):hover {
|
|
33085
33345
|
background: var(--DatePicker-onHover-bg);
|
|
33086
33346
|
border-color: var(--DatePicker-onHover-borderColor);
|
|
33087
33347
|
border-style: var(--inputDate-hover-top-border-style) var(--inputDate-hover-right-border-style) var(--inputDate-hover-bottom-border-style) var(--inputDate-hover-left-border-style);
|
|
33088
33348
|
border-width: var(--inputDate-hover-top-border-width) var(--inputDate-hover-right-border-width) var(--inputDate-hover-bottom-border-width) var(--inputDate-hover-left-border-width);
|
|
33089
33349
|
}
|
|
33090
|
-
.a-DateRangePicker:not(.is-disabled):hover .a-DateRangePicker-input {
|
|
33350
|
+
.a-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .a-DateRangePicker-input {
|
|
33091
33351
|
color: var(--inputDate-hover-color);
|
|
33092
33352
|
}
|
|
33093
|
-
.a-DateRangePicker:not(.is-disabled):hover .a-DateRangePicker-clear {
|
|
33353
|
+
.a-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .a-DateRangePicker-clear {
|
|
33094
33354
|
display: flex;
|
|
33095
33355
|
}
|
|
33096
|
-
.a-DateRangePicker:not(.is-disabled):hover .a-DateRangePicker-clear + .a-DateRangePicker-toggler {
|
|
33356
|
+
.a-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .a-DateRangePicker-clear + .a-DateRangePicker-toggler {
|
|
33097
33357
|
display: none;
|
|
33098
33358
|
}
|
|
33099
|
-
.a-DateRangePicker:not(.is-disabled).is-focused {
|
|
33359
|
+
.a-DateRangePicker:not(.is-disabled):not(.is-mobile).is-focused {
|
|
33100
33360
|
background: var(--inputDate-active-bg-color);
|
|
33101
33361
|
border-color: var(--DatePicker-onFocused-borderColor);
|
|
33102
33362
|
box-shadow: var(--inputDate-active-shadow);
|
|
33103
33363
|
border-style: var(--inputDate-active-top-border-style) var(--inputDate-active-right-border-style) var(--inputDate-active-bottom-border-style) var(--inputDate-active-left-border-style);
|
|
33104
33364
|
border-width: var(--inputDate-active-top-border-width) var(--inputDate-active-right-border-width) var(--inputDate-active-bottom-border-width) var(--inputDate-active-left-border-width);
|
|
33105
33365
|
}
|
|
33106
|
-
.a-DateRangePicker:not(.is-disabled).is-focused .a-DateRangePicker-input {
|
|
33366
|
+
.a-DateRangePicker:not(.is-disabled):not(.is-mobile).is-focused .a-DateRangePicker-input {
|
|
33107
33367
|
color: var(--inputDate-active-color);
|
|
33108
33368
|
}
|
|
33109
33369
|
.is-error > .a-DateRangePicker {
|
|
@@ -33122,6 +33382,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33122
33382
|
font-size: var(--DatePicker-fontSize);
|
|
33123
33383
|
font-weight: var(--inputDate-default-fontWeight);
|
|
33124
33384
|
color: var(--inputDate-default-color);
|
|
33385
|
+
text-align: center;
|
|
33125
33386
|
}
|
|
33126
33387
|
.a-DateRangePicker .a-DateRangePicker-input::-moz-placeholder {
|
|
33127
33388
|
color: var(--colors-neutral-text-6);
|
|
@@ -33238,9 +33499,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33238
33499
|
width: auto;
|
|
33239
33500
|
padding: 0;
|
|
33240
33501
|
}
|
|
33502
|
+
.a-DateRangePicker-wrap.is-mobile {
|
|
33503
|
+
flex: 1;
|
|
33504
|
+
}
|
|
33505
|
+
.a-DateRangePicker-wrap.is-mobile .a-DateRangePicker-end {
|
|
33506
|
+
margin-top: 0;
|
|
33507
|
+
}
|
|
33241
33508
|
.a-DateRangePicker-picker-wrap {
|
|
33242
33509
|
display: flex;
|
|
33243
33510
|
}
|
|
33511
|
+
.a-DateRangePicker-picker-wrap.is-vertical {
|
|
33512
|
+
flex-direction: column;
|
|
33513
|
+
}
|
|
33244
33514
|
.a-DateRangePicker-start,
|
|
33245
33515
|
.a-DateRangePicker-end {
|
|
33246
33516
|
display: flex;
|
|
@@ -33261,6 +33531,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33261
33531
|
list-style: none;
|
|
33262
33532
|
background: #f7f7f9;
|
|
33263
33533
|
line-height: 2rem;
|
|
33534
|
+
overflow-x: auto;
|
|
33264
33535
|
}
|
|
33265
33536
|
.a-DateRangePicker-ranger {
|
|
33266
33537
|
display: inline-block;
|
|
@@ -33308,10 +33579,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33308
33579
|
background: var(--DatePicker-bg);
|
|
33309
33580
|
border-radius: var(--DatePicker-borderRadius);
|
|
33310
33581
|
}
|
|
33582
|
+
.a-DateRangeCalendar.is-mobile {
|
|
33583
|
+
display: block;
|
|
33584
|
+
}
|
|
33311
33585
|
.a-DateRangePicker.is-mobile {
|
|
33312
33586
|
border: 0;
|
|
33313
33587
|
justify-content: flex-end;
|
|
33314
33588
|
}
|
|
33589
|
+
.a-DateRangePicker.is-mobile.is-focused, .a-DateRangePicker.is-mobile:hover {
|
|
33590
|
+
border: none;
|
|
33591
|
+
}
|
|
33315
33592
|
.a-DateRangePicker.is-mobile span:focus,
|
|
33316
33593
|
.a-DateRangePicker.is-mobile a:focus {
|
|
33317
33594
|
outline: unset;
|
|
@@ -33329,9 +33606,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33329
33606
|
flex-grow: unset;
|
|
33330
33607
|
flex-basis: unset;
|
|
33331
33608
|
}
|
|
33332
|
-
.a-DateRangePicker.is-mobile .a-DateRangePicker-toggler {
|
|
33333
|
-
margin-top: -3px;
|
|
33334
|
-
}
|
|
33335
33609
|
.a-ImageControl {
|
|
33336
33610
|
position: relative;
|
|
33337
33611
|
}
|
|
@@ -33970,6 +34244,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33970
34244
|
.a-EditorControl--xxl > .a-MonacoEditor {
|
|
33971
34245
|
min-height: 500px;
|
|
33972
34246
|
}
|
|
34247
|
+
.a-EditorControl .monaco-editor .iPadShowKeyboard {
|
|
34248
|
+
display: none;
|
|
34249
|
+
}
|
|
33973
34250
|
.monaco-inputbox > .wrapper {
|
|
33974
34251
|
padding: 0;
|
|
33975
34252
|
}
|
|
@@ -34065,12 +34342,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34065
34342
|
.a-InputRange {
|
|
34066
34343
|
display: flex;
|
|
34067
34344
|
justify-content: space-between;
|
|
34068
|
-
padding: var(--InputRange-padding) 0;
|
|
34069
34345
|
width: 100%;
|
|
34070
34346
|
}
|
|
34071
34347
|
.a-InputRange-wrap {
|
|
34072
34348
|
position: relative;
|
|
34073
34349
|
flex: auto;
|
|
34350
|
+
padding: var(--InputRange-padding) 0;
|
|
34074
34351
|
}
|
|
34075
34352
|
.a-InputRange-input {
|
|
34076
34353
|
width: var(--InputRange-input-width);
|
|
@@ -34089,6 +34366,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34089
34366
|
.a-InputRange-input .a-Number-handler-up-inner:hover, .a-InputRange-input .a-Number-handler-down-inner:hover {
|
|
34090
34367
|
color: var(--Number-handler-onHover-color);
|
|
34091
34368
|
}
|
|
34369
|
+
.a-InputRange.is-mobile .a-InputRange-input {
|
|
34370
|
+
width: var(--InputRange-input-mobile-width);
|
|
34371
|
+
}
|
|
34372
|
+
.a-InputRange.is-mobile .a-InputRange-input .a-Number-handler-wrap {
|
|
34373
|
+
display: none !important;
|
|
34374
|
+
}
|
|
34375
|
+
.a-InputRange.is-mobile .a-InputRange-input input {
|
|
34376
|
+
padding: 0 !important;
|
|
34377
|
+
text-align: center;
|
|
34378
|
+
}
|
|
34092
34379
|
.a-InputRange-clear {
|
|
34093
34380
|
display: flex;
|
|
34094
34381
|
align-items: center;
|
|
@@ -34137,6 +34424,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34137
34424
|
width: var(--InputRange-handle-width);
|
|
34138
34425
|
height: var(--InputRange-handle-height);
|
|
34139
34426
|
}
|
|
34427
|
+
.a-InputRange-handle.is-mobile {
|
|
34428
|
+
width: var(--InputRange-handle-mobile-width);
|
|
34429
|
+
height: var(--InputRange-handle-mobile-height);
|
|
34430
|
+
}
|
|
34140
34431
|
.a-InputRange-handle-icon, .a-InputRange-handle-drage {
|
|
34141
34432
|
width: 100%;
|
|
34142
34433
|
height: 100%;
|
|
@@ -34163,7 +34454,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34163
34454
|
.a-InputRange-handle-icon:focus, .a-InputRange-handle-drage:focus {
|
|
34164
34455
|
box-shadow: var(--InputRange-handle-onFocus-boxShadow);
|
|
34165
34456
|
}
|
|
34166
|
-
.a-InputRange-handle-drage {
|
|
34457
|
+
.a-InputRange-handle:not(.is-mobile) .a-InputRange-handle-drage {
|
|
34167
34458
|
transform: var(--InputRange-handle-onActive-transform);
|
|
34168
34459
|
box-shadow: var(--InputRange-handle-onFocus-boxShadow);
|
|
34169
34460
|
border-width: var(--InputRange-handle-onDrage-border-width);
|
|
@@ -34290,6 +34581,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34290
34581
|
border-style: solid;
|
|
34291
34582
|
border-color: transparent var(--InputRange-label-bg) transparent transparent;
|
|
34292
34583
|
}
|
|
34584
|
+
.a-InputRange.is-mobile .a-InputRange-label {
|
|
34585
|
+
display: block;
|
|
34586
|
+
white-space: nowrap;
|
|
34587
|
+
}
|
|
34293
34588
|
.a-InputRange-marks {
|
|
34294
34589
|
position: relative;
|
|
34295
34590
|
top: 8px;
|
|
@@ -34313,6 +34608,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34313
34608
|
overflow: hidden;
|
|
34314
34609
|
text-overflow: ellipsis;
|
|
34315
34610
|
}
|
|
34611
|
+
.a-InputRange.is-mobile .a-InputRange-marks div {
|
|
34612
|
+
top: 0;
|
|
34613
|
+
}
|
|
34614
|
+
.a-InputRange.is-mobile .a-InputRange-marks div:nth-child(2n) {
|
|
34615
|
+
top: -1.875rem;
|
|
34616
|
+
}
|
|
34316
34617
|
.a-RepeatControl .repeat-btn {
|
|
34317
34618
|
width: 5rem;
|
|
34318
34619
|
}
|
|
@@ -34450,15 +34751,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34450
34751
|
overflow: hidden;
|
|
34451
34752
|
height: 2rem;
|
|
34452
34753
|
}
|
|
34453
|
-
.a-Tree-itemLabel:hover .a-Tree-itemLabel-item {
|
|
34454
|
-
background-color: var(--Tree-item-onHover-bg-pure);
|
|
34455
|
-
}
|
|
34456
34754
|
.a-Tree-itemLabel:hover .a-Tree-item-icons {
|
|
34457
34755
|
visibility: visible;
|
|
34458
34756
|
}
|
|
34459
34757
|
.a-Tree-itemLabel .a-Checkbox {
|
|
34460
34758
|
margin-right: var(--inputTree-checkboxes-size-marginRight);
|
|
34461
34759
|
}
|
|
34760
|
+
.a-Tree-item:hover {
|
|
34761
|
+
background-color: var(--Tree-item-onHover-bg-pure);
|
|
34762
|
+
}
|
|
34462
34763
|
.a-Tree-item .is-checked {
|
|
34463
34764
|
border-radius: var(--Tree-item-onChekced-bg-borderRadius);
|
|
34464
34765
|
}
|
|
@@ -34499,7 +34800,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34499
34800
|
top: 0;
|
|
34500
34801
|
}
|
|
34501
34802
|
.a-Tree-itemInput {
|
|
34502
|
-
padding-left: var(--Tree-itemArrowWidth);
|
|
34503
34803
|
display: flex;
|
|
34504
34804
|
flex-direction: row;
|
|
34505
34805
|
flex-wrap: nowrap;
|
|
@@ -34544,6 +34844,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34544
34844
|
box-shadow: var(--Form-input-boxShadow);
|
|
34545
34845
|
background: var(--Form-input-onFocused-bg);
|
|
34546
34846
|
}
|
|
34847
|
+
.a-Tree-itemInput.is-mobile > input {
|
|
34848
|
+
border-radius: 0;
|
|
34849
|
+
border: none;
|
|
34850
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
34851
|
+
}
|
|
34547
34852
|
.a-Tree-addTopBtn {
|
|
34548
34853
|
cursor: pointer;
|
|
34549
34854
|
height: var(--Tree-itemHeight);
|
|
@@ -34654,6 +34959,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34654
34959
|
.a-Tree-dropIndicator--hover::after {
|
|
34655
34960
|
display: none;
|
|
34656
34961
|
}
|
|
34962
|
+
.a-PopUp .a-Tree {
|
|
34963
|
+
flex: 1;
|
|
34964
|
+
}
|
|
34965
|
+
.a-PopUp .a-Tree .a-Tree-itemLabel:hover .a-Tree-itemLabel-item {
|
|
34966
|
+
background-color: none !important;
|
|
34967
|
+
}
|
|
34657
34968
|
.a-TreeSelectControl {
|
|
34658
34969
|
position: relative;
|
|
34659
34970
|
}
|
|
@@ -34695,7 +35006,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34695
35006
|
border: none;
|
|
34696
35007
|
color: var(--Form-input-color);
|
|
34697
35008
|
width: 100%;
|
|
34698
|
-
height: var(--Form-input-lineHeight);
|
|
34699
35009
|
}
|
|
34700
35010
|
.a-TreeSelect-input input::-moz-placeholder {
|
|
34701
35011
|
color: var(--Form-input-placeholderColor);
|
|
@@ -35002,6 +35312,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35002
35312
|
white-space: nowrap;
|
|
35003
35313
|
align-items: flex-start;
|
|
35004
35314
|
padding-top: var(--Form-label-paddingTop);
|
|
35315
|
+
height: 1.875rem;
|
|
35005
35316
|
}
|
|
35006
35317
|
.a-Combo--hor .a-Combo-delBtn.is-disabled {
|
|
35007
35318
|
pointer-events: none;
|
|
@@ -35101,6 +35412,22 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35101
35412
|
height: 100%;
|
|
35102
35413
|
background: rgba(0, 0, 0, 0.1);
|
|
35103
35414
|
}
|
|
35415
|
+
.a-Combo.is-mobile .a-Form-item .a-Form-rowInner {
|
|
35416
|
+
flex: 1;
|
|
35417
|
+
}
|
|
35418
|
+
.a-Combo.is-mobile .a-Combo-delBtn {
|
|
35419
|
+
height: 1.25rem;
|
|
35420
|
+
padding-top: 0;
|
|
35421
|
+
}
|
|
35422
|
+
.a-Combo.is-mobile .a-Combo-item {
|
|
35423
|
+
align-items: center;
|
|
35424
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
35425
|
+
}
|
|
35426
|
+
.a-Combo.is-mobile:not(.a-Combo--ver) .a-TextareaControl > textarea,
|
|
35427
|
+
.a-Combo.is-mobile:not(.a-Combo--ver) .a-Form-control > .a-TextControl-input,
|
|
35428
|
+
.a-Combo.is-mobile:not(.a-Combo--ver) .a-TextControl.is-focused > .a-TextControl-input {
|
|
35429
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
35430
|
+
}
|
|
35104
35431
|
.a-ComboTabs > .a-Tabs-links::before, .a-ComboTabs > .a-Tabs-links::after {
|
|
35105
35432
|
display: table;
|
|
35106
35433
|
content: "";
|
|
@@ -35276,7 +35603,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35276
35603
|
border: none;
|
|
35277
35604
|
color: var(--Form-input-color);
|
|
35278
35605
|
width: 100%;
|
|
35279
|
-
height: var(--Form-input-lineHeight);
|
|
35280
35606
|
}
|
|
35281
35607
|
.a-Picker-input input::-moz-placeholder {
|
|
35282
35608
|
color: var(--Form-input-placeholderColor);
|
|
@@ -35511,6 +35837,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35511
35837
|
display: inline-block;
|
|
35512
35838
|
min-width: 9.375rem;
|
|
35513
35839
|
}
|
|
35840
|
+
.a-PickerControl.is-mobile {
|
|
35841
|
+
width: 100%;
|
|
35842
|
+
}
|
|
35843
|
+
.a-PickerControl.is-mobile .a-Form-item {
|
|
35844
|
+
padding: 0;
|
|
35845
|
+
}
|
|
35846
|
+
.a-PickerControl.is-mobile .a-Picker-input {
|
|
35847
|
+
border: none;
|
|
35848
|
+
}
|
|
35514
35849
|
.a-QrCode {
|
|
35515
35850
|
min-height: var(--Form-input-height);
|
|
35516
35851
|
padding: 0.4375rem 0;
|
|
@@ -35896,7 +36231,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35896
36231
|
padding: var(--transfer-search-paddingTop) var(--transfer-search-paddingRight) var(--transfer-search-paddingBottom) var(--transfer-search-paddingLeft);
|
|
35897
36232
|
width: 100%;
|
|
35898
36233
|
}
|
|
35899
|
-
.a-Transfer-search .a-InputBox {
|
|
36234
|
+
.a-Transfer-search .a-InputBox:not(.is-mobile) {
|
|
35900
36235
|
font-size: var(--transfer-search-fontSize);
|
|
35901
36236
|
font-weight: var(--transfer-search-fontWeight);
|
|
35902
36237
|
line-height: var(--transfer-search-lineHeight);
|
|
@@ -35908,31 +36243,39 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35908
36243
|
box-shadow: var(--transfer-search-shadow);
|
|
35909
36244
|
padding: var(--transfer-search-input-paddingTop) var(--transfer-search-input-paddingRight) var(--transfer-search-input-paddingBottom) var(--transfer-search-input-paddingLeft);
|
|
35910
36245
|
}
|
|
35911
|
-
.a-Transfer-search .a-InputBox:hover {
|
|
36246
|
+
.a-Transfer-search .a-InputBox:not(.is-mobile):hover {
|
|
35912
36247
|
border-color: var(--transfer-search-border-hover-color);
|
|
35913
36248
|
}
|
|
35914
|
-
.a-Transfer-search .a-InputBox.is-focused {
|
|
36249
|
+
.a-Transfer-search .a-InputBox:not(.is-mobile).is-focused {
|
|
35915
36250
|
border-color: var(--transfer-search-border-active-color);
|
|
35916
36251
|
}
|
|
35917
|
-
.a-Transfer-search .a-InputBox input {
|
|
36252
|
+
.a-Transfer-search .a-InputBox:not(.is-mobile) input {
|
|
35918
36253
|
color: var(--transfer-search-color);
|
|
35919
36254
|
font-size: var(--transfer-search-fontSize);
|
|
35920
36255
|
font-weight: var(--transfer-search-fontWeight);
|
|
35921
36256
|
line-height: var(--transfer-search-lineHeight);
|
|
35922
36257
|
height: var(--transfer-search-lineHeight);
|
|
35923
36258
|
}
|
|
35924
|
-
.a-Transfer-search .a-InputBox input::-moz-placeholder {
|
|
36259
|
+
.a-Transfer-search .a-InputBox:not(.is-mobile) input::-moz-placeholder {
|
|
35925
36260
|
color: var(--transfer-search-placeholder-font-color);
|
|
35926
36261
|
}
|
|
35927
|
-
.a-Transfer-search .a-InputBox input::placeholder {
|
|
36262
|
+
.a-Transfer-search .a-InputBox:not(.is-mobile) input::placeholder {
|
|
35928
36263
|
color: var(--transfer-search-placeholder-font-color);
|
|
35929
36264
|
}
|
|
36265
|
+
.a-Transfer-search.is-mobile .a-InputBox {
|
|
36266
|
+
border: none;
|
|
36267
|
+
border-bottom: var(--transfer-search-bottom-border-width) var(--transfer-search-bottom-border-style) var(--transfer-search-bottom-border-color);
|
|
36268
|
+
border-radius: 0;
|
|
36269
|
+
}
|
|
35930
36270
|
.a-Transfer-mid {
|
|
35931
36271
|
min-width: 0.625rem;
|
|
35932
36272
|
display: flex;
|
|
35933
36273
|
flex-direction: column;
|
|
35934
36274
|
justify-content: center;
|
|
35935
36275
|
}
|
|
36276
|
+
.a-Transfer-mid.is-mobile {
|
|
36277
|
+
display: none;
|
|
36278
|
+
}
|
|
35936
36279
|
.a-Transfer-arrow {
|
|
35937
36280
|
width: 40px;
|
|
35938
36281
|
height: 30px;
|
|
@@ -36015,6 +36358,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36015
36358
|
.a-Transfer .a-Selections .a-TableSelection .a-Table-table > tbody > tr {
|
|
36016
36359
|
height: auto;
|
|
36017
36360
|
}
|
|
36361
|
+
.a-Transfer .a-Transfer-result .a-Transfer-title {
|
|
36362
|
+
height: 2.5rem;
|
|
36363
|
+
line-height: 2.5rem;
|
|
36364
|
+
}
|
|
36365
|
+
.a-Transfer .a-Transfer-result.is-mobile .a-Transfer-search .a-InputBox {
|
|
36366
|
+
border: none;
|
|
36367
|
+
border-bottom: var(--transfer-search-bottom-border-width) var(--transfer-search-bottom-border-style) var(--transfer-search-bottom-border-color);
|
|
36368
|
+
border-radius: 0;
|
|
36369
|
+
}
|
|
36018
36370
|
.a-TabsTransfer .a-Transfer-title {
|
|
36019
36371
|
height: 40px;
|
|
36020
36372
|
}
|
|
@@ -36095,6 +36447,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36095
36447
|
max-height: 100%;
|
|
36096
36448
|
overflow: auto;
|
|
36097
36449
|
}
|
|
36450
|
+
.a-TabsTransfer-tabs > .a-Tabs-content .a-TabsTransfer-search.is-mobile .a-InputBox {
|
|
36451
|
+
border: none;
|
|
36452
|
+
border-bottom: 1px solid var(--TabsTransfer-border-color);
|
|
36453
|
+
border-radius: 0;
|
|
36454
|
+
}
|
|
36098
36455
|
.a-TransferControl {
|
|
36099
36456
|
position: relative;
|
|
36100
36457
|
overflow: hidden;
|
|
@@ -36146,6 +36503,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36146
36503
|
}
|
|
36147
36504
|
.a-TransferDropDown-content.is-mobile {
|
|
36148
36505
|
width: 100%;
|
|
36506
|
+
min-width: auto;
|
|
36507
|
+
}
|
|
36508
|
+
.a-TransferDropDown-content.is-mobile .a-Table-table > thead > tr > th:first-child.a-Table-checkCell {
|
|
36509
|
+
padding-left: var(--select-table-option-paddingLeft);
|
|
36149
36510
|
}
|
|
36150
36511
|
.a-TransferDropDown-content > .a-Transfer-selection {
|
|
36151
36512
|
flex-grow: 1;
|
|
@@ -36173,15 +36534,19 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36173
36534
|
.a-NestedSelect--borderNone {
|
|
36174
36535
|
border-color: transparent !important;
|
|
36175
36536
|
}
|
|
36537
|
+
.a-NestedSelect.is-mobile {
|
|
36538
|
+
text-align: right;
|
|
36539
|
+
}
|
|
36176
36540
|
.a-NestedSelect-optionArrowRight {
|
|
36177
36541
|
display: inline-block;
|
|
36178
36542
|
padding-right: var(--Form-select-icon-rigin);
|
|
36179
36543
|
}
|
|
36180
36544
|
.a-NestedSelect-optionArrowRight svg {
|
|
36181
|
-
width: 0.
|
|
36182
|
-
height: 0.
|
|
36545
|
+
width: 0.625rem;
|
|
36546
|
+
height: 0.625rem;
|
|
36183
36547
|
fill: var(--Form-input-iconColor);
|
|
36184
36548
|
color: var(--default-icon-color);
|
|
36549
|
+
top: 0;
|
|
36185
36550
|
}
|
|
36186
36551
|
.a-NestedSelect-menuOuter {
|
|
36187
36552
|
display: flex;
|
|
@@ -36259,7 +36624,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36259
36624
|
background: unset;
|
|
36260
36625
|
}
|
|
36261
36626
|
.a-NestedSelect-popup {
|
|
36262
|
-
height:
|
|
36627
|
+
height: 21.25rem;
|
|
36263
36628
|
}
|
|
36264
36629
|
.a-Cascader-tabs {
|
|
36265
36630
|
display: flex;
|
|
@@ -36275,9 +36640,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36275
36640
|
.a-Cascader-tab {
|
|
36276
36641
|
flex: 1;
|
|
36277
36642
|
width: calc((100vw - 20px) / 3);
|
|
36278
|
-
height:
|
|
36643
|
+
height: 16.25rem;
|
|
36279
36644
|
overflow-y: auto;
|
|
36280
36645
|
display: inline-block;
|
|
36646
|
+
padding-left: 0.625rem;
|
|
36647
|
+
border: 1px solid var(--Cascader-border-color);
|
|
36281
36648
|
}
|
|
36282
36649
|
.a-Cascader-tab::-webkit-scrollbar {
|
|
36283
36650
|
display: none;
|
|
@@ -36318,19 +36685,23 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36318
36685
|
display: flex;
|
|
36319
36686
|
align-items: center;
|
|
36320
36687
|
justify-content: space-between;
|
|
36321
|
-
padding: 0.375rem 0;
|
|
36688
|
+
padding: 0.375rem 0 0.375rem 0.625rem;
|
|
36322
36689
|
font-size: var(--fontSizeMd);
|
|
36323
36690
|
line-height: var(--Cascader-option-lineHeight);
|
|
36324
36691
|
cursor: pointer;
|
|
36325
36692
|
position: relative;
|
|
36326
36693
|
}
|
|
36327
|
-
.a-Cascader-option.
|
|
36694
|
+
.a-Cascader-option.is-active {
|
|
36695
|
+
background-color: var(--Cascader-border-active-bg-color);
|
|
36696
|
+
}
|
|
36697
|
+
.a-Cascader-option.selected .a-Cascader-option--text {
|
|
36328
36698
|
color: var(--primary);
|
|
36329
36699
|
}
|
|
36330
36700
|
.a-Cascader-option.disabled span {
|
|
36331
36701
|
color: gray;
|
|
36332
36702
|
}
|
|
36333
36703
|
.a-Cascader-option--text {
|
|
36704
|
+
flex: 1;
|
|
36334
36705
|
white-space: nowrap;
|
|
36335
36706
|
overflow: hidden;
|
|
36336
36707
|
text-overflow: ellipsis;
|
|
@@ -36338,6 +36709,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36338
36709
|
-moz-user-select: none;
|
|
36339
36710
|
user-select: none;
|
|
36340
36711
|
}
|
|
36712
|
+
.a-Cascader-option--text.disabled {
|
|
36713
|
+
color: var(--Cascader-option-disable-color);
|
|
36714
|
+
}
|
|
36715
|
+
.a-Cascader-option-arrow {
|
|
36716
|
+
flex: 1;
|
|
36717
|
+
text-align: right;
|
|
36718
|
+
padding-right: 0.375rem;
|
|
36719
|
+
}
|
|
36720
|
+
.a-Cascader-option-arrow > svg {
|
|
36721
|
+
transform: scale(0.8);
|
|
36722
|
+
}
|
|
36341
36723
|
.a-Cascader-option-selectedNum {
|
|
36342
36724
|
min-width: 1rem;
|
|
36343
36725
|
height: 1rem;
|
|
@@ -36389,7 +36771,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36389
36771
|
border: none;
|
|
36390
36772
|
color: var(--Form-input-color);
|
|
36391
36773
|
width: 100%;
|
|
36392
|
-
height: var(--Form-input-lineHeight);
|
|
36393
36774
|
}
|
|
36394
36775
|
.a-IconPickerControl-input input::-moz-placeholder {
|
|
36395
36776
|
color: var(--Form-input-placeholderColor);
|
|
@@ -36595,7 +36976,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36595
36976
|
border: none;
|
|
36596
36977
|
color: var(--Form-input-color);
|
|
36597
36978
|
width: 100%;
|
|
36598
|
-
height: var(--Form-input-lineHeight);
|
|
36599
36979
|
}
|
|
36600
36980
|
.a-IconSelectControl-input input::-moz-placeholder {
|
|
36601
36981
|
color: var(--Form-input-placeholderColor);
|
|
@@ -37237,6 +37617,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37237
37617
|
background-color: rgb(250, 250, 250);
|
|
37238
37618
|
border-radius: var(--borderRadius);
|
|
37239
37619
|
position: relative;
|
|
37620
|
+
word-wrap: break-word;
|
|
37621
|
+
word-break: break-all;
|
|
37240
37622
|
}
|
|
37241
37623
|
.a-Form--column {
|
|
37242
37624
|
display: flex;
|
|
@@ -37291,24 +37673,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37291
37673
|
}
|
|
37292
37674
|
/* 移动端样式调整 */
|
|
37293
37675
|
@media (max-width: 767px) {
|
|
37294
|
-
.a-
|
|
37295
|
-
|
|
37296
|
-
box-sizing: border-box;
|
|
37297
|
-
content: " ";
|
|
37298
|
-
pointer-events: none;
|
|
37299
|
-
right: 0;
|
|
37300
|
-
top: 0;
|
|
37301
|
-
left: 0;
|
|
37302
|
-
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37676
|
+
.a-Combo-form::before {
|
|
37677
|
+
border-bottom: none;
|
|
37303
37678
|
}
|
|
37304
|
-
.a-Form
|
|
37679
|
+
.a-Form-item {
|
|
37305
37680
|
display: flex;
|
|
37306
|
-
flex-wrap: wrap;
|
|
37307
37681
|
margin-bottom: 0;
|
|
37308
|
-
padding: var(--Form-item-gap) 0;
|
|
37682
|
+
padding: var(--Form-item-mobile-gap) 0;
|
|
37309
37683
|
position: relative;
|
|
37310
37684
|
}
|
|
37311
|
-
.a-Form
|
|
37685
|
+
.a-Form-item::after {
|
|
37312
37686
|
position: absolute;
|
|
37313
37687
|
box-sizing: border-box;
|
|
37314
37688
|
content: " ";
|
|
@@ -37318,11 +37692,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37318
37692
|
left: 0;
|
|
37319
37693
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37320
37694
|
}
|
|
37321
|
-
.a-Form
|
|
37322
|
-
.a-Form
|
|
37695
|
+
.a-Form-item .a-InputGroup-addOn,
|
|
37696
|
+
.a-Form-item .a-TextControl-addOn {
|
|
37323
37697
|
border: none;
|
|
37324
37698
|
}
|
|
37325
|
-
.a-Form
|
|
37699
|
+
.a-Form-item .a-Form-label {
|
|
37326
37700
|
flex: 0 0 28%;
|
|
37327
37701
|
max-width: 28%;
|
|
37328
37702
|
min-height: 1px;
|
|
@@ -37333,111 +37707,217 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37333
37707
|
margin-bottom: 0;
|
|
37334
37708
|
font-size: var(--fontSizeLg);
|
|
37335
37709
|
}
|
|
37336
|
-
.a-Form .a-Form-
|
|
37710
|
+
.a-Form-item .a-Form-label + .a-Form-item-controlBox {
|
|
37711
|
+
max-width: 72%;
|
|
37712
|
+
}
|
|
37713
|
+
.a-Form-item .a-Form-label > span {
|
|
37714
|
+
line-height: 2rem;
|
|
37715
|
+
display: inline-block;
|
|
37716
|
+
}
|
|
37717
|
+
.a-Form-item .a-Form-description {
|
|
37337
37718
|
font-size: var(--fontSizeBase);
|
|
37338
37719
|
}
|
|
37339
|
-
.a-Form
|
|
37720
|
+
.a-Form-item .a-TextControl-input {
|
|
37340
37721
|
font-size: var(--fontSizeLg);
|
|
37341
37722
|
}
|
|
37342
|
-
.a-Form
|
|
37723
|
+
.a-Form-item .a-TextControl-input input {
|
|
37343
37724
|
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
|
37344
37725
|
}
|
|
37345
|
-
.a-Form .a-
|
|
37346
|
-
|
|
37726
|
+
.a-Form-item .a-NumberControl .a-Number {
|
|
37727
|
+
flex: 1;
|
|
37728
|
+
border: none;
|
|
37729
|
+
}
|
|
37730
|
+
.a-Form-item .a-NumberControl .a-Number .a-Number-handler-wrap {
|
|
37731
|
+
display: none;
|
|
37732
|
+
}
|
|
37733
|
+
.a-Form-item .a-NumberControl .a-Select {
|
|
37734
|
+
flex: none;
|
|
37735
|
+
border: none;
|
|
37736
|
+
}
|
|
37737
|
+
.a-Form-item .a-Number--enhance {
|
|
37738
|
+
float: right;
|
|
37739
|
+
border: none;
|
|
37740
|
+
}
|
|
37741
|
+
.a-Form-item .a-Number--enhance-left-icon, .a-Form-item .a-Number--enhance-right-icon {
|
|
37742
|
+
width: var(--inputNumber-enhance-mobile-icon-width);
|
|
37743
|
+
height: var(--inputNumber-enhance-mobile-icon-height);
|
|
37744
|
+
border: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37745
|
+
border-radius: var(--Form-input-borderRadius);
|
|
37746
|
+
-webkit-user-select: none;
|
|
37747
|
+
-moz-user-select: none;
|
|
37748
|
+
user-select: none;
|
|
37749
|
+
}
|
|
37750
|
+
.a-Form-item .a-Number--enhance-left-icon svg.icon, .a-Form-item .a-Number--enhance-right-icon svg.icon {
|
|
37751
|
+
top: 0;
|
|
37752
|
+
}
|
|
37753
|
+
.a-Form-item .a-Number--enhance .a-Number-input {
|
|
37754
|
+
text-align: center;
|
|
37755
|
+
}
|
|
37756
|
+
.a-Form-item .a-Number--enhance .a-Number--enhance-input {
|
|
37757
|
+
width: var(--inputNumber-enhance-mobile-input-width);
|
|
37758
|
+
text-align: center;
|
|
37759
|
+
}
|
|
37760
|
+
.a-Form-item .a-Number--enhance .a-InputNumber-enhance-minus,
|
|
37761
|
+
.a-Form-item .a-Number--enhance .a-InputNumber-enhance-plus {
|
|
37762
|
+
width: var(--inputNumber-enhance-mobile-icon-inner-width);
|
|
37763
|
+
height: var(--inputNumber-enhance-mobile-icon-inner-height);
|
|
37764
|
+
display: flex;
|
|
37765
|
+
justify-content: center;
|
|
37766
|
+
align-items: center;
|
|
37767
|
+
}
|
|
37768
|
+
.a-Form-item .a-Number--enhance:hover .a-Number-input {
|
|
37769
|
+
padding-left: var(--inputNumber-enhance-default-paddingLeft);
|
|
37770
|
+
padding-right: var(--inputNumber-enhance-default-paddingRight);
|
|
37771
|
+
}
|
|
37772
|
+
.a-Form-item .a-Form-value,
|
|
37773
|
+
.a-Form-item .a-Form-control {
|
|
37347
37774
|
flex: 1;
|
|
37348
37775
|
flex-wrap: wrap;
|
|
37349
37776
|
font-size: var(--fontSizeLg);
|
|
37350
37777
|
}
|
|
37351
|
-
.a-Form
|
|
37352
|
-
.a-Form
|
|
37778
|
+
.a-Form-item .a-Form-value .a-ColorPicker > input,
|
|
37779
|
+
.a-Form-item .a-Form-control .a-ColorPicker > input {
|
|
37780
|
+
height: 100%;
|
|
37781
|
+
}
|
|
37782
|
+
.a-Form-item .a-Form-value .a-ResultBox,
|
|
37783
|
+
.a-Form-item .a-Form-control .a-ResultBox {
|
|
37784
|
+
height: 100%;
|
|
37785
|
+
}
|
|
37786
|
+
.a-Form-item .a-Form-value .a-ResultBox .a-ResultBox-value-wrap,
|
|
37787
|
+
.a-Form-item .a-Form-control .a-ResultBox .a-ResultBox-value-wrap {
|
|
37788
|
+
justify-content: flex-end;
|
|
37789
|
+
text-align: right;
|
|
37790
|
+
}
|
|
37791
|
+
.a-Form-item .a-Form-value.is-disabled > .a-TextControl-input,
|
|
37792
|
+
.a-Form-item .a-Form-control.is-disabled > .a-TextControl-input {
|
|
37353
37793
|
background: transparent;
|
|
37354
37794
|
}
|
|
37355
|
-
.a-Form
|
|
37795
|
+
.a-Form-item .a-SelectControl.a-Form-control {
|
|
37356
37796
|
overflow: hidden;
|
|
37357
37797
|
}
|
|
37358
|
-
.a-Form
|
|
37359
|
-
.a-Form
|
|
37360
|
-
.a-Form .a-Form-
|
|
37361
|
-
.a-Form
|
|
37362
|
-
.a-Form
|
|
37363
|
-
.a-Form
|
|
37364
|
-
.a-Form
|
|
37365
|
-
.a-Form .a-Form-item .a-CheckboxesControl {
|
|
37798
|
+
.a-Form-item .a-Form-hint,
|
|
37799
|
+
.a-Form-item .a-Form-remark,
|
|
37800
|
+
.a-Form-item .a-Form-group--hor .a-Form-item,
|
|
37801
|
+
.a-Form-item .a-SwitchControl,
|
|
37802
|
+
.a-Form-item .a-CheckboxControl,
|
|
37803
|
+
.a-Form-item .a-RadiosControl,
|
|
37804
|
+
.a-Form-item .a-CheckboxesControl {
|
|
37366
37805
|
padding-top: 0;
|
|
37367
37806
|
padding-bottom: 0;
|
|
37368
37807
|
}
|
|
37369
|
-
.a-Form
|
|
37808
|
+
.a-Form-item .a-SwitchControl,
|
|
37809
|
+
.a-Form-item .a-TransferControl,
|
|
37810
|
+
.a-Form-item .a-TagControl,
|
|
37811
|
+
.a-Form-item .a-CheckboxControl,
|
|
37812
|
+
.a-Form-item .a-TreeSelectControl,
|
|
37813
|
+
.a-Form-item .a-NestedSelectControl,
|
|
37814
|
+
.a-Form-item .a-TabsTransferControl {
|
|
37815
|
+
padding-top: 0.1875rem;
|
|
37816
|
+
}
|
|
37817
|
+
.a-Form-item--inline {
|
|
37818
|
+
margin-right: 0;
|
|
37819
|
+
}
|
|
37820
|
+
.a-Form-item .a-Form-item-controlBox {
|
|
37821
|
+
flex: 1;
|
|
37822
|
+
max-width: -moz-available;
|
|
37823
|
+
max-width: -webkit-fill-available;
|
|
37824
|
+
max-width: fill-available;
|
|
37825
|
+
}
|
|
37826
|
+
.a-Form-item .a-Form-static .a-Progress {
|
|
37827
|
+
margin-top: 0.1875rem;
|
|
37828
|
+
}
|
|
37829
|
+
.a-Form-item .a-Form-static .a-Field-quickEditBtn {
|
|
37830
|
+
vertical-align: baseline;
|
|
37831
|
+
}
|
|
37832
|
+
.a-Form-item .a-Form-group--horizontal .a-TextControl-input input {
|
|
37370
37833
|
height: var(--Form-input-height);
|
|
37371
37834
|
}
|
|
37372
|
-
.a-Form
|
|
37835
|
+
.a-Form-item .a-Form-hint {
|
|
37373
37836
|
font-size: var(--fontSizeBase);
|
|
37374
37837
|
margin-left: 0;
|
|
37375
37838
|
color: var(--text--muted-color);
|
|
37376
37839
|
}
|
|
37377
|
-
.a-Form
|
|
37840
|
+
.a-Form-item .a-TextControl-placeholder {
|
|
37378
37841
|
top: 0;
|
|
37379
37842
|
}
|
|
37380
|
-
.a-Form
|
|
37843
|
+
.a-Form-item .a-Form-static {
|
|
37381
37844
|
min-height: 0;
|
|
37382
37845
|
}
|
|
37383
|
-
.a-Form
|
|
37384
|
-
.a-Form
|
|
37846
|
+
.a-Form-item .a-Form-description,
|
|
37847
|
+
.a-Form-item .a-Form-feedback {
|
|
37385
37848
|
font-size: var(--fontSizeBase);
|
|
37386
37849
|
}
|
|
37387
|
-
.a-Form
|
|
37388
|
-
.a-Form
|
|
37850
|
+
.a-Form-item .a-InputGroup .a-Select,
|
|
37851
|
+
.a-Form-item .a-InputGroup .a-InputGroup-btn .a-Button {
|
|
37389
37852
|
border: none;
|
|
37390
37853
|
}
|
|
37391
|
-
.a-Form
|
|
37854
|
+
.a-Form-item .a-InputGroup > .a-TextControl-input input {
|
|
37392
37855
|
height: var(--Form-input-height);
|
|
37393
37856
|
}
|
|
37394
|
-
.a-Form
|
|
37857
|
+
.a-Form-item .a-ColorPicker {
|
|
37395
37858
|
padding: 0;
|
|
37396
37859
|
border: none;
|
|
37397
37860
|
}
|
|
37398
|
-
.a-Form
|
|
37861
|
+
.a-Form-item .a-ColorPicker .a-ColorPicker-arrow {
|
|
37399
37862
|
display: none;
|
|
37400
37863
|
}
|
|
37401
|
-
.a-Form
|
|
37864
|
+
.a-Form-item .a-Form-group--hor .a-Form-item .a-Button {
|
|
37402
37865
|
margin-bottom: var(--gap-xs);
|
|
37403
37866
|
}
|
|
37404
|
-
.a-Form
|
|
37405
|
-
.a-Form
|
|
37406
|
-
.a-Form
|
|
37867
|
+
.a-Form-item .a-TextareaControl > textarea,
|
|
37868
|
+
.a-Form-item .a-Form-control > .a-TextControl-input,
|
|
37869
|
+
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input {
|
|
37407
37870
|
border: none;
|
|
37408
37871
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
37409
37872
|
box-shadow: none;
|
|
37873
|
+
border-radius: 0;
|
|
37410
37874
|
}
|
|
37411
|
-
.a-Form
|
|
37412
|
-
.a-Form
|
|
37413
|
-
.a-Form
|
|
37414
|
-
.a-Form
|
|
37415
|
-
.a-Form
|
|
37416
|
-
.a-Form
|
|
37417
|
-
.a-Form
|
|
37875
|
+
.a-Form-item .a-TextareaControl > textarea:hover, .a-Form-item .a-TextareaControl > textarea:focus, .a-Form-item .a-TextareaControl > textarea.active,
|
|
37876
|
+
.a-Form-item .a-Form-control > .a-TextControl-input:hover,
|
|
37877
|
+
.a-Form-item .a-Form-control > .a-TextControl-input:focus,
|
|
37878
|
+
.a-Form-item .a-Form-control > .a-TextControl-input.active,
|
|
37879
|
+
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input:hover,
|
|
37880
|
+
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input:focus,
|
|
37881
|
+
.a-Form-item .a-TextControl.is-focused > .a-TextControl-input.active {
|
|
37418
37882
|
border: none;
|
|
37419
37883
|
outline: none;
|
|
37420
37884
|
outline-style: none;
|
|
37421
37885
|
}
|
|
37422
|
-
.a-Form
|
|
37886
|
+
.a-Form-item .a-Form-control > .a-TextControl-input--multiple {
|
|
37423
37887
|
padding: 0;
|
|
37424
37888
|
min-height: 0;
|
|
37425
37889
|
}
|
|
37426
|
-
.a-Form
|
|
37890
|
+
.a-Form-groupColumn {
|
|
37427
37891
|
margin-bottom: 0;
|
|
37428
37892
|
}
|
|
37429
|
-
.a-Form
|
|
37893
|
+
.a-Form-item:nth-last-of-type(1)::after {
|
|
37430
37894
|
display: none;
|
|
37431
37895
|
}
|
|
37432
|
-
.a-Form
|
|
37896
|
+
.a-Form-item.is-placeholder::after {
|
|
37433
37897
|
display: none;
|
|
37434
37898
|
}
|
|
37435
|
-
.a-
|
|
37899
|
+
.a-Tabs-pane {
|
|
37436
37900
|
padding: 0;
|
|
37437
37901
|
}
|
|
37438
|
-
.a-Form
|
|
37902
|
+
.a-Form-item .a-Form-groupColumn > .a-Form-item {
|
|
37439
37903
|
padding-bottom: var(--Form-input-paddingX);
|
|
37440
37904
|
}
|
|
37905
|
+
.a-Form-groupColumn {
|
|
37906
|
+
position: relative;
|
|
37907
|
+
}
|
|
37908
|
+
.a-Form-groupColumn::after {
|
|
37909
|
+
position: absolute;
|
|
37910
|
+
box-sizing: border-box;
|
|
37911
|
+
content: " ";
|
|
37912
|
+
pointer-events: none;
|
|
37913
|
+
right: 0;
|
|
37914
|
+
bottom: 0;
|
|
37915
|
+
left: 0;
|
|
37916
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37917
|
+
}
|
|
37918
|
+
.a-Form-groupColumn:nth-last-of-type(1)::after {
|
|
37919
|
+
display: none;
|
|
37920
|
+
}
|
|
37441
37921
|
}
|
|
37442
37922
|
.a-UserSelect {
|
|
37443
37923
|
position: relative;
|
|
@@ -38335,8 +38815,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38335
38815
|
/* 函数列表 */
|
|
38336
38816
|
}
|
|
38337
38817
|
.a-FormulaEditor-content {
|
|
38338
|
-
|
|
38339
|
-
|
|
38818
|
+
flex: 1;
|
|
38819
|
+
height: 100%;
|
|
38820
|
+
max-width: 33.125rem;
|
|
38821
|
+
border-top: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38822
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38340
38823
|
}
|
|
38341
38824
|
.a-FormulaEditor-header {
|
|
38342
38825
|
width: 100%;
|
|
@@ -38349,8 +38832,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38349
38832
|
border-bottom: none;
|
|
38350
38833
|
font-weight: 500;
|
|
38351
38834
|
}
|
|
38835
|
+
.a-FormulaEditor-header-toolbar {
|
|
38836
|
+
font-size: 12px;
|
|
38837
|
+
float: right;
|
|
38838
|
+
}
|
|
38839
|
+
.a-FormulaEditor-header-toolbar > span {
|
|
38840
|
+
margin-right: 5px;
|
|
38841
|
+
}
|
|
38352
38842
|
.a-FormulaEditor-editor {
|
|
38353
|
-
height: 12.5rem;
|
|
38843
|
+
min-height: 12.5rem;
|
|
38844
|
+
height: calc(100% - 35px);
|
|
38354
38845
|
padding: 0.3125rem;
|
|
38355
38846
|
padding-right: 0;
|
|
38356
38847
|
}
|
|
@@ -38377,31 +38868,26 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38377
38868
|
flex-flow: row nowrap;
|
|
38378
38869
|
align-items: stretch;
|
|
38379
38870
|
justify-content: space-between;
|
|
38380
|
-
height:
|
|
38871
|
+
height: 28.125rem;
|
|
38381
38872
|
margin-top: 0.625rem;
|
|
38382
38873
|
}
|
|
38383
|
-
.a-FormulaEditor-settings
|
|
38384
|
-
width:
|
|
38874
|
+
.a-FormulaEditor-settings.is-mobile {
|
|
38875
|
+
width: 100%;
|
|
38876
|
+
overflow-x: scroll;
|
|
38877
|
+
overflow-y: hidden;
|
|
38385
38878
|
}
|
|
38386
38879
|
.a-FormulaEditor-settings.only-variable {
|
|
38387
38880
|
height: 21.875rem;
|
|
38388
38881
|
}
|
|
38389
38882
|
.a-FormulaEditor-panel {
|
|
38390
38883
|
display: flex;
|
|
38391
|
-
flex: 1;
|
|
38392
38884
|
flex-flow: column nowrap;
|
|
38393
38885
|
justify-content: space-between;
|
|
38394
38886
|
align-items: stretch;
|
|
38395
38887
|
height: 100%;
|
|
38396
|
-
|
|
38888
|
+
width: 11.75rem;
|
|
38397
38889
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38398
38890
|
}
|
|
38399
|
-
.a-FormulaEditor-panel:not(:last-child) {
|
|
38400
|
-
margin-right: 0.625rem;
|
|
38401
|
-
}
|
|
38402
|
-
.a-FormulaEditor-panel:last-child {
|
|
38403
|
-
flex: 1;
|
|
38404
|
-
}
|
|
38405
38891
|
.a-FormulaEditor-panel-header {
|
|
38406
38892
|
width: 100%;
|
|
38407
38893
|
height: 1.875rem;
|
|
@@ -38423,6 +38909,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38423
38909
|
.a-FormulaEditor-panel-body--tabs {
|
|
38424
38910
|
max-height: 100%;
|
|
38425
38911
|
}
|
|
38912
|
+
.a-FormulaEditor-panel.left {
|
|
38913
|
+
justify-content: normal !important;
|
|
38914
|
+
border-radius: var(--borderRadius) 0 0 var(--borderRadius);
|
|
38915
|
+
}
|
|
38916
|
+
.a-FormulaEditor-panel.right {
|
|
38917
|
+
width: 20.625rem;
|
|
38918
|
+
border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
|
|
38919
|
+
}
|
|
38920
|
+
.a-FormulaEditor-VariableList {
|
|
38921
|
+
height: 100%;
|
|
38922
|
+
}
|
|
38426
38923
|
.a-FormulaEditor-VariableList-root {
|
|
38427
38924
|
max-height: 100%;
|
|
38428
38925
|
}
|
|
@@ -38438,7 +38935,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38438
38935
|
max-height: 100%;
|
|
38439
38936
|
}
|
|
38440
38937
|
.a-FormulaEditor-VariableList-base.is-scrollable {
|
|
38441
|
-
overflow-x:
|
|
38938
|
+
overflow-x: auto;
|
|
38442
38939
|
overflow-y: auto;
|
|
38443
38940
|
}
|
|
38444
38941
|
.a-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
@@ -38480,7 +38977,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38480
38977
|
padding: 0;
|
|
38481
38978
|
}
|
|
38482
38979
|
.a-FormulaEditor-VariableList-tabs .a-Tabs-content .a-FormulaEditor-VariableList-sub .a-FormulaEditor-VariableList-body {
|
|
38483
|
-
max-height: 13.75rem;
|
|
38484
38980
|
overflow-y: hidden;
|
|
38485
38981
|
}
|
|
38486
38982
|
.a-FormulaEditor-VariableList-tabs .a-Tabs-content .a-FormulaEditor-VariableList-sub-FormulaEditor-VariableList-base {
|
|
@@ -38550,6 +39046,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38550
39046
|
flex: 1;
|
|
38551
39047
|
width: 0;
|
|
38552
39048
|
display: inline-block;
|
|
39049
|
+
min-width: 3.125rem;
|
|
39050
|
+
}
|
|
39051
|
+
.a-FormulaEditor-VariableList-item .fa-ellipsis-h {
|
|
39052
|
+
margin-right: 0.3125rem;
|
|
39053
|
+
}
|
|
39054
|
+
.a-FormulaEditor-VariableList-item .fa-ellipsis-h:hover {
|
|
39055
|
+
color: var(--primary);
|
|
38553
39056
|
}
|
|
38554
39057
|
.a-FormulaEditor-VariableList-item-tag {
|
|
38555
39058
|
vertical-align: middle;
|
|
@@ -38562,21 +39065,35 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38562
39065
|
line-height: 1.5rem;
|
|
38563
39066
|
height: 1.5rem;
|
|
38564
39067
|
}
|
|
39068
|
+
.a-FormulaEditor-VariableList-item-oper {
|
|
39069
|
+
list-style: none;
|
|
39070
|
+
max-width: 14.6875rem;
|
|
39071
|
+
font-size: var(--fontSizeSm);
|
|
39072
|
+
min-width: 100px;
|
|
39073
|
+
padding: 0 5px;
|
|
39074
|
+
margin: 5px;
|
|
39075
|
+
text-align: center;
|
|
39076
|
+
}
|
|
39077
|
+
.a-FormulaEditor-VariableList-item-oper li {
|
|
39078
|
+
line-height: 24px;
|
|
39079
|
+
}
|
|
39080
|
+
.a-FormulaEditor-VariableList-item-oper li:hover {
|
|
39081
|
+
cursor: pointer;
|
|
39082
|
+
background: var(--Form-select-menu-onHover-bg);
|
|
39083
|
+
}
|
|
39084
|
+
.a-FormulaEditor-VariableList .a-GroupedSelection {
|
|
39085
|
+
max-height: 100%;
|
|
39086
|
+
}
|
|
38565
39087
|
.a-FormulaEditor-VariableList .a-GroupedSelection-item-tag {
|
|
38566
39088
|
line-height: 17px;
|
|
38567
39089
|
}
|
|
39090
|
+
.a-FormulaEditor-VariableList .a-GroupedSelection-itemLabel {
|
|
39091
|
+
font-size: var(--fontSizeSm);
|
|
39092
|
+
}
|
|
38568
39093
|
.a-FormulaEditor-FuncList {
|
|
38569
39094
|
display: flex;
|
|
38570
|
-
flex-flow:
|
|
38571
|
-
|
|
38572
|
-
align-items: stretch;
|
|
38573
|
-
flex: 1;
|
|
38574
|
-
}
|
|
38575
|
-
.a-FormulaEditor-FuncList .a-FormulaEditor-panel {
|
|
38576
|
-
width: 11.75rem;
|
|
38577
|
-
}
|
|
38578
|
-
.a-FormulaEditor-FuncList:not(:last-child) {
|
|
38579
|
-
margin-right: 0.625rem;
|
|
39095
|
+
flex-flow: column nowrap;
|
|
39096
|
+
height: 100%;
|
|
38580
39097
|
}
|
|
38581
39098
|
.a-FormulaEditor-FuncList-searchBox {
|
|
38582
39099
|
display: flex;
|
|
@@ -38636,20 +39153,30 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38636
39153
|
.a-FormulaEditor-FuncList-doc {
|
|
38637
39154
|
display: flex;
|
|
38638
39155
|
flex-flow: column nowrap;
|
|
38639
|
-
padding: 0.625rem;
|
|
38640
|
-
|
|
39156
|
+
padding: 0 0.625rem;
|
|
39157
|
+
font-size: 12px;
|
|
39158
|
+
height: 100%;
|
|
39159
|
+
overflow: hidden;
|
|
38641
39160
|
}
|
|
38642
39161
|
.a-FormulaEditor-FuncList-doc pre {
|
|
38643
39162
|
white-space: pre-wrap;
|
|
38644
39163
|
word-wrap: break-word;
|
|
38645
|
-
background: var(--InputFormula-code-bgColor);
|
|
38646
|
-
padding: 0.3125rem 0.625rem;
|
|
38647
39164
|
border-radius: var(--borderRadius);
|
|
38648
39165
|
margin-top: 0;
|
|
38649
39166
|
}
|
|
38650
39167
|
.a-FormulaEditor-FuncList-doc pre code {
|
|
38651
39168
|
color: #2468f2;
|
|
38652
39169
|
}
|
|
39170
|
+
.a-FormulaEditor-FuncList-doc-example {
|
|
39171
|
+
font-size: var(--fontSizeSm) !important;
|
|
39172
|
+
}
|
|
39173
|
+
.a-FormulaEditor-FuncList-doc-example th {
|
|
39174
|
+
padding: 0.3125rem !important;
|
|
39175
|
+
font-size: var(--fontSizeSm) !important;
|
|
39176
|
+
}
|
|
39177
|
+
.a-FormulaEditor-FuncList-doc-example td {
|
|
39178
|
+
padding: 0.3125rem !important;
|
|
39179
|
+
}
|
|
38653
39180
|
.a-FormulaEditor-FuncList-doc-desc {
|
|
38654
39181
|
color: var(--text--loud-color);
|
|
38655
39182
|
overflow-x: hidden;
|
|
@@ -38664,6 +39191,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38664
39191
|
border-radius: 3px;
|
|
38665
39192
|
background: rgba(0, 0, 0, 0.3);
|
|
38666
39193
|
}
|
|
39194
|
+
.a-FormulaEditor-FuncList.withDoc {
|
|
39195
|
+
max-height: 50% !important;
|
|
39196
|
+
}
|
|
39197
|
+
.a-FormulaEditor-FuncDoc {
|
|
39198
|
+
height: 300px;
|
|
39199
|
+
overflow: hidden;
|
|
39200
|
+
background: var(--InputFormula-code-bgColor);
|
|
39201
|
+
}
|
|
38667
39202
|
.a-FormulaEditor .cm-field,
|
|
38668
39203
|
.a-FormulaEditor .cm-func {
|
|
38669
39204
|
border-radius: 3px;
|
|
@@ -38672,7 +39207,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38672
39207
|
padding: 0 2px;
|
|
38673
39208
|
}
|
|
38674
39209
|
.a-FormulaEditor .cm-field {
|
|
38675
|
-
padding:
|
|
39210
|
+
padding: 2px 5px;
|
|
38676
39211
|
}
|
|
38677
39212
|
.a-FormulaEditor .cm-field {
|
|
38678
39213
|
background: #007bff;
|
|
@@ -38688,6 +39223,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38688
39223
|
justify-content: space-between;
|
|
38689
39224
|
align-items: center;
|
|
38690
39225
|
}
|
|
39226
|
+
.a-FormulaPicker-popup {
|
|
39227
|
+
height: 36.25rem;
|
|
39228
|
+
}
|
|
39229
|
+
.a-FormulaPicker-popup-inner {
|
|
39230
|
+
width: 100%;
|
|
39231
|
+
box-sizing: border-box;
|
|
39232
|
+
padding: 0 1rem;
|
|
39233
|
+
}
|
|
38691
39234
|
.a-FormulaPicker-input {
|
|
38692
39235
|
flex: 1;
|
|
38693
39236
|
margin-right: 0.625rem;
|
|
@@ -38735,11 +39278,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38735
39278
|
}
|
|
38736
39279
|
.a-FormulaPicker.is-input-group {
|
|
38737
39280
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38738
|
-
padding:
|
|
39281
|
+
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
38739
39282
|
border-radius: var(--borderRadius);
|
|
38740
39283
|
background-color: #fff;
|
|
38741
39284
|
height: var(--Form-input-height);
|
|
38742
39285
|
}
|
|
39286
|
+
.a-FormulaPicker.is-input-group.a-FormulaPicker--text {
|
|
39287
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
39288
|
+
}
|
|
38743
39289
|
.a-FormulaPicker.is-input-group .a-FormulaPicker-input {
|
|
38744
39290
|
display: flex;
|
|
38745
39291
|
align-items: center;
|
|
@@ -38747,14 +39293,30 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38747
39293
|
padding: 0;
|
|
38748
39294
|
border: 0;
|
|
38749
39295
|
margin: 0;
|
|
39296
|
+
margin-right: 0.625rem;
|
|
39297
|
+
max-width: unset;
|
|
38750
39298
|
}
|
|
38751
39299
|
.a-FormulaPicker.is-input-group .a-FormulaPicker-input:focus {
|
|
38752
39300
|
border: none;
|
|
38753
39301
|
outline: none;
|
|
38754
39302
|
box-sizing: none;
|
|
38755
39303
|
}
|
|
39304
|
+
.a-FormulaPicker.is-input-group .a-FormulaPicker-input-number, .a-FormulaPicker.is-input-group .a-FormulaPicker-input-select, .a-FormulaPicker.is-input-group .a-FormulaPicker-input-boolean, .a-FormulaPicker.is-input-group .a-FormulaPicker-input-date, .a-FormulaPicker.is-input-group .a-FormulaPicker-input-time, .a-FormulaPicker.is-input-group .a-FormulaPicker-input-datetime {
|
|
39305
|
+
height: var(--InputFormula-input-schema-height);
|
|
39306
|
+
padding-left: var(--Form-input-paddingX);
|
|
39307
|
+
}
|
|
39308
|
+
.a-FormulaPicker.is-input-group .a-FormulaPicker-input-number .a-Number-handler-wrap {
|
|
39309
|
+
height: unset; /* 避免调节器超出Input框 */
|
|
39310
|
+
}
|
|
39311
|
+
.a-FormulaPicker.is-input-group .a-FormulaPicker-input-variable {
|
|
39312
|
+
border: none;
|
|
39313
|
+
min-height: unset;
|
|
39314
|
+
line-height: 1.125rem;
|
|
39315
|
+
padding-top: 0;
|
|
39316
|
+
padding-bottom: 0;
|
|
39317
|
+
}
|
|
38756
39318
|
.a-FormulaPicker.is-input-group .a-FormulaPicker-toggler .icon-function {
|
|
38757
|
-
transform: scale(1.
|
|
39319
|
+
transform: scale(1.3);
|
|
38758
39320
|
}
|
|
38759
39321
|
.a-FormulaPicker.is-input-group .a-FormulaPicker-toggler .icon-ellipsis-v {
|
|
38760
39322
|
transform: rotate(90deg);
|
|
@@ -38853,9 +39415,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38853
39415
|
color: var(--Timeline-detail-icon-color);
|
|
38854
39416
|
width: var(--TimelineItem-detail-arrow-width);
|
|
38855
39417
|
height: var(--TimelineItem-detail-arrow-width);
|
|
39418
|
+
transition: transform var(--animation-duration);
|
|
38856
39419
|
}
|
|
38857
39420
|
.a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow-top {
|
|
38858
|
-
transform:
|
|
39421
|
+
transform: rotate(180deg);
|
|
38859
39422
|
}
|
|
38860
39423
|
.a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
|
|
38861
39424
|
display: block;
|
|
@@ -39229,6 +39792,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39229
39792
|
}
|
|
39230
39793
|
.AMISDebug-tab {
|
|
39231
39794
|
overflow: hidden;
|
|
39795
|
+
border-bottom: 1px solid #3d3d3d;
|
|
39232
39796
|
}
|
|
39233
39797
|
.AMISDebug-tab > button {
|
|
39234
39798
|
color: inherit;
|
|
@@ -39271,6 +39835,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39271
39835
|
.AMISDebug-content {
|
|
39272
39836
|
pointer-events: all;
|
|
39273
39837
|
display: none;
|
|
39838
|
+
height: 100%;
|
|
39274
39839
|
}
|
|
39275
39840
|
.AMISDebug-resize {
|
|
39276
39841
|
position: absolute;
|
|
@@ -39299,7 +39864,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39299
39864
|
}
|
|
39300
39865
|
.AMISDebug.is-expanded {
|
|
39301
39866
|
width: 420px;
|
|
39302
|
-
overflow: auto;
|
|
39303
39867
|
background: #272821;
|
|
39304
39868
|
color: #cccccc;
|
|
39305
39869
|
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
|
@@ -39341,6 +39905,30 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39341
39905
|
.AMISDebug-inspect {
|
|
39342
39906
|
padding: var(--gap-sm);
|
|
39343
39907
|
}
|
|
39908
|
+
.AMISDebug-log, .AMISDebug-inspect {
|
|
39909
|
+
height: 100%;
|
|
39910
|
+
overflow: auto;
|
|
39911
|
+
scrollbar-width: thin;
|
|
39912
|
+
scrollbar-color: #6b6b6b #2b2b2b;
|
|
39913
|
+
}
|
|
39914
|
+
.AMISDebug-log::-webkit-scrollbar, .AMISDebug-inspect::-webkit-scrollbar {
|
|
39915
|
+
position: relative;
|
|
39916
|
+
z-index: 10;
|
|
39917
|
+
background-color: #2c2c2c;
|
|
39918
|
+
width: 16px;
|
|
39919
|
+
height: 16px;
|
|
39920
|
+
border-left: 1px solid #3d3d3d;
|
|
39921
|
+
}
|
|
39922
|
+
.AMISDebug-log::-webkit-scrollbar-thumb, .AMISDebug-inspect::-webkit-scrollbar-thumb {
|
|
39923
|
+
background: #6b6b6b;
|
|
39924
|
+
background-clip: content-box;
|
|
39925
|
+
border: 4px solid transparent;
|
|
39926
|
+
border-radius: 500px;
|
|
39927
|
+
}
|
|
39928
|
+
.AMISDebug-log::-webkit-scrollbar-thumb:hover, .AMISDebug-inspect::-webkit-scrollbar-thumb:hover {
|
|
39929
|
+
background: #939393;
|
|
39930
|
+
background-clip: content-box;
|
|
39931
|
+
}
|
|
39344
39932
|
.AMISDebug-logLine {
|
|
39345
39933
|
overflow-x: hidden;
|
|
39346
39934
|
}
|
|
@@ -39586,6 +40174,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39586
40174
|
}
|
|
39587
40175
|
.a-Nav-Menu-submenu-title {
|
|
39588
40176
|
display: flex;
|
|
40177
|
+
align-items: center;
|
|
39589
40178
|
justify-content: space-between;
|
|
39590
40179
|
}
|
|
39591
40180
|
.a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap {
|