amis-ui 3.1.0 → 3.2.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/_virtual/index.js +1 -1
- package/esm/_virtual/react-is.development.js +1 -1
- package/esm/_virtual/react-is.production.min.js +1 -1
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.js +1 -1
- 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 +1 -1
- 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.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.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 +22 -0
- package/esm/components/Collapse.js +10 -6
- package/esm/components/CollapseGroup.d.ts +23 -1
- package/esm/components/CollapseGroup.js +19 -14
- package/esm/components/ColorPicker.d.ts +4 -0
- package/esm/components/ColorPicker.js +32 -5
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.d.ts +42 -41
- package/esm/components/ConfirmBox.js +11 -4
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +43 -40
- package/esm/components/DatePicker.js +5 -5
- package/esm/components/DateRangePicker.d.ts +40 -40
- package/esm/components/DateRangePicker.js +41 -20
- package/esm/components/DndContainer.js +1 -1
- 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.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.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +11 -10
- package/esm/components/InputBox.js +5 -3
- package/esm/components/InputBoxWithSuggestion.d.ts +1 -0
- package/esm/components/InputBoxWithSuggestion.js +3 -3
- package/esm/components/InputTable.js +3 -3
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.d.ts +41 -40
- 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.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +40 -40
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +12 -15
- package/esm/components/NumberInput.js +9 -5
- package/esm/components/Pagination.d.ts +46 -41
- 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.js +3 -3
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.d.ts +10 -10
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.d.ts +2 -1
- package/esm/components/Range.js +65 -14
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +83 -41
- package/esm/components/ResultBox.js +6 -5
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +41 -40
- package/esm/components/SearchBox.js +5 -4
- package/esm/components/Select.d.ts +580 -580
- package/esm/components/Select.js +13 -8
- package/esm/components/SelectMobile.d.ts +37 -0
- package/esm/components/SelectMobile.js +362 -0
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.d.ts +52 -40
- package/esm/components/Tabs.js +87 -12
- 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.js +1 -1
- 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.js +1 -1
- package/esm/components/Tinymce.js +1 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +1 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +94 -92
- package/esm/components/Transfer.js +20 -15
- package/esm/components/TransferDropDown.d.ts +84 -80
- 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 +2 -2
- package/esm/components/Tree.d.ts +41 -40
- package/esm/components/Tree.js +25 -16
- 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.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 +7 -7
- 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 +54 -40
- package/esm/components/formula/Editor.js +94 -21
- package/esm/components/formula/FuncList.js +19 -9
- package/esm/components/formula/Picker.d.ts +43 -41
- package/esm/components/formula/Picker.js +39 -17
- package/esm/components/formula/VariableList.d.ts +1 -0
- package/esm/components/formula/VariableList.js +107 -23
- package/esm/components/formula/plugin.d.ts +4 -2
- package/esm/components/formula/plugin.js +49 -25
- package/esm/components/icons.js +1 -1
- package/esm/components/json-schema/Array.js +5 -3
- package/esm/components/json-schema/Item.js +4 -4
- package/esm/components/json-schema/Object.js +8 -4
- 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 +15 -10
- 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.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.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 +1 -1
- 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 +1 -1
- 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 +3 -1
- package/esm/locale/en-US.js +3 -1
- package/esm/locale/zh-CN.js +4 -2
- 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 +1 -1
- 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 +1 -1
- package/esm/node_modules/rc-util/es/warning.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/index.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/_virtual/index.js +1 -1
- package/lib/_virtual/react-is.development.js +1 -1
- package/lib/_virtual/react-is.production.min.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +120 -120
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +10 -10
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +120 -120
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/Avatar.d.ts +110 -110
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +27 -23
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +30 -30
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +41 -40
- package/lib/components/CalendarMobile.js +21 -5
- package/lib/components/Card.d.ts +100 -100
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.d.ts +4 -3
- package/lib/components/Cascader.js +105 -104
- package/lib/components/ChainedDropdownSelection.d.ts +559 -0
- package/lib/components/ChainedDropdownSelection.js +114 -0
- package/lib/components/ChainedSelection.d.ts +120 -120
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.d.ts +11 -10
- package/lib/components/Checkbox.js +2 -1
- package/lib/components/CityArea.js +3 -3
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +152 -130
- package/lib/components/Collapse.js +9 -5
- package/lib/components/CollapseGroup.d.ts +53 -31
- package/lib/components/CollapseGroup.js +18 -13
- package/lib/components/ColorPicker.d.ts +84 -80
- package/lib/components/ColorPicker.js +32 -5
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +82 -81
- package/lib/components/ConfirmBox.js +10 -3
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +124 -121
- package/lib/components/DatePicker.js +5 -5
- package/lib/components/DateRangePicker.d.ts +280 -280
- package/lib/components/DateRangePicker.js +40 -19
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +555 -0
- package/lib/components/DropDownSelection.js +85 -0
- package/lib/components/Editor.d.ts +120 -120
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +120 -120
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +21 -20
- package/lib/components/InputBox.js +4 -2
- package/lib/components/InputBoxWithSuggestion.d.ts +1 -0
- package/lib/components/InputBoxWithSuggestion.js +3 -3
- package/lib/components/InputTable.js +3 -3
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +81 -80
- package/lib/components/ListMenu.js +5 -4
- package/lib/components/LocationPicker.d.ts +84 -80
- package/lib/components/LocationPicker.js +34 -7
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +80 -80
- package/lib/components/Modal.js +1 -1
- 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 +1 -1
- package/lib/components/NumberInput.d.ts +28 -31
- package/lib/components/NumberInput.js +8 -4
- package/lib/components/Pagination.d.ts +86 -81
- package/lib/components/Pagination.js +12 -3
- package/lib/components/Picker.js +3 -3
- package/lib/components/PickerColumn.d.ts +1 -1
- package/lib/components/PickerColumn.js +2 -2
- package/lib/components/PickerContainer.d.ts +1 -0
- package/lib/components/PickerContainer.js +4 -4
- package/lib/components/PopOverContainer.d.ts +3 -0
- package/lib/components/PopOverContainer.js +14 -3
- package/lib/components/PopUp.d.ts +80 -80
- package/lib/components/PopUp.js +3 -3
- package/lib/components/Progress.d.ts +60 -60
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +30 -30
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.d.ts +2 -1
- package/lib/components/Range.js +64 -13
- package/lib/components/Rating.d.ts +30 -30
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +123 -81
- package/lib/components/ResultBox.js +6 -5
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +120 -120
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +81 -80
- package/lib/components/SearchBox.js +4 -3
- package/lib/components/Select.d.ts +1738 -1738
- package/lib/components/Select.js +12 -7
- package/lib/components/SelectMobile.d.ts +37 -0
- package/lib/components/SelectMobile.js +371 -0
- package/lib/components/Selection.d.ts +120 -120
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +70 -70
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +120 -120
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +92 -80
- package/lib/components/Tabs.js +86 -11
- package/lib/components/TabsTransfer.d.ts +41 -40
- package/lib/components/TabsTransfer.js +6 -5
- package/lib/components/TabsTransferPicker.d.ts +2 -0
- package/lib/components/TabsTransferPicker.js +7 -7
- package/lib/components/Tag.d.ts +70 -70
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +41 -40
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +80 -80
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +31 -31
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +134 -132
- package/lib/components/Transfer.js +19 -14
- package/lib/components/TransferDropDown.d.ts +124 -120
- package/lib/components/TransferDropDown.js +52 -18
- package/lib/components/TransferPicker.d.ts +2 -0
- package/lib/components/TransferPicker.js +7 -7
- package/lib/components/TransferSearch.js +2 -2
- package/lib/components/Tree.d.ts +161 -160
- package/lib/components/Tree.js +24 -15
- package/lib/components/TreeSelection.d.ts +120 -120
- package/lib/components/TreeSelection.js +3 -3
- package/lib/components/UserSelect.d.ts +80 -80
- package/lib/components/UserSelect.js +16 -8
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +1 -0
- package/lib/components/WithRemoteConfig.js +7 -7
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +2 -0
- package/lib/components/calendar/Calendar.js +7 -3
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +3 -0
- package/lib/components/calendar/DaysView.js +17 -5
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.d.ts +11 -0
- package/lib/components/calendar/QuartersView.js +45 -3
- package/lib/components/calendar/TimeView.js +4 -2
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.d.ts +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.d.ts +3 -7
- package/lib/components/condition-builder/Field.js +13 -71
- package/lib/components/condition-builder/Formula.js +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Group.d.ts +10 -1
- package/lib/components/condition-builder/Group.js +9 -5
- package/lib/components/condition-builder/GroupOrItem.d.ts +10 -1
- package/lib/components/condition-builder/GroupOrItem.js +8 -5
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.d.ts +1 -1
- package/lib/components/condition-builder/Item.js +4 -5
- package/lib/components/condition-builder/Value.js +7 -7
- 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 +8 -4
- package/lib/components/formula/Editor.d.ts +54 -40
- package/lib/components/formula/Editor.js +92 -19
- package/lib/components/formula/FuncList.js +19 -9
- package/lib/components/formula/Picker.d.ts +44 -42
- package/lib/components/formula/Picker.js +38 -16
- package/lib/components/formula/VariableList.d.ts +1 -0
- package/lib/components/formula/VariableList.js +104 -20
- package/lib/components/formula/plugin.d.ts +4 -2
- package/lib/components/formula/plugin.js +48 -24
- package/lib/components/icons.js +1 -1
- package/lib/components/json-schema/Array.js +4 -2
- package/lib/components/json-schema/Item.js +4 -4
- package/lib/components/json-schema/Object.js +7 -3
- package/lib/components/json-schema/index.d.ts +1 -0
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +3 -2
- package/lib/components/menu/SubMenu.js +3 -3
- package/lib/components/menu/index.d.ts +85 -80
- package/lib/components/menu/index.js +34 -14
- package/lib/components/schema-editor/Array.js +3 -3
- package/lib/components/schema-editor/Common.d.ts +1 -0
- package/lib/components/schema-editor/Common.js +7 -7
- package/lib/components/schema-editor/Item.d.ts +1 -0
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +5 -5
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +41 -40
- package/lib/components/schema-editor/index.js +3 -3
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.d.ts +5 -2
- package/lib/components/table/HeadCellSort.js +11 -11
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +81 -81
- package/lib/components/table/index.js +1 -1
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/helper.css +9569 -1234
- 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 +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +3 -1
- package/lib/locale/en-US.js +3 -1
- package/lib/locale/zh-CN.js +4 -2
- 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 +1 -1
- 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 +1 -1
- package/lib/node_modules/rc-util/es/warning.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/index.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 +1177 -442
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +1177 -442
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +1177 -442
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +1177 -442
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +1177 -442
- package/package.json +9 -4
- package/scss/_components.scss +13 -3
- package/scss/_properties.scss +24 -0
- package/scss/components/_button-group.scss +1 -0
- package/scss/components/_calendar.scss +24 -14
- 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 +7 -5
- package/scss/components/_condition-builder.scss +29 -3
- package/scss/components/_crud.scss +22 -12
- package/scss/components/_dropdown.scss +8 -5
- package/scss/components/_formula.scss +100 -34
- package/scss/components/_input-box.scss +24 -0
- package/scss/components/_json-schema.scss +28 -0
- package/scss/components/_list-menu.scss +40 -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/_result-box.scss +5 -0
- package/scss/components/_search-box.scss +6 -0
- package/scss/components/_table.scss +23 -0
- package/scss/components/_tabs.scss +12 -0
- package/scss/components/form/_checks.scss +8 -0
- 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 +10 -10
- package/scss/components/form/_editor.scss +4 -0
- package/scss/components/form/_fieldset.scss +13 -0
- package/scss/components/form/_form.scss +253 -110
- package/scss/components/form/_input-group.scss +6 -0
- package/scss/components/form/_location.scss +39 -0
- package/scss/components/form/_matrix.scss +2 -0
- package/scss/components/form/_nested-select.scss +6 -1
- 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 +38 -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/lib/themes/default.css
CHANGED
|
@@ -202,6 +202,7 @@
|
|
|
202
202
|
--ColorPicker-fontSize: var(--Form-input-fontSize);
|
|
203
203
|
--ColorPicker-height: var(--Form-input-height);
|
|
204
204
|
--ColorPicker-lineHeight: var(--Form-input-lineHeight);
|
|
205
|
+
--ColorPicker-height: var(--sizes-base-16);
|
|
205
206
|
--ColorPicker-onDisabled-bg: var(--colors-neutral-fill-8);
|
|
206
207
|
--ColorPicker-onDisabled-color: var(--text--muted-color);
|
|
207
208
|
--ColorPicker-onFocused-borderColor: var(--Form-input-onFocused-borderColor);
|
|
@@ -463,6 +464,10 @@
|
|
|
463
464
|
--ListMenu-item-bg: var(--colors-neutral-fill-11);
|
|
464
465
|
--ListMenu-item-color: var(--colors-neutral-text-2);
|
|
465
466
|
--ListMenu-item-height: var(--sizes-base-15);
|
|
467
|
+
--ListMenu-item-mobile-margin: 0.3125rem;
|
|
468
|
+
--ListMenu-item-mobile-width: 5.625rem;
|
|
469
|
+
--ListMenu-item-mobile-bg: #f5f5f5;
|
|
470
|
+
--ListMenu-item-mobile-active-bg: #e7f1ff;
|
|
466
471
|
--Log-bg: #222;
|
|
467
472
|
--Log-padding: var(--gap-sm) 0;
|
|
468
473
|
--Log-line-padding: 0 var(--gap-sm);
|
|
@@ -559,6 +564,7 @@
|
|
|
559
564
|
--PopOverAble-iconColor: inherit;
|
|
560
565
|
--PopOverAble-onHover-iconColor: inherit;
|
|
561
566
|
--PopUp-cancelAction-color: #666;
|
|
567
|
+
--PopUp-confirmAction-color: var(--primary);
|
|
562
568
|
--Property-title-bg: #f2f2f2;
|
|
563
569
|
--Property-label-bg: #f7f7f7;
|
|
564
570
|
--Portlet-borderColor: var(--borderColor);
|
|
@@ -678,6 +684,20 @@
|
|
|
678
684
|
--UserSelect--border-color: #f7f7f9;
|
|
679
685
|
--UserSelect--content-bg: #f5f7f8;
|
|
680
686
|
--UserSelect--bread-color: #5e626a;
|
|
687
|
+
--Cascader-border-color: #f7f7f9;
|
|
688
|
+
--Cascader-border-active-bg-color: #f7f7f9;
|
|
689
|
+
--Cascader-option-disable-color: #b8babf;
|
|
690
|
+
--Tag-content-fontSize: var(--fontSizeSm);
|
|
691
|
+
--Tag-height: 1.5rem;
|
|
692
|
+
--Tag-borderRadius: 0.125rem;
|
|
693
|
+
--Tag-fontColor: #151a26;
|
|
694
|
+
--Tag-default-color: #f2f2f4;
|
|
695
|
+
--Tag-inactive-color: #b8babf;
|
|
696
|
+
--Tag-active-color: var(--colors-brand-5);
|
|
697
|
+
--Tag-processing-color: var(--colors-brand-6);
|
|
698
|
+
--Tag-success-color: var(--colors-success-5);
|
|
699
|
+
--Tag-error-color: var(--colors-error-5);
|
|
700
|
+
--Tag-warning-color: var(--colors-warning-5);
|
|
681
701
|
--Tag-checkable-bgColor: #f2f2f4;
|
|
682
702
|
--Tag-checkable-bgColor-onDisable: #e6e6e8;
|
|
683
703
|
--Tag-checkable-bgColor-onHover: #e6e6e8;
|
|
@@ -1895,8 +1915,8 @@
|
|
|
1895
1915
|
);
|
|
1896
1916
|
--inputNumber-enhance-default-paddingTop: var(--sizes-size-3);
|
|
1897
1917
|
--inputNumber-enhance-default-paddingBottom: var(--sizes-size-3);
|
|
1898
|
-
--inputNumber-enhance-default-paddingLeft: var(--sizes-size-
|
|
1899
|
-
--inputNumber-enhance-default-paddingRight: var(--sizes-size-
|
|
1918
|
+
--inputNumber-enhance-default-paddingLeft: var(--sizes-size-5);
|
|
1919
|
+
--inputNumber-enhance-default-paddingRight: var(--sizes-size-5);
|
|
1900
1920
|
--inputNumber-enhance-default-bg-color: var(--colors-neutral-fill-11);
|
|
1901
1921
|
--inputNumber-enhance-hover-top-border-color: var(--colors-brand-5);
|
|
1902
1922
|
--inputNumber-enhance-hover-top-border-width: var(--borders-width-2);
|
|
@@ -2009,6 +2029,11 @@
|
|
|
2009
2029
|
);
|
|
2010
2030
|
--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
2031
|
--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>';
|
|
2032
|
+
--inputNumber-enhance-mobile-input-width: 3.5rem;
|
|
2033
|
+
--inputNumber-enhance-mobile-icon-width: 1.75rem;
|
|
2034
|
+
--inputNumber-enhance-mobile-icon-height: 1.75rem;
|
|
2035
|
+
--inputNumber-enhance-mobile-icon-inner-width: 1.6875rem;
|
|
2036
|
+
--inputNumber-enhance-mobile-icon-inner-height: 1.6875rem;
|
|
2012
2037
|
--Form-input-onHover-borderColor: var(--colors-brand-5);
|
|
2013
2038
|
--Form-input-onFocused-borderColor: var(--colors-brand-5);
|
|
2014
2039
|
--checkbox-checkbox-default-height: var(--sizes-size-9);
|
|
@@ -2351,6 +2376,7 @@
|
|
|
2351
2376
|
--link-decoration: var(--link-text-decoration);
|
|
2352
2377
|
--link-onHover-decoration: var(--link-onClick-text-decoration);
|
|
2353
2378
|
--Form-item-gap: var(--sizes-base-12);
|
|
2379
|
+
--Form-item-mobile-gap: var(--sizes-base-4);
|
|
2354
2380
|
--Form-item-color: var(--colors-neutral-text-4);
|
|
2355
2381
|
--Form-item-fontColor: var(--Form-item-color);
|
|
2356
2382
|
--Form-item-fontSize: var(--fonts-size-7);
|
|
@@ -2394,6 +2420,8 @@
|
|
|
2394
2420
|
--InputRange-track-onActive-bg: var(--colors-brand-5);
|
|
2395
2421
|
--InputRange-handle-height: var(--sizes-size-9);
|
|
2396
2422
|
--InputRange-handle-width: var(--sizes-size-9);
|
|
2423
|
+
--InputRange-handle-mobile-height: var(--sizes-base-10);
|
|
2424
|
+
--InputRange-handle-mobile-width: var(--sizes-base-10);
|
|
2397
2425
|
--InputRange-handle-bg: var(--colors-neutral-fill-11);
|
|
2398
2426
|
--InputRange-handle-top-border-color: var(--colors-brand-5);
|
|
2399
2427
|
--InputRange-handle-top-border-width: 0.0625rem;
|
|
@@ -2410,7 +2438,7 @@
|
|
|
2410
2438
|
--InputRange-handle-onFocus-borderRadius: var(
|
|
2411
2439
|
--InputRange-handle-border-radius
|
|
2412
2440
|
);
|
|
2413
|
-
--InputRange-padding:
|
|
2441
|
+
--InputRange-padding: 1rem;
|
|
2414
2442
|
--InputRange-handle-icon-width: var(--sizes-size-5);
|
|
2415
2443
|
--InputRange-handle-icon-height: var(--sizes-size-5);
|
|
2416
2444
|
--InputRange-handle-icon-color: var(--colors-brand-9);
|
|
@@ -2448,6 +2476,7 @@
|
|
|
2448
2476
|
);
|
|
2449
2477
|
--InputRange-label-position-bottom: calc(100% + 8px);
|
|
2450
2478
|
--InputRange-input-width: var(--sizes-base-40);
|
|
2479
|
+
--InputRange-input-mobile-width: var(--sizes-base-20);
|
|
2451
2480
|
--InputRange-input-marginTop: var(--sizes-size-0);
|
|
2452
2481
|
--InputRange-input-marginBottom: var(--sizes-size-0);
|
|
2453
2482
|
--InputRange-input-marginLeft: var(--sizes-size-5);
|
|
@@ -3508,6 +3537,7 @@
|
|
|
3508
3537
|
--select-tree-hover-bg-color: var(--colors-neutral-fill-10);
|
|
3509
3538
|
--select-tree-active-bg-color: var(--colors-brand-10);
|
|
3510
3539
|
--Form-select-bg: var(--select-base-default-bg-color);
|
|
3540
|
+
--Form-select-mobile-icon-check-color: var(--colors-brand-5);
|
|
3511
3541
|
--Form-select-height: var(--Form-select-outer-top);
|
|
3512
3542
|
--Form-select-borderColor: var(--select-base-default-top-border-color)
|
|
3513
3543
|
var(--select-base-default-right-border-color)
|
|
@@ -5085,14 +5115,17 @@
|
|
|
5085
5115
|
}
|
|
5086
5116
|
/* PADDING */
|
|
5087
5117
|
.CodeMirror-lines {
|
|
5088
|
-
padding: 4px 0;
|
|
5118
|
+
padding: 4px 0;
|
|
5119
|
+
/* Vertical padding around content */
|
|
5089
5120
|
}
|
|
5090
5121
|
.CodeMirror pre.CodeMirror-line,
|
|
5091
5122
|
.CodeMirror pre.CodeMirror-line-like {
|
|
5092
|
-
padding: 0 4px;
|
|
5123
|
+
padding: 0 4px;
|
|
5124
|
+
/* Horizontal padding of content */
|
|
5093
5125
|
}
|
|
5094
5126
|
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
|
5095
|
-
background-color: white;
|
|
5127
|
+
background-color: white;
|
|
5128
|
+
/* The little square between H and V scrollbars */
|
|
5096
5129
|
}
|
|
5097
5130
|
/* GUTTER */
|
|
5098
5131
|
.CodeMirror-gutters {
|
|
@@ -5278,14 +5311,16 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5278
5311
|
background: white;
|
|
5279
5312
|
}
|
|
5280
5313
|
.CodeMirror-scroll {
|
|
5281
|
-
overflow: scroll !important;
|
|
5314
|
+
overflow: scroll !important;
|
|
5315
|
+
/* Things will break if this is overridden */
|
|
5282
5316
|
/* 50px is the magic margin used to hide the element's real scrollbars */
|
|
5283
5317
|
/* See overflow: hidden in .CodeMirror */
|
|
5284
5318
|
margin-bottom: -50px;
|
|
5285
5319
|
margin-right: -50px;
|
|
5286
5320
|
padding-bottom: 50px;
|
|
5287
5321
|
height: 100%;
|
|
5288
|
-
outline: none;
|
|
5322
|
+
outline: none;
|
|
5323
|
+
/* Prevent dragging from highlighting the element */
|
|
5289
5324
|
position: relative;
|
|
5290
5325
|
z-index: 0;
|
|
5291
5326
|
}
|
|
@@ -5364,7 +5399,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5364
5399
|
}
|
|
5365
5400
|
.CodeMirror-lines {
|
|
5366
5401
|
cursor: text;
|
|
5367
|
-
min-height: 1px;
|
|
5402
|
+
min-height: 1px;
|
|
5403
|
+
/* prevents collapsing before first draw */
|
|
5368
5404
|
}
|
|
5369
5405
|
.CodeMirror pre.CodeMirror-line,
|
|
5370
5406
|
.CodeMirror pre.CodeMirror-line-like {
|
|
@@ -5402,7 +5438,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5402
5438
|
.CodeMirror-linewidget {
|
|
5403
5439
|
position: relative;
|
|
5404
5440
|
z-index: 2;
|
|
5405
|
-
padding: 0.1px;
|
|
5441
|
+
padding: 0.1px;
|
|
5442
|
+
/* Force widget margins to stay inside of the container */
|
|
5406
5443
|
}
|
|
5407
5444
|
.CodeMirror-rtl pre {
|
|
5408
5445
|
direction: rtl;
|
|
@@ -5686,7 +5723,7 @@ img.fr-bordered {
|
|
|
5686
5723
|
vertical-align: bottom;
|
|
5687
5724
|
margin-left: 5px;
|
|
5688
5725
|
margin-right: 5px;
|
|
5689
|
-
max-width: calc(100% -
|
|
5726
|
+
max-width: calc(100% - (2 * 5px));
|
|
5690
5727
|
}
|
|
5691
5728
|
.fr-view img.fr-dii.fr-fil {
|
|
5692
5729
|
float: left;
|
|
@@ -5722,7 +5759,7 @@ img.fr-bordered {
|
|
|
5722
5759
|
vertical-align: bottom;
|
|
5723
5760
|
margin-left: 5px;
|
|
5724
5761
|
margin-right: 5px;
|
|
5725
|
-
max-width: calc(100% -
|
|
5762
|
+
max-width: calc(100% - (2 * 5px));
|
|
5726
5763
|
}
|
|
5727
5764
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
5728
5765
|
float: left;
|
|
@@ -5850,7 +5887,7 @@ img.fr-view.fr-dii {
|
|
|
5850
5887
|
vertical-align: bottom;
|
|
5851
5888
|
margin-left: 5px;
|
|
5852
5889
|
margin-right: 5px;
|
|
5853
|
-
max-width: calc(100% -
|
|
5890
|
+
max-width: calc(100% - (2 * 5px));
|
|
5854
5891
|
}
|
|
5855
5892
|
img.fr-view.fr-dii.fr-fil {
|
|
5856
5893
|
float: left;
|
|
@@ -5886,7 +5923,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
5886
5923
|
vertical-align: bottom;
|
|
5887
5924
|
margin-left: 5px;
|
|
5888
5925
|
margin-right: 5px;
|
|
5889
|
-
max-width: calc(100% -
|
|
5926
|
+
max-width: calc(100% - (2 * 5px));
|
|
5890
5927
|
}
|
|
5891
5928
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
5892
5929
|
float: left;
|
|
@@ -6092,12 +6129,14 @@ iframe.fr-iframe {
|
|
|
6092
6129
|
.fr-box.fr-document {
|
|
6093
6130
|
min-width: 21cm;
|
|
6094
6131
|
}
|
|
6132
|
+
|
|
6095
6133
|
.fr-box.fr-document .fr-wrapper {
|
|
6096
6134
|
text-align: left;
|
|
6097
6135
|
padding: 30px;
|
|
6098
6136
|
min-width: 21cm;
|
|
6099
6137
|
background: #efefef;
|
|
6100
6138
|
}
|
|
6139
|
+
|
|
6101
6140
|
.fr-box.fr-document .fr-wrapper .fr-element {
|
|
6102
6141
|
text-align: left;
|
|
6103
6142
|
background: #FFF;
|
|
@@ -6108,6 +6147,7 @@ iframe.fr-iframe {
|
|
|
6108
6147
|
overflow: visible;
|
|
6109
6148
|
z-index: auto;
|
|
6110
6149
|
}
|
|
6150
|
+
|
|
6111
6151
|
.fr-box.fr-document .fr-wrapper .fr-element hr {
|
|
6112
6152
|
margin-left: -2cm;
|
|
6113
6153
|
margin-right: -2cm;
|
|
@@ -6116,6 +6156,7 @@ iframe.fr-iframe {
|
|
|
6116
6156
|
outline: none;
|
|
6117
6157
|
border: none;
|
|
6118
6158
|
}
|
|
6159
|
+
|
|
6119
6160
|
.fr-box.fr-document .fr-wrapper .fr-element img {
|
|
6120
6161
|
z-index: 1;
|
|
6121
6162
|
}
|
|
@@ -7286,7 +7327,7 @@ ol.decimal_type > li:before {
|
|
|
7286
7327
|
}
|
|
7287
7328
|
.fr-separator.fr-hs {
|
|
7288
7329
|
clear: both;
|
|
7289
|
-
width: calc(100% -
|
|
7330
|
+
width: calc(100% - (2 * 4px));
|
|
7290
7331
|
margin: 0 4px;
|
|
7291
7332
|
height: 1px;
|
|
7292
7333
|
}
|
|
@@ -8061,18 +8102,22 @@ body.fr-fullscreen {
|
|
|
8061
8102
|
width: 10px;
|
|
8062
8103
|
height: 10px;
|
|
8063
8104
|
}
|
|
8105
|
+
|
|
8064
8106
|
.fr-image-resizer .fr-handler.fr-hnw {
|
|
8065
8107
|
left: -5px;
|
|
8066
8108
|
top: -5px;
|
|
8067
8109
|
}
|
|
8110
|
+
|
|
8068
8111
|
.fr-image-resizer .fr-handler.fr-hne {
|
|
8069
8112
|
right: -5px;
|
|
8070
8113
|
top: -5px;
|
|
8071
8114
|
}
|
|
8115
|
+
|
|
8072
8116
|
.fr-image-resizer .fr-handler.fr-hsw {
|
|
8073
8117
|
left: -5px;
|
|
8074
8118
|
bottom: -5px;
|
|
8075
8119
|
}
|
|
8120
|
+
|
|
8076
8121
|
.fr-image-resizer .fr-handler.fr-hse {
|
|
8077
8122
|
right: -5px;
|
|
8078
8123
|
bottom: -5px;
|
|
@@ -8482,7 +8527,7 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8482
8527
|
}
|
|
8483
8528
|
.fr-line-breaker a.fr-floating-btn {
|
|
8484
8529
|
position: absolute;
|
|
8485
|
-
left: calc(50% -
|
|
8530
|
+
left: calc(50% - (40px / 2));
|
|
8486
8531
|
top: -20px;
|
|
8487
8532
|
}
|
|
8488
8533
|
.fr-line-breaker a.fr-floating-btn svg {
|
|
@@ -8817,18 +8862,22 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8817
8862
|
width: 10px;
|
|
8818
8863
|
height: 10px;
|
|
8819
8864
|
}
|
|
8865
|
+
|
|
8820
8866
|
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
|
|
8821
8867
|
left: -5px;
|
|
8822
8868
|
top: -5px;
|
|
8823
8869
|
}
|
|
8870
|
+
|
|
8824
8871
|
.fr-box .fr-video-resizer .fr-handler.fr-hne {
|
|
8825
8872
|
right: -5px;
|
|
8826
8873
|
top: -5px;
|
|
8827
8874
|
}
|
|
8875
|
+
|
|
8828
8876
|
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
|
|
8829
8877
|
left: -5px;
|
|
8830
8878
|
bottom: -5px;
|
|
8831
8879
|
}
|
|
8880
|
+
|
|
8832
8881
|
.fr-box .fr-video-resizer .fr-handler.fr-hse {
|
|
8833
8882
|
right: -5px;
|
|
8834
8883
|
bottom: -5px;
|
|
@@ -9130,7 +9179,7 @@ img.fr-bordered {
|
|
|
9130
9179
|
vertical-align: bottom;
|
|
9131
9180
|
margin-left: 5px;
|
|
9132
9181
|
margin-right: 5px;
|
|
9133
|
-
max-width: calc(100% -
|
|
9182
|
+
max-width: calc(100% - (2 * 5px));
|
|
9134
9183
|
}
|
|
9135
9184
|
.fr-view img.fr-dii.fr-fil {
|
|
9136
9185
|
float: left;
|
|
@@ -9166,7 +9215,7 @@ img.fr-bordered {
|
|
|
9166
9215
|
vertical-align: bottom;
|
|
9167
9216
|
margin-left: 5px;
|
|
9168
9217
|
margin-right: 5px;
|
|
9169
|
-
max-width: calc(100% -
|
|
9218
|
+
max-width: calc(100% - (2 * 5px));
|
|
9170
9219
|
}
|
|
9171
9220
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
9172
9221
|
float: left;
|
|
@@ -9294,7 +9343,7 @@ img.fr-view.fr-dii {
|
|
|
9294
9343
|
vertical-align: bottom;
|
|
9295
9344
|
margin-left: 5px;
|
|
9296
9345
|
margin-right: 5px;
|
|
9297
|
-
max-width: calc(100% -
|
|
9346
|
+
max-width: calc(100% - (2 * 5px));
|
|
9298
9347
|
}
|
|
9299
9348
|
img.fr-view.fr-dii.fr-fil {
|
|
9300
9349
|
float: left;
|
|
@@ -9330,7 +9379,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
9330
9379
|
vertical-align: bottom;
|
|
9331
9380
|
margin-left: 5px;
|
|
9332
9381
|
margin-right: 5px;
|
|
9333
|
-
max-width: calc(100% -
|
|
9382
|
+
max-width: calc(100% - (2 * 5px));
|
|
9334
9383
|
}
|
|
9335
9384
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
9336
9385
|
float: left;
|
|
@@ -9899,7 +9948,7 @@ button::-moz-focus-inner {
|
|
|
9899
9948
|
display: flex;
|
|
9900
9949
|
height: 24px;
|
|
9901
9950
|
justify-content: center;
|
|
9902
|
-
padding:
|
|
9951
|
+
padding: calc(4px - 1px);
|
|
9903
9952
|
width: 24px;
|
|
9904
9953
|
}
|
|
9905
9954
|
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
|
|
@@ -9942,7 +9991,7 @@ button::-moz-focus-inner {
|
|
|
9942
9991
|
.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
|
|
9943
9992
|
border-radius: 6px;
|
|
9944
9993
|
box-shadow: inset 0 0 0 1px #006ce7;
|
|
9945
|
-
padding:
|
|
9994
|
+
padding: calc(4px - 1px);
|
|
9946
9995
|
}
|
|
9947
9996
|
.tox:not([dir=rtl]) .tox-checkbox__label {
|
|
9948
9997
|
margin-left: 4px;
|
|
@@ -10386,7 +10435,7 @@ button::-moz-focus-inner {
|
|
|
10386
10435
|
display: none;
|
|
10387
10436
|
fill: #222f3e;
|
|
10388
10437
|
height: 24px;
|
|
10389
|
-
margin:
|
|
10438
|
+
margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
|
|
10390
10439
|
width: 24px;
|
|
10391
10440
|
}
|
|
10392
10441
|
.tox div.tox-swatch:not(.tox-swatch--remove) svg path {
|
|
@@ -10660,7 +10709,7 @@ button::-moz-focus-inner {
|
|
|
10660
10709
|
body:not(.tox-force-desktop) .tox .tox-dialog {
|
|
10661
10710
|
align-self: flex-start;
|
|
10662
10711
|
margin: 8px auto;
|
|
10663
|
-
max-height: calc(100vh -
|
|
10712
|
+
max-height: calc(100vh - 8px * 2);
|
|
10664
10713
|
width: calc(100vw - 16px);
|
|
10665
10714
|
}
|
|
10666
10715
|
}
|
|
@@ -10725,8 +10774,14 @@ button::-moz-focus-inner {
|
|
|
10725
10774
|
align-items: flex-start;
|
|
10726
10775
|
display: flex;
|
|
10727
10776
|
flex-direction: column;
|
|
10777
|
+
flex-shrink: 0;
|
|
10728
10778
|
padding: 16px 16px;
|
|
10729
10779
|
}
|
|
10780
|
+
@media only screen and (min-width: 768px) {
|
|
10781
|
+
.tox .tox-dialog__body-nav {
|
|
10782
|
+
max-width: 11em;
|
|
10783
|
+
}
|
|
10784
|
+
}
|
|
10730
10785
|
@media only screen and (max-width: 767px) {
|
|
10731
10786
|
body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
|
|
10732
10787
|
flex-direction: row;
|
|
@@ -10739,11 +10794,12 @@ button::-moz-focus-inner {
|
|
|
10739
10794
|
border-bottom: 2px solid transparent;
|
|
10740
10795
|
color: rgba(34, 47, 62, 0.7);
|
|
10741
10796
|
display: inline-block;
|
|
10797
|
+
flex-shrink: 0;
|
|
10742
10798
|
font-size: 14px;
|
|
10743
10799
|
line-height: 1.3;
|
|
10744
10800
|
margin-bottom: 8px;
|
|
10801
|
+
max-width: 13em;
|
|
10745
10802
|
text-decoration: none;
|
|
10746
|
-
white-space: nowrap;
|
|
10747
10803
|
}
|
|
10748
10804
|
.tox .tox-dialog__body-nav-item:focus {
|
|
10749
10805
|
background-color: rgba(0, 108, 231, 0.1);
|
|
@@ -10757,7 +10813,7 @@ button::-moz-focus-inner {
|
|
|
10757
10813
|
display: flex;
|
|
10758
10814
|
flex: 1;
|
|
10759
10815
|
flex-direction: column;
|
|
10760
|
-
max-height: 650px;
|
|
10816
|
+
max-height: min(650px, calc(100vh - 110px));
|
|
10761
10817
|
overflow: auto;
|
|
10762
10818
|
-webkit-overflow-scrolling: touch;
|
|
10763
10819
|
padding: 16px 16px;
|
|
@@ -10793,16 +10849,33 @@ button::-moz-focus-inner {
|
|
|
10793
10849
|
.tox .tox-dialog__body-content svg {
|
|
10794
10850
|
fill: #222f3e;
|
|
10795
10851
|
}
|
|
10852
|
+
.tox .tox-dialog__body-content strong {
|
|
10853
|
+
font-weight: bold;
|
|
10854
|
+
}
|
|
10796
10855
|
.tox .tox-dialog__body-content ul {
|
|
10797
|
-
display: block;
|
|
10798
10856
|
list-style-type: disc;
|
|
10857
|
+
}
|
|
10858
|
+
.tox .tox-dialog__body-content ul,
|
|
10859
|
+
.tox .tox-dialog__body-content ol,
|
|
10860
|
+
.tox .tox-dialog__body-content dd {
|
|
10861
|
+
-webkit-padding-start: 2.5rem;
|
|
10862
|
+
padding-inline-start: 2.5rem;
|
|
10863
|
+
}
|
|
10864
|
+
.tox .tox-dialog__body-content ul,
|
|
10865
|
+
.tox .tox-dialog__body-content ol,
|
|
10866
|
+
.tox .tox-dialog__body-content dl {
|
|
10799
10867
|
margin-bottom: 16px;
|
|
10868
|
+
}
|
|
10869
|
+
.tox .tox-dialog__body-content ul,
|
|
10870
|
+
.tox .tox-dialog__body-content ol,
|
|
10871
|
+
.tox .tox-dialog__body-content dl,
|
|
10872
|
+
.tox .tox-dialog__body-content dd,
|
|
10873
|
+
.tox .tox-dialog__body-content dt {
|
|
10874
|
+
display: block;
|
|
10800
10875
|
-webkit-margin-end: 0;
|
|
10801
10876
|
margin-inline-end: 0;
|
|
10802
10877
|
-webkit-margin-start: 0;
|
|
10803
10878
|
margin-inline-start: 0;
|
|
10804
|
-
-webkit-padding-start: 2.5rem;
|
|
10805
|
-
padding-inline-start: 2.5rem;
|
|
10806
10879
|
}
|
|
10807
10880
|
.tox .tox-dialog__body-content .tox-form__group h1 {
|
|
10808
10881
|
color: #222f3e;
|
|
@@ -11240,13 +11313,13 @@ body.tox-dialog__disable-scroll {
|
|
|
11240
11313
|
justify-content: space-between;
|
|
11241
11314
|
}
|
|
11242
11315
|
.tox .tox-form__grid--2col > .tox-form__group {
|
|
11243
|
-
width: calc(50% -
|
|
11316
|
+
width: calc(50% - (8px / 2));
|
|
11244
11317
|
}
|
|
11245
11318
|
.tox .tox-form__grid--3col > .tox-form__group {
|
|
11246
|
-
width: calc(
|
|
11319
|
+
width: calc(100% / 3 - (8px / 2));
|
|
11247
11320
|
}
|
|
11248
11321
|
.tox .tox-form__grid--4col > .tox-form__group {
|
|
11249
|
-
width: calc(25% -
|
|
11322
|
+
width: calc(25% - (8px / 2));
|
|
11250
11323
|
}
|
|
11251
11324
|
.tox .tox-form__controls-h-stack {
|
|
11252
11325
|
align-items: center;
|
|
@@ -12297,6 +12370,9 @@ body.tox-dialog__disable-scroll {
|
|
|
12297
12370
|
.tox .tox-tbtn:active svg {
|
|
12298
12371
|
fill: #222f3e;
|
|
12299
12372
|
}
|
|
12373
|
+
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
|
|
12374
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12375
|
+
}
|
|
12300
12376
|
.tox .tox-tbtn--disabled,
|
|
12301
12377
|
.tox .tox-tbtn--disabled:hover,
|
|
12302
12378
|
.tox .tox-tbtn:disabled,
|
|
@@ -12330,6 +12406,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12330
12406
|
/* stylelint-disable-line no-descending-specificity */
|
|
12331
12407
|
fill: #222f3e;
|
|
12332
12408
|
}
|
|
12409
|
+
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
|
|
12410
|
+
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
|
|
12411
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12412
|
+
}
|
|
12333
12413
|
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
|
|
12334
12414
|
color: #222f3e;
|
|
12335
12415
|
}
|
|
@@ -12397,6 +12477,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12397
12477
|
background: #fff;
|
|
12398
12478
|
color: #222f3e;
|
|
12399
12479
|
}
|
|
12480
|
+
.tox .tox-number-input input:disabled {
|
|
12481
|
+
background: transparent;
|
|
12482
|
+
border: 0;
|
|
12483
|
+
box-shadow: none;
|
|
12484
|
+
color: rgba(34, 47, 62, 0.5);
|
|
12485
|
+
cursor: not-allowed;
|
|
12486
|
+
}
|
|
12400
12487
|
.tox .tox-number-input button {
|
|
12401
12488
|
background: #f7f7f7;
|
|
12402
12489
|
color: #222f3e;
|
|
@@ -12431,6 +12518,16 @@ body.tox-dialog__disable-scroll {
|
|
|
12431
12518
|
.tox .tox-number-input button:active svg {
|
|
12432
12519
|
fill: #222f3e;
|
|
12433
12520
|
}
|
|
12521
|
+
.tox .tox-number-input button:disabled {
|
|
12522
|
+
background: transparent;
|
|
12523
|
+
border: 0;
|
|
12524
|
+
box-shadow: none;
|
|
12525
|
+
color: rgba(34, 47, 62, 0.5);
|
|
12526
|
+
cursor: not-allowed;
|
|
12527
|
+
}
|
|
12528
|
+
.tox .tox-number-input button:disabled svg {
|
|
12529
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12530
|
+
}
|
|
12434
12531
|
.tox .tox-number-input button.minus {
|
|
12435
12532
|
border-radius: 3px 0 0 3px;
|
|
12436
12533
|
}
|
|
@@ -12477,6 +12574,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12477
12574
|
white-space: nowrap;
|
|
12478
12575
|
width: 7em;
|
|
12479
12576
|
}
|
|
12577
|
+
.tox .tox-tbtn--disabled .tox-tbtn__select-label,
|
|
12578
|
+
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
|
|
12579
|
+
cursor: not-allowed;
|
|
12580
|
+
}
|
|
12480
12581
|
.tox .tox-split-button {
|
|
12481
12582
|
border: 0;
|
|
12482
12583
|
border-radius: 3px;
|
|
@@ -12522,6 +12623,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12522
12623
|
.tox.tox-platform-touch .tox-split-button__chevron {
|
|
12523
12624
|
width: 20px;
|
|
12524
12625
|
}
|
|
12626
|
+
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color,
|
|
12627
|
+
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
|
|
12628
|
+
opacity: 0.6;
|
|
12629
|
+
}
|
|
12525
12630
|
.tox .tox-toolbar-overlord {
|
|
12526
12631
|
background-color: #fff;
|
|
12527
12632
|
}
|
|
@@ -12533,7 +12638,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12533
12638
|
background-image: repeating-linear-gradient(#e3e3e3 0px 1px, transparent 1px 39px);
|
|
12534
12639
|
background-position: center top 40px;
|
|
12535
12640
|
background-repeat: no-repeat;
|
|
12536
|
-
background-size: calc(100% -
|
|
12641
|
+
background-size: calc(100% - 11px * 2) calc(100% - 41px);
|
|
12537
12642
|
display: flex;
|
|
12538
12643
|
flex: 0 0 auto;
|
|
12539
12644
|
flex-shrink: 0;
|
|
@@ -12545,7 +12650,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12545
12650
|
.tox .tox-toolbar-overlord > .tox-toolbar__primary,
|
|
12546
12651
|
.tox .tox-toolbar-overlord > .tox-toolbar__overflow {
|
|
12547
12652
|
background-position: center top 0px;
|
|
12548
|
-
background-size: calc(100% -
|
|
12653
|
+
background-size: calc(100% - 11px * 2) calc(100% - 0px);
|
|
12549
12654
|
}
|
|
12550
12655
|
.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
|
|
12551
12656
|
height: 0;
|
|
@@ -12592,7 +12697,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12592
12697
|
.tox.tox-tinymce-aux .tox-toolbar__overflow {
|
|
12593
12698
|
background-color: #fff;
|
|
12594
12699
|
background-position: center top 43px;
|
|
12595
|
-
background-size: calc(100% -
|
|
12700
|
+
background-size: calc(100% - 8px * 2) calc(100% - 51px);
|
|
12596
12701
|
border: none;
|
|
12597
12702
|
border-radius: 6px;
|
|
12598
12703
|
box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
|
|
@@ -12604,7 +12709,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12604
12709
|
}
|
|
12605
12710
|
.tox-pop .tox-pop__dialog .tox-toolbar {
|
|
12606
12711
|
background-position: center top 43px;
|
|
12607
|
-
background-size: calc(100% -
|
|
12712
|
+
background-size: calc(100% - 11px * 2) calc(100% - 51px);
|
|
12608
12713
|
padding: 4px 0;
|
|
12609
12714
|
}
|
|
12610
12715
|
.tox .tox-toolbar__group {
|
|
@@ -12804,9 +12909,6 @@ body.tox-dialog__disable-scroll {
|
|
|
12804
12909
|
flex-direction: column;
|
|
12805
12910
|
/* stylelint-disable no-descending-specificity */
|
|
12806
12911
|
}
|
|
12807
|
-
.tox .tox-tree .tox-tree--directory.tox-tree--directory--expanded > .tox-tree--directory__label .tox-chevron {
|
|
12808
|
-
transform: rotate(90deg);
|
|
12809
|
-
}
|
|
12810
12912
|
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
|
|
12811
12913
|
font-weight: bold;
|
|
12812
12914
|
}
|
|
@@ -12833,9 +12935,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12833
12935
|
}
|
|
12834
12936
|
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
|
|
12835
12937
|
margin-right: 6px;
|
|
12938
|
+
}
|
|
12939
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
|
12940
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
|
|
12836
12941
|
transition: transform 0.5s ease-in-out;
|
|
12837
12942
|
}
|
|
12838
|
-
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label.tox-tree--
|
|
12943
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
|
12944
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
|
|
12839
12945
|
transform: rotate(90deg);
|
|
12840
12946
|
}
|
|
12841
12947
|
.tox .tox-tree .tox-tree--leaf__label {
|
|
@@ -13897,18 +14003,18 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13897
14003
|
.cropper-dashed.dashed-h {
|
|
13898
14004
|
border-bottom-width: 1px;
|
|
13899
14005
|
border-top-width: 1px;
|
|
13900
|
-
height:
|
|
14006
|
+
height: calc(100% / 3);
|
|
13901
14007
|
left: 0;
|
|
13902
|
-
top:
|
|
14008
|
+
top: calc(100% / 3);
|
|
13903
14009
|
width: 100%;
|
|
13904
14010
|
}
|
|
13905
14011
|
.cropper-dashed.dashed-v {
|
|
13906
14012
|
border-left-width: 1px;
|
|
13907
14013
|
border-right-width: 1px;
|
|
13908
14014
|
height: 100%;
|
|
13909
|
-
left:
|
|
14015
|
+
left: calc(100% / 3);
|
|
13910
14016
|
top: 0;
|
|
13911
|
-
width:
|
|
14017
|
+
width: calc(100% / 3);
|
|
13912
14018
|
}
|
|
13913
14019
|
.cropper-center {
|
|
13914
14020
|
display: block;
|
|
@@ -14106,6 +14212,12 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14106
14212
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
14107
14213
|
border: 1px solid #f9f9f9;
|
|
14108
14214
|
}
|
|
14215
|
+
.rdtPicker.is-mobile-year {
|
|
14216
|
+
width: 11.5rem;
|
|
14217
|
+
}
|
|
14218
|
+
.rdtPicker.is-mobile-embed {
|
|
14219
|
+
width: 15rem;
|
|
14220
|
+
}
|
|
14109
14221
|
.rdtPickerNotDays {
|
|
14110
14222
|
width: 192px;
|
|
14111
14223
|
}
|
|
@@ -14224,9 +14336,14 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14224
14336
|
.rdtPrev span,
|
|
14225
14337
|
.rdtNext span {
|
|
14226
14338
|
display: block;
|
|
14227
|
-
-webkit-touch-callout: none;
|
|
14228
|
-
|
|
14229
|
-
-
|
|
14339
|
+
-webkit-touch-callout: none;
|
|
14340
|
+
/* iOS Safari */
|
|
14341
|
+
-webkit-user-select: none;
|
|
14342
|
+
/* Chrome/Safari/Opera */
|
|
14343
|
+
/* Konqueror */
|
|
14344
|
+
-moz-user-select: none;
|
|
14345
|
+
/* Firefox */
|
|
14346
|
+
/* Internet Explorer/Edge */
|
|
14230
14347
|
user-select: none;
|
|
14231
14348
|
}
|
|
14232
14349
|
.rdtPicker th.rdtDisabled,
|
|
@@ -14295,9 +14412,14 @@ td.rdtQuarter:hover {
|
|
|
14295
14412
|
line-height: 40px;
|
|
14296
14413
|
cursor: pointer;
|
|
14297
14414
|
display: block;
|
|
14298
|
-
-webkit-touch-callout: none;
|
|
14299
|
-
|
|
14300
|
-
-
|
|
14415
|
+
-webkit-touch-callout: none;
|
|
14416
|
+
/* iOS Safari */
|
|
14417
|
+
-webkit-user-select: none;
|
|
14418
|
+
/* Chrome/Safari/Opera */
|
|
14419
|
+
/* Konqueror */
|
|
14420
|
+
-moz-user-select: none;
|
|
14421
|
+
/* Firefox */
|
|
14422
|
+
/* Internet Explorer/Edge */
|
|
14301
14423
|
user-select: none;
|
|
14302
14424
|
}
|
|
14303
14425
|
.rdtCounter .rdtBtn:hover {
|
|
@@ -14852,6 +14974,7 @@ body {
|
|
|
14852
14974
|
.cxd-Layout-content {
|
|
14853
14975
|
transition: transform var(--animation-duration) ease;
|
|
14854
14976
|
}
|
|
14977
|
+
|
|
14855
14978
|
.cxd-Layout-aside {
|
|
14856
14979
|
display: none;
|
|
14857
14980
|
}
|
|
@@ -14867,11 +14990,13 @@ body {
|
|
|
14867
14990
|
-webkit-overflow-scrolling: touch;
|
|
14868
14991
|
z-index: 1010;
|
|
14869
14992
|
}
|
|
14993
|
+
|
|
14870
14994
|
.cxd-Layout-headerBar {
|
|
14871
14995
|
display: none;
|
|
14872
14996
|
}
|
|
14997
|
+
|
|
14873
14998
|
.cxd-Layout--offScreen .cxd-Layout-body,
|
|
14874
|
-
|
|
14999
|
+
.cxd-Layout--offScreen .cxd-Layout-footer {
|
|
14875
15000
|
background: var(--body-bg);
|
|
14876
15001
|
transition: transform var(--animation-duration) ease;
|
|
14877
15002
|
backface-visibility: hidden;
|
|
@@ -14886,6 +15011,7 @@ body {
|
|
|
14886
15011
|
z-index: 1015;
|
|
14887
15012
|
padding-top: 3.125rem;
|
|
14888
15013
|
}
|
|
15014
|
+
|
|
14889
15015
|
.cxd-Layout-offScreenBtn {
|
|
14890
15016
|
display: block;
|
|
14891
15017
|
}
|
|
@@ -14940,7 +15066,7 @@ body {
|
|
|
14940
15066
|
float: left;
|
|
14941
15067
|
}
|
|
14942
15068
|
.cxd-Layout--withAside .cxd-Layout-headerBar,
|
|
14943
|
-
|
|
15069
|
+
.cxd-Layout--withAside .cxd-Layout-footer {
|
|
14944
15070
|
margin-left: var(--Layout-aside-width);
|
|
14945
15071
|
transition: margin var(--animation-duration) ease;
|
|
14946
15072
|
}
|
|
@@ -14963,11 +15089,11 @@ body {
|
|
|
14963
15089
|
width: auto;
|
|
14964
15090
|
}
|
|
14965
15091
|
.cxd-Layout--folded .cxd-Layout-aside,
|
|
14966
|
-
|
|
15092
|
+
.cxd-Layout--folded .cxd-Layout-brandBar {
|
|
14967
15093
|
width: var(--Layout-aside--folded-width);
|
|
14968
15094
|
}
|
|
14969
15095
|
.cxd-Layout--folded.cxd-Layout--withAside .cxd-Layout-headerBar,
|
|
14970
|
-
|
|
15096
|
+
.cxd-Layout--folded.cxd-Layout--withAside .cxd-Layout-footer {
|
|
14971
15097
|
margin-left: var(--Layout-aside--folded-width);
|
|
14972
15098
|
}
|
|
14973
15099
|
.cxd-Layout--folded .cxd-Layout-brand {
|
|
@@ -15027,18 +15153,18 @@ body {
|
|
|
15027
15153
|
padding-right: 17px;
|
|
15028
15154
|
}
|
|
15029
15155
|
.cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-brand,
|
|
15030
|
-
|
|
15031
|
-
|
|
15156
|
+
.cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
|
|
15157
|
+
.cxd-Layout--sm:not(.cxd-Layout--folded) .cxd-Layout-aside {
|
|
15032
15158
|
width: var(--Layout-aside--sm-width);
|
|
15033
15159
|
}
|
|
15034
15160
|
.cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-brand,
|
|
15035
|
-
|
|
15036
|
-
|
|
15161
|
+
.cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
|
|
15162
|
+
.cxd-Layout--md:not(.cxd-Layout--folded) .cxd-Layout-aside {
|
|
15037
15163
|
width: var(--Layout-aside--md-width);
|
|
15038
15164
|
}
|
|
15039
15165
|
.cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-brand,
|
|
15040
|
-
|
|
15041
|
-
|
|
15166
|
+
.cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-brandBar,
|
|
15167
|
+
.cxd-Layout--lg:not(.cxd-Layout--folded) .cxd-Layout-aside {
|
|
15042
15168
|
width: var(--Layout-aside--lg-width);
|
|
15043
15169
|
}
|
|
15044
15170
|
}
|
|
@@ -15210,6 +15336,7 @@ body {
|
|
|
15210
15336
|
flex-direction: column;
|
|
15211
15337
|
justify-content: space-between;
|
|
15212
15338
|
}
|
|
15339
|
+
|
|
15213
15340
|
.cxd-Grid-col--sm1 {
|
|
15214
15341
|
flex: 0 0 8.3333333333%;
|
|
15215
15342
|
max-width: 8.3333333333%;
|
|
@@ -15217,6 +15344,7 @@ body {
|
|
|
15217
15344
|
padding-left: 0.5rem;
|
|
15218
15345
|
padding-right: 0.5rem;
|
|
15219
15346
|
}
|
|
15347
|
+
|
|
15220
15348
|
.cxd-Grid-col--sm2 {
|
|
15221
15349
|
flex: 0 0 16.6666666667%;
|
|
15222
15350
|
max-width: 16.6666666667%;
|
|
@@ -15224,6 +15352,7 @@ body {
|
|
|
15224
15352
|
padding-left: 0.5rem;
|
|
15225
15353
|
padding-right: 0.5rem;
|
|
15226
15354
|
}
|
|
15355
|
+
|
|
15227
15356
|
.cxd-Grid-col--sm3 {
|
|
15228
15357
|
flex: 0 0 25%;
|
|
15229
15358
|
max-width: 25%;
|
|
@@ -15231,6 +15360,7 @@ body {
|
|
|
15231
15360
|
padding-left: 0.5rem;
|
|
15232
15361
|
padding-right: 0.5rem;
|
|
15233
15362
|
}
|
|
15363
|
+
|
|
15234
15364
|
.cxd-Grid-col--sm4 {
|
|
15235
15365
|
flex: 0 0 33.3333333333%;
|
|
15236
15366
|
max-width: 33.3333333333%;
|
|
@@ -15238,6 +15368,7 @@ body {
|
|
|
15238
15368
|
padding-left: 0.5rem;
|
|
15239
15369
|
padding-right: 0.5rem;
|
|
15240
15370
|
}
|
|
15371
|
+
|
|
15241
15372
|
.cxd-Grid-col--sm5 {
|
|
15242
15373
|
flex: 0 0 41.6666666667%;
|
|
15243
15374
|
max-width: 41.6666666667%;
|
|
@@ -15245,6 +15376,7 @@ body {
|
|
|
15245
15376
|
padding-left: 0.5rem;
|
|
15246
15377
|
padding-right: 0.5rem;
|
|
15247
15378
|
}
|
|
15379
|
+
|
|
15248
15380
|
.cxd-Grid-col--sm6 {
|
|
15249
15381
|
flex: 0 0 50%;
|
|
15250
15382
|
max-width: 50%;
|
|
@@ -15252,6 +15384,7 @@ body {
|
|
|
15252
15384
|
padding-left: 0.5rem;
|
|
15253
15385
|
padding-right: 0.5rem;
|
|
15254
15386
|
}
|
|
15387
|
+
|
|
15255
15388
|
.cxd-Grid-col--sm7 {
|
|
15256
15389
|
flex: 0 0 58.3333333333%;
|
|
15257
15390
|
max-width: 58.3333333333%;
|
|
@@ -15259,6 +15392,7 @@ body {
|
|
|
15259
15392
|
padding-left: 0.5rem;
|
|
15260
15393
|
padding-right: 0.5rem;
|
|
15261
15394
|
}
|
|
15395
|
+
|
|
15262
15396
|
.cxd-Grid-col--sm8 {
|
|
15263
15397
|
flex: 0 0 66.6666666667%;
|
|
15264
15398
|
max-width: 66.6666666667%;
|
|
@@ -15266,6 +15400,7 @@ body {
|
|
|
15266
15400
|
padding-left: 0.5rem;
|
|
15267
15401
|
padding-right: 0.5rem;
|
|
15268
15402
|
}
|
|
15403
|
+
|
|
15269
15404
|
.cxd-Grid-col--sm9 {
|
|
15270
15405
|
flex: 0 0 75%;
|
|
15271
15406
|
max-width: 75%;
|
|
@@ -15273,6 +15408,7 @@ body {
|
|
|
15273
15408
|
padding-left: 0.5rem;
|
|
15274
15409
|
padding-right: 0.5rem;
|
|
15275
15410
|
}
|
|
15411
|
+
|
|
15276
15412
|
.cxd-Grid-col--sm10 {
|
|
15277
15413
|
flex: 0 0 83.3333333333%;
|
|
15278
15414
|
max-width: 83.3333333333%;
|
|
@@ -15280,6 +15416,7 @@ body {
|
|
|
15280
15416
|
padding-left: 0.5rem;
|
|
15281
15417
|
padding-right: 0.5rem;
|
|
15282
15418
|
}
|
|
15419
|
+
|
|
15283
15420
|
.cxd-Grid-col--sm11 {
|
|
15284
15421
|
flex: 0 0 91.6666666667%;
|
|
15285
15422
|
max-width: 91.6666666667%;
|
|
@@ -15287,6 +15424,7 @@ body {
|
|
|
15287
15424
|
padding-left: 0.5rem;
|
|
15288
15425
|
padding-right: 0.5rem;
|
|
15289
15426
|
}
|
|
15427
|
+
|
|
15290
15428
|
.cxd-Grid-col--sm12 {
|
|
15291
15429
|
flex: 0 0 100%;
|
|
15292
15430
|
max-width: 100%;
|
|
@@ -15294,6 +15432,7 @@ body {
|
|
|
15294
15432
|
padding-left: 0.5rem;
|
|
15295
15433
|
padding-right: 0.5rem;
|
|
15296
15434
|
}
|
|
15435
|
+
|
|
15297
15436
|
.cxd-Grid-col--sm {
|
|
15298
15437
|
flex-basis: 0;
|
|
15299
15438
|
flex-grow: 1;
|
|
@@ -15303,6 +15442,7 @@ body {
|
|
|
15303
15442
|
padding-left: 0.5rem;
|
|
15304
15443
|
padding-right: 0.5rem;
|
|
15305
15444
|
}
|
|
15445
|
+
|
|
15306
15446
|
.cxd-Grid-col--smAuto {
|
|
15307
15447
|
flex: 0 0 auto;
|
|
15308
15448
|
width: auto;
|
|
@@ -15319,6 +15459,7 @@ body {
|
|
|
15319
15459
|
padding-left: 0.5rem;
|
|
15320
15460
|
padding-right: 0.5rem;
|
|
15321
15461
|
}
|
|
15462
|
+
|
|
15322
15463
|
.cxd-Grid-col--md2 {
|
|
15323
15464
|
flex: 0 0 16.6666666667%;
|
|
15324
15465
|
max-width: 16.6666666667%;
|
|
@@ -15326,6 +15467,7 @@ body {
|
|
|
15326
15467
|
padding-left: 0.5rem;
|
|
15327
15468
|
padding-right: 0.5rem;
|
|
15328
15469
|
}
|
|
15470
|
+
|
|
15329
15471
|
.cxd-Grid-col--md3 {
|
|
15330
15472
|
flex: 0 0 25%;
|
|
15331
15473
|
max-width: 25%;
|
|
@@ -15333,6 +15475,7 @@ body {
|
|
|
15333
15475
|
padding-left: 0.5rem;
|
|
15334
15476
|
padding-right: 0.5rem;
|
|
15335
15477
|
}
|
|
15478
|
+
|
|
15336
15479
|
.cxd-Grid-col--md4 {
|
|
15337
15480
|
flex: 0 0 33.3333333333%;
|
|
15338
15481
|
max-width: 33.3333333333%;
|
|
@@ -15340,6 +15483,7 @@ body {
|
|
|
15340
15483
|
padding-left: 0.5rem;
|
|
15341
15484
|
padding-right: 0.5rem;
|
|
15342
15485
|
}
|
|
15486
|
+
|
|
15343
15487
|
.cxd-Grid-col--md5 {
|
|
15344
15488
|
flex: 0 0 41.6666666667%;
|
|
15345
15489
|
max-width: 41.6666666667%;
|
|
@@ -15347,6 +15491,7 @@ body {
|
|
|
15347
15491
|
padding-left: 0.5rem;
|
|
15348
15492
|
padding-right: 0.5rem;
|
|
15349
15493
|
}
|
|
15494
|
+
|
|
15350
15495
|
.cxd-Grid-col--md6 {
|
|
15351
15496
|
flex: 0 0 50%;
|
|
15352
15497
|
max-width: 50%;
|
|
@@ -15354,6 +15499,7 @@ body {
|
|
|
15354
15499
|
padding-left: 0.5rem;
|
|
15355
15500
|
padding-right: 0.5rem;
|
|
15356
15501
|
}
|
|
15502
|
+
|
|
15357
15503
|
.cxd-Grid-col--md7 {
|
|
15358
15504
|
flex: 0 0 58.3333333333%;
|
|
15359
15505
|
max-width: 58.3333333333%;
|
|
@@ -15361,6 +15507,7 @@ body {
|
|
|
15361
15507
|
padding-left: 0.5rem;
|
|
15362
15508
|
padding-right: 0.5rem;
|
|
15363
15509
|
}
|
|
15510
|
+
|
|
15364
15511
|
.cxd-Grid-col--md8 {
|
|
15365
15512
|
flex: 0 0 66.6666666667%;
|
|
15366
15513
|
max-width: 66.6666666667%;
|
|
@@ -15368,6 +15515,7 @@ body {
|
|
|
15368
15515
|
padding-left: 0.5rem;
|
|
15369
15516
|
padding-right: 0.5rem;
|
|
15370
15517
|
}
|
|
15518
|
+
|
|
15371
15519
|
.cxd-Grid-col--md9 {
|
|
15372
15520
|
flex: 0 0 75%;
|
|
15373
15521
|
max-width: 75%;
|
|
@@ -15375,6 +15523,7 @@ body {
|
|
|
15375
15523
|
padding-left: 0.5rem;
|
|
15376
15524
|
padding-right: 0.5rem;
|
|
15377
15525
|
}
|
|
15526
|
+
|
|
15378
15527
|
.cxd-Grid-col--md10 {
|
|
15379
15528
|
flex: 0 0 83.3333333333%;
|
|
15380
15529
|
max-width: 83.3333333333%;
|
|
@@ -15382,6 +15531,7 @@ body {
|
|
|
15382
15531
|
padding-left: 0.5rem;
|
|
15383
15532
|
padding-right: 0.5rem;
|
|
15384
15533
|
}
|
|
15534
|
+
|
|
15385
15535
|
.cxd-Grid-col--md11 {
|
|
15386
15536
|
flex: 0 0 91.6666666667%;
|
|
15387
15537
|
max-width: 91.6666666667%;
|
|
@@ -15389,6 +15539,7 @@ body {
|
|
|
15389
15539
|
padding-left: 0.5rem;
|
|
15390
15540
|
padding-right: 0.5rem;
|
|
15391
15541
|
}
|
|
15542
|
+
|
|
15392
15543
|
.cxd-Grid-col--md12 {
|
|
15393
15544
|
flex: 0 0 100%;
|
|
15394
15545
|
max-width: 100%;
|
|
@@ -15396,6 +15547,7 @@ body {
|
|
|
15396
15547
|
padding-left: 0.5rem;
|
|
15397
15548
|
padding-right: 0.5rem;
|
|
15398
15549
|
}
|
|
15550
|
+
|
|
15399
15551
|
.cxd-Grid-col--md {
|
|
15400
15552
|
flex-basis: 0;
|
|
15401
15553
|
flex-grow: 1;
|
|
@@ -15405,6 +15557,7 @@ body {
|
|
|
15405
15557
|
padding-left: 0.5rem;
|
|
15406
15558
|
padding-right: 0.5rem;
|
|
15407
15559
|
}
|
|
15560
|
+
|
|
15408
15561
|
.cxd-Grid-col--mdAuto {
|
|
15409
15562
|
flex: 0 0 auto;
|
|
15410
15563
|
width: auto;
|
|
@@ -15421,6 +15574,7 @@ body {
|
|
|
15421
15574
|
padding-left: 0.5rem;
|
|
15422
15575
|
padding-right: 0.5rem;
|
|
15423
15576
|
}
|
|
15577
|
+
|
|
15424
15578
|
.cxd-Grid-col--lg2 {
|
|
15425
15579
|
flex: 0 0 16.6666666667%;
|
|
15426
15580
|
max-width: 16.6666666667%;
|
|
@@ -15428,6 +15582,7 @@ body {
|
|
|
15428
15582
|
padding-left: 0.5rem;
|
|
15429
15583
|
padding-right: 0.5rem;
|
|
15430
15584
|
}
|
|
15585
|
+
|
|
15431
15586
|
.cxd-Grid-col--lg3 {
|
|
15432
15587
|
flex: 0 0 25%;
|
|
15433
15588
|
max-width: 25%;
|
|
@@ -15435,6 +15590,7 @@ body {
|
|
|
15435
15590
|
padding-left: 0.5rem;
|
|
15436
15591
|
padding-right: 0.5rem;
|
|
15437
15592
|
}
|
|
15593
|
+
|
|
15438
15594
|
.cxd-Grid-col--lg4 {
|
|
15439
15595
|
flex: 0 0 33.3333333333%;
|
|
15440
15596
|
max-width: 33.3333333333%;
|
|
@@ -15442,6 +15598,7 @@ body {
|
|
|
15442
15598
|
padding-left: 0.5rem;
|
|
15443
15599
|
padding-right: 0.5rem;
|
|
15444
15600
|
}
|
|
15601
|
+
|
|
15445
15602
|
.cxd-Grid-col--lg5 {
|
|
15446
15603
|
flex: 0 0 41.6666666667%;
|
|
15447
15604
|
max-width: 41.6666666667%;
|
|
@@ -15449,6 +15606,7 @@ body {
|
|
|
15449
15606
|
padding-left: 0.5rem;
|
|
15450
15607
|
padding-right: 0.5rem;
|
|
15451
15608
|
}
|
|
15609
|
+
|
|
15452
15610
|
.cxd-Grid-col--lg6 {
|
|
15453
15611
|
flex: 0 0 50%;
|
|
15454
15612
|
max-width: 50%;
|
|
@@ -15456,6 +15614,7 @@ body {
|
|
|
15456
15614
|
padding-left: 0.5rem;
|
|
15457
15615
|
padding-right: 0.5rem;
|
|
15458
15616
|
}
|
|
15617
|
+
|
|
15459
15618
|
.cxd-Grid-col--lg7 {
|
|
15460
15619
|
flex: 0 0 58.3333333333%;
|
|
15461
15620
|
max-width: 58.3333333333%;
|
|
@@ -15463,6 +15622,7 @@ body {
|
|
|
15463
15622
|
padding-left: 0.5rem;
|
|
15464
15623
|
padding-right: 0.5rem;
|
|
15465
15624
|
}
|
|
15625
|
+
|
|
15466
15626
|
.cxd-Grid-col--lg8 {
|
|
15467
15627
|
flex: 0 0 66.6666666667%;
|
|
15468
15628
|
max-width: 66.6666666667%;
|
|
@@ -15470,6 +15630,7 @@ body {
|
|
|
15470
15630
|
padding-left: 0.5rem;
|
|
15471
15631
|
padding-right: 0.5rem;
|
|
15472
15632
|
}
|
|
15633
|
+
|
|
15473
15634
|
.cxd-Grid-col--lg9 {
|
|
15474
15635
|
flex: 0 0 75%;
|
|
15475
15636
|
max-width: 75%;
|
|
@@ -15477,6 +15638,7 @@ body {
|
|
|
15477
15638
|
padding-left: 0.5rem;
|
|
15478
15639
|
padding-right: 0.5rem;
|
|
15479
15640
|
}
|
|
15641
|
+
|
|
15480
15642
|
.cxd-Grid-col--lg10 {
|
|
15481
15643
|
flex: 0 0 83.3333333333%;
|
|
15482
15644
|
max-width: 83.3333333333%;
|
|
@@ -15484,6 +15646,7 @@ body {
|
|
|
15484
15646
|
padding-left: 0.5rem;
|
|
15485
15647
|
padding-right: 0.5rem;
|
|
15486
15648
|
}
|
|
15649
|
+
|
|
15487
15650
|
.cxd-Grid-col--lg11 {
|
|
15488
15651
|
flex: 0 0 91.6666666667%;
|
|
15489
15652
|
max-width: 91.6666666667%;
|
|
@@ -15491,6 +15654,7 @@ body {
|
|
|
15491
15654
|
padding-left: 0.5rem;
|
|
15492
15655
|
padding-right: 0.5rem;
|
|
15493
15656
|
}
|
|
15657
|
+
|
|
15494
15658
|
.cxd-Grid-col--lg12 {
|
|
15495
15659
|
flex: 0 0 100%;
|
|
15496
15660
|
max-width: 100%;
|
|
@@ -15498,6 +15662,7 @@ body {
|
|
|
15498
15662
|
padding-left: 0.5rem;
|
|
15499
15663
|
padding-right: 0.5rem;
|
|
15500
15664
|
}
|
|
15665
|
+
|
|
15501
15666
|
.cxd-Grid-col--lg {
|
|
15502
15667
|
flex-basis: 0;
|
|
15503
15668
|
flex-grow: 1;
|
|
@@ -15507,6 +15672,7 @@ body {
|
|
|
15507
15672
|
padding-left: 0.5rem;
|
|
15508
15673
|
padding-right: 0.5rem;
|
|
15509
15674
|
}
|
|
15675
|
+
|
|
15510
15676
|
.cxd-Grid-col--lgAuto {
|
|
15511
15677
|
flex: 0 0 auto;
|
|
15512
15678
|
width: auto;
|
|
@@ -15631,7 +15797,7 @@ body {
|
|
|
15631
15797
|
border-radius: 0.625rem;
|
|
15632
15798
|
}
|
|
15633
15799
|
.cxd-AsideNav-itemIcon {
|
|
15634
|
-
margin: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / -2) -0.625rem;
|
|
15800
|
+
margin: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / -2 ) -0.625rem;
|
|
15635
15801
|
line-height: var(--Layout-nav-height);
|
|
15636
15802
|
width: var(--Layout-nav-height);
|
|
15637
15803
|
vertical-align: middle;
|
|
@@ -15677,7 +15843,7 @@ body {
|
|
|
15677
15843
|
text-transform: none;
|
|
15678
15844
|
display: block;
|
|
15679
15845
|
font-size: var(--Layout-asideLink-fontSize);
|
|
15680
|
-
padding: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-base);
|
|
15846
|
+
padding: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-base);
|
|
15681
15847
|
position: relative;
|
|
15682
15848
|
transition: background-color var(--animation-duration) ease-in-out 0s;
|
|
15683
15849
|
color: var(--Layout-asideLink-color);
|
|
@@ -15702,7 +15868,7 @@ body {
|
|
|
15702
15868
|
background: var(--Layout-aside-onAcitve-onHover-bg);
|
|
15703
15869
|
}
|
|
15704
15870
|
.cxd-AsideNav-item.is-lg > a {
|
|
15705
|
-
padding: calc((var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
15871
|
+
padding: calc( ( var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
|
|
15706
15872
|
}
|
|
15707
15873
|
.cxd-AsideNav-item .cxd-AsideNav-item a {
|
|
15708
15874
|
padding-left: calc(var(--Layout-nav-height) + 0.3125rem);
|
|
@@ -15729,7 +15895,7 @@ body {
|
|
|
15729
15895
|
cursor: default;
|
|
15730
15896
|
background: transparent;
|
|
15731
15897
|
color: var(--Layout-asideLink-color);
|
|
15732
|
-
padding: calc((var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
15898
|
+
padding: calc( ( var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
|
|
15733
15899
|
}
|
|
15734
15900
|
.cxd-AsideNav-subHeader a:hover {
|
|
15735
15901
|
color: var(--Layout-asideLink-onHover-color);
|
|
@@ -15792,7 +15958,7 @@ img.cxd-AsideNav-itemIcon {
|
|
|
15792
15958
|
border: none;
|
|
15793
15959
|
}
|
|
15794
15960
|
.cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemArrow,
|
|
15795
|
-
|
|
15961
|
+
.cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemLabel {
|
|
15796
15962
|
display: none;
|
|
15797
15963
|
}
|
|
15798
15964
|
.cxd-Layout--folded .cxd-AsideNav-list > .cxd-AsideNav-item > a .cxd-AsideNav-itemIcon {
|
|
@@ -17309,85 +17475,54 @@ input[type=button].cxd-Button--block {
|
|
|
17309
17475
|
margin-left: var(--dialog-footer-margin-left);
|
|
17310
17476
|
}
|
|
17311
17477
|
.cxd-Modal--2th .cxd-Modal-content {
|
|
17312
|
-
margin-top: calc(
|
|
17313
|
-
var(--Modal-content-startMarginTop) +
|
|
17314
|
-
1 *
|
|
17315
|
-
var(--Modal-content-stepMarginTop)
|
|
17316
|
-
);
|
|
17478
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop) );
|
|
17317
17479
|
}
|
|
17318
17480
|
.cxd-Modal--3th .cxd-Modal-content {
|
|
17319
|
-
margin-top: calc(
|
|
17320
|
-
var(--Modal-content-startMarginTop) +
|
|
17321
|
-
2 *
|
|
17322
|
-
var(--Modal-content-stepMarginTop)
|
|
17323
|
-
);
|
|
17481
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop) );
|
|
17324
17482
|
}
|
|
17325
17483
|
.cxd-Modal--4th .cxd-Modal-content {
|
|
17326
|
-
margin-top: calc(
|
|
17327
|
-
var(--Modal-content-startMarginTop) +
|
|
17328
|
-
3 *
|
|
17329
|
-
var(--Modal-content-stepMarginTop)
|
|
17330
|
-
);
|
|
17484
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop) );
|
|
17331
17485
|
}
|
|
17332
17486
|
.cxd-Modal--5th .cxd-Modal-content {
|
|
17333
|
-
margin-top: calc(
|
|
17334
|
-
var(--Modal-content-startMarginTop) +
|
|
17335
|
-
4 *
|
|
17336
|
-
var(--Modal-content-stepMarginTop)
|
|
17337
|
-
);
|
|
17487
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop) );
|
|
17338
17488
|
}
|
|
17339
17489
|
.cxd-Modal--6th .cxd-Modal-content {
|
|
17340
|
-
margin-top: calc(
|
|
17341
|
-
var(--Modal-content-startMarginTop) +
|
|
17342
|
-
5 *
|
|
17343
|
-
var(--Modal-content-stepMarginTop)
|
|
17344
|
-
);
|
|
17490
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop) );
|
|
17345
17491
|
}
|
|
17346
17492
|
.cxd-Modal--7th .cxd-Modal-content {
|
|
17347
|
-
margin-top: calc(
|
|
17348
|
-
var(--Modal-content-startMarginTop) +
|
|
17349
|
-
6 *
|
|
17350
|
-
var(--Modal-content-stepMarginTop)
|
|
17351
|
-
);
|
|
17493
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop) );
|
|
17352
17494
|
}
|
|
17353
17495
|
.cxd-Modal--8th .cxd-Modal-content {
|
|
17354
|
-
margin-top: calc(
|
|
17355
|
-
var(--Modal-content-startMarginTop) +
|
|
17356
|
-
7 *
|
|
17357
|
-
var(--Modal-content-stepMarginTop)
|
|
17358
|
-
);
|
|
17496
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop) );
|
|
17359
17497
|
}
|
|
17360
17498
|
.cxd-Modal--9th .cxd-Modal-content {
|
|
17361
|
-
margin-top: calc(
|
|
17362
|
-
var(--Modal-content-startMarginTop) +
|
|
17363
|
-
8 *
|
|
17364
|
-
var(--Modal-content-stepMarginTop)
|
|
17365
|
-
);
|
|
17499
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop) );
|
|
17366
17500
|
}
|
|
17367
17501
|
.cxd-Modal--10th .cxd-Modal-content {
|
|
17368
|
-
margin-top: calc(
|
|
17369
|
-
var(--Modal-content-startMarginTop) +
|
|
17370
|
-
9 *
|
|
17371
|
-
var(--Modal-content-stepMarginTop)
|
|
17372
|
-
);
|
|
17502
|
+
margin-top: calc( var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop) );
|
|
17373
17503
|
}
|
|
17374
17504
|
@media (min-width: 576px) {
|
|
17375
17505
|
.cxd-Modal-content {
|
|
17376
17506
|
max-width: var(--dialog-size-normal-width);
|
|
17377
17507
|
border-width: var(--dialog-default-border-width);
|
|
17378
17508
|
}
|
|
17509
|
+
|
|
17379
17510
|
.cxd-Modal--sm .cxd-Modal-content {
|
|
17380
17511
|
max-width: var(--dialog-size-sm-width);
|
|
17381
17512
|
}
|
|
17513
|
+
|
|
17382
17514
|
.cxd-Modal--base .cxd-Modal-content {
|
|
17383
17515
|
max-width: var(--Modal-widthBase);
|
|
17384
17516
|
}
|
|
17517
|
+
|
|
17385
17518
|
.cxd-Modal--md .cxd-Modal-content {
|
|
17386
17519
|
max-width: var(--Modal-widthMd);
|
|
17387
17520
|
}
|
|
17521
|
+
|
|
17388
17522
|
.cxd-Modal--lg .cxd-Modal-content {
|
|
17389
17523
|
max-width: var(--dialog-size-lg-width);
|
|
17390
17524
|
}
|
|
17525
|
+
|
|
17391
17526
|
.cxd-Modal--xl .cxd-Modal-content {
|
|
17392
17527
|
max-width: var(--dialog-size-xl-width);
|
|
17393
17528
|
}
|
|
@@ -17564,264 +17699,279 @@ input[type=button].cxd-Button--block {
|
|
|
17564
17699
|
width: var(--Drawer-widthBase);
|
|
17565
17700
|
height: var(--Drawer-widthBase);
|
|
17566
17701
|
}
|
|
17702
|
+
|
|
17567
17703
|
.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17568
17704
|
width: var(--drawer-size-xs-width);
|
|
17569
17705
|
height: var(--Drawer-widthXs);
|
|
17570
17706
|
}
|
|
17707
|
+
|
|
17571
17708
|
.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17572
17709
|
width: var(--drawer-size-sm-width);
|
|
17573
17710
|
height: var(--Drawer-widthSm);
|
|
17574
17711
|
}
|
|
17712
|
+
|
|
17575
17713
|
.cxd-Drawer--md .cxd-Drawer-content {
|
|
17576
17714
|
width: var(--drawer-size-md-width);
|
|
17577
17715
|
height: var(--Drawer-widthMd);
|
|
17578
17716
|
}
|
|
17717
|
+
|
|
17579
17718
|
.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17580
17719
|
width: var(--drawer-size-lg-width);
|
|
17581
17720
|
height: var(--Drawer-widthLg);
|
|
17582
17721
|
}
|
|
17722
|
+
|
|
17583
17723
|
.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17584
17724
|
width: var(--drawer-size-xl-width);
|
|
17585
17725
|
height: var(--Drawer-widthXl);
|
|
17586
17726
|
}
|
|
17727
|
+
|
|
17587
17728
|
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content,
|
|
17588
|
-
|
|
17729
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content {
|
|
17589
17730
|
width: calc(var(--Drawer-widthBase) - 20px);
|
|
17590
17731
|
}
|
|
17591
17732
|
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17592
|
-
|
|
17733
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17593
17734
|
width: calc(var(--Drawer-widthXs) - 20px);
|
|
17594
17735
|
}
|
|
17595
17736
|
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17596
|
-
|
|
17737
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17597
17738
|
width: calc(var(--Drawer-widthSm) - 20px);
|
|
17598
17739
|
}
|
|
17599
17740
|
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17600
|
-
|
|
17741
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17601
17742
|
width: calc(var(--Drawer-widthMd) - 20px);
|
|
17602
17743
|
}
|
|
17603
17744
|
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17604
|
-
|
|
17745
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17605
17746
|
width: calc(var(--Drawer-widthLg) - 20px);
|
|
17606
17747
|
}
|
|
17607
17748
|
.cxd-Drawer--right.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17608
|
-
|
|
17749
|
+
.cxd-Drawer--left.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17609
17750
|
width: calc(var(--Drawer-widthXl) - 20px);
|
|
17610
17751
|
}
|
|
17752
|
+
|
|
17611
17753
|
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content,
|
|
17612
|
-
|
|
17754
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer .cxd-Drawer-content {
|
|
17613
17755
|
height: calc(var(--Drawer-widthBase) - 20px);
|
|
17614
17756
|
}
|
|
17615
17757
|
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17616
|
-
|
|
17758
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17617
17759
|
height: calc(var(--Drawer-widthXs) - 20px);
|
|
17618
17760
|
}
|
|
17619
17761
|
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17620
|
-
|
|
17762
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17621
17763
|
height: calc(var(--Drawer-widthSm) - 20px);
|
|
17622
17764
|
}
|
|
17623
17765
|
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17624
|
-
|
|
17766
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17625
17767
|
height: calc(var(--Drawer-widthMd) - 20px);
|
|
17626
17768
|
}
|
|
17627
17769
|
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17628
|
-
|
|
17770
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17629
17771
|
height: calc(var(--Drawer-widthLg) - 20px);
|
|
17630
17772
|
}
|
|
17631
17773
|
.cxd-Drawer--top.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17632
|
-
|
|
17774
|
+
.cxd-Drawer--bottom.cxd-Modal--2th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17633
17775
|
height: calc(var(--Drawer-widthXl) - 20px);
|
|
17634
17776
|
}
|
|
17777
|
+
|
|
17635
17778
|
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content,
|
|
17636
|
-
|
|
17779
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content {
|
|
17637
17780
|
width: calc(var(--Drawer-widthBase) - 40px);
|
|
17638
17781
|
}
|
|
17639
17782
|
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17640
|
-
|
|
17783
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17641
17784
|
width: calc(var(--Drawer-widthXs) - 40px);
|
|
17642
17785
|
}
|
|
17643
17786
|
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17644
|
-
|
|
17787
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17645
17788
|
width: calc(var(--Drawer-widthSm) - 40px);
|
|
17646
17789
|
}
|
|
17647
17790
|
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17648
|
-
|
|
17791
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17649
17792
|
width: calc(var(--Drawer-widthMd) - 40px);
|
|
17650
17793
|
}
|
|
17651
17794
|
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17652
|
-
|
|
17795
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17653
17796
|
width: calc(var(--Drawer-widthLg) - 40px);
|
|
17654
17797
|
}
|
|
17655
17798
|
.cxd-Drawer--right.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17656
|
-
|
|
17799
|
+
.cxd-Drawer--left.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17657
17800
|
width: calc(var(--Drawer-widthXl) - 40px);
|
|
17658
17801
|
}
|
|
17802
|
+
|
|
17659
17803
|
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content,
|
|
17660
|
-
|
|
17804
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer .cxd-Drawer-content {
|
|
17661
17805
|
height: calc(var(--Drawer-widthBase) - 40px);
|
|
17662
17806
|
}
|
|
17663
17807
|
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17664
|
-
|
|
17808
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17665
17809
|
height: calc(var(--Drawer-widthXs) - 40px);
|
|
17666
17810
|
}
|
|
17667
17811
|
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17668
|
-
|
|
17812
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17669
17813
|
height: calc(var(--Drawer-widthSm) - 40px);
|
|
17670
17814
|
}
|
|
17671
17815
|
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17672
|
-
|
|
17816
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17673
17817
|
height: calc(var(--Drawer-widthMd) - 40px);
|
|
17674
17818
|
}
|
|
17675
17819
|
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17676
|
-
|
|
17820
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17677
17821
|
height: calc(var(--Drawer-widthLg) - 40px);
|
|
17678
17822
|
}
|
|
17679
17823
|
.cxd-Drawer--top.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17680
|
-
|
|
17824
|
+
.cxd-Drawer--bottom.cxd-Modal--3th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17681
17825
|
height: calc(var(--Drawer-widthXl) - 40px);
|
|
17682
17826
|
}
|
|
17827
|
+
|
|
17683
17828
|
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content,
|
|
17684
|
-
|
|
17829
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content {
|
|
17685
17830
|
width: calc(var(--Drawer-widthBase) - 60px);
|
|
17686
17831
|
}
|
|
17687
17832
|
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17688
|
-
|
|
17833
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17689
17834
|
width: calc(var(--Drawer-widthXs) - 60px);
|
|
17690
17835
|
}
|
|
17691
17836
|
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17692
|
-
|
|
17837
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17693
17838
|
width: calc(var(--Drawer-widthSm) - 60px);
|
|
17694
17839
|
}
|
|
17695
17840
|
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17696
|
-
|
|
17841
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17697
17842
|
width: calc(var(--Drawer-widthMd) - 60px);
|
|
17698
17843
|
}
|
|
17699
17844
|
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17700
|
-
|
|
17845
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17701
17846
|
width: calc(var(--Drawer-widthLg) - 60px);
|
|
17702
17847
|
}
|
|
17703
17848
|
.cxd-Drawer--right.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17704
|
-
|
|
17849
|
+
.cxd-Drawer--left.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17705
17850
|
width: calc(var(--Drawer-widthXl) - 60px);
|
|
17706
17851
|
}
|
|
17852
|
+
|
|
17707
17853
|
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content,
|
|
17708
|
-
|
|
17854
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer .cxd-Drawer-content {
|
|
17709
17855
|
height: calc(var(--Drawer-widthBase) - 60px);
|
|
17710
17856
|
}
|
|
17711
17857
|
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17712
|
-
|
|
17858
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17713
17859
|
height: calc(var(--Drawer-widthXs) - 60px);
|
|
17714
17860
|
}
|
|
17715
17861
|
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17716
|
-
|
|
17862
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17717
17863
|
height: calc(var(--Drawer-widthSm) - 60px);
|
|
17718
17864
|
}
|
|
17719
17865
|
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17720
|
-
|
|
17866
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17721
17867
|
height: calc(var(--Drawer-widthMd) - 60px);
|
|
17722
17868
|
}
|
|
17723
17869
|
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17724
|
-
|
|
17870
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17725
17871
|
height: calc(var(--Drawer-widthLg) - 60px);
|
|
17726
17872
|
}
|
|
17727
17873
|
.cxd-Drawer--top.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17728
|
-
|
|
17874
|
+
.cxd-Drawer--bottom.cxd-Modal--4th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17729
17875
|
height: calc(var(--Drawer-widthXl) - 60px);
|
|
17730
17876
|
}
|
|
17877
|
+
|
|
17731
17878
|
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content,
|
|
17732
|
-
|
|
17879
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content {
|
|
17733
17880
|
width: calc(var(--Drawer-widthBase) - 80px);
|
|
17734
17881
|
}
|
|
17735
17882
|
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17736
|
-
|
|
17883
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17737
17884
|
width: calc(var(--Drawer-widthXs) - 80px);
|
|
17738
17885
|
}
|
|
17739
17886
|
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17740
|
-
|
|
17887
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17741
17888
|
width: calc(var(--Drawer-widthSm) - 80px);
|
|
17742
17889
|
}
|
|
17743
17890
|
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17744
|
-
|
|
17891
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17745
17892
|
width: calc(var(--Drawer-widthMd) - 80px);
|
|
17746
17893
|
}
|
|
17747
17894
|
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17748
|
-
|
|
17895
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17749
17896
|
width: calc(var(--Drawer-widthLg) - 80px);
|
|
17750
17897
|
}
|
|
17751
17898
|
.cxd-Drawer--right.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17752
|
-
|
|
17899
|
+
.cxd-Drawer--left.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17753
17900
|
width: calc(var(--Drawer-widthXl) - 80px);
|
|
17754
17901
|
}
|
|
17902
|
+
|
|
17755
17903
|
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content,
|
|
17756
|
-
|
|
17904
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer .cxd-Drawer-content {
|
|
17757
17905
|
height: calc(var(--Drawer-widthBase) - 80px);
|
|
17758
17906
|
}
|
|
17759
17907
|
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17760
|
-
|
|
17908
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17761
17909
|
height: calc(var(--Drawer-widthXs) - 80px);
|
|
17762
17910
|
}
|
|
17763
17911
|
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17764
|
-
|
|
17912
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17765
17913
|
height: calc(var(--Drawer-widthSm) - 80px);
|
|
17766
17914
|
}
|
|
17767
17915
|
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17768
|
-
|
|
17916
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17769
17917
|
height: calc(var(--Drawer-widthMd) - 80px);
|
|
17770
17918
|
}
|
|
17771
17919
|
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17772
|
-
|
|
17920
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17773
17921
|
height: calc(var(--Drawer-widthLg) - 80px);
|
|
17774
17922
|
}
|
|
17775
17923
|
.cxd-Drawer--top.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17776
|
-
|
|
17924
|
+
.cxd-Drawer--bottom.cxd-Modal--5th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17777
17925
|
height: calc(var(--Drawer-widthXl) - 80px);
|
|
17778
17926
|
}
|
|
17927
|
+
|
|
17779
17928
|
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content,
|
|
17780
|
-
|
|
17929
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content {
|
|
17781
17930
|
width: calc(var(--Drawer-widthBase) - 100px);
|
|
17782
17931
|
}
|
|
17783
17932
|
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17784
|
-
|
|
17933
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17785
17934
|
width: calc(var(--Drawer-widthXs) - 100px);
|
|
17786
17935
|
}
|
|
17787
17936
|
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17788
|
-
|
|
17937
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17789
17938
|
width: calc(var(--Drawer-widthSm) - 100px);
|
|
17790
17939
|
}
|
|
17791
17940
|
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17792
|
-
|
|
17941
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17793
17942
|
width: calc(var(--Drawer-widthMd) - 100px);
|
|
17794
17943
|
}
|
|
17795
17944
|
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17796
|
-
|
|
17945
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17797
17946
|
width: calc(var(--Drawer-widthLg) - 100px);
|
|
17798
17947
|
}
|
|
17799
17948
|
.cxd-Drawer--right.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17800
|
-
|
|
17949
|
+
.cxd-Drawer--left.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17801
17950
|
width: calc(var(--Drawer-widthXl) - 100px);
|
|
17802
17951
|
}
|
|
17952
|
+
|
|
17803
17953
|
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content,
|
|
17804
|
-
|
|
17954
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer .cxd-Drawer-content {
|
|
17805
17955
|
height: calc(var(--Drawer-widthBase) - 100px);
|
|
17806
17956
|
}
|
|
17807
17957
|
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content,
|
|
17808
|
-
|
|
17958
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--xs .cxd-Drawer-content {
|
|
17809
17959
|
height: calc(var(--Drawer-widthXs) - 100px);
|
|
17810
17960
|
}
|
|
17811
17961
|
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content,
|
|
17812
|
-
|
|
17962
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--sm .cxd-Drawer-content {
|
|
17813
17963
|
height: calc(var(--Drawer-widthSm) - 100px);
|
|
17814
17964
|
}
|
|
17815
17965
|
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content,
|
|
17816
|
-
|
|
17966
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--md .cxd-Drawer-content {
|
|
17817
17967
|
height: calc(var(--Drawer-widthMd) - 100px);
|
|
17818
17968
|
}
|
|
17819
17969
|
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content,
|
|
17820
|
-
|
|
17970
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--lg .cxd-Drawer-content {
|
|
17821
17971
|
height: calc(var(--Drawer-widthLg) - 100px);
|
|
17822
17972
|
}
|
|
17823
17973
|
.cxd-Drawer--top.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content,
|
|
17824
|
-
|
|
17974
|
+
.cxd-Drawer--bottom.cxd-Modal--6th.cxd-Drawer--xl .cxd-Drawer-content {
|
|
17825
17975
|
height: calc(var(--Drawer-widthXl) - 100px);
|
|
17826
17976
|
}
|
|
17827
17977
|
}
|
|
@@ -17980,7 +18130,7 @@ input[type=button].cxd-Button--block {
|
|
|
17980
18130
|
margin-top: calc(var(--Tooltip-arrow-height) * -1 - 0.125rem);
|
|
17981
18131
|
}
|
|
17982
18132
|
.cxd-Tooltip--top .cxd-Tooltip-arrow {
|
|
17983
|
-
bottom: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18133
|
+
bottom: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
17984
18134
|
}
|
|
17985
18135
|
.cxd-Tooltip--top .cxd-Tooltip-arrow::before,
|
|
17986
18136
|
.cxd-Tooltip--top .cxd-Tooltip-arrow::after {
|
|
@@ -18018,7 +18168,7 @@ input[type=button].cxd-Button--block {
|
|
|
18018
18168
|
margin-top: calc(var(--Tooltip-arrow-height) + 0.125rem);
|
|
18019
18169
|
}
|
|
18020
18170
|
.cxd-Tooltip--bottom .cxd-Tooltip-arrow {
|
|
18021
|
-
top: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18171
|
+
top: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18022
18172
|
}
|
|
18023
18173
|
.cxd-Tooltip--bottom .cxd-Tooltip-arrow::before,
|
|
18024
18174
|
.cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
|
|
@@ -18046,7 +18196,7 @@ input[type=button].cxd-Button--block {
|
|
|
18046
18196
|
}
|
|
18047
18197
|
.cxd-Tooltip--left .cxd-Tooltip-arrow {
|
|
18048
18198
|
left: auto;
|
|
18049
|
-
right: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
18199
|
+
right: calc( (var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1 );
|
|
18050
18200
|
width: var(--Tooltip-arrow-height);
|
|
18051
18201
|
height: var(--Tooltip-arrow-width);
|
|
18052
18202
|
margin-top: calc(var(--Tooltip-arrow-width) * -1 / 2);
|
|
@@ -18069,8 +18219,8 @@ input[type=button].cxd-Button--block {
|
|
|
18069
18219
|
font-size: var(--fontSizeBase);
|
|
18070
18220
|
color: var(--Tooltip-title-color);
|
|
18071
18221
|
font-weight: var(--Tooltip-fontWeight);
|
|
18072
|
-
border-top-left-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18073
|
-
border-top-right-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18222
|
+
border-top-left-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
18223
|
+
border-top-right-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
|
18074
18224
|
font-weight: var(--Tooltip-title-fontWeight);
|
|
18075
18225
|
}
|
|
18076
18226
|
.cxd-Tooltip-title:empty {
|
|
@@ -18365,7 +18515,9 @@ input[type=button].cxd-Button--block {
|
|
|
18365
18515
|
margin-left: var(--gap-sm);
|
|
18366
18516
|
}
|
|
18367
18517
|
.cxd-PopUp-confirm {
|
|
18518
|
+
color: var(--PopUp-confirmAction-color);
|
|
18368
18519
|
margin-right: var(--gap-sm);
|
|
18520
|
+
border: none;
|
|
18369
18521
|
}
|
|
18370
18522
|
.cxd-PopUp-content {
|
|
18371
18523
|
overflow-y: auto;
|
|
@@ -18373,6 +18525,9 @@ input[type=button].cxd-Button--block {
|
|
|
18373
18525
|
display: flex;
|
|
18374
18526
|
flex: 1;
|
|
18375
18527
|
}
|
|
18528
|
+
.cxd-PopUp-content > div {
|
|
18529
|
+
flex: 1;
|
|
18530
|
+
}
|
|
18376
18531
|
.cxd-PopUp > * {
|
|
18377
18532
|
position: relative;
|
|
18378
18533
|
z-index: 2;
|
|
@@ -18396,7 +18551,8 @@ input[type=button].cxd-Button--block {
|
|
|
18396
18551
|
margin-top: -0.25rem;
|
|
18397
18552
|
}
|
|
18398
18553
|
.cxd-PopUp-safearea {
|
|
18399
|
-
|
|
18554
|
+
padding-bottom: constant(safe-area-inset-bottom);
|
|
18555
|
+
padding-bottom: env(safe-area-inset-bottom);
|
|
18400
18556
|
}
|
|
18401
18557
|
.cxd-PickerColumns {
|
|
18402
18558
|
position: relative;
|
|
@@ -18432,10 +18588,10 @@ input[type=button].cxd-Button--block {
|
|
|
18432
18588
|
background-color: none !important;
|
|
18433
18589
|
}
|
|
18434
18590
|
.cxd-PickerColumns-confirm {
|
|
18435
|
-
color: var(--PickerColumns-confirmAction-color)
|
|
18591
|
+
color: var(--PickerColumns-confirmAction-color);
|
|
18436
18592
|
}
|
|
18437
18593
|
.cxd-PickerColumns-cancel {
|
|
18438
|
-
color: var(--PickerColumns-cancelAction-color)
|
|
18594
|
+
color: var(--PickerColumns-cancelAction-color);
|
|
18439
18595
|
}
|
|
18440
18596
|
.cxd-PickerColumns-title {
|
|
18441
18597
|
max-width: 50%;
|
|
@@ -18491,7 +18647,7 @@ input[type=button].cxd-Button--block {
|
|
|
18491
18647
|
z-index: 1;
|
|
18492
18648
|
width: 100%;
|
|
18493
18649
|
height: 100%;
|
|
18494
|
-
background-image: linear-gradient(180deg,
|
|
18650
|
+
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
|
|
18495
18651
|
background-repeat: no-repeat;
|
|
18496
18652
|
background-position: top, bottom;
|
|
18497
18653
|
transform: translateZ(0);
|
|
@@ -19138,6 +19294,16 @@ input[type=button].cxd-Button--block {
|
|
|
19138
19294
|
height: 100%;
|
|
19139
19295
|
overflow-x: hidden;
|
|
19140
19296
|
}
|
|
19297
|
+
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links.is-mobile {
|
|
19298
|
+
overflow-x: auto;
|
|
19299
|
+
-ms-overflow-style: none;
|
|
19300
|
+
overflow: -moz-scrollbars-none;
|
|
19301
|
+
}
|
|
19302
|
+
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links.is-mobile::-webkit-scrollbar {
|
|
19303
|
+
display: none;
|
|
19304
|
+
width: 0 !important;
|
|
19305
|
+
height: 0 !important;
|
|
19306
|
+
}
|
|
19141
19307
|
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-links-drag {
|
|
19142
19308
|
position: absolute;
|
|
19143
19309
|
height: 100%;
|
|
@@ -20078,6 +20244,7 @@ input[type=button].cxd-Button--block {
|
|
|
20078
20244
|
background-color: var(--Layout-light-backgroundColor);
|
|
20079
20245
|
font-size: var(--Nav-item-fontSize);
|
|
20080
20246
|
line-height: var(--Nav-Item-height);
|
|
20247
|
+
min-height: 10px;
|
|
20081
20248
|
}
|
|
20082
20249
|
.cxd-Nav-horizontal {
|
|
20083
20250
|
line-height: var(--Nav-Item-height--horizontal);
|
|
@@ -20193,13 +20360,14 @@ input[type=button].cxd-Button--block {
|
|
|
20193
20360
|
min-width: var(--Page-aside-width);
|
|
20194
20361
|
max-width: var(--Page-aside-maxWidth);
|
|
20195
20362
|
}
|
|
20363
|
+
|
|
20196
20364
|
.cxd-Page--withSidebar {
|
|
20197
20365
|
display: flex;
|
|
20198
20366
|
flex-direction: row;
|
|
20199
20367
|
align-items: stretch;
|
|
20200
20368
|
}
|
|
20201
20369
|
.cxd-Page--withSidebar > .cxd-Page-content,
|
|
20202
|
-
|
|
20370
|
+
.cxd-Page--withSidebar > .cxd-PullRefresh {
|
|
20203
20371
|
width: 0;
|
|
20204
20372
|
flex-grow: 1;
|
|
20205
20373
|
}
|
|
@@ -20615,9 +20783,6 @@ input[type=button].cxd-Button--block {
|
|
|
20615
20783
|
box-shadow: none;
|
|
20616
20784
|
margin: 0 calc(var(--Panel-body-paddingTop) * -1) calc(var(--Panel-marginBottom) / 2);
|
|
20617
20785
|
}
|
|
20618
|
-
.cxd-Panel--form .cxd-Panel-body {
|
|
20619
|
-
padding: 0 var(--gap-md) var(--gap-md);
|
|
20620
|
-
}
|
|
20621
20786
|
.cxd-Panel--form > .cxd-Panel-heading {
|
|
20622
20787
|
background: none;
|
|
20623
20788
|
border: none;
|
|
@@ -20816,6 +20981,7 @@ input[type=button].cxd-Button--block {
|
|
|
20816
20981
|
position: relative;
|
|
20817
20982
|
display: inline-flex;
|
|
20818
20983
|
vertical-align: middle;
|
|
20984
|
+
flex-wrap: wrap;
|
|
20819
20985
|
}
|
|
20820
20986
|
.cxd-ButtonGroup > .cxd-Button {
|
|
20821
20987
|
position: relative;
|
|
@@ -21011,10 +21177,6 @@ input[type=button].cxd-Button--block {
|
|
|
21011
21177
|
-webkit-text-decoration: var(--link-decoration);
|
|
21012
21178
|
text-decoration: var(--link-decoration);
|
|
21013
21179
|
}
|
|
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
21180
|
.cxd-DropDown-menuItem.is-active, .cxd-DropDown-menu > li.is-active {
|
|
21019
21181
|
background: var(--DropDown-menuItem-onHover-bg);
|
|
21020
21182
|
color: var(--DropDown-menuItem-onActive-color);
|
|
@@ -21052,6 +21214,10 @@ input[type=button].cxd-Button--block {
|
|
|
21052
21214
|
.cxd-DropDown-menuItem.cxd-DropDown-groupTitle ~ .cxd-DropDown-button, .cxd-DropDown-menu > li.cxd-DropDown-groupTitle ~ .cxd-DropDown-button {
|
|
21053
21215
|
padding-left: var(--gap-lg);
|
|
21054
21216
|
}
|
|
21217
|
+
.cxd-DropDown-menuItem:hover, .cxd-DropDown-menu:not(.is-mobile) > li:hover {
|
|
21218
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
|
21219
|
+
color: var(--DropDown-menuItem-onHover-color);
|
|
21220
|
+
}
|
|
21055
21221
|
.cxd-DropDown-menu > li a {
|
|
21056
21222
|
color: inherit;
|
|
21057
21223
|
display: block;
|
|
@@ -21169,7 +21335,8 @@ input[type=button].cxd-Button--block {
|
|
|
21169
21335
|
.cxd-CalendarMobile {
|
|
21170
21336
|
height: 100%;
|
|
21171
21337
|
width: 100%;
|
|
21172
|
-
overflow: scroll;
|
|
21338
|
+
overflow-y: scroll;
|
|
21339
|
+
overflow-x: hidden;
|
|
21173
21340
|
}
|
|
21174
21341
|
.cxd-CalendarMobile-pop {
|
|
21175
21342
|
position: fixed;
|
|
@@ -21182,11 +21349,19 @@ input[type=button].cxd-Button--block {
|
|
|
21182
21349
|
overflow: hidden;
|
|
21183
21350
|
border-width: 0;
|
|
21184
21351
|
}
|
|
21352
|
+
.cxd-CalendarMobile-pop--quarters, .cxd-CalendarMobile-pop--months {
|
|
21353
|
+
height: 25rem;
|
|
21354
|
+
}
|
|
21185
21355
|
.cxd-CalendarMobile-pop--time {
|
|
21186
|
-
height:
|
|
21187
|
-
height: fit-content;
|
|
21356
|
+
height: 22.5rem;
|
|
21188
21357
|
max-height: 90vh;
|
|
21189
21358
|
}
|
|
21359
|
+
.cxd-CalendarMobile-pop--time .cxd-PopUp-content {
|
|
21360
|
+
overflow: hidden;
|
|
21361
|
+
}
|
|
21362
|
+
.cxd-CalendarMobile-pop--years {
|
|
21363
|
+
height: 22.5rem;
|
|
21364
|
+
}
|
|
21190
21365
|
.cxd-CalendarMobile-wrap {
|
|
21191
21366
|
display: flex;
|
|
21192
21367
|
flex-direction: column;
|
|
@@ -21252,6 +21427,7 @@ input[type=button].cxd-Button--block {
|
|
|
21252
21427
|
overflow-y: scroll;
|
|
21253
21428
|
}
|
|
21254
21429
|
.cxd-CalendarMobile-body table {
|
|
21430
|
+
padding: 0;
|
|
21255
21431
|
border-spacing: 0 0.25rem;
|
|
21256
21432
|
}
|
|
21257
21433
|
.cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
|
@@ -21278,14 +21454,15 @@ input[type=button].cxd-Button--block {
|
|
|
21278
21454
|
background: transparent;
|
|
21279
21455
|
}
|
|
21280
21456
|
.cxd-CalendarMobile-body .calendar-wrap {
|
|
21281
|
-
position: relative;
|
|
21282
21457
|
width: 3.125rem;
|
|
21458
|
+
position: relative;
|
|
21283
21459
|
height: 100%;
|
|
21284
21460
|
text-align: center;
|
|
21285
21461
|
display: inline-flex;
|
|
21286
21462
|
align-items: center;
|
|
21287
21463
|
justify-content: center;
|
|
21288
21464
|
border-radius: 0.25rem;
|
|
21465
|
+
padding: 0 0.625rem;
|
|
21289
21466
|
}
|
|
21290
21467
|
.cxd-CalendarMobile-embed .cxd-CalendarMobile-body .calendar-wrap {
|
|
21291
21468
|
width: auto;
|
|
@@ -21295,6 +21472,7 @@ input[type=button].cxd-Button--block {
|
|
|
21295
21472
|
flex-shrink: 0;
|
|
21296
21473
|
}
|
|
21297
21474
|
.cxd-CalendarMobile-footer .date-range-confirm {
|
|
21475
|
+
width: 100%;
|
|
21298
21476
|
height: 2.25rem;
|
|
21299
21477
|
margin: 0.4375rem 0;
|
|
21300
21478
|
border-radius: var(--borderRadiusMd);
|
|
@@ -21302,13 +21480,6 @@ input[type=button].cxd-Button--block {
|
|
|
21302
21480
|
justify-content: center;
|
|
21303
21481
|
align-items: center;
|
|
21304
21482
|
}
|
|
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
21483
|
.cxd-CalendarMobile-footer-toolbar {
|
|
21313
21484
|
padding: 0 1rem;
|
|
21314
21485
|
}
|
|
@@ -21322,11 +21493,11 @@ input[type=button].cxd-Button--block {
|
|
|
21322
21493
|
line-height: 3rem;
|
|
21323
21494
|
}
|
|
21324
21495
|
.cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers {
|
|
21325
|
-
|
|
21496
|
+
padding-left: revert;
|
|
21326
21497
|
white-space: nowrap;
|
|
21327
|
-
|
|
21328
|
-
|
|
21329
|
-
|
|
21498
|
+
line-height: inherit;
|
|
21499
|
+
display: flex;
|
|
21500
|
+
justify-content: space-between;
|
|
21330
21501
|
}
|
|
21331
21502
|
.cxd-CalendarMobile-footer .cxd-DatePicker-shortcuts {
|
|
21332
21503
|
width: auto;
|
|
@@ -21464,6 +21635,15 @@ input[type=button].cxd-Button--block {
|
|
|
21464
21635
|
background: var(--Collapse-header-onHover-bg);
|
|
21465
21636
|
color: var(--collapse-default-header-hover-color);
|
|
21466
21637
|
}
|
|
21638
|
+
.cxd-Collapse-header.is-mobile {
|
|
21639
|
+
background: none;
|
|
21640
|
+
border-radius: 0 !important;
|
|
21641
|
+
position: relative;
|
|
21642
|
+
padding-left: 0;
|
|
21643
|
+
}
|
|
21644
|
+
.cxd-Collapse-header.is-mobile:hover {
|
|
21645
|
+
background: none;
|
|
21646
|
+
}
|
|
21467
21647
|
.cxd-Collapse .Collapse-arrow {
|
|
21468
21648
|
content: var(--collapse-icon-icon);
|
|
21469
21649
|
}
|
|
@@ -21537,6 +21717,24 @@ input[type=button].cxd-Button--block {
|
|
|
21537
21717
|
line-height: var(--collapse-default-content-lineHeight);
|
|
21538
21718
|
background: var(--collapse-default-bg-color);
|
|
21539
21719
|
}
|
|
21720
|
+
.cxd-Collapse.is-mobile {
|
|
21721
|
+
border-top: none;
|
|
21722
|
+
border-left: none;
|
|
21723
|
+
border-right: none;
|
|
21724
|
+
}
|
|
21725
|
+
.cxd-Collapse.is-mobile:last-child {
|
|
21726
|
+
border-bottom: none;
|
|
21727
|
+
}
|
|
21728
|
+
.cxd-Collapse.is-mobile .cxd-Collapse-icon-tranform,
|
|
21729
|
+
.cxd-Collapse.is-mobile .cxd-Collapse-arrow-wrap {
|
|
21730
|
+
margin-right: -1.125rem;
|
|
21731
|
+
float: right;
|
|
21732
|
+
margin-top: 0.125rem;
|
|
21733
|
+
}
|
|
21734
|
+
.cxd-Collapse.is-mobile .cxd-Collapse-content {
|
|
21735
|
+
padding-left: 0;
|
|
21736
|
+
padding-right: 0;
|
|
21737
|
+
}
|
|
21540
21738
|
.cxd-Form .cxd-Collapse {
|
|
21541
21739
|
border: none;
|
|
21542
21740
|
}
|
|
@@ -21571,7 +21769,7 @@ input[type=button].cxd-Button--block {
|
|
|
21571
21769
|
.cxd-CollapseGroup .cxd-Collapse:first-child:nth-last-child(1) > .cxd-Collapse-header {
|
|
21572
21770
|
border-radius: 4px;
|
|
21573
21771
|
}
|
|
21574
|
-
.cxd-CollapseGroup .cxd-Collapse:not(:last-child) {
|
|
21772
|
+
.cxd-CollapseGroup .cxd-Collapse:not(:last-child):not(.is-mobile) {
|
|
21575
21773
|
border-bottom: none;
|
|
21576
21774
|
}
|
|
21577
21775
|
.cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-arrow-wrap {
|
|
@@ -21581,6 +21779,9 @@ input[type=button].cxd-Button--block {
|
|
|
21581
21779
|
.cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-icon-tranform {
|
|
21582
21780
|
float: right;
|
|
21583
21781
|
}
|
|
21782
|
+
.cxd-CollapseGroup.is-mobile.icon-position-right .cxd-Collapse-header .cxd-Collapse-arrow-wrap {
|
|
21783
|
+
margin-right: -1.125rem;
|
|
21784
|
+
}
|
|
21584
21785
|
.cxd-ColorField {
|
|
21585
21786
|
display: inline-block;
|
|
21586
21787
|
}
|
|
@@ -21597,6 +21798,9 @@ input[type=button].cxd-Button--block {
|
|
|
21597
21798
|
margin-left: 10px;
|
|
21598
21799
|
vertical-align: middle;
|
|
21599
21800
|
}
|
|
21801
|
+
.cxd-ConditionBuilderControl.is-mobile {
|
|
21802
|
+
overflow-x: auto;
|
|
21803
|
+
}
|
|
21600
21804
|
.cxd-CBGroup {
|
|
21601
21805
|
font-size: var(--fontSizeSm);
|
|
21602
21806
|
position: relative;
|
|
@@ -21755,6 +21959,7 @@ input[type=button].cxd-Button--block {
|
|
|
21755
21959
|
width: 0.625rem;
|
|
21756
21960
|
height: 0.625rem;
|
|
21757
21961
|
top: 0;
|
|
21962
|
+
transform: rotate(90deg);
|
|
21758
21963
|
}
|
|
21759
21964
|
.cxd-CBGroup-fieldInput.is-active .cxd-CBGroup-fieldCaret, .cxd-CBGroup-operatorInput.is-active .cxd-CBGroup-operatorCaret {
|
|
21760
21965
|
transform: rotate(180deg);
|
|
@@ -21857,7 +22062,12 @@ input[type=button].cxd-Button--block {
|
|
|
21857
22062
|
.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
22063
|
opacity: 0;
|
|
21859
22064
|
}
|
|
21860
|
-
.cxd-CBGroupOrItem:
|
|
22065
|
+
.cxd-CBGroupOrItem:is(.is-mobile) > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-group > .cxd-CBGroupOrItem-dragbar,
|
|
22066
|
+
.cxd-CBGroupOrItem:is(.is-mobile) > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBGroupOrItem-dragbar,
|
|
22067
|
+
.cxd-CBGroupOrItem:is(.is-mobile) > .cxd-CBGroupOrItem-body > .cxd-CBGroupOrItem-body-item > .cxd-CBDelete {
|
|
22068
|
+
opacity: 1;
|
|
22069
|
+
}
|
|
22070
|
+
.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
22071
|
opacity: 1;
|
|
21862
22072
|
}
|
|
21863
22073
|
.cxd-CBGroupOrItem-simple {
|
|
@@ -22348,9 +22558,7 @@ input[type=button].cxd-Button--block {
|
|
|
22348
22558
|
-webkit-user-select: none;
|
|
22349
22559
|
-moz-user-select: none;
|
|
22350
22560
|
user-select: none;
|
|
22351
|
-
line-height: calc(
|
|
22352
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22353
|
-
);
|
|
22561
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22354
22562
|
display: inline-block;
|
|
22355
22563
|
font-size: var(--Pick-base-value-fontSize);
|
|
22356
22564
|
color: var(--Pick-base-value-color);
|
|
@@ -22400,6 +22608,9 @@ input[type=button].cxd-Button--block {
|
|
|
22400
22608
|
display: inline-flex;
|
|
22401
22609
|
align-items: center;
|
|
22402
22610
|
}
|
|
22611
|
+
.cxd-Crud-toolbar-item.is-mobile {
|
|
22612
|
+
margin-top: 0;
|
|
22613
|
+
}
|
|
22403
22614
|
.cxd-Crud-toolbar-item--left:not(:first-child) {
|
|
22404
22615
|
margin-left: var(--Crud-toolbar-gap);
|
|
22405
22616
|
}
|
|
@@ -22435,6 +22646,9 @@ input[type=button].cxd-Button--block {
|
|
|
22435
22646
|
.cxd-Crud-filter {
|
|
22436
22647
|
margin-bottom: var(--gap-base);
|
|
22437
22648
|
}
|
|
22649
|
+
.cxd-Crud.is-mobile .cxd-Crud-toolbar {
|
|
22650
|
+
flex: 1;
|
|
22651
|
+
}
|
|
22438
22652
|
@media (min-width: 576px) {
|
|
22439
22653
|
.cxd-Crud-toolbar {
|
|
22440
22654
|
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
@@ -22466,7 +22680,7 @@ input[type=button].cxd-Button--block {
|
|
|
22466
22680
|
float: right;
|
|
22467
22681
|
}
|
|
22468
22682
|
.cxd-Crud-actions > * + .cxd-Button,
|
|
22469
|
-
|
|
22683
|
+
.cxd-Crud-actions > * + .cxd-Button--disabled-wrap {
|
|
22470
22684
|
margin-left: var(--Crud-toolbar-gap);
|
|
22471
22685
|
}
|
|
22472
22686
|
}
|
|
@@ -22487,9 +22701,7 @@ input[type=button].cxd-Button--block {
|
|
|
22487
22701
|
-webkit-user-select: none;
|
|
22488
22702
|
-moz-user-select: none;
|
|
22489
22703
|
user-select: none;
|
|
22490
|
-
line-height: calc(
|
|
22491
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22492
|
-
);
|
|
22704
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
22493
22705
|
display: inline-block;
|
|
22494
22706
|
font-size: var(--Pick-base-value-fontSize);
|
|
22495
22707
|
color: var(--Pick-base-value-color);
|
|
@@ -22600,7 +22812,7 @@ input[type=button].cxd-Button--block {
|
|
|
22600
22812
|
float: right;
|
|
22601
22813
|
}
|
|
22602
22814
|
.cxd-Crud-actions > * + .cxd-Button,
|
|
22603
|
-
|
|
22815
|
+
.cxd-Crud-actions > * + .cxd-Button--disabled-wrap {
|
|
22604
22816
|
margin-left: var(--Crud-toolbar-gap);
|
|
22605
22817
|
}
|
|
22606
22818
|
}
|
|
@@ -22682,7 +22894,7 @@ input[type=button].cxd-Button--block {
|
|
|
22682
22894
|
}
|
|
22683
22895
|
.cxd-Table-heading {
|
|
22684
22896
|
background: var(--Table-heading-bg);
|
|
22685
|
-
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
22897
|
+
padding: calc( ( var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase) ) / 2 ) var(--gap-sm);
|
|
22686
22898
|
}
|
|
22687
22899
|
.cxd-Table--unsaved .cxd-Table-heading {
|
|
22688
22900
|
background: var(--Table--unsaved-heading-bg);
|
|
@@ -22751,6 +22963,9 @@ input[type=button].cxd-Button--block {
|
|
|
22751
22963
|
display: flex;
|
|
22752
22964
|
align-items: center;
|
|
22753
22965
|
}
|
|
22966
|
+
.cxd-Table.is-mobile .cxd-Table-toolbar .cxd-Form-item {
|
|
22967
|
+
padding: 0;
|
|
22968
|
+
}
|
|
22754
22969
|
.cxd-Table-header + .cxd-Table-toolbar {
|
|
22755
22970
|
padding-top: 0;
|
|
22756
22971
|
}
|
|
@@ -23642,6 +23857,14 @@ input[type=button].cxd-Button--block {
|
|
|
23642
23857
|
.cxd-Table-table > thead > tr > th.cxd-TableCell--filterable > .cxd-TableCell--title {
|
|
23643
23858
|
display: inline-block;
|
|
23644
23859
|
}
|
|
23860
|
+
.cxd-Table.is-mobile .cxd-Table-table > tbody > tr:hover, .cxd-Table.is-mobile .cxd-Table-table > tbody > tr.is-hovered {
|
|
23861
|
+
background: var(--Table-bg);
|
|
23862
|
+
border-color: var(--Table-borderColor);
|
|
23863
|
+
color: var(--Table-color);
|
|
23864
|
+
}
|
|
23865
|
+
.cxd-Table.is-mobile .cxd-Table-table > tbody > tr:hover + tr, .cxd-Table.is-mobile .cxd-Table-table > tbody > tr.is-hovered + tr {
|
|
23866
|
+
border-color: var(--Table-borderColor);
|
|
23867
|
+
}
|
|
23645
23868
|
.cxd-TableCell-sortBtn, .cxd-TableCell-searchBtn, .cxd-TableCell-filterBtn {
|
|
23646
23869
|
display: inline-block;
|
|
23647
23870
|
vertical-align: top;
|
|
@@ -23996,7 +24219,7 @@ input[type=button].cxd-Button--block {
|
|
|
23996
24219
|
padding: var(--table-size-large-paddingTop) var(--table-size-large-paddingRight) var(--table-size-large-paddingBottom) var(--table-size-large-paddingLeft);
|
|
23997
24220
|
}
|
|
23998
24221
|
.cxd-Table2.cxd-Table-large .cxd-TableCell-filterBtn {
|
|
23999
|
-
right: calc(var(--table-size-large-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
24222
|
+
right: calc( var(--table-size-large-paddingRight) - var(--TableCell-filterBtn-width) / 2 );
|
|
24000
24223
|
}
|
|
24001
24224
|
.cxd-Table2.cxd-Table-small .cxd-Table-table > thead > tr > th {
|
|
24002
24225
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
@@ -24009,7 +24232,7 @@ input[type=button].cxd-Button--block {
|
|
|
24009
24232
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
24010
24233
|
}
|
|
24011
24234
|
.cxd-Table2.cxd-Table-small .cxd-TableCell-filterBtn {
|
|
24012
|
-
right: calc(var(--table-size-small-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
24235
|
+
right: calc( var(--table-size-small-paddingRight) - var(--TableCell-filterBtn-width) / 2 );
|
|
24013
24236
|
}
|
|
24014
24237
|
.cxd-Table2 .cxd-Table-title,
|
|
24015
24238
|
.cxd-Table2 .cxd-Table-footer {
|
|
@@ -24888,15 +25111,15 @@ input[type=button].cxd-Button--block {
|
|
|
24888
25111
|
background: var(--Table-tree-borderColor);
|
|
24889
25112
|
}
|
|
24890
25113
|
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-TableCell--sortable {
|
|
24891
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-sortBtn-width));
|
|
25114
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-sortBtn-width) );
|
|
24892
25115
|
position: relative;
|
|
24893
25116
|
}
|
|
24894
25117
|
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-TableCell--searchable {
|
|
24895
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-searchBtn-width));
|
|
25118
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-searchBtn-width) );
|
|
24896
25119
|
position: relative;
|
|
24897
25120
|
}
|
|
24898
25121
|
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-TableCell--filterable {
|
|
24899
|
-
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-filterBtn-width));
|
|
25122
|
+
padding-right: calc( var(--TableCell-paddingX) + var(--TableCell-filterBtn-width) );
|
|
24900
25123
|
position: relative;
|
|
24901
25124
|
}
|
|
24902
25125
|
.cxd-Table2 .cxd-Table-table > tbody > tr.cxd-Table-row-disabled {
|
|
@@ -25279,10 +25502,6 @@ input[type=button].cxd-Button--block {
|
|
|
25279
25502
|
text-decoration: var(--link-decoration);
|
|
25280
25503
|
background: var(--table-togglable-bg-color);
|
|
25281
25504
|
}
|
|
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
25505
|
.cxd-ColumnToggler-menuItem.is-active, .cxd-ColumnToggler-menu > li.is-active {
|
|
25287
25506
|
color: var(--DropDown-menuItem-onActive-color);
|
|
25288
25507
|
}
|
|
@@ -25301,6 +25520,10 @@ input[type=button].cxd-Button--block {
|
|
|
25301
25520
|
background: var(--DropDown-menu-borderColor);
|
|
25302
25521
|
padding: 0;
|
|
25303
25522
|
}
|
|
25523
|
+
.cxd-ColumnToggler-menu:not(.is-mobile) > li:hover {
|
|
25524
|
+
background: var(--table-togglable-hover-bg-color);
|
|
25525
|
+
color: var(--DropDown-menuItem-onHover-color);
|
|
25526
|
+
}
|
|
25304
25527
|
.cxd-ColumnToggler-menu > li a {
|
|
25305
25528
|
color: inherit;
|
|
25306
25529
|
display: block;
|
|
@@ -25739,26 +25962,32 @@ input[type=button].cxd-Button--block {
|
|
|
25739
25962
|
-moz-column-count: 12;
|
|
25740
25963
|
column-count: 12;
|
|
25741
25964
|
}
|
|
25965
|
+
|
|
25742
25966
|
.cxd-Cards--masonrySm2 {
|
|
25743
25967
|
-moz-column-count: 6;
|
|
25744
25968
|
column-count: 6;
|
|
25745
25969
|
}
|
|
25970
|
+
|
|
25746
25971
|
.cxd-Cards--masonrySm3 {
|
|
25747
25972
|
-moz-column-count: 4;
|
|
25748
25973
|
column-count: 4;
|
|
25749
25974
|
}
|
|
25975
|
+
|
|
25750
25976
|
.cxd-Cards--masonrySm4 {
|
|
25751
25977
|
-moz-column-count: 3;
|
|
25752
25978
|
column-count: 3;
|
|
25753
25979
|
}
|
|
25980
|
+
|
|
25754
25981
|
.cxd-Cards--masonrySm6 {
|
|
25755
25982
|
-moz-column-count: 2;
|
|
25756
25983
|
column-count: 2;
|
|
25757
25984
|
}
|
|
25985
|
+
|
|
25758
25986
|
.cxd-Cards--masonrySm12 {
|
|
25759
25987
|
-moz-column-count: 1;
|
|
25760
25988
|
column-count: 1;
|
|
25761
25989
|
}
|
|
25990
|
+
|
|
25762
25991
|
.cxd-Cards-toolbar {
|
|
25763
25992
|
display: flex;
|
|
25764
25993
|
flex-wrap: wrap;
|
|
@@ -25769,22 +25998,27 @@ input[type=button].cxd-Button--block {
|
|
|
25769
25998
|
-moz-column-count: 12;
|
|
25770
25999
|
column-count: 12;
|
|
25771
26000
|
}
|
|
26001
|
+
|
|
25772
26002
|
.cxd-Cards--masonryMd2 {
|
|
25773
26003
|
-moz-column-count: 6;
|
|
25774
26004
|
column-count: 6;
|
|
25775
26005
|
}
|
|
26006
|
+
|
|
25776
26007
|
.cxd-Cards--masonryMd3 {
|
|
25777
26008
|
-moz-column-count: 4;
|
|
25778
26009
|
column-count: 4;
|
|
25779
26010
|
}
|
|
26011
|
+
|
|
25780
26012
|
.cxd-Cards--masonryMd4 {
|
|
25781
26013
|
-moz-column-count: 3;
|
|
25782
26014
|
column-count: 3;
|
|
25783
26015
|
}
|
|
26016
|
+
|
|
25784
26017
|
.cxd-Cards--masonryMd6 {
|
|
25785
26018
|
-moz-column-count: 2;
|
|
25786
26019
|
column-count: 2;
|
|
25787
26020
|
}
|
|
26021
|
+
|
|
25788
26022
|
.cxd-Cards--masonryMd12 {
|
|
25789
26023
|
-moz-column-count: 1;
|
|
25790
26024
|
column-count: 1;
|
|
@@ -25795,22 +26029,27 @@ input[type=button].cxd-Button--block {
|
|
|
25795
26029
|
-moz-column-count: 12;
|
|
25796
26030
|
column-count: 12;
|
|
25797
26031
|
}
|
|
26032
|
+
|
|
25798
26033
|
.cxd-Cards--masonryLg2 {
|
|
25799
26034
|
-moz-column-count: 6;
|
|
25800
26035
|
column-count: 6;
|
|
25801
26036
|
}
|
|
26037
|
+
|
|
25802
26038
|
.cxd-Cards--masonryLg3 {
|
|
25803
26039
|
-moz-column-count: 4;
|
|
25804
26040
|
column-count: 4;
|
|
25805
26041
|
}
|
|
26042
|
+
|
|
25806
26043
|
.cxd-Cards--masonryLg4 {
|
|
25807
26044
|
-moz-column-count: 3;
|
|
25808
26045
|
column-count: 3;
|
|
25809
26046
|
}
|
|
26047
|
+
|
|
25810
26048
|
.cxd-Cards--masonryLg6 {
|
|
25811
26049
|
-moz-column-count: 2;
|
|
25812
26050
|
column-count: 2;
|
|
25813
26051
|
}
|
|
26052
|
+
|
|
25814
26053
|
.cxd-Cards--masonryLg12 {
|
|
25815
26054
|
-moz-column-count: 1;
|
|
25816
26055
|
column-count: 1;
|
|
@@ -27006,7 +27245,7 @@ input[type=button].cxd-Button--block {
|
|
|
27006
27245
|
pointer-events: none;
|
|
27007
27246
|
}
|
|
27008
27247
|
.cxd-ImageGallery-prevList:hover, .cxd-ImageGallery-nextList:hover {
|
|
27009
|
-
background:
|
|
27248
|
+
background: black;
|
|
27010
27249
|
color: #fff;
|
|
27011
27250
|
}
|
|
27012
27251
|
.cxd-ImageGallery-itemsWrap {
|
|
@@ -27410,6 +27649,23 @@ input[type=button].cxd-Button--block {
|
|
|
27410
27649
|
.cxd-InputBox.is-active .cxd-InputBox-caret {
|
|
27411
27650
|
transform: rotate(180deg);
|
|
27412
27651
|
}
|
|
27652
|
+
.cxd-InputBox.is-mobile {
|
|
27653
|
+
border: none;
|
|
27654
|
+
border-radius: 0;
|
|
27655
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
27656
|
+
}
|
|
27657
|
+
.cxd-InputBox.is-mobile.is-error, .is-error > .cxd-InputBox.is-mobile {
|
|
27658
|
+
border-bottom-color: var(--Form-input-onError-borderColor);
|
|
27659
|
+
}
|
|
27660
|
+
.cxd-InputBox.is-mobile.is-focused {
|
|
27661
|
+
border-bottom-color: var(--Form-input-onFocused-borderColor);
|
|
27662
|
+
}
|
|
27663
|
+
.cxd-InputBox.is-mobile.is-error.is-focused {
|
|
27664
|
+
border-bottom-color: var(--Form-input-onError-borderColor);
|
|
27665
|
+
}
|
|
27666
|
+
.cxd-InputBox.is-mobile.is-disabled {
|
|
27667
|
+
border-bottom-color: var(--Form-input-onDisabled-borderColor);
|
|
27668
|
+
}
|
|
27413
27669
|
.cxd-JSONSchemaMember {
|
|
27414
27670
|
display: flex;
|
|
27415
27671
|
flex-direction: row;
|
|
@@ -27434,6 +27690,18 @@ input[type=button].cxd-Button--block {
|
|
|
27434
27690
|
align-items: center;
|
|
27435
27691
|
color: var(--Form-input-color);
|
|
27436
27692
|
}
|
|
27693
|
+
.cxd-JSONSchemaMember-key.is-mobile > span {
|
|
27694
|
+
border-radius: 0;
|
|
27695
|
+
border: none;
|
|
27696
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
27697
|
+
}
|
|
27698
|
+
.cxd-JSONSchemaMember-key.is-mobile .cxd-InputBox {
|
|
27699
|
+
height: 100%;
|
|
27700
|
+
line-height: 1;
|
|
27701
|
+
}
|
|
27702
|
+
.cxd-JSONSchemaMember-key.is-mobile .cxd-InputBox > .cxd-InputBox-caret svg {
|
|
27703
|
+
top: 0.125em;
|
|
27704
|
+
}
|
|
27437
27705
|
.cxd-JSONSchemaMember-value {
|
|
27438
27706
|
flex: 1;
|
|
27439
27707
|
margin-left: auto;
|
|
@@ -27514,6 +27782,10 @@ input[type=button].cxd-Button--block {
|
|
|
27514
27782
|
left: -33px;
|
|
27515
27783
|
border-top: dashed 1px var(--icon-color);
|
|
27516
27784
|
}
|
|
27785
|
+
.cxd-JSONSchemaObject.is-mobile .cxd-Number {
|
|
27786
|
+
border-radius: 0;
|
|
27787
|
+
border-bottom: var(--Number-borderWidth) solid var(--Form-input-borderColor);
|
|
27788
|
+
}
|
|
27517
27789
|
.cxd-SchemaEditorProps {
|
|
27518
27790
|
width: 100%;
|
|
27519
27791
|
}
|
|
@@ -27877,7 +28149,7 @@ input[type=button].cxd-Button--block {
|
|
|
27877
28149
|
align-items: center;
|
|
27878
28150
|
overflow-x: hidden;
|
|
27879
28151
|
overflow-y: auto;
|
|
27880
|
-
max-height: calc((var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5);
|
|
28152
|
+
max-height: calc( (var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5 );
|
|
27881
28153
|
}
|
|
27882
28154
|
.cxd-ResultBox-overflow.cxd-Tooltip--dark .cxd-ResultBox-overflow-wrapper .cxd-ResultBox-value {
|
|
27883
28155
|
color: var(--white);
|
|
@@ -27897,6 +28169,9 @@ input[type=button].cxd-Button--block {
|
|
|
27897
28169
|
border: none;
|
|
27898
28170
|
justify-content: flex-end;
|
|
27899
28171
|
}
|
|
28172
|
+
.cxd-ResultBox.is-mobile.is-focused, .cxd-ResultBox.is-mobile:hover {
|
|
28173
|
+
border: none !important;
|
|
28174
|
+
}
|
|
27900
28175
|
.cxd-ResultBox.is-mobile .cxd-ResultBox-clear {
|
|
27901
28176
|
padding: var(--Form-input-clearBtn-padding);
|
|
27902
28177
|
cursor: pointer;
|
|
@@ -28057,6 +28332,11 @@ input[type=button].cxd-Button--block {
|
|
|
28057
28332
|
background: var(--SearchBox-enhonce-disabled-color);
|
|
28058
28333
|
color: var(--SearchBox-enhonce-disabled-search-color);
|
|
28059
28334
|
}
|
|
28335
|
+
.cxd-SearchBox.is-mobile {
|
|
28336
|
+
border-radius: 0;
|
|
28337
|
+
border: none;
|
|
28338
|
+
border-bottom: var(--borderWidth) solid var(--borderColor);
|
|
28339
|
+
}
|
|
28060
28340
|
.cxd-SearchBox-history > .is-history {
|
|
28061
28341
|
width: 100%;
|
|
28062
28342
|
}
|
|
@@ -28108,7 +28388,7 @@ input[type=button].cxd-Button--block {
|
|
|
28108
28388
|
padding: 0 var(--gap-md);
|
|
28109
28389
|
overflow-x: hidden;
|
|
28110
28390
|
overflow-y: auto;
|
|
28111
|
-
max-height: calc(var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2);
|
|
28391
|
+
max-height: calc( var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2 );
|
|
28112
28392
|
}
|
|
28113
28393
|
.cxd-SearchBox-history .cxd-SearchBox-history-tag {
|
|
28114
28394
|
display: inlin-flex;
|
|
@@ -28162,7 +28442,7 @@ input[type=button].cxd-Button--block {
|
|
|
28162
28442
|
.cxd-ListMenu-groupLabel {
|
|
28163
28443
|
font-size: var(--fontSizeXs);
|
|
28164
28444
|
color: var(--text--muted-color);
|
|
28165
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--gap-sm)) / 2) 0 0 calc(var(--Form-select-paddingX) - var(--gap-xs));
|
|
28445
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--gap-sm) ) / 2 ) 0 0 calc(var(--Form-select-paddingX) - var(--gap-xs));
|
|
28166
28446
|
}
|
|
28167
28447
|
.cxd-ListMenu-group:not(:first-child) > .cxd-ListMenu-groupLabel {
|
|
28168
28448
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
|
@@ -28174,7 +28454,7 @@ input[type=button].cxd-Button--block {
|
|
|
28174
28454
|
line-height: var(--Form-input-lineHeight);
|
|
28175
28455
|
font-size: var(--Form-input-fontSize);
|
|
28176
28456
|
cursor: pointer;
|
|
28177
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28457
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
28178
28458
|
}
|
|
28179
28459
|
.cxd-ListMenu-item.is-active {
|
|
28180
28460
|
color: var(--ListMenu-item--onActive-color);
|
|
@@ -28195,7 +28475,40 @@ input[type=button].cxd-Button--block {
|
|
|
28195
28475
|
line-height: var(--Form-input-lineHeight);
|
|
28196
28476
|
font-size: var(--Form-input-fontSize);
|
|
28197
28477
|
cursor: pointer;
|
|
28198
|
-
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28478
|
+
padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
28479
|
+
}
|
|
28480
|
+
.cxd-ListMenu.is-mobile {
|
|
28481
|
+
display: flex;
|
|
28482
|
+
flex-wrap: wrap;
|
|
28483
|
+
}
|
|
28484
|
+
.cxd-ListMenu.is-mobile .cxd-ListMenu-item {
|
|
28485
|
+
width: calc((100vw - var(--ListMenu-item-mobile-margin) * 7) / 3);
|
|
28486
|
+
display: inline-flex;
|
|
28487
|
+
background: var(--ListMenu-item-mobile-bg);
|
|
28488
|
+
margin: var(--ListMenu-item-mobile-margin);
|
|
28489
|
+
}
|
|
28490
|
+
.cxd-ListMenu.is-mobile .cxd-ListMenu-item.is-active {
|
|
28491
|
+
background: var(--ListMenu-item-mobile-active-bg);
|
|
28492
|
+
}
|
|
28493
|
+
.cxd-ListMenu.is-mobile .cxd-ListMenu-item .cxd-ListMenu-itemLabel {
|
|
28494
|
+
white-space: nowrap;
|
|
28495
|
+
overflow: hidden;
|
|
28496
|
+
text-overflow: ellipsis;
|
|
28497
|
+
}
|
|
28498
|
+
.cxd-ListMenu-add-wrap {
|
|
28499
|
+
display: flex;
|
|
28500
|
+
align-items: center;
|
|
28501
|
+
margin: var(--ListMenu-item-mobile-margin);
|
|
28502
|
+
text-align: left;
|
|
28503
|
+
}
|
|
28504
|
+
.cxd-ListMenu-add-wrap .cxd-ResultBox {
|
|
28505
|
+
width: 100%;
|
|
28506
|
+
}
|
|
28507
|
+
.cxd-ListMenu-add-wrap input {
|
|
28508
|
+
width: 100%;
|
|
28509
|
+
padding: var(--Form-item-mobile-gap) 0;
|
|
28510
|
+
border-bottom: 1px solid var(--borderColor);
|
|
28511
|
+
border-radius: 0;
|
|
28199
28512
|
}
|
|
28200
28513
|
.cxd-PopOver > .cxd-ListMenu {
|
|
28201
28514
|
border-color: var(--listMenu--onActive-borderColor);
|
|
@@ -28858,6 +29171,9 @@ fieldset.cxd-Collapse--lg > legend, fieldset.cxd-Collapse--md > legend, fieldset
|
|
|
28858
29171
|
background: var(--Fieldset-legend-bgColor);
|
|
28859
29172
|
border-left: 0 !important;
|
|
28860
29173
|
}
|
|
29174
|
+
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 {
|
|
29175
|
+
position: absolute;
|
|
29176
|
+
}
|
|
28861
29177
|
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
29178
|
position: relative;
|
|
28863
29179
|
}
|
|
@@ -28970,6 +29286,13 @@ fieldset.cxd-Collapse--lg > legend:hover {
|
|
|
28970
29286
|
fieldset.cxd-Collapse--lg:after {
|
|
28971
29287
|
top: calc(var(--fieldSet-size-lg-fontSize) / 2);
|
|
28972
29288
|
}
|
|
29289
|
+
fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile {
|
|
29290
|
+
padding-left: var(--gap-xs) !important;
|
|
29291
|
+
padding-right: 1.125rem;
|
|
29292
|
+
}
|
|
29293
|
+
fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
29294
|
+
background: var(--white);
|
|
29295
|
+
}
|
|
28973
29296
|
.cxd-Form-groupColumn {
|
|
28974
29297
|
margin-bottom: var(--gap-sm);
|
|
28975
29298
|
}
|
|
@@ -29004,7 +29327,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
29004
29327
|
margin-right: 0;
|
|
29005
29328
|
}
|
|
29006
29329
|
.cxd-Form-group--hor > .cxd-Form-item,
|
|
29007
|
-
|
|
29330
|
+
.cxd-Form-group--hor > div > .cxd-Form-item {
|
|
29008
29331
|
margin-bottom: 0;
|
|
29009
29332
|
}
|
|
29010
29333
|
.cxd-Form-group--hor .cxd-Form-input > .cxd-Form-group {
|
|
@@ -29042,6 +29365,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
29042
29365
|
padding-left: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
29043
29366
|
padding-right: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
29044
29367
|
}
|
|
29368
|
+
|
|
29045
29369
|
.cxd-Form-groupColumn {
|
|
29046
29370
|
flex-basis: 0;
|
|
29047
29371
|
flex-grow: 1;
|
|
@@ -29049,66 +29373,79 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
29049
29373
|
max-width: 100%;
|
|
29050
29374
|
margin-bottom: 0;
|
|
29051
29375
|
}
|
|
29376
|
+
|
|
29052
29377
|
.cxd-Form-groupColumn--1 {
|
|
29053
29378
|
flex: 0 0 8.3333333333%;
|
|
29054
29379
|
max-width: 8.3333333333%;
|
|
29055
29380
|
min-height: 1px;
|
|
29056
29381
|
}
|
|
29382
|
+
|
|
29057
29383
|
.cxd-Form-groupColumn--2 {
|
|
29058
29384
|
flex: 0 0 16.6666666667%;
|
|
29059
29385
|
max-width: 16.6666666667%;
|
|
29060
29386
|
min-height: 1px;
|
|
29061
29387
|
}
|
|
29388
|
+
|
|
29062
29389
|
.cxd-Form-groupColumn--3 {
|
|
29063
29390
|
flex: 0 0 25%;
|
|
29064
29391
|
max-width: 25%;
|
|
29065
29392
|
min-height: 1px;
|
|
29066
29393
|
}
|
|
29394
|
+
|
|
29067
29395
|
.cxd-Form-groupColumn--4 {
|
|
29068
29396
|
flex: 0 0 33.3333333333%;
|
|
29069
29397
|
max-width: 33.3333333333%;
|
|
29070
29398
|
min-height: 1px;
|
|
29071
29399
|
}
|
|
29400
|
+
|
|
29072
29401
|
.cxd-Form-groupColumn--5 {
|
|
29073
29402
|
flex: 0 0 41.6666666667%;
|
|
29074
29403
|
max-width: 41.6666666667%;
|
|
29075
29404
|
min-height: 1px;
|
|
29076
29405
|
}
|
|
29406
|
+
|
|
29077
29407
|
.cxd-Form-groupColumn--6 {
|
|
29078
29408
|
flex: 0 0 50%;
|
|
29079
29409
|
max-width: 50%;
|
|
29080
29410
|
min-height: 1px;
|
|
29081
29411
|
}
|
|
29412
|
+
|
|
29082
29413
|
.cxd-Form-groupColumn--7 {
|
|
29083
29414
|
flex: 0 0 58.3333333333%;
|
|
29084
29415
|
max-width: 58.3333333333%;
|
|
29085
29416
|
min-height: 1px;
|
|
29086
29417
|
}
|
|
29418
|
+
|
|
29087
29419
|
.cxd-Form-groupColumn--8 {
|
|
29088
29420
|
flex: 0 0 66.6666666667%;
|
|
29089
29421
|
max-width: 66.6666666667%;
|
|
29090
29422
|
min-height: 1px;
|
|
29091
29423
|
}
|
|
29424
|
+
|
|
29092
29425
|
.cxd-Form-groupColumn--9 {
|
|
29093
29426
|
flex: 0 0 75%;
|
|
29094
29427
|
max-width: 75%;
|
|
29095
29428
|
min-height: 1px;
|
|
29096
29429
|
}
|
|
29430
|
+
|
|
29097
29431
|
.cxd-Form-groupColumn--10 {
|
|
29098
29432
|
flex: 0 0 83.3333333333%;
|
|
29099
29433
|
max-width: 83.3333333333%;
|
|
29100
29434
|
min-height: 1px;
|
|
29101
29435
|
}
|
|
29436
|
+
|
|
29102
29437
|
.cxd-Form-groupColumn--11 {
|
|
29103
29438
|
flex: 0 0 91.6666666667%;
|
|
29104
29439
|
max-width: 91.6666666667%;
|
|
29105
29440
|
min-height: 1px;
|
|
29106
29441
|
}
|
|
29442
|
+
|
|
29107
29443
|
.cxd-Form-groupColumn--12 {
|
|
29108
29444
|
flex: 0 0 100%;
|
|
29109
29445
|
max-width: 100%;
|
|
29110
29446
|
min-height: 1px;
|
|
29111
29447
|
}
|
|
29448
|
+
|
|
29112
29449
|
.cxd-Form-groupColumn--auto {
|
|
29113
29450
|
flex: 0 0 auto;
|
|
29114
29451
|
width: auto;
|
|
@@ -29130,7 +29467,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
29130
29467
|
.cxd-InputGroup-addOn {
|
|
29131
29468
|
background: var(--InputGroup-addOn-bg);
|
|
29132
29469
|
border: var(--InputGroup-addOn-borderWidth) solid var(--InputGroup-addOn-borderColor);
|
|
29133
|
-
line-height: calc(var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2);
|
|
29470
|
+
line-height: calc( var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2 );
|
|
29134
29471
|
height: var(--InputGroup-height);
|
|
29135
29472
|
box-sizing: border-box;
|
|
29136
29473
|
padding: var(--InputGroup-paddingY) var(--InputGroup-paddingX);
|
|
@@ -29228,6 +29565,9 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
29228
29565
|
.cxd-InputGroup .cxd-Form-static {
|
|
29229
29566
|
margin-right: var(--gap-xs);
|
|
29230
29567
|
}
|
|
29568
|
+
.cxd-InputGroup.is-mobile .cxd-Form-control {
|
|
29569
|
+
display: inline-flex;
|
|
29570
|
+
}
|
|
29231
29571
|
.cxd-InputGroup:not(.is-inline) {
|
|
29232
29572
|
display: flex;
|
|
29233
29573
|
}
|
|
@@ -29316,7 +29656,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
29316
29656
|
color: var(--text--muted-color);
|
|
29317
29657
|
}
|
|
29318
29658
|
.cxd-TextControl-spinner {
|
|
29319
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
29659
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29320
29660
|
}
|
|
29321
29661
|
.cxd-TextControl-clear {
|
|
29322
29662
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -29525,24 +29865,19 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
29525
29865
|
.cxd-TextControl-input--withAC input {
|
|
29526
29866
|
width: auto;
|
|
29527
29867
|
}
|
|
29528
|
-
.cxd-TextControl-
|
|
29529
|
-
|
|
29868
|
+
.cxd-TextControl-popover {
|
|
29869
|
+
margin-top: 0.25rem;
|
|
29530
29870
|
background: var(--Form-select-menu-bg);
|
|
29531
29871
|
color: var(--Form-select-menu-color);
|
|
29532
29872
|
border-radius: 0.125rem;
|
|
29533
29873
|
box-shadow: var(--menu-box-shadow);
|
|
29534
|
-
|
|
29535
|
-
|
|
29536
|
-
top: calc(100% + 0.25rem);
|
|
29537
|
-
z-index: 10;
|
|
29874
|
+
}
|
|
29875
|
+
.cxd-TextControl-sugs {
|
|
29538
29876
|
max-height: 18.75rem;
|
|
29539
29877
|
overflow: auto;
|
|
29540
29878
|
}
|
|
29541
29879
|
.cxd-TextControl-sugItem {
|
|
29542
|
-
padding: calc((
|
|
29543
|
-
var(--Form-selectOption-height) - var(--Form-input-lineHeight) *
|
|
29544
|
-
var(--Form-input-fontSize) - 0.125rem
|
|
29545
|
-
) / 2) 0.75rem;
|
|
29880
|
+
padding: calc( ( var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem ) / 2 ) 0.75rem;
|
|
29546
29881
|
}
|
|
29547
29882
|
.cxd-TextControl-sugItem svg {
|
|
29548
29883
|
width: 1rem;
|
|
@@ -29564,7 +29899,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
29564
29899
|
-webkit-user-select: none;
|
|
29565
29900
|
-moz-user-select: none;
|
|
29566
29901
|
user-select: none;
|
|
29567
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
29902
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29568
29903
|
vertical-align: middle;
|
|
29569
29904
|
display: inline-block;
|
|
29570
29905
|
}
|
|
@@ -29588,9 +29923,7 @@ fieldset.cxd-Collapse--lg:after {
|
|
|
29588
29923
|
}
|
|
29589
29924
|
.cxd-TextControl-input--multiple .cxd-TextControl-value {
|
|
29590
29925
|
white-space: nowrap;
|
|
29591
|
-
line-height: calc(
|
|
29592
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
29593
|
-
);
|
|
29926
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
29594
29927
|
font-size: var(--Form-selectValue-fontSize);
|
|
29595
29928
|
background: var(--Form-select-multiple-bgColor);
|
|
29596
29929
|
border-radius: 0.125rem;
|
|
@@ -29755,7 +30088,7 @@ input.cxd-TextControl-input-password {
|
|
|
29755
30088
|
color: var(--text--muted-color);
|
|
29756
30089
|
}
|
|
29757
30090
|
.cxd-TextareaControl-spinner {
|
|
29758
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
30091
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
29759
30092
|
}
|
|
29760
30093
|
.cxd-TextareaControl-clear {
|
|
29761
30094
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -29921,6 +30254,9 @@ input.cxd-TextControl-input-password {
|
|
|
29921
30254
|
transform-origin: 50% 50%;
|
|
29922
30255
|
transform: translate(-50%, -50%);
|
|
29923
30256
|
}
|
|
30257
|
+
.cxd-Checkbox.is-mobile > i + span {
|
|
30258
|
+
vertical-align: middle;
|
|
30259
|
+
}
|
|
29924
30260
|
.cxd-Checkbox:hover > i + span > a {
|
|
29925
30261
|
display: inline-block;
|
|
29926
30262
|
}
|
|
@@ -30311,7 +30647,7 @@ input.cxd-TextControl-input-password {
|
|
|
30311
30647
|
.cxd-CheckboxControl,
|
|
30312
30648
|
.cxd-RadiosControl,
|
|
30313
30649
|
.cxd-CheckboxesControl {
|
|
30314
|
-
padding-top: calc((var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px);
|
|
30650
|
+
padding-top: calc( (var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px );
|
|
30315
30651
|
}
|
|
30316
30652
|
.cxd-RadiosControl .cxd-Checkbox {
|
|
30317
30653
|
display: block;
|
|
@@ -30377,7 +30713,7 @@ input.cxd-TextControl-input-password {
|
|
|
30377
30713
|
display: block;
|
|
30378
30714
|
line-height: var(--Form-input-lineHeight);
|
|
30379
30715
|
font-size: var(--Form-input-fontSize);
|
|
30380
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm) calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) calc(var(--gap-sm) + var(--Checkbox-size));
|
|
30716
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
|
|
30381
30717
|
}
|
|
30382
30718
|
.cxd-Selection--inline > .cxd-Checkbox {
|
|
30383
30719
|
display: inline-block;
|
|
@@ -30460,7 +30796,7 @@ input.cxd-TextControl-input-password {
|
|
|
30460
30796
|
height: var(--Form-input-height);
|
|
30461
30797
|
line-height: var(--Form-input-lineHeight);
|
|
30462
30798
|
font-size: var(--Form-input-fontSize);
|
|
30463
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
30799
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30464
30800
|
color: var(--text--muted-color);
|
|
30465
30801
|
height: 100%;
|
|
30466
30802
|
display: flex;
|
|
@@ -30519,7 +30855,7 @@ input.cxd-TextControl-input-password {
|
|
|
30519
30855
|
}
|
|
30520
30856
|
.cxd-TreeSelection-sublist {
|
|
30521
30857
|
position: relative;
|
|
30522
|
-
margin: 0 0 0
|
|
30858
|
+
margin: 0 0 0 1.875rem;
|
|
30523
30859
|
display: none;
|
|
30524
30860
|
}
|
|
30525
30861
|
.cxd-TreeSelection-item {
|
|
@@ -30564,9 +30900,6 @@ input.cxd-TextControl-input-password {
|
|
|
30564
30900
|
pointer-events: none;
|
|
30565
30901
|
color: var(--text--muted-color);
|
|
30566
30902
|
}
|
|
30567
|
-
.cxd-TreeSelection-itemInner .cxd-TreeSelection-itemLabel {
|
|
30568
|
-
margin-left: var(--gap-xs);
|
|
30569
|
-
}
|
|
30570
30903
|
.cxd-TreeSelection-itemLabel {
|
|
30571
30904
|
flex-grow: 1;
|
|
30572
30905
|
}
|
|
@@ -30577,7 +30910,7 @@ input.cxd-TextControl-input-password {
|
|
|
30577
30910
|
height: var(--Form-input-height);
|
|
30578
30911
|
line-height: var(--Form-input-lineHeight);
|
|
30579
30912
|
font-size: var(--Form-input-fontSize);
|
|
30580
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
30913
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30581
30914
|
color: var(--text--muted-color);
|
|
30582
30915
|
}
|
|
30583
30916
|
.cxd-ChainedSelection {
|
|
@@ -30650,7 +30983,7 @@ input.cxd-TextControl-input-password {
|
|
|
30650
30983
|
height: var(--Form-input-height);
|
|
30651
30984
|
line-height: var(--Form-input-lineHeight);
|
|
30652
30985
|
font-size: var(--Form-input-fontSize);
|
|
30653
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
30986
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
30654
30987
|
color: var(--text--muted-color);
|
|
30655
30988
|
}
|
|
30656
30989
|
.cxd-AssociatedSelection {
|
|
@@ -30708,6 +31041,36 @@ input.cxd-TextControl-input-password {
|
|
|
30708
31041
|
float: right;
|
|
30709
31042
|
cursor: pointer;
|
|
30710
31043
|
}
|
|
31044
|
+
.cxd-ChainedDropdownSelection {
|
|
31045
|
+
display: inline-block;
|
|
31046
|
+
}
|
|
31047
|
+
.cxd-ChainedDropdownSelection-item {
|
|
31048
|
+
display: inline-block;
|
|
31049
|
+
}
|
|
31050
|
+
.cxd-DropDownSelection {
|
|
31051
|
+
position: relative;
|
|
31052
|
+
display: inline-block;
|
|
31053
|
+
margin: 0.1875rem;
|
|
31054
|
+
vertical-align: middle;
|
|
31055
|
+
}
|
|
31056
|
+
.cxd-DropDownSelection-caret {
|
|
31057
|
+
transition: transform var(--animation-duration) ease-out;
|
|
31058
|
+
margin: 5px;
|
|
31059
|
+
display: flex;
|
|
31060
|
+
color: var(--Form-select-caret-iconColor);
|
|
31061
|
+
}
|
|
31062
|
+
.cxd-DropDownSelection-caret:hover {
|
|
31063
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
|
31064
|
+
}
|
|
31065
|
+
.cxd-DropDownSelection-caret > svg {
|
|
31066
|
+
width: 0.625rem;
|
|
31067
|
+
height: 0.625rem;
|
|
31068
|
+
top: 0;
|
|
31069
|
+
transform: rotate(90deg);
|
|
31070
|
+
}
|
|
31071
|
+
.cxd-DropDownSelection-input.is-active .cxd-DropDownSelection-caret {
|
|
31072
|
+
transform: rotate(180deg);
|
|
31073
|
+
}
|
|
30711
31074
|
.cxd-CityPicker .cxd-Select {
|
|
30712
31075
|
margin-right: var(--gap-xs);
|
|
30713
31076
|
margin-bottom: var(--gap-xs);
|
|
@@ -30741,6 +31104,7 @@ input.cxd-TextControl-input-password {
|
|
|
30741
31104
|
display: inline-block;
|
|
30742
31105
|
}
|
|
30743
31106
|
.cxd-CityArea {
|
|
31107
|
+
flex: 1;
|
|
30744
31108
|
text-align: right;
|
|
30745
31109
|
}
|
|
30746
31110
|
.cxd-CityArea-popup {
|
|
@@ -30757,6 +31121,9 @@ input.cxd-TextControl-input-password {
|
|
|
30757
31121
|
font-size: var(--Form-input-fontSize);
|
|
30758
31122
|
display: inline-flex !important;
|
|
30759
31123
|
}
|
|
31124
|
+
.cxd-CityArea-Input.is-focused, .cxd-CityArea-Input:hover {
|
|
31125
|
+
border: none !important;
|
|
31126
|
+
}
|
|
30760
31127
|
.cxd-CityArea-Input::-moz-placeholder {
|
|
30761
31128
|
color: var(--Form-input-placeholderColor);
|
|
30762
31129
|
-moz-user-select: none;
|
|
@@ -30806,7 +31173,7 @@ input.cxd-TextControl-input-password {
|
|
|
30806
31173
|
.cxd-Switch .text > svg {
|
|
30807
31174
|
width: var(--switch-text-off-fontSize);
|
|
30808
31175
|
height: var(--switch-text-off-fontSize);
|
|
30809
|
-
margin-top: calc((var(--Switch-height) - var(--switch-text-off-fontSize)) / 2);
|
|
31176
|
+
margin-top: calc( (var(--Switch-height) - var(--switch-text-off-fontSize)) / 2 );
|
|
30810
31177
|
}
|
|
30811
31178
|
.cxd-Switch .slider:before {
|
|
30812
31179
|
content: "";
|
|
@@ -30826,7 +31193,7 @@ input.cxd-TextControl-input-password {
|
|
|
30826
31193
|
background: var(--Switch-checked-bgColor);
|
|
30827
31194
|
}
|
|
30828
31195
|
.cxd-Switch.is-checked .slider::before {
|
|
30829
|
-
left: calc(100% - var(--Switch-slider-width) - var(--Switch-slider-margin));
|
|
31196
|
+
left: calc( 100% - var(--Switch-slider-width) - var(--Switch-slider-margin) );
|
|
30830
31197
|
right: var(--Switch-slider-margin);
|
|
30831
31198
|
border-width: 0;
|
|
30832
31199
|
background: var(--switch-default-on-slider-color);
|
|
@@ -30844,9 +31211,7 @@ input.cxd-TextControl-input-password {
|
|
|
30844
31211
|
background: var(--Switch-checked-onActive-bgColor);
|
|
30845
31212
|
}
|
|
30846
31213
|
.cxd-Switch.is-checked:active .slider::before {
|
|
30847
|
-
left: calc(
|
|
30848
|
-
100% - (var(--Switch-height) + 0.125rem) - 0.125rem
|
|
30849
|
-
);
|
|
31214
|
+
left: calc( 100% - (var(--Switch-height) + 0.125rem) - 0.125rem );
|
|
30850
31215
|
}
|
|
30851
31216
|
.cxd-Switch.is-checked.is-disabled .slider:before {
|
|
30852
31217
|
color: var(--Switch-onDisabled-color);
|
|
@@ -30878,7 +31243,7 @@ input.cxd-TextControl-input-password {
|
|
|
30878
31243
|
right: auto;
|
|
30879
31244
|
}
|
|
30880
31245
|
.cxd-Switch--sm.is-checked .slider::before {
|
|
30881
|
-
left: calc(100% - var(--Switch-slider-width--sm) - var(--switch-size-sm-slider-margin));
|
|
31246
|
+
left: calc( 100% - var(--Switch-slider-width--sm) - var(--switch-size-sm-slider-margin) );
|
|
30882
31247
|
right: var(--switch-size-sm-slider-margin);
|
|
30883
31248
|
}
|
|
30884
31249
|
.cxd-Switch:active .slider::before {
|
|
@@ -30944,6 +31309,12 @@ input.cxd-TextControl-input-password {
|
|
|
30944
31309
|
background: var(--inputNumber-base-active-bg-color);
|
|
30945
31310
|
box-shadow: var(--inputNumber-base-active-shadow);
|
|
30946
31311
|
}
|
|
31312
|
+
.cxd-Number.is-mobile {
|
|
31313
|
+
border: none;
|
|
31314
|
+
}
|
|
31315
|
+
.cxd-Number.is-mobile-focused {
|
|
31316
|
+
border: none;
|
|
31317
|
+
}
|
|
30947
31318
|
.cxd-Number-disabled {
|
|
30948
31319
|
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
31320
|
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);
|
|
@@ -31048,7 +31419,7 @@ input.cxd-TextControl-input-password {
|
|
|
31048
31419
|
}
|
|
31049
31420
|
.cxd-Number-handler {
|
|
31050
31421
|
line-height: calc((var(--Form-input-height) - 0.375rem) / 2);
|
|
31051
|
-
height: calc((var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2);
|
|
31422
|
+
height: calc( (var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2 );
|
|
31052
31423
|
}
|
|
31053
31424
|
.cxd-Number-handler-up {
|
|
31054
31425
|
border-bottom: var(--Number-handler-borderBottom);
|
|
@@ -31371,11 +31742,17 @@ input.cxd-TextControl-input-password {
|
|
|
31371
31742
|
.cxd-Select .cxd-PopOver.cxd-Select-popover {
|
|
31372
31743
|
margin-top: 0.25rem;
|
|
31373
31744
|
}
|
|
31745
|
+
.cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Checkbox span {
|
|
31746
|
+
line-height: var(--select-base-default-option-line-height);
|
|
31747
|
+
height: var(--select-base-default-option-line-height);
|
|
31748
|
+
}
|
|
31374
31749
|
.cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-option {
|
|
31375
31750
|
line-height: var(--select-base-default-option-line-height);
|
|
31751
|
+
height: var(--select-base-default-option-line-height);
|
|
31376
31752
|
}
|
|
31377
31753
|
.cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-addBtn {
|
|
31378
31754
|
line-height: var(--select-base-default-option-line-height);
|
|
31755
|
+
height: var(--select-base-default-option-line-height);
|
|
31379
31756
|
}
|
|
31380
31757
|
.cxd-Select--borderHalf {
|
|
31381
31758
|
border-left-color: transparent !important;
|
|
@@ -31445,9 +31822,7 @@ input.cxd-TextControl-input-password {
|
|
|
31445
31822
|
-webkit-user-select: none;
|
|
31446
31823
|
-moz-user-select: none;
|
|
31447
31824
|
user-select: none;
|
|
31448
|
-
line-height: calc(
|
|
31449
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31450
|
-
);
|
|
31825
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
31451
31826
|
display: inline-block;
|
|
31452
31827
|
vertical-align: middle;
|
|
31453
31828
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31509,7 +31884,7 @@ input.cxd-TextControl-input-password {
|
|
|
31509
31884
|
transform: rotate(180deg);
|
|
31510
31885
|
}
|
|
31511
31886
|
.cxd-Select.is-mobile {
|
|
31512
|
-
min-height:
|
|
31887
|
+
min-height: var(--Form-select-height);
|
|
31513
31888
|
border: none;
|
|
31514
31889
|
padding: 0;
|
|
31515
31890
|
font-size: var(--fontSizeLg);
|
|
@@ -31651,6 +32026,29 @@ input.cxd-TextControl-input-password {
|
|
|
31651
32026
|
text-overflow: ellipsis;
|
|
31652
32027
|
max-width: 100%;
|
|
31653
32028
|
}
|
|
32029
|
+
.cxd-Select-option.is-mobile {
|
|
32030
|
+
position: relative;
|
|
32031
|
+
}
|
|
32032
|
+
.cxd-Select-option.is-mobile > a {
|
|
32033
|
+
margin-right: calc( 20px + var(--select-base-default-option-paddingRight) );
|
|
32034
|
+
}
|
|
32035
|
+
.cxd-Select-option.is-mobile .cxd-Select-option-item-check {
|
|
32036
|
+
flex: 1;
|
|
32037
|
+
text-align: left;
|
|
32038
|
+
border-bottom: 0.0625rem solid var(--borderColor);
|
|
32039
|
+
}
|
|
32040
|
+
.cxd-Select-option.is-mobile .cxd-Select-option-mcheck {
|
|
32041
|
+
position: absolute;
|
|
32042
|
+
top: 50%;
|
|
32043
|
+
transform: translateY(-50%);
|
|
32044
|
+
right: var(--select-base-default-option-paddingRight);
|
|
32045
|
+
flex: none;
|
|
32046
|
+
width: 1rem;
|
|
32047
|
+
color: var(--Form-select-mobile-icon-check-color);
|
|
32048
|
+
}
|
|
32049
|
+
.cxd-Select-option.is-mobile:last-child .cxd-Select-option-item-check {
|
|
32050
|
+
border-bottom: none;
|
|
32051
|
+
}
|
|
31654
32052
|
.cxd-Select-noResult {
|
|
31655
32053
|
color: var(--Form-select-placeholderColor);
|
|
31656
32054
|
line-height: var(--Form-input-lineHeight);
|
|
@@ -31658,7 +32056,7 @@ input.cxd-TextControl-input-password {
|
|
|
31658
32056
|
-webkit-user-select: none;
|
|
31659
32057
|
-moz-user-select: none;
|
|
31660
32058
|
user-select: none;
|
|
31661
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
32059
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
31662
32060
|
}
|
|
31663
32061
|
.cxd-Select-option-hl {
|
|
31664
32062
|
color: var(--info);
|
|
@@ -31677,7 +32075,7 @@ input.cxd-TextControl-input-password {
|
|
|
31677
32075
|
margin-right: var(--Checkbox-gap);
|
|
31678
32076
|
}
|
|
31679
32077
|
.cxd-Select-spinner {
|
|
31680
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
32078
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
31681
32079
|
}
|
|
31682
32080
|
.cxd-Select-clear {
|
|
31683
32081
|
padding: 0.1875rem;
|
|
@@ -31708,9 +32106,7 @@ input.cxd-TextControl-input-password {
|
|
|
31708
32106
|
align-items: center;
|
|
31709
32107
|
overflow-x: hidden;
|
|
31710
32108
|
overflow-y: auto;
|
|
31711
|
-
max-height: calc((
|
|
31712
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)
|
|
31713
|
-
) * 5);
|
|
32109
|
+
max-height: calc( ( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs) ) * 5 );
|
|
31714
32110
|
}
|
|
31715
32111
|
.cxd-Select-overflow-wrapper .cxd-Select-value {
|
|
31716
32112
|
position: static;
|
|
@@ -31718,9 +32114,7 @@ input.cxd-TextControl-input-password {
|
|
|
31718
32114
|
-webkit-user-select: none;
|
|
31719
32115
|
-moz-user-select: none;
|
|
31720
32116
|
user-select: none;
|
|
31721
|
-
line-height: calc(
|
|
31722
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31723
|
-
);
|
|
32117
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
31724
32118
|
display: inline-block;
|
|
31725
32119
|
vertical-align: middle;
|
|
31726
32120
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31763,7 +32157,7 @@ input.cxd-TextControl-input-password {
|
|
|
31763
32157
|
border-top-right-radius: 0;
|
|
31764
32158
|
}
|
|
31765
32159
|
.cxd-Select-popover.cxd-PopOver--leftTopLeftBottom {
|
|
31766
|
-
margin-top: calc((var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth)) * -1);
|
|
32160
|
+
margin-top: calc( (var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth)) * -1 );
|
|
31767
32161
|
}
|
|
31768
32162
|
.cxd-SelectControl:not(.is-inline) > .cxd-Select {
|
|
31769
32163
|
display: flex;
|
|
@@ -31801,17 +32195,17 @@ input.cxd-TextControl-input-password {
|
|
|
31801
32195
|
}
|
|
31802
32196
|
@media (min-width: 576px) {
|
|
31803
32197
|
.cxd-Form-control--sizeXs > .cxd-Select,
|
|
31804
|
-
|
|
31805
|
-
|
|
31806
|
-
|
|
32198
|
+
.cxd-Form-control--sizeSm > .cxd-Select,
|
|
32199
|
+
.cxd-Form-control--sizeMd > .cxd-Select,
|
|
32200
|
+
.cxd-Form-control--sizeLg > .cxd-Select {
|
|
31807
32201
|
min-width: 100%;
|
|
31808
32202
|
max-width: 100%;
|
|
31809
32203
|
display: inline-flex !important;
|
|
31810
32204
|
}
|
|
31811
32205
|
.cxd-Form-control--sizeXs > .cxd-Select .cxd-Select-valueWrap,
|
|
31812
|
-
|
|
31813
|
-
|
|
31814
|
-
|
|
32206
|
+
.cxd-Form-control--sizeSm > .cxd-Select .cxd-Select-valueWrap,
|
|
32207
|
+
.cxd-Form-control--sizeMd > .cxd-Select .cxd-Select-valueWrap,
|
|
32208
|
+
.cxd-Form-control--sizeLg > .cxd-Select .cxd-Select-valueWrap {
|
|
31815
32209
|
width: 0;
|
|
31816
32210
|
}
|
|
31817
32211
|
}
|
|
@@ -31826,7 +32220,7 @@ input.cxd-TextControl-input-password {
|
|
|
31826
32220
|
height: var(--Form-input-height);
|
|
31827
32221
|
background: var(--Table-thead-bg);
|
|
31828
32222
|
font-size: var(--Form-input-fontSize);
|
|
31829
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
32223
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
31830
32224
|
}
|
|
31831
32225
|
.cxd-Selections-placeholder {
|
|
31832
32226
|
color: var(--Form-input-placeholderColor);
|
|
@@ -31850,7 +32244,7 @@ input.cxd-TextControl-input-password {
|
|
|
31850
32244
|
line-height: var(--Form-input-lineHeight);
|
|
31851
32245
|
font-size: var(--Form-input-fontSize);
|
|
31852
32246
|
align-items: center;
|
|
31853
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
32247
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
31854
32248
|
}
|
|
31855
32249
|
.cxd-Selections-item > label {
|
|
31856
32250
|
flex-basis: 3.125rem;
|
|
@@ -32063,6 +32457,12 @@ input.cxd-TextControl-input-password {
|
|
|
32063
32457
|
.cxd-LocationPicker.is-disabled > cxd-LocationPicker-input {
|
|
32064
32458
|
color: var(--text--muted-color);
|
|
32065
32459
|
}
|
|
32460
|
+
.cxd-LocationPicker.is-mobile {
|
|
32461
|
+
border: none;
|
|
32462
|
+
}
|
|
32463
|
+
.cxd-LocationPicker.is-mobile .cxd-LocationPicker-toggler svg {
|
|
32464
|
+
top: 0.125rem;
|
|
32465
|
+
}
|
|
32066
32466
|
.cxd-LocationPicker-placeholder {
|
|
32067
32467
|
color: var(--colors-neutral-text-6);
|
|
32068
32468
|
-webkit-user-select: none;
|
|
@@ -32076,6 +32476,8 @@ input.cxd-TextControl-input-password {
|
|
|
32076
32476
|
margin-right: var(--gap-base);
|
|
32077
32477
|
flex-basis: 0;
|
|
32078
32478
|
flex-grow: 1;
|
|
32479
|
+
overflow-x: auto;
|
|
32480
|
+
max-width: calc(100% - px2rem(20px));
|
|
32079
32481
|
}
|
|
32080
32482
|
.cxd-LocationPicker-toggler {
|
|
32081
32483
|
cursor: pointer;
|
|
@@ -32112,6 +32514,23 @@ input.cxd-TextControl-input-password {
|
|
|
32112
32514
|
.cxd-LocationPicker-clear svg {
|
|
32113
32515
|
top: 0;
|
|
32114
32516
|
}
|
|
32517
|
+
.cxd-LocationPicker-popup {
|
|
32518
|
+
height: 28.75rem;
|
|
32519
|
+
}
|
|
32520
|
+
.cxd-LocationPicker-popup-inner {
|
|
32521
|
+
flex: 1;
|
|
32522
|
+
padding: 0 1rem;
|
|
32523
|
+
}
|
|
32524
|
+
.cxd-LocationPicker-popup-inner .cxd-MapPicker-search {
|
|
32525
|
+
padding-top: 0;
|
|
32526
|
+
margin-bottom: 1rem;
|
|
32527
|
+
}
|
|
32528
|
+
.cxd-LocationPicker-popup-inner .cxd-MapPicker-search .cxd-TextControl-input {
|
|
32529
|
+
border-radius: 0;
|
|
32530
|
+
border-top: none;
|
|
32531
|
+
border-right: none;
|
|
32532
|
+
border-left: none;
|
|
32533
|
+
}
|
|
32115
32534
|
.cxd-LocationControl {
|
|
32116
32535
|
position: relative;
|
|
32117
32536
|
width: 100%;
|
|
@@ -32120,6 +32539,11 @@ input.cxd-TextControl-input-password {
|
|
|
32120
32539
|
border: none;
|
|
32121
32540
|
box-shadow: var(--boxShadow);
|
|
32122
32541
|
}
|
|
32542
|
+
.cxd-LocationControl.is-mobile {
|
|
32543
|
+
flex: 1;
|
|
32544
|
+
text-align: right;
|
|
32545
|
+
overflow: hidden;
|
|
32546
|
+
}
|
|
32123
32547
|
.cxd-LocationControl:not(.is-inline) > .cxd-LocationPicker {
|
|
32124
32548
|
display: flex;
|
|
32125
32549
|
}
|
|
@@ -32157,7 +32581,7 @@ input.cxd-TextControl-input-password {
|
|
|
32157
32581
|
}
|
|
32158
32582
|
.cxd-MapPicker-sugItem {
|
|
32159
32583
|
cursor: pointer;
|
|
32160
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
32584
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
32161
32585
|
}
|
|
32162
32586
|
.cxd-MapPicker-sugItem:hover {
|
|
32163
32587
|
color: var(--Form-select-menu-onActive-color);
|
|
@@ -32166,6 +32590,9 @@ input.cxd-TextControl-input-password {
|
|
|
32166
32590
|
.tangram-suggestion-main {
|
|
32167
32591
|
display: none !important;
|
|
32168
32592
|
}
|
|
32593
|
+
.cxd-MatrixControl {
|
|
32594
|
+
max-width: 100%;
|
|
32595
|
+
}
|
|
32169
32596
|
.cxd-MatrixControl-error {
|
|
32170
32597
|
margin-bottom: 0;
|
|
32171
32598
|
}
|
|
@@ -32180,9 +32607,7 @@ input.cxd-TextControl-input-password {
|
|
|
32180
32607
|
background: var(--ColorPicker-bg);
|
|
32181
32608
|
color: var(--ColorPicker-color);
|
|
32182
32609
|
border-radius: var(--borderRadius);
|
|
32183
|
-
|
|
32184
|
-
.cxd-ColorPicker-popup {
|
|
32185
|
-
height: 25rem;
|
|
32610
|
+
height: var(--ColorPicker-height);
|
|
32186
32611
|
}
|
|
32187
32612
|
.cxd-ColorPicker:not(.is-disabled) {
|
|
32188
32613
|
cursor: pointer;
|
|
@@ -32262,6 +32687,9 @@ input.cxd-TextControl-input-password {
|
|
|
32262
32687
|
.cxd-ColorPicker-clear:active svg {
|
|
32263
32688
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
32264
32689
|
}
|
|
32690
|
+
.cxd-ColorPicker-clear svg {
|
|
32691
|
+
top: 0;
|
|
32692
|
+
}
|
|
32265
32693
|
.cxd-ColorPicker-arrow {
|
|
32266
32694
|
margin-right: var(--gap-xs);
|
|
32267
32695
|
width: var(--gap-md);
|
|
@@ -32278,9 +32706,10 @@ input.cxd-TextControl-input-password {
|
|
|
32278
32706
|
width: 10px;
|
|
32279
32707
|
height: 10px;
|
|
32280
32708
|
top: 0;
|
|
32709
|
+
transform: rotate(90deg);
|
|
32281
32710
|
}
|
|
32282
32711
|
.cxd-ColorPicker.is-opened .cxd-ColorPicker-arrow > svg {
|
|
32283
|
-
transform: rotate(
|
|
32712
|
+
transform: rotate(270deg);
|
|
32284
32713
|
}
|
|
32285
32714
|
.cxd-ColorPicker-popover {
|
|
32286
32715
|
border: none;
|
|
@@ -32294,6 +32723,21 @@ input.cxd-TextControl-input-password {
|
|
|
32294
32723
|
border-radius: var(--borderRadius) !important;
|
|
32295
32724
|
box-shadow: var(--ColorPicker-boxShadow) !important;
|
|
32296
32725
|
}
|
|
32726
|
+
.cxd-ColorPicker-popup {
|
|
32727
|
+
height: 31.25rem;
|
|
32728
|
+
}
|
|
32729
|
+
.cxd-ColorPicker-popup .sketch-picker {
|
|
32730
|
+
width: 80% !important;
|
|
32731
|
+
box-shadow: none !important;
|
|
32732
|
+
}
|
|
32733
|
+
.cxd-ColorPicker-popup .sketch-picker input:focus {
|
|
32734
|
+
outline: none;
|
|
32735
|
+
}
|
|
32736
|
+
.cxd-ColorPicker-popup .sketch-picker .flexbox-fix:last-child > div {
|
|
32737
|
+
width: 18px !important;
|
|
32738
|
+
height: 18px !important;
|
|
32739
|
+
margin: 0px 16px 10px 0px !important;
|
|
32740
|
+
}
|
|
32297
32741
|
.cxd-DatePicker {
|
|
32298
32742
|
position: relative;
|
|
32299
32743
|
display: inline-flex;
|
|
@@ -32343,32 +32787,32 @@ input.cxd-TextControl-input-password {
|
|
|
32343
32787
|
.cxd-DatePicker--borderNone {
|
|
32344
32788
|
border-color: transparent !important;
|
|
32345
32789
|
}
|
|
32346
|
-
.cxd-DatePicker:not(.is-disabled) {
|
|
32790
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile) {
|
|
32347
32791
|
cursor: pointer;
|
|
32348
32792
|
}
|
|
32349
|
-
.cxd-DatePicker:not(.is-disabled):hover {
|
|
32793
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile):hover {
|
|
32350
32794
|
background: var(--DatePicker-onHover-bg);
|
|
32351
32795
|
border-color: var(--DatePicker-onHover-borderColor);
|
|
32352
32796
|
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
32797
|
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
32798
|
}
|
|
32355
|
-
.cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-input {
|
|
32799
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile):hover .cxd-DatePicker-input {
|
|
32356
32800
|
color: var(--inputDate-hover-color);
|
|
32357
32801
|
}
|
|
32358
|
-
.cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-clear {
|
|
32802
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile):hover .cxd-DatePicker-clear {
|
|
32359
32803
|
display: flex;
|
|
32360
32804
|
}
|
|
32361
|
-
.cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-clear + .cxd-DatePicker-toggler {
|
|
32805
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile):hover .cxd-DatePicker-clear + .cxd-DatePicker-toggler {
|
|
32362
32806
|
display: none;
|
|
32363
32807
|
}
|
|
32364
|
-
.cxd-DatePicker:not(.is-disabled).is-focused {
|
|
32808
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile).is-focused {
|
|
32365
32809
|
background: var(--inputDate-active-bg-color);
|
|
32366
32810
|
border-color: var(--DatePicker-onFocused-borderColor);
|
|
32367
32811
|
box-shadow: var(--inputDate-active-shadow);
|
|
32368
32812
|
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
32813
|
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
32814
|
}
|
|
32371
|
-
.cxd-DatePicker:not(.is-disabled).is-focused .cxd-DatePicker-input {
|
|
32815
|
+
.cxd-DatePicker:not(.is-disabled):not(.is-mobile).is-focused .cxd-DatePicker-input {
|
|
32372
32816
|
color: var(--inputDate-active-color);
|
|
32373
32817
|
}
|
|
32374
32818
|
.is-error > .cxd-DatePicker {
|
|
@@ -32490,13 +32934,13 @@ input.cxd-TextControl-input-password {
|
|
|
32490
32934
|
.cxd-DatePicker-popover.cxd-PopOver--leftTopLeftBottom, .cxd-DatePicker-popover.cxd-PopOver--rightTopRightBottom {
|
|
32491
32935
|
margin: -0.125rem 0 0;
|
|
32492
32936
|
}
|
|
32493
|
-
.cxd-DatePicker-popup {
|
|
32494
|
-
height: 18.75rem;
|
|
32495
|
-
}
|
|
32496
32937
|
.cxd-DatePicker.is-mobile {
|
|
32497
32938
|
border: 0;
|
|
32498
32939
|
justify-content: flex-end;
|
|
32499
32940
|
}
|
|
32941
|
+
.cxd-DatePicker.is-mobile.is-focused, .cxd-DatePicker.is-mobile:hover {
|
|
32942
|
+
border: none;
|
|
32943
|
+
}
|
|
32500
32944
|
.cxd-DatePicker.is-mobile span:focus,
|
|
32501
32945
|
.cxd-DatePicker.is-mobile a:focus {
|
|
32502
32946
|
outline: unset;
|
|
@@ -32514,10 +32958,8 @@ input.cxd-TextControl-input-password {
|
|
|
32514
32958
|
flex-grow: unset;
|
|
32515
32959
|
flex-basis: unset;
|
|
32516
32960
|
}
|
|
32517
|
-
.cxd-DatePicker.is-mobile .cxd-DatePicker-toggler {
|
|
32518
|
-
margin-top: -3px;
|
|
32519
|
-
}
|
|
32520
32961
|
.cxd-DatePicker-popup.cxd-DatePicker-mobile {
|
|
32962
|
+
height: 20rem;
|
|
32521
32963
|
color: red;
|
|
32522
32964
|
}
|
|
32523
32965
|
.cxd-DatePicker-popup.cxd-DatePicker-mobile .rdt {
|
|
@@ -32693,18 +33135,20 @@ input.cxd-TextControl-input-password {
|
|
|
32693
33135
|
color: var(--inputTime-active-color);
|
|
32694
33136
|
background: var(--inputTime-active-bg-color);
|
|
32695
33137
|
}
|
|
32696
|
-
.cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:hover {
|
|
33138
|
+
.cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:not(.is-mobile):hover {
|
|
32697
33139
|
color: var(--inputTime-hover-color);
|
|
32698
33140
|
background: var(--inputTime-hover-bg-color);
|
|
32699
33141
|
}
|
|
32700
33142
|
.cxd-TimeContentWrapper {
|
|
32701
33143
|
display: flex;
|
|
33144
|
+
justify-content: center;
|
|
32702
33145
|
}
|
|
32703
33146
|
.cxd-TimeRangeHeaderWrapper {
|
|
32704
33147
|
height: 40px;
|
|
32705
33148
|
padding-top: 10px;
|
|
32706
33149
|
text-align: center;
|
|
32707
33150
|
border-bottom: 1px solid var(--Calendar-input-borderColor);
|
|
33151
|
+
margin: 0 0.25rem;
|
|
32708
33152
|
}
|
|
32709
33153
|
.cxd-TimeFooterWrapper {
|
|
32710
33154
|
height: 40px;
|
|
@@ -33078,29 +33522,29 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33078
33522
|
.cxd-DateRangePicker .cxd-DateRangePicker-clear {
|
|
33079
33523
|
display: none;
|
|
33080
33524
|
}
|
|
33081
|
-
.cxd-DateRangePicker:not(.is-disabled):hover {
|
|
33525
|
+
.cxd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover {
|
|
33082
33526
|
background: var(--DatePicker-onHover-bg);
|
|
33083
33527
|
border-color: var(--DatePicker-onHover-borderColor);
|
|
33084
33528
|
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
33529
|
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
33530
|
}
|
|
33087
|
-
.cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-input {
|
|
33531
|
+
.cxd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .cxd-DateRangePicker-input {
|
|
33088
33532
|
color: var(--inputDate-hover-color);
|
|
33089
33533
|
}
|
|
33090
|
-
.cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-clear {
|
|
33534
|
+
.cxd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .cxd-DateRangePicker-clear {
|
|
33091
33535
|
display: flex;
|
|
33092
33536
|
}
|
|
33093
|
-
.cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-clear + .cxd-DateRangePicker-toggler {
|
|
33537
|
+
.cxd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .cxd-DateRangePicker-clear + .cxd-DateRangePicker-toggler {
|
|
33094
33538
|
display: none;
|
|
33095
33539
|
}
|
|
33096
|
-
.cxd-DateRangePicker:not(.is-disabled).is-focused {
|
|
33540
|
+
.cxd-DateRangePicker:not(.is-disabled):not(.is-mobile).is-focused {
|
|
33097
33541
|
background: var(--inputDate-active-bg-color);
|
|
33098
33542
|
border-color: var(--DatePicker-onFocused-borderColor);
|
|
33099
33543
|
box-shadow: var(--inputDate-active-shadow);
|
|
33100
33544
|
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
33545
|
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
33546
|
}
|
|
33103
|
-
.cxd-DateRangePicker:not(.is-disabled).is-focused .cxd-DateRangePicker-input {
|
|
33547
|
+
.cxd-DateRangePicker:not(.is-disabled):not(.is-mobile).is-focused .cxd-DateRangePicker-input {
|
|
33104
33548
|
color: var(--inputDate-active-color);
|
|
33105
33549
|
}
|
|
33106
33550
|
.is-error > .cxd-DateRangePicker {
|
|
@@ -33119,6 +33563,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33119
33563
|
font-size: var(--DatePicker-fontSize);
|
|
33120
33564
|
font-weight: var(--inputDate-default-fontWeight);
|
|
33121
33565
|
color: var(--inputDate-default-color);
|
|
33566
|
+
text-align: center;
|
|
33122
33567
|
}
|
|
33123
33568
|
.cxd-DateRangePicker .cxd-DateRangePicker-input::-moz-placeholder {
|
|
33124
33569
|
color: var(--colors-neutral-text-6);
|
|
@@ -33235,9 +33680,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33235
33680
|
width: auto;
|
|
33236
33681
|
padding: 0;
|
|
33237
33682
|
}
|
|
33683
|
+
.cxd-DateRangePicker-wrap.is-mobile {
|
|
33684
|
+
flex: 1;
|
|
33685
|
+
}
|
|
33686
|
+
.cxd-DateRangePicker-wrap.is-mobile .cxd-DateRangePicker-end {
|
|
33687
|
+
margin-top: 0;
|
|
33688
|
+
}
|
|
33238
33689
|
.cxd-DateRangePicker-picker-wrap {
|
|
33239
33690
|
display: flex;
|
|
33240
33691
|
}
|
|
33692
|
+
.cxd-DateRangePicker-picker-wrap.is-vertical {
|
|
33693
|
+
flex-direction: column;
|
|
33694
|
+
}
|
|
33241
33695
|
.cxd-DateRangePicker-start,
|
|
33242
33696
|
.cxd-DateRangePicker-end {
|
|
33243
33697
|
display: flex;
|
|
@@ -33258,6 +33712,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33258
33712
|
list-style: none;
|
|
33259
33713
|
background: #f7f7f9;
|
|
33260
33714
|
line-height: 2rem;
|
|
33715
|
+
overflow-x: auto;
|
|
33261
33716
|
}
|
|
33262
33717
|
.cxd-DateRangePicker-ranger {
|
|
33263
33718
|
display: inline-block;
|
|
@@ -33292,6 +33747,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33292
33747
|
.cxd-DateRangePicker-wrap {
|
|
33293
33748
|
white-space: nowrap;
|
|
33294
33749
|
}
|
|
33750
|
+
|
|
33295
33751
|
.cxd-DateRangePicker-end {
|
|
33296
33752
|
margin-top: 0;
|
|
33297
33753
|
border-left: 1px solid var(--Calendar-input-borderColor);
|
|
@@ -33305,10 +33761,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33305
33761
|
background: var(--DatePicker-bg);
|
|
33306
33762
|
border-radius: var(--DatePicker-borderRadius);
|
|
33307
33763
|
}
|
|
33764
|
+
.cxd-DateRangeCalendar.is-mobile {
|
|
33765
|
+
display: block;
|
|
33766
|
+
}
|
|
33308
33767
|
.cxd-DateRangePicker.is-mobile {
|
|
33309
33768
|
border: 0;
|
|
33310
33769
|
justify-content: flex-end;
|
|
33311
33770
|
}
|
|
33771
|
+
.cxd-DateRangePicker.is-mobile.is-focused, .cxd-DateRangePicker.is-mobile:hover {
|
|
33772
|
+
border: none;
|
|
33773
|
+
}
|
|
33312
33774
|
.cxd-DateRangePicker.is-mobile span:focus,
|
|
33313
33775
|
.cxd-DateRangePicker.is-mobile a:focus {
|
|
33314
33776
|
outline: unset;
|
|
@@ -33326,9 +33788,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33326
33788
|
flex-grow: unset;
|
|
33327
33789
|
flex-basis: unset;
|
|
33328
33790
|
}
|
|
33329
|
-
.cxd-DateRangePicker.is-mobile .cxd-DateRangePicker-toggler {
|
|
33330
|
-
margin-top: -3px;
|
|
33331
|
-
}
|
|
33332
33791
|
.cxd-ImageControl {
|
|
33333
33792
|
position: relative;
|
|
33334
33793
|
}
|
|
@@ -33967,6 +34426,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33967
34426
|
.cxd-EditorControl--xxl > .cxd-MonacoEditor {
|
|
33968
34427
|
min-height: 500px;
|
|
33969
34428
|
}
|
|
34429
|
+
.cxd-EditorControl .monaco-editor .iPadShowKeyboard {
|
|
34430
|
+
display: none;
|
|
34431
|
+
}
|
|
33970
34432
|
.monaco-inputbox > .wrapper {
|
|
33971
34433
|
padding: 0;
|
|
33972
34434
|
}
|
|
@@ -34062,12 +34524,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34062
34524
|
.cxd-InputRange {
|
|
34063
34525
|
display: flex;
|
|
34064
34526
|
justify-content: space-between;
|
|
34065
|
-
padding: var(--InputRange-padding) 0;
|
|
34066
34527
|
width: 100%;
|
|
34067
34528
|
}
|
|
34068
34529
|
.cxd-InputRange-wrap {
|
|
34069
34530
|
position: relative;
|
|
34070
34531
|
flex: auto;
|
|
34532
|
+
padding: var(--InputRange-padding) 0;
|
|
34071
34533
|
}
|
|
34072
34534
|
.cxd-InputRange-input {
|
|
34073
34535
|
width: var(--InputRange-input-width);
|
|
@@ -34086,6 +34548,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34086
34548
|
.cxd-InputRange-input .cxd-Number-handler-up-inner:hover, .cxd-InputRange-input .cxd-Number-handler-down-inner:hover {
|
|
34087
34549
|
color: var(--Number-handler-onHover-color);
|
|
34088
34550
|
}
|
|
34551
|
+
.cxd-InputRange.is-mobile .cxd-InputRange-input {
|
|
34552
|
+
width: var(--InputRange-input-mobile-width);
|
|
34553
|
+
}
|
|
34554
|
+
.cxd-InputRange.is-mobile .cxd-InputRange-input .cxd-Number-handler-wrap {
|
|
34555
|
+
display: none !important;
|
|
34556
|
+
}
|
|
34557
|
+
.cxd-InputRange.is-mobile .cxd-InputRange-input input {
|
|
34558
|
+
padding: 0 !important;
|
|
34559
|
+
text-align: center;
|
|
34560
|
+
}
|
|
34089
34561
|
.cxd-InputRange-clear {
|
|
34090
34562
|
display: flex;
|
|
34091
34563
|
align-items: center;
|
|
@@ -34134,6 +34606,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34134
34606
|
width: var(--InputRange-handle-width);
|
|
34135
34607
|
height: var(--InputRange-handle-height);
|
|
34136
34608
|
}
|
|
34609
|
+
.cxd-InputRange-handle.is-mobile {
|
|
34610
|
+
width: var(--InputRange-handle-mobile-width);
|
|
34611
|
+
height: var(--InputRange-handle-mobile-height);
|
|
34612
|
+
}
|
|
34137
34613
|
.cxd-InputRange-handle-icon, .cxd-InputRange-handle-drage {
|
|
34138
34614
|
width: 100%;
|
|
34139
34615
|
height: 100%;
|
|
@@ -34160,7 +34636,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34160
34636
|
.cxd-InputRange-handle-icon:focus, .cxd-InputRange-handle-drage:focus {
|
|
34161
34637
|
box-shadow: var(--InputRange-handle-onFocus-boxShadow);
|
|
34162
34638
|
}
|
|
34163
|
-
.cxd-InputRange-handle-drage {
|
|
34639
|
+
.cxd-InputRange-handle:not(.is-mobile) .cxd-InputRange-handle-drage {
|
|
34164
34640
|
transform: var(--InputRange-handle-onActive-transform);
|
|
34165
34641
|
box-shadow: var(--InputRange-handle-onFocus-boxShadow);
|
|
34166
34642
|
border-width: var(--InputRange-handle-onDrage-border-width);
|
|
@@ -34287,6 +34763,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34287
34763
|
border-style: solid;
|
|
34288
34764
|
border-color: transparent var(--InputRange-label-bg) transparent transparent;
|
|
34289
34765
|
}
|
|
34766
|
+
.cxd-InputRange.is-mobile .cxd-InputRange-label {
|
|
34767
|
+
display: block;
|
|
34768
|
+
white-space: nowrap;
|
|
34769
|
+
}
|
|
34290
34770
|
.cxd-InputRange-marks {
|
|
34291
34771
|
position: relative;
|
|
34292
34772
|
top: 8px;
|
|
@@ -34310,6 +34790,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34310
34790
|
overflow: hidden;
|
|
34311
34791
|
text-overflow: ellipsis;
|
|
34312
34792
|
}
|
|
34793
|
+
.cxd-InputRange.is-mobile .cxd-InputRange-marks div {
|
|
34794
|
+
top: 0;
|
|
34795
|
+
}
|
|
34796
|
+
.cxd-InputRange.is-mobile .cxd-InputRange-marks div:nth-child(2n) {
|
|
34797
|
+
top: -1.875rem;
|
|
34798
|
+
}
|
|
34313
34799
|
.cxd-RepeatControl .repeat-btn {
|
|
34314
34800
|
width: 5rem;
|
|
34315
34801
|
}
|
|
@@ -34322,7 +34808,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34322
34808
|
}
|
|
34323
34809
|
@media (min-width: 768px) {
|
|
34324
34810
|
.repeat-control.form-contorl-inline,
|
|
34325
|
-
|
|
34811
|
+
.form-group-inline .repeat-control {
|
|
34326
34812
|
display: inline-block;
|
|
34327
34813
|
min-width: 280px;
|
|
34328
34814
|
width: auto;
|
|
@@ -34409,7 +34895,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34409
34895
|
.cxd-Tree--outline .cxd-Tree-item--isLeaf.is-child:before {
|
|
34410
34896
|
position: absolute;
|
|
34411
34897
|
top: -8px;
|
|
34412
|
-
left: calc((var(--Tree-icon-gap) + var(--Tree-itemArrowWidth) + var(--Tree-icon-margin-right)) / 2 - var(--Tree-indent));
|
|
34898
|
+
left: calc( ( var(--Tree-icon-gap) + var(--Tree-itemArrowWidth) + var(--Tree-icon-margin-right) ) / 2 - var(--Tree-indent) );
|
|
34413
34899
|
bottom: 0px;
|
|
34414
34900
|
border-left: 1px solid var(--borderColor);
|
|
34415
34901
|
content: "";
|
|
@@ -34447,15 +34933,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34447
34933
|
overflow: hidden;
|
|
34448
34934
|
height: 2rem;
|
|
34449
34935
|
}
|
|
34450
|
-
.cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item {
|
|
34451
|
-
background-color: var(--Tree-item-onHover-bg-pure);
|
|
34452
|
-
}
|
|
34453
34936
|
.cxd-Tree-itemLabel:hover .cxd-Tree-item-icons {
|
|
34454
34937
|
visibility: visible;
|
|
34455
34938
|
}
|
|
34456
34939
|
.cxd-Tree-itemLabel .cxd-Checkbox {
|
|
34457
34940
|
margin-right: var(--inputTree-checkboxes-size-marginRight);
|
|
34458
34941
|
}
|
|
34942
|
+
.cxd-Tree-item:hover {
|
|
34943
|
+
background-color: var(--Tree-item-onHover-bg-pure);
|
|
34944
|
+
}
|
|
34459
34945
|
.cxd-Tree-item .is-checked {
|
|
34460
34946
|
border-radius: var(--Tree-item-onChekced-bg-borderRadius);
|
|
34461
34947
|
}
|
|
@@ -34496,7 +34982,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34496
34982
|
top: 0;
|
|
34497
34983
|
}
|
|
34498
34984
|
.cxd-Tree-itemInput {
|
|
34499
|
-
padding-left: var(--Tree-itemArrowWidth);
|
|
34500
34985
|
display: flex;
|
|
34501
34986
|
flex-direction: row;
|
|
34502
34987
|
flex-wrap: nowrap;
|
|
@@ -34519,10 +35004,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34519
35004
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
34520
35005
|
border-radius: var(--inputTree-border-radius);
|
|
34521
35006
|
line-height: var(--inputTree-input-lineHeight);
|
|
34522
|
-
padding: calc((
|
|
34523
|
-
var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) *
|
|
34524
|
-
var(--inputTree-fontSize) - 0.125rem
|
|
34525
|
-
) / 2) var(--Form-input-paddingX);
|
|
35007
|
+
padding: calc( ( var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem ) / 2 ) var(--Form-input-paddingX);
|
|
34526
35008
|
font-size: var(--inputTree-fontSize);
|
|
34527
35009
|
}
|
|
34528
35010
|
.cxd-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -34541,6 +35023,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34541
35023
|
box-shadow: var(--Form-input-boxShadow);
|
|
34542
35024
|
background: var(--Form-input-onFocused-bg);
|
|
34543
35025
|
}
|
|
35026
|
+
.cxd-Tree-itemInput.is-mobile > input {
|
|
35027
|
+
border-radius: 0;
|
|
35028
|
+
border: none;
|
|
35029
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
35030
|
+
}
|
|
34544
35031
|
.cxd-Tree-addTopBtn {
|
|
34545
35032
|
cursor: pointer;
|
|
34546
35033
|
height: var(--Tree-itemHeight);
|
|
@@ -34651,6 +35138,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34651
35138
|
.cxd-Tree-dropIndicator--hover::after {
|
|
34652
35139
|
display: none;
|
|
34653
35140
|
}
|
|
35141
|
+
.cxd-PopUp .cxd-Tree {
|
|
35142
|
+
flex: 1;
|
|
35143
|
+
}
|
|
35144
|
+
.cxd-PopUp .cxd-Tree .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item {
|
|
35145
|
+
background-color: none !important;
|
|
35146
|
+
}
|
|
34654
35147
|
.cxd-TreeSelectControl {
|
|
34655
35148
|
position: relative;
|
|
34656
35149
|
}
|
|
@@ -34741,7 +35234,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34741
35234
|
color: var(--text--muted-color);
|
|
34742
35235
|
}
|
|
34743
35236
|
.cxd-TreeSelect-spinner {
|
|
34744
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
35237
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
34745
35238
|
}
|
|
34746
35239
|
.cxd-TreeSelect-clear {
|
|
34747
35240
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -34957,7 +35450,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34957
35450
|
display: none;
|
|
34958
35451
|
}
|
|
34959
35452
|
.cxd-Combo-items:empty + .cxd-Combo-toolbar {
|
|
34960
|
-
padding-top: calc((var(--Form-input-height) - var(--Combo-addBtn-height)) / 2);
|
|
35453
|
+
padding-top: calc( (var(--Form-input-height) - var(--Combo-addBtn-height)) / 2 );
|
|
34961
35454
|
}
|
|
34962
35455
|
.cxd-Combo-item {
|
|
34963
35456
|
background: var(--combo-bg-color);
|
|
@@ -34999,6 +35492,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34999
35492
|
white-space: nowrap;
|
|
35000
35493
|
align-items: flex-start;
|
|
35001
35494
|
padding-top: var(--Form-label-paddingTop);
|
|
35495
|
+
height: 1.875rem;
|
|
35002
35496
|
}
|
|
35003
35497
|
.cxd-Combo--hor .cxd-Combo-delBtn.is-disabled {
|
|
35004
35498
|
pointer-events: none;
|
|
@@ -35098,6 +35592,22 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35098
35592
|
height: 100%;
|
|
35099
35593
|
background: rgba(0, 0, 0, 0.1);
|
|
35100
35594
|
}
|
|
35595
|
+
.cxd-Combo.is-mobile .cxd-Form-item .cxd-Form-rowInner {
|
|
35596
|
+
flex: 1;
|
|
35597
|
+
}
|
|
35598
|
+
.cxd-Combo.is-mobile .cxd-Combo-delBtn {
|
|
35599
|
+
height: 1.25rem;
|
|
35600
|
+
padding-top: 0;
|
|
35601
|
+
}
|
|
35602
|
+
.cxd-Combo.is-mobile .cxd-Combo-item {
|
|
35603
|
+
align-items: center;
|
|
35604
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
35605
|
+
}
|
|
35606
|
+
.cxd-Combo.is-mobile:not(.cxd-Combo--ver) .cxd-TextareaControl > textarea,
|
|
35607
|
+
.cxd-Combo.is-mobile:not(.cxd-Combo--ver) .cxd-Form-control > .cxd-TextControl-input,
|
|
35608
|
+
.cxd-Combo.is-mobile:not(.cxd-Combo--ver) .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
|
35609
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
35610
|
+
}
|
|
35101
35611
|
.cxd-ComboTabs > .cxd-Tabs-links::before, .cxd-ComboTabs > .cxd-Tabs-links::after {
|
|
35102
35612
|
display: table;
|
|
35103
35613
|
content: "";
|
|
@@ -35322,7 +35832,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35322
35832
|
color: var(--text--muted-color);
|
|
35323
35833
|
}
|
|
35324
35834
|
.cxd-Picker-spinner {
|
|
35325
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
35835
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
35326
35836
|
}
|
|
35327
35837
|
.cxd-Picker-clear {
|
|
35328
35838
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -35429,9 +35939,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35429
35939
|
user-select: none;
|
|
35430
35940
|
white-space: nowrap;
|
|
35431
35941
|
vertical-align: middle;
|
|
35432
|
-
line-height: calc(
|
|
35433
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35434
|
-
);
|
|
35942
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
|
35435
35943
|
display: inline-block;
|
|
35436
35944
|
font-size: var(--Pick-base-value-fontSize);
|
|
35437
35945
|
color: var(--Pick-base-value-color);
|
|
@@ -35508,6 +36016,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35508
36016
|
display: inline-block;
|
|
35509
36017
|
min-width: 9.375rem;
|
|
35510
36018
|
}
|
|
36019
|
+
.cxd-PickerControl.is-mobile {
|
|
36020
|
+
width: 100%;
|
|
36021
|
+
}
|
|
36022
|
+
.cxd-PickerControl.is-mobile .cxd-Form-item {
|
|
36023
|
+
padding: 0;
|
|
36024
|
+
}
|
|
36025
|
+
.cxd-PickerControl.is-mobile .cxd-Picker-input {
|
|
36026
|
+
border: none;
|
|
36027
|
+
}
|
|
35511
36028
|
.cxd-QrCode {
|
|
35512
36029
|
min-height: var(--Form-input-height);
|
|
35513
36030
|
padding: 0.4375rem 0;
|
|
@@ -35893,7 +36410,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35893
36410
|
padding: var(--transfer-search-paddingTop) var(--transfer-search-paddingRight) var(--transfer-search-paddingBottom) var(--transfer-search-paddingLeft);
|
|
35894
36411
|
width: 100%;
|
|
35895
36412
|
}
|
|
35896
|
-
.cxd-Transfer-search .cxd-InputBox {
|
|
36413
|
+
.cxd-Transfer-search .cxd-InputBox:not(.is-mobile) {
|
|
35897
36414
|
font-size: var(--transfer-search-fontSize);
|
|
35898
36415
|
font-weight: var(--transfer-search-fontWeight);
|
|
35899
36416
|
line-height: var(--transfer-search-lineHeight);
|
|
@@ -35905,31 +36422,39 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35905
36422
|
box-shadow: var(--transfer-search-shadow);
|
|
35906
36423
|
padding: var(--transfer-search-input-paddingTop) var(--transfer-search-input-paddingRight) var(--transfer-search-input-paddingBottom) var(--transfer-search-input-paddingLeft);
|
|
35907
36424
|
}
|
|
35908
|
-
.cxd-Transfer-search .cxd-InputBox:hover {
|
|
36425
|
+
.cxd-Transfer-search .cxd-InputBox:not(.is-mobile):hover {
|
|
35909
36426
|
border-color: var(--transfer-search-border-hover-color);
|
|
35910
36427
|
}
|
|
35911
|
-
.cxd-Transfer-search .cxd-InputBox.is-focused {
|
|
36428
|
+
.cxd-Transfer-search .cxd-InputBox:not(.is-mobile).is-focused {
|
|
35912
36429
|
border-color: var(--transfer-search-border-active-color);
|
|
35913
36430
|
}
|
|
35914
|
-
.cxd-Transfer-search .cxd-InputBox input {
|
|
36431
|
+
.cxd-Transfer-search .cxd-InputBox:not(.is-mobile) input {
|
|
35915
36432
|
color: var(--transfer-search-color);
|
|
35916
36433
|
font-size: var(--transfer-search-fontSize);
|
|
35917
36434
|
font-weight: var(--transfer-search-fontWeight);
|
|
35918
36435
|
line-height: var(--transfer-search-lineHeight);
|
|
35919
36436
|
height: var(--transfer-search-lineHeight);
|
|
35920
36437
|
}
|
|
35921
|
-
.cxd-Transfer-search .cxd-InputBox input::-moz-placeholder {
|
|
36438
|
+
.cxd-Transfer-search .cxd-InputBox:not(.is-mobile) input::-moz-placeholder {
|
|
35922
36439
|
color: var(--transfer-search-placeholder-font-color);
|
|
35923
36440
|
}
|
|
35924
|
-
.cxd-Transfer-search .cxd-InputBox input::placeholder {
|
|
36441
|
+
.cxd-Transfer-search .cxd-InputBox:not(.is-mobile) input::placeholder {
|
|
35925
36442
|
color: var(--transfer-search-placeholder-font-color);
|
|
35926
36443
|
}
|
|
36444
|
+
.cxd-Transfer-search.is-mobile .cxd-InputBox {
|
|
36445
|
+
border: none;
|
|
36446
|
+
border-bottom: var(--transfer-search-bottom-border-width) var(--transfer-search-bottom-border-style) var(--transfer-search-bottom-border-color);
|
|
36447
|
+
border-radius: 0;
|
|
36448
|
+
}
|
|
35927
36449
|
.cxd-Transfer-mid {
|
|
35928
36450
|
min-width: 0.625rem;
|
|
35929
36451
|
display: flex;
|
|
35930
36452
|
flex-direction: column;
|
|
35931
36453
|
justify-content: center;
|
|
35932
36454
|
}
|
|
36455
|
+
.cxd-Transfer-mid.is-mobile {
|
|
36456
|
+
display: none;
|
|
36457
|
+
}
|
|
35933
36458
|
.cxd-Transfer-arrow {
|
|
35934
36459
|
width: 40px;
|
|
35935
36460
|
height: 30px;
|
|
@@ -36012,6 +36537,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36012
36537
|
.cxd-Transfer .cxd-Selections .cxd-TableSelection .cxd-Table-table > tbody > tr {
|
|
36013
36538
|
height: auto;
|
|
36014
36539
|
}
|
|
36540
|
+
.cxd-Transfer .cxd-Transfer-result .cxd-Transfer-title {
|
|
36541
|
+
height: 2.5rem;
|
|
36542
|
+
line-height: 2.5rem;
|
|
36543
|
+
}
|
|
36544
|
+
.cxd-Transfer .cxd-Transfer-result.is-mobile .cxd-Transfer-search .cxd-InputBox {
|
|
36545
|
+
border: none;
|
|
36546
|
+
border-bottom: var(--transfer-search-bottom-border-width) var(--transfer-search-bottom-border-style) var(--transfer-search-bottom-border-color);
|
|
36547
|
+
border-radius: 0;
|
|
36548
|
+
}
|
|
36015
36549
|
.cxd-TabsTransfer .cxd-Transfer-title {
|
|
36016
36550
|
height: 40px;
|
|
36017
36551
|
}
|
|
@@ -36038,7 +36572,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36038
36572
|
height: var(--Form-input-height);
|
|
36039
36573
|
line-height: var(--Form-input-lineHeight);
|
|
36040
36574
|
font-size: var(--Form-input-fontSize);
|
|
36041
|
-
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
36575
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
|
36042
36576
|
color: var(--text--muted-color);
|
|
36043
36577
|
}
|
|
36044
36578
|
.cxd-TabsTransfer-tab {
|
|
@@ -36092,6 +36626,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36092
36626
|
max-height: 100%;
|
|
36093
36627
|
overflow: auto;
|
|
36094
36628
|
}
|
|
36629
|
+
.cxd-TabsTransfer-tabs > .cxd-Tabs-content .cxd-TabsTransfer-search.is-mobile .cxd-InputBox {
|
|
36630
|
+
border: none;
|
|
36631
|
+
border-bottom: 1px solid var(--TabsTransfer-border-color);
|
|
36632
|
+
border-radius: 0;
|
|
36633
|
+
}
|
|
36095
36634
|
.cxd-TransferControl {
|
|
36096
36635
|
position: relative;
|
|
36097
36636
|
overflow: hidden;
|
|
@@ -36143,6 +36682,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36143
36682
|
}
|
|
36144
36683
|
.cxd-TransferDropDown-content.is-mobile {
|
|
36145
36684
|
width: 100%;
|
|
36685
|
+
min-width: auto;
|
|
36686
|
+
}
|
|
36687
|
+
.cxd-TransferDropDown-content.is-mobile .cxd-Table-table > thead > tr > th:first-child.cxd-Table-checkCell {
|
|
36688
|
+
padding-left: var(--select-table-option-paddingLeft);
|
|
36146
36689
|
}
|
|
36147
36690
|
.cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
|
36148
36691
|
flex-grow: 1;
|
|
@@ -36170,6 +36713,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36170
36713
|
.cxd-NestedSelect--borderNone {
|
|
36171
36714
|
border-color: transparent !important;
|
|
36172
36715
|
}
|
|
36716
|
+
.cxd-NestedSelect.is-mobile {
|
|
36717
|
+
text-align: right;
|
|
36718
|
+
}
|
|
36173
36719
|
.cxd-NestedSelect-optionArrowRight {
|
|
36174
36720
|
display: inline-block;
|
|
36175
36721
|
padding-right: var(--Form-select-icon-rigin);
|
|
@@ -36192,7 +36738,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36192
36738
|
-webkit-user-select: none;
|
|
36193
36739
|
-moz-user-select: none;
|
|
36194
36740
|
user-select: none;
|
|
36195
|
-
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
36741
|
+
padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
|
|
36196
36742
|
}
|
|
36197
36743
|
.cxd-NestedSelect-menu {
|
|
36198
36744
|
width: 10rem;
|
|
@@ -36256,7 +36802,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36256
36802
|
background: unset;
|
|
36257
36803
|
}
|
|
36258
36804
|
.cxd-NestedSelect-popup {
|
|
36259
|
-
height:
|
|
36805
|
+
height: 21.25rem;
|
|
36260
36806
|
}
|
|
36261
36807
|
.cxd-Cascader-tabs {
|
|
36262
36808
|
display: flex;
|
|
@@ -36272,9 +36818,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36272
36818
|
.cxd-Cascader-tab {
|
|
36273
36819
|
flex: 1;
|
|
36274
36820
|
width: calc((100vw - 20px) / 3);
|
|
36275
|
-
height:
|
|
36821
|
+
height: 16.25rem;
|
|
36276
36822
|
overflow-y: auto;
|
|
36277
36823
|
display: inline-block;
|
|
36824
|
+
padding-left: 0.625rem;
|
|
36825
|
+
border: 1px solid var(--Cascader-border-color);
|
|
36278
36826
|
}
|
|
36279
36827
|
.cxd-Cascader-tab::-webkit-scrollbar {
|
|
36280
36828
|
display: none;
|
|
@@ -36315,19 +36863,23 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36315
36863
|
display: flex;
|
|
36316
36864
|
align-items: center;
|
|
36317
36865
|
justify-content: space-between;
|
|
36318
|
-
padding: 0.375rem 0;
|
|
36866
|
+
padding: 0.375rem 0 0.375rem 0.625rem;
|
|
36319
36867
|
font-size: var(--fontSizeMd);
|
|
36320
36868
|
line-height: var(--Cascader-option-lineHeight);
|
|
36321
36869
|
cursor: pointer;
|
|
36322
36870
|
position: relative;
|
|
36323
36871
|
}
|
|
36324
|
-
.cxd-Cascader-option.
|
|
36872
|
+
.cxd-Cascader-option.is-active {
|
|
36873
|
+
background-color: var(--Cascader-border-active-bg-color);
|
|
36874
|
+
}
|
|
36875
|
+
.cxd-Cascader-option.selected .cxd-Cascader-option--text {
|
|
36325
36876
|
color: var(--primary);
|
|
36326
36877
|
}
|
|
36327
36878
|
.cxd-Cascader-option.disabled span {
|
|
36328
36879
|
color: gray;
|
|
36329
36880
|
}
|
|
36330
36881
|
.cxd-Cascader-option--text {
|
|
36882
|
+
flex: 1;
|
|
36331
36883
|
white-space: nowrap;
|
|
36332
36884
|
overflow: hidden;
|
|
36333
36885
|
text-overflow: ellipsis;
|
|
@@ -36335,6 +36887,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36335
36887
|
-moz-user-select: none;
|
|
36336
36888
|
user-select: none;
|
|
36337
36889
|
}
|
|
36890
|
+
.cxd-Cascader-option--text.disabled {
|
|
36891
|
+
color: var(--Cascader-option-disable-color);
|
|
36892
|
+
}
|
|
36893
|
+
.cxd-Cascader-option-arrow {
|
|
36894
|
+
flex: 1;
|
|
36895
|
+
text-align: right;
|
|
36896
|
+
padding-right: 0.375rem;
|
|
36897
|
+
}
|
|
36898
|
+
.cxd-Cascader-option-arrow > svg {
|
|
36899
|
+
transform: scale(0.8);
|
|
36900
|
+
}
|
|
36338
36901
|
.cxd-Cascader-option-selectedNum {
|
|
36339
36902
|
min-width: 1rem;
|
|
36340
36903
|
height: 1rem;
|
|
@@ -36435,7 +36998,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36435
36998
|
color: var(--text--muted-color);
|
|
36436
36999
|
}
|
|
36437
37000
|
.cxd-IconPickerControl-spinner {
|
|
36438
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37001
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
36439
37002
|
}
|
|
36440
37003
|
.cxd-IconPickerControl-clear {
|
|
36441
37004
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -36554,7 +37117,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36554
37117
|
-webkit-user-select: none;
|
|
36555
37118
|
-moz-user-select: none;
|
|
36556
37119
|
user-select: none;
|
|
36557
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37120
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
36558
37121
|
vertical-align: middle;
|
|
36559
37122
|
display: inline-block;
|
|
36560
37123
|
overflow: hidden;
|
|
@@ -36641,7 +37204,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36641
37204
|
color: var(--text--muted-color);
|
|
36642
37205
|
}
|
|
36643
37206
|
.cxd-IconSelectControl-spinner {
|
|
36644
|
-
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
37207
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
|
36645
37208
|
}
|
|
36646
37209
|
.cxd-IconSelectControl-clear {
|
|
36647
37210
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -37015,6 +37578,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37015
37578
|
display: inline-block;
|
|
37016
37579
|
max-width: 100%;
|
|
37017
37580
|
}
|
|
37581
|
+
|
|
37018
37582
|
.cxd-Form-control--sizeXs {
|
|
37019
37583
|
width: var(--Form-control-widthXs);
|
|
37020
37584
|
max-width: 100%;
|
|
@@ -37024,6 +37588,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37024
37588
|
.cxd-Form-control--sizeXs.cxd-NumberControl {
|
|
37025
37589
|
width: var(--Form-control-widthXs);
|
|
37026
37590
|
}
|
|
37591
|
+
|
|
37027
37592
|
.cxd-Form-control--sizeSm {
|
|
37028
37593
|
width: var(--Form-control-widthSm);
|
|
37029
37594
|
max-width: 100%;
|
|
@@ -37033,12 +37598,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37033
37598
|
.cxd-Form-control--sizeSm.cxd-NumberControl {
|
|
37034
37599
|
width: var(--Form-control-widthSm);
|
|
37035
37600
|
}
|
|
37601
|
+
|
|
37036
37602
|
.cxd-Form-control--sizeMd {
|
|
37037
37603
|
width: var(--Form-control-widthMd);
|
|
37038
37604
|
max-width: 100%;
|
|
37039
37605
|
display: inline-block;
|
|
37040
37606
|
vertical-align: top;
|
|
37041
37607
|
}
|
|
37608
|
+
|
|
37042
37609
|
.cxd-Form-control--sizeLg {
|
|
37043
37610
|
width: var(--Form-control-widthLg);
|
|
37044
37611
|
max-width: 100%;
|
|
@@ -37048,6 +37615,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37048
37615
|
.cxd-Form-control--sizeLg.cxd-NumberControl {
|
|
37049
37616
|
width: var(--Form-control-widthLg);
|
|
37050
37617
|
}
|
|
37618
|
+
|
|
37051
37619
|
.cxd-Form-item--horizontal {
|
|
37052
37620
|
display: flex;
|
|
37053
37621
|
flex-wrap: nowrap;
|
|
@@ -37059,16 +37627,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37059
37627
|
min-width: var(--Form--horizontal-value-minWidth);
|
|
37060
37628
|
}
|
|
37061
37629
|
.cxd-Form-item--horizontal .cxd-Form-itemColumn--xs,
|
|
37062
|
-
|
|
37063
|
-
|
|
37064
|
-
|
|
37065
|
-
|
|
37066
|
-
|
|
37630
|
+
.cxd-Form-item--horizontal .cxd-Form-itemColumn--sm,
|
|
37631
|
+
.cxd-Form-item--horizontal .cxd-Form-itemColumn--normal,
|
|
37632
|
+
.cxd-Form-item--horizontal .cxd-Form-itemColumn--auto,
|
|
37633
|
+
.cxd-Form-item--horizontal .cxd-Form-itemColumn--md,
|
|
37634
|
+
.cxd-Form-item--horizontal .cxd-Form-itemColumn--lg {
|
|
37067
37635
|
flex-grow: unset;
|
|
37068
37636
|
flex-basis: unset;
|
|
37069
37637
|
}
|
|
37070
37638
|
.cxd-Form-item--horizontal > .cxd-Form-label {
|
|
37071
|
-
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
37639
|
+
padding-top: calc( ( var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize) ) / 2 );
|
|
37072
37640
|
word-break: break-word;
|
|
37073
37641
|
line-height: var(--Form-item-lineHeight);
|
|
37074
37642
|
margin: 0;
|
|
@@ -37169,7 +37737,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37169
37737
|
vertical-align: top;
|
|
37170
37738
|
}
|
|
37171
37739
|
.cxd-Form-item--inline > .cxd-Form-label {
|
|
37172
|
-
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
37740
|
+
padding-top: calc( ( var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize) ) / 2 );
|
|
37173
37741
|
word-break: break-word;
|
|
37174
37742
|
line-height: var(--Form-item-lineHeight);
|
|
37175
37743
|
margin: 0;
|
|
@@ -37197,6 +37765,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37197
37765
|
.cxd-Form-item--inline > .cxd-Form-value > .cxd-TextControl--withAddOn {
|
|
37198
37766
|
display: inline-flex;
|
|
37199
37767
|
}
|
|
37768
|
+
|
|
37200
37769
|
.cxd-Form-row {
|
|
37201
37770
|
display: flex;
|
|
37202
37771
|
flex-wrap: wrap;
|
|
@@ -37208,11 +37777,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37208
37777
|
padding-left: calc(var(--Form-row-gutterWidth) / 2);
|
|
37209
37778
|
padding-right: calc(var(--Form-row-gutterWidth) / 2);
|
|
37210
37779
|
}
|
|
37780
|
+
|
|
37211
37781
|
.cxd-Form-col {
|
|
37212
37782
|
flex-basis: 0;
|
|
37213
37783
|
flex-grow: 1;
|
|
37214
37784
|
flex-shrink: 1;
|
|
37215
37785
|
}
|
|
37786
|
+
|
|
37216
37787
|
.cxd-Form-rowInner {
|
|
37217
37788
|
display: flex;
|
|
37218
37789
|
flex-wrap: nowrap;
|
|
@@ -37231,9 +37802,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37231
37802
|
.cxd-Form--debug {
|
|
37232
37803
|
padding: var(--gap-sm);
|
|
37233
37804
|
margin-bottom: var(--gap-sm);
|
|
37234
|
-
background-color:
|
|
37805
|
+
background-color: #fafafa;
|
|
37235
37806
|
border-radius: var(--borderRadius);
|
|
37236
37807
|
position: relative;
|
|
37808
|
+
word-wrap: break-word;
|
|
37809
|
+
word-break: break-all;
|
|
37237
37810
|
}
|
|
37238
37811
|
.cxd-Form--column {
|
|
37239
37812
|
display: flex;
|
|
@@ -37288,24 +37861,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37288
37861
|
}
|
|
37289
37862
|
/* 移动端样式调整 */
|
|
37290
37863
|
@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);
|
|
37864
|
+
.cxd-Combo-form::before {
|
|
37865
|
+
border-bottom: none;
|
|
37300
37866
|
}
|
|
37301
|
-
|
|
37867
|
+
|
|
37868
|
+
.cxd-Form-item {
|
|
37302
37869
|
display: flex;
|
|
37303
|
-
flex-wrap: wrap;
|
|
37304
37870
|
margin-bottom: 0;
|
|
37305
|
-
padding: var(--Form-item-gap) 0;
|
|
37871
|
+
padding: var(--Form-item-mobile-gap) 0;
|
|
37306
37872
|
position: relative;
|
|
37307
37873
|
}
|
|
37308
|
-
.cxd-Form
|
|
37874
|
+
.cxd-Form-item::after {
|
|
37309
37875
|
position: absolute;
|
|
37310
37876
|
box-sizing: border-box;
|
|
37311
37877
|
content: " ";
|
|
@@ -37315,11 +37881,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37315
37881
|
left: 0;
|
|
37316
37882
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37317
37883
|
}
|
|
37318
|
-
.cxd-Form
|
|
37319
|
-
|
|
37884
|
+
.cxd-Form-item .cxd-InputGroup-addOn,
|
|
37885
|
+
.cxd-Form-item .cxd-TextControl-addOn {
|
|
37320
37886
|
border: none;
|
|
37321
37887
|
}
|
|
37322
|
-
.cxd-Form
|
|
37888
|
+
.cxd-Form-item .cxd-Form-label {
|
|
37323
37889
|
flex: 0 0 28%;
|
|
37324
37890
|
max-width: 28%;
|
|
37325
37891
|
min-height: 1px;
|
|
@@ -37330,111 +37896,218 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37330
37896
|
margin-bottom: 0;
|
|
37331
37897
|
font-size: var(--fontSizeLg);
|
|
37332
37898
|
}
|
|
37333
|
-
.cxd-Form
|
|
37899
|
+
.cxd-Form-item .cxd-Form-label > span {
|
|
37900
|
+
line-height: 2rem;
|
|
37901
|
+
display: inline-block;
|
|
37902
|
+
}
|
|
37903
|
+
.cxd-Form-item .cxd-Form-description {
|
|
37334
37904
|
font-size: var(--fontSizeBase);
|
|
37335
37905
|
}
|
|
37336
|
-
.cxd-Form
|
|
37906
|
+
.cxd-Form-item .cxd-TextControl-input {
|
|
37337
37907
|
font-size: var(--fontSizeLg);
|
|
37338
37908
|
}
|
|
37339
|
-
.cxd-Form
|
|
37909
|
+
.cxd-Form-item .cxd-TextControl-input input {
|
|
37340
37910
|
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
|
37341
37911
|
}
|
|
37342
|
-
.cxd-Form .cxd-
|
|
37343
|
-
|
|
37912
|
+
.cxd-Form-item .cxd-NumberControl .cxd-Number {
|
|
37913
|
+
flex: 1;
|
|
37914
|
+
border: none;
|
|
37915
|
+
}
|
|
37916
|
+
.cxd-Form-item .cxd-NumberControl .cxd-Number .cxd-Number-handler-wrap {
|
|
37917
|
+
display: none;
|
|
37918
|
+
}
|
|
37919
|
+
.cxd-Form-item .cxd-NumberControl .cxd-Select {
|
|
37920
|
+
flex: none;
|
|
37921
|
+
border: none;
|
|
37922
|
+
}
|
|
37923
|
+
.cxd-Form-item .cxd-Number--enhance {
|
|
37924
|
+
float: right;
|
|
37925
|
+
border: none;
|
|
37926
|
+
}
|
|
37927
|
+
.cxd-Form-item .cxd-Number--enhance-left-icon, .cxd-Form-item .cxd-Number--enhance-right-icon {
|
|
37928
|
+
width: var(--inputNumber-enhance-mobile-icon-width);
|
|
37929
|
+
height: var(--inputNumber-enhance-mobile-icon-height);
|
|
37930
|
+
border: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37931
|
+
border-radius: var(--Form-input-borderRadius);
|
|
37932
|
+
-webkit-user-select: none;
|
|
37933
|
+
-moz-user-select: none;
|
|
37934
|
+
user-select: none;
|
|
37935
|
+
}
|
|
37936
|
+
.cxd-Form-item .cxd-Number--enhance-left-icon svg.icon, .cxd-Form-item .cxd-Number--enhance-right-icon svg.icon {
|
|
37937
|
+
top: 0;
|
|
37938
|
+
}
|
|
37939
|
+
.cxd-Form-item .cxd-Number--enhance .cxd-Number-input {
|
|
37940
|
+
text-align: center;
|
|
37941
|
+
}
|
|
37942
|
+
.cxd-Form-item .cxd-Number--enhance .cxd-Number--enhance-input {
|
|
37943
|
+
width: var(--inputNumber-enhance-mobile-input-width);
|
|
37944
|
+
text-align: center;
|
|
37945
|
+
}
|
|
37946
|
+
.cxd-Form-item .cxd-Number--enhance .cxd-InputNumber-enhance-minus,
|
|
37947
|
+
.cxd-Form-item .cxd-Number--enhance .cxd-InputNumber-enhance-plus {
|
|
37948
|
+
width: var(--inputNumber-enhance-mobile-icon-inner-width);
|
|
37949
|
+
height: var(--inputNumber-enhance-mobile-icon-inner-height);
|
|
37950
|
+
display: flex;
|
|
37951
|
+
justify-content: center;
|
|
37952
|
+
align-items: center;
|
|
37953
|
+
}
|
|
37954
|
+
.cxd-Form-item .cxd-Number--enhance:hover .cxd-Number-input {
|
|
37955
|
+
padding-left: var(--inputNumber-enhance-default-paddingLeft);
|
|
37956
|
+
padding-right: var(--inputNumber-enhance-default-paddingRight);
|
|
37957
|
+
}
|
|
37958
|
+
.cxd-Form-item .cxd-Form-value,
|
|
37959
|
+
.cxd-Form-item .cxd-Form-control {
|
|
37344
37960
|
flex: 1;
|
|
37345
37961
|
flex-wrap: wrap;
|
|
37346
37962
|
font-size: var(--fontSizeLg);
|
|
37347
37963
|
}
|
|
37348
|
-
.cxd-Form
|
|
37349
|
-
|
|
37964
|
+
.cxd-Form-item .cxd-Form-value .cxd-ColorPicker > input,
|
|
37965
|
+
.cxd-Form-item .cxd-Form-control .cxd-ColorPicker > input {
|
|
37966
|
+
height: 100%;
|
|
37967
|
+
}
|
|
37968
|
+
.cxd-Form-item .cxd-Form-value .cxd-ResultBox,
|
|
37969
|
+
.cxd-Form-item .cxd-Form-control .cxd-ResultBox {
|
|
37970
|
+
height: 100%;
|
|
37971
|
+
}
|
|
37972
|
+
.cxd-Form-item .cxd-Form-value .cxd-ResultBox .cxd-ResultBox-value-wrap,
|
|
37973
|
+
.cxd-Form-item .cxd-Form-control .cxd-ResultBox .cxd-ResultBox-value-wrap {
|
|
37974
|
+
justify-content: flex-end;
|
|
37975
|
+
text-align: right;
|
|
37976
|
+
}
|
|
37977
|
+
.cxd-Form-item .cxd-Form-value.is-disabled > .cxd-TextControl-input,
|
|
37978
|
+
.cxd-Form-item .cxd-Form-control.is-disabled > .cxd-TextControl-input {
|
|
37350
37979
|
background: transparent;
|
|
37351
37980
|
}
|
|
37352
|
-
.cxd-Form
|
|
37981
|
+
.cxd-Form-item .cxd-SelectControl.cxd-Form-control {
|
|
37353
37982
|
overflow: hidden;
|
|
37354
37983
|
}
|
|
37355
|
-
.cxd-Form
|
|
37356
|
-
|
|
37357
|
-
|
|
37358
|
-
|
|
37359
|
-
|
|
37360
|
-
|
|
37361
|
-
|
|
37362
|
-
.cxd-Form .cxd-Form-item .cxd-CheckboxesControl {
|
|
37984
|
+
.cxd-Form-item .cxd-Form-hint,
|
|
37985
|
+
.cxd-Form-item .cxd-Form-remark,
|
|
37986
|
+
.cxd-Form-item .cxd-Form-group--hor .cxd-Form-item,
|
|
37987
|
+
.cxd-Form-item .cxd-SwitchControl,
|
|
37988
|
+
.cxd-Form-item .cxd-CheckboxControl,
|
|
37989
|
+
.cxd-Form-item .cxd-RadiosControl,
|
|
37990
|
+
.cxd-Form-item .cxd-CheckboxesControl {
|
|
37363
37991
|
padding-top: 0;
|
|
37364
37992
|
padding-bottom: 0;
|
|
37365
37993
|
}
|
|
37366
|
-
.cxd-Form
|
|
37994
|
+
.cxd-Form-item .cxd-SwitchControl,
|
|
37995
|
+
.cxd-Form-item .cxd-TransferControl,
|
|
37996
|
+
.cxd-Form-item .cxd-TagControl,
|
|
37997
|
+
.cxd-Form-item .cxd-CheckboxControl,
|
|
37998
|
+
.cxd-Form-item .cxd-TreeSelectControl,
|
|
37999
|
+
.cxd-Form-item .cxd-NestedSelectControl,
|
|
38000
|
+
.cxd-Form-item .cxd-TabsTransferControl {
|
|
38001
|
+
padding-top: 0.1875rem;
|
|
38002
|
+
}
|
|
38003
|
+
.cxd-Form-item--inline {
|
|
38004
|
+
margin-right: 0;
|
|
38005
|
+
}
|
|
38006
|
+
.cxd-Form-item .cxd-Form-item-controlBox {
|
|
38007
|
+
flex: 1;
|
|
38008
|
+
}
|
|
38009
|
+
.cxd-Form-item .cxd-Form-static .cxd-Progress {
|
|
38010
|
+
margin-top: 0.1875rem;
|
|
38011
|
+
}
|
|
38012
|
+
.cxd-Form-item .cxd-Form-static .cxd-Field-quickEditBtn {
|
|
38013
|
+
vertical-align: baseline;
|
|
38014
|
+
}
|
|
38015
|
+
.cxd-Form-item .cxd-Form-group--horizontal .cxd-TextControl-input input {
|
|
37367
38016
|
height: var(--Form-input-height);
|
|
37368
38017
|
}
|
|
37369
|
-
.cxd-Form
|
|
38018
|
+
.cxd-Form-item .cxd-Form-hint {
|
|
37370
38019
|
font-size: var(--fontSizeBase);
|
|
37371
38020
|
margin-left: 0;
|
|
37372
38021
|
color: var(--text--muted-color);
|
|
37373
38022
|
}
|
|
37374
|
-
.cxd-Form
|
|
38023
|
+
.cxd-Form-item .cxd-TextControl-placeholder {
|
|
37375
38024
|
top: 0;
|
|
37376
38025
|
}
|
|
37377
|
-
.cxd-Form
|
|
38026
|
+
.cxd-Form-item .cxd-Form-static {
|
|
37378
38027
|
min-height: 0;
|
|
37379
38028
|
}
|
|
37380
|
-
.cxd-Form
|
|
37381
|
-
|
|
38029
|
+
.cxd-Form-item .cxd-Form-description,
|
|
38030
|
+
.cxd-Form-item .cxd-Form-feedback {
|
|
37382
38031
|
font-size: var(--fontSizeBase);
|
|
37383
38032
|
}
|
|
37384
|
-
.cxd-Form
|
|
37385
|
-
|
|
38033
|
+
.cxd-Form-item .cxd-InputGroup .cxd-Select,
|
|
38034
|
+
.cxd-Form-item .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
|
|
37386
38035
|
border: none;
|
|
37387
38036
|
}
|
|
37388
|
-
.cxd-Form
|
|
38037
|
+
.cxd-Form-item .cxd-InputGroup > .cxd-TextControl-input input {
|
|
37389
38038
|
height: var(--Form-input-height);
|
|
37390
38039
|
}
|
|
37391
|
-
.cxd-Form
|
|
38040
|
+
.cxd-Form-item .cxd-ColorPicker {
|
|
37392
38041
|
padding: 0;
|
|
37393
38042
|
border: none;
|
|
37394
38043
|
}
|
|
37395
|
-
.cxd-Form
|
|
38044
|
+
.cxd-Form-item .cxd-ColorPicker .cxd-ColorPicker-arrow {
|
|
37396
38045
|
display: none;
|
|
37397
38046
|
}
|
|
37398
|
-
.cxd-Form
|
|
38047
|
+
.cxd-Form-item .cxd-Form-group--hor .cxd-Form-item .cxd-Button {
|
|
37399
38048
|
margin-bottom: var(--gap-xs);
|
|
37400
38049
|
}
|
|
37401
|
-
.cxd-Form
|
|
37402
|
-
|
|
37403
|
-
|
|
38050
|
+
.cxd-Form-item .cxd-TextareaControl > textarea,
|
|
38051
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
|
|
38052
|
+
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
|
37404
38053
|
border: none;
|
|
37405
38054
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
37406
38055
|
box-shadow: none;
|
|
38056
|
+
border-radius: 0;
|
|
37407
38057
|
}
|
|
37408
|
-
.cxd-Form
|
|
37409
|
-
|
|
37410
|
-
|
|
37411
|
-
|
|
37412
|
-
|
|
37413
|
-
|
|
37414
|
-
|
|
38058
|
+
.cxd-Form-item .cxd-TextareaControl > textarea:hover, .cxd-Form-item .cxd-TextareaControl > textarea:focus, .cxd-Form-item .cxd-TextareaControl > textarea.active,
|
|
38059
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:hover,
|
|
38060
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:focus,
|
|
38061
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input.active,
|
|
38062
|
+
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:hover,
|
|
38063
|
+
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:focus,
|
|
38064
|
+
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input.active {
|
|
37415
38065
|
border: none;
|
|
37416
38066
|
outline: none;
|
|
37417
38067
|
outline-style: none;
|
|
37418
38068
|
}
|
|
37419
|
-
.cxd-Form
|
|
38069
|
+
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input--multiple {
|
|
37420
38070
|
padding: 0;
|
|
37421
38071
|
min-height: 0;
|
|
37422
38072
|
}
|
|
37423
|
-
|
|
38073
|
+
|
|
38074
|
+
.cxd-Form-groupColumn {
|
|
37424
38075
|
margin-bottom: 0;
|
|
37425
38076
|
}
|
|
37426
|
-
|
|
38077
|
+
|
|
38078
|
+
.cxd-Form-item:nth-last-of-type(1)::after {
|
|
37427
38079
|
display: none;
|
|
37428
38080
|
}
|
|
37429
|
-
|
|
38081
|
+
|
|
38082
|
+
.cxd-Form-item.is-placeholder::after {
|
|
37430
38083
|
display: none;
|
|
37431
38084
|
}
|
|
37432
|
-
|
|
38085
|
+
|
|
38086
|
+
.cxd-Tabs-pane {
|
|
37433
38087
|
padding: 0;
|
|
37434
38088
|
}
|
|
37435
|
-
|
|
38089
|
+
|
|
38090
|
+
.cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
|
|
37436
38091
|
padding-bottom: var(--Form-input-paddingX);
|
|
37437
38092
|
}
|
|
38093
|
+
|
|
38094
|
+
.cxd-Form-groupColumn {
|
|
38095
|
+
position: relative;
|
|
38096
|
+
}
|
|
38097
|
+
.cxd-Form-groupColumn::after {
|
|
38098
|
+
position: absolute;
|
|
38099
|
+
box-sizing: border-box;
|
|
38100
|
+
content: " ";
|
|
38101
|
+
pointer-events: none;
|
|
38102
|
+
right: 0;
|
|
38103
|
+
bottom: 0;
|
|
38104
|
+
left: 0;
|
|
38105
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
38106
|
+
}
|
|
38107
|
+
|
|
38108
|
+
.cxd-Form-groupColumn:nth-last-of-type(1)::after {
|
|
38109
|
+
display: none;
|
|
38110
|
+
}
|
|
37438
38111
|
}
|
|
37439
38112
|
.cxd-UserSelect {
|
|
37440
38113
|
position: relative;
|
|
@@ -38332,8 +39005,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38332
39005
|
/* 函数列表 */
|
|
38333
39006
|
}
|
|
38334
39007
|
.cxd-FormulaEditor-content {
|
|
38335
|
-
|
|
38336
|
-
|
|
39008
|
+
flex: 1;
|
|
39009
|
+
height: 100%;
|
|
39010
|
+
max-width: 33.125rem;
|
|
39011
|
+
border-top: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
39012
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38337
39013
|
}
|
|
38338
39014
|
.cxd-FormulaEditor-header {
|
|
38339
39015
|
width: 100%;
|
|
@@ -38346,6 +39022,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38346
39022
|
border-bottom: none;
|
|
38347
39023
|
font-weight: 500;
|
|
38348
39024
|
}
|
|
39025
|
+
.cxd-FormulaEditor-header-toolbar {
|
|
39026
|
+
font-size: 12px;
|
|
39027
|
+
float: right;
|
|
39028
|
+
}
|
|
39029
|
+
.cxd-FormulaEditor-header-toolbar > span {
|
|
39030
|
+
margin-right: 5px;
|
|
39031
|
+
}
|
|
38349
39032
|
.cxd-FormulaEditor-editor {
|
|
38350
39033
|
height: 12.5rem;
|
|
38351
39034
|
padding: 0.3125rem;
|
|
@@ -38374,31 +39057,26 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38374
39057
|
flex-flow: row nowrap;
|
|
38375
39058
|
align-items: stretch;
|
|
38376
39059
|
justify-content: space-between;
|
|
38377
|
-
height:
|
|
39060
|
+
height: 28.125rem;
|
|
38378
39061
|
margin-top: 0.625rem;
|
|
38379
39062
|
}
|
|
38380
|
-
.cxd-FormulaEditor-settings
|
|
38381
|
-
width:
|
|
39063
|
+
.cxd-FormulaEditor-settings.is-mobile {
|
|
39064
|
+
width: 100%;
|
|
39065
|
+
overflow-x: scroll;
|
|
39066
|
+
overflow-y: hidden;
|
|
38382
39067
|
}
|
|
38383
39068
|
.cxd-FormulaEditor-settings.only-variable {
|
|
38384
39069
|
height: 21.875rem;
|
|
38385
39070
|
}
|
|
38386
39071
|
.cxd-FormulaEditor-panel {
|
|
38387
39072
|
display: flex;
|
|
38388
|
-
flex: 1;
|
|
38389
39073
|
flex-flow: column nowrap;
|
|
38390
39074
|
justify-content: space-between;
|
|
38391
39075
|
align-items: stretch;
|
|
38392
39076
|
height: 100%;
|
|
38393
|
-
|
|
39077
|
+
width: 11.75rem;
|
|
38394
39078
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38395
39079
|
}
|
|
38396
|
-
.cxd-FormulaEditor-panel:not(:last-child) {
|
|
38397
|
-
margin-right: 0.625rem;
|
|
38398
|
-
}
|
|
38399
|
-
.cxd-FormulaEditor-panel:last-child {
|
|
38400
|
-
flex: 1;
|
|
38401
|
-
}
|
|
38402
39080
|
.cxd-FormulaEditor-panel-header {
|
|
38403
39081
|
width: 100%;
|
|
38404
39082
|
height: 1.875rem;
|
|
@@ -38420,6 +39098,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38420
39098
|
.cxd-FormulaEditor-panel-body--tabs {
|
|
38421
39099
|
max-height: 100%;
|
|
38422
39100
|
}
|
|
39101
|
+
.cxd-FormulaEditor-panel.left {
|
|
39102
|
+
justify-content: normal !important;
|
|
39103
|
+
border-radius: var(--borderRadius) 0 0 var(--borderRadius);
|
|
39104
|
+
}
|
|
39105
|
+
.cxd-FormulaEditor-panel.right {
|
|
39106
|
+
width: 20.625rem;
|
|
39107
|
+
border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
|
|
39108
|
+
}
|
|
39109
|
+
.cxd-FormulaEditor-VariableList {
|
|
39110
|
+
height: 100%;
|
|
39111
|
+
}
|
|
38423
39112
|
.cxd-FormulaEditor-VariableList-root {
|
|
38424
39113
|
max-height: 100%;
|
|
38425
39114
|
}
|
|
@@ -38435,7 +39124,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38435
39124
|
max-height: 100%;
|
|
38436
39125
|
}
|
|
38437
39126
|
.cxd-FormulaEditor-VariableList-base.is-scrollable {
|
|
38438
|
-
overflow-x:
|
|
39127
|
+
overflow-x: auto;
|
|
38439
39128
|
overflow-y: auto;
|
|
38440
39129
|
}
|
|
38441
39130
|
.cxd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
@@ -38477,7 +39166,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38477
39166
|
padding: 0;
|
|
38478
39167
|
}
|
|
38479
39168
|
.cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content .cxd-FormulaEditor-VariableList-sub .cxd-FormulaEditor-VariableList-body {
|
|
38480
|
-
max-height: 13.75rem;
|
|
38481
39169
|
overflow-y: hidden;
|
|
38482
39170
|
}
|
|
38483
39171
|
.cxd-FormulaEditor-VariableList-tabs .cxd-Tabs-content .cxd-FormulaEditor-VariableList-sub-FormulaEditor-VariableList-base {
|
|
@@ -38547,6 +39235,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38547
39235
|
flex: 1;
|
|
38548
39236
|
width: 0;
|
|
38549
39237
|
display: inline-block;
|
|
39238
|
+
min-width: 3.125rem;
|
|
39239
|
+
}
|
|
39240
|
+
.cxd-FormulaEditor-VariableList-item .fa-ellipsis-h {
|
|
39241
|
+
margin-right: 0.3125rem;
|
|
39242
|
+
}
|
|
39243
|
+
.cxd-FormulaEditor-VariableList-item .fa-ellipsis-h:hover {
|
|
39244
|
+
color: var(--primary);
|
|
38550
39245
|
}
|
|
38551
39246
|
.cxd-FormulaEditor-VariableList-item-tag {
|
|
38552
39247
|
vertical-align: middle;
|
|
@@ -38559,21 +39254,35 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38559
39254
|
line-height: 1.5rem;
|
|
38560
39255
|
height: 1.5rem;
|
|
38561
39256
|
}
|
|
39257
|
+
.cxd-FormulaEditor-VariableList-item-oper {
|
|
39258
|
+
list-style: none;
|
|
39259
|
+
max-width: 14.6875rem;
|
|
39260
|
+
font-size: var(--fontSizeSm);
|
|
39261
|
+
min-width: 100px;
|
|
39262
|
+
padding: 0 5px;
|
|
39263
|
+
margin: 5px;
|
|
39264
|
+
text-align: center;
|
|
39265
|
+
}
|
|
39266
|
+
.cxd-FormulaEditor-VariableList-item-oper li {
|
|
39267
|
+
line-height: 24px;
|
|
39268
|
+
}
|
|
39269
|
+
.cxd-FormulaEditor-VariableList-item-oper li:hover {
|
|
39270
|
+
cursor: pointer;
|
|
39271
|
+
background: var(--Form-select-menu-onHover-bg);
|
|
39272
|
+
}
|
|
39273
|
+
.cxd-FormulaEditor-VariableList .cxd-GroupedSelection {
|
|
39274
|
+
max-height: 100%;
|
|
39275
|
+
}
|
|
38562
39276
|
.cxd-FormulaEditor-VariableList .cxd-GroupedSelection-item-tag {
|
|
38563
39277
|
line-height: 17px;
|
|
38564
39278
|
}
|
|
39279
|
+
.cxd-FormulaEditor-VariableList .cxd-GroupedSelection-itemLabel {
|
|
39280
|
+
font-size: var(--fontSizeSm);
|
|
39281
|
+
}
|
|
38565
39282
|
.cxd-FormulaEditor-FuncList {
|
|
38566
39283
|
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;
|
|
39284
|
+
flex-flow: column nowrap;
|
|
39285
|
+
height: 100%;
|
|
38577
39286
|
}
|
|
38578
39287
|
.cxd-FormulaEditor-FuncList-searchBox {
|
|
38579
39288
|
display: flex;
|
|
@@ -38633,20 +39342,30 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38633
39342
|
.cxd-FormulaEditor-FuncList-doc {
|
|
38634
39343
|
display: flex;
|
|
38635
39344
|
flex-flow: column nowrap;
|
|
38636
|
-
padding: 0.625rem;
|
|
38637
|
-
|
|
39345
|
+
padding: 0 0.625rem;
|
|
39346
|
+
font-size: 12px;
|
|
39347
|
+
height: 100%;
|
|
39348
|
+
overflow: hidden;
|
|
38638
39349
|
}
|
|
38639
39350
|
.cxd-FormulaEditor-FuncList-doc pre {
|
|
38640
39351
|
white-space: pre-wrap;
|
|
38641
39352
|
word-wrap: break-word;
|
|
38642
|
-
background: var(--InputFormula-code-bgColor);
|
|
38643
|
-
padding: 0.3125rem 0.625rem;
|
|
38644
39353
|
border-radius: var(--borderRadius);
|
|
38645
39354
|
margin-top: 0;
|
|
38646
39355
|
}
|
|
38647
39356
|
.cxd-FormulaEditor-FuncList-doc pre code {
|
|
38648
39357
|
color: #2468f2;
|
|
38649
39358
|
}
|
|
39359
|
+
.cxd-FormulaEditor-FuncList-doc-example {
|
|
39360
|
+
font-size: var(--fontSizeSm) !important;
|
|
39361
|
+
}
|
|
39362
|
+
.cxd-FormulaEditor-FuncList-doc-example th {
|
|
39363
|
+
padding: 0.3125rem !important;
|
|
39364
|
+
font-size: var(--fontSizeSm) !important;
|
|
39365
|
+
}
|
|
39366
|
+
.cxd-FormulaEditor-FuncList-doc-example td {
|
|
39367
|
+
padding: 0.3125rem !important;
|
|
39368
|
+
}
|
|
38650
39369
|
.cxd-FormulaEditor-FuncList-doc-desc {
|
|
38651
39370
|
color: var(--text--loud-color);
|
|
38652
39371
|
overflow-x: hidden;
|
|
@@ -38661,6 +39380,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38661
39380
|
border-radius: 3px;
|
|
38662
39381
|
background: rgba(0, 0, 0, 0.3);
|
|
38663
39382
|
}
|
|
39383
|
+
.cxd-FormulaEditor-FuncList.withDoc {
|
|
39384
|
+
max-height: 50% !important;
|
|
39385
|
+
}
|
|
39386
|
+
.cxd-FormulaEditor-FuncDoc {
|
|
39387
|
+
height: 300px;
|
|
39388
|
+
overflow: hidden;
|
|
39389
|
+
background: var(--InputFormula-code-bgColor);
|
|
39390
|
+
}
|
|
38664
39391
|
.cxd-FormulaEditor .cm-field,
|
|
38665
39392
|
.cxd-FormulaEditor .cm-func {
|
|
38666
39393
|
border-radius: 3px;
|
|
@@ -38669,7 +39396,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38669
39396
|
padding: 0 2px;
|
|
38670
39397
|
}
|
|
38671
39398
|
.cxd-FormulaEditor .cm-field {
|
|
38672
|
-
padding:
|
|
39399
|
+
padding: 2px 5px;
|
|
38673
39400
|
}
|
|
38674
39401
|
.cxd-FormulaEditor .cm-field {
|
|
38675
39402
|
background: #007bff;
|
|
@@ -38685,6 +39412,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38685
39412
|
justify-content: space-between;
|
|
38686
39413
|
align-items: center;
|
|
38687
39414
|
}
|
|
39415
|
+
.cxd-FormulaPicker-popup {
|
|
39416
|
+
height: 36.25rem;
|
|
39417
|
+
}
|
|
39418
|
+
.cxd-FormulaPicker-popup-inner {
|
|
39419
|
+
width: 100%;
|
|
39420
|
+
box-sizing: border-box;
|
|
39421
|
+
padding: 0 1rem;
|
|
39422
|
+
}
|
|
38688
39423
|
.cxd-FormulaPicker-input {
|
|
38689
39424
|
flex: 1;
|
|
38690
39425
|
margin-right: 0.625rem;
|