amis 1.8.0-beta.1 → 1.8.0-beta.13
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/lib/Schema.d.ts +9 -2
- package/lib/Schema.js.map +1 -1
- package/lib/SchemaRenderer.js +19 -3
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/WithRootStore.d.ts +18 -0
- package/lib/WithStore.js +2 -1
- package/lib/WithStore.js.map +2 -2
- package/lib/actions/CmptAction.js +26 -4
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/actions/PageAction.d.ts +32 -0
- package/lib/actions/PageAction.js +72 -0
- package/lib/actions/PageAction.js.map +13 -0
- package/lib/actions/index.d.ts +1 -0
- package/lib/actions/index.js +1 -0
- package/lib/actions/index.js.map +2 -2
- package/lib/components/AssociatedSelection.js +9 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/BarCode.js +1 -1
- package/lib/components/BarCode.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +84 -84
- package/lib/components/Cascader.d.ts +2 -0
- package/lib/components/Cascader.js +28 -12
- package/lib/components/Cascader.js.map +2 -2
- package/lib/components/Checkbox.d.ts +24 -23
- package/lib/components/Checkbox.js +5 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +8 -5
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +285 -171
- package/lib/components/DateRangePicker.js +471 -66
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/Overlay.d.ts +1 -0
- package/lib/components/Overlay.js +4 -3
- package/lib/components/Overlay.js.map +2 -2
- package/lib/components/Progress.d.ts +29 -24
- package/lib/components/Progress.js +44 -16
- package/lib/components/Progress.js.map +2 -2
- package/lib/components/PullRefresh.d.ts +86 -0
- package/lib/components/PullRefresh.js +135 -0
- package/lib/components/PullRefresh.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -22
- package/lib/components/Radios.js +3 -5
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Range.d.ts +2 -2
- package/lib/components/Range.js +24 -11
- package/lib/components/Range.js.map +2 -2
- package/lib/components/Spinner.d.ts +200 -107
- package/lib/components/Spinner.js +30 -26
- package/lib/components/Spinner.js.map +2 -2
- package/lib/components/Steps.d.ts +6 -0
- package/lib/components/Steps.js +13 -9
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/Tooltip.d.ts +4 -0
- package/lib/components/Tooltip.js +6 -4
- package/lib/components/Tooltip.js.map +2 -2
- package/lib/components/TooltipWrapper.d.ts +66 -4
- package/lib/components/TooltipWrapper.js +40 -8
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/Transfer.d.ts +84 -84
- package/lib/components/TransferDropDown.d.ts +84 -84
- package/lib/components/Tree.d.ts +87 -85
- package/lib/components/Tree.js +13 -5
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +84 -84
- package/lib/components/calendar/Calendar.js +0 -13
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +1 -0
- package/lib/components/calendar/TimeView.js +7 -0
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.js +3 -3
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Expression.d.ts +1 -0
- package/lib/components/condition-builder/Expression.js +4 -4
- package/lib/components/condition-builder/Expression.js.map +2 -2
- package/lib/components/condition-builder/Field.d.ts +1 -0
- package/lib/components/condition-builder/Field.js +3 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Group.d.ts +1 -0
- package/lib/components/condition-builder/Group.js +2 -2
- package/lib/components/condition-builder/Group.js.map +2 -2
- package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/lib/components/condition-builder/GroupOrItem.js +2 -2
- package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.d.ts +2 -1
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.d.ts +1 -0
- package/lib/components/condition-builder/Item.js +9 -8
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/condition-builder/Value.d.ts +1 -0
- package/lib/components/condition-builder/Value.js +5 -5
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/index.d.ts +1 -0
- package/lib/components/condition-builder/index.js +2 -2
- package/lib/components/condition-builder/index.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +87 -85
- package/lib/components/formula/Editor.js +10 -6
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/Picker.js +3 -1
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/factory.d.ts +5 -0
- package/lib/factory.js +22 -1
- package/lib/factory.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +18 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +18 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +18 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +2 -0
- package/lib/renderers/Action.js +23 -5
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/App.d.ts +1 -0
- package/lib/renderers/App.js +3 -0
- package/lib/renderers/App.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +8 -0
- package/lib/renderers/CRUD.js +12 -5
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Carousel.d.ts +1 -0
- package/lib/renderers/Carousel.js +13 -1
- package/lib/renderers/Carousel.js.map +2 -2
- package/lib/renderers/Chart.d.ts +1 -0
- package/lib/renderers/Chart.js +3 -0
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +1 -0
- package/lib/renderers/Dialog.js +3 -0
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.d.ts +1 -0
- package/lib/renderers/Drawer.js +6 -1
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +5 -2
- package/lib/renderers/Form/Checkbox.js +2 -2
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.d.ts +7 -2
- package/lib/renderers/Form/Checkboxes.js +101 -12
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +2 -1
- package/lib/renderers/Form/Combo.js +54 -16
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +3 -2
- package/lib/renderers/Form/Editor.d.ts +2 -2
- package/lib/renderers/Form/InputCity.d.ts +87 -84
- package/lib/renderers/Form/InputCity.js +44 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +10 -3
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.d.ts +5 -0
- package/lib/renderers/Form/InputDateRange.js +12 -3
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +19 -8
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +18 -7
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +5 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputRange.js +13 -14
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/InputText.d.ts +1 -1
- package/lib/renderers/Form/InputText.js +8 -10
- package/lib/renderers/Form/InputText.js.map +2 -2
- package/lib/renderers/Form/InputTree.d.ts +5 -0
- package/lib/renderers/Form/InputTree.js +51 -2
- package/lib/renderers/Form/InputTree.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +79 -76
- package/lib/renderers/Form/Item.js +3 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +4 -0
- package/lib/renderers/Form/NestedSelect.js +14 -5
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +61 -27
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.js +4 -2
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/Textarea.js +2 -1
- package/lib/renderers/Form/Textarea.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +11 -2
- package/lib/renderers/Form/TreeSelect.js +56 -10
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +3 -0
- package/lib/renderers/Form/index.js +53 -16
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.d.ts +10 -0
- package/lib/renderers/Form/wrapControl.js +41 -19
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Nav.d.ts +82 -67
- package/lib/renderers/Nav.js +49 -13
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.d.ts +21 -0
- package/lib/renderers/Page.js +54 -14
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Progress.d.ts +3 -6
- package/lib/renderers/Progress.js +2 -2
- package/lib/renderers/Progress.js.map +2 -2
- package/lib/renderers/Service.d.ts +3 -0
- package/lib/renderers/Service.js +55 -20
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Spinner.d.ts +58 -2
- package/lib/renderers/Spinner.js +8 -1
- package/lib/renderers/Spinner.js.map +2 -2
- package/lib/renderers/Steps.d.ts +8 -0
- package/lib/renderers/Steps.js +2 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.d.ts +4 -0
- package/lib/renderers/Table/ColumnToggler.js +11 -6
- package/lib/renderers/Table/ColumnToggler.js.map +2 -2
- package/lib/renderers/Table/TableCell.js +27 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +2 -0
- package/lib/renderers/Table/index.js +23 -10
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +4 -0
- package/lib/renderers/Tabs.js +22 -6
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/TooltipWrapper.d.ts +35 -6
- package/lib/renderers/TooltipWrapper.js +19 -8
- package/lib/renderers/TooltipWrapper.js.map +2 -2
- package/lib/renderers/Wizard.d.ts +7 -3
- package/lib/renderers/Wizard.js +269 -152
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/combo.d.ts +2 -2
- package/lib/store/crud.d.ts +1 -0
- package/lib/store/crud.js +55 -19
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -1
- package/lib/store/form.js.map +2 -2
- package/lib/store/formItem.js +1 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/index.d.ts +5 -0
- package/lib/store/index.js +14 -0
- package/lib/store/index.js.map +2 -2
- package/lib/store/table.d.ts +2 -2
- package/lib/store/table.js +2 -2
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +768 -199
- package/lib/themes/ang.css +723 -142
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +851 -282
- package/lib/themes/antd.css +724 -143
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +879 -310
- package/lib/themes/cxd.css +727 -146
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +769 -200
- package/lib/themes/dark.css +723 -142
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +879 -310
- package/lib/themes/default.css +727 -146
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +3 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/ColorScale.d.ts +19 -0
- package/lib/utils/ColorScale.js +104 -0
- package/lib/utils/ColorScale.js.map +13 -0
- package/lib/utils/api.js +20 -4
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/columnsSplit.d.ts +1 -0
- package/lib/utils/columnsSplit.js +40 -0
- package/lib/utils/columnsSplit.js.map +13 -0
- package/lib/utils/debug.d.ts +1 -1
- package/lib/utils/debug.js +16 -22
- package/lib/utils/debug.js.map +2 -2
- package/lib/utils/dom.d.ts +1 -1
- package/lib/utils/dom.js +7 -5
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/position.js +0 -1
- package/lib/utils/position.js.map +2 -2
- package/lib/utils/scrollPosition.d.ts +6 -0
- package/lib/utils/scrollPosition.js +31 -0
- package/lib/utils/scrollPosition.js.map +13 -0
- package/package.json +3 -2
- package/schema.json +29681 -28936
- package/scss/_properties.scss +44 -13
- package/scss/components/_barcode.scss +1 -1
- package/scss/components/_carousel.scss +1 -0
- package/scss/components/_column-toggler.scss +21 -11
- package/scss/components/_debug.scss +3 -3
- package/scss/components/_formula.scss +1 -1
- package/scss/components/_nav.scss +51 -6
- package/scss/components/_progress.scss +4 -6
- package/scss/components/_pull-refresh.scss +25 -0
- package/scss/components/_spinner.scss +134 -56
- package/scss/components/_steps.scss +199 -8
- package/scss/components/_tooltip.scss +4 -9
- package/scss/components/form/_checks.scss +125 -2
- package/scss/components/form/_combo.scss +13 -1
- package/scss/components/form/_date-range.scss +27 -2
- package/scss/components/form/_date.scss +13 -1
- package/scss/components/form/_editor.scss +2 -1
- package/scss/components/form/_file.scss +4 -0
- package/scss/components/form/_form.scss +31 -8
- package/scss/components/form/_number.scss +3 -2
- package/scss/components/form/_select.scss +0 -1
- package/scss/components/form/_textarea.scss +1 -23
- package/scss/components/form/_transfer.scss +3 -2
- package/scss/themes/_antd-variables.scss +1 -1
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +4 -4
- package/sdk/ang-ie11.css +816 -182
- package/sdk/ang.css +775 -129
- package/sdk/antd-ie11.css +896 -262
- package/sdk/antd.css +776 -130
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +907 -273
- package/sdk/cxd.css +779 -133
- package/sdk/dark-ie11.css +817 -183
- package/sdk/dark.css +775 -129
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +18 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +907 -273
- package/sdk/sdk.css +779 -133
- package/sdk/sdk.js +1317 -1273
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +10 -0
- package/src/SchemaRenderer.tsx +32 -14
- package/src/WithStore.tsx +3 -1
- package/src/actions/CmptAction.ts +28 -0
- package/src/actions/PageAction.ts +62 -0
- package/src/actions/index.ts +1 -0
- package/src/components/AssociatedSelection.tsx +9 -3
- package/src/components/BarCode.tsx +2 -2
- package/src/components/Cascader.tsx +37 -11
- package/src/components/Checkbox.tsx +11 -5
- package/src/components/DatePicker.tsx +12 -4
- package/src/components/DateRangePicker.tsx +551 -88
- package/src/components/Drawer.tsx +1 -0
- package/src/components/Modal.tsx +1 -0
- package/src/components/Overlay.tsx +6 -3
- package/src/components/Progress.tsx +57 -22
- package/src/components/PullRefresh.tsx +197 -0
- package/src/components/Radios.tsx +6 -17
- package/src/components/Range.tsx +26 -12
- package/src/components/Spinner.tsx +77 -42
- package/src/components/Steps.tsx +28 -27
- package/src/components/Tooltip.tsx +12 -3
- package/src/components/TooltipWrapper.tsx +137 -33
- package/src/components/Tree.tsx +19 -5
- package/src/components/calendar/Calendar.tsx +0 -14
- package/src/components/calendar/TimeView.tsx +12 -0
- package/src/components/calendar/YearsView.tsx +3 -4
- package/src/components/condition-builder/Expression.tsx +6 -1
- package/src/components/condition-builder/Field.tsx +5 -1
- package/src/components/condition-builder/Group.tsx +4 -1
- package/src/components/condition-builder/GroupOrItem.tsx +4 -1
- package/src/components/condition-builder/InputSwitch.tsx +4 -1
- package/src/components/condition-builder/Item.tsx +28 -4
- package/src/components/condition-builder/Value.tsx +7 -1
- package/src/components/condition-builder/index.tsx +4 -2
- package/src/components/formula/Editor.tsx +20 -15
- package/src/components/formula/Picker.tsx +9 -5
- package/src/factory.tsx +29 -1
- package/src/locale/de-DE.ts +18 -1
- package/src/locale/en-US.ts +18 -1
- package/src/locale/zh-CN.ts +18 -1
- package/src/renderers/Action.tsx +22 -1
- package/src/renderers/App.tsx +4 -0
- package/src/renderers/CRUD.tsx +23 -5
- package/src/renderers/Carousel.tsx +8 -0
- package/src/renderers/Chart.tsx +4 -0
- package/src/renderers/Dialog.tsx +4 -0
- package/src/renderers/Drawer.tsx +14 -2
- package/src/renderers/Form/Checkbox.tsx +11 -2
- package/src/renderers/Form/Checkboxes.tsx +106 -23
- package/src/renderers/Form/Combo.tsx +104 -49
- package/src/renderers/Form/InputCity.tsx +33 -4
- package/src/renderers/Form/InputDate.tsx +18 -4
- package/src/renderers/Form/InputDateRange.tsx +27 -3
- package/src/renderers/Form/InputFile.tsx +23 -7
- package/src/renderers/Form/InputImage.tsx +22 -6
- package/src/renderers/Form/InputMonthRange.tsx +7 -1
- package/src/renderers/Form/InputRange.tsx +18 -16
- package/src/renderers/Form/InputText.tsx +14 -4
- package/src/renderers/Form/InputTree.tsx +40 -2
- package/src/renderers/Form/Item.tsx +7 -0
- package/src/renderers/Form/NestedSelect.tsx +23 -4
- package/src/renderers/Form/Options.tsx +26 -7
- package/src/renderers/Form/Select.tsx +5 -3
- package/src/renderers/Form/Textarea.tsx +3 -1
- package/src/renderers/Form/TreeSelect.tsx +47 -9
- package/src/renderers/Form/index.tsx +56 -25
- package/src/renderers/Form/wrapControl.tsx +23 -12
- package/src/renderers/Nav.tsx +231 -33
- package/src/renderers/Page.tsx +96 -33
- package/src/renderers/Progress.tsx +7 -9
- package/src/renderers/Service.tsx +66 -27
- package/src/renderers/Spinner.tsx +85 -3
- package/src/renderers/Steps.tsx +14 -0
- package/src/renderers/Table/ColumnToggler.tsx +36 -11
- package/src/renderers/Table/TableCell.tsx +39 -1
- package/src/renderers/Table/index.tsx +43 -19
- package/src/renderers/Tabs.tsx +75 -28
- package/src/renderers/TooltipWrapper.tsx +71 -28
- package/src/renderers/Wizard.tsx +169 -93
- package/src/store/crud.ts +50 -5
- package/src/store/form.ts +8 -3
- package/src/store/formItem.ts +1 -2
- package/src/store/index.ts +20 -0
- package/src/store/table.ts +2 -2
- package/src/types.ts +8 -1
- package/src/utils/ColorScale.ts +138 -0
- package/src/utils/api.ts +26 -4
- package/src/utils/columnsSplit.tsx +57 -0
- package/src/utils/debug.tsx +17 -24
- package/src/utils/dom.tsx +7 -6
- package/src/utils/position.ts +0 -1
- package/src/utils/scrollPosition.ts +29 -0
package/sdk/sdk.css
CHANGED
@@ -12120,6 +12120,8 @@ readers do not read off random characters that represent icons */
|
|
12120
12120
|
--borderRadiusLg: 0.428rem;
|
12121
12121
|
--boxShadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
12122
12122
|
--boxShadowSm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
12123
|
+
--boxTooltipShadow: 0 4px 6px 1px rgb(8 14 26 / 6%),
|
12124
|
+
0 1px 10px 0 rgb(8 14 26 / 5%), 0 2px 4px -1px rgb(8 14 26 / 4%);
|
12123
12125
|
--lineHeightBase: 1.5;
|
12124
12126
|
--body-lineHeight: var(--lineHeightBase);
|
12125
12127
|
--borderWidth: 0.0625rem;
|
@@ -12515,19 +12517,26 @@ readers do not read off random characters that represent icons */
|
|
12515
12517
|
--Carousel-svg-height: var(--gap-lg);
|
12516
12518
|
--Carousel-svg-width: var(--gap-lg);
|
12517
12519
|
--Carousel-transitionDuration: var(--animation-duration);
|
12518
|
-
--Checkbox--full-inner-size: 0.
|
12519
|
-
--Checkbox--sm--full-inner-size: 0.
|
12520
|
+
--Checkbox--full-inner-size: 0.5rem;
|
12521
|
+
--Checkbox--sm--full-inner-size: 0.5rem;
|
12520
12522
|
--Checkbox--sm-inner-size: calc(var(--Checkbox--sm-size) / 2);
|
12521
12523
|
--Checkbox--sm-size: 1rem;
|
12522
|
-
--Checkbox-borderRadius:
|
12524
|
+
--Checkbox-borderRadius: 0.125rem;
|
12523
12525
|
--Checkbox-color: var(--Form-input-borderColor);
|
12524
12526
|
--Checkbox-gap: var(--gap-xs);
|
12525
12527
|
--Checkbox-gb: #fff;
|
12526
|
-
--Checkbox-size:
|
12528
|
+
--Checkbox-size: 1rem;
|
12527
12529
|
--Checkbox-inner-size: calc(var(--Checkbox-size) / 2);
|
12528
12530
|
--Checkbox-onHover-color: var(--info);
|
12529
12531
|
--Checkbox-onDisabled-bg: #e5e7eb;
|
12530
12532
|
--Checkbox-onDisabled-color: var(--text--muted-color);
|
12533
|
+
--Checkbox-inner-onDisabled-bg: #d4d6d9;
|
12534
|
+
--Checkbox-disabled-unchecked-bg: #f2f3f3;
|
12535
|
+
--Checkbox-border-width: var(--Form-input-borderWidth);
|
12536
|
+
--Checkbox-paddingX: 0.75rem;
|
12537
|
+
--Checkbox-button-height: 2rem;
|
12538
|
+
--Checkbox-button-line-height: 1.75rem;
|
12539
|
+
--Checkbox-button-min-width: 5rem;
|
12531
12540
|
--ColorPicker-bg: var(--white);
|
12532
12541
|
--ColorPicker-borderColor: var(--Form-input-borderColor);
|
12533
12542
|
--ColorPicker-borderRadius: var(--Form-input-borderRadius);
|
@@ -12631,6 +12640,16 @@ readers do not read off random characters that represent icons */
|
|
12631
12640
|
) / 2 - var(--DatePicker-borderWidth)
|
12632
12641
|
);
|
12633
12642
|
--DatePicker-placeholderColor: var(--Form-input-placeholderColor);
|
12643
|
+
--DatePicker-minWidth: calc(
|
12644
|
+
var(--fontSizeLg) * 5 +var(--DatePicker-paddingX) * 2 + var(
|
12645
|
+
--Form-input-clearBtn-size
|
12646
|
+
) * 2
|
12647
|
+
);
|
12648
|
+
--DateRangePicker-minWidth: calc(
|
12649
|
+
var(--fontSizeLg) * 8 +var(--DatePicker-paddingX) * 2 + var(
|
12650
|
+
--Form-input-clearBtn-size
|
12651
|
+
) * 2
|
12652
|
+
);
|
12634
12653
|
--LocationPicker-borderRadius: var(--Form-input-borderWidth);
|
12635
12654
|
--Divider-borderStyle: solid;
|
12636
12655
|
--Drawer-bg: var(--background);
|
@@ -12684,6 +12703,8 @@ readers do not read off random characters that represent icons */
|
|
12684
12703
|
--Form--horizontal-label-widthMd: 10rem;
|
12685
12704
|
--Form--horizontal-label-widthSm: 5.625rem;
|
12686
12705
|
--Form--horizontal-label-widthXs: 3.75rem;
|
12706
|
+
--Form--horizontal-justify-label-align: left;
|
12707
|
+
--Form--horizontal-justify-value-align: right;
|
12687
12708
|
--Form-control-widthBase: 12.5rem;
|
12688
12709
|
--Form-control-widthLg: 20rem;
|
12689
12710
|
--Form-control-widthMd: 15rem;
|
@@ -12857,7 +12878,7 @@ readers do not read off random characters that represent icons */
|
|
12857
12878
|
--InputRange-padding: 1.25rem;
|
12858
12879
|
--InputRange-onDisabled-color: var(--light);
|
12859
12880
|
--InputRange-primaryColor: var(--primary);
|
12860
|
-
--InputRange-track-height: 0.
|
12881
|
+
--InputRange-track-height: 0.375rem;
|
12861
12882
|
--InputRange-track-bg: #f3f4f6;
|
12862
12883
|
--InputRange-track-onDisabled-bg: var(--InputRange-onDisabled-color);
|
12863
12884
|
--InputRange-track-onActive-bg: var(--InputRange-primaryColor);
|
@@ -13052,6 +13073,8 @@ readers do not read off random characters that represent icons */
|
|
13052
13073
|
--Nav-item-onHover-color: var(--text--loud-color);
|
13053
13074
|
--Nav-subItem-fontSize: var(--fontSizeBase);
|
13054
13075
|
--Nav-subItem-onActiveBeforeBg: #e5eaeb;
|
13076
|
+
--Nav-Item-maxWidth--tabs: 10rem;
|
13077
|
+
--Nav-Item-height: 2.5rem;
|
13055
13078
|
--Number-bg: var(--Form-input-bg);
|
13056
13079
|
--Number-borderColor: var(--Form-input-borderColor);
|
13057
13080
|
--Number-borderRadius: var(--Form-input-borderRadius);
|
@@ -13183,14 +13206,15 @@ readers do not read off random characters that represent icons */
|
|
13183
13206
|
--Satus-icon-height: var(--Satus-icon-width);
|
13184
13207
|
--Sparkline-line-color: var(--info);
|
13185
13208
|
--Sparkline-area-color: rgba(36, 104, 242, 0.1);
|
13186
|
-
--Spinner--lg-height:
|
13187
|
-
--Spinner--lg-width:
|
13209
|
+
--Spinner--lg-height: 3rem;
|
13210
|
+
--Spinner--lg-width: 3rem;
|
13188
13211
|
--Spinner--sm-height: 1rem;
|
13189
13212
|
--Spinner--sm-width: 1rem;
|
13190
13213
|
--Spinner-bg: url("data:image/svg+xml,%0A%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23eee' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23999' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23666' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23eee' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
13191
|
-
--Spinner-height:
|
13214
|
+
--Spinner-height: 2rem;
|
13192
13215
|
--Spinner-overlay-bg: rgba(255, 255, 255, 0.4);
|
13193
|
-
--Spinner-width:
|
13216
|
+
--Spinner-width: 2rem;
|
13217
|
+
--Spinner-color: #2468f2;
|
13194
13218
|
--Switch-bgColor: #4b5563;
|
13195
13219
|
--Switch-borderColor: #353c46;
|
13196
13220
|
--Switch-gap: var(--gap-sm);
|
@@ -13397,14 +13421,15 @@ readers do not read off random characters that represent icons */
|
|
13397
13421
|
--Tooltip-bg--dark: rgba(7, 12, 20, 0.85);
|
13398
13422
|
--Tooltip-body-color: var(--text-color);
|
13399
13423
|
--Tooltip-body-color--dark: var(--white);
|
13400
|
-
--Tooltip-body-paddingX: var(--gap-
|
13424
|
+
--Tooltip-body-paddingX: var(--gap-base);
|
13401
13425
|
--Tooltip-body-paddingY: var(--gap-sm);
|
13402
13426
|
--Tooltip-borderColor: var(--borderColor);
|
13403
13427
|
--Tooltip-borderRadius: var(--borderRadiusLg);
|
13404
13428
|
--Tooltip-borderWidth: var(--borderWidth);
|
13405
|
-
--Tooltip-boxShadow: var(--
|
13429
|
+
--Tooltip-boxShadow: var(--boxTooltipShadow);
|
13406
13430
|
--Tooltip-boxShadow--dark: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
|
13407
13431
|
--Tooltip-fontSize: var(--fontSizeSm);
|
13432
|
+
--Tooltip-fontWeight: var(--fontWeightMd);
|
13408
13433
|
--Tooltip-maxWidth: 15rem;
|
13409
13434
|
--Tooltip-minWidth: auto;
|
13410
13435
|
--Tooltip-title-fontWeight: bold;
|
@@ -13412,9 +13437,10 @@ readers do not read off random characters that represent icons */
|
|
13412
13437
|
--Tooltip-title-borderBottom-color: #ebebeb;
|
13413
13438
|
--Tooltip-title-color: var(--text--loud-color);
|
13414
13439
|
--Tooltip-title-color--dark: var(--white);
|
13415
|
-
--Tooltip-title-paddingX: var(--gap-
|
13416
|
-
--Tooltip-title-paddingY: var(--gap-
|
13440
|
+
--Tooltip-title-paddingX: var(--gap-base);
|
13441
|
+
--Tooltip-title-paddingY: var(--gap-sm);
|
13417
13442
|
--Transfer-title-bg: #f6f8f8;
|
13443
|
+
--Transfer-selection-maxHeight: 21.875rem;
|
13418
13444
|
--Tree-indent: var(--gap-md);
|
13419
13445
|
--Tree-inputHeight: calc(var(--Form-input-height) * 0.85);
|
13420
13446
|
--Tree-item-onHover-bg: rgba(0, 126, 255, 0.08);
|
@@ -13466,6 +13492,10 @@ readers do not read off random characters that represent icons */
|
|
13466
13492
|
--ColumnToggler-fontColor: #151a26;
|
13467
13493
|
--ColumnToggler-item-backgroundColor: #f6f7f8;
|
13468
13494
|
--ColumnToggler-item-backgroundColor-onHover: rgba(36, 104, 242, 0.1);
|
13495
|
+
--ColumnToggler-item-paddingX: 0.5rem;
|
13496
|
+
--ColumnToggler-item-paddingY: 0.25rem;
|
13497
|
+
--ColumnToggler-item-margin: 0.25rem;
|
13498
|
+
--ColumnToggler-item-dragBar-color: #d8d8d8;
|
13469
13499
|
--InputFormula-header-bgColor: #fafafa;
|
13470
13500
|
--InputFormula-icon-size: 1.5rem;
|
13471
13501
|
--InputFormula-icon-color-onActive: var(--primary);
|
@@ -13509,7 +13539,7 @@ readers do not read off random characters that represent icons */
|
|
13509
13539
|
}
|
13510
13540
|
|
13511
13541
|
:root {
|
13512
|
-
--borderColor: #
|
13542
|
+
--borderColor: #e0e7ec;
|
13513
13543
|
--borderRadius: 0.25rem;
|
13514
13544
|
--body-bg: #ffffff;
|
13515
13545
|
--text-color: #151a26;
|
@@ -13553,7 +13583,7 @@ readers do not read off random characters that represent icons */
|
|
13553
13583
|
--Form-input-bg: #ffffff;
|
13554
13584
|
--Form-input-color: #151b26;
|
13555
13585
|
--Form-input-height: 2rem;
|
13556
|
-
--Form-input-borderColor: #
|
13586
|
+
--Form-input-borderColor: #b8babf;
|
13557
13587
|
--Form-input-borderRadius: 0.25rem;
|
13558
13588
|
--Form-input-onHover-borderColor: #2468f2;
|
13559
13589
|
--Form-input-onFocused-bg: #ffffff;
|
@@ -13628,10 +13658,10 @@ readers do not read off random characters that represent icons */
|
|
13628
13658
|
--Checkbox-onDisabled-color: #ebebeb;
|
13629
13659
|
--Checkbox-onDisabled-bg: #cccccc;
|
13630
13660
|
--Checkbox-inner-size: 0.5rem;
|
13631
|
-
--Checkbox--full-inner-size: 0.
|
13661
|
+
--Checkbox--full-inner-size: 0.5rem;
|
13632
13662
|
--Checkbox--sm-size: 0.875rem;
|
13633
13663
|
--Checkbox--sm-inner-size: 0.5rem;
|
13634
|
-
--Checkbox--sm--full-inner-size: 0.
|
13664
|
+
--Checkbox--sm--full-inner-size: 0.5rem;
|
13635
13665
|
--Radio-size: 1rem;
|
13636
13666
|
--Radio-inner-size: 0.625rem;
|
13637
13667
|
--Switch-height: 1.25rem;
|
@@ -28161,7 +28191,6 @@ readers do not read off random characters that represent icons */
|
|
28161
28191
|
z-index: 1600;
|
28162
28192
|
word-wrap: break-word;
|
28163
28193
|
background: var(--Tooltip-bg);
|
28164
|
-
border: var(--Tooltip-borderWidth) solid var(--Tooltip-borderColor);
|
28165
28194
|
box-shadow: var(--Tooltip-boxShadow);
|
28166
28195
|
}
|
28167
28196
|
|
@@ -28198,7 +28227,6 @@ readers do not read off random characters that represent icons */
|
|
28198
28227
|
|
28199
28228
|
.amis-scope .cxd-Tooltip--top .cxd-Tooltip-arrow::before {
|
28200
28229
|
bottom: 0;
|
28201
|
-
border-top-color: var(--Tooltip-arrow-outerColor);
|
28202
28230
|
}
|
28203
28231
|
|
28204
28232
|
.amis-scope .cxd-Tooltip--top .cxd-Tooltip-arrow::after {
|
@@ -28225,7 +28253,6 @@ readers do not read off random characters that represent icons */
|
|
28225
28253
|
|
28226
28254
|
.amis-scope .cxd-Tooltip--right .cxd-Tooltip-arrow::before {
|
28227
28255
|
left: 0;
|
28228
|
-
border-right-color: var(--Tooltip-arrow-outerColor);
|
28229
28256
|
}
|
28230
28257
|
|
28231
28258
|
.amis-scope .cxd-Tooltip--right .cxd-Tooltip-arrow::after {
|
@@ -28248,7 +28275,6 @@ readers do not read off random characters that represent icons */
|
|
28248
28275
|
|
28249
28276
|
.amis-scope .cxd-Tooltip--bottom .cxd-Tooltip-arrow::before {
|
28250
28277
|
top: 0;
|
28251
|
-
border-bottom-color: var(--Tooltip-arrow-outerColor);
|
28252
28278
|
}
|
28253
28279
|
|
28254
28280
|
.amis-scope .cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
|
@@ -28287,7 +28313,6 @@ readers do not read off random characters that represent icons */
|
|
28287
28313
|
|
28288
28314
|
.amis-scope .cxd-Tooltip--left .cxd-Tooltip-arrow::before {
|
28289
28315
|
right: 0;
|
28290
|
-
border-left-color: var(--Tooltip-arrow-outerColor);
|
28291
28316
|
}
|
28292
28317
|
|
28293
28318
|
.amis-scope .cxd-Tooltip--left .cxd-Tooltip-arrow::after {
|
@@ -28296,12 +28321,11 @@ readers do not read off random characters that represent icons */
|
|
28296
28321
|
}
|
28297
28322
|
|
28298
28323
|
.amis-scope .cxd-Tooltip-title {
|
28299
|
-
padding: var(--Tooltip-title-paddingY) var(--Tooltip-title-paddingX);
|
28324
|
+
padding: var(--Tooltip-title-paddingY) var(--Tooltip-title-paddingX) 0;
|
28300
28325
|
margin-bottom: 0;
|
28301
28326
|
font-size: var(--fontSizeBase);
|
28302
28327
|
color: var(--Tooltip-title-color);
|
28303
|
-
|
28304
|
-
border-bottom: var(--Tooltip-borderWidth) solid var(--Tooltip-title-borderBottom-color);
|
28328
|
+
font-weight: var(--Tooltip-fontWeight);
|
28305
28329
|
border-top-left-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
28306
28330
|
border-top-right-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
28307
28331
|
font-weight: var(--Tooltip-title-fontWeight);
|
@@ -28314,6 +28338,8 @@ readers do not read off random characters that represent icons */
|
|
28314
28338
|
.amis-scope .cxd-Tooltip-body {
|
28315
28339
|
color: var(--Tooltip-body-color);
|
28316
28340
|
padding: var(--Tooltip-body-paddingY) var(--Tooltip-body-paddingX);
|
28341
|
+
word-break: break-all;
|
28342
|
+
text-align: left;
|
28317
28343
|
}
|
28318
28344
|
|
28319
28345
|
.amis-scope .cxd-Tooltip--dark {
|
@@ -30303,6 +30329,34 @@ readers do not read off random characters that represent icons */
|
|
30303
30329
|
vertical-align: middle;
|
30304
30330
|
}
|
30305
30331
|
|
30332
|
+
.amis-scope .cxd-Nav .cxd-Nav-list-overflow {
|
30333
|
+
min-height: var(--Nav-Item-height) !important;
|
30334
|
+
max-height: calc(var(--Nav-Item-height) * 5);
|
30335
|
+
max-width: var(--Nav-Item-maxWidth--tabs);
|
30336
|
+
font-size: var(--Nav-subItem-fontSize);
|
30337
|
+
overflow-x: hidden;
|
30338
|
+
overflow-y: auto;
|
30339
|
+
}
|
30340
|
+
|
30341
|
+
.amis-scope .cxd-Nav .cxd-Nav-list-overflow .cxd-Nav-subItems {
|
30342
|
+
margin-block-start: 0;
|
30343
|
+
margin-block-end: 0;
|
30344
|
+
}
|
30345
|
+
|
30346
|
+
.amis-scope .cxd-Nav .cxd-Nav-list-overflow .cxd-Nav-item {
|
30347
|
+
max-width: var(--Nav-Item-maxWidth--tabs);
|
30348
|
+
height: var(--Nav-Item-height);
|
30349
|
+
}
|
30350
|
+
|
30351
|
+
.amis-scope .cxd-Nav .cxd-Nav-list-overflow .cxd-Nav-item > a {
|
30352
|
+
border: none !important;
|
30353
|
+
display: block !important;
|
30354
|
+
text-overflow: ellipsis;
|
30355
|
+
overflow: hidden;
|
30356
|
+
white-space: nowrap;
|
30357
|
+
user-select: none;
|
30358
|
+
}
|
30359
|
+
|
30306
30360
|
.amis-scope .cxd-Nav .cxd-Nav-list--tabs {
|
30307
30361
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
30308
30362
|
}
|
@@ -30311,6 +30365,7 @@ readers do not read off random characters that represent icons */
|
|
30311
30365
|
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
30312
30366
|
display: inline-block;
|
30313
30367
|
position: relative;
|
30368
|
+
max-width: var(--Nav-Item-maxWidth--tabs);
|
30314
30369
|
}
|
30315
30370
|
|
30316
30371
|
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a {
|
@@ -30325,11 +30380,15 @@ readers do not read off random characters that represent icons */
|
|
30325
30380
|
margin-right: 0.125rem;
|
30326
30381
|
padding: var(--gap-sm) var(--gap-xl);
|
30327
30382
|
cursor: pointer;
|
30383
|
+
text-overflow: ellipsis;
|
30384
|
+
overflow: hidden;
|
30385
|
+
white-space: nowrap;
|
30328
30386
|
}
|
30329
30387
|
|
30330
30388
|
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item:hover > a,
|
30331
30389
|
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a:focus {
|
30332
30390
|
border-color: var(--Tabs-onHover-borderColor);
|
30391
|
+
border-bottom: none;
|
30333
30392
|
text-decoration: none;
|
30334
30393
|
}
|
30335
30394
|
|
@@ -30349,6 +30408,13 @@ readers do not read off random characters that represent icons */
|
|
30349
30408
|
border-bottom-color: var(--Tabs-content-bg);
|
30350
30409
|
}
|
30351
30410
|
|
30411
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item-overflow:hover > a,
|
30412
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item-overflow > a:focus,
|
30413
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item-overflow.is-overflow-opened > a {
|
30414
|
+
color: var(--primary);
|
30415
|
+
border-color: transparent;
|
30416
|
+
}
|
30417
|
+
|
30352
30418
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked {
|
30353
30419
|
min-height: 3.125rem;
|
30354
30420
|
}
|
@@ -31269,57 +31335,122 @@ readers do not read off random characters that represent icons */
|
|
31269
31335
|
}
|
31270
31336
|
}
|
31271
31337
|
|
31272
|
-
.amis-scope .
|
31273
|
-
|
31274
|
-
|
31275
|
-
|
31276
|
-
|
31277
|
-
position: absolute;
|
31278
|
-
z-index: 10;
|
31279
|
-
top: 0;
|
31280
|
-
left: 0;
|
31281
|
-
right: 0;
|
31282
|
-
bottom: 0;
|
31283
|
-
background: var(--Spinner-overlay-bg);
|
31284
|
-
transition: ease-out opacity var(--animation-duration);
|
31338
|
+
.amis-scope .cxd-Spinner {
|
31339
|
+
display: inline-flex;
|
31340
|
+
flex-direction: column;
|
31341
|
+
align-items: center;
|
31342
|
+
justify-content: center;
|
31285
31343
|
opacity: 0;
|
31344
|
+
transition: ease-out opacity var(--animation-duration);
|
31286
31345
|
}
|
31287
31346
|
|
31288
|
-
.amis-scope .cxd-Spinner
|
31347
|
+
.amis-scope .cxd-Spinner.in {
|
31289
31348
|
opacity: 1;
|
31290
31349
|
}
|
31291
31350
|
|
31292
|
-
.amis-scope .cxd-Spinner {
|
31351
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon {
|
31293
31352
|
width: var(--Spinner-width);
|
31294
31353
|
height: var(--Spinner-height);
|
31354
|
+
position: relative;
|
31295
31355
|
transform: translateZ(0);
|
31296
|
-
|
31356
|
+
animation: spin 2s linear infinite;
|
31357
|
+
transition: ease-out all var(--animation-duration);
|
31358
|
+
}
|
31359
|
+
|
31360
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--default {
|
31297
31361
|
background: var(--Spinner-bg);
|
31298
31362
|
background-size: 100%;
|
31299
|
-
|
31363
|
+
animation: none;
|
31300
31364
|
}
|
31301
31365
|
|
31302
|
-
.amis-scope .cxd-Spinner--
|
31366
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple {
|
31367
|
+
background: transparent;
|
31368
|
+
display: flex;
|
31369
|
+
align-items: center;
|
31370
|
+
justify-content: center;
|
31371
|
+
}
|
31372
|
+
|
31373
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple .icon {
|
31374
|
+
width: 100%;
|
31375
|
+
height: 100%;
|
31376
|
+
color: var(--Spinner-color);
|
31377
|
+
}
|
31378
|
+
|
31379
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple svg.icon {
|
31380
|
+
top: 0;
|
31381
|
+
}
|
31382
|
+
|
31383
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple svg.icon path {
|
31384
|
+
fill: var(--Spinner-color);
|
31385
|
+
}
|
31386
|
+
|
31387
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--simple i.icon {
|
31388
|
+
display: flex;
|
31389
|
+
align-items: center;
|
31390
|
+
justify-content: center;
|
31391
|
+
font-size: var(--Spinner-width);
|
31392
|
+
}
|
31393
|
+
|
31394
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--custom {
|
31395
|
+
width: auto;
|
31396
|
+
height: auto;
|
31397
|
+
}
|
31398
|
+
|
31399
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--lg {
|
31303
31400
|
width: var(--Spinner--lg-width);
|
31304
31401
|
height: var(--Spinner--lg-height);
|
31305
31402
|
}
|
31306
31403
|
|
31307
|
-
.amis-scope .cxd-Spinner--
|
31404
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--lg i.icon {
|
31405
|
+
font-size: var(--Spinner--lg-height);
|
31406
|
+
}
|
31407
|
+
|
31408
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--sm {
|
31308
31409
|
width: var(--Spinner--sm-width);
|
31309
31410
|
height: var(--Spinner--sm-height);
|
31310
31411
|
}
|
31311
31412
|
|
31312
|
-
.amis-scope .cxd-Spinner--icon {
|
31313
|
-
|
31314
|
-
animation: spin 2s linear infinite;
|
31315
|
-
width: 16px;
|
31316
|
-
height: 16px;
|
31413
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-icon--sm i.icon {
|
31414
|
+
font-size: var(--Spinner--sm-height);
|
31317
31415
|
}
|
31318
31416
|
|
31319
|
-
.amis-scope .cxd-Spinner
|
31320
|
-
|
31321
|
-
|
31322
|
-
|
31417
|
+
.amis-scope .cxd-Spinner .cxd-Spinner-tip {
|
31418
|
+
margin: 0.75rem 0 0 0;
|
31419
|
+
word-break: keep-all;
|
31420
|
+
white-space: nowrap;
|
31421
|
+
color: var(--Spinner-color);
|
31422
|
+
}
|
31423
|
+
|
31424
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--top {
|
31425
|
+
flex-direction: column-reverse;
|
31426
|
+
}
|
31427
|
+
|
31428
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--top .cxd-Spinner-tip {
|
31429
|
+
margin: 0 0 0.75rem 0;
|
31430
|
+
}
|
31431
|
+
|
31432
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--right {
|
31433
|
+
flex-direction: row;
|
31434
|
+
}
|
31435
|
+
|
31436
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--right .cxd-Spinner-tip {
|
31437
|
+
margin: 0 0 0 0.75rem;
|
31438
|
+
}
|
31439
|
+
|
31440
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--bottom {
|
31441
|
+
flex-direction: column;
|
31442
|
+
}
|
31443
|
+
|
31444
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--bottom .cxd-Spinner-tip {
|
31445
|
+
margin: 0.75rem 0 0 0;
|
31446
|
+
}
|
31447
|
+
|
31448
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--left {
|
31449
|
+
flex-direction: row-reverse;
|
31450
|
+
}
|
31451
|
+
|
31452
|
+
.amis-scope .cxd-Spinner.cxd-Spinner-tip--left .cxd-Spinner-tip {
|
31453
|
+
margin: 0 0.75rem 0 0;
|
31323
31454
|
}
|
31324
31455
|
|
31325
31456
|
.amis-scope .cxd-Spinner--overlay {
|
@@ -31330,20 +31461,34 @@ readers do not read off random characters that represent icons */
|
|
31330
31461
|
transform: translate3d(-50%, -50%, 0);
|
31331
31462
|
}
|
31332
31463
|
|
31333
|
-
.amis-scope .cxd-Spinner
|
31334
|
-
|
31335
|
-
|
31336
|
-
|
31464
|
+
.amis-scope .cxd-Spinner-overlay {
|
31465
|
+
position: absolute;
|
31466
|
+
z-index: 10;
|
31467
|
+
top: 0;
|
31468
|
+
left: 0;
|
31469
|
+
right: 0;
|
31470
|
+
bottom: 0;
|
31471
|
+
background: var(--Spinner-overlay-bg);
|
31472
|
+
transition: ease-out opacity var(--animation-duration);
|
31473
|
+
opacity: 0;
|
31337
31474
|
}
|
31338
31475
|
|
31339
|
-
|
31340
|
-
|
31341
|
-
|
31342
|
-
}
|
31476
|
+
.amis-scope .cxd-Spinner-overlay.in {
|
31477
|
+
opacity: 1;
|
31478
|
+
}
|
31343
31479
|
|
31344
|
-
|
31345
|
-
|
31346
|
-
|
31480
|
+
.amis-scope .cxd-Spinner-wrap {
|
31481
|
+
position: relative;
|
31482
|
+
width: 100%;
|
31483
|
+
height: 100%;
|
31484
|
+
}
|
31485
|
+
|
31486
|
+
.amis-scope .cxd-Spinner-wrap .cxd-Spinner {
|
31487
|
+
position: absolute;
|
31488
|
+
z-index: 11;
|
31489
|
+
top: 50%;
|
31490
|
+
left: 50%;
|
31491
|
+
transform: translate3d(-50%, -50%, 0);
|
31347
31492
|
}
|
31348
31493
|
|
31349
31494
|
.amis-scope .cxd-ButtonGroup {
|
@@ -34933,14 +35078,11 @@ readers do not read off random characters that represent icons */
|
|
34933
35078
|
background: var(--ColumnToggler-item-backgroundColor);
|
34934
35079
|
border-radius: 0.125rem;
|
34935
35080
|
font-size: var(--fontSizeSm);
|
34936
|
-
padding:
|
35081
|
+
padding: var(--ColumnToggler-item-paddingY) var(--ColumnToggler-item-paddingX);
|
34937
35082
|
height: var(--ColumnToggler-lineHeight);
|
34938
|
-
width: calc((100% -
|
35083
|
+
width: calc((100% - var(--ColumnToggler-item-margin) * 6) / 3);
|
35084
|
+
margin: var(--ColumnToggler-item-margin);
|
34939
35085
|
float: left;
|
34940
|
-
margin: 0.25rem;
|
34941
|
-
text-overflow: ellipsis;
|
34942
|
-
white-space: nowrap;
|
34943
|
-
overflow: hidden;
|
34944
35086
|
}
|
34945
35087
|
|
34946
35088
|
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem:hover {
|
@@ -34951,6 +35093,20 @@ readers do not read off random characters that represent icons */
|
|
34951
35093
|
border: 1px solid var(--link-color);
|
34952
35094
|
}
|
34953
35095
|
|
35096
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-label {
|
35097
|
+
display: inline-block;
|
35098
|
+
width: calc(100% - var(--Checkbox--sm-size));
|
35099
|
+
}
|
35100
|
+
|
35101
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-label > span {
|
35102
|
+
display: inline-block;
|
35103
|
+
max-width: 100%;
|
35104
|
+
text-overflow: ellipsis;
|
35105
|
+
white-space: nowrap;
|
35106
|
+
overflow: hidden;
|
35107
|
+
user-select: none;
|
35108
|
+
}
|
35109
|
+
|
34954
35110
|
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem label > i {
|
34955
35111
|
height: var(--fontSizeLg);
|
34956
35112
|
width: var(--fontSizeLg);
|
@@ -34958,10 +35114,12 @@ readers do not read off random characters that represent icons */
|
|
34958
35114
|
}
|
34959
35115
|
|
34960
35116
|
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-dragBar {
|
35117
|
+
display: inline-block;
|
34961
35118
|
margin-left: 0;
|
34962
35119
|
margin-right: var(--gap-xs);
|
35120
|
+
vertical-align: super;
|
35121
|
+
color: var(--ColumnToggler-item-dragBar-color);
|
34963
35122
|
cursor: move;
|
34964
|
-
color: #d8d8d8;
|
34965
35123
|
}
|
34966
35124
|
|
34967
35125
|
.amis-scope .cxd-ColumnToggler-modal-footer {
|
@@ -35000,10 +35158,6 @@ readers do not read off random characters that represent icons */
|
|
35000
35158
|
justify-content: flex-end;
|
35001
35159
|
}
|
35002
35160
|
|
35003
|
-
.amis-scope .cxd-ColumnToggler-modal-footer > div:last-child button {
|
35004
|
-
width: 72px;
|
35005
|
-
}
|
35006
|
-
|
35007
35161
|
.amis-scope .cxd-ColumnToggler-tooltip {
|
35008
35162
|
border: none;
|
35009
35163
|
}
|
@@ -35962,15 +36116,18 @@ readers do not read off random characters that represent icons */
|
|
35962
36116
|
.amis-scope .cxd-Progress {
|
35963
36117
|
display: flex;
|
35964
36118
|
align-items: center;
|
36119
|
+
color: var(--text-color);
|
36120
|
+
font-size: var(--fontSizeXs);
|
35965
36121
|
}
|
35966
36122
|
|
35967
36123
|
.amis-scope .cxd-Progress-line {
|
35968
36124
|
display: inline-block;
|
35969
36125
|
width: 100%;
|
36126
|
+
height: 10px;
|
35970
36127
|
}
|
35971
36128
|
|
35972
36129
|
.amis-scope .cxd-Progress-line-inter {
|
35973
|
-
height:
|
36130
|
+
height: 100%;
|
35974
36131
|
background-color: var(--Progress-bar-backgroundColor);
|
35975
36132
|
overflow: hidden;
|
35976
36133
|
border-radius: var(--Progress-borderRadius);
|
@@ -35980,8 +36137,6 @@ readers do not read off random characters that represent icons */
|
|
35980
36137
|
display: inline-block;
|
35981
36138
|
flex-grow: 1;
|
35982
36139
|
margin-left: 8px;
|
35983
|
-
color: var(--text-color);
|
35984
|
-
font-size: var(--fontSizeXs);
|
35985
36140
|
white-space: nowrap;
|
35986
36141
|
text-align: left;
|
35987
36142
|
word-break: normal;
|
@@ -36042,9 +36197,6 @@ readers do not read off random characters that represent icons */
|
|
36042
36197
|
width: 100%;
|
36043
36198
|
margin: 0;
|
36044
36199
|
padding: 0;
|
36045
|
-
color: var(--text-color);
|
36046
|
-
font-size: 1em;
|
36047
|
-
line-height: 1;
|
36048
36200
|
white-space: normal;
|
36049
36201
|
text-align: center;
|
36050
36202
|
transform: translate(-50%, -50%);
|
@@ -36519,6 +36671,7 @@ readers do not read off random characters that represent icons */
|
|
36519
36671
|
}
|
36520
36672
|
|
36521
36673
|
.amis-scope .cxd-Carousel-dotsControl .cxd-Carousel-dot {
|
36674
|
+
cursor: pointer;
|
36522
36675
|
display: inline-block;
|
36523
36676
|
height: var(--Carousel-dot-width);
|
36524
36677
|
width: var(--Carousel-dot-height);
|
@@ -37681,6 +37834,10 @@ readers do not read off random characters that represent icons */
|
|
37681
37834
|
line-height: 2rem;
|
37682
37835
|
}
|
37683
37836
|
|
37837
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-container {
|
37838
|
+
position: relative;
|
37839
|
+
}
|
37840
|
+
|
37684
37841
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon {
|
37685
37842
|
vertical-align: top;
|
37686
37843
|
display: inline-block;
|
@@ -37730,6 +37887,13 @@ readers do not read off random characters that represent icons */
|
|
37730
37887
|
background-color: var(--Steps-line-success-bg);
|
37731
37888
|
}
|
37732
37889
|
|
37890
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-ellText {
|
37891
|
+
max-width: 9.875rem;
|
37892
|
+
overflow: hidden;
|
37893
|
+
text-overflow: ellipsis;
|
37894
|
+
white-space: nowrap;
|
37895
|
+
}
|
37896
|
+
|
37733
37897
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
|
37734
37898
|
padding-left: 0.625rem;
|
37735
37899
|
font-size: var(--Steps-sub-title-fontsize);
|
@@ -37739,6 +37903,8 @@ readers do not read off random characters that represent icons */
|
|
37739
37903
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
37740
37904
|
max-width: 8.75rem;
|
37741
37905
|
white-space: nowrap;
|
37906
|
+
position: relative;
|
37907
|
+
bottom: 0.625rem;
|
37742
37908
|
}
|
37743
37909
|
|
37744
37910
|
.amis-scope .cxd-Steps .cxd-StepsItem:last-child {
|
@@ -37756,19 +37922,16 @@ readers do not read off random characters that represent icons */
|
|
37756
37922
|
.amis-scope .cxd-Steps--vertical .cxd-StepsItem {
|
37757
37923
|
padding: 0.3125rem 0;
|
37758
37924
|
min-height: 75px;
|
37925
|
+
overflow: visible;
|
37759
37926
|
}
|
37760
37927
|
|
37761
|
-
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon
|
37762
|
-
position: relative;
|
37763
|
-
}
|
37764
|
-
|
37765
|
-
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon > .cxd-StepsItem-icon:after {
|
37928
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon:after {
|
37766
37929
|
content: "";
|
37767
37930
|
position: absolute;
|
37768
37931
|
right: 0;
|
37769
|
-
top:
|
37770
|
-
height:
|
37771
|
-
left: 0.
|
37932
|
+
top: 2rem;
|
37933
|
+
height: calc(100% - 23px);
|
37934
|
+
left: 0.6875rem;
|
37772
37935
|
width: 1px;
|
37773
37936
|
background-color: var(--Steps-line-bg);
|
37774
37937
|
}
|
@@ -37777,14 +37940,181 @@ readers do not read off random characters that represent icons */
|
|
37777
37940
|
display: none;
|
37778
37941
|
}
|
37779
37942
|
|
37943
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerTail:after {
|
37944
|
+
display: none !important;
|
37945
|
+
}
|
37946
|
+
|
37780
37947
|
.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child {
|
37781
37948
|
flex: none;
|
37782
37949
|
}
|
37783
37950
|
|
37784
|
-
.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-
|
37951
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerIcon:after {
|
37785
37952
|
display: none;
|
37786
37953
|
}
|
37787
37954
|
|
37955
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-container {
|
37956
|
+
flex-direction: row;
|
37957
|
+
}
|
37958
|
+
|
37959
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerTail {
|
37960
|
+
display: none;
|
37961
|
+
}
|
37962
|
+
|
37963
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerWrapper {
|
37964
|
+
width: 25rem;
|
37965
|
+
}
|
37966
|
+
|
37967
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot {
|
37968
|
+
margin-left: 0px;
|
37969
|
+
margin-top: 0.625rem;
|
37970
|
+
}
|
37971
|
+
|
37972
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-containerProgressDot:after {
|
37973
|
+
content: "";
|
37974
|
+
position: absolute;
|
37975
|
+
display: inline-block;
|
37976
|
+
top: 1.375rem;
|
37977
|
+
width: 1px;
|
37978
|
+
left: 3px;
|
37979
|
+
height: calc(100% - 5px);
|
37980
|
+
background-color: var(--Steps-line-bg);
|
37981
|
+
}
|
37982
|
+
|
37983
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-title > span {
|
37984
|
+
display: inline-block !important;
|
37985
|
+
}
|
37986
|
+
|
37987
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-vertical-ProgressDot {
|
37988
|
+
right: 0.625rem;
|
37989
|
+
}
|
37990
|
+
|
37991
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot .cxd-StepsItem-body {
|
37992
|
+
text-align: left !important;
|
37993
|
+
}
|
37994
|
+
|
37995
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-ProgressDot:last-child .cxd-StepsItem-containerProgressDot:after {
|
37996
|
+
display: none;
|
37997
|
+
}
|
37998
|
+
|
37999
|
+
.amis-scope .cxd-Steps--vertical .is-finish .cxd-StepsItem-containerProgressDot:after {
|
38000
|
+
background: var(--Steps-status-success);
|
38001
|
+
}
|
38002
|
+
|
38003
|
+
.amis-scope .cxd-Steps--Placement-vertical {
|
38004
|
+
display: flex;
|
38005
|
+
list-style: none;
|
38006
|
+
padding: 0;
|
38007
|
+
}
|
38008
|
+
|
38009
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem {
|
38010
|
+
flex: 1;
|
38011
|
+
padding: 0;
|
38012
|
+
overflow: visible;
|
38013
|
+
}
|
38014
|
+
|
38015
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-container {
|
38016
|
+
display: flex;
|
38017
|
+
flex-direction: column;
|
38018
|
+
justify-content: flex-start;
|
38019
|
+
}
|
38020
|
+
|
38021
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerTail:after {
|
38022
|
+
content: "";
|
38023
|
+
position: absolute;
|
38024
|
+
display: inline-block;
|
38025
|
+
top: 1rem;
|
38026
|
+
height: 1px;
|
38027
|
+
left: 8.125rem;
|
38028
|
+
width: calc(100% - 55px);
|
38029
|
+
background-color: var(--Steps-line-bg);
|
38030
|
+
}
|
38031
|
+
|
38032
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerIcon {
|
38033
|
+
margin-left: 5.625rem;
|
38034
|
+
}
|
38035
|
+
|
38036
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper {
|
38037
|
+
width: 12.5rem;
|
38038
|
+
}
|
38039
|
+
|
38040
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body {
|
38041
|
+
text-align: center;
|
38042
|
+
}
|
38043
|
+
|
38044
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
|
38045
|
+
padding: 0 0.625rem;
|
38046
|
+
width: 100%;
|
38047
|
+
}
|
38048
|
+
|
38049
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title > span {
|
38050
|
+
display: block;
|
38051
|
+
position: relative;
|
38052
|
+
left: 0.625rem;
|
38053
|
+
}
|
38054
|
+
|
38055
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
|
38056
|
+
word-break: break-all;
|
38057
|
+
padding: 0 0.625rem;
|
38058
|
+
position: relative;
|
38059
|
+
left: 0.625rem;
|
38060
|
+
}
|
38061
|
+
|
38062
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
|
38063
|
+
display: none;
|
38064
|
+
}
|
38065
|
+
|
38066
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
38067
|
+
min-width: 12.5rem;
|
38068
|
+
word-break: break-all;
|
38069
|
+
padding: 0 0.625rem;
|
38070
|
+
}
|
38071
|
+
|
38072
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
|
38073
|
+
background-color: var(--Steps-line-success-bg);
|
38074
|
+
}
|
38075
|
+
|
38076
|
+
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem:last-child .cxd-StepsItem-containerTail:after {
|
38077
|
+
display: none;
|
38078
|
+
}
|
38079
|
+
|
38080
|
+
.amis-scope .cxd-Steps--Placement-vertical .is-finish .cxd-StepsItem-containerTail:after {
|
38081
|
+
background: var(--Steps-status-success);
|
38082
|
+
}
|
38083
|
+
|
38084
|
+
.amis-scope .cxd-Steps--ProgressDot .cxd-StepsItem-containerTail:after {
|
38085
|
+
left: 6.875rem;
|
38086
|
+
width: calc(100% - 20px);
|
38087
|
+
}
|
38088
|
+
|
38089
|
+
.amis-scope .cxd-Steps--ProgressDot .cxd-StepsItem-containerProgressDot {
|
38090
|
+
margin-top: 0.8125rem;
|
38091
|
+
margin-bottom: 0.3125rem;
|
38092
|
+
width: 0.5rem;
|
38093
|
+
height: 0.5rem;
|
38094
|
+
margin-left: 6rem;
|
38095
|
+
border: 1px solid var(--Steps-line-success-bg);
|
38096
|
+
border-radius: 100%;
|
38097
|
+
}
|
38098
|
+
|
38099
|
+
.amis-scope .cxd-Steps--ProgressDot .is-finish .cxd-StepsItem-containerTail:after {
|
38100
|
+
background: var(--Steps-status-success);
|
38101
|
+
}
|
38102
|
+
|
38103
|
+
.amis-scope .cxd-Steps--ProgressDot .is-wait .cxd-StepsItem-containerProgressDot {
|
38104
|
+
background: var(--Steps-line-bg);
|
38105
|
+
border: 1px solid var(--Steps-line-bg);
|
38106
|
+
}
|
38107
|
+
|
38108
|
+
.amis-scope .cxd-Steps--ProgressDot .is-error .cxd-StepsItem-containerProgressDot {
|
38109
|
+
background: var(--Steps-status-error);
|
38110
|
+
border: 1px solid var(--Steps-status-error);
|
38111
|
+
}
|
38112
|
+
|
38113
|
+
.amis-scope .cxd-Steps--ProgressDot .is-process .cxd-StepsItem-containerProgressDot {
|
38114
|
+
border: 1px solid var(--Steps-status-success);
|
38115
|
+
background: var(--Steps-status-success);
|
38116
|
+
}
|
38117
|
+
|
37788
38118
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-icon {
|
37789
38119
|
background-color: var(--white);
|
37790
38120
|
color: var(--Steps-bg);
|
@@ -38833,10 +39163,122 @@ readers do not read off random characters that represent icons */
|
|
38833
39163
|
}
|
38834
39164
|
|
38835
39165
|
.amis-scope .cxd-TextareaControl {
|
39166
|
+
position: relative;
|
39167
|
+
max-width: 100%;
|
38836
39168
|
--Form-input-clearBtn-padding: 0.125rem;
|
38837
39169
|
position: relative;
|
38838
39170
|
}
|
38839
39171
|
|
39172
|
+
.amis-scope .cxd-TextareaControl.is-inline {
|
39173
|
+
display: inline-block;
|
39174
|
+
width: var(--Form-control-widthBase);
|
39175
|
+
}
|
39176
|
+
|
39177
|
+
.amis-scope .cxd-TextareaControl-input {
|
39178
|
+
display: flex;
|
39179
|
+
background: var(--Form-input-bg);
|
39180
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
39181
|
+
border-radius: var(--Form-input-borderRadius);
|
39182
|
+
line-height: var(--Form-input-lineHeight);
|
39183
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
39184
|
+
font-size: var(--Form-input-fontSize);
|
39185
|
+
flex-wrap: wrap;
|
39186
|
+
justify-content: flex-start;
|
39187
|
+
}
|
39188
|
+
|
39189
|
+
.amis-scope .cxd-TextareaControl-input input {
|
39190
|
+
flex-basis: 5rem;
|
39191
|
+
flex-grow: 1;
|
39192
|
+
outline: none;
|
39193
|
+
background: transparent;
|
39194
|
+
border: none;
|
39195
|
+
color: var(--Form-input-color);
|
39196
|
+
width: 100%;
|
39197
|
+
height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
39198
|
+
}
|
39199
|
+
|
39200
|
+
.amis-scope .cxd-TextareaControl-input input::placeholder {
|
39201
|
+
color: var(--Form-input-placeholderColor);
|
39202
|
+
user-select: none;
|
39203
|
+
}
|
39204
|
+
|
39205
|
+
.amis-scope .cxd-TextareaControl-input:hover {
|
39206
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
39207
|
+
}
|
39208
|
+
|
39209
|
+
.amis-scope .cxd-TextareaControl-input--borderHalf {
|
39210
|
+
border-left-color: transparent !important;
|
39211
|
+
border-right-color: transparent !important;
|
39212
|
+
border-top-color: transparent !important;
|
39213
|
+
}
|
39214
|
+
|
39215
|
+
.amis-scope .cxd-TextareaControl-input--borderNone {
|
39216
|
+
border-color: transparent !important;
|
39217
|
+
}
|
39218
|
+
|
39219
|
+
.amis-scope .cxd-TextareaControl.is-error > .cxd-TextareaControl-input {
|
39220
|
+
border-color: var(--Form-input-onError-borderColor);
|
39221
|
+
background: var(--Form-input-onError-bg);
|
39222
|
+
transition: all var(--animation-duration);
|
39223
|
+
}
|
39224
|
+
|
39225
|
+
.amis-scope .cxd-TextareaControl.is-focused > .cxd-TextareaControl-input {
|
39226
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
39227
|
+
box-shadow: var(--Form-input-boxShadow);
|
39228
|
+
background: var(--Form-input-onFocused-bg);
|
39229
|
+
transition: all var(--animation-duration);
|
39230
|
+
}
|
39231
|
+
|
39232
|
+
.amis-scope .cxd-TextareaControl.is-error.is-focused > .cxd-TextareaControl-input {
|
39233
|
+
border-color: var(--Form-input-onError-borderColor);
|
39234
|
+
}
|
39235
|
+
|
39236
|
+
.amis-scope .cxd-TextareaControl.is-disabled > .cxd-TextareaControl-input {
|
39237
|
+
color: var(--text--muted-color);
|
39238
|
+
background: var(--Form-input-onDisabled-bg);
|
39239
|
+
border-color: var(--Form-input-onDisabled-borderColor);
|
39240
|
+
transition: all var(--animation-duration);
|
39241
|
+
}
|
39242
|
+
|
39243
|
+
.amis-scope .cxd-TextareaControl-spinner {
|
39244
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
39245
|
+
}
|
39246
|
+
|
39247
|
+
.amis-scope .cxd-TextareaControl-clear {
|
39248
|
+
padding: var(--Form-input-clearBtn-padding);
|
39249
|
+
cursor: pointer;
|
39250
|
+
display: flex;
|
39251
|
+
align-items: center;
|
39252
|
+
justify-content: center;
|
39253
|
+
margin-left: auto;
|
39254
|
+
text-decoration: none;
|
39255
|
+
}
|
39256
|
+
|
39257
|
+
.amis-scope .cxd-TextareaControl-clear svg {
|
39258
|
+
fill: var(--Form-input-clearBtn-color);
|
39259
|
+
top: 0;
|
39260
|
+
width: var(--Form-input-clearBtn-size);
|
39261
|
+
height: var(--Form-input-clearBtn-size);
|
39262
|
+
}
|
39263
|
+
|
39264
|
+
.amis-scope .cxd-TextareaControl-clear:hover svg {
|
39265
|
+
fill: var(--Form-input-clearBtn-color-onHover);
|
39266
|
+
}
|
39267
|
+
|
39268
|
+
.amis-scope .cxd-TextareaControl-clear:active svg {
|
39269
|
+
fill: var(--Form-input-clearBtn-color-onActive);
|
39270
|
+
}
|
39271
|
+
|
39272
|
+
@media (min-width: 576px) {
|
39273
|
+
.amis-scope .cxd-TextareaControl.cxd-Form-control--sizeXs > .cxd-TextareaControl-input,
|
39274
|
+
.amis-scope .cxd-TextareaControl.cxd-Form-control--sizeSm > .cxd-TextareaControl-input,
|
39275
|
+
.amis-scope .cxd-TextareaControl.cxd-Form-control--sizeMd > .cxd-TextareaControl-input,
|
39276
|
+
.amis-scope .cxd-TextareaControl.cxd-Form-control--sizeLg > .cxd-TextareaControl-input {
|
39277
|
+
min-width: 100%;
|
39278
|
+
display: inline-flex;
|
39279
|
+
}
|
39280
|
+
}
|
39281
|
+
|
38840
39282
|
.amis-scope .cxd-TextareaControl > textarea {
|
38841
39283
|
border: 1px solid var(--Form-input-borderColor);
|
38842
39284
|
border-radius: var(--Form-input-borderRadius);
|
@@ -38868,27 +39310,6 @@ readers do not read off random characters that represent icons */
|
|
38868
39310
|
border-color: var(--Form-input-onHover-borderColor);
|
38869
39311
|
}
|
38870
39312
|
|
38871
|
-
.amis-scope .cxd-TextareaControl > textarea:focus,
|
38872
|
-
.amis-scope .cxd-TextareaControl.is-focused > textarea {
|
38873
|
-
border-color: var(--Form-input-onFocused-borderColor);
|
38874
|
-
box-shadow: var(--Form-input-boxShadow);
|
38875
|
-
}
|
38876
|
-
|
38877
|
-
.amis-scope .cxd-TextareaControl > textarea:focus:hover,
|
38878
|
-
.amis-scope .cxd-TextareaControl.is-focused > textarea:hover {
|
38879
|
-
border-color: var(--Form-input-onFocused-borderColor);
|
38880
|
-
}
|
38881
|
-
|
38882
|
-
.amis-scope .cxd-TextareaControl.is-disabled > textarea,
|
38883
|
-
.amis-scope .cxd-TextareaControl > textarea[disabled] {
|
38884
|
-
background: #e5e7eb;
|
38885
|
-
color: var(--text--muted-color);
|
38886
|
-
}
|
38887
|
-
|
38888
|
-
.amis-scope .cxd-TextareaControl.is-error > textarea {
|
38889
|
-
border-color: var(--Form-input-onError-borderColor);
|
38890
|
-
}
|
38891
|
-
|
38892
39313
|
.amis-scope .cxd-TextareaControl-counter {
|
38893
39314
|
position: absolute;
|
38894
39315
|
right: var(--Form-input-paddingX);
|
@@ -39088,11 +39509,124 @@ readers do not read off random characters that represent icons */
|
|
39088
39509
|
height: 0;
|
39089
39510
|
border-color: transparent;
|
39090
39511
|
transition: width var(--animation-duration), height var(--animation-duration), transform var(--animation-duration);
|
39091
|
-
border-width: 0 0 0.
|
39092
|
-
transform: translate(-50%, -
|
39512
|
+
border-width: 0 0 0.0625rem 0.0625rem;
|
39513
|
+
transform: translate(-50%, -90%) rotate(-40deg);
|
39514
|
+
border-style: solid;
|
39515
|
+
}
|
39516
|
+
|
39517
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input {
|
39518
|
+
margin-left: calc(var(--Checkbox-size) * -1);
|
39519
|
+
}
|
39520
|
+
|
39521
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input + i {
|
39522
|
+
border-color: var(--Checkbox-onHover-color);
|
39523
|
+
}
|
39524
|
+
|
39525
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input + i:before {
|
39526
|
+
width: var(--Checkbox-inner-size);
|
39527
|
+
height: var(--Checkbox-inner-size);
|
39528
|
+
background: var(--Checkbox-onHover-color);
|
39529
|
+
}
|
39530
|
+
|
39531
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i {
|
39532
|
+
border-color: var(--Checkbox-onDisabled-color);
|
39533
|
+
}
|
39534
|
+
|
39535
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input[disabled] + i:before {
|
39536
|
+
width: var(--Checkbox-inner-size);
|
39537
|
+
height: var(--Checkbox-inner-size);
|
39538
|
+
background: var(--Checkbox-inner-onDisabled-bg);
|
39539
|
+
}
|
39540
|
+
|
39541
|
+
.amis-scope .cxd-Checkbox--partial.cxd-Checkbox--checkbox input:checked[disabled] + i {
|
39542
|
+
width: var(--Checkbox-inner-size);
|
39543
|
+
height: var(--Checkbox-inner-size);
|
39544
|
+
background: var(--Checkbox-onDisabled-bg);
|
39545
|
+
}
|
39546
|
+
|
39547
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox {
|
39548
|
+
text-align: center;
|
39549
|
+
height: var(--Checkbox-button-height);
|
39550
|
+
line-height: var(--Checkbox-button-line-height);
|
39551
|
+
padding-left: var(--Checkbox-paddingX);
|
39552
|
+
padding-right: var(--Checkbox-paddingX);
|
39553
|
+
font-size: var(--fontSizeSm);
|
39554
|
+
border: var(--Checkbox-border-width) solid;
|
39555
|
+
cursor: pointer;
|
39556
|
+
position: relative;
|
39557
|
+
display: inline-block;
|
39558
|
+
background-color: var(--Checkbox-gb);
|
39559
|
+
border-color: var(--Checkbox-color);
|
39560
|
+
margin-right: 0;
|
39561
|
+
border-radius: calc(var(--Checkbox-borderRadius) * 2);
|
39562
|
+
min-width: var(--Checkbox-button-min-width);
|
39563
|
+
}
|
39564
|
+
|
39565
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover:not(:disabled) {
|
39566
|
+
color: var(--Checkbox-onHover-color);
|
39567
|
+
}
|
39568
|
+
|
39569
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked + i {
|
39570
|
+
background: transparent;
|
39571
|
+
top: 0;
|
39572
|
+
left: 0;
|
39573
|
+
width: 0;
|
39574
|
+
height: 0;
|
39575
|
+
border-width: 0.5rem;
|
39576
|
+
border-color: var(--Checkbox-onHover-color) transparent transparent var(--Checkbox-onHover-color);
|
39577
|
+
border-radius: 0;
|
39578
|
+
}
|
39579
|
+
|
39580
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked + i:before {
|
39581
|
+
position: absolute;
|
39582
|
+
top: 0;
|
39583
|
+
left: 0;
|
39584
|
+
width: var(--Checkbox--full-inner-size);
|
39585
|
+
height: calc(var(--Checkbox--full-inner-size) / 2);
|
39586
|
+
transform: translate(-80%, -160%) rotate(-50deg);
|
39587
|
+
background: transparent;
|
39588
|
+
}
|
39589
|
+
|
39590
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i {
|
39591
|
+
border-color: var(--Checkbox-onDisabled-color);
|
39592
|
+
background: transparent;
|
39593
|
+
}
|
39594
|
+
|
39595
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input[disabled] + i:before {
|
39596
|
+
background: transparent;
|
39597
|
+
}
|
39598
|
+
|
39599
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox input:checked[disabled] + i {
|
39600
|
+
background: transparent;
|
39601
|
+
border-width: 0.5rem;
|
39602
|
+
border-color: var(--Checkbox-onHover-color) transparent transparent var(--Checkbox-onHover-color);
|
39603
|
+
}
|
39604
|
+
|
39605
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox > i {
|
39606
|
+
position: absolute;
|
39607
|
+
top: 0;
|
39608
|
+
left: 0;
|
39609
|
+
margin-left: 0;
|
39610
|
+
border: 0;
|
39093
39611
|
border-style: solid;
|
39094
39612
|
}
|
39095
39613
|
|
39614
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox > i + span {
|
39615
|
+
max-width: 6.25rem;
|
39616
|
+
text-overflow: ellipsis;
|
39617
|
+
white-space: nowrap;
|
39618
|
+
overflow: hidden;
|
39619
|
+
}
|
39620
|
+
|
39621
|
+
.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox {
|
39622
|
+
border-color: var(--Checkbox-onHover-color);
|
39623
|
+
color: var(--Checkbox-onHover-color);
|
39624
|
+
}
|
39625
|
+
|
39626
|
+
.amis-scope .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox {
|
39627
|
+
background: var(--Checkbox-disabled-unchecked-bg);
|
39628
|
+
}
|
39629
|
+
|
39096
39630
|
.amis-scope .cxd-Checkbox--radio {
|
39097
39631
|
padding-left: var(--Radio-size);
|
39098
39632
|
}
|
@@ -39189,12 +39723,24 @@ readers do not read off random characters that represent icons */
|
|
39189
39723
|
margin-bottom: var(--Form-label-paddingTop);
|
39190
39724
|
}
|
39191
39725
|
|
39726
|
+
.amis-scope .cxd-RadiosControl .cxd-Checkbox--button,
|
39727
|
+
.amis-scope .cxd-CheckboxesControl .cxd-Checkbox--button {
|
39728
|
+
margin-bottom: 0;
|
39729
|
+
}
|
39730
|
+
|
39192
39731
|
.amis-scope .cxd-RadiosControl.is-inline .cxd-Checkbox,
|
39193
39732
|
.amis-scope .cxd-CheckboxesControl.is-inline .cxd-Checkbox {
|
39194
39733
|
display: inline-block;
|
39195
39734
|
margin-right: var(--gap-md);
|
39196
39735
|
}
|
39197
39736
|
|
39737
|
+
.amis-scope .cxd-RadiosControl.is-inline .cxd-Checkbox--button,
|
39738
|
+
.amis-scope .cxd-CheckboxesControl.is-inline .cxd-Checkbox--button {
|
39739
|
+
display: inline-block;
|
39740
|
+
margin-right: 0;
|
39741
|
+
margin-bottom: 0;
|
39742
|
+
}
|
39743
|
+
|
39198
39744
|
.amis-scope .cxd-RadiosControl-group:not(:first-child),
|
39199
39745
|
.amis-scope .cxd-CheckboxesControl-group:not(:first-child) {
|
39200
39746
|
margin-top: 0.625rem;
|
@@ -39858,9 +40404,10 @@ readers do not read off random characters that represent icons */
|
|
39858
40404
|
}
|
39859
40405
|
|
39860
40406
|
.amis-scope .cxd-Number-disabled .cxd-Number-input {
|
39861
|
-
opacity: 0.72;
|
39862
40407
|
cursor: not-allowed;
|
39863
|
-
|
40408
|
+
color: var(--text--muted-color);
|
40409
|
+
background: var(--Form-input-onDisabled-bg);
|
40410
|
+
border-color: var(--Form-input-onDisabled-borderColor);
|
39864
40411
|
}
|
39865
40412
|
|
39866
40413
|
.amis-scope .cxd-Number-disabled .cxd-Number-handler {
|
@@ -39955,7 +40502,6 @@ readers do not read off random characters that represent icons */
|
|
39955
40502
|
}
|
39956
40503
|
|
39957
40504
|
.amis-scope .cxd-Select-placeholder {
|
39958
|
-
color: var(--Form-select-placeholderColor);
|
39959
40505
|
line-height: var(--Form-input-lineHeight);
|
39960
40506
|
user-select: none;
|
39961
40507
|
white-space: nowrap;
|
@@ -40781,9 +41327,10 @@ readers do not read off random characters that represent icons */
|
|
40781
41327
|
color: var(--DatePicker-color);
|
40782
41328
|
background: var(--DatePicker-bg);
|
40783
41329
|
border-radius: var(--DatePicker-borderRadius);
|
41330
|
+
min-width: var(--DatePicker-minWidth);
|
40784
41331
|
}
|
40785
41332
|
|
40786
|
-
.amis-scope .cxd-DatePicker
|
41333
|
+
.amis-scope .cxd-DatePicker-input {
|
40787
41334
|
display: inline-block;
|
40788
41335
|
width: 100%;
|
40789
41336
|
background: none;
|
@@ -40791,7 +41338,7 @@ readers do not read off random characters that represent icons */
|
|
40791
41338
|
border: 0;
|
40792
41339
|
}
|
40793
41340
|
|
40794
|
-
.amis-scope .cxd-DatePicker
|
41341
|
+
.amis-scope .cxd-DatePicker-input:focus {
|
40795
41342
|
border: none;
|
40796
41343
|
outline: none;
|
40797
41344
|
box-sizing: none;
|
@@ -40915,6 +41462,14 @@ readers do not read off random characters that represent icons */
|
|
40915
41462
|
display: flex;
|
40916
41463
|
}
|
40917
41464
|
|
41465
|
+
.amis-scope .cxd-DateControl.is-date > .cxd-DatePicker {
|
41466
|
+
min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
|
41467
|
+
}
|
41468
|
+
|
41469
|
+
.amis-scope .cxd-DateControl.is-datetime > .cxd-DatePicker {
|
41470
|
+
min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 6);
|
41471
|
+
}
|
41472
|
+
|
40918
41473
|
.amis-scope .cxd-DatePicker-shortcuts {
|
40919
41474
|
margin: 0;
|
40920
41475
|
background: var(--Calendar-shortcuts-bg);
|
@@ -41392,6 +41947,7 @@ readers do not read off random characters that represent icons */
|
|
41392
41947
|
border-radius: var(--DatePicker-borderRadius);
|
41393
41948
|
color: var(--DatePicker-color);
|
41394
41949
|
background: var(--DatePicker-bg);
|
41950
|
+
min-width: var(--DateRangePicker-minWidth);
|
41395
41951
|
}
|
41396
41952
|
|
41397
41953
|
.amis-scope .cxd-DateRangePicker--borderHalf {
|
@@ -41422,6 +41978,22 @@ readers do not read off random characters that represent icons */
|
|
41422
41978
|
box-shadow: var(--Form-input-boxShadow);
|
41423
41979
|
}
|
41424
41980
|
|
41981
|
+
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input {
|
41982
|
+
border: none;
|
41983
|
+
border-bottom: 1px solid transparent;
|
41984
|
+
outline: none;
|
41985
|
+
padding: 0;
|
41986
|
+
background: 0;
|
41987
|
+
}
|
41988
|
+
|
41989
|
+
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input.isActive {
|
41990
|
+
border-bottom: 1px solid var(--DatePicker-onFocused-borderColor);
|
41991
|
+
}
|
41992
|
+
|
41993
|
+
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input-separator {
|
41994
|
+
margin: 0 var(--gap-sm);
|
41995
|
+
}
|
41996
|
+
|
41425
41997
|
.amis-scope .cxd-DateRangePicker.is-disabled {
|
41426
41998
|
background: #e5e7eb;
|
41427
41999
|
}
|
@@ -41553,6 +42125,14 @@ readers do not read off random characters that represent icons */
|
|
41553
42125
|
display: flex;
|
41554
42126
|
}
|
41555
42127
|
|
42128
|
+
.amis-scope .cxd-DateRangeControl.is-date > .cxd-DateRangePicker {
|
42129
|
+
min-width: calc(var(--DateRangePicker-minWidth) + var(--fontSizeLg) * 5.5);
|
42130
|
+
}
|
42131
|
+
|
42132
|
+
.amis-scope .cxd-DateRangeControl.is-datetime > .cxd-DateRangePicker {
|
42133
|
+
min-width: calc(var(--DateRangePicker-minWidth) + var(--fontSizeLg) * 11);
|
42134
|
+
}
|
42135
|
+
|
41556
42136
|
.amis-scope .cxd-DateRangePicker-popover {
|
41557
42137
|
margin: 0.125rem 0 0;
|
41558
42138
|
}
|
@@ -42074,6 +42654,10 @@ readers do not read off random characters that represent icons */
|
|
42074
42654
|
top: 0;
|
42075
42655
|
}
|
42076
42656
|
|
42657
|
+
.amis-scope .cxd-FileControl-dropzone.is-active .cxd-FileControl-acceptTip {
|
42658
|
+
border-color: var(--info);
|
42659
|
+
}
|
42660
|
+
|
42077
42661
|
.amis-scope .cxd-FileControl-sum {
|
42078
42662
|
font-size: var(--fontSizeSm);
|
42079
42663
|
}
|
@@ -42133,7 +42717,7 @@ readers do not read off random characters that represent icons */
|
|
42133
42717
|
|
42134
42718
|
.amis-scope .cxd-EditorControl > .cxd-MonacoEditor,
|
42135
42719
|
.amis-scope .cxd-EditorControl > .cxd-MonacoEditor > .monaco-diff-editor {
|
42136
|
-
min-height:
|
42720
|
+
min-height: inherit;
|
42137
42721
|
}
|
42138
42722
|
|
42139
42723
|
.amis-scope .cxd-EditorControl.is-error {
|
@@ -43271,6 +43855,10 @@ readers do not read off random characters that represent icons */
|
|
43271
43855
|
opacity: var(--Button-onDisabled-opacity);
|
43272
43856
|
}
|
43273
43857
|
|
43858
|
+
.amis-scope .cxd-Combo--hor .cxd-Combo-delController {
|
43859
|
+
margin-left: var(--gap-xs);
|
43860
|
+
}
|
43861
|
+
|
43274
43862
|
.amis-scope .cxd-Combo--hor.is-draggable .cxd-Combo-toolbar {
|
43275
43863
|
padding-left: 1.5rem;
|
43276
43864
|
}
|
@@ -43332,10 +43920,19 @@ readers do not read off random characters that represent icons */
|
|
43332
43920
|
}
|
43333
43921
|
|
43334
43922
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover > .cxd-Combo-delBtn,
|
43335
|
-
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-
|
43923
|
+
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover > .cxd-Combo-delController,
|
43924
|
+
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover > .cxd-Combo-delBtn,
|
43925
|
+
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover > .cxd-Combo-delController {
|
43336
43926
|
opacity: 1;
|
43337
43927
|
}
|
43338
43928
|
|
43929
|
+
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) .cxd-Combo-delController {
|
43930
|
+
position: absolute;
|
43931
|
+
top: var(--gap-xs);
|
43932
|
+
right: var(--gap-xs);
|
43933
|
+
opacity: 0;
|
43934
|
+
}
|
43935
|
+
|
43339
43936
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item > .cxd-Combo-itemDrager {
|
43340
43937
|
position: absolute;
|
43341
43938
|
top: var(--Combo--horizontal-dragger-top);
|
@@ -44215,8 +44812,9 @@ readers do not read off random characters that represent icons */
|
|
44215
44812
|
|
44216
44813
|
.amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
44217
44814
|
flex-grow: 1;
|
44218
|
-
max-height:
|
44219
|
-
overflow:
|
44815
|
+
max-height: var(--Transfer-selection-maxHeight);
|
44816
|
+
overflow-x: hidden;
|
44817
|
+
overflow-y: auto;
|
44220
44818
|
position: relative;
|
44221
44819
|
}
|
44222
44820
|
|
@@ -44774,6 +45372,23 @@ readers do not read off random characters that represent icons */
|
|
44774
45372
|
white-space: var(--Form--horizontal-label-whiteSpace);
|
44775
45373
|
}
|
44776
45374
|
|
45375
|
+
.amis-scope .cxd-Form-item--horizontal-justify {
|
45376
|
+
justify-content: space-between;
|
45377
|
+
}
|
45378
|
+
|
45379
|
+
.amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-label {
|
45380
|
+
text-align: var(--Form--horizontal-justify-label-align);
|
45381
|
+
white-space: var(--Form--horizontal-justify-label-whiteSpace);
|
45382
|
+
}
|
45383
|
+
|
45384
|
+
.amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-value {
|
45385
|
+
text-align: var(--Form--horizontal-justify-value-align);
|
45386
|
+
}
|
45387
|
+
|
45388
|
+
.amis-scope .cxd-Form-item--horizontal-justify > .cxd-Form-value > * {
|
45389
|
+
text-align: initial;
|
45390
|
+
}
|
45391
|
+
|
44777
45392
|
.amis-scope .cxd-Form-item--normal > .cxd-Form-label {
|
44778
45393
|
display: block;
|
44779
45394
|
}
|
@@ -45115,6 +45730,17 @@ readers do not read off random characters that represent icons */
|
|
45115
45730
|
/* 移动端样式调整 */
|
45116
45731
|
|
45117
45732
|
@media (max-width: 767px) {
|
45733
|
+
.amis-scope .cxd-Form::before {
|
45734
|
+
position: absolute;
|
45735
|
+
box-sizing: border-box;
|
45736
|
+
content: " ";
|
45737
|
+
pointer-events: none;
|
45738
|
+
right: 0;
|
45739
|
+
top: 0;
|
45740
|
+
left: 0;
|
45741
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
45742
|
+
}
|
45743
|
+
|
45118
45744
|
.amis-scope .cxd-Form .cxd-Form-item {
|
45119
45745
|
display: flex;
|
45120
45746
|
flex-wrap: wrap;
|
@@ -45132,7 +45758,6 @@ readers do not read off random characters that represent icons */
|
|
45132
45758
|
bottom: 0;
|
45133
45759
|
left: 0;
|
45134
45760
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
45135
|
-
transform: scaleY(0.5);
|
45136
45761
|
}
|
45137
45762
|
|
45138
45763
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup-addOn,
|
@@ -45264,6 +45889,10 @@ readers do not read off random characters that represent icons */
|
|
45264
45889
|
margin-bottom: 0;
|
45265
45890
|
}
|
45266
45891
|
|
45892
|
+
.amis-scope .cxd-Form > .cxd-Form-item.is-placeholder::after {
|
45893
|
+
display: none;
|
45894
|
+
}
|
45895
|
+
|
45267
45896
|
.amis-scope .cxd-Form .cxd-Divider {
|
45268
45897
|
display: none;
|
45269
45898
|
}
|
@@ -45272,11 +45901,6 @@ readers do not read off random characters that represent icons */
|
|
45272
45901
|
padding: 0;
|
45273
45902
|
}
|
45274
45903
|
|
45275
|
-
.amis-scope .cxd-Form > .cxd-Form-item:last-child::after,
|
45276
|
-
.amis-scope .cxd-Form > .cxd-Form-item:last-of-type::after {
|
45277
|
-
display: none;
|
45278
|
-
}
|
45279
|
-
|
45280
45904
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
|
45281
45905
|
padding-bottom: var(--Form-input-paddingX);
|
45282
45906
|
}
|
@@ -45919,7 +46543,7 @@ readers do not read off random characters that represent icons */
|
|
45919
46543
|
|
45920
46544
|
.amis-scope .cxd-FormulaEditor-FuncList-item {
|
45921
46545
|
cursor: pointer;
|
45922
|
-
padding: 0
|
46546
|
+
padding: 0 1.875rem;
|
45923
46547
|
height: var(--gap-xl);
|
45924
46548
|
line-height: var(--gap-xl);
|
45925
46549
|
}
|
@@ -46228,11 +46852,34 @@ readers do not read off random characters that represent icons */
|
|
46228
46852
|
border-radius: var(--TimelineItem--icon-radius);
|
46229
46853
|
}
|
46230
46854
|
|
46231
|
-
.amis-scope .cxd-BarCode >
|
46855
|
+
.amis-scope .cxd-BarCode > img {
|
46232
46856
|
display: block;
|
46233
46857
|
margin: 0 auto;
|
46234
46858
|
}
|
46235
46859
|
|
46860
|
+
.amis-scope .cxd-PullRefresh-wrap {
|
46861
|
+
position: relative;
|
46862
|
+
height: 100%;
|
46863
|
+
}
|
46864
|
+
|
46865
|
+
.amis-scope .cxd-PullRefresh-header {
|
46866
|
+
position: absolute;
|
46867
|
+
left: 0px;
|
46868
|
+
width: 100%;
|
46869
|
+
text-align: center;
|
46870
|
+
transform: translateY(-100%);
|
46871
|
+
overflow: hidden;
|
46872
|
+
padding: var(--gap-xs) 0;
|
46873
|
+
min-height: var(--gap-lg);
|
46874
|
+
line-height: var(--gap-lg);
|
46875
|
+
color: #999;
|
46876
|
+
}
|
46877
|
+
|
46878
|
+
.amis-scope .cxd-PullRefresh .loading-icon {
|
46879
|
+
animation: var(--Button-animation-spin);
|
46880
|
+
margin-right: var(--gap-xs);
|
46881
|
+
}
|
46882
|
+
|
46236
46883
|
/**
|
46237
46884
|
* Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
|
46238
46885
|
*/
|
@@ -46304,9 +46951,8 @@ readers do not read off random characters that represent icons */
|
|
46304
46951
|
right: 0;
|
46305
46952
|
width: 24px;
|
46306
46953
|
height: 48px;
|
46307
|
-
box-shadow: rgba(
|
46308
|
-
border-
|
46309
|
-
border-bottom-left-radius: 12px;
|
46954
|
+
box-shadow: 0 4px 6px 0 rgba(8, 14, 26, 0.04), 0 1px 10px 0 rgba(8, 14, 26, 0.05), 0 2px 4px -1px rgba(8, 14, 26, 0.06);
|
46955
|
+
border-radius: var(--borderRadius) 0 0 var(--borderRadius);
|
46310
46956
|
padding-top: 14px;
|
46311
46957
|
padding-left: 6px;
|
46312
46958
|
cursor: pointer;
|