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/cxd.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;
|
|
@@ -9603,6 +9636,10 @@ button::-moz-focus-inner {
|
|
|
9603
9636
|
display: flex;
|
|
9604
9637
|
flex: 0 0 auto;
|
|
9605
9638
|
}
|
|
9639
|
+
.tox .tox-bottom-anchorbar {
|
|
9640
|
+
display: flex;
|
|
9641
|
+
flex: 0 0 auto;
|
|
9642
|
+
}
|
|
9606
9643
|
.tox .tox-bar {
|
|
9607
9644
|
display: flex;
|
|
9608
9645
|
flex: 0 0 auto;
|
|
@@ -10725,8 +10762,14 @@ button::-moz-focus-inner {
|
|
|
10725
10762
|
align-items: flex-start;
|
|
10726
10763
|
display: flex;
|
|
10727
10764
|
flex-direction: column;
|
|
10765
|
+
flex-shrink: 0;
|
|
10728
10766
|
padding: 16px 16px;
|
|
10729
10767
|
}
|
|
10768
|
+
@media only screen and (min-width: 768px) {
|
|
10769
|
+
.tox .tox-dialog__body-nav {
|
|
10770
|
+
max-width: 11em;
|
|
10771
|
+
}
|
|
10772
|
+
}
|
|
10730
10773
|
@media only screen and (max-width: 767px) {
|
|
10731
10774
|
body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
|
|
10732
10775
|
flex-direction: row;
|
|
@@ -10739,11 +10782,12 @@ button::-moz-focus-inner {
|
|
|
10739
10782
|
border-bottom: 2px solid transparent;
|
|
10740
10783
|
color: rgba(34, 47, 62, 0.7);
|
|
10741
10784
|
display: inline-block;
|
|
10785
|
+
flex-shrink: 0;
|
|
10742
10786
|
font-size: 14px;
|
|
10743
10787
|
line-height: 1.3;
|
|
10744
10788
|
margin-bottom: 8px;
|
|
10789
|
+
max-width: 13em;
|
|
10745
10790
|
text-decoration: none;
|
|
10746
|
-
white-space: nowrap;
|
|
10747
10791
|
}
|
|
10748
10792
|
.tox .tox-dialog__body-nav-item:focus {
|
|
10749
10793
|
background-color: rgba(0, 108, 231, 0.1);
|
|
@@ -10757,7 +10801,7 @@ button::-moz-focus-inner {
|
|
|
10757
10801
|
display: flex;
|
|
10758
10802
|
flex: 1;
|
|
10759
10803
|
flex-direction: column;
|
|
10760
|
-
max-height: 650px;
|
|
10804
|
+
max-height: min(650px, 100vh - 110px);
|
|
10761
10805
|
overflow: auto;
|
|
10762
10806
|
-webkit-overflow-scrolling: touch;
|
|
10763
10807
|
padding: 16px 16px;
|
|
@@ -10793,16 +10837,30 @@ button::-moz-focus-inner {
|
|
|
10793
10837
|
.tox .tox-dialog__body-content svg {
|
|
10794
10838
|
fill: #222f3e;
|
|
10795
10839
|
}
|
|
10840
|
+
.tox .tox-dialog__body-content strong {
|
|
10841
|
+
font-weight: bold;
|
|
10842
|
+
}
|
|
10796
10843
|
.tox .tox-dialog__body-content ul {
|
|
10797
|
-
display: block;
|
|
10798
10844
|
list-style-type: disc;
|
|
10845
|
+
}
|
|
10846
|
+
.tox .tox-dialog__body-content ul,
|
|
10847
|
+
.tox .tox-dialog__body-content ol,
|
|
10848
|
+
.tox .tox-dialog__body-content dd {
|
|
10849
|
+
padding-inline-start: 2.5rem;
|
|
10850
|
+
}
|
|
10851
|
+
.tox .tox-dialog__body-content ul,
|
|
10852
|
+
.tox .tox-dialog__body-content ol,
|
|
10853
|
+
.tox .tox-dialog__body-content dl {
|
|
10799
10854
|
margin-bottom: 16px;
|
|
10800
|
-
|
|
10801
|
-
|
|
10802
|
-
|
|
10803
|
-
|
|
10804
|
-
|
|
10805
|
-
|
|
10855
|
+
}
|
|
10856
|
+
.tox .tox-dialog__body-content ul,
|
|
10857
|
+
.tox .tox-dialog__body-content ol,
|
|
10858
|
+
.tox .tox-dialog__body-content dl,
|
|
10859
|
+
.tox .tox-dialog__body-content dd,
|
|
10860
|
+
.tox .tox-dialog__body-content dt {
|
|
10861
|
+
display: block;
|
|
10862
|
+
margin-inline-end: 0;
|
|
10863
|
+
margin-inline-start: 0;
|
|
10806
10864
|
}
|
|
10807
10865
|
.tox .tox-dialog__body-content .tox-form__group h1 {
|
|
10808
10866
|
color: #222f3e;
|
|
@@ -10843,6 +10901,12 @@ button::-moz-focus-inner {
|
|
|
10843
10901
|
margin-bottom: 0;
|
|
10844
10902
|
margin-top: 0;
|
|
10845
10903
|
}
|
|
10904
|
+
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
|
|
10905
|
+
text-align: center;
|
|
10906
|
+
}
|
|
10907
|
+
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
|
|
10908
|
+
text-align: end;
|
|
10909
|
+
}
|
|
10846
10910
|
.tox .tox-dialog--width-lg {
|
|
10847
10911
|
height: 650px;
|
|
10848
10912
|
max-width: 1200px;
|
|
@@ -10911,9 +10975,16 @@ button::-moz-focus-inner {
|
|
|
10911
10975
|
.tox .tox-dialog__table td:first-child {
|
|
10912
10976
|
padding-right: 8px;
|
|
10913
10977
|
}
|
|
10978
|
+
.tox .tox-dialog__iframe {
|
|
10979
|
+
min-height: 200px;
|
|
10980
|
+
}
|
|
10914
10981
|
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
|
10915
10982
|
background: #fff;
|
|
10916
10983
|
}
|
|
10984
|
+
.tox .tox-dialog__iframe.tox-dialog__iframe--bordered {
|
|
10985
|
+
border: 1px solid #eeeeee;
|
|
10986
|
+
border-radius: 6px;
|
|
10987
|
+
}
|
|
10917
10988
|
.tox .tox-dialog__popups {
|
|
10918
10989
|
position: absolute;
|
|
10919
10990
|
width: 100%;
|
|
@@ -11315,6 +11386,7 @@ body.tox-dialog__disable-scroll {
|
|
|
11315
11386
|
cursor: not-allowed;
|
|
11316
11387
|
}
|
|
11317
11388
|
.tox .tox-textfield:focus,
|
|
11389
|
+
.tox .tox-dialog__iframe.tox-dialog__iframe--bordered:focus-within,
|
|
11318
11390
|
.tox .tox-listboxfield .tox-listbox--select:focus,
|
|
11319
11391
|
.tox .tox-textarea-wrap:focus-within,
|
|
11320
11392
|
.tox .tox-textarea:focus,
|
|
@@ -11675,10 +11747,8 @@ body.tox-dialog__disable-scroll {
|
|
|
11675
11747
|
background-color: #fff;
|
|
11676
11748
|
grid-column: 2;
|
|
11677
11749
|
grid-row: 1;
|
|
11678
|
-
-
|
|
11679
|
-
|
|
11680
|
-
-webkit-padding-start: 4px;
|
|
11681
|
-
padding-inline-start: 4px;
|
|
11750
|
+
padding-inline-end: 8px;
|
|
11751
|
+
padding-inline-start: 4px;
|
|
11682
11752
|
padding-top: 5px;
|
|
11683
11753
|
}
|
|
11684
11754
|
.tox .tox-promotion-link {
|
|
@@ -12090,16 +12160,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12090
12160
|
width: 14px;
|
|
12091
12161
|
}
|
|
12092
12162
|
.tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) {
|
|
12093
|
-
-
|
|
12094
|
-
margin-inline-start: 8px;
|
|
12163
|
+
margin-inline-start: 8px;
|
|
12095
12164
|
}
|
|
12096
12165
|
.tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider {
|
|
12097
|
-
-
|
|
12098
|
-
margin-inline-start: 32px;
|
|
12166
|
+
margin-inline-start: 32px;
|
|
12099
12167
|
}
|
|
12100
12168
|
.tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
|
|
12101
|
-
-
|
|
12102
|
-
margin-inline-start: 32px;
|
|
12169
|
+
margin-inline-start: 32px;
|
|
12103
12170
|
}
|
|
12104
12171
|
.tox .tox-source-code {
|
|
12105
12172
|
overflow: auto;
|
|
@@ -12297,6 +12364,9 @@ body.tox-dialog__disable-scroll {
|
|
|
12297
12364
|
.tox .tox-tbtn:active svg {
|
|
12298
12365
|
fill: #222f3e;
|
|
12299
12366
|
}
|
|
12367
|
+
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
|
|
12368
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12369
|
+
}
|
|
12300
12370
|
.tox .tox-tbtn--disabled,
|
|
12301
12371
|
.tox .tox-tbtn--disabled:hover,
|
|
12302
12372
|
.tox .tox-tbtn:disabled,
|
|
@@ -12330,6 +12400,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12330
12400
|
/* stylelint-disable-line no-descending-specificity */
|
|
12331
12401
|
fill: #222f3e;
|
|
12332
12402
|
}
|
|
12403
|
+
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
|
|
12404
|
+
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
|
|
12405
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12406
|
+
}
|
|
12333
12407
|
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
|
|
12334
12408
|
color: #222f3e;
|
|
12335
12409
|
}
|
|
@@ -12397,6 +12471,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12397
12471
|
background: #fff;
|
|
12398
12472
|
color: #222f3e;
|
|
12399
12473
|
}
|
|
12474
|
+
.tox .tox-number-input input:disabled {
|
|
12475
|
+
background: transparent;
|
|
12476
|
+
border: 0;
|
|
12477
|
+
box-shadow: none;
|
|
12478
|
+
color: rgba(34, 47, 62, 0.5);
|
|
12479
|
+
cursor: not-allowed;
|
|
12480
|
+
}
|
|
12400
12481
|
.tox .tox-number-input button {
|
|
12401
12482
|
background: #f7f7f7;
|
|
12402
12483
|
color: #222f3e;
|
|
@@ -12431,6 +12512,16 @@ body.tox-dialog__disable-scroll {
|
|
|
12431
12512
|
.tox .tox-number-input button:active svg {
|
|
12432
12513
|
fill: #222f3e;
|
|
12433
12514
|
}
|
|
12515
|
+
.tox .tox-number-input button:disabled {
|
|
12516
|
+
background: transparent;
|
|
12517
|
+
border: 0;
|
|
12518
|
+
box-shadow: none;
|
|
12519
|
+
color: rgba(34, 47, 62, 0.5);
|
|
12520
|
+
cursor: not-allowed;
|
|
12521
|
+
}
|
|
12522
|
+
.tox .tox-number-input button:disabled svg {
|
|
12523
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12524
|
+
}
|
|
12434
12525
|
.tox .tox-number-input button.minus {
|
|
12435
12526
|
border-radius: 3px 0 0 3px;
|
|
12436
12527
|
}
|
|
@@ -12468,8 +12559,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12468
12559
|
background: #f7f7f7;
|
|
12469
12560
|
}
|
|
12470
12561
|
.tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
|
|
12471
|
-
-
|
|
12472
|
-
margin-inline-start: 4px;
|
|
12562
|
+
margin-inline-start: 4px;
|
|
12473
12563
|
}
|
|
12474
12564
|
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
|
|
12475
12565
|
overflow: hidden;
|
|
@@ -12477,6 +12567,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12477
12567
|
white-space: nowrap;
|
|
12478
12568
|
width: 7em;
|
|
12479
12569
|
}
|
|
12570
|
+
.tox .tox-tbtn--disabled .tox-tbtn__select-label,
|
|
12571
|
+
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
|
|
12572
|
+
cursor: not-allowed;
|
|
12573
|
+
}
|
|
12480
12574
|
.tox .tox-split-button {
|
|
12481
12575
|
border: 0;
|
|
12482
12576
|
border-radius: 3px;
|
|
@@ -12522,6 +12616,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12522
12616
|
.tox.tox-platform-touch .tox-split-button__chevron {
|
|
12523
12617
|
width: 20px;
|
|
12524
12618
|
}
|
|
12619
|
+
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color,
|
|
12620
|
+
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
|
|
12621
|
+
opacity: 0.6;
|
|
12622
|
+
}
|
|
12525
12623
|
.tox .tox-toolbar-overlord {
|
|
12526
12624
|
background-color: #fff;
|
|
12527
12625
|
}
|
|
@@ -12804,9 +12902,6 @@ body.tox-dialog__disable-scroll {
|
|
|
12804
12902
|
flex-direction: column;
|
|
12805
12903
|
/* stylelint-disable no-descending-specificity */
|
|
12806
12904
|
}
|
|
12807
|
-
.tox .tox-tree .tox-tree--directory.tox-tree--directory--expanded > .tox-tree--directory__label .tox-chevron {
|
|
12808
|
-
transform: rotate(90deg);
|
|
12809
|
-
}
|
|
12810
12905
|
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
|
|
12811
12906
|
font-weight: bold;
|
|
12812
12907
|
}
|
|
@@ -12833,9 +12928,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12833
12928
|
}
|
|
12834
12929
|
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
|
|
12835
12930
|
margin-right: 6px;
|
|
12931
|
+
}
|
|
12932
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
|
12933
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
|
|
12836
12934
|
transition: transform 0.5s ease-in-out;
|
|
12837
12935
|
}
|
|
12838
|
-
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label.tox-tree--
|
|
12936
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
|
12937
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
|
|
12839
12938
|
transform: rotate(90deg);
|
|
12840
12939
|
}
|
|
12841
12940
|
.tox .tox-tree .tox-tree--leaf__label {
|
|
@@ -14106,6 +14205,12 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14106
14205
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
14107
14206
|
border: 1px solid #f9f9f9;
|
|
14108
14207
|
}
|
|
14208
|
+
.rdtPicker.is-mobile-year {
|
|
14209
|
+
width: 11.5rem;
|
|
14210
|
+
}
|
|
14211
|
+
.rdtPicker.is-mobile-embed {
|
|
14212
|
+
width: 15rem;
|
|
14213
|
+
}
|
|
14109
14214
|
.rdtPickerNotDays {
|
|
14110
14215
|
width: 192px;
|
|
14111
14216
|
}
|
|
@@ -14706,6 +14811,9 @@ samp {
|
|
|
14706
14811
|
.is-keyword {
|
|
14707
14812
|
color: var(--primary-onActive);
|
|
14708
14813
|
}
|
|
14814
|
+
.visibility-sensor {
|
|
14815
|
+
min-height: 5px;
|
|
14816
|
+
}
|
|
14709
14817
|
html,
|
|
14710
14818
|
body {
|
|
14711
14819
|
width: 100%;
|
|
@@ -17516,11 +17624,16 @@ input[type=button].cxd-Button--block {
|
|
|
17516
17624
|
fill: var(--Drawer-close-onHover-color);
|
|
17517
17625
|
}
|
|
17518
17626
|
.cxd-Drawer-body {
|
|
17519
|
-
padding:
|
|
17627
|
+
padding: 0 var(--drawer-content-paddingRight) var(--drawer-content-paddingBottom) var(--drawer-content-paddingLeft);
|
|
17520
17628
|
flex-basis: 0;
|
|
17521
17629
|
flex-grow: 1;
|
|
17522
17630
|
overflow: auto;
|
|
17523
17631
|
}
|
|
17632
|
+
.cxd-Drawer-body:before {
|
|
17633
|
+
content: "";
|
|
17634
|
+
display: block;
|
|
17635
|
+
height: var(--drawer-content-paddingTop);
|
|
17636
|
+
}
|
|
17524
17637
|
.cxd-Drawer-footer {
|
|
17525
17638
|
display: flex;
|
|
17526
17639
|
align-items: flex-end;
|
|
@@ -18365,7 +18478,9 @@ input[type=button].cxd-Button--block {
|
|
|
18365
18478
|
margin-left: var(--gap-sm);
|
|
18366
18479
|
}
|
|
18367
18480
|
.cxd-PopUp-confirm {
|
|
18481
|
+
color: var(--PopUp-confirmAction-color);
|
|
18368
18482
|
margin-right: var(--gap-sm);
|
|
18483
|
+
border: none;
|
|
18369
18484
|
}
|
|
18370
18485
|
.cxd-PopUp-content {
|
|
18371
18486
|
overflow-y: auto;
|
|
@@ -18373,6 +18488,9 @@ input[type=button].cxd-Button--block {
|
|
|
18373
18488
|
display: flex;
|
|
18374
18489
|
flex: 1;
|
|
18375
18490
|
}
|
|
18491
|
+
.cxd-PopUp-content > div {
|
|
18492
|
+
flex: 1;
|
|
18493
|
+
}
|
|
18376
18494
|
.cxd-PopUp > * {
|
|
18377
18495
|
position: relative;
|
|
18378
18496
|
z-index: 2;
|
|
@@ -18396,7 +18514,8 @@ input[type=button].cxd-Button--block {
|
|
|
18396
18514
|
margin-top: -0.25rem;
|
|
18397
18515
|
}
|
|
18398
18516
|
.cxd-PopUp-safearea {
|
|
18399
|
-
|
|
18517
|
+
padding-bottom: constant(safe-area-inset-bottom);
|
|
18518
|
+
padding-bottom: env(safe-area-inset-bottom);
|
|
18400
18519
|
}
|
|
18401
18520
|
.cxd-PickerColumns {
|
|
18402
18521
|
position: relative;
|
|
@@ -18432,10 +18551,10 @@ input[type=button].cxd-Button--block {
|
|
|
18432
18551
|
background-color: none !important;
|
|
18433
18552
|
}
|
|
18434
18553
|
.cxd-PickerColumns-confirm {
|
|
18435
|
-
color: var(--PickerColumns-confirmAction-color)
|
|
18554
|
+
color: var(--PickerColumns-confirmAction-color);
|
|
18436
18555
|
}
|
|
18437
18556
|
.cxd-PickerColumns-cancel {
|
|
18438
|
-
color: var(--PickerColumns-cancelAction-color)
|
|
18557
|
+
color: var(--PickerColumns-cancelAction-color);
|
|
18439
18558
|
}
|
|
18440
18559
|
.cxd-PickerColumns-title {
|
|
18441
18560
|
max-width: 50%;
|
|
@@ -19138,6 +19257,16 @@ input[type=button].cxd-Button--block {
|
|
|
19138
19257
|
height: 100%;
|
|
19139
19258
|
overflow-x: hidden;
|
|
19140
19259
|
}
|
|
19260
|
+
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links.is-mobile {
|
|
19261
|
+
overflow-x: auto;
|
|
19262
|
+
-ms-overflow-style: none;
|
|
19263
|
+
overflow: -moz-scrollbars-none;
|
|
19264
|
+
}
|
|
19265
|
+
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links.is-mobile::-webkit-scrollbar {
|
|
19266
|
+
display: none;
|
|
19267
|
+
width: 0 !important;
|
|
19268
|
+
height: 0 !important;
|
|
19269
|
+
}
|
|
19141
19270
|
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-links-drag {
|
|
19142
19271
|
position: absolute;
|
|
19143
19272
|
height: 100%;
|
|
@@ -20078,6 +20207,7 @@ input[type=button].cxd-Button--block {
|
|
|
20078
20207
|
background-color: var(--Layout-light-backgroundColor);
|
|
20079
20208
|
font-size: var(--Nav-item-fontSize);
|
|
20080
20209
|
line-height: var(--Nav-Item-height);
|
|
20210
|
+
min-height: 10px;
|
|
20081
20211
|
}
|
|
20082
20212
|
.cxd-Nav-horizontal {
|
|
20083
20213
|
line-height: var(--Nav-Item-height--horizontal);
|
|
@@ -20615,9 +20745,6 @@ input[type=button].cxd-Button--block {
|
|
|
20615
20745
|
box-shadow: none;
|
|
20616
20746
|
margin: 0 calc(var(--Panel-body-paddingTop) * -1) calc(var(--Panel-marginBottom) / 2);
|
|
20617
20747
|
}
|
|
20618
|
-
.cxd-Panel--form .cxd-Panel-body {
|
|
20619
|
-
padding: 0 var(--gap-md) var(--gap-md);
|
|
20620
|
-
}
|
|
20621
20748
|
.cxd-Panel--form > .cxd-Panel-heading {
|
|
20622
20749
|
background: none;
|
|
20623
20750
|
border: none;
|
|
@@ -20816,6 +20943,7 @@ input[type=button].cxd-Button--block {
|
|
|
20816
20943
|
position: relative;
|
|
20817
20944
|
display: inline-flex;
|
|
20818
20945
|
vertical-align: middle;
|
|
20946
|
+
flex-wrap: wrap;
|
|
20819
20947
|
}
|
|
20820
20948
|
.cxd-ButtonGroup > .cxd-Button {
|
|
20821
20949
|
position: relative;
|
|
@@ -20949,15 +21077,16 @@ input[type=button].cxd-Button--block {
|
|
|
20949
21077
|
margin-left: var(--DropDown-caret-marginLeft);
|
|
20950
21078
|
display: inline-block;
|
|
20951
21079
|
vertical-align: top;
|
|
20952
|
-
transition: transform var(--animation-duration) ease;
|
|
20953
21080
|
}
|
|
20954
21081
|
.cxd-DropDown-caret > svg {
|
|
20955
21082
|
width: 0.625rem;
|
|
20956
21083
|
height: 0.625rem;
|
|
20957
|
-
top: 0
|
|
21084
|
+
top: 0;
|
|
21085
|
+
transform: rotate(90deg);
|
|
21086
|
+
transition: transform var(--animation-duration) ease;
|
|
20958
21087
|
}
|
|
20959
|
-
.cxd-DropDown.is-opened .cxd-DropDown-caret {
|
|
20960
|
-
transform: rotate(
|
|
21088
|
+
.cxd-DropDown.is-opened .cxd-DropDown-caret svg {
|
|
21089
|
+
transform: rotate(270deg);
|
|
20961
21090
|
}
|
|
20962
21091
|
.cxd-DropDown.is-actived .cxd-Button {
|
|
20963
21092
|
color: var(--link-color);
|
|
@@ -21011,10 +21140,6 @@ input[type=button].cxd-Button--block {
|
|
|
21011
21140
|
-webkit-text-decoration: var(--link-decoration);
|
|
21012
21141
|
text-decoration: var(--link-decoration);
|
|
21013
21142
|
}
|
|
21014
|
-
.cxd-DropDown-menuItem:hover, .cxd-DropDown-menu > li:hover {
|
|
21015
|
-
background: var(--DropDown-menuItem-onHover-bg);
|
|
21016
|
-
color: var(--DropDown-menuItem-onHover-color);
|
|
21017
|
-
}
|
|
21018
21143
|
.cxd-DropDown-menuItem.is-active, .cxd-DropDown-menu > li.is-active {
|
|
21019
21144
|
background: var(--DropDown-menuItem-onHover-bg);
|
|
21020
21145
|
color: var(--DropDown-menuItem-onActive-color);
|
|
@@ -21052,6 +21177,10 @@ input[type=button].cxd-Button--block {
|
|
|
21052
21177
|
.cxd-DropDown-menuItem.cxd-DropDown-groupTitle ~ .cxd-DropDown-button, .cxd-DropDown-menu > li.cxd-DropDown-groupTitle ~ .cxd-DropDown-button {
|
|
21053
21178
|
padding-left: var(--gap-lg);
|
|
21054
21179
|
}
|
|
21180
|
+
.cxd-DropDown-menuItem:hover, .cxd-DropDown-menu:not(.is-mobile) > li:hover {
|
|
21181
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
|
21182
|
+
color: var(--DropDown-menuItem-onHover-color);
|
|
21183
|
+
}
|
|
21055
21184
|
.cxd-DropDown-menu > li a {
|
|
21056
21185
|
color: inherit;
|
|
21057
21186
|
display: block;
|
|
@@ -21169,7 +21298,8 @@ input[type=button].cxd-Button--block {
|
|
|
21169
21298
|
.cxd-CalendarMobile {
|
|
21170
21299
|
height: 100%;
|
|
21171
21300
|
width: 100%;
|
|
21172
|
-
overflow: scroll;
|
|
21301
|
+
overflow-y: scroll;
|
|
21302
|
+
overflow-x: hidden;
|
|
21173
21303
|
}
|
|
21174
21304
|
.cxd-CalendarMobile-pop {
|
|
21175
21305
|
position: fixed;
|
|
@@ -21182,11 +21312,19 @@ input[type=button].cxd-Button--block {
|
|
|
21182
21312
|
overflow: hidden;
|
|
21183
21313
|
border-width: 0;
|
|
21184
21314
|
}
|
|
21315
|
+
.cxd-CalendarMobile-pop--quarters, .cxd-CalendarMobile-pop--months {
|
|
21316
|
+
height: 25rem;
|
|
21317
|
+
}
|
|
21185
21318
|
.cxd-CalendarMobile-pop--time {
|
|
21186
|
-
height:
|
|
21187
|
-
height: fit-content;
|
|
21319
|
+
height: 22.5rem;
|
|
21188
21320
|
max-height: 90vh;
|
|
21189
21321
|
}
|
|
21322
|
+
.cxd-CalendarMobile-pop--time .cxd-PopUp-content {
|
|
21323
|
+
overflow: hidden;
|
|
21324
|
+
}
|
|
21325
|
+
.cxd-CalendarMobile-pop--years {
|
|
21326
|
+
height: 22.5rem;
|
|
21327
|
+
}
|
|
21190
21328
|
.cxd-CalendarMobile-wrap {
|
|
21191
21329
|
display: flex;
|
|
21192
21330
|
flex-direction: column;
|
|
@@ -21252,6 +21390,7 @@ input[type=button].cxd-Button--block {
|
|
|
21252
21390
|
overflow-y: scroll;
|
|
21253
21391
|
}
|
|
21254
21392
|
.cxd-CalendarMobile-body table {
|
|
21393
|
+
padding: 0;
|
|
21255
21394
|
border-spacing: 0 0.25rem;
|
|
21256
21395
|
}
|
|
21257
21396
|
.cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
|
@@ -21278,14 +21417,15 @@ input[type=button].cxd-Button--block {
|
|
|
21278
21417
|
background: transparent;
|
|
21279
21418
|
}
|
|
21280
21419
|
.cxd-CalendarMobile-body .calendar-wrap {
|
|
21281
|
-
position: relative;
|
|
21282
21420
|
width: 3.125rem;
|
|
21421
|
+
position: relative;
|
|
21283
21422
|
height: 100%;
|
|
21284
21423
|
text-align: center;
|
|
21285
21424
|
display: inline-flex;
|
|
21286
21425
|
align-items: center;
|
|
21287
21426
|
justify-content: center;
|
|
21288
21427
|
border-radius: 0.25rem;
|
|
21428
|
+
padding: 0 0.625rem;
|
|
21289
21429
|
}
|
|
21290
21430
|
.cxd-CalendarMobile-embed .cxd-CalendarMobile-body .calendar-wrap {
|
|
21291
21431
|
width: auto;
|
|
@@ -21295,6 +21435,7 @@ input[type=button].cxd-Button--block {
|
|
|
21295
21435
|
flex-shrink: 0;
|
|
21296
21436
|
}
|
|
21297
21437
|
.cxd-CalendarMobile-footer .date-range-confirm {
|
|
21438
|
+
width: 100%;
|
|
21298
21439
|
height: 2.25rem;
|
|
21299
21440
|
margin: 0.4375rem 0;
|
|
21300
21441
|
border-radius: var(--borderRadiusMd);
|
|
@@ -21302,13 +21443,6 @@ input[type=button].cxd-Button--block {
|
|
|
21302
21443
|
justify-content: center;
|
|
21303
21444
|
align-items: center;
|
|
21304
21445
|
}
|
|
21305
|
-
.cxd-CalendarMobile-footer .is-disabled {
|
|
21306
|
-
opacity: 0.5;
|
|
21307
|
-
color: var(--Button--primary-color);
|
|
21308
|
-
background: var(--Button--primary-bg);
|
|
21309
|
-
border-color: var(--Button--primary-bg);
|
|
21310
|
-
filter: none;
|
|
21311
|
-
}
|
|
21312
21446
|
.cxd-CalendarMobile-footer-toolbar {
|
|
21313
21447
|
padding: 0 1rem;
|
|
21314
21448
|
}
|
|
@@ -21322,11 +21456,11 @@ input[type=button].cxd-Button--block {
|
|
|
21322
21456
|
line-height: 3rem;
|
|
21323
21457
|
}
|
|
21324
21458
|
.cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers {
|
|
21325
|
-
|
|
21459
|
+
padding-left: revert;
|
|
21326
21460
|
white-space: nowrap;
|
|
21327
|
-
|
|
21328
|
-
|
|
21329
|
-
|
|
21461
|
+
line-height: inherit;
|
|
21462
|
+
display: flex;
|
|
21463
|
+
justify-content: space-between;
|
|
21330
21464
|
}
|
|
21331
21465
|
.cxd-CalendarMobile-footer .cxd-DatePicker-shortcuts {
|
|
21332
21466
|
width: auto;
|
|
@@ -21464,6 +21598,15 @@ input[type=button].cxd-Button--block {
|
|
|
21464
21598
|
background: var(--Collapse-header-onHover-bg);
|
|
21465
21599
|
color: var(--collapse-default-header-hover-color);
|
|
21466
21600
|
}
|
|
21601
|
+
.cxd-Collapse-header.is-mobile {
|
|
21602
|
+
background: none;
|
|
21603
|
+
border-radius: 0 !important;
|
|
21604
|
+
position: relative;
|
|
21605
|
+
padding-left: 0;
|
|
21606
|
+
}
|
|
21607
|
+
.cxd-Collapse-header.is-mobile:hover {
|
|
21608
|
+
background: none;
|
|
21609
|
+
}
|
|
21467
21610
|
.cxd-Collapse .Collapse-arrow {
|
|
21468
21611
|
content: var(--collapse-icon-icon);
|
|
21469
21612
|
}
|
|
@@ -21537,6 +21680,24 @@ input[type=button].cxd-Button--block {
|
|
|
21537
21680
|
line-height: var(--collapse-default-content-lineHeight);
|
|
21538
21681
|
background: var(--collapse-default-bg-color);
|
|
21539
21682
|
}
|
|
21683
|
+
.cxd-Collapse.is-mobile {
|
|
21684
|
+
border-top: none;
|
|
21685
|
+
border-left: none;
|
|
21686
|
+
border-right: none;
|
|
21687
|
+
}
|
|
21688
|
+
.cxd-Collapse.is-mobile:last-child {
|
|
21689
|
+
border-bottom: none;
|
|
21690
|
+
}
|
|
21691
|
+
.cxd-Collapse.is-mobile .cxd-Collapse-icon-tranform,
|
|
21692
|
+
.cxd-Collapse.is-mobile .cxd-Collapse-arrow-wrap {
|
|
21693
|
+
margin-right: -1.125rem;
|
|
21694
|
+
float: right;
|
|
21695
|
+
margin-top: 0.125rem;
|
|
21696
|
+
}
|
|
21697
|
+
.cxd-Collapse.is-mobile .cxd-Collapse-content {
|
|
21698
|
+
padding-left: 0;
|
|
21699
|
+
padding-right: 0;
|
|
21700
|
+
}
|
|
21540
21701
|
.cxd-Form .cxd-Collapse {
|
|
21541
21702
|
border: none;
|
|
21542
21703
|
}
|
|
@@ -21571,7 +21732,7 @@ input[type=button].cxd-Button--block {
|
|
|
21571
21732
|
.cxd-CollapseGroup .cxd-Collapse:first-child:nth-last-child(1) > .cxd-Collapse-header {
|
|
21572
21733
|
border-radius: 4px;
|
|
21573
21734
|
}
|
|
21574
|
-
.cxd-CollapseGroup .cxd-Collapse:not(:last-child) {
|
|
21735
|
+
.cxd-CollapseGroup .cxd-Collapse:not(:last-child):not(.is-mobile) {
|
|
21575
21736
|
border-bottom: none;
|
|
21576
21737
|
}
|
|
21577
21738
|
.cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-arrow-wrap {
|
|
@@ -21581,6 +21742,9 @@ input[type=button].cxd-Button--block {
|
|
|
21581
21742
|
.cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-icon-tranform {
|
|
21582
21743
|
float: right;
|
|
21583
21744
|
}
|
|
21745
|
+
.cxd-CollapseGroup.is-mobile.icon-position-right .cxd-Collapse-header .cxd-Collapse-arrow-wrap {
|
|
21746
|
+
margin-right: -1.125rem;
|
|
21747
|
+
}
|
|
21584
21748
|
.cxd-ColorField {
|
|
21585
21749
|
display: inline-block;
|
|
21586
21750
|
}
|
|
@@ -21597,6 +21761,9 @@ input[type=button].cxd-Button--block {
|
|
|
21597
21761
|
margin-left: 10px;
|
|
21598
21762
|
vertical-align: middle;
|
|
21599
21763
|
}
|
|
21764
|
+
.cxd-ConditionBuilderControl.is-mobile {
|
|
21765
|
+
overflow-x: auto;
|
|
21766
|
+
}
|
|
21600
21767
|
.cxd-CBGroup {
|
|
21601
21768
|
font-size: var(--fontSizeSm);
|
|
21602
21769
|
position: relative;
|
|
@@ -21755,6 +21922,7 @@ input[type=button].cxd-Button--block {
|
|
|
21755
21922
|
width: 0.625rem;
|
|
21756
21923
|
height: 0.625rem;
|
|
21757
21924
|
top: 0;
|
|
21925
|
+
transform: rotate(90deg);
|
|
21758
21926
|
}
|
|
21759
21927
|
.cxd-CBGroup-fieldInput.is-active .cxd-CBGroup-fieldCaret, .cxd-CBGroup-operatorInput.is-active .cxd-CBGroup-operatorCaret {
|
|
21760
21928
|
transform: rotate(180deg);
|
|
@@ -21817,7 +21985,7 @@ input[type=button].cxd-Button--block {
|
|
|
21817
21985
|
padding: 10px;
|
|
21818
21986
|
margin: -10px 0px;
|
|
21819
21987
|
background: #fff;
|
|
21820
|
-
z-index:
|
|
21988
|
+
z-index: 2;
|
|
21821
21989
|
}
|
|
21822
21990
|
.cxd-CBGroupOrItem-body-group > .cxd-CBGroupOrItem-dragbar {
|
|
21823
21991
|
left: -0.3125rem;
|
|
@@ -21857,7 +22025,12 @@ input[type=button].cxd-Button--block {
|
|
|
21857
22025
|
.cxd-CBGroupOrItem > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-group > .cxd-CBGroupOrItem-dragbar, .cxd-CBGroupOrItem > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBGroupOrItem-dragbar, .cxd-CBGroupOrItem > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBDelete {
|
|
21858
22026
|
opacity: 0;
|
|
21859
22027
|
}
|
|
21860
|
-
.cxd-CBGroupOrItem:
|
|
22028
|
+
.cxd-CBGroupOrItem:is(.is-mobile) > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-group > .cxd-CBGroupOrItem-dragbar,
|
|
22029
|
+
.cxd-CBGroupOrItem:is(.is-mobile) > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBGroupOrItem-dragbar,
|
|
22030
|
+
.cxd-CBGroupOrItem:is(.is-mobile) > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBDelete {
|
|
22031
|
+
opacity: 1;
|
|
22032
|
+
}
|
|
22033
|
+
.cxd-CBGroupOrItem:not(.is-mobile):hover > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBGroupOrItem-dragbar, .cxd-CBGroupOrItem:not(.is-mobile):hover > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBDelete {
|
|
21861
22034
|
opacity: 1;
|
|
21862
22035
|
}
|
|
21863
22036
|
.cxd-CBGroupOrItem-simple {
|
|
@@ -22400,6 +22573,9 @@ input[type=button].cxd-Button--block {
|
|
|
22400
22573
|
display: inline-flex;
|
|
22401
22574
|
align-items: center;
|
|
22402
22575
|
}
|
|
22576
|
+
.cxd-Crud-toolbar-item.is-mobile {
|
|
22577
|
+
margin-top: 0;
|
|
22578
|
+
}
|
|
22403
22579
|
.cxd-Crud-toolbar-item--left:not(:first-child) {
|
|
22404
22580
|
margin-left: var(--Crud-toolbar-gap);
|
|
22405
22581
|
}
|
|
@@ -22435,139 +22611,8 @@ input[type=button].cxd-Button--block {
|
|
|
22435
22611
|
.cxd-Crud-filter {
|
|
22436
22612
|
margin-bottom: var(--gap-base);
|
|
22437
22613
|
}
|
|
22438
|
-
|
|
22439
|
-
|
|
22440
|
-
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
22441
|
-
flex-basis: 0;
|
|
22442
|
-
flex-grow: 1;
|
|
22443
|
-
}
|
|
22444
|
-
.cxd-Crud-toolbar::before, .cxd-Crud-toolbar::after {
|
|
22445
|
-
display: table;
|
|
22446
|
-
content: "";
|
|
22447
|
-
}
|
|
22448
|
-
.cxd-Crud-toolbar::after {
|
|
22449
|
-
clear: both;
|
|
22450
|
-
}
|
|
22451
|
-
.cxd-Crud-toolbar-item {
|
|
22452
|
-
line-height: var(--Crud-toolbar-lineHeight);
|
|
22453
|
-
height: var(--Crud-toolbar-height);
|
|
22454
|
-
vertical-align: middle;
|
|
22455
|
-
}
|
|
22456
|
-
.cxd-Crud-toolbar-item--left:not(:first-child) {
|
|
22457
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22458
|
-
}
|
|
22459
|
-
.cxd-Crud-toolbar-item--right:not(:last-child) {
|
|
22460
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22461
|
-
}
|
|
22462
|
-
.cxd-Crud-toolbar-item--left {
|
|
22463
|
-
float: left;
|
|
22464
|
-
}
|
|
22465
|
-
.cxd-Crud-toolbar-item--right {
|
|
22466
|
-
float: right;
|
|
22467
|
-
}
|
|
22468
|
-
.cxd-Crud-actions > * + .cxd-Button,
|
|
22469
|
-
.cxd-Crud-actions > * + .cxd-Button--disabled-wrap {
|
|
22470
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22471
|
-
}
|
|
22472
|
-
}
|
|
22473
|
-
.cxd-Crud2 {
|
|
22474
|
-
position: relative;
|
|
22475
|
-
}
|
|
22476
|
-
.cxd-Crud2-selection, .cxd-Crud2-toolbar, .cxd-Crud2-body {
|
|
22477
|
-
margin-bottom: var(--gap-base);
|
|
22478
|
-
}
|
|
22479
|
-
.cxd-Crud2-selectionLabel {
|
|
22480
|
-
display: inline-block;
|
|
22481
|
-
vertical-align: top;
|
|
22482
|
-
margin-top: var(--gap-xs);
|
|
22483
|
-
}
|
|
22484
|
-
.cxd-Crud2-value {
|
|
22485
|
-
cursor: pointer;
|
|
22486
|
-
vertical-align: middle;
|
|
22487
|
-
-webkit-user-select: none;
|
|
22488
|
-
-moz-user-select: none;
|
|
22489
|
-
user-select: none;
|
|
22490
|
-
line-height: calc(
|
|
22491
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22492
|
-
);
|
|
22493
|
-
display: inline-block;
|
|
22494
|
-
font-size: var(--Pick-base-value-fontSize);
|
|
22495
|
-
color: var(--Pick-base-value-color);
|
|
22496
|
-
font-weight: var(--Pick-base-value-fontWeight);
|
|
22497
|
-
background: var(--Pick-base-value-bgColor);
|
|
22498
|
-
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);
|
|
22499
|
-
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);
|
|
22500
|
-
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);
|
|
22501
|
-
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);
|
|
22502
|
-
margin-right: var(--gap-xs);
|
|
22503
|
-
margin-top: var(--gap-xs);
|
|
22504
|
-
}
|
|
22505
|
-
.cxd-Crud2-value:hover {
|
|
22506
|
-
background: var(--Form-selectValue-onHover-bg);
|
|
22507
|
-
}
|
|
22508
|
-
.cxd-Crud2-value.is-disabled {
|
|
22509
|
-
pointer-events: none;
|
|
22510
|
-
opacity: var(--Button-onDisabled-opacity);
|
|
22511
|
-
}
|
|
22512
|
-
.cxd-Crud2-valueIcon {
|
|
22513
|
-
color: var(--Pick-base-value-icon-color);
|
|
22514
|
-
cursor: pointer;
|
|
22515
|
-
border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
|
|
22516
|
-
padding: 1px 5px;
|
|
22517
|
-
}
|
|
22518
|
-
.cxd-Crud2-valueIcon:hover {
|
|
22519
|
-
background: var(--Form-selectValue-onHover-bg);
|
|
22520
|
-
}
|
|
22521
|
-
.cxd-Crud2-valueLabel {
|
|
22522
|
-
padding: 0 var(--gap-xs);
|
|
22523
|
-
}
|
|
22524
|
-
.cxd-Crud2-selectionClear {
|
|
22525
|
-
display: inline-block;
|
|
22526
|
-
cursor: pointer;
|
|
22527
|
-
-webkit-user-select: none;
|
|
22528
|
-
-moz-user-select: none;
|
|
22529
|
-
user-select: none;
|
|
22530
|
-
margin-left: var(--gap-xs);
|
|
22531
|
-
margin-top: var(--gap-xs);
|
|
22532
|
-
vertical-align: middle;
|
|
22533
|
-
}
|
|
22534
|
-
.cxd-Crud2-toolbar-item {
|
|
22535
|
-
margin-top: var(--Crud-toolbar-gap);
|
|
22536
|
-
line-height: var(--Crud-toolbar-lineHeight);
|
|
22537
|
-
height: var(--Crud-toolbar-height);
|
|
22538
|
-
vertical-align: middle;
|
|
22539
|
-
display: inline-flex;
|
|
22540
|
-
align-items: center;
|
|
22541
|
-
}
|
|
22542
|
-
.cxd-Crud2-toolbar-item--left:not(:first-child) {
|
|
22543
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22544
|
-
}
|
|
22545
|
-
.cxd-Crud2-toolbar-item--right:not(:last-child) {
|
|
22546
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22547
|
-
}
|
|
22548
|
-
.cxd-Crud2-toolbar-item--left {
|
|
22549
|
-
float: left;
|
|
22550
|
-
}
|
|
22551
|
-
.cxd-Crud2-toolbar-item--right {
|
|
22552
|
-
float: right;
|
|
22553
|
-
}
|
|
22554
|
-
.cxd-Crud2-actions > * + .cxd-Button,
|
|
22555
|
-
.cxd-Crud2-actions > * + .cxd-ButtonGroup,
|
|
22556
|
-
.cxd-Crud2-actions > * + .cxd-ButtonToolbar {
|
|
22557
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22558
|
-
}
|
|
22559
|
-
.cxd-Crud2-statistics {
|
|
22560
|
-
line-height: var(--Crud-toolbar-height);
|
|
22561
|
-
vertical-align: middle;
|
|
22562
|
-
}
|
|
22563
|
-
.cxd-Crud2-pageSwitch .cxd-Select {
|
|
22564
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22565
|
-
}
|
|
22566
|
-
.cxd-Crud2-pager {
|
|
22567
|
-
align-self: flex-start;
|
|
22568
|
-
}
|
|
22569
|
-
.cxd-Crud2-filter {
|
|
22570
|
-
margin-bottom: var(--gap-base);
|
|
22614
|
+
.cxd-Crud.is-mobile .cxd-Crud-toolbar {
|
|
22615
|
+
flex: 1;
|
|
22571
22616
|
}
|
|
22572
22617
|
@media (min-width: 576px) {
|
|
22573
22618
|
.cxd-Crud-toolbar {
|
|
@@ -22604,78 +22649,167 @@ input[type=button].cxd-Button--block {
|
|
|
22604
22649
|
margin-left: var(--Crud-toolbar-gap);
|
|
22605
22650
|
}
|
|
22606
22651
|
}
|
|
22607
|
-
.cxd-
|
|
22652
|
+
.cxd-Crud2 {
|
|
22608
22653
|
position: relative;
|
|
22609
|
-
border-radius: var(--Table-borderRadius);
|
|
22610
|
-
margin-bottom: var(--gap-md);
|
|
22611
22654
|
}
|
|
22612
|
-
.cxd-
|
|
22613
|
-
margin-bottom: var(--gap-
|
|
22655
|
+
.cxd-Crud2-selection, .cxd-Crud2-toolbar, .cxd-Crud2-body {
|
|
22656
|
+
margin-bottom: var(--gap-base);
|
|
22614
22657
|
}
|
|
22615
|
-
.cxd-
|
|
22616
|
-
|
|
22617
|
-
|
|
22618
|
-
|
|
22619
|
-
top: auto;
|
|
22620
|
-
box-shadow: none;
|
|
22658
|
+
.cxd-Crud2-selectionLabel {
|
|
22659
|
+
display: inline-block;
|
|
22660
|
+
vertical-align: top;
|
|
22661
|
+
margin-top: var(--gap-xs);
|
|
22621
22662
|
}
|
|
22622
|
-
.cxd-
|
|
22623
|
-
|
|
22624
|
-
|
|
22625
|
-
|
|
22663
|
+
.cxd-Crud2-value {
|
|
22664
|
+
cursor: pointer;
|
|
22665
|
+
vertical-align: middle;
|
|
22666
|
+
-webkit-user-select: none;
|
|
22667
|
+
-moz-user-select: none;
|
|
22668
|
+
user-select: none;
|
|
22669
|
+
line-height: calc(
|
|
22670
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22671
|
+
);
|
|
22672
|
+
display: inline-block;
|
|
22673
|
+
font-size: var(--Pick-base-value-fontSize);
|
|
22674
|
+
color: var(--Pick-base-value-color);
|
|
22675
|
+
font-weight: var(--Pick-base-value-fontWeight);
|
|
22676
|
+
background: var(--Pick-base-value-bgColor);
|
|
22677
|
+
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);
|
|
22678
|
+
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);
|
|
22679
|
+
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);
|
|
22680
|
+
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);
|
|
22681
|
+
margin-right: var(--gap-xs);
|
|
22682
|
+
margin-top: var(--gap-xs);
|
|
22626
22683
|
}
|
|
22627
|
-
.cxd-
|
|
22628
|
-
|
|
22629
|
-
top: -999999px;
|
|
22684
|
+
.cxd-Crud2-value:hover {
|
|
22685
|
+
background: var(--Form-selectValue-onHover-bg);
|
|
22630
22686
|
}
|
|
22631
|
-
.cxd-
|
|
22632
|
-
|
|
22633
|
-
|
|
22687
|
+
.cxd-Crud2-value.is-disabled {
|
|
22688
|
+
pointer-events: none;
|
|
22689
|
+
opacity: var(--Button-onDisabled-opacity);
|
|
22634
22690
|
}
|
|
22635
|
-
.cxd-
|
|
22636
|
-
|
|
22637
|
-
|
|
22691
|
+
.cxd-Crud2-valueIcon {
|
|
22692
|
+
color: var(--Pick-base-value-icon-color);
|
|
22693
|
+
cursor: pointer;
|
|
22694
|
+
border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
|
|
22695
|
+
padding: 1px 5px;
|
|
22638
22696
|
}
|
|
22639
|
-
.cxd-
|
|
22640
|
-
|
|
22641
|
-
top: -999999px;
|
|
22697
|
+
.cxd-Crud2-valueIcon:hover {
|
|
22698
|
+
background: var(--Form-selectValue-onHover-bg);
|
|
22642
22699
|
}
|
|
22643
|
-
.cxd-
|
|
22644
|
-
|
|
22645
|
-
|
|
22700
|
+
.cxd-Crud2-valueLabel {
|
|
22701
|
+
padding: 0 var(--gap-xs);
|
|
22702
|
+
}
|
|
22703
|
+
.cxd-Crud2-selectionClear {
|
|
22704
|
+
display: inline-block;
|
|
22705
|
+
cursor: pointer;
|
|
22706
|
+
-webkit-user-select: none;
|
|
22707
|
+
-moz-user-select: none;
|
|
22708
|
+
user-select: none;
|
|
22709
|
+
margin-left: var(--gap-xs);
|
|
22710
|
+
margin-top: var(--gap-xs);
|
|
22711
|
+
vertical-align: middle;
|
|
22646
22712
|
}
|
|
22647
|
-
.cxd-
|
|
22648
|
-
|
|
22649
|
-
|
|
22713
|
+
.cxd-Crud2-toolbar-item {
|
|
22714
|
+
margin-top: var(--Crud-toolbar-gap);
|
|
22715
|
+
line-height: var(--Crud-toolbar-lineHeight);
|
|
22716
|
+
height: var(--Crud-toolbar-height);
|
|
22717
|
+
vertical-align: middle;
|
|
22718
|
+
display: inline-flex;
|
|
22719
|
+
align-items: center;
|
|
22720
|
+
}
|
|
22721
|
+
.cxd-Crud2-toolbar-item--left:not(:first-child) {
|
|
22722
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22723
|
+
}
|
|
22724
|
+
.cxd-Crud2-toolbar-item--right:not(:last-child) {
|
|
22725
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22726
|
+
}
|
|
22727
|
+
.cxd-Crud2-toolbar-item--left {
|
|
22728
|
+
float: left;
|
|
22729
|
+
}
|
|
22730
|
+
.cxd-Crud2-toolbar-item--right {
|
|
22731
|
+
float: right;
|
|
22732
|
+
}
|
|
22733
|
+
.cxd-Crud2-actions > * + .cxd-Button,
|
|
22734
|
+
.cxd-Crud2-actions > * + .cxd-ButtonGroup,
|
|
22735
|
+
.cxd-Crud2-actions > * + .cxd-ButtonToolbar {
|
|
22736
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22737
|
+
}
|
|
22738
|
+
.cxd-Crud2-statistics {
|
|
22739
|
+
line-height: var(--Crud-toolbar-height);
|
|
22740
|
+
vertical-align: middle;
|
|
22741
|
+
}
|
|
22742
|
+
.cxd-Crud2-pageSwitch .cxd-Select {
|
|
22743
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22744
|
+
}
|
|
22745
|
+
.cxd-Crud2-pager {
|
|
22746
|
+
align-self: flex-start;
|
|
22747
|
+
}
|
|
22748
|
+
.cxd-Crud2-filter {
|
|
22749
|
+
margin-bottom: var(--gap-base);
|
|
22750
|
+
}
|
|
22751
|
+
@media (min-width: 576px) {
|
|
22752
|
+
.cxd-Crud-toolbar {
|
|
22753
|
+
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
22754
|
+
flex-basis: 0;
|
|
22755
|
+
flex-grow: 1;
|
|
22756
|
+
}
|
|
22757
|
+
.cxd-Crud-toolbar::before, .cxd-Crud-toolbar::after {
|
|
22758
|
+
display: table;
|
|
22759
|
+
content: "";
|
|
22760
|
+
}
|
|
22761
|
+
.cxd-Crud-toolbar::after {
|
|
22762
|
+
clear: both;
|
|
22763
|
+
}
|
|
22764
|
+
.cxd-Crud-toolbar-item {
|
|
22765
|
+
line-height: var(--Crud-toolbar-lineHeight);
|
|
22766
|
+
height: var(--Crud-toolbar-height);
|
|
22767
|
+
vertical-align: middle;
|
|
22768
|
+
}
|
|
22769
|
+
.cxd-Crud-toolbar-item--left:not(:first-child) {
|
|
22770
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22771
|
+
}
|
|
22772
|
+
.cxd-Crud-toolbar-item--right:not(:last-child) {
|
|
22773
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22774
|
+
}
|
|
22775
|
+
.cxd-Crud-toolbar-item--left {
|
|
22776
|
+
float: left;
|
|
22777
|
+
}
|
|
22778
|
+
.cxd-Crud-toolbar-item--right {
|
|
22779
|
+
float: right;
|
|
22780
|
+
}
|
|
22781
|
+
.cxd-Crud-actions > * + .cxd-Button,
|
|
22782
|
+
.cxd-Crud-actions > * + .cxd-Button--disabled-wrap {
|
|
22783
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22784
|
+
}
|
|
22785
|
+
}
|
|
22786
|
+
.cxd-Table {
|
|
22787
|
+
position: relative;
|
|
22788
|
+
border-radius: var(--Table-borderRadius);
|
|
22789
|
+
margin-bottom: var(--gap-md);
|
|
22790
|
+
}
|
|
22791
|
+
.cxd-Form-control > .cxd-Table {
|
|
22792
|
+
margin-bottom: var(--gap-sm);
|
|
22650
22793
|
}
|
|
22651
22794
|
.cxd-Table-fixedTop {
|
|
22652
|
-
position:
|
|
22795
|
+
position: sticky;
|
|
22653
22796
|
background: var(--Table-bg);
|
|
22654
|
-
|
|
22655
|
-
opacity:
|
|
22797
|
+
display: block;
|
|
22798
|
+
opacity: 1;
|
|
22799
|
+
z-index: 1100;
|
|
22656
22800
|
}
|
|
22657
22801
|
.cxd-Table-fixedTop:after {
|
|
22658
22802
|
content: "";
|
|
22659
22803
|
position: absolute;
|
|
22660
22804
|
width: 100%;
|
|
22661
22805
|
box-shadow: var(--Table-fixedTop-boxShadow);
|
|
22662
|
-
z-index:
|
|
22663
|
-
height:
|
|
22664
|
-
|
|
22806
|
+
z-index: 30;
|
|
22807
|
+
height: 30px;
|
|
22808
|
+
top: 100%;
|
|
22809
|
+
pointer-events: none;
|
|
22665
22810
|
background-color: transparent;
|
|
22811
|
+
margin-top: -2px;
|
|
22666
22812
|
}
|
|
22667
|
-
.cxd-Table-fixedTop.in {
|
|
22668
|
-
position: fixed;
|
|
22669
|
-
opacity: 1;
|
|
22670
|
-
z-index: 900;
|
|
22671
|
-
}
|
|
22672
|
-
.cxd-Table-fixedTop > .cxd-Table-fixedLeft,
|
|
22673
|
-
.cxd-Table-fixedTop > .cxd-Table-fixedRight {
|
|
22674
|
-
z-index: 910;
|
|
22675
|
-
background: transparent;
|
|
22676
|
-
}
|
|
22677
|
-
.cxd-Table-fixedTop.is-fakeHide > .cxd-Table-fixedLeft,
|
|
22678
|
-
.cxd-Table-fixedTop.is-fakeHide > .cxd-Table-fixedRight,
|
|
22679
22813
|
.cxd-Table-fixedTop.is-fakeHide > .cxd-Table-wrapper {
|
|
22680
22814
|
visibility: hidden;
|
|
22681
22815
|
position: absolute;
|
|
@@ -22751,6 +22885,9 @@ input[type=button].cxd-Button--block {
|
|
|
22751
22885
|
display: flex;
|
|
22752
22886
|
align-items: center;
|
|
22753
22887
|
}
|
|
22888
|
+
.cxd-Table.is-mobile .cxd-Table-toolbar .cxd-Form-item {
|
|
22889
|
+
padding: 0;
|
|
22890
|
+
}
|
|
22754
22891
|
.cxd-Table-header + .cxd-Table-toolbar {
|
|
22755
22892
|
padding-top: 0;
|
|
22756
22893
|
}
|
|
@@ -22769,9 +22906,6 @@ input[type=button].cxd-Button--block {
|
|
|
22769
22906
|
overflow-x: auto;
|
|
22770
22907
|
transform: translateZ(0);
|
|
22771
22908
|
}
|
|
22772
|
-
.cxd-Table-content th {
|
|
22773
|
-
position: relative;
|
|
22774
|
-
}
|
|
22775
22909
|
.cxd-Table-content-colDragLine {
|
|
22776
22910
|
position: absolute;
|
|
22777
22911
|
width: 7px;
|
|
@@ -22783,9 +22917,9 @@ input[type=button].cxd-Button--block {
|
|
|
22783
22917
|
-moz-user-select: none;
|
|
22784
22918
|
user-select: none;
|
|
22785
22919
|
opacity: 0.5;
|
|
22786
|
-
z-index:
|
|
22920
|
+
z-index: 15;
|
|
22787
22921
|
}
|
|
22788
|
-
.cxd-Table-content-colDragLine:hover {
|
|
22922
|
+
.cxd-Table-content-colDragLine:hover, .cxd-Table-content-colDragLine.is-resizing {
|
|
22789
22923
|
background: var(--primary);
|
|
22790
22924
|
}
|
|
22791
22925
|
.cxd-Table-table {
|
|
@@ -22796,11 +22930,47 @@ input[type=button].cxd-Button--block {
|
|
|
22796
22930
|
color: var(--Table-color);
|
|
22797
22931
|
background: var(--Table-bg);
|
|
22798
22932
|
border-spacing: 0;
|
|
22799
|
-
border-collapse:
|
|
22800
|
-
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
22933
|
+
border-collapse: separate;
|
|
22801
22934
|
}
|
|
22802
22935
|
.cxd-Table-table th, .cxd-Table-table td {
|
|
22803
22936
|
text-align: left;
|
|
22937
|
+
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
22938
|
+
}
|
|
22939
|
+
.cxd-Table-table th.is-sticky, .cxd-Table-table td.is-sticky {
|
|
22940
|
+
position: sticky !important;
|
|
22941
|
+
z-index: 20;
|
|
22942
|
+
background: inherit;
|
|
22943
|
+
}
|
|
22944
|
+
.cxd-Table-table th.is-sticky-last-left:after, .cxd-Table-table td.is-sticky-last-left:after {
|
|
22945
|
+
position: absolute;
|
|
22946
|
+
top: 0;
|
|
22947
|
+
right: 0;
|
|
22948
|
+
bottom: -1px;
|
|
22949
|
+
width: 30px;
|
|
22950
|
+
transform: translateX(100%);
|
|
22951
|
+
transition: box-shadow 0.3s;
|
|
22952
|
+
content: "";
|
|
22953
|
+
pointer-events: none;
|
|
22954
|
+
}
|
|
22955
|
+
.cxd-Table-table th.is-sticky-first-right:after, .cxd-Table-table td.is-sticky-first-right:after {
|
|
22956
|
+
position: absolute;
|
|
22957
|
+
top: 0;
|
|
22958
|
+
bottom: -1px;
|
|
22959
|
+
left: 0;
|
|
22960
|
+
width: 30px;
|
|
22961
|
+
transform: translateX(-100%);
|
|
22962
|
+
transition: box-shadow 0.3s;
|
|
22963
|
+
content: "";
|
|
22964
|
+
pointer-events: none;
|
|
22965
|
+
}
|
|
22966
|
+
.cxd-Table-table.table-fixed-left .is-sticky-last-left:after {
|
|
22967
|
+
box-shadow: var(--Table-fixedLeft-boxShadow);
|
|
22968
|
+
}
|
|
22969
|
+
.cxd-Table-table.table-fixed-right .is-sticky-first-right:after {
|
|
22970
|
+
box-shadow: var(--Table-fixedRight-boxShadow);
|
|
22971
|
+
}
|
|
22972
|
+
.cxd-Table-table th {
|
|
22973
|
+
position: relative;
|
|
22804
22974
|
}
|
|
22805
22975
|
.cxd-Table-table th.text-center, .cxd-Table-table td.text-center, .cxd-Table-table th[colspan], .cxd-Table-table td[colspan] {
|
|
22806
22976
|
text-align: center;
|
|
@@ -22811,6 +22981,9 @@ input[type=button].cxd-Button--block {
|
|
|
22811
22981
|
.cxd-Table-table td .cxd-SwitchControl {
|
|
22812
22982
|
padding-top: 0;
|
|
22813
22983
|
}
|
|
22984
|
+
.cxd-Table-table--affixHeader thead {
|
|
22985
|
+
visibility: collapse;
|
|
22986
|
+
}
|
|
22814
22987
|
.cxd-Table-table--withCombine > thead > tr > th:first-child,
|
|
22815
22988
|
.cxd-Table-table--withCombine > tbody > tr > td:first-child {
|
|
22816
22989
|
padding-left: var(--TableCell-paddingX) !important;
|
|
@@ -22831,8 +23004,11 @@ input[type=button].cxd-Button--block {
|
|
|
22831
23004
|
.cxd-Table-table--checkOnItemClick > tbody > tr {
|
|
22832
23005
|
cursor: pointer;
|
|
22833
23006
|
}
|
|
22834
|
-
.cxd-Table-table > thead > tr
|
|
23007
|
+
.cxd-Table-table > thead > tr {
|
|
22835
23008
|
background: var(--Table-thead-bg);
|
|
23009
|
+
}
|
|
23010
|
+
.cxd-Table-table > thead > tr > th {
|
|
23011
|
+
background: inherit;
|
|
22836
23012
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
|
22837
23013
|
text-align: left;
|
|
22838
23014
|
border-bottom: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
|
|
@@ -22878,6 +23054,7 @@ input[type=button].cxd-Button--block {
|
|
|
22878
23054
|
}
|
|
22879
23055
|
.cxd-Table-table > tbody > tr {
|
|
22880
23056
|
position: relative;
|
|
23057
|
+
background: var(--Table-bg);
|
|
22881
23058
|
}
|
|
22882
23059
|
.cxd-Table-table > tbody > tr + tr {
|
|
22883
23060
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -22916,7 +23093,7 @@ input[type=button].cxd-Button--block {
|
|
|
22916
23093
|
border-color: var(--Table-onHover-borderColor);
|
|
22917
23094
|
}
|
|
22918
23095
|
.cxd-Table-table > tbody > tr:active {
|
|
22919
|
-
background:
|
|
23096
|
+
background: var(--Table-onHover-bg);
|
|
22920
23097
|
}
|
|
22921
23098
|
.cxd-Table-table > tbody > tr:hover.cxd-Table-placeholder {
|
|
22922
23099
|
color: var(--text--muted-color);
|
|
@@ -23197,334 +23374,197 @@ input[type=button].cxd-Button--block {
|
|
|
23197
23374
|
.cxd-Table-table > tbody > tr.is-dragging {
|
|
23198
23375
|
opacity: var(--Table-onDragging-opacity);
|
|
23199
23376
|
}
|
|
23200
|
-
.cxd-Table-table
|
|
23201
|
-
right: -0.6875rem;
|
|
23202
|
-
}
|
|
23203
|
-
.cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandBtn {
|
|
23204
|
-
position: relative;
|
|
23205
|
-
right: -1.125rem;
|
|
23206
|
-
}
|
|
23207
|
-
.cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td {
|
|
23208
|
-
position: relative;
|
|
23209
|
-
padding-left: 1.125rem;
|
|
23210
|
-
}
|
|
23211
|
-
.cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell + td::before {
|
|
23377
|
+
.cxd-Table-table .cxd-Table-divider2 {
|
|
23212
23378
|
content: "";
|
|
23379
|
+
position: absolute;
|
|
23380
|
+
height: 0.0625rem;
|
|
23381
|
+
top: 50%;
|
|
23382
|
+
width: 0.625rem;
|
|
23383
|
+
background: var(--Table-tree-borderColor);
|
|
23384
|
+
}
|
|
23385
|
+
.cxd-Table-table .cxd-Table-divider3 {
|
|
23213
23386
|
position: absolute;
|
|
23214
23387
|
width: 0.0625rem;
|
|
23215
23388
|
top: 0;
|
|
23216
23389
|
bottom: 0;
|
|
23217
|
-
|
|
23218
|
-
height: auto;
|
|
23390
|
+
height: 100%;
|
|
23219
23391
|
background: var(--Table-tree-borderColor);
|
|
23220
23392
|
}
|
|
23221
|
-
.cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandCell
|
|
23222
|
-
|
|
23223
|
-
position: absolute;
|
|
23224
|
-
height: 0.0625rem;
|
|
23225
|
-
top: 50%;
|
|
23226
|
-
left: -0.5rem;
|
|
23227
|
-
width: 0.625rem;
|
|
23228
|
-
background: var(--Table-tree-borderColor);
|
|
23393
|
+
.cxd-Table-table tr.cxd-Table-tr--2th.is-expanded .cxd-Table-expandCell:before {
|
|
23394
|
+
left: 2.5625rem;
|
|
23229
23395
|
}
|
|
23230
|
-
.cxd-Table-table tr.cxd-Table-tr--2th
|
|
23231
|
-
|
|
23396
|
+
.cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-expandBtn {
|
|
23397
|
+
position: relative;
|
|
23398
|
+
left: 1.1875rem;
|
|
23399
|
+
}
|
|
23400
|
+
.cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-divider2 {
|
|
23401
|
+
left: 1.4375rem;
|
|
23402
|
+
}
|
|
23403
|
+
.cxd-Table-table tr.cxd-Table-tr--2th .cxd-Table-divider3 {
|
|
23404
|
+
left: 1.4375rem;
|
|
23405
|
+
}
|
|
23406
|
+
.cxd-Table-table tr.cxd-Table-tr--2th.is-last .cxd-Table-divider3 {
|
|
23407
|
+
height: 50%;
|
|
23232
23408
|
}
|
|
23233
23409
|
.cxd-Table-table tr.cxd-Table-tr--2th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
23234
23410
|
height: 50%;
|
|
23235
23411
|
bottom: auto;
|
|
23236
23412
|
}
|
|
23237
23413
|
.cxd-Table-table tr.cxd-Table-tr--3th.is-expanded .cxd-Table-expandCell:before {
|
|
23238
|
-
|
|
23414
|
+
left: 3.6875rem;
|
|
23239
23415
|
}
|
|
23240
23416
|
.cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandBtn {
|
|
23241
23417
|
position: relative;
|
|
23242
|
-
|
|
23243
|
-
}
|
|
23244
|
-
.cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-expandCell + td {
|
|
23245
|
-
position: relative;
|
|
23246
|
-
padding-left: 2.25rem;
|
|
23418
|
+
left: 2.3125rem;
|
|
23247
23419
|
}
|
|
23248
|
-
.cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-
|
|
23249
|
-
|
|
23250
|
-
position: absolute;
|
|
23251
|
-
width: 0.0625rem;
|
|
23252
|
-
top: 0;
|
|
23253
|
-
bottom: 0;
|
|
23254
|
-
left: 0.625rem;
|
|
23255
|
-
height: auto;
|
|
23256
|
-
background: var(--Table-tree-borderColor);
|
|
23420
|
+
.cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-divider2 {
|
|
23421
|
+
left: 2.5625rem;
|
|
23257
23422
|
}
|
|
23258
|
-
.cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-
|
|
23259
|
-
|
|
23260
|
-
position: absolute;
|
|
23261
|
-
height: 0.0625rem;
|
|
23262
|
-
top: 50%;
|
|
23263
|
-
left: 0.625rem;
|
|
23264
|
-
width: 0.625rem;
|
|
23265
|
-
background: var(--Table-tree-borderColor);
|
|
23423
|
+
.cxd-Table-table tr.cxd-Table-tr--3th .cxd-Table-divider3 {
|
|
23424
|
+
left: 2.5625rem;
|
|
23266
23425
|
}
|
|
23267
|
-
.cxd-Table-table tr.cxd-Table-tr--3th.is-
|
|
23268
|
-
|
|
23426
|
+
.cxd-Table-table tr.cxd-Table-tr--3th.is-last .cxd-Table-divider3 {
|
|
23427
|
+
height: 50%;
|
|
23269
23428
|
}
|
|
23270
23429
|
.cxd-Table-table tr.cxd-Table-tr--3th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
23271
23430
|
height: 50%;
|
|
23272
23431
|
bottom: auto;
|
|
23273
23432
|
}
|
|
23274
23433
|
.cxd-Table-table tr.cxd-Table-tr--4th.is-expanded .cxd-Table-expandCell:before {
|
|
23275
|
-
|
|
23434
|
+
left: 4.8125rem;
|
|
23276
23435
|
}
|
|
23277
23436
|
.cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandBtn {
|
|
23278
23437
|
position: relative;
|
|
23279
|
-
|
|
23280
|
-
}
|
|
23281
|
-
.cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-expandCell + td {
|
|
23282
|
-
position: relative;
|
|
23283
|
-
padding-left: 3.375rem;
|
|
23438
|
+
left: 3.4375rem;
|
|
23284
23439
|
}
|
|
23285
|
-
.cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-
|
|
23286
|
-
|
|
23287
|
-
position: absolute;
|
|
23288
|
-
width: 0.0625rem;
|
|
23289
|
-
top: 0;
|
|
23290
|
-
bottom: 0;
|
|
23291
|
-
left: 1.75rem;
|
|
23292
|
-
height: auto;
|
|
23293
|
-
background: var(--Table-tree-borderColor);
|
|
23440
|
+
.cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-divider2 {
|
|
23441
|
+
left: 3.6875rem;
|
|
23294
23442
|
}
|
|
23295
|
-
.cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-
|
|
23296
|
-
|
|
23297
|
-
position: absolute;
|
|
23298
|
-
height: 0.0625rem;
|
|
23299
|
-
top: 50%;
|
|
23300
|
-
left: 1.75rem;
|
|
23301
|
-
width: 0.625rem;
|
|
23302
|
-
background: var(--Table-tree-borderColor);
|
|
23443
|
+
.cxd-Table-table tr.cxd-Table-tr--4th .cxd-Table-divider3 {
|
|
23444
|
+
left: 3.6875rem;
|
|
23303
23445
|
}
|
|
23304
|
-
.cxd-Table-table tr.cxd-Table-tr--4th.is-
|
|
23305
|
-
|
|
23446
|
+
.cxd-Table-table tr.cxd-Table-tr--4th.is-last .cxd-Table-divider3 {
|
|
23447
|
+
height: 50%;
|
|
23306
23448
|
}
|
|
23307
23449
|
.cxd-Table-table tr.cxd-Table-tr--4th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
23308
23450
|
height: 50%;
|
|
23309
23451
|
bottom: auto;
|
|
23310
23452
|
}
|
|
23311
23453
|
.cxd-Table-table tr.cxd-Table-tr--5th.is-expanded .cxd-Table-expandCell:before {
|
|
23312
|
-
|
|
23454
|
+
left: 5.9375rem;
|
|
23313
23455
|
}
|
|
23314
23456
|
.cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-expandBtn {
|
|
23315
23457
|
position: relative;
|
|
23316
|
-
|
|
23458
|
+
left: 4.5625rem;
|
|
23317
23459
|
}
|
|
23318
|
-
.cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-
|
|
23319
|
-
|
|
23320
|
-
padding-left: 4.5rem;
|
|
23460
|
+
.cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-divider2 {
|
|
23461
|
+
left: 4.8125rem;
|
|
23321
23462
|
}
|
|
23322
|
-
.cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-
|
|
23323
|
-
|
|
23324
|
-
position: absolute;
|
|
23325
|
-
width: 0.0625rem;
|
|
23326
|
-
top: 0;
|
|
23327
|
-
bottom: 0;
|
|
23328
|
-
left: 2.875rem;
|
|
23329
|
-
height: auto;
|
|
23330
|
-
background: var(--Table-tree-borderColor);
|
|
23463
|
+
.cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-divider3 {
|
|
23464
|
+
left: 4.8125rem;
|
|
23331
23465
|
}
|
|
23332
|
-
.cxd-Table-table tr.cxd-Table-tr--5th .cxd-Table-
|
|
23333
|
-
|
|
23334
|
-
position: absolute;
|
|
23335
|
-
height: 0.0625rem;
|
|
23336
|
-
top: 50%;
|
|
23337
|
-
left: 2.875rem;
|
|
23338
|
-
width: 0.625rem;
|
|
23339
|
-
background: var(--Table-tree-borderColor);
|
|
23340
|
-
}
|
|
23341
|
-
.cxd-Table-table tr.cxd-Table-tr--5th.is-expandable .cxd-Table-expandCell + td {
|
|
23342
|
-
padding-left: 4.5rem;
|
|
23466
|
+
.cxd-Table-table tr.cxd-Table-tr--5th.is-last .cxd-Table-divider3 {
|
|
23467
|
+
height: 50%;
|
|
23343
23468
|
}
|
|
23344
23469
|
.cxd-Table-table tr.cxd-Table-tr--5th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
23345
23470
|
height: 50%;
|
|
23346
23471
|
bottom: auto;
|
|
23347
23472
|
}
|
|
23348
23473
|
.cxd-Table-table tr.cxd-Table-tr--6th.is-expanded .cxd-Table-expandCell:before {
|
|
23349
|
-
|
|
23474
|
+
left: 7.0625rem;
|
|
23350
23475
|
}
|
|
23351
23476
|
.cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandBtn {
|
|
23352
23477
|
position: relative;
|
|
23353
|
-
|
|
23478
|
+
left: 5.6875rem;
|
|
23354
23479
|
}
|
|
23355
|
-
.cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-
|
|
23356
|
-
|
|
23357
|
-
padding-left: 5.625rem;
|
|
23480
|
+
.cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-divider2 {
|
|
23481
|
+
left: 5.9375rem;
|
|
23358
23482
|
}
|
|
23359
|
-
.cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-
|
|
23360
|
-
|
|
23361
|
-
position: absolute;
|
|
23362
|
-
width: 0.0625rem;
|
|
23363
|
-
top: 0;
|
|
23364
|
-
bottom: 0;
|
|
23365
|
-
left: 4rem;
|
|
23366
|
-
height: auto;
|
|
23367
|
-
background: var(--Table-tree-borderColor);
|
|
23368
|
-
}
|
|
23369
|
-
.cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-expandCell + td::after {
|
|
23370
|
-
content: "";
|
|
23371
|
-
position: absolute;
|
|
23372
|
-
height: 0.0625rem;
|
|
23373
|
-
top: 50%;
|
|
23374
|
-
left: 4rem;
|
|
23375
|
-
width: 0.625rem;
|
|
23376
|
-
background: var(--Table-tree-borderColor);
|
|
23483
|
+
.cxd-Table-table tr.cxd-Table-tr--6th .cxd-Table-divider3 {
|
|
23484
|
+
left: 5.9375rem;
|
|
23377
23485
|
}
|
|
23378
|
-
.cxd-Table-table tr.cxd-Table-tr--6th.is-
|
|
23379
|
-
|
|
23486
|
+
.cxd-Table-table tr.cxd-Table-tr--6th.is-last .cxd-Table-divider3 {
|
|
23487
|
+
height: 50%;
|
|
23380
23488
|
}
|
|
23381
23489
|
.cxd-Table-table tr.cxd-Table-tr--6th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
23382
23490
|
height: 50%;
|
|
23383
23491
|
bottom: auto;
|
|
23384
23492
|
}
|
|
23385
23493
|
.cxd-Table-table tr.cxd-Table-tr--7th.is-expanded .cxd-Table-expandCell:before {
|
|
23386
|
-
|
|
23494
|
+
left: 8.1875rem;
|
|
23387
23495
|
}
|
|
23388
23496
|
.cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandBtn {
|
|
23389
23497
|
position: relative;
|
|
23390
|
-
|
|
23498
|
+
left: 6.8125rem;
|
|
23391
23499
|
}
|
|
23392
|
-
.cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-
|
|
23393
|
-
|
|
23394
|
-
padding-left: 6.75rem;
|
|
23500
|
+
.cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-divider2 {
|
|
23501
|
+
left: 7.0625rem;
|
|
23395
23502
|
}
|
|
23396
|
-
.cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-
|
|
23397
|
-
|
|
23398
|
-
position: absolute;
|
|
23399
|
-
width: 0.0625rem;
|
|
23400
|
-
top: 0;
|
|
23401
|
-
bottom: 0;
|
|
23402
|
-
left: 5.125rem;
|
|
23403
|
-
height: auto;
|
|
23404
|
-
background: var(--Table-tree-borderColor);
|
|
23405
|
-
}
|
|
23406
|
-
.cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-expandCell + td::after {
|
|
23407
|
-
content: "";
|
|
23408
|
-
position: absolute;
|
|
23409
|
-
height: 0.0625rem;
|
|
23410
|
-
top: 50%;
|
|
23411
|
-
left: 5.125rem;
|
|
23412
|
-
width: 0.625rem;
|
|
23413
|
-
background: var(--Table-tree-borderColor);
|
|
23503
|
+
.cxd-Table-table tr.cxd-Table-tr--7th .cxd-Table-divider3 {
|
|
23504
|
+
left: 7.0625rem;
|
|
23414
23505
|
}
|
|
23415
|
-
.cxd-Table-table tr.cxd-Table-tr--7th.is-
|
|
23416
|
-
|
|
23506
|
+
.cxd-Table-table tr.cxd-Table-tr--7th.is-last .cxd-Table-divider3 {
|
|
23507
|
+
height: 50%;
|
|
23417
23508
|
}
|
|
23418
23509
|
.cxd-Table-table tr.cxd-Table-tr--7th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
23419
23510
|
height: 50%;
|
|
23420
23511
|
bottom: auto;
|
|
23421
23512
|
}
|
|
23422
23513
|
.cxd-Table-table tr.cxd-Table-tr--8th.is-expanded .cxd-Table-expandCell:before {
|
|
23423
|
-
|
|
23514
|
+
left: 9.3125rem;
|
|
23424
23515
|
}
|
|
23425
23516
|
.cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandBtn {
|
|
23426
23517
|
position: relative;
|
|
23427
|
-
|
|
23518
|
+
left: 7.9375rem;
|
|
23428
23519
|
}
|
|
23429
|
-
.cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-
|
|
23430
|
-
|
|
23431
|
-
padding-left: 7.875rem;
|
|
23520
|
+
.cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-divider2 {
|
|
23521
|
+
left: 8.1875rem;
|
|
23432
23522
|
}
|
|
23433
|
-
.cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-
|
|
23434
|
-
|
|
23435
|
-
position: absolute;
|
|
23436
|
-
width: 0.0625rem;
|
|
23437
|
-
top: 0;
|
|
23438
|
-
bottom: 0;
|
|
23439
|
-
left: 6.25rem;
|
|
23440
|
-
height: auto;
|
|
23441
|
-
background: var(--Table-tree-borderColor);
|
|
23442
|
-
}
|
|
23443
|
-
.cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-expandCell + td::after {
|
|
23444
|
-
content: "";
|
|
23445
|
-
position: absolute;
|
|
23446
|
-
height: 0.0625rem;
|
|
23447
|
-
top: 50%;
|
|
23448
|
-
left: 6.25rem;
|
|
23449
|
-
width: 0.625rem;
|
|
23450
|
-
background: var(--Table-tree-borderColor);
|
|
23523
|
+
.cxd-Table-table tr.cxd-Table-tr--8th .cxd-Table-divider3 {
|
|
23524
|
+
left: 8.1875rem;
|
|
23451
23525
|
}
|
|
23452
|
-
.cxd-Table-table tr.cxd-Table-tr--8th.is-
|
|
23453
|
-
|
|
23526
|
+
.cxd-Table-table tr.cxd-Table-tr--8th.is-last .cxd-Table-divider3 {
|
|
23527
|
+
height: 50%;
|
|
23454
23528
|
}
|
|
23455
23529
|
.cxd-Table-table tr.cxd-Table-tr--8th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
23456
23530
|
height: 50%;
|
|
23457
23531
|
bottom: auto;
|
|
23458
23532
|
}
|
|
23459
23533
|
.cxd-Table-table tr.cxd-Table-tr--9th.is-expanded .cxd-Table-expandCell:before {
|
|
23460
|
-
|
|
23534
|
+
left: 10.4375rem;
|
|
23461
23535
|
}
|
|
23462
23536
|
.cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandBtn {
|
|
23463
23537
|
position: relative;
|
|
23464
|
-
|
|
23538
|
+
left: 9.0625rem;
|
|
23465
23539
|
}
|
|
23466
|
-
.cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-
|
|
23467
|
-
|
|
23468
|
-
padding-left: 9rem;
|
|
23540
|
+
.cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-divider2 {
|
|
23541
|
+
left: 9.3125rem;
|
|
23469
23542
|
}
|
|
23470
|
-
.cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-
|
|
23471
|
-
|
|
23472
|
-
position: absolute;
|
|
23473
|
-
width: 0.0625rem;
|
|
23474
|
-
top: 0;
|
|
23475
|
-
bottom: 0;
|
|
23476
|
-
left: 7.375rem;
|
|
23477
|
-
height: auto;
|
|
23478
|
-
background: var(--Table-tree-borderColor);
|
|
23479
|
-
}
|
|
23480
|
-
.cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-expandCell + td::after {
|
|
23481
|
-
content: "";
|
|
23482
|
-
position: absolute;
|
|
23483
|
-
height: 0.0625rem;
|
|
23484
|
-
top: 50%;
|
|
23485
|
-
left: 7.375rem;
|
|
23486
|
-
width: 0.625rem;
|
|
23487
|
-
background: var(--Table-tree-borderColor);
|
|
23543
|
+
.cxd-Table-table tr.cxd-Table-tr--9th .cxd-Table-divider3 {
|
|
23544
|
+
left: 9.3125rem;
|
|
23488
23545
|
}
|
|
23489
|
-
.cxd-Table-table tr.cxd-Table-tr--9th.is-
|
|
23490
|
-
|
|
23546
|
+
.cxd-Table-table tr.cxd-Table-tr--9th.is-last .cxd-Table-divider3 {
|
|
23547
|
+
height: 50%;
|
|
23491
23548
|
}
|
|
23492
23549
|
.cxd-Table-table tr.cxd-Table-tr--9th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
23493
23550
|
height: 50%;
|
|
23494
23551
|
bottom: auto;
|
|
23495
23552
|
}
|
|
23496
23553
|
.cxd-Table-table tr.cxd-Table-tr--10th.is-expanded .cxd-Table-expandCell:before {
|
|
23497
|
-
|
|
23554
|
+
left: 11.5625rem;
|
|
23498
23555
|
}
|
|
23499
23556
|
.cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandBtn {
|
|
23500
23557
|
position: relative;
|
|
23501
|
-
|
|
23558
|
+
left: 10.1875rem;
|
|
23502
23559
|
}
|
|
23503
|
-
.cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-
|
|
23504
|
-
|
|
23505
|
-
padding-left: 10.125rem;
|
|
23560
|
+
.cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-divider2 {
|
|
23561
|
+
left: 10.4375rem;
|
|
23506
23562
|
}
|
|
23507
|
-
.cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-
|
|
23508
|
-
|
|
23509
|
-
position: absolute;
|
|
23510
|
-
width: 0.0625rem;
|
|
23511
|
-
top: 0;
|
|
23512
|
-
bottom: 0;
|
|
23513
|
-
left: 8.5rem;
|
|
23514
|
-
height: auto;
|
|
23515
|
-
background: var(--Table-tree-borderColor);
|
|
23516
|
-
}
|
|
23517
|
-
.cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-expandCell + td::after {
|
|
23518
|
-
content: "";
|
|
23519
|
-
position: absolute;
|
|
23520
|
-
height: 0.0625rem;
|
|
23521
|
-
top: 50%;
|
|
23522
|
-
left: 8.5rem;
|
|
23523
|
-
width: 0.625rem;
|
|
23524
|
-
background: var(--Table-tree-borderColor);
|
|
23563
|
+
.cxd-Table-table tr.cxd-Table-tr--10th .cxd-Table-divider3 {
|
|
23564
|
+
left: 10.4375rem;
|
|
23525
23565
|
}
|
|
23526
|
-
.cxd-Table-table tr.cxd-Table-tr--10th.is-
|
|
23527
|
-
|
|
23566
|
+
.cxd-Table-table tr.cxd-Table-tr--10th.is-last .cxd-Table-divider3 {
|
|
23567
|
+
height: 50%;
|
|
23528
23568
|
}
|
|
23529
23569
|
.cxd-Table-table tr.cxd-Table-tr--10th.is-last:not(.is-expanded) .cxd-Table-expandCell + td::before {
|
|
23530
23570
|
height: 50%;
|
|
@@ -23571,7 +23611,7 @@ input[type=button].cxd-Button--block {
|
|
|
23571
23611
|
bottom: 0;
|
|
23572
23612
|
height: 100%;
|
|
23573
23613
|
background: var(--Table-tree-borderColor);
|
|
23574
|
-
|
|
23614
|
+
left: 1.4375rem;
|
|
23575
23615
|
}
|
|
23576
23616
|
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-2 {
|
|
23577
23617
|
position: absolute;
|
|
@@ -23580,7 +23620,7 @@ input[type=button].cxd-Button--block {
|
|
|
23580
23620
|
bottom: 0;
|
|
23581
23621
|
height: 100%;
|
|
23582
23622
|
background: var(--Table-tree-borderColor);
|
|
23583
|
-
|
|
23623
|
+
left: 2.5625rem;
|
|
23584
23624
|
}
|
|
23585
23625
|
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-3 {
|
|
23586
23626
|
position: absolute;
|
|
@@ -23589,7 +23629,7 @@ input[type=button].cxd-Button--block {
|
|
|
23589
23629
|
bottom: 0;
|
|
23590
23630
|
height: 100%;
|
|
23591
23631
|
background: var(--Table-tree-borderColor);
|
|
23592
|
-
|
|
23632
|
+
left: 3.6875rem;
|
|
23593
23633
|
}
|
|
23594
23634
|
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-4 {
|
|
23595
23635
|
position: absolute;
|
|
@@ -23598,7 +23638,7 @@ input[type=button].cxd-Button--block {
|
|
|
23598
23638
|
bottom: 0;
|
|
23599
23639
|
height: 100%;
|
|
23600
23640
|
background: var(--Table-tree-borderColor);
|
|
23601
|
-
|
|
23641
|
+
left: 4.8125rem;
|
|
23602
23642
|
}
|
|
23603
23643
|
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-5 {
|
|
23604
23644
|
position: absolute;
|
|
@@ -23607,7 +23647,7 @@ input[type=button].cxd-Button--block {
|
|
|
23607
23647
|
bottom: 0;
|
|
23608
23648
|
height: 100%;
|
|
23609
23649
|
background: var(--Table-tree-borderColor);
|
|
23610
|
-
|
|
23650
|
+
left: 5.9375rem;
|
|
23611
23651
|
}
|
|
23612
23652
|
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-6 {
|
|
23613
23653
|
position: absolute;
|
|
@@ -23616,7 +23656,7 @@ input[type=button].cxd-Button--block {
|
|
|
23616
23656
|
bottom: 0;
|
|
23617
23657
|
height: 100%;
|
|
23618
23658
|
background: var(--Table-tree-borderColor);
|
|
23619
|
-
|
|
23659
|
+
left: 7.0625rem;
|
|
23620
23660
|
}
|
|
23621
23661
|
.cxd-Table-table > tbody > tr > td.cxd-Table-expandCell .cxd-Table-divider-7 {
|
|
23622
23662
|
position: absolute;
|
|
@@ -23625,7 +23665,7 @@ input[type=button].cxd-Button--block {
|
|
|
23625
23665
|
bottom: 0;
|
|
23626
23666
|
height: 100%;
|
|
23627
23667
|
background: var(--Table-tree-borderColor);
|
|
23628
|
-
|
|
23668
|
+
left: 8.1875rem;
|
|
23629
23669
|
}
|
|
23630
23670
|
.cxd-Table-table > tbody > tr.is-expanded > td.cxd-Table-expandCell::before {
|
|
23631
23671
|
content: "";
|
|
@@ -23633,7 +23673,7 @@ input[type=button].cxd-Button--block {
|
|
|
23633
23673
|
width: 0.0625rem;
|
|
23634
23674
|
top: 50%;
|
|
23635
23675
|
bottom: 0;
|
|
23636
|
-
|
|
23676
|
+
left: 1.4375rem;
|
|
23637
23677
|
height: auto;
|
|
23638
23678
|
background: var(--Table-tree-borderColor);
|
|
23639
23679
|
}
|
|
@@ -23642,6 +23682,14 @@ input[type=button].cxd-Button--block {
|
|
|
23642
23682
|
.cxd-Table-table > thead > tr > th.cxd-TableCell--filterable > .cxd-TableCell--title {
|
|
23643
23683
|
display: inline-block;
|
|
23644
23684
|
}
|
|
23685
|
+
.cxd-Table.is-mobile .cxd-Table-table > tbody > tr:hover, .cxd-Table.is-mobile .cxd-Table-table > tbody > tr.is-hovered {
|
|
23686
|
+
background: var(--Table-bg);
|
|
23687
|
+
border-color: var(--Table-borderColor);
|
|
23688
|
+
color: var(--Table-color);
|
|
23689
|
+
}
|
|
23690
|
+
.cxd-Table.is-mobile .cxd-Table-table > tbody > tr:hover + tr, .cxd-Table.is-mobile .cxd-Table-table > tbody > tr.is-hovered + tr {
|
|
23691
|
+
border-color: var(--Table-borderColor);
|
|
23692
|
+
}
|
|
23645
23693
|
.cxd-TableCell-sortBtn, .cxd-TableCell-searchBtn, .cxd-TableCell-filterBtn {
|
|
23646
23694
|
display: inline-block;
|
|
23647
23695
|
vertical-align: top;
|
|
@@ -23880,10 +23928,7 @@ input[type=button].cxd-Button--block {
|
|
|
23880
23928
|
.cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table thead {
|
|
23881
23929
|
position: sticky;
|
|
23882
23930
|
top: 0;
|
|
23883
|
-
z-index:
|
|
23884
|
-
}
|
|
23885
|
-
.cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
|
|
23886
|
-
display: none;
|
|
23931
|
+
z-index: 21;
|
|
23887
23932
|
}
|
|
23888
23933
|
.cxd-Table--autoFillHeight > .cxd-Table-footToolbar {
|
|
23889
23934
|
margin-bottom: 0;
|
|
@@ -23895,6 +23940,10 @@ input[type=button].cxd-Button--block {
|
|
|
23895
23940
|
display: inline-flex;
|
|
23896
23941
|
cursor: pointer;
|
|
23897
23942
|
}
|
|
23943
|
+
.cxd-Table-SFToggler:hover {
|
|
23944
|
+
color: var(--link-color);
|
|
23945
|
+
font-size: var(--Button--sm-fontSize);
|
|
23946
|
+
}
|
|
23898
23947
|
.cxd-Table-SFToggler-arrow {
|
|
23899
23948
|
width: var(--gap-md);
|
|
23900
23949
|
text-align: center;
|
|
@@ -25227,15 +25276,15 @@ input[type=button].cxd-Button--block {
|
|
|
25227
25276
|
margin-left: var(--DropDown-caret-marginLeft);
|
|
25228
25277
|
display: inline-block;
|
|
25229
25278
|
vertical-align: top;
|
|
25230
|
-
transition: transform var(--animation-duration) ease;
|
|
25231
25279
|
}
|
|
25232
25280
|
.cxd-ColumnToggler-caret > svg {
|
|
25233
25281
|
width: 0.625rem;
|
|
25234
25282
|
height: 0.625rem;
|
|
25235
|
-
|
|
25283
|
+
transition: transform var(--animation-duration) ease;
|
|
25284
|
+
transform: rotate(90deg);
|
|
25236
25285
|
}
|
|
25237
|
-
.cxd-ColumnToggler.is-opened .cxd-ColumnToggler-caret {
|
|
25238
|
-
transform: rotate(
|
|
25286
|
+
.cxd-ColumnToggler.is-opened .cxd-ColumnToggler-caret svg {
|
|
25287
|
+
transform: rotate(270deg);
|
|
25239
25288
|
}
|
|
25240
25289
|
.cxd-ColumnToggler.is-actived > .cxd-Button {
|
|
25241
25290
|
color: var(--link-color);
|
|
@@ -25279,10 +25328,6 @@ input[type=button].cxd-Button--block {
|
|
|
25279
25328
|
text-decoration: var(--link-decoration);
|
|
25280
25329
|
background: var(--table-togglable-bg-color);
|
|
25281
25330
|
}
|
|
25282
|
-
.cxd-ColumnToggler-menuItem:hover, .cxd-ColumnToggler-menu > li:hover {
|
|
25283
|
-
background: var(--table-togglable-hover-bg-color);
|
|
25284
|
-
color: var(--DropDown-menuItem-onHover-color);
|
|
25285
|
-
}
|
|
25286
25331
|
.cxd-ColumnToggler-menuItem.is-active, .cxd-ColumnToggler-menu > li.is-active {
|
|
25287
25332
|
color: var(--DropDown-menuItem-onActive-color);
|
|
25288
25333
|
}
|
|
@@ -25301,6 +25346,10 @@ input[type=button].cxd-Button--block {
|
|
|
25301
25346
|
background: var(--DropDown-menu-borderColor);
|
|
25302
25347
|
padding: 0;
|
|
25303
25348
|
}
|
|
25349
|
+
.cxd-ColumnToggler-menu:not(.is-mobile) > li:hover {
|
|
25350
|
+
background: var(--table-togglable-hover-bg-color);
|
|
25351
|
+
color: var(--DropDown-menuItem-onHover-color);
|
|
25352
|
+
}
|
|
25304
25353
|
.cxd-ColumnToggler-menu > li a {
|
|
25305
25354
|
color: inherit;
|
|
25306
25355
|
display: block;
|
|
@@ -25475,16 +25524,9 @@ input[type=button].cxd-Button--block {
|
|
|
25475
25524
|
padding: var(--gap-xs) 0;
|
|
25476
25525
|
}
|
|
25477
25526
|
.cxd-List-fixedTop {
|
|
25478
|
-
position:
|
|
25527
|
+
position: sticky;
|
|
25479
25528
|
background: var(--white);
|
|
25480
|
-
z-index:
|
|
25481
|
-
opacity: 0;
|
|
25482
|
-
box-shadow: var(--List-fixedTop-boxShadow);
|
|
25483
|
-
}
|
|
25484
|
-
.cxd-List-fixedTop.in {
|
|
25485
|
-
position: fixed;
|
|
25486
|
-
opacity: 1;
|
|
25487
|
-
z-index: 900;
|
|
25529
|
+
z-index: 1100;
|
|
25488
25530
|
}
|
|
25489
25531
|
.cxd-List-fixedTop .cxd-Cards-toolbar {
|
|
25490
25532
|
margin-bottom: 0;
|
|
@@ -25673,17 +25715,10 @@ input[type=button].cxd-Button--block {
|
|
|
25673
25715
|
padding-top: 0;
|
|
25674
25716
|
}
|
|
25675
25717
|
.cxd-Cards-fixedTop {
|
|
25676
|
-
position:
|
|
25718
|
+
position: sticky;
|
|
25677
25719
|
background: var(--white);
|
|
25678
|
-
z-index: -1;
|
|
25679
|
-
opacity: 0;
|
|
25680
|
-
box-shadow: var(--Cards-fixedTop-boxShadow);
|
|
25681
25720
|
padding: var(--gap-sm);
|
|
25682
|
-
|
|
25683
|
-
.cxd-Cards-fixedTop.in {
|
|
25684
|
-
position: fixed;
|
|
25685
|
-
opacity: 1;
|
|
25686
|
-
z-index: 900;
|
|
25721
|
+
z-index: 1100;
|
|
25687
25722
|
}
|
|
25688
25723
|
.cxd-Cards-fixedTop .cxd-Cards-toolbar {
|
|
25689
25724
|
margin-bottom: 0;
|
|
@@ -26254,6 +26289,7 @@ input[type=button].cxd-Button--block {
|
|
|
26254
26289
|
align-items: center;
|
|
26255
26290
|
color: var(--text-color);
|
|
26256
26291
|
font-size: var(--fontSizeXs);
|
|
26292
|
+
min-width: 50px;
|
|
26257
26293
|
}
|
|
26258
26294
|
.cxd-Progress-line {
|
|
26259
26295
|
display: inline-block;
|
|
@@ -27312,7 +27348,6 @@ input[type=button].cxd-Button--block {
|
|
|
27312
27348
|
border: none;
|
|
27313
27349
|
color: var(--Form-input-color);
|
|
27314
27350
|
width: 100%;
|
|
27315
|
-
height: var(--Form-input-lineHeight);
|
|
27316
27351
|
}
|
|
27317
27352
|
.cxd-InputBox input::-moz-placeholder {
|
|
27318
27353
|
color: var(--Form-input-placeholderColor);
|
|
@@ -27398,6 +27433,7 @@ input[type=button].cxd-Button--block {
|
|
|
27398
27433
|
margin: 5px;
|
|
27399
27434
|
display: flex;
|
|
27400
27435
|
color: var(--Form-select-caret-iconColor);
|
|
27436
|
+
transform: rotate(90deg);
|
|
27401
27437
|
}
|
|
27402
27438
|
.cxd-InputBox-caret:hover {
|
|
27403
27439
|
color: var(--Form-select-caret-onHover-iconColor);
|
|
@@ -27408,7 +27444,24 @@ input[type=button].cxd-Button--block {
|
|
|
27408
27444
|
top: 0;
|
|
27409
27445
|
}
|
|
27410
27446
|
.cxd-InputBox.is-active .cxd-InputBox-caret {
|
|
27411
|
-
transform: rotate(
|
|
27447
|
+
transform: rotate(270deg);
|
|
27448
|
+
}
|
|
27449
|
+
.cxd-InputBox.is-mobile {
|
|
27450
|
+
border: none;
|
|
27451
|
+
border-radius: 0;
|
|
27452
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
27453
|
+
}
|
|
27454
|
+
.cxd-InputBox.is-mobile.is-error, .is-error > .cxd-InputBox.is-mobile {
|
|
27455
|
+
border-bottom-color: var(--Form-input-onError-borderColor);
|
|
27456
|
+
}
|
|
27457
|
+
.cxd-InputBox.is-mobile.is-focused {
|
|
27458
|
+
border-bottom-color: var(--Form-input-onFocused-borderColor);
|
|
27459
|
+
}
|
|
27460
|
+
.cxd-InputBox.is-mobile.is-error.is-focused {
|
|
27461
|
+
border-bottom-color: var(--Form-input-onError-borderColor);
|
|
27462
|
+
}
|
|
27463
|
+
.cxd-InputBox.is-mobile.is-disabled {
|
|
27464
|
+
border-bottom-color: var(--Form-input-onDisabled-borderColor);
|
|
27412
27465
|
}
|
|
27413
27466
|
.cxd-JSONSchemaMember {
|
|
27414
27467
|
display: flex;
|
|
@@ -27434,6 +27487,18 @@ input[type=button].cxd-Button--block {
|
|
|
27434
27487
|
align-items: center;
|
|
27435
27488
|
color: var(--Form-input-color);
|
|
27436
27489
|
}
|
|
27490
|
+
.cxd-JSONSchemaMember-key.is-mobile > span {
|
|
27491
|
+
border-radius: 0;
|
|
27492
|
+
border: none;
|
|
27493
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
27494
|
+
}
|
|
27495
|
+
.cxd-JSONSchemaMember-key.is-mobile .cxd-InputBox {
|
|
27496
|
+
height: 100%;
|
|
27497
|
+
line-height: 1;
|
|
27498
|
+
}
|
|
27499
|
+
.cxd-JSONSchemaMember-key.is-mobile .cxd-InputBox > .cxd-InputBox-caret svg {
|
|
27500
|
+
top: 0.125em;
|
|
27501
|
+
}
|
|
27437
27502
|
.cxd-JSONSchemaMember-value {
|
|
27438
27503
|
flex: 1;
|
|
27439
27504
|
margin-left: auto;
|
|
@@ -27461,6 +27526,7 @@ input[type=button].cxd-Button--block {
|
|
|
27461
27526
|
transition: transform var(--animation-duration);
|
|
27462
27527
|
color: var(--icon-color);
|
|
27463
27528
|
margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
|
|
27529
|
+
transform: rotate(90deg);
|
|
27464
27530
|
}
|
|
27465
27531
|
.cxd-JSONSchemaObject-caret > svg {
|
|
27466
27532
|
width: 10px;
|
|
@@ -27468,7 +27534,7 @@ input[type=button].cxd-Button--block {
|
|
|
27468
27534
|
top: 0;
|
|
27469
27535
|
}
|
|
27470
27536
|
.cxd-JSONSchemaObject-caret.is-collapsed {
|
|
27471
|
-
transform: rotate(
|
|
27537
|
+
transform: rotate(0deg);
|
|
27472
27538
|
}
|
|
27473
27539
|
.cxd-JSONSchemaObject.is-expanded {
|
|
27474
27540
|
position: relative;
|
|
@@ -27514,6 +27580,10 @@ input[type=button].cxd-Button--block {
|
|
|
27514
27580
|
left: -33px;
|
|
27515
27581
|
border-top: dashed 1px var(--icon-color);
|
|
27516
27582
|
}
|
|
27583
|
+
.cxd-JSONSchemaObject.is-mobile .cxd-Number {
|
|
27584
|
+
border-radius: 0;
|
|
27585
|
+
border-bottom: var(--Number-borderWidth) solid var(--Form-input-borderColor);
|
|
27586
|
+
}
|
|
27517
27587
|
.cxd-SchemaEditorProps {
|
|
27518
27588
|
width: 100%;
|
|
27519
27589
|
}
|
|
@@ -27596,6 +27666,7 @@ input[type=button].cxd-Button--block {
|
|
|
27596
27666
|
transition: transform var(--animation-duration);
|
|
27597
27667
|
color: var(--icon-color);
|
|
27598
27668
|
margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
|
|
27669
|
+
transform: rotate(90deg);
|
|
27599
27670
|
}
|
|
27600
27671
|
.cxd-SchemaEditor-caret > svg {
|
|
27601
27672
|
width: 10px;
|
|
@@ -27603,7 +27674,7 @@ input[type=button].cxd-Button--block {
|
|
|
27603
27674
|
top: 0;
|
|
27604
27675
|
}
|
|
27605
27676
|
.cxd-SchemaEditor-caret.is-collapsed {
|
|
27606
|
-
transform: rotate(
|
|
27677
|
+
transform: rotate(0deg);
|
|
27607
27678
|
}
|
|
27608
27679
|
.cxd-SchemaEditor-required {
|
|
27609
27680
|
padding-top: 4px;
|
|
@@ -27651,7 +27722,6 @@ input[type=button].cxd-Button--block {
|
|
|
27651
27722
|
border: none;
|
|
27652
27723
|
color: var(--Form-input-color);
|
|
27653
27724
|
width: 100%;
|
|
27654
|
-
height: var(--Form-input-lineHeight);
|
|
27655
27725
|
}
|
|
27656
27726
|
.cxd-ResultBox input::-moz-placeholder {
|
|
27657
27727
|
color: var(--Form-input-placeholderColor);
|
|
@@ -27897,6 +27967,9 @@ input[type=button].cxd-Button--block {
|
|
|
27897
27967
|
border: none;
|
|
27898
27968
|
justify-content: flex-end;
|
|
27899
27969
|
}
|
|
27970
|
+
.cxd-ResultBox.is-mobile.is-focused, .cxd-ResultBox.is-mobile:hover {
|
|
27971
|
+
border: none !important;
|
|
27972
|
+
}
|
|
27900
27973
|
.cxd-ResultBox.is-mobile .cxd-ResultBox-clear {
|
|
27901
27974
|
padding: var(--Form-input-clearBtn-padding);
|
|
27902
27975
|
cursor: pointer;
|
|
@@ -27991,6 +28064,9 @@ input[type=button].cxd-Button--block {
|
|
|
27991
28064
|
cursor: pointer;
|
|
27992
28065
|
color: var(--SearchBox-search-icon-color);
|
|
27993
28066
|
}
|
|
28067
|
+
.cxd-SearchBox-activeBtn svg, .cxd-SearchBox-searchBtn svg, .cxd-SearchBox-cancelBtn svg {
|
|
28068
|
+
top: 1px;
|
|
28069
|
+
}
|
|
27994
28070
|
.cxd-SearchBox-activeBtn:hover, .cxd-SearchBox-searchBtn:hover, .cxd-SearchBox-cancelBtn:hover {
|
|
27995
28071
|
color: var(--icon-onHover-color);
|
|
27996
28072
|
}
|
|
@@ -28047,6 +28123,9 @@ input[type=button].cxd-Button--block {
|
|
|
28047
28123
|
color: var(--SearchBox-enhonce-icon-color);
|
|
28048
28124
|
background: var(--SearchBox-hover-color);
|
|
28049
28125
|
}
|
|
28126
|
+
.cxd-SearchBox--enhance.is-active .cxd-SearchBox-searchBtn svg {
|
|
28127
|
+
top: 0;
|
|
28128
|
+
}
|
|
28050
28129
|
.cxd-SearchBox--enhance.is-active .cxd-SearchBox-searchBtn:hover {
|
|
28051
28130
|
background: var(--button-primary-hover-bg-color);
|
|
28052
28131
|
}
|
|
@@ -28057,6 +28136,11 @@ input[type=button].cxd-Button--block {
|
|
|
28057
28136
|
background: var(--SearchBox-enhonce-disabled-color);
|
|
28058
28137
|
color: var(--SearchBox-enhonce-disabled-search-color);
|
|
28059
28138
|
}
|
|
28139
|
+
.cxd-SearchBox.is-mobile {
|
|
28140
|
+
border-radius: 0;
|
|
28141
|
+
border: none;
|
|
28142
|
+
border-bottom: var(--borderWidth) solid var(--borderColor);
|
|
28143
|
+
}
|
|
28060
28144
|
.cxd-SearchBox-history > .is-history {
|
|
28061
28145
|
width: 100%;
|
|
28062
28146
|
}
|
|
@@ -28197,6 +28281,39 @@ input[type=button].cxd-Button--block {
|
|
|
28197
28281
|
cursor: pointer;
|
|
28198
28282
|
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28199
28283
|
}
|
|
28284
|
+
.cxd-ListMenu.is-mobile {
|
|
28285
|
+
display: flex;
|
|
28286
|
+
flex-wrap: wrap;
|
|
28287
|
+
}
|
|
28288
|
+
.cxd-ListMenu.is-mobile .cxd-ListMenu-item {
|
|
28289
|
+
width: calc((100vw - var(--ListMenu-item-mobile-margin) * 7) / 3);
|
|
28290
|
+
display: inline-flex;
|
|
28291
|
+
background: var(--ListMenu-item-mobile-bg);
|
|
28292
|
+
margin: var(--ListMenu-item-mobile-margin);
|
|
28293
|
+
}
|
|
28294
|
+
.cxd-ListMenu.is-mobile .cxd-ListMenu-item.is-active {
|
|
28295
|
+
background: var(--ListMenu-item-mobile-active-bg);
|
|
28296
|
+
}
|
|
28297
|
+
.cxd-ListMenu.is-mobile .cxd-ListMenu-item .cxd-ListMenu-itemLabel {
|
|
28298
|
+
white-space: nowrap;
|
|
28299
|
+
overflow: hidden;
|
|
28300
|
+
text-overflow: ellipsis;
|
|
28301
|
+
}
|
|
28302
|
+
.cxd-ListMenu-add-wrap {
|
|
28303
|
+
display: flex;
|
|
28304
|
+
align-items: center;
|
|
28305
|
+
margin: var(--ListMenu-item-mobile-margin);
|
|
28306
|
+
text-align: left;
|
|
28307
|
+
}
|
|
28308
|
+
.cxd-ListMenu-add-wrap .cxd-ResultBox {
|
|
28309
|
+
width: 100%;
|
|
28310
|
+
}
|
|
28311
|
+
.cxd-ListMenu-add-wrap input {
|
|
28312
|
+
width: 100%;
|
|
28313
|
+
padding: var(--Form-item-mobile-gap) 0;
|
|
28314
|
+
border-bottom: 1px solid var(--borderColor);
|
|
28315
|
+
border-radius: 0;
|
|
28316
|
+
}
|
|
28200
28317
|
.cxd-PopOver > .cxd-ListMenu {
|
|
28201
28318
|
border-color: var(--listMenu--onActive-borderColor);
|
|
28202
28319
|
}
|
|
@@ -28381,8 +28498,8 @@ input[type=button].cxd-Button--block {
|
|
|
28381
28498
|
text-align: center;
|
|
28382
28499
|
}
|
|
28383
28500
|
.cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon .icon {
|
|
28384
|
-
width: 0.
|
|
28385
|
-
height: 0.
|
|
28501
|
+
width: 0.75rem;
|
|
28502
|
+
height: 0.75rem;
|
|
28386
28503
|
position: relative;
|
|
28387
28504
|
top: 0;
|
|
28388
28505
|
}
|
|
@@ -28858,6 +28975,9 @@ fieldset.cxd-Collapse--lg > legend, fieldset.cxd-Collapse--md > legend, fieldset
|
|
|
28858
28975
|
background: var(--Fieldset-legend-bgColor);
|
|
28859
28976
|
border-left: 0 !important;
|
|
28860
28977
|
}
|
|
28978
|
+
fieldset.cxd-Collapse--lg > legend.cxd-Collapse-header.is-mobile, fieldset.cxd-Collapse--md > legend.cxd-Collapse-header.is-mobile, fieldset.cxd-Collapse--base > legend.cxd-Collapse-header.is-mobile, fieldset.cxd-Collapse--sm > legend.cxd-Collapse-header.is-mobile, fieldset.cxd-Collapse--xs > legend.cxd-Collapse-header.is-mobile {
|
|
28979
|
+
position: absolute;
|
|
28980
|
+
}
|
|
28861
28981
|
fieldset.cxd-Collapse--lg .collapse, fieldset.cxd-Collapse--md .collapse, fieldset.cxd-Collapse--base .collapse, fieldset.cxd-Collapse--sm .collapse, fieldset.cxd-Collapse--xs .collapse {
|
|
28862
28982
|
position: relative;
|
|
28863
28983
|
}
|
|
@@ -28970,6 +29090,13 @@ fieldset.cxd-Collapse--lg > legend:hover {
|
|
|
28970
29090
|
fieldset.cxd-Collapse--lg:after {
|
|
28971
29091
|
top: calc(var(--fieldSet-size-lg-fontSize) / 2);
|
|
28972
29092
|
}
|
|
29093
|
+
fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile {
|
|
29094
|
+
padding-left: var(--gap-xs) !important;
|
|
29095
|
+
padding-right: 1.125rem;
|
|
29096
|
+
}
|
|
29097
|
+
fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
29098
|
+
background: var(--white);
|
|
29099
|
+
}
|
|
28973
29100
|
.cxd-Form-groupColumn {
|
|
28974
29101
|
margin-bottom: var(--gap-sm);
|
|
28975
29102
|
}
|
|
@@ -29228,6 +29355,9 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
29228
29355
|
.cxd-InputGroup .cxd-Form-static {
|
|
29229
29356
|
margin-right: var(--gap-xs);
|
|
29230
29357
|
}
|
|
29358
|
+
.cxd-InputGroup.is-mobile .cxd-Form-control {
|
|
29359
|
+
display: inline-flex;
|
|
29360
|
+
}
|
|
29231
29361
|
.cxd-InputGroup:not(.is-inline) {
|
|
29232
29362
|
display: flex;
|
|
29233
29363
|
}
|
|
@@ -29267,7 +29397,6 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
29267
29397
|
border: none;
|
|
29268
29398
|
color: var(--Form-input-color);
|
|
29269
29399
|
width: 100%;
|
|
29270
|
-
height: var(--Form-input-lineHeight);
|
|
29271
29400
|
}
|
|
29272
29401
|
.cxd-TextControl-input input::-moz-placeholder {
|
|
29273
29402
|
color: var(--Form-input-placeholderColor);
|
|
@@ -29525,16 +29654,14 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
29525
29654
|
.cxd-TextControl-input--withAC input {
|
|
29526
29655
|
width: auto;
|
|
29527
29656
|
}
|
|
29528
|
-
.cxd-TextControl-
|
|
29529
|
-
|
|
29657
|
+
.cxd-TextControl-popover {
|
|
29658
|
+
margin-top: 0.25rem;
|
|
29530
29659
|
background: var(--Form-select-menu-bg);
|
|
29531
29660
|
color: var(--Form-select-menu-color);
|
|
29532
29661
|
border-radius: 0.125rem;
|
|
29533
29662
|
box-shadow: var(--menu-box-shadow);
|
|
29534
|
-
|
|
29535
|
-
|
|
29536
|
-
top: calc(100% + 0.25rem);
|
|
29537
|
-
z-index: 10;
|
|
29663
|
+
}
|
|
29664
|
+
.cxd-TextControl-sugs {
|
|
29538
29665
|
max-height: 18.75rem;
|
|
29539
29666
|
overflow: auto;
|
|
29540
29667
|
}
|
|
@@ -29706,7 +29833,6 @@ input.cxd-TextControl-input-password {
|
|
|
29706
29833
|
border: none;
|
|
29707
29834
|
color: var(--Form-input-color);
|
|
29708
29835
|
width: 100%;
|
|
29709
|
-
height: var(--Form-input-lineHeight);
|
|
29710
29836
|
}
|
|
29711
29837
|
.cxd-TextareaControl-input input::-moz-placeholder {
|
|
29712
29838
|
color: var(--Form-input-placeholderColor);
|
|
@@ -29921,6 +30047,9 @@ input.cxd-TextControl-input-password {
|
|
|
29921
30047
|
transform-origin: 50% 50%;
|
|
29922
30048
|
transform: translate(-50%, -50%);
|
|
29923
30049
|
}
|
|
30050
|
+
.cxd-Checkbox.is-mobile > i + span {
|
|
30051
|
+
vertical-align: middle;
|
|
30052
|
+
}
|
|
29924
30053
|
.cxd-Checkbox:hover > i + span > a {
|
|
29925
30054
|
display: inline-block;
|
|
29926
30055
|
}
|
|
@@ -30098,6 +30227,9 @@ input.cxd-TextControl-input-password {
|
|
|
30098
30227
|
border-radius: calc(var(--Checkbox-borderRadius) * 2);
|
|
30099
30228
|
min-width: var(--Checkbox-button-min-width);
|
|
30100
30229
|
}
|
|
30230
|
+
.cxd-Checkbox--button.cxd-Checkbox--checkbox > span {
|
|
30231
|
+
line-height: var(--Checkbox-button-line-height);
|
|
30232
|
+
}
|
|
30101
30233
|
.cxd-Checkbox--button.cxd-Checkbox--checkbox:hover:not(:disabled) {
|
|
30102
30234
|
color: var(--Checkbox-onHover-color);
|
|
30103
30235
|
border-color: var(--Checkbox-onHover-color);
|
|
@@ -30513,13 +30645,22 @@ input.cxd-TextControl-input-password {
|
|
|
30513
30645
|
color: var(--Form-select-menu-onHover-color);
|
|
30514
30646
|
background: var(--Form-select-menu-onHover-bg);
|
|
30515
30647
|
}
|
|
30648
|
+
.cxd-TreeSelection.is-scrollable {
|
|
30649
|
+
max-height: 18.75rem;
|
|
30650
|
+
height: 100%;
|
|
30651
|
+
overflow: auto;
|
|
30652
|
+
-webkit-user-select: none;
|
|
30653
|
+
-moz-user-select: none;
|
|
30654
|
+
user-select: none;
|
|
30655
|
+
padding: var(--gap-xs) 0;
|
|
30656
|
+
}
|
|
30516
30657
|
.cxd-TreeSelection .cxd-Table-expandBtn {
|
|
30517
30658
|
color: var(--icon-color);
|
|
30518
30659
|
margin-right: var(--gap-xs);
|
|
30519
30660
|
}
|
|
30520
30661
|
.cxd-TreeSelection-sublist {
|
|
30521
30662
|
position: relative;
|
|
30522
|
-
margin: 0 0 0
|
|
30663
|
+
margin: 0 0 0 1.875rem;
|
|
30523
30664
|
display: none;
|
|
30524
30665
|
}
|
|
30525
30666
|
.cxd-TreeSelection-item {
|
|
@@ -30564,9 +30705,6 @@ input.cxd-TextControl-input-password {
|
|
|
30564
30705
|
pointer-events: none;
|
|
30565
30706
|
color: var(--text--muted-color);
|
|
30566
30707
|
}
|
|
30567
|
-
.cxd-TreeSelection-itemInner .cxd-TreeSelection-itemLabel {
|
|
30568
|
-
margin-left: var(--gap-xs);
|
|
30569
|
-
}
|
|
30570
30708
|
.cxd-TreeSelection-itemLabel {
|
|
30571
30709
|
flex-grow: 1;
|
|
30572
30710
|
}
|
|
@@ -30708,6 +30846,36 @@ input.cxd-TextControl-input-password {
|
|
|
30708
30846
|
float: right;
|
|
30709
30847
|
cursor: pointer;
|
|
30710
30848
|
}
|
|
30849
|
+
.cxd-ChainedDropdownSelection {
|
|
30850
|
+
display: inline-block;
|
|
30851
|
+
}
|
|
30852
|
+
.cxd-ChainedDropdownSelection-item {
|
|
30853
|
+
display: inline-block;
|
|
30854
|
+
}
|
|
30855
|
+
.cxd-DropDownSelection {
|
|
30856
|
+
position: relative;
|
|
30857
|
+
display: inline-block;
|
|
30858
|
+
margin: 0.1875rem;
|
|
30859
|
+
vertical-align: middle;
|
|
30860
|
+
}
|
|
30861
|
+
.cxd-DropDownSelection-caret {
|
|
30862
|
+
transition: transform var(--animation-duration) ease-out;
|
|
30863
|
+
margin: 5px;
|
|
30864
|
+
display: flex;
|
|
30865
|
+
color: var(--Form-select-caret-iconColor);
|
|
30866
|
+
}
|
|
30867
|
+
.cxd-DropDownSelection-caret:hover {
|
|
30868
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
|
30869
|
+
}
|
|
30870
|
+
.cxd-DropDownSelection-caret > svg {
|
|
30871
|
+
width: 0.625rem;
|
|
30872
|
+
height: 0.625rem;
|
|
30873
|
+
top: 0;
|
|
30874
|
+
transform: rotate(90deg);
|
|
30875
|
+
}
|
|
30876
|
+
.cxd-DropDownSelection-input.is-active .cxd-DropDownSelection-caret {
|
|
30877
|
+
transform: rotate(180deg);
|
|
30878
|
+
}
|
|
30711
30879
|
.cxd-CityPicker .cxd-Select {
|
|
30712
30880
|
margin-right: var(--gap-xs);
|
|
30713
30881
|
margin-bottom: var(--gap-xs);
|
|
@@ -30741,6 +30909,7 @@ input.cxd-TextControl-input-password {
|
|
|
30741
30909
|
display: inline-block;
|
|
30742
30910
|
}
|
|
30743
30911
|
.cxd-CityArea {
|
|
30912
|
+
flex: 1;
|
|
30744
30913
|
text-align: right;
|
|
30745
30914
|
}
|
|
30746
30915
|
.cxd-CityArea-popup {
|
|
@@ -30757,6 +30926,9 @@ input.cxd-TextControl-input-password {
|
|
|
30757
30926
|
font-size: var(--Form-input-fontSize);
|
|
30758
30927
|
display: inline-flex !important;
|
|
30759
30928
|
}
|
|
30929
|
+
.cxd-CityArea-Input.is-focused, .cxd-CityArea-Input:hover {
|
|
30930
|
+
border: none !important;
|
|
30931
|
+
}
|
|
30760
30932
|
.cxd-CityArea-Input::-moz-placeholder {
|
|
30761
30933
|
color: var(--Form-input-placeholderColor);
|
|
30762
30934
|
-moz-user-select: none;
|
|
@@ -30944,6 +31116,12 @@ input.cxd-TextControl-input-password {
|
|
|
30944
31116
|
background: var(--inputNumber-base-active-bg-color);
|
|
30945
31117
|
box-shadow: var(--inputNumber-base-active-shadow);
|
|
30946
31118
|
}
|
|
31119
|
+
.cxd-Number.is-mobile {
|
|
31120
|
+
border: none;
|
|
31121
|
+
}
|
|
31122
|
+
.cxd-Number.is-mobile-focused {
|
|
31123
|
+
border: none;
|
|
31124
|
+
}
|
|
30947
31125
|
.cxd-Number-disabled {
|
|
30948
31126
|
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);
|
|
30949
31127
|
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);
|
|
@@ -31371,11 +31549,17 @@ input.cxd-TextControl-input-password {
|
|
|
31371
31549
|
.cxd-Select .cxd-PopOver.cxd-Select-popover {
|
|
31372
31550
|
margin-top: 0.25rem;
|
|
31373
31551
|
}
|
|
31552
|
+
.cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Checkbox span {
|
|
31553
|
+
line-height: var(--select-base-default-option-line-height);
|
|
31554
|
+
height: var(--select-base-default-option-line-height);
|
|
31555
|
+
}
|
|
31374
31556
|
.cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-option {
|
|
31375
31557
|
line-height: var(--select-base-default-option-line-height);
|
|
31558
|
+
height: var(--select-base-default-option-line-height);
|
|
31376
31559
|
}
|
|
31377
31560
|
.cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-addBtn {
|
|
31378
31561
|
line-height: var(--select-base-default-option-line-height);
|
|
31562
|
+
height: var(--select-base-default-option-line-height);
|
|
31379
31563
|
}
|
|
31380
31564
|
.cxd-Select--borderHalf {
|
|
31381
31565
|
border-left-color: transparent !important;
|
|
@@ -31509,7 +31693,7 @@ input.cxd-TextControl-input-password {
|
|
|
31509
31693
|
transform: rotate(180deg);
|
|
31510
31694
|
}
|
|
31511
31695
|
.cxd-Select.is-mobile {
|
|
31512
|
-
min-height:
|
|
31696
|
+
min-height: var(--Form-select-height);
|
|
31513
31697
|
border: none;
|
|
31514
31698
|
padding: 0;
|
|
31515
31699
|
font-size: var(--fontSizeLg);
|
|
@@ -31651,6 +31835,29 @@ input.cxd-TextControl-input-password {
|
|
|
31651
31835
|
text-overflow: ellipsis;
|
|
31652
31836
|
max-width: 100%;
|
|
31653
31837
|
}
|
|
31838
|
+
.cxd-Select-option.is-mobile {
|
|
31839
|
+
position: relative;
|
|
31840
|
+
}
|
|
31841
|
+
.cxd-Select-option.is-mobile > a {
|
|
31842
|
+
margin-right: calc(20px + var(--select-base-default-option-paddingRight));
|
|
31843
|
+
}
|
|
31844
|
+
.cxd-Select-option.is-mobile .cxd-Select-option-item-check {
|
|
31845
|
+
flex: 1;
|
|
31846
|
+
text-align: left;
|
|
31847
|
+
border-bottom: 0.0625rem solid var(--borderColor);
|
|
31848
|
+
}
|
|
31849
|
+
.cxd-Select-option.is-mobile .cxd-Select-option-mcheck {
|
|
31850
|
+
position: absolute;
|
|
31851
|
+
top: 50%;
|
|
31852
|
+
transform: translateY(-50%);
|
|
31853
|
+
right: var(--select-base-default-option-paddingRight);
|
|
31854
|
+
flex: none;
|
|
31855
|
+
width: 1rem;
|
|
31856
|
+
color: var(--Form-select-mobile-icon-check-color);
|
|
31857
|
+
}
|
|
31858
|
+
.cxd-Select-option.is-mobile:last-child .cxd-Select-option-item-check {
|
|
31859
|
+
border-bottom: none;
|
|
31860
|
+
}
|
|
31654
31861
|
.cxd-Select-noResult {
|
|
31655
31862
|
color: var(--Form-select-placeholderColor);
|
|
31656
31863
|
line-height: var(--Form-input-lineHeight);
|
|
@@ -32008,7 +32215,7 @@ input.cxd-TextControl-input-password {
|
|
|
32008
32215
|
border-style: solid;
|
|
32009
32216
|
border-width: 0 0 0.125rem 0.125rem;
|
|
32010
32217
|
right: 0.0625rem;
|
|
32011
|
-
bottom:
|
|
32218
|
+
bottom: 0.375rem;
|
|
32012
32219
|
transform: rotate(-40deg);
|
|
32013
32220
|
}
|
|
32014
32221
|
.cxd-ListControl-item.is-disabled {
|
|
@@ -32063,6 +32270,12 @@ input.cxd-TextControl-input-password {
|
|
|
32063
32270
|
.cxd-LocationPicker.is-disabled > cxd-LocationPicker-input {
|
|
32064
32271
|
color: var(--text--muted-color);
|
|
32065
32272
|
}
|
|
32273
|
+
.cxd-LocationPicker.is-mobile {
|
|
32274
|
+
border: none;
|
|
32275
|
+
}
|
|
32276
|
+
.cxd-LocationPicker.is-mobile .cxd-LocationPicker-toggler svg {
|
|
32277
|
+
top: 0.125rem;
|
|
32278
|
+
}
|
|
32066
32279
|
.cxd-LocationPicker-placeholder {
|
|
32067
32280
|
color: var(--colors-neutral-text-6);
|
|
32068
32281
|
-webkit-user-select: none;
|
|
@@ -32076,6 +32289,8 @@ input.cxd-TextControl-input-password {
|
|
|
32076
32289
|
margin-right: var(--gap-base);
|
|
32077
32290
|
flex-basis: 0;
|
|
32078
32291
|
flex-grow: 1;
|
|
32292
|
+
overflow-x: auto;
|
|
32293
|
+
max-width: calc(100% - 1.25rem);
|
|
32079
32294
|
}
|
|
32080
32295
|
.cxd-LocationPicker-toggler {
|
|
32081
32296
|
cursor: pointer;
|
|
@@ -32112,6 +32327,23 @@ input.cxd-TextControl-input-password {
|
|
|
32112
32327
|
.cxd-LocationPicker-clear svg {
|
|
32113
32328
|
top: 0;
|
|
32114
32329
|
}
|
|
32330
|
+
.cxd-LocationPicker-popup {
|
|
32331
|
+
height: 28.75rem;
|
|
32332
|
+
}
|
|
32333
|
+
.cxd-LocationPicker-popup-inner {
|
|
32334
|
+
flex: 1;
|
|
32335
|
+
padding: 0 1rem;
|
|
32336
|
+
}
|
|
32337
|
+
.cxd-LocationPicker-popup-inner .cxd-MapPicker-search {
|
|
32338
|
+
padding-top: 0;
|
|
32339
|
+
margin-bottom: 1rem;
|
|
32340
|
+
}
|
|
32341
|
+
.cxd-LocationPicker-popup-inner .cxd-MapPicker-search .cxd-TextControl-input {
|
|
32342
|
+
border-radius: 0;
|
|
32343
|
+
border-top: none;
|
|
32344
|
+
border-right: none;
|
|
32345
|
+
border-left: none;
|
|
32346
|
+
}
|
|
32115
32347
|
.cxd-LocationControl {
|
|
32116
32348
|
position: relative;
|
|
32117
32349
|
width: 100%;
|
|
@@ -32120,6 +32352,11 @@ input.cxd-TextControl-input-password {
|
|
|
32120
32352
|
border: none;
|
|
32121
32353
|
box-shadow: var(--boxShadow);
|
|
32122
32354
|
}
|
|
32355
|
+
.cxd-LocationControl.is-mobile {
|
|
32356
|
+
flex: 1;
|
|
32357
|
+
text-align: right;
|
|
32358
|
+
overflow: hidden;
|
|
32359
|
+
}
|
|
32123
32360
|
.cxd-LocationControl:not(.is-inline) > .cxd-LocationPicker {
|
|
32124
32361
|
display: flex;
|
|
32125
32362
|
}
|
|
@@ -32166,6 +32403,9 @@ input.cxd-TextControl-input-password {
|
|
|
32166
32403
|
.tangram-suggestion-main {
|
|
32167
32404
|
display: none !important;
|
|
32168
32405
|
}
|
|
32406
|
+
.cxd-MatrixControl {
|
|
32407
|
+
max-width: 100%;
|
|
32408
|
+
}
|
|
32169
32409
|
.cxd-MatrixControl-error {
|
|
32170
32410
|
margin-bottom: 0;
|
|
32171
32411
|
}
|
|
@@ -32180,9 +32420,7 @@ input.cxd-TextControl-input-password {
|
|
|
32180
32420
|
background: var(--ColorPicker-bg);
|
|
32181
32421
|
color: var(--ColorPicker-color);
|
|
32182
32422
|
border-radius: var(--borderRadius);
|
|
32183
|
-
|
|
32184
|
-
.cxd-ColorPicker-popup {
|
|
32185
|
-
height: 25rem;
|
|
32423
|
+
height: var(--ColorPicker-height);
|
|
32186
32424
|
}
|
|
32187
32425
|
.cxd-ColorPicker:not(.is-disabled) {
|
|
32188
32426
|
cursor: pointer;
|
|
@@ -32262,6 +32500,9 @@ input.cxd-TextControl-input-password {
|
|
|
32262
32500
|
.cxd-ColorPicker-clear:active svg {
|
|
32263
32501
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
32264
32502
|
}
|
|
32503
|
+
.cxd-ColorPicker-clear svg {
|
|
32504
|
+
top: 0;
|
|
32505
|
+
}
|
|
32265
32506
|
.cxd-ColorPicker-arrow {
|
|
32266
32507
|
margin-right: var(--gap-xs);
|
|
32267
32508
|
width: var(--gap-md);
|
|
@@ -32278,9 +32519,10 @@ input.cxd-TextControl-input-password {
|
|
|
32278
32519
|
width: 10px;
|
|
32279
32520
|
height: 10px;
|
|
32280
32521
|
top: 0;
|
|
32522
|
+
transform: rotate(90deg);
|
|
32281
32523
|
}
|
|
32282
32524
|
.cxd-ColorPicker.is-opened .cxd-ColorPicker-arrow > svg {
|
|
32283
|
-
transform: rotate(
|
|
32525
|
+
transform: rotate(270deg);
|
|
32284
32526
|
}
|
|
32285
32527
|
.cxd-ColorPicker-popover {
|
|
32286
32528
|
border: none;
|
|
@@ -32294,6 +32536,21 @@ input.cxd-TextControl-input-password {
|
|
|
32294
32536
|
border-radius: var(--borderRadius) !important;
|
|
32295
32537
|
box-shadow: var(--ColorPicker-boxShadow) !important;
|
|
32296
32538
|
}
|
|
32539
|
+
.cxd-ColorPicker-popup {
|
|
32540
|
+
height: 31.25rem;
|
|
32541
|
+
}
|
|
32542
|
+
.cxd-ColorPicker-popup .sketch-picker {
|
|
32543
|
+
width: 80% !important;
|
|
32544
|
+
box-shadow: none !important;
|
|
32545
|
+
}
|
|
32546
|
+
.cxd-ColorPicker-popup .sketch-picker input:focus {
|
|
32547
|
+
outline: none;
|
|
32548
|
+
}
|
|
32549
|
+
.cxd-ColorPicker-popup .sketch-picker .flexbox-fix:last-child > div {
|
|
32550
|
+
width: 18px !important;
|
|
32551
|
+
height: 18px !important;
|
|
32552
|
+
margin: 0px 16px 10px 0px !important;
|
|
32553
|
+
}
|
|
32297
32554
|
.cxd-DatePicker {
|
|
32298
32555
|
position: relative;
|
|
32299
32556
|
display: inline-flex;
|
|
@@ -32343,32 +32600,32 @@ input.cxd-TextControl-input-password {
|
|
|
32343
32600
|
.cxd-DatePicker--borderNone {
|
|
32344
32601
|
border-color: transparent !important;
|
|
32345
32602
|
}
|
|
32346
|
-
.cxd-DatePicker:not(.is-disabled) {
|
|
32603
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile) {
|
|
32347
32604
|
cursor: pointer;
|
|
32348
32605
|
}
|
|
32349
|
-
.cxd-DatePicker:not(.is-disabled):hover {
|
|
32606
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile):hover {
|
|
32350
32607
|
background: var(--DatePicker-onHover-bg);
|
|
32351
32608
|
border-color: var(--DatePicker-onHover-borderColor);
|
|
32352
32609
|
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);
|
|
32353
32610
|
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);
|
|
32354
32611
|
}
|
|
32355
|
-
.cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-input {
|
|
32612
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile):hover .cxd-DatePicker-input {
|
|
32356
32613
|
color: var(--inputDate-hover-color);
|
|
32357
32614
|
}
|
|
32358
|
-
.cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-clear {
|
|
32615
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile):hover .cxd-DatePicker-clear {
|
|
32359
32616
|
display: flex;
|
|
32360
32617
|
}
|
|
32361
|
-
.cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-clear + .cxd-DatePicker-toggler {
|
|
32618
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile):hover .cxd-DatePicker-clear + .cxd-DatePicker-toggler {
|
|
32362
32619
|
display: none;
|
|
32363
32620
|
}
|
|
32364
|
-
.cxd-DatePicker:not(.is-disabled).is-focused {
|
|
32621
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile).is-focused {
|
|
32365
32622
|
background: var(--inputDate-active-bg-color);
|
|
32366
32623
|
border-color: var(--DatePicker-onFocused-borderColor);
|
|
32367
32624
|
box-shadow: var(--inputDate-active-shadow);
|
|
32368
32625
|
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);
|
|
32369
32626
|
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);
|
|
32370
32627
|
}
|
|
32371
|
-
.cxd-DatePicker:not(.is-disabled).is-focused .cxd-DatePicker-input {
|
|
32628
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile).is-focused .cxd-DatePicker-input {
|
|
32372
32629
|
color: var(--inputDate-active-color);
|
|
32373
32630
|
}
|
|
32374
32631
|
.is-error > .cxd-DatePicker {
|
|
@@ -32490,13 +32747,13 @@ input.cxd-TextControl-input-password {
|
|
|
32490
32747
|
.cxd-DatePicker-popover.cxd-PopOver--leftTopLeftBottom, .cxd-DatePicker-popover.cxd-PopOver--rightTopRightBottom {
|
|
32491
32748
|
margin: -0.125rem 0 0;
|
|
32492
32749
|
}
|
|
32493
|
-
.cxd-DatePicker-popup {
|
|
32494
|
-
height: 18.75rem;
|
|
32495
|
-
}
|
|
32496
32750
|
.cxd-DatePicker.is-mobile {
|
|
32497
32751
|
border: 0;
|
|
32498
32752
|
justify-content: flex-end;
|
|
32499
32753
|
}
|
|
32754
|
+
.cxd-DatePicker.is-mobile.is-focused, .cxd-DatePicker.is-mobile:hover {
|
|
32755
|
+
border: none;
|
|
32756
|
+
}
|
|
32500
32757
|
.cxd-DatePicker.is-mobile span:focus,
|
|
32501
32758
|
.cxd-DatePicker.is-mobile a:focus {
|
|
32502
32759
|
outline: unset;
|
|
@@ -32514,10 +32771,8 @@ input.cxd-TextControl-input-password {
|
|
|
32514
32771
|
flex-grow: unset;
|
|
32515
32772
|
flex-basis: unset;
|
|
32516
32773
|
}
|
|
32517
|
-
.cxd-DatePicker.is-mobile .cxd-DatePicker-toggler {
|
|
32518
|
-
margin-top: -3px;
|
|
32519
|
-
}
|
|
32520
32774
|
.cxd-DatePicker-popup.cxd-DatePicker-mobile {
|
|
32775
|
+
height: 20rem;
|
|
32521
32776
|
color: red;
|
|
32522
32777
|
}
|
|
32523
32778
|
.cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt {
|
|
@@ -32693,18 +32948,20 @@ input.cxd-TextControl-input-password {
|
|
|
32693
32948
|
color: var(--inputTime-active-color);
|
|
32694
32949
|
background: var(--inputTime-active-bg-color);
|
|
32695
32950
|
}
|
|
32696
|
-
.cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:hover {
|
|
32951
|
+
.cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:not(.is-mobile):hover {
|
|
32697
32952
|
color: var(--inputTime-hover-color);
|
|
32698
32953
|
background: var(--inputTime-hover-bg-color);
|
|
32699
32954
|
}
|
|
32700
32955
|
.cxd-TimeContentWrapper {
|
|
32701
32956
|
display: flex;
|
|
32957
|
+
justify-content: center;
|
|
32702
32958
|
}
|
|
32703
32959
|
.cxd-TimeRangeHeaderWrapper {
|
|
32704
32960
|
height: 40px;
|
|
32705
32961
|
padding-top: 10px;
|
|
32706
32962
|
text-align: center;
|
|
32707
32963
|
border-bottom: 1px solid var(--Calendar-input-borderColor);
|
|
32964
|
+
margin: 0 0.25rem;
|
|
32708
32965
|
}
|
|
32709
32966
|
.cxd-TimeFooterWrapper {
|
|
32710
32967
|
height: 40px;
|
|
@@ -32720,6 +32977,9 @@ input.cxd-TextControl-input-password {
|
|
|
32720
32977
|
padding: 0 8px;
|
|
32721
32978
|
border-radius: 2px;
|
|
32722
32979
|
}
|
|
32980
|
+
.cxd-TimeFooterWrapper .cxd-QuickWrapper a {
|
|
32981
|
+
font-size: var(--button-size-sm-fontSize);
|
|
32982
|
+
}
|
|
32723
32983
|
.cxd-CalendarInput {
|
|
32724
32984
|
outline: none;
|
|
32725
32985
|
width: 3.5rem;
|
|
@@ -33078,29 +33338,29 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33078
33338
|
.cxd-DateRangePicker .cxd-DateRangePicker-clear {
|
|
33079
33339
|
display: none;
|
|
33080
33340
|
}
|
|
33081
|
-
.cxd-DateRangePicker:not(.is-disabled):hover {
|
|
33341
|
+
.cxd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover {
|
|
33082
33342
|
background: var(--DatePicker-onHover-bg);
|
|
33083
33343
|
border-color: var(--DatePicker-onHover-borderColor);
|
|
33084
33344
|
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);
|
|
33085
33345
|
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);
|
|
33086
33346
|
}
|
|
33087
|
-
.cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-input {
|
|
33347
|
+
.cxd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .cxd-DateRangePicker-input {
|
|
33088
33348
|
color: var(--inputDate-hover-color);
|
|
33089
33349
|
}
|
|
33090
|
-
.cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-clear {
|
|
33350
|
+
.cxd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .cxd-DateRangePicker-clear {
|
|
33091
33351
|
display: flex;
|
|
33092
33352
|
}
|
|
33093
|
-
.cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-clear + .cxd-DateRangePicker-toggler {
|
|
33353
|
+
.cxd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .cxd-DateRangePicker-clear + .cxd-DateRangePicker-toggler {
|
|
33094
33354
|
display: none;
|
|
33095
33355
|
}
|
|
33096
|
-
.cxd-DateRangePicker:not(.is-disabled).is-focused {
|
|
33356
|
+
.cxd-DateRangePicker:not(.is-disabled):not(.is-mobile).is-focused {
|
|
33097
33357
|
background: var(--inputDate-active-bg-color);
|
|
33098
33358
|
border-color: var(--DatePicker-onFocused-borderColor);
|
|
33099
33359
|
box-shadow: var(--inputDate-active-shadow);
|
|
33100
33360
|
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);
|
|
33101
33361
|
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);
|
|
33102
33362
|
}
|
|
33103
|
-
.cxd-DateRangePicker:not(.is-disabled).is-focused .cxd-DateRangePicker-input {
|
|
33363
|
+
.cxd-DateRangePicker:not(.is-disabled):not(.is-mobile).is-focused .cxd-DateRangePicker-input {
|
|
33104
33364
|
color: var(--inputDate-active-color);
|
|
33105
33365
|
}
|
|
33106
33366
|
.is-error > .cxd-DateRangePicker {
|
|
@@ -33119,6 +33379,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33119
33379
|
font-size: var(--DatePicker-fontSize);
|
|
33120
33380
|
font-weight: var(--inputDate-default-fontWeight);
|
|
33121
33381
|
color: var(--inputDate-default-color);
|
|
33382
|
+
text-align: center;
|
|
33122
33383
|
}
|
|
33123
33384
|
.cxd-DateRangePicker .cxd-DateRangePicker-input::-moz-placeholder {
|
|
33124
33385
|
color: var(--colors-neutral-text-6);
|
|
@@ -33235,9 +33496,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33235
33496
|
width: auto;
|
|
33236
33497
|
padding: 0;
|
|
33237
33498
|
}
|
|
33499
|
+
.cxd-DateRangePicker-wrap.is-mobile {
|
|
33500
|
+
flex: 1;
|
|
33501
|
+
}
|
|
33502
|
+
.cxd-DateRangePicker-wrap.is-mobile .cxd-DateRangePicker-end {
|
|
33503
|
+
margin-top: 0;
|
|
33504
|
+
}
|
|
33238
33505
|
.cxd-DateRangePicker-picker-wrap {
|
|
33239
33506
|
display: flex;
|
|
33240
33507
|
}
|
|
33508
|
+
.cxd-DateRangePicker-picker-wrap.is-vertical {
|
|
33509
|
+
flex-direction: column;
|
|
33510
|
+
}
|
|
33241
33511
|
.cxd-DateRangePicker-start,
|
|
33242
33512
|
.cxd-DateRangePicker-end {
|
|
33243
33513
|
display: flex;
|
|
@@ -33258,6 +33528,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33258
33528
|
list-style: none;
|
|
33259
33529
|
background: #f7f7f9;
|
|
33260
33530
|
line-height: 2rem;
|
|
33531
|
+
overflow-x: auto;
|
|
33261
33532
|
}
|
|
33262
33533
|
.cxd-DateRangePicker-ranger {
|
|
33263
33534
|
display: inline-block;
|
|
@@ -33305,10 +33576,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33305
33576
|
background: var(--DatePicker-bg);
|
|
33306
33577
|
border-radius: var(--DatePicker-borderRadius);
|
|
33307
33578
|
}
|
|
33579
|
+
.cxd-DateRangeCalendar.is-mobile {
|
|
33580
|
+
display: block;
|
|
33581
|
+
}
|
|
33308
33582
|
.cxd-DateRangePicker.is-mobile {
|
|
33309
33583
|
border: 0;
|
|
33310
33584
|
justify-content: flex-end;
|
|
33311
33585
|
}
|
|
33586
|
+
.cxd-DateRangePicker.is-mobile.is-focused, .cxd-DateRangePicker.is-mobile:hover {
|
|
33587
|
+
border: none;
|
|
33588
|
+
}
|
|
33312
33589
|
.cxd-DateRangePicker.is-mobile span:focus,
|
|
33313
33590
|
.cxd-DateRangePicker.is-mobile a:focus {
|
|
33314
33591
|
outline: unset;
|
|
@@ -33326,9 +33603,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33326
33603
|
flex-grow: unset;
|
|
33327
33604
|
flex-basis: unset;
|
|
33328
33605
|
}
|
|
33329
|
-
.cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-toggler {
|
|
33330
|
-
margin-top: -3px;
|
|
33331
|
-
}
|
|
33332
33606
|
.cxd-ImageControl {
|
|
33333
33607
|
position: relative;
|
|
33334
33608
|
}
|
|
@@ -33967,6 +34241,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33967
34241
|
.cxd-EditorControl--xxl > .cxd-MonacoEditor {
|
|
33968
34242
|
min-height: 500px;
|
|
33969
34243
|
}
|
|
34244
|
+
.cxd-EditorControl .monaco-editor .iPadShowKeyboard {
|
|
34245
|
+
display: none;
|
|
34246
|
+
}
|
|
33970
34247
|
.monaco-inputbox > .wrapper {
|
|
33971
34248
|
padding: 0;
|
|
33972
34249
|
}
|
|
@@ -34062,12 +34339,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34062
34339
|
.cxd-InputRange {
|
|
34063
34340
|
display: flex;
|
|
34064
34341
|
justify-content: space-between;
|
|
34065
|
-
padding: var(--InputRange-padding) 0;
|
|
34066
34342
|
width: 100%;
|
|
34067
34343
|
}
|
|
34068
34344
|
.cxd-InputRange-wrap {
|
|
34069
34345
|
position: relative;
|
|
34070
34346
|
flex: auto;
|
|
34347
|
+
padding: var(--InputRange-padding) 0;
|
|
34071
34348
|
}
|
|
34072
34349
|
.cxd-InputRange-input {
|
|
34073
34350
|
width: var(--InputRange-input-width);
|
|
@@ -34086,6 +34363,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34086
34363
|
.cxd-InputRange-input .cxd-Number-handler-up-inner:hover, .cxd-InputRange-input .cxd-Number-handler-down-inner:hover {
|
|
34087
34364
|
color: var(--Number-handler-onHover-color);
|
|
34088
34365
|
}
|
|
34366
|
+
.cxd-InputRange.is-mobile .cxd-InputRange-input {
|
|
34367
|
+
width: var(--InputRange-input-mobile-width);
|
|
34368
|
+
}
|
|
34369
|
+
.cxd-InputRange.is-mobile .cxd-InputRange-input .cxd-Number-handler-wrap {
|
|
34370
|
+
display: none !important;
|
|
34371
|
+
}
|
|
34372
|
+
.cxd-InputRange.is-mobile .cxd-InputRange-input input {
|
|
34373
|
+
padding: 0 !important;
|
|
34374
|
+
text-align: center;
|
|
34375
|
+
}
|
|
34089
34376
|
.cxd-InputRange-clear {
|
|
34090
34377
|
display: flex;
|
|
34091
34378
|
align-items: center;
|
|
@@ -34134,6 +34421,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34134
34421
|
width: var(--InputRange-handle-width);
|
|
34135
34422
|
height: var(--InputRange-handle-height);
|
|
34136
34423
|
}
|
|
34424
|
+
.cxd-InputRange-handle.is-mobile {
|
|
34425
|
+
width: var(--InputRange-handle-mobile-width);
|
|
34426
|
+
height: var(--InputRange-handle-mobile-height);
|
|
34427
|
+
}
|
|
34137
34428
|
.cxd-InputRange-handle-icon, .cxd-InputRange-handle-drage {
|
|
34138
34429
|
width: 100%;
|
|
34139
34430
|
height: 100%;
|
|
@@ -34160,7 +34451,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34160
34451
|
.cxd-InputRange-handle-icon:focus, .cxd-InputRange-handle-drage:focus {
|
|
34161
34452
|
box-shadow: var(--InputRange-handle-onFocus-boxShadow);
|
|
34162
34453
|
}
|
|
34163
|
-
.cxd-InputRange-handle-drage {
|
|
34454
|
+
.cxd-InputRange-handle:not(.is-mobile) .cxd-InputRange-handle-drage {
|
|
34164
34455
|
transform: var(--InputRange-handle-onActive-transform);
|
|
34165
34456
|
box-shadow: var(--InputRange-handle-onFocus-boxShadow);
|
|
34166
34457
|
border-width: var(--InputRange-handle-onDrage-border-width);
|
|
@@ -34287,6 +34578,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34287
34578
|
border-style: solid;
|
|
34288
34579
|
border-color: transparent var(--InputRange-label-bg) transparent transparent;
|
|
34289
34580
|
}
|
|
34581
|
+
.cxd-InputRange.is-mobile .cxd-InputRange-label {
|
|
34582
|
+
display: block;
|
|
34583
|
+
white-space: nowrap;
|
|
34584
|
+
}
|
|
34290
34585
|
.cxd-InputRange-marks {
|
|
34291
34586
|
position: relative;
|
|
34292
34587
|
top: 8px;
|
|
@@ -34310,6 +34605,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34310
34605
|
overflow: hidden;
|
|
34311
34606
|
text-overflow: ellipsis;
|
|
34312
34607
|
}
|
|
34608
|
+
.cxd-InputRange.is-mobile .cxd-InputRange-marks div {
|
|
34609
|
+
top: 0;
|
|
34610
|
+
}
|
|
34611
|
+
.cxd-InputRange.is-mobile .cxd-InputRange-marks div:nth-child(2n) {
|
|
34612
|
+
top: -1.875rem;
|
|
34613
|
+
}
|
|
34313
34614
|
.cxd-RepeatControl .repeat-btn {
|
|
34314
34615
|
width: 5rem;
|
|
34315
34616
|
}
|
|
@@ -34447,15 +34748,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34447
34748
|
overflow: hidden;
|
|
34448
34749
|
height: 2rem;
|
|
34449
34750
|
}
|
|
34450
|
-
.cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item {
|
|
34451
|
-
background-color: var(--Tree-item-onHover-bg-pure);
|
|
34452
|
-
}
|
|
34453
34751
|
.cxd-Tree-itemLabel:hover .cxd-Tree-item-icons {
|
|
34454
34752
|
visibility: visible;
|
|
34455
34753
|
}
|
|
34456
34754
|
.cxd-Tree-itemLabel .cxd-Checkbox {
|
|
34457
34755
|
margin-right: var(--inputTree-checkboxes-size-marginRight);
|
|
34458
34756
|
}
|
|
34757
|
+
.cxd-Tree-item:hover {
|
|
34758
|
+
background-color: var(--Tree-item-onHover-bg-pure);
|
|
34759
|
+
}
|
|
34459
34760
|
.cxd-Tree-item .is-checked {
|
|
34460
34761
|
border-radius: var(--Tree-item-onChekced-bg-borderRadius);
|
|
34461
34762
|
}
|
|
@@ -34496,7 +34797,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34496
34797
|
top: 0;
|
|
34497
34798
|
}
|
|
34498
34799
|
.cxd-Tree-itemInput {
|
|
34499
|
-
padding-left: var(--Tree-itemArrowWidth);
|
|
34500
34800
|
display: flex;
|
|
34501
34801
|
flex-direction: row;
|
|
34502
34802
|
flex-wrap: nowrap;
|
|
@@ -34541,6 +34841,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34541
34841
|
box-shadow: var(--Form-input-boxShadow);
|
|
34542
34842
|
background: var(--Form-input-onFocused-bg);
|
|
34543
34843
|
}
|
|
34844
|
+
.cxd-Tree-itemInput.is-mobile > input {
|
|
34845
|
+
border-radius: 0;
|
|
34846
|
+
border: none;
|
|
34847
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
34848
|
+
}
|
|
34544
34849
|
.cxd-Tree-addTopBtn {
|
|
34545
34850
|
cursor: pointer;
|
|
34546
34851
|
height: var(--Tree-itemHeight);
|
|
@@ -34651,6 +34956,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34651
34956
|
.cxd-Tree-dropIndicator--hover::after {
|
|
34652
34957
|
display: none;
|
|
34653
34958
|
}
|
|
34959
|
+
.cxd-PopUp .cxd-Tree {
|
|
34960
|
+
flex: 1;
|
|
34961
|
+
}
|
|
34962
|
+
.cxd-PopUp .cxd-Tree .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item {
|
|
34963
|
+
background-color: none !important;
|
|
34964
|
+
}
|
|
34654
34965
|
.cxd-TreeSelectControl {
|
|
34655
34966
|
position: relative;
|
|
34656
34967
|
}
|
|
@@ -34692,7 +35003,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34692
35003
|
border: none;
|
|
34693
35004
|
color: var(--Form-input-color);
|
|
34694
35005
|
width: 100%;
|
|
34695
|
-
height: var(--Form-input-lineHeight);
|
|
34696
35006
|
}
|
|
34697
35007
|
.cxd-TreeSelect-input input::-moz-placeholder {
|
|
34698
35008
|
color: var(--Form-input-placeholderColor);
|
|
@@ -34999,6 +35309,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34999
35309
|
white-space: nowrap;
|
|
35000
35310
|
align-items: flex-start;
|
|
35001
35311
|
padding-top: var(--Form-label-paddingTop);
|
|
35312
|
+
height: 1.875rem;
|
|
35002
35313
|
}
|
|
35003
35314
|
.cxd-Combo--hor .cxd-Combo-delBtn.is-disabled {
|
|
35004
35315
|
pointer-events: none;
|
|
@@ -35098,6 +35409,22 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35098
35409
|
height: 100%;
|
|
35099
35410
|
background: rgba(0, 0, 0, 0.1);
|
|
35100
35411
|
}
|
|
35412
|
+
.cxd-Combo.is-mobile .cxd-Form-item .cxd-Form-rowInner {
|
|
35413
|
+
flex: 1;
|
|
35414
|
+
}
|
|
35415
|
+
.cxd-Combo.is-mobile .cxd-Combo-delBtn {
|
|
35416
|
+
height: 1.25rem;
|
|
35417
|
+
padding-top: 0;
|
|
35418
|
+
}
|
|
35419
|
+
.cxd-Combo.is-mobile .cxd-Combo-item {
|
|
35420
|
+
align-items: center;
|
|
35421
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
35422
|
+
}
|
|
35423
|
+
.cxd-Combo.is-mobile:not(.cxd-Combo--ver) .cxd-TextareaControl > textarea,
|
|
35424
|
+
.cxd-Combo.is-mobile:not(.cxd-Combo--ver) .cxd-Form-control > .cxd-TextControl-input,
|
|
35425
|
+
.cxd-Combo.is-mobile:not(.cxd-Combo--ver) .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
|
35426
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
35427
|
+
}
|
|
35101
35428
|
.cxd-ComboTabs > .cxd-Tabs-links::before, .cxd-ComboTabs > .cxd-Tabs-links::after {
|
|
35102
35429
|
display: table;
|
|
35103
35430
|
content: "";
|
|
@@ -35273,7 +35600,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35273
35600
|
border: none;
|
|
35274
35601
|
color: var(--Form-input-color);
|
|
35275
35602
|
width: 100%;
|
|
35276
|
-
height: var(--Form-input-lineHeight);
|
|
35277
35603
|
}
|
|
35278
35604
|
.cxd-Picker-input input::-moz-placeholder {
|
|
35279
35605
|
color: var(--Form-input-placeholderColor);
|
|
@@ -35508,6 +35834,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35508
35834
|
display: inline-block;
|
|
35509
35835
|
min-width: 9.375rem;
|
|
35510
35836
|
}
|
|
35837
|
+
.cxd-PickerControl.is-mobile {
|
|
35838
|
+
width: 100%;
|
|
35839
|
+
}
|
|
35840
|
+
.cxd-PickerControl.is-mobile .cxd-Form-item {
|
|
35841
|
+
padding: 0;
|
|
35842
|
+
}
|
|
35843
|
+
.cxd-PickerControl.is-mobile .cxd-Picker-input {
|
|
35844
|
+
border: none;
|
|
35845
|
+
}
|
|
35511
35846
|
.cxd-QrCode {
|
|
35512
35847
|
min-height: var(--Form-input-height);
|
|
35513
35848
|
padding: 0.4375rem 0;
|
|
@@ -35893,7 +36228,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35893
36228
|
padding: var(--transfer-search-paddingTop) var(--transfer-search-paddingRight) var(--transfer-search-paddingBottom) var(--transfer-search-paddingLeft);
|
|
35894
36229
|
width: 100%;
|
|
35895
36230
|
}
|
|
35896
|
-
.cxd-Transfer-search .cxd-InputBox {
|
|
36231
|
+
.cxd-Transfer-search .cxd-InputBox:not(.is-mobile) {
|
|
35897
36232
|
font-size: var(--transfer-search-fontSize);
|
|
35898
36233
|
font-weight: var(--transfer-search-fontWeight);
|
|
35899
36234
|
line-height: var(--transfer-search-lineHeight);
|
|
@@ -35905,31 +36240,39 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35905
36240
|
box-shadow: var(--transfer-search-shadow);
|
|
35906
36241
|
padding: var(--transfer-search-input-paddingTop) var(--transfer-search-input-paddingRight) var(--transfer-search-input-paddingBottom) var(--transfer-search-input-paddingLeft);
|
|
35907
36242
|
}
|
|
35908
|
-
.cxd-Transfer-search .cxd-InputBox:hover {
|
|
36243
|
+
.cxd-Transfer-search .cxd-InputBox:not(.is-mobile):hover {
|
|
35909
36244
|
border-color: var(--transfer-search-border-hover-color);
|
|
35910
36245
|
}
|
|
35911
|
-
.cxd-Transfer-search .cxd-InputBox.is-focused {
|
|
36246
|
+
.cxd-Transfer-search .cxd-InputBox:not(.is-mobile).is-focused {
|
|
35912
36247
|
border-color: var(--transfer-search-border-active-color);
|
|
35913
36248
|
}
|
|
35914
|
-
.cxd-Transfer-search .cxd-InputBox input {
|
|
36249
|
+
.cxd-Transfer-search .cxd-InputBox:not(.is-mobile) input {
|
|
35915
36250
|
color: var(--transfer-search-color);
|
|
35916
36251
|
font-size: var(--transfer-search-fontSize);
|
|
35917
36252
|
font-weight: var(--transfer-search-fontWeight);
|
|
35918
36253
|
line-height: var(--transfer-search-lineHeight);
|
|
35919
36254
|
height: var(--transfer-search-lineHeight);
|
|
35920
36255
|
}
|
|
35921
|
-
.cxd-Transfer-search .cxd-InputBox input::-moz-placeholder {
|
|
36256
|
+
.cxd-Transfer-search .cxd-InputBox:not(.is-mobile) input::-moz-placeholder {
|
|
35922
36257
|
color: var(--transfer-search-placeholder-font-color);
|
|
35923
36258
|
}
|
|
35924
|
-
.cxd-Transfer-search .cxd-InputBox input::placeholder {
|
|
36259
|
+
.cxd-Transfer-search .cxd-InputBox:not(.is-mobile) input::placeholder {
|
|
35925
36260
|
color: var(--transfer-search-placeholder-font-color);
|
|
35926
36261
|
}
|
|
36262
|
+
.cxd-Transfer-search.is-mobile .cxd-InputBox {
|
|
36263
|
+
border: none;
|
|
36264
|
+
border-bottom: var(--transfer-search-bottom-border-width) var(--transfer-search-bottom-border-style) var(--transfer-search-bottom-border-color);
|
|
36265
|
+
border-radius: 0;
|
|
36266
|
+
}
|
|
35927
36267
|
.cxd-Transfer-mid {
|
|
35928
36268
|
min-width: 0.625rem;
|
|
35929
36269
|
display: flex;
|
|
35930
36270
|
flex-direction: column;
|
|
35931
36271
|
justify-content: center;
|
|
35932
36272
|
}
|
|
36273
|
+
.cxd-Transfer-mid.is-mobile {
|
|
36274
|
+
display: none;
|
|
36275
|
+
}
|
|
35933
36276
|
.cxd-Transfer-arrow {
|
|
35934
36277
|
width: 40px;
|
|
35935
36278
|
height: 30px;
|
|
@@ -36012,6 +36355,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36012
36355
|
.cxd-Transfer .cxd-Selections .cxd-TableSelection .cxd-Table-table > tbody > tr {
|
|
36013
36356
|
height: auto;
|
|
36014
36357
|
}
|
|
36358
|
+
.cxd-Transfer .cxd-Transfer-result .cxd-Transfer-title {
|
|
36359
|
+
height: 2.5rem;
|
|
36360
|
+
line-height: 2.5rem;
|
|
36361
|
+
}
|
|
36362
|
+
.cxd-Transfer .cxd-Transfer-result.is-mobile .cxd-Transfer-search .cxd-InputBox {
|
|
36363
|
+
border: none;
|
|
36364
|
+
border-bottom: var(--transfer-search-bottom-border-width) var(--transfer-search-bottom-border-style) var(--transfer-search-bottom-border-color);
|
|
36365
|
+
border-radius: 0;
|
|
36366
|
+
}
|
|
36015
36367
|
.cxd-TabsTransfer .cxd-Transfer-title {
|
|
36016
36368
|
height: 40px;
|
|
36017
36369
|
}
|
|
@@ -36092,6 +36444,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36092
36444
|
max-height: 100%;
|
|
36093
36445
|
overflow: auto;
|
|
36094
36446
|
}
|
|
36447
|
+
.cxd-TabsTransfer-tabs > .cxd-Tabs-content .cxd-TabsTransfer-search.is-mobile .cxd-InputBox {
|
|
36448
|
+
border: none;
|
|
36449
|
+
border-bottom: 1px solid var(--TabsTransfer-border-color);
|
|
36450
|
+
border-radius: 0;
|
|
36451
|
+
}
|
|
36095
36452
|
.cxd-TransferControl {
|
|
36096
36453
|
position: relative;
|
|
36097
36454
|
overflow: hidden;
|
|
@@ -36143,6 +36500,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36143
36500
|
}
|
|
36144
36501
|
.cxd-TransferDropDown-content.is-mobile {
|
|
36145
36502
|
width: 100%;
|
|
36503
|
+
min-width: auto;
|
|
36504
|
+
}
|
|
36505
|
+
.cxd-TransferDropDown-content.is-mobile .cxd-Table-table > thead > tr > th:first-child.cxd-Table-checkCell {
|
|
36506
|
+
padding-left: var(--select-table-option-paddingLeft);
|
|
36146
36507
|
}
|
|
36147
36508
|
.cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
|
36148
36509
|
flex-grow: 1;
|
|
@@ -36170,15 +36531,19 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36170
36531
|
.cxd-NestedSelect--borderNone {
|
|
36171
36532
|
border-color: transparent !important;
|
|
36172
36533
|
}
|
|
36534
|
+
.cxd-NestedSelect.is-mobile {
|
|
36535
|
+
text-align: right;
|
|
36536
|
+
}
|
|
36173
36537
|
.cxd-NestedSelect-optionArrowRight {
|
|
36174
36538
|
display: inline-block;
|
|
36175
36539
|
padding-right: var(--Form-select-icon-rigin);
|
|
36176
36540
|
}
|
|
36177
36541
|
.cxd-NestedSelect-optionArrowRight svg {
|
|
36178
|
-
width: 0.
|
|
36179
|
-
height: 0.
|
|
36542
|
+
width: 0.625rem;
|
|
36543
|
+
height: 0.625rem;
|
|
36180
36544
|
fill: var(--Form-input-iconColor);
|
|
36181
36545
|
color: var(--default-icon-color);
|
|
36546
|
+
top: 0;
|
|
36182
36547
|
}
|
|
36183
36548
|
.cxd-NestedSelect-menuOuter {
|
|
36184
36549
|
display: flex;
|
|
@@ -36256,7 +36621,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36256
36621
|
background: unset;
|
|
36257
36622
|
}
|
|
36258
36623
|
.cxd-NestedSelect-popup {
|
|
36259
|
-
height:
|
|
36624
|
+
height: 21.25rem;
|
|
36260
36625
|
}
|
|
36261
36626
|
.cxd-Cascader-tabs {
|
|
36262
36627
|
display: flex;
|
|
@@ -36272,9 +36637,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36272
36637
|
.cxd-Cascader-tab {
|
|
36273
36638
|
flex: 1;
|
|
36274
36639
|
width: calc((100vw - 20px) / 3);
|
|
36275
|
-
height:
|
|
36640
|
+
height: 16.25rem;
|
|
36276
36641
|
overflow-y: auto;
|
|
36277
36642
|
display: inline-block;
|
|
36643
|
+
padding-left: 0.625rem;
|
|
36644
|
+
border: 1px solid var(--Cascader-border-color);
|
|
36278
36645
|
}
|
|
36279
36646
|
.cxd-Cascader-tab::-webkit-scrollbar {
|
|
36280
36647
|
display: none;
|
|
@@ -36315,19 +36682,23 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36315
36682
|
display: flex;
|
|
36316
36683
|
align-items: center;
|
|
36317
36684
|
justify-content: space-between;
|
|
36318
|
-
padding: 0.375rem 0;
|
|
36685
|
+
padding: 0.375rem 0 0.375rem 0.625rem;
|
|
36319
36686
|
font-size: var(--fontSizeMd);
|
|
36320
36687
|
line-height: var(--Cascader-option-lineHeight);
|
|
36321
36688
|
cursor: pointer;
|
|
36322
36689
|
position: relative;
|
|
36323
36690
|
}
|
|
36324
|
-
.cxd-Cascader-option.
|
|
36691
|
+
.cxd-Cascader-option.is-active {
|
|
36692
|
+
background-color: var(--Cascader-border-active-bg-color);
|
|
36693
|
+
}
|
|
36694
|
+
.cxd-Cascader-option.selected .cxd-Cascader-option--text {
|
|
36325
36695
|
color: var(--primary);
|
|
36326
36696
|
}
|
|
36327
36697
|
.cxd-Cascader-option.disabled span {
|
|
36328
36698
|
color: gray;
|
|
36329
36699
|
}
|
|
36330
36700
|
.cxd-Cascader-option--text {
|
|
36701
|
+
flex: 1;
|
|
36331
36702
|
white-space: nowrap;
|
|
36332
36703
|
overflow: hidden;
|
|
36333
36704
|
text-overflow: ellipsis;
|
|
@@ -36335,6 +36706,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36335
36706
|
-moz-user-select: none;
|
|
36336
36707
|
user-select: none;
|
|
36337
36708
|
}
|
|
36709
|
+
.cxd-Cascader-option--text.disabled {
|
|
36710
|
+
color: var(--Cascader-option-disable-color);
|
|
36711
|
+
}
|
|
36712
|
+
.cxd-Cascader-option-arrow {
|
|
36713
|
+
flex: 1;
|
|
36714
|
+
text-align: right;
|
|
36715
|
+
padding-right: 0.375rem;
|
|
36716
|
+
}
|
|
36717
|
+
.cxd-Cascader-option-arrow > svg {
|
|
36718
|
+
transform: scale(0.8);
|
|
36719
|
+
}
|
|
36338
36720
|
.cxd-Cascader-option-selectedNum {
|
|
36339
36721
|
min-width: 1rem;
|
|
36340
36722
|
height: 1rem;
|
|
@@ -36386,7 +36768,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36386
36768
|
border: none;
|
|
36387
36769
|
color: var(--Form-input-color);
|
|
36388
36770
|
width: 100%;
|
|
36389
|
-
height: var(--Form-input-lineHeight);
|
|
36390
36771
|
}
|
|
36391
36772
|
.cxd-IconPickerControl-input input::-moz-placeholder {
|
|
36392
36773
|
color: var(--Form-input-placeholderColor);
|
|
@@ -36592,7 +36973,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36592
36973
|
border: none;
|
|
36593
36974
|
color: var(--Form-input-color);
|
|
36594
36975
|
width: 100%;
|
|
36595
|
-
height: var(--Form-input-lineHeight);
|
|
36596
36976
|
}
|
|
36597
36977
|
.cxd-IconSelectControl-input input::-moz-placeholder {
|
|
36598
36978
|
color: var(--Form-input-placeholderColor);
|
|
@@ -37234,6 +37614,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37234
37614
|
background-color: rgb(250, 250, 250);
|
|
37235
37615
|
border-radius: var(--borderRadius);
|
|
37236
37616
|
position: relative;
|
|
37617
|
+
word-wrap: break-word;
|
|
37618
|
+
word-break: break-all;
|
|
37237
37619
|
}
|
|
37238
37620
|
.cxd-Form--column {
|
|
37239
37621
|
display: flex;
|
|
@@ -37288,24 +37670,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37288
37670
|
}
|
|
37289
37671
|
/* 移动端样式调整 */
|
|
37290
37672
|
@media (max-width: 767px) {
|
|
37291
|
-
.cxd-
|
|
37292
|
-
|
|
37293
|
-
box-sizing: border-box;
|
|
37294
|
-
content: " ";
|
|
37295
|
-
pointer-events: none;
|
|
37296
|
-
right: 0;
|
|
37297
|
-
top: 0;
|
|
37298
|
-
left: 0;
|
|
37299
|
-
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37673
|
+
.cxd-Combo-form::before {
|
|
37674
|
+
border-bottom: none;
|
|
37300
37675
|
}
|
|
37301
|
-
.cxd-Form
|
|
37676
|
+
.cxd-Form-item {
|
|
37302
37677
|
display: flex;
|
|
37303
|
-
flex-wrap: wrap;
|
|
37304
37678
|
margin-bottom: 0;
|
|
37305
|
-
padding: var(--Form-item-gap) 0;
|
|
37679
|
+
padding: var(--Form-item-mobile-gap) 0;
|
|
37306
37680
|
position: relative;
|
|
37307
37681
|
}
|
|
37308
|
-
.cxd-Form
|
|
37682
|
+
.cxd-Form-item::after {
|
|
37309
37683
|
position: absolute;
|
|
37310
37684
|
box-sizing: border-box;
|
|
37311
37685
|
content: " ";
|
|
@@ -37315,11 +37689,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37315
37689
|
left: 0;
|
|
37316
37690
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37317
37691
|
}
|
|
37318
|
-
.cxd-Form
|
|
37319
|
-
.cxd-Form
|
|
37692
|
+
.cxd-Form-item .cxd-InputGroup-addOn,
|
|
37693
|
+
.cxd-Form-item .cxd-TextControl-addOn {
|
|
37320
37694
|
border: none;
|
|
37321
37695
|
}
|
|
37322
|
-
.cxd-Form
|
|
37696
|
+
.cxd-Form-item .cxd-Form-label {
|
|
37323
37697
|
flex: 0 0 28%;
|
|
37324
37698
|
max-width: 28%;
|
|
37325
37699
|
min-height: 1px;
|
|
@@ -37330,111 +37704,217 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37330
37704
|
margin-bottom: 0;
|
|
37331
37705
|
font-size: var(--fontSizeLg);
|
|
37332
37706
|
}
|
|
37333
|
-
.cxd-Form .cxd-Form-
|
|
37707
|
+
.cxd-Form-item .cxd-Form-label + .cxd-Form-item-controlBox {
|
|
37708
|
+
max-width: 72%;
|
|
37709
|
+
}
|
|
37710
|
+
.cxd-Form-item .cxd-Form-label > span {
|
|
37711
|
+
line-height: 2rem;
|
|
37712
|
+
display: inline-block;
|
|
37713
|
+
}
|
|
37714
|
+
.cxd-Form-item .cxd-Form-description {
|
|
37334
37715
|
font-size: var(--fontSizeBase);
|
|
37335
37716
|
}
|
|
37336
|
-
.cxd-Form
|
|
37717
|
+
.cxd-Form-item .cxd-TextControl-input {
|
|
37337
37718
|
font-size: var(--fontSizeLg);
|
|
37338
37719
|
}
|
|
37339
|
-
.cxd-Form
|
|
37720
|
+
.cxd-Form-item .cxd-TextControl-input input {
|
|
37340
37721
|
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
|
37341
37722
|
}
|
|
37342
|
-
.cxd-Form .cxd-
|
|
37343
|
-
|
|
37723
|
+
.cxd-Form-item .cxd-NumberControl .cxd-Number {
|
|
37724
|
+
flex: 1;
|
|
37725
|
+
border: none;
|
|
37726
|
+
}
|
|
37727
|
+
.cxd-Form-item .cxd-NumberControl .cxd-Number .cxd-Number-handler-wrap {
|
|
37728
|
+
display: none;
|
|
37729
|
+
}
|
|
37730
|
+
.cxd-Form-item .cxd-NumberControl .cxd-Select {
|
|
37731
|
+
flex: none;
|
|
37732
|
+
border: none;
|
|
37733
|
+
}
|
|
37734
|
+
.cxd-Form-item .cxd-Number--enhance {
|
|
37735
|
+
float: right;
|
|
37736
|
+
border: none;
|
|
37737
|
+
}
|
|
37738
|
+
.cxd-Form-item .cxd-Number--enhance-left-icon, .cxd-Form-item .cxd-Number--enhance-right-icon {
|
|
37739
|
+
width: var(--inputNumber-enhance-mobile-icon-width);
|
|
37740
|
+
height: var(--inputNumber-enhance-mobile-icon-height);
|
|
37741
|
+
border: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37742
|
+
border-radius: var(--Form-input-borderRadius);
|
|
37743
|
+
-webkit-user-select: none;
|
|
37744
|
+
-moz-user-select: none;
|
|
37745
|
+
user-select: none;
|
|
37746
|
+
}
|
|
37747
|
+
.cxd-Form-item .cxd-Number--enhance-left-icon svg.icon, .cxd-Form-item .cxd-Number--enhance-right-icon svg.icon {
|
|
37748
|
+
top: 0;
|
|
37749
|
+
}
|
|
37750
|
+
.cxd-Form-item .cxd-Number--enhance .cxd-Number-input {
|
|
37751
|
+
text-align: center;
|
|
37752
|
+
}
|
|
37753
|
+
.cxd-Form-item .cxd-Number--enhance .cxd-Number--enhance-input {
|
|
37754
|
+
width: var(--inputNumber-enhance-mobile-input-width);
|
|
37755
|
+
text-align: center;
|
|
37756
|
+
}
|
|
37757
|
+
.cxd-Form-item .cxd-Number--enhance .cxd-InputNumber-enhance-minus,
|
|
37758
|
+
.cxd-Form-item .cxd-Number--enhance .cxd-InputNumber-enhance-plus {
|
|
37759
|
+
width: var(--inputNumber-enhance-mobile-icon-inner-width);
|
|
37760
|
+
height: var(--inputNumber-enhance-mobile-icon-inner-height);
|
|
37761
|
+
display: flex;
|
|
37762
|
+
justify-content: center;
|
|
37763
|
+
align-items: center;
|
|
37764
|
+
}
|
|
37765
|
+
.cxd-Form-item .cxd-Number--enhance:hover .cxd-Number-input {
|
|
37766
|
+
padding-left: var(--inputNumber-enhance-default-paddingLeft);
|
|
37767
|
+
padding-right: var(--inputNumber-enhance-default-paddingRight);
|
|
37768
|
+
}
|
|
37769
|
+
.cxd-Form-item .cxd-Form-value,
|
|
37770
|
+
.cxd-Form-item .cxd-Form-control {
|
|
37344
37771
|
flex: 1;
|
|
37345
37772
|
flex-wrap: wrap;
|
|
37346
37773
|
font-size: var(--fontSizeLg);
|
|
37347
37774
|
}
|
|
37348
|
-
.cxd-Form
|
|
37349
|
-
.cxd-Form
|
|
37775
|
+
.cxd-Form-item .cxd-Form-value .cxd-ColorPicker > input,
|
|
37776
|
+
.cxd-Form-item .cxd-Form-control .cxd-ColorPicker > input {
|
|
37777
|
+
height: 100%;
|
|
37778
|
+
}
|
|
37779
|
+
.cxd-Form-item .cxd-Form-value .cxd-ResultBox,
|
|
37780
|
+
.cxd-Form-item .cxd-Form-control .cxd-ResultBox {
|
|
37781
|
+
height: 100%;
|
|
37782
|
+
}
|
|
37783
|
+
.cxd-Form-item .cxd-Form-value .cxd-ResultBox .cxd-ResultBox-value-wrap,
|
|
37784
|
+
.cxd-Form-item .cxd-Form-control .cxd-ResultBox .cxd-ResultBox-value-wrap {
|
|
37785
|
+
justify-content: flex-end;
|
|
37786
|
+
text-align: right;
|
|
37787
|
+
}
|
|
37788
|
+
.cxd-Form-item .cxd-Form-value.is-disabled > .cxd-TextControl-input,
|
|
37789
|
+
.cxd-Form-item .cxd-Form-control.is-disabled > .cxd-TextControl-input {
|
|
37350
37790
|
background: transparent;
|
|
37351
37791
|
}
|
|
37352
|
-
.cxd-Form
|
|
37792
|
+
.cxd-Form-item .cxd-SelectControl.cxd-Form-control {
|
|
37353
37793
|
overflow: hidden;
|
|
37354
37794
|
}
|
|
37355
|
-
.cxd-Form
|
|
37356
|
-
.cxd-Form
|
|
37357
|
-
.cxd-Form .cxd-Form-
|
|
37358
|
-
.cxd-Form
|
|
37359
|
-
.cxd-Form
|
|
37360
|
-
.cxd-Form
|
|
37361
|
-
.cxd-Form
|
|
37362
|
-
.cxd-Form .cxd-Form-item .cxd-CheckboxesControl {
|
|
37795
|
+
.cxd-Form-item .cxd-Form-hint,
|
|
37796
|
+
.cxd-Form-item .cxd-Form-remark,
|
|
37797
|
+
.cxd-Form-item .cxd-Form-group--hor .cxd-Form-item,
|
|
37798
|
+
.cxd-Form-item .cxd-SwitchControl,
|
|
37799
|
+
.cxd-Form-item .cxd-CheckboxControl,
|
|
37800
|
+
.cxd-Form-item .cxd-RadiosControl,
|
|
37801
|
+
.cxd-Form-item .cxd-CheckboxesControl {
|
|
37363
37802
|
padding-top: 0;
|
|
37364
37803
|
padding-bottom: 0;
|
|
37365
37804
|
}
|
|
37366
|
-
.cxd-Form
|
|
37805
|
+
.cxd-Form-item .cxd-SwitchControl,
|
|
37806
|
+
.cxd-Form-item .cxd-TransferControl,
|
|
37807
|
+
.cxd-Form-item .cxd-TagControl,
|
|
37808
|
+
.cxd-Form-item .cxd-CheckboxControl,
|
|
37809
|
+
.cxd-Form-item .cxd-TreeSelectControl,
|
|
37810
|
+
.cxd-Form-item .cxd-NestedSelectControl,
|
|
37811
|
+
.cxd-Form-item .cxd-TabsTransferControl {
|
|
37812
|
+
padding-top: 0.1875rem;
|
|
37813
|
+
}
|
|
37814
|
+
.cxd-Form-item--inline {
|
|
37815
|
+
margin-right: 0;
|
|
37816
|
+
}
|
|
37817
|
+
.cxd-Form-item .cxd-Form-item-controlBox {
|
|
37818
|
+
flex: 1;
|
|
37819
|
+
max-width: -moz-available;
|
|
37820
|
+
max-width: -webkit-fill-available;
|
|
37821
|
+
max-width: fill-available;
|
|
37822
|
+
}
|
|
37823
|
+
.cxd-Form-item .cxd-Form-static .cxd-Progress {
|
|
37824
|
+
margin-top: 0.1875rem;
|
|
37825
|
+
}
|
|
37826
|
+
.cxd-Form-item .cxd-Form-static .cxd-Field-quickEditBtn {
|
|
37827
|
+
vertical-align: baseline;
|
|
37828
|
+
}
|
|
37829
|
+
.cxd-Form-item .cxd-Form-group--horizontal .cxd-TextControl-input input {
|
|
37367
37830
|
height: var(--Form-input-height);
|
|
37368
37831
|
}
|
|
37369
|
-
.cxd-Form
|
|
37832
|
+
.cxd-Form-item .cxd-Form-hint {
|
|
37370
37833
|
font-size: var(--fontSizeBase);
|
|
37371
37834
|
margin-left: 0;
|
|
37372
37835
|
color: var(--text--muted-color);
|
|
37373
37836
|
}
|
|
37374
|
-
.cxd-Form
|
|
37837
|
+
.cxd-Form-item .cxd-TextControl-placeholder {
|
|
37375
37838
|
top: 0;
|
|
37376
37839
|
}
|
|
37377
|
-
.cxd-Form
|
|
37840
|
+
.cxd-Form-item .cxd-Form-static {
|
|
37378
37841
|
min-height: 0;
|
|
37379
37842
|
}
|
|
37380
|
-
.cxd-Form
|
|
37381
|
-
.cxd-Form
|
|
37843
|
+
.cxd-Form-item .cxd-Form-description,
|
|
37844
|
+
.cxd-Form-item .cxd-Form-feedback {
|
|
37382
37845
|
font-size: var(--fontSizeBase);
|
|
37383
37846
|
}
|
|
37384
|
-
.cxd-Form
|
|
37385
|
-
.cxd-Form
|
|
37847
|
+
.cxd-Form-item .cxd-InputGroup .cxd-Select,
|
|
37848
|
+
.cxd-Form-item .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
|
|
37386
37849
|
border: none;
|
|
37387
37850
|
}
|
|
37388
|
-
.cxd-Form
|
|
37851
|
+
.cxd-Form-item .cxd-InputGroup > .cxd-TextControl-input input {
|
|
37389
37852
|
height: var(--Form-input-height);
|
|
37390
37853
|
}
|
|
37391
|
-
.cxd-Form
|
|
37854
|
+
.cxd-Form-item .cxd-ColorPicker {
|
|
37392
37855
|
padding: 0;
|
|
37393
37856
|
border: none;
|
|
37394
37857
|
}
|
|
37395
|
-
.cxd-Form
|
|
37858
|
+
.cxd-Form-item .cxd-ColorPicker .cxd-ColorPicker-arrow {
|
|
37396
37859
|
display: none;
|
|
37397
37860
|
}
|
|
37398
|
-
.cxd-Form
|
|
37861
|
+
.cxd-Form-item .cxd-Form-group--hor .cxd-Form-item .cxd-Button {
|
|
37399
37862
|
margin-bottom: var(--gap-xs);
|
|
37400
37863
|
}
|
|
37401
|
-
.cxd-Form
|
|
37402
|
-
.cxd-Form
|
|
37403
|
-
.cxd-Form
|
|
37864
|
+
.cxd-Form-item .cxd-TextareaControl > textarea,
|
|
37865
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
|
|
37866
|
+
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
|
37404
37867
|
border: none;
|
|
37405
37868
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
37406
37869
|
box-shadow: none;
|
|
37870
|
+
border-radius: 0;
|
|
37407
37871
|
}
|
|
37408
|
-
.cxd-Form
|
|
37409
|
-
.cxd-Form
|
|
37410
|
-
.cxd-Form
|
|
37411
|
-
.cxd-Form
|
|
37412
|
-
.cxd-Form
|
|
37413
|
-
.cxd-Form
|
|
37414
|
-
.cxd-Form
|
|
37872
|
+
.cxd-Form-item .cxd-TextareaControl > textarea:hover, .cxd-Form-item .cxd-TextareaControl > textarea:focus, .cxd-Form-item .cxd-TextareaControl > textarea.active,
|
|
37873
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:hover,
|
|
37874
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:focus,
|
|
37875
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input.active,
|
|
37876
|
+
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:hover,
|
|
37877
|
+
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:focus,
|
|
37878
|
+
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input.active {
|
|
37415
37879
|
border: none;
|
|
37416
37880
|
outline: none;
|
|
37417
37881
|
outline-style: none;
|
|
37418
37882
|
}
|
|
37419
|
-
.cxd-Form
|
|
37883
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input--multiple {
|
|
37420
37884
|
padding: 0;
|
|
37421
37885
|
min-height: 0;
|
|
37422
37886
|
}
|
|
37423
|
-
.cxd-Form
|
|
37887
|
+
.cxd-Form-groupColumn {
|
|
37424
37888
|
margin-bottom: 0;
|
|
37425
37889
|
}
|
|
37426
|
-
.cxd-Form
|
|
37890
|
+
.cxd-Form-item:nth-last-of-type(1)::after {
|
|
37427
37891
|
display: none;
|
|
37428
37892
|
}
|
|
37429
|
-
.cxd-Form
|
|
37893
|
+
.cxd-Form-item.is-placeholder::after {
|
|
37430
37894
|
display: none;
|
|
37431
37895
|
}
|
|
37432
|
-
.cxd-
|
|
37896
|
+
.cxd-Tabs-pane {
|
|
37433
37897
|
padding: 0;
|
|
37434
37898
|
}
|
|
37435
|
-
.cxd-Form
|
|
37899
|
+
.cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
|
|
37436
37900
|
padding-bottom: var(--Form-input-paddingX);
|
|
37437
37901
|
}
|
|
37902
|
+
.cxd-Form-groupColumn {
|
|
37903
|
+
position: relative;
|
|
37904
|
+
}
|
|
37905
|
+
.cxd-Form-groupColumn::after {
|
|
37906
|
+
position: absolute;
|
|
37907
|
+
box-sizing: border-box;
|
|
37908
|
+
content: " ";
|
|
37909
|
+
pointer-events: none;
|
|
37910
|
+
right: 0;
|
|
37911
|
+
bottom: 0;
|
|
37912
|
+
left: 0;
|
|
37913
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37914
|
+
}
|
|
37915
|
+
.cxd-Form-groupColumn:nth-last-of-type(1)::after {
|
|
37916
|
+
display: none;
|
|
37917
|
+
}
|
|
37438
37918
|
}
|
|
37439
37919
|
.cxd-UserSelect {
|
|
37440
37920
|
position: relative;
|
|
@@ -38332,8 +38812,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38332
38812
|
/* 函数列表 */
|
|
38333
38813
|
}
|
|
38334
38814
|
.cxd-FormulaEditor-content {
|
|
38335
|
-
|
|
38336
|
-
|
|
38815
|
+
flex: 1;
|
|
38816
|
+
height: 100%;
|
|
38817
|
+
max-width: 33.125rem;
|
|
38818
|
+
border-top: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38819
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38337
38820
|
}
|
|
38338
38821
|
.cxd-FormulaEditor-header {
|
|
38339
38822
|
width: 100%;
|
|
@@ -38346,8 +38829,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38346
38829
|
border-bottom: none;
|
|
38347
38830
|
font-weight: 500;
|
|
38348
38831
|
}
|
|
38832
|
+
.cxd-FormulaEditor-header-toolbar {
|
|
38833
|
+
font-size: 12px;
|
|
38834
|
+
float: right;
|
|
38835
|
+
}
|
|
38836
|
+
.cxd-FormulaEditor-header-toolbar > span {
|
|
38837
|
+
margin-right: 5px;
|
|
38838
|
+
}
|
|
38349
38839
|
.cxd-FormulaEditor-editor {
|
|
38350
|
-
height: 12.5rem;
|
|
38840
|
+
min-height: 12.5rem;
|
|
38841
|
+
height: calc(100% - 35px);
|
|
38351
38842
|
padding: 0.3125rem;
|
|
38352
38843
|
padding-right: 0;
|
|
38353
38844
|
}
|
|
@@ -38374,31 +38865,26 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38374
38865
|
flex-flow: row nowrap;
|
|
38375
38866
|
align-items: stretch;
|
|
38376
38867
|
justify-content: space-between;
|
|
38377
|
-
height:
|
|
38868
|
+
height: 28.125rem;
|
|
38378
38869
|
margin-top: 0.625rem;
|
|
38379
38870
|
}
|
|
38380
|
-
.cxd-FormulaEditor-settings
|
|
38381
|
-
width:
|
|
38871
|
+
.cxd-FormulaEditor-settings.is-mobile {
|
|
38872
|
+
width: 100%;
|
|
38873
|
+
overflow-x: scroll;
|
|
38874
|
+
overflow-y: hidden;
|
|
38382
38875
|
}
|
|
38383
38876
|
.cxd-FormulaEditor-settings.only-variable {
|
|
38384
38877
|
height: 21.875rem;
|
|
38385
38878
|
}
|
|
38386
38879
|
.cxd-FormulaEditor-panel {
|
|
38387
38880
|
display: flex;
|
|
38388
|
-
flex: 1;
|
|
38389
38881
|
flex-flow: column nowrap;
|
|
38390
38882
|
justify-content: space-between;
|
|
38391
38883
|
align-items: stretch;
|
|
38392
38884
|
height: 100%;
|
|
38393
|
-
|
|
38885
|
+
width: 11.75rem;
|
|
38394
38886
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38395
38887
|
}
|
|
38396
|
-
.cxd-FormulaEditor-panel:not(:last-child) {
|
|
38397
|
-
margin-right: 0.625rem;
|
|
38398
|
-
}
|
|
38399
|
-
.cxd-FormulaEditor-panel:last-child {
|
|
38400
|
-
flex: 1;
|
|
38401
|
-
}
|
|
38402
38888
|
.cxd-FormulaEditor-panel-header {
|
|
38403
38889
|
width: 100%;
|
|
38404
38890
|
height: 1.875rem;
|
|
@@ -38420,6 +38906,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38420
38906
|
.cxd-FormulaEditor-panel-body--tabs {
|
|
38421
38907
|
max-height: 100%;
|
|
38422
38908
|
}
|
|
38909
|
+
.cxd-FormulaEditor-panel.left {
|
|
38910
|
+
justify-content: normal !important;
|
|
38911
|
+
border-radius: var(--borderRadius) 0 0 var(--borderRadius);
|
|
38912
|
+
}
|
|
38913
|
+
.cxd-FormulaEditor-panel.right {
|
|
38914
|
+
width: 20.625rem;
|
|
38915
|
+
border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
|
|
38916
|
+
}
|
|
38917
|
+
.cxd-FormulaEditor-VariableList {
|
|
38918
|
+
height: 100%;
|
|
38919
|
+
}
|
|
38423
38920
|
.cxd-FormulaEditor-VariableList-root {
|
|
38424
38921
|
max-height: 100%;
|
|
38425
38922
|
}
|
|
@@ -38435,7 +38932,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38435
38932
|
max-height: 100%;
|
|
38436
38933
|
}
|
|
38437
38934
|
.cxd-FormulaEditor-VariableList-base.is-scrollable {
|
|
38438
|
-
overflow-x:
|
|
38935
|
+
overflow-x: auto;
|
|
38439
38936
|
overflow-y: auto;
|
|
38440
38937
|
}
|
|
38441
38938
|
.cxd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
@@ -38477,7 +38974,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38477
38974
|
padding: 0;
|
|
38478
38975
|
}
|
|
38479
38976
|
.cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content .cxd-FormulaEditor-VariableList-sub .cxd-FormulaEditor-VariableList-body {
|
|
38480
|
-
max-height: 13.75rem;
|
|
38481
38977
|
overflow-y: hidden;
|
|
38482
38978
|
}
|
|
38483
38979
|
.cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content .cxd-FormulaEditor-VariableList-sub-FormulaEditor-VariableList-base {
|
|
@@ -38547,6 +39043,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38547
39043
|
flex: 1;
|
|
38548
39044
|
width: 0;
|
|
38549
39045
|
display: inline-block;
|
|
39046
|
+
min-width: 3.125rem;
|
|
39047
|
+
}
|
|
39048
|
+
.cxd-FormulaEditor-VariableList-item .fa-ellipsis-h {
|
|
39049
|
+
margin-right: 0.3125rem;
|
|
39050
|
+
}
|
|
39051
|
+
.cxd-FormulaEditor-VariableList-item .fa-ellipsis-h:hover {
|
|
39052
|
+
color: var(--primary);
|
|
38550
39053
|
}
|
|
38551
39054
|
.cxd-FormulaEditor-VariableList-item-tag {
|
|
38552
39055
|
vertical-align: middle;
|
|
@@ -38559,21 +39062,35 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38559
39062
|
line-height: 1.5rem;
|
|
38560
39063
|
height: 1.5rem;
|
|
38561
39064
|
}
|
|
39065
|
+
.cxd-FormulaEditor-VariableList-item-oper {
|
|
39066
|
+
list-style: none;
|
|
39067
|
+
max-width: 14.6875rem;
|
|
39068
|
+
font-size: var(--fontSizeSm);
|
|
39069
|
+
min-width: 100px;
|
|
39070
|
+
padding: 0 5px;
|
|
39071
|
+
margin: 5px;
|
|
39072
|
+
text-align: center;
|
|
39073
|
+
}
|
|
39074
|
+
.cxd-FormulaEditor-VariableList-item-oper li {
|
|
39075
|
+
line-height: 24px;
|
|
39076
|
+
}
|
|
39077
|
+
.cxd-FormulaEditor-VariableList-item-oper li:hover {
|
|
39078
|
+
cursor: pointer;
|
|
39079
|
+
background: var(--Form-select-menu-onHover-bg);
|
|
39080
|
+
}
|
|
39081
|
+
.cxd-FormulaEditor-VariableList .cxd-GroupedSelection {
|
|
39082
|
+
max-height: 100%;
|
|
39083
|
+
}
|
|
38562
39084
|
.cxd-FormulaEditor-VariableList .cxd-GroupedSelection-item-tag {
|
|
38563
39085
|
line-height: 17px;
|
|
38564
39086
|
}
|
|
39087
|
+
.cxd-FormulaEditor-VariableList .cxd-GroupedSelection-itemLabel {
|
|
39088
|
+
font-size: var(--fontSizeSm);
|
|
39089
|
+
}
|
|
38565
39090
|
.cxd-FormulaEditor-FuncList {
|
|
38566
39091
|
display: flex;
|
|
38567
|
-
flex-flow:
|
|
38568
|
-
|
|
38569
|
-
align-items: stretch;
|
|
38570
|
-
flex: 1;
|
|
38571
|
-
}
|
|
38572
|
-
.cxd-FormulaEditor-FuncList .cxd-FormulaEditor-panel {
|
|
38573
|
-
width: 11.75rem;
|
|
38574
|
-
}
|
|
38575
|
-
.cxd-FormulaEditor-FuncList:not(:last-child) {
|
|
38576
|
-
margin-right: 0.625rem;
|
|
39092
|
+
flex-flow: column nowrap;
|
|
39093
|
+
height: 100%;
|
|
38577
39094
|
}
|
|
38578
39095
|
.cxd-FormulaEditor-FuncList-searchBox {
|
|
38579
39096
|
display: flex;
|
|
@@ -38633,20 +39150,30 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38633
39150
|
.cxd-FormulaEditor-FuncList-doc {
|
|
38634
39151
|
display: flex;
|
|
38635
39152
|
flex-flow: column nowrap;
|
|
38636
|
-
padding: 0.625rem;
|
|
38637
|
-
|
|
39153
|
+
padding: 0 0.625rem;
|
|
39154
|
+
font-size: 12px;
|
|
39155
|
+
height: 100%;
|
|
39156
|
+
overflow: hidden;
|
|
38638
39157
|
}
|
|
38639
39158
|
.cxd-FormulaEditor-FuncList-doc pre {
|
|
38640
39159
|
white-space: pre-wrap;
|
|
38641
39160
|
word-wrap: break-word;
|
|
38642
|
-
background: var(--InputFormula-code-bgColor);
|
|
38643
|
-
padding: 0.3125rem 0.625rem;
|
|
38644
39161
|
border-radius: var(--borderRadius);
|
|
38645
39162
|
margin-top: 0;
|
|
38646
39163
|
}
|
|
38647
39164
|
.cxd-FormulaEditor-FuncList-doc pre code {
|
|
38648
39165
|
color: #2468f2;
|
|
38649
39166
|
}
|
|
39167
|
+
.cxd-FormulaEditor-FuncList-doc-example {
|
|
39168
|
+
font-size: var(--fontSizeSm) !important;
|
|
39169
|
+
}
|
|
39170
|
+
.cxd-FormulaEditor-FuncList-doc-example th {
|
|
39171
|
+
padding: 0.3125rem !important;
|
|
39172
|
+
font-size: var(--fontSizeSm) !important;
|
|
39173
|
+
}
|
|
39174
|
+
.cxd-FormulaEditor-FuncList-doc-example td {
|
|
39175
|
+
padding: 0.3125rem !important;
|
|
39176
|
+
}
|
|
38650
39177
|
.cxd-FormulaEditor-FuncList-doc-desc {
|
|
38651
39178
|
color: var(--text--loud-color);
|
|
38652
39179
|
overflow-x: hidden;
|
|
@@ -38661,6 +39188,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38661
39188
|
border-radius: 3px;
|
|
38662
39189
|
background: rgba(0, 0, 0, 0.3);
|
|
38663
39190
|
}
|
|
39191
|
+
.cxd-FormulaEditor-FuncList.withDoc {
|
|
39192
|
+
max-height: 50% !important;
|
|
39193
|
+
}
|
|
39194
|
+
.cxd-FormulaEditor-FuncDoc {
|
|
39195
|
+
height: 300px;
|
|
39196
|
+
overflow: hidden;
|
|
39197
|
+
background: var(--InputFormula-code-bgColor);
|
|
39198
|
+
}
|
|
38664
39199
|
.cxd-FormulaEditor .cm-field,
|
|
38665
39200
|
.cxd-FormulaEditor .cm-func {
|
|
38666
39201
|
border-radius: 3px;
|
|
@@ -38669,7 +39204,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38669
39204
|
padding: 0 2px;
|
|
38670
39205
|
}
|
|
38671
39206
|
.cxd-FormulaEditor .cm-field {
|
|
38672
|
-
padding:
|
|
39207
|
+
padding: 2px 5px;
|
|
38673
39208
|
}
|
|
38674
39209
|
.cxd-FormulaEditor .cm-field {
|
|
38675
39210
|
background: #007bff;
|
|
@@ -38685,6 +39220,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38685
39220
|
justify-content: space-between;
|
|
38686
39221
|
align-items: center;
|
|
38687
39222
|
}
|
|
39223
|
+
.cxd-FormulaPicker-popup {
|
|
39224
|
+
height: 36.25rem;
|
|
39225
|
+
}
|
|
39226
|
+
.cxd-FormulaPicker-popup-inner {
|
|
39227
|
+
width: 100%;
|
|
39228
|
+
box-sizing: border-box;
|
|
39229
|
+
padding: 0 1rem;
|
|
39230
|
+
}
|
|
38688
39231
|
.cxd-FormulaPicker-input {
|
|
38689
39232
|
flex: 1;
|
|
38690
39233
|
margin-right: 0.625rem;
|
|
@@ -38732,11 +39275,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38732
39275
|
}
|
|
38733
39276
|
.cxd-FormulaPicker.is-input-group {
|
|
38734
39277
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38735
|
-
padding:
|
|
39278
|
+
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
38736
39279
|
border-radius: var(--borderRadius);
|
|
38737
39280
|
background-color: #fff;
|
|
38738
39281
|
height: var(--Form-input-height);
|
|
38739
39282
|
}
|
|
39283
|
+
.cxd-FormulaPicker.is-input-group.cxd-FormulaPicker--text {
|
|
39284
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
39285
|
+
}
|
|
38740
39286
|
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input {
|
|
38741
39287
|
display: flex;
|
|
38742
39288
|
align-items: center;
|
|
@@ -38744,14 +39290,30 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38744
39290
|
padding: 0;
|
|
38745
39291
|
border: 0;
|
|
38746
39292
|
margin: 0;
|
|
39293
|
+
margin-right: 0.625rem;
|
|
39294
|
+
max-width: unset;
|
|
38747
39295
|
}
|
|
38748
39296
|
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input:focus {
|
|
38749
39297
|
border: none;
|
|
38750
39298
|
outline: none;
|
|
38751
39299
|
box-sizing: none;
|
|
38752
39300
|
}
|
|
39301
|
+
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-number, .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-select, .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-boolean, .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-date, .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-time, .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-datetime {
|
|
39302
|
+
height: var(--InputFormula-input-schema-height);
|
|
39303
|
+
padding-left: var(--Form-input-paddingX);
|
|
39304
|
+
}
|
|
39305
|
+
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-number .cxd-Number-handler-wrap {
|
|
39306
|
+
height: unset; /* 避免调节器超出Input框 */
|
|
39307
|
+
}
|
|
39308
|
+
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-variable {
|
|
39309
|
+
border: none;
|
|
39310
|
+
min-height: unset;
|
|
39311
|
+
line-height: 1.125rem;
|
|
39312
|
+
padding-top: 0;
|
|
39313
|
+
padding-bottom: 0;
|
|
39314
|
+
}
|
|
38753
39315
|
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-toggler .icon-function {
|
|
38754
|
-
transform: scale(1.
|
|
39316
|
+
transform: scale(1.3);
|
|
38755
39317
|
}
|
|
38756
39318
|
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-toggler .icon-ellipsis-v {
|
|
38757
39319
|
transform: rotate(90deg);
|
|
@@ -38850,9 +39412,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38850
39412
|
color: var(--Timeline-detail-icon-color);
|
|
38851
39413
|
width: var(--TimelineItem-detail-arrow-width);
|
|
38852
39414
|
height: var(--TimelineItem-detail-arrow-width);
|
|
39415
|
+
transition: transform var(--animation-duration);
|
|
38853
39416
|
}
|
|
38854
39417
|
.cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow-top {
|
|
38855
|
-
transform:
|
|
39418
|
+
transform: rotate(180deg);
|
|
38856
39419
|
}
|
|
38857
39420
|
.cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
|
|
38858
39421
|
display: block;
|
|
@@ -39226,6 +39789,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39226
39789
|
}
|
|
39227
39790
|
.AMISDebug-tab {
|
|
39228
39791
|
overflow: hidden;
|
|
39792
|
+
border-bottom: 1px solid #3d3d3d;
|
|
39229
39793
|
}
|
|
39230
39794
|
.AMISDebug-tab > button {
|
|
39231
39795
|
color: inherit;
|
|
@@ -39268,6 +39832,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39268
39832
|
.AMISDebug-content {
|
|
39269
39833
|
pointer-events: all;
|
|
39270
39834
|
display: none;
|
|
39835
|
+
height: 100%;
|
|
39271
39836
|
}
|
|
39272
39837
|
.AMISDebug-resize {
|
|
39273
39838
|
position: absolute;
|
|
@@ -39296,7 +39861,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39296
39861
|
}
|
|
39297
39862
|
.AMISDebug.is-expanded {
|
|
39298
39863
|
width: 420px;
|
|
39299
|
-
overflow: auto;
|
|
39300
39864
|
background: #272821;
|
|
39301
39865
|
color: #cccccc;
|
|
39302
39866
|
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
|
@@ -39338,6 +39902,30 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39338
39902
|
.AMISDebug-inspect {
|
|
39339
39903
|
padding: var(--gap-sm);
|
|
39340
39904
|
}
|
|
39905
|
+
.AMISDebug-log, .AMISDebug-inspect {
|
|
39906
|
+
height: 100%;
|
|
39907
|
+
overflow: auto;
|
|
39908
|
+
scrollbar-width: thin;
|
|
39909
|
+
scrollbar-color: #6b6b6b #2b2b2b;
|
|
39910
|
+
}
|
|
39911
|
+
.AMISDebug-log::-webkit-scrollbar, .AMISDebug-inspect::-webkit-scrollbar {
|
|
39912
|
+
position: relative;
|
|
39913
|
+
z-index: 10;
|
|
39914
|
+
background-color: #2c2c2c;
|
|
39915
|
+
width: 16px;
|
|
39916
|
+
height: 16px;
|
|
39917
|
+
border-left: 1px solid #3d3d3d;
|
|
39918
|
+
}
|
|
39919
|
+
.AMISDebug-log::-webkit-scrollbar-thumb, .AMISDebug-inspect::-webkit-scrollbar-thumb {
|
|
39920
|
+
background: #6b6b6b;
|
|
39921
|
+
background-clip: content-box;
|
|
39922
|
+
border: 4px solid transparent;
|
|
39923
|
+
border-radius: 500px;
|
|
39924
|
+
}
|
|
39925
|
+
.AMISDebug-log::-webkit-scrollbar-thumb:hover, .AMISDebug-inspect::-webkit-scrollbar-thumb:hover {
|
|
39926
|
+
background: #939393;
|
|
39927
|
+
background-clip: content-box;
|
|
39928
|
+
}
|
|
39341
39929
|
.AMISDebug-logLine {
|
|
39342
39930
|
overflow-x: hidden;
|
|
39343
39931
|
}
|
|
@@ -39583,6 +40171,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39583
40171
|
}
|
|
39584
40172
|
.cxd-Nav-Menu-submenu-title {
|
|
39585
40173
|
display: flex;
|
|
40174
|
+
align-items: center;
|
|
39586
40175
|
justify-content: space-between;
|
|
39587
40176
|
}
|
|
39588
40177
|
.cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap {
|