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/dark.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(34, 150, 243, 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);
|
@@ -27786,7 +27816,6 @@ readers do not read off random characters that represent icons */
|
|
27786
27816
|
z-index: 1600;
|
27787
27817
|
word-wrap: break-word;
|
27788
27818
|
background: var(--Tooltip-bg);
|
27789
|
-
border: var(--Tooltip-borderWidth) solid var(--Tooltip-borderColor);
|
27790
27819
|
box-shadow: var(--Tooltip-boxShadow);
|
27791
27820
|
}
|
27792
27821
|
|
@@ -27823,7 +27852,6 @@ readers do not read off random characters that represent icons */
|
|
27823
27852
|
|
27824
27853
|
.amis-scope .dark-Tooltip--top .dark-Tooltip-arrow::before {
|
27825
27854
|
bottom: 0;
|
27826
|
-
border-top-color: var(--Tooltip-arrow-outerColor);
|
27827
27855
|
}
|
27828
27856
|
|
27829
27857
|
.amis-scope .dark-Tooltip--top .dark-Tooltip-arrow::after {
|
@@ -27850,7 +27878,6 @@ readers do not read off random characters that represent icons */
|
|
27850
27878
|
|
27851
27879
|
.amis-scope .dark-Tooltip--right .dark-Tooltip-arrow::before {
|
27852
27880
|
left: 0;
|
27853
|
-
border-right-color: var(--Tooltip-arrow-outerColor);
|
27854
27881
|
}
|
27855
27882
|
|
27856
27883
|
.amis-scope .dark-Tooltip--right .dark-Tooltip-arrow::after {
|
@@ -27873,7 +27900,6 @@ readers do not read off random characters that represent icons */
|
|
27873
27900
|
|
27874
27901
|
.amis-scope .dark-Tooltip--bottom .dark-Tooltip-arrow::before {
|
27875
27902
|
top: 0;
|
27876
|
-
border-bottom-color: var(--Tooltip-arrow-outerColor);
|
27877
27903
|
}
|
27878
27904
|
|
27879
27905
|
.amis-scope .dark-Tooltip--bottom .dark-Tooltip-arrow::after {
|
@@ -27912,7 +27938,6 @@ readers do not read off random characters that represent icons */
|
|
27912
27938
|
|
27913
27939
|
.amis-scope .dark-Tooltip--left .dark-Tooltip-arrow::before {
|
27914
27940
|
right: 0;
|
27915
|
-
border-left-color: var(--Tooltip-arrow-outerColor);
|
27916
27941
|
}
|
27917
27942
|
|
27918
27943
|
.amis-scope .dark-Tooltip--left .dark-Tooltip-arrow::after {
|
@@ -27921,12 +27946,11 @@ readers do not read off random characters that represent icons */
|
|
27921
27946
|
}
|
27922
27947
|
|
27923
27948
|
.amis-scope .dark-Tooltip-title {
|
27924
|
-
padding: var(--Tooltip-title-paddingY) var(--Tooltip-title-paddingX);
|
27949
|
+
padding: var(--Tooltip-title-paddingY) var(--Tooltip-title-paddingX) 0;
|
27925
27950
|
margin-bottom: 0;
|
27926
27951
|
font-size: var(--fontSizeBase);
|
27927
27952
|
color: var(--Tooltip-title-color);
|
27928
|
-
|
27929
|
-
border-bottom: var(--Tooltip-borderWidth) solid var(--Tooltip-title-borderBottom-color);
|
27953
|
+
font-weight: var(--Tooltip-fontWeight);
|
27930
27954
|
border-top-left-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
27931
27955
|
border-top-right-radius: calc( var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth) );
|
27932
27956
|
font-weight: var(--Tooltip-title-fontWeight);
|
@@ -27939,6 +27963,8 @@ readers do not read off random characters that represent icons */
|
|
27939
27963
|
.amis-scope .dark-Tooltip-body {
|
27940
27964
|
color: var(--Tooltip-body-color);
|
27941
27965
|
padding: var(--Tooltip-body-paddingY) var(--Tooltip-body-paddingX);
|
27966
|
+
word-break: break-all;
|
27967
|
+
text-align: left;
|
27942
27968
|
}
|
27943
27969
|
|
27944
27970
|
.amis-scope .dark-Tooltip--dark {
|
@@ -29928,6 +29954,34 @@ readers do not read off random characters that represent icons */
|
|
29928
29954
|
vertical-align: middle;
|
29929
29955
|
}
|
29930
29956
|
|
29957
|
+
.amis-scope .dark-Nav .dark-Nav-list-overflow {
|
29958
|
+
min-height: var(--Nav-Item-height) !important;
|
29959
|
+
max-height: calc(var(--Nav-Item-height) * 5);
|
29960
|
+
max-width: var(--Nav-Item-maxWidth--tabs);
|
29961
|
+
font-size: var(--Nav-subItem-fontSize);
|
29962
|
+
overflow-x: hidden;
|
29963
|
+
overflow-y: auto;
|
29964
|
+
}
|
29965
|
+
|
29966
|
+
.amis-scope .dark-Nav .dark-Nav-list-overflow .dark-Nav-subItems {
|
29967
|
+
margin-block-start: 0;
|
29968
|
+
margin-block-end: 0;
|
29969
|
+
}
|
29970
|
+
|
29971
|
+
.amis-scope .dark-Nav .dark-Nav-list-overflow .dark-Nav-item {
|
29972
|
+
max-width: var(--Nav-Item-maxWidth--tabs);
|
29973
|
+
height: var(--Nav-Item-height);
|
29974
|
+
}
|
29975
|
+
|
29976
|
+
.amis-scope .dark-Nav .dark-Nav-list-overflow .dark-Nav-item > a {
|
29977
|
+
border: none !important;
|
29978
|
+
display: block !important;
|
29979
|
+
text-overflow: ellipsis;
|
29980
|
+
overflow: hidden;
|
29981
|
+
white-space: nowrap;
|
29982
|
+
user-select: none;
|
29983
|
+
}
|
29984
|
+
|
29931
29985
|
.amis-scope .dark-Nav .dark-Nav-list--tabs {
|
29932
29986
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
29933
29987
|
}
|
@@ -29936,6 +29990,7 @@ readers do not read off random characters that represent icons */
|
|
29936
29990
|
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
29937
29991
|
display: inline-block;
|
29938
29992
|
position: relative;
|
29993
|
+
max-width: var(--Nav-Item-maxWidth--tabs);
|
29939
29994
|
}
|
29940
29995
|
|
29941
29996
|
.amis-scope .dark-Nav .dark-Nav-list--tabs .dark-Nav-item > a {
|
@@ -29950,11 +30005,15 @@ readers do not read off random characters that represent icons */
|
|
29950
30005
|
margin-right: 0.125rem;
|
29951
30006
|
padding: var(--gap-sm) var(--gap-xl);
|
29952
30007
|
cursor: pointer;
|
30008
|
+
text-overflow: ellipsis;
|
30009
|
+
overflow: hidden;
|
30010
|
+
white-space: nowrap;
|
29953
30011
|
}
|
29954
30012
|
|
29955
30013
|
.amis-scope .dark-Nav .dark-Nav-list--tabs .dark-Nav-item:hover > a,
|
29956
30014
|
.amis-scope .dark-Nav .dark-Nav-list--tabs .dark-Nav-item > a:focus {
|
29957
30015
|
border-color: var(--Tabs-onHover-borderColor);
|
30016
|
+
border-bottom: none;
|
29958
30017
|
text-decoration: none;
|
29959
30018
|
}
|
29960
30019
|
|
@@ -29974,6 +30033,13 @@ readers do not read off random characters that represent icons */
|
|
29974
30033
|
border-bottom-color: var(--Tabs-content-bg);
|
29975
30034
|
}
|
29976
30035
|
|
30036
|
+
.amis-scope .dark-Nav .dark-Nav-list--tabs .dark-Nav-item-overflow:hover > a,
|
30037
|
+
.amis-scope .dark-Nav .dark-Nav-list--tabs .dark-Nav-item-overflow > a:focus,
|
30038
|
+
.amis-scope .dark-Nav .dark-Nav-list--tabs .dark-Nav-item-overflow.is-overflow-opened > a {
|
30039
|
+
color: var(--primary);
|
30040
|
+
border-color: transparent;
|
30041
|
+
}
|
30042
|
+
|
29977
30043
|
.amis-scope .dark-Nav .dark-Nav-list--stacked {
|
29978
30044
|
min-height: 3.125rem;
|
29979
30045
|
}
|
@@ -30894,57 +30960,122 @@ readers do not read off random characters that represent icons */
|
|
30894
30960
|
}
|
30895
30961
|
}
|
30896
30962
|
|
30897
|
-
.amis-scope .
|
30898
|
-
|
30899
|
-
|
30900
|
-
|
30901
|
-
|
30902
|
-
position: absolute;
|
30903
|
-
z-index: 10;
|
30904
|
-
top: 0;
|
30905
|
-
left: 0;
|
30906
|
-
right: 0;
|
30907
|
-
bottom: 0;
|
30908
|
-
background: var(--Spinner-overlay-bg);
|
30909
|
-
transition: ease-out opacity var(--animation-duration);
|
30963
|
+
.amis-scope .dark-Spinner {
|
30964
|
+
display: inline-flex;
|
30965
|
+
flex-direction: column;
|
30966
|
+
align-items: center;
|
30967
|
+
justify-content: center;
|
30910
30968
|
opacity: 0;
|
30969
|
+
transition: ease-out opacity var(--animation-duration);
|
30911
30970
|
}
|
30912
30971
|
|
30913
|
-
.amis-scope .dark-Spinner
|
30972
|
+
.amis-scope .dark-Spinner.in {
|
30914
30973
|
opacity: 1;
|
30915
30974
|
}
|
30916
30975
|
|
30917
|
-
.amis-scope .dark-Spinner {
|
30976
|
+
.amis-scope .dark-Spinner .dark-Spinner-icon {
|
30918
30977
|
width: var(--Spinner-width);
|
30919
30978
|
height: var(--Spinner-height);
|
30979
|
+
position: relative;
|
30920
30980
|
transform: translateZ(0);
|
30921
|
-
|
30981
|
+
animation: spin 2s linear infinite;
|
30982
|
+
transition: ease-out all var(--animation-duration);
|
30983
|
+
}
|
30984
|
+
|
30985
|
+
.amis-scope .dark-Spinner .dark-Spinner-icon--default {
|
30922
30986
|
background: var(--Spinner-bg);
|
30923
30987
|
background-size: 100%;
|
30924
|
-
|
30988
|
+
animation: none;
|
30989
|
+
}
|
30990
|
+
|
30991
|
+
.amis-scope .dark-Spinner .dark-Spinner-icon--simple {
|
30992
|
+
background: transparent;
|
30993
|
+
display: flex;
|
30994
|
+
align-items: center;
|
30995
|
+
justify-content: center;
|
30996
|
+
}
|
30997
|
+
|
30998
|
+
.amis-scope .dark-Spinner .dark-Spinner-icon--simple .icon {
|
30999
|
+
width: 100%;
|
31000
|
+
height: 100%;
|
31001
|
+
color: var(--Spinner-color);
|
31002
|
+
}
|
31003
|
+
|
31004
|
+
.amis-scope .dark-Spinner .dark-Spinner-icon--simple svg.icon {
|
31005
|
+
top: 0;
|
31006
|
+
}
|
31007
|
+
|
31008
|
+
.amis-scope .dark-Spinner .dark-Spinner-icon--simple svg.icon path {
|
31009
|
+
fill: var(--Spinner-color);
|
31010
|
+
}
|
31011
|
+
|
31012
|
+
.amis-scope .dark-Spinner .dark-Spinner-icon--simple i.icon {
|
31013
|
+
display: flex;
|
31014
|
+
align-items: center;
|
31015
|
+
justify-content: center;
|
31016
|
+
font-size: var(--Spinner-width);
|
31017
|
+
}
|
31018
|
+
|
31019
|
+
.amis-scope .dark-Spinner .dark-Spinner-icon--custom {
|
31020
|
+
width: auto;
|
31021
|
+
height: auto;
|
30925
31022
|
}
|
30926
31023
|
|
30927
|
-
.amis-scope .dark-Spinner--lg {
|
31024
|
+
.amis-scope .dark-Spinner .dark-Spinner-icon--lg {
|
30928
31025
|
width: var(--Spinner--lg-width);
|
30929
31026
|
height: var(--Spinner--lg-height);
|
30930
31027
|
}
|
30931
31028
|
|
30932
|
-
.amis-scope .dark-Spinner--
|
31029
|
+
.amis-scope .dark-Spinner .dark-Spinner-icon--lg i.icon {
|
31030
|
+
font-size: var(--Spinner--lg-height);
|
31031
|
+
}
|
31032
|
+
|
31033
|
+
.amis-scope .dark-Spinner .dark-Spinner-icon--sm {
|
30933
31034
|
width: var(--Spinner--sm-width);
|
30934
31035
|
height: var(--Spinner--sm-height);
|
30935
31036
|
}
|
30936
31037
|
|
30937
|
-
.amis-scope .dark-Spinner--icon {
|
30938
|
-
|
30939
|
-
animation: spin 2s linear infinite;
|
30940
|
-
width: 16px;
|
30941
|
-
height: 16px;
|
31038
|
+
.amis-scope .dark-Spinner .dark-Spinner-icon--sm i.icon {
|
31039
|
+
font-size: var(--Spinner--sm-height);
|
30942
31040
|
}
|
30943
31041
|
|
30944
|
-
.amis-scope .dark-Spinner
|
30945
|
-
|
30946
|
-
|
30947
|
-
|
31042
|
+
.amis-scope .dark-Spinner .dark-Spinner-tip {
|
31043
|
+
margin: 0.75rem 0 0 0;
|
31044
|
+
word-break: keep-all;
|
31045
|
+
white-space: nowrap;
|
31046
|
+
color: var(--Spinner-color);
|
31047
|
+
}
|
31048
|
+
|
31049
|
+
.amis-scope .dark-Spinner.dark-Spinner-tip--top {
|
31050
|
+
flex-direction: column-reverse;
|
31051
|
+
}
|
31052
|
+
|
31053
|
+
.amis-scope .dark-Spinner.dark-Spinner-tip--top .dark-Spinner-tip {
|
31054
|
+
margin: 0 0 0.75rem 0;
|
31055
|
+
}
|
31056
|
+
|
31057
|
+
.amis-scope .dark-Spinner.dark-Spinner-tip--right {
|
31058
|
+
flex-direction: row;
|
31059
|
+
}
|
31060
|
+
|
31061
|
+
.amis-scope .dark-Spinner.dark-Spinner-tip--right .dark-Spinner-tip {
|
31062
|
+
margin: 0 0 0 0.75rem;
|
31063
|
+
}
|
31064
|
+
|
31065
|
+
.amis-scope .dark-Spinner.dark-Spinner-tip--bottom {
|
31066
|
+
flex-direction: column;
|
31067
|
+
}
|
31068
|
+
|
31069
|
+
.amis-scope .dark-Spinner.dark-Spinner-tip--bottom .dark-Spinner-tip {
|
31070
|
+
margin: 0.75rem 0 0 0;
|
31071
|
+
}
|
31072
|
+
|
31073
|
+
.amis-scope .dark-Spinner.dark-Spinner-tip--left {
|
31074
|
+
flex-direction: row-reverse;
|
31075
|
+
}
|
31076
|
+
|
31077
|
+
.amis-scope .dark-Spinner.dark-Spinner-tip--left .dark-Spinner-tip {
|
31078
|
+
margin: 0 0.75rem 0 0;
|
30948
31079
|
}
|
30949
31080
|
|
30950
31081
|
.amis-scope .dark-Spinner--overlay {
|
@@ -30955,20 +31086,34 @@ readers do not read off random characters that represent icons */
|
|
30955
31086
|
transform: translate3d(-50%, -50%, 0);
|
30956
31087
|
}
|
30957
31088
|
|
30958
|
-
.amis-scope .dark-Spinner
|
30959
|
-
|
30960
|
-
|
30961
|
-
|
31089
|
+
.amis-scope .dark-Spinner-overlay {
|
31090
|
+
position: absolute;
|
31091
|
+
z-index: 10;
|
31092
|
+
top: 0;
|
31093
|
+
left: 0;
|
31094
|
+
right: 0;
|
31095
|
+
bottom: 0;
|
31096
|
+
background: var(--Spinner-overlay-bg);
|
31097
|
+
transition: ease-out opacity var(--animation-duration);
|
31098
|
+
opacity: 0;
|
30962
31099
|
}
|
30963
31100
|
|
30964
|
-
|
30965
|
-
|
30966
|
-
|
30967
|
-
}
|
31101
|
+
.amis-scope .dark-Spinner-overlay.in {
|
31102
|
+
opacity: 1;
|
31103
|
+
}
|
30968
31104
|
|
30969
|
-
|
30970
|
-
|
30971
|
-
|
31105
|
+
.amis-scope .dark-Spinner-wrap {
|
31106
|
+
position: relative;
|
31107
|
+
width: 100%;
|
31108
|
+
height: 100%;
|
31109
|
+
}
|
31110
|
+
|
31111
|
+
.amis-scope .dark-Spinner-wrap .dark-Spinner {
|
31112
|
+
position: absolute;
|
31113
|
+
z-index: 11;
|
31114
|
+
top: 50%;
|
31115
|
+
left: 50%;
|
31116
|
+
transform: translate3d(-50%, -50%, 0);
|
30972
31117
|
}
|
30973
31118
|
|
30974
31119
|
.amis-scope .dark-ButtonGroup {
|
@@ -34558,14 +34703,11 @@ readers do not read off random characters that represent icons */
|
|
34558
34703
|
background: var(--ColumnToggler-item-backgroundColor);
|
34559
34704
|
border-radius: 0.125rem;
|
34560
34705
|
font-size: var(--fontSizeSm);
|
34561
|
-
padding:
|
34706
|
+
padding: var(--ColumnToggler-item-paddingY) var(--ColumnToggler-item-paddingX);
|
34562
34707
|
height: var(--ColumnToggler-lineHeight);
|
34563
|
-
width: calc((100% -
|
34708
|
+
width: calc((100% - var(--ColumnToggler-item-margin) * 6) / 3);
|
34709
|
+
margin: var(--ColumnToggler-item-margin);
|
34564
34710
|
float: left;
|
34565
|
-
margin: 0.25rem;
|
34566
|
-
text-overflow: ellipsis;
|
34567
|
-
white-space: nowrap;
|
34568
|
-
overflow: hidden;
|
34569
34711
|
}
|
34570
34712
|
|
34571
34713
|
.amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem:hover {
|
@@ -34576,6 +34718,20 @@ readers do not read off random characters that represent icons */
|
|
34576
34718
|
border: 1px solid var(--link-color);
|
34577
34719
|
}
|
34578
34720
|
|
34721
|
+
.amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem-label {
|
34722
|
+
display: inline-block;
|
34723
|
+
width: calc(100% - var(--Checkbox--sm-size));
|
34724
|
+
}
|
34725
|
+
|
34726
|
+
.amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem-label > span {
|
34727
|
+
display: inline-block;
|
34728
|
+
max-width: 100%;
|
34729
|
+
text-overflow: ellipsis;
|
34730
|
+
white-space: nowrap;
|
34731
|
+
overflow: hidden;
|
34732
|
+
user-select: none;
|
34733
|
+
}
|
34734
|
+
|
34579
34735
|
.amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem label > i {
|
34580
34736
|
height: var(--fontSizeLg);
|
34581
34737
|
width: var(--fontSizeLg);
|
@@ -34583,10 +34739,12 @@ readers do not read off random characters that represent icons */
|
|
34583
34739
|
}
|
34584
34740
|
|
34585
34741
|
.amis-scope .dark-ColumnToggler-modal-content .dark-ColumnToggler-menuItem-dragBar {
|
34742
|
+
display: inline-block;
|
34586
34743
|
margin-left: 0;
|
34587
34744
|
margin-right: var(--gap-xs);
|
34745
|
+
vertical-align: super;
|
34746
|
+
color: var(--ColumnToggler-item-dragBar-color);
|
34588
34747
|
cursor: move;
|
34589
|
-
color: #d8d8d8;
|
34590
34748
|
}
|
34591
34749
|
|
34592
34750
|
.amis-scope .dark-ColumnToggler-modal-footer {
|
@@ -34625,10 +34783,6 @@ readers do not read off random characters that represent icons */
|
|
34625
34783
|
justify-content: flex-end;
|
34626
34784
|
}
|
34627
34785
|
|
34628
|
-
.amis-scope .dark-ColumnToggler-modal-footer > div:last-child button {
|
34629
|
-
width: 72px;
|
34630
|
-
}
|
34631
|
-
|
34632
34786
|
.amis-scope .dark-ColumnToggler-tooltip {
|
34633
34787
|
border: none;
|
34634
34788
|
}
|
@@ -35587,15 +35741,18 @@ readers do not read off random characters that represent icons */
|
|
35587
35741
|
.amis-scope .dark-Progress {
|
35588
35742
|
display: flex;
|
35589
35743
|
align-items: center;
|
35744
|
+
color: var(--text-color);
|
35745
|
+
font-size: var(--fontSizeXs);
|
35590
35746
|
}
|
35591
35747
|
|
35592
35748
|
.amis-scope .dark-Progress-line {
|
35593
35749
|
display: inline-block;
|
35594
35750
|
width: 100%;
|
35751
|
+
height: 10px;
|
35595
35752
|
}
|
35596
35753
|
|
35597
35754
|
.amis-scope .dark-Progress-line-inter {
|
35598
|
-
height:
|
35755
|
+
height: 100%;
|
35599
35756
|
background-color: var(--Progress-bar-backgroundColor);
|
35600
35757
|
overflow: hidden;
|
35601
35758
|
border-radius: var(--Progress-borderRadius);
|
@@ -35605,8 +35762,6 @@ readers do not read off random characters that represent icons */
|
|
35605
35762
|
display: inline-block;
|
35606
35763
|
flex-grow: 1;
|
35607
35764
|
margin-left: 8px;
|
35608
|
-
color: var(--text-color);
|
35609
|
-
font-size: var(--fontSizeXs);
|
35610
35765
|
white-space: nowrap;
|
35611
35766
|
text-align: left;
|
35612
35767
|
word-break: normal;
|
@@ -35667,9 +35822,6 @@ readers do not read off random characters that represent icons */
|
|
35667
35822
|
width: 100%;
|
35668
35823
|
margin: 0;
|
35669
35824
|
padding: 0;
|
35670
|
-
color: var(--text-color);
|
35671
|
-
font-size: 1em;
|
35672
|
-
line-height: 1;
|
35673
35825
|
white-space: normal;
|
35674
35826
|
text-align: center;
|
35675
35827
|
transform: translate(-50%, -50%);
|
@@ -36144,6 +36296,7 @@ readers do not read off random characters that represent icons */
|
|
36144
36296
|
}
|
36145
36297
|
|
36146
36298
|
.amis-scope .dark-Carousel-dotsControl .dark-Carousel-dot {
|
36299
|
+
cursor: pointer;
|
36147
36300
|
display: inline-block;
|
36148
36301
|
height: var(--Carousel-dot-width);
|
36149
36302
|
width: var(--Carousel-dot-height);
|
@@ -37306,6 +37459,10 @@ readers do not read off random characters that represent icons */
|
|
37306
37459
|
line-height: 2rem;
|
37307
37460
|
}
|
37308
37461
|
|
37462
|
+
.amis-scope .dark-Steps .dark-StepsItem-container {
|
37463
|
+
position: relative;
|
37464
|
+
}
|
37465
|
+
|
37309
37466
|
.amis-scope .dark-Steps .dark-StepsItem-containerIcon {
|
37310
37467
|
vertical-align: top;
|
37311
37468
|
display: inline-block;
|
@@ -37355,6 +37512,13 @@ readers do not read off random characters that represent icons */
|
|
37355
37512
|
background-color: var(--Steps-line-success-bg);
|
37356
37513
|
}
|
37357
37514
|
|
37515
|
+
.amis-scope .dark-Steps .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-ellText {
|
37516
|
+
max-width: 9.875rem;
|
37517
|
+
overflow: hidden;
|
37518
|
+
text-overflow: ellipsis;
|
37519
|
+
white-space: nowrap;
|
37520
|
+
}
|
37521
|
+
|
37358
37522
|
.amis-scope .dark-Steps .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-subTitle {
|
37359
37523
|
padding-left: 0.625rem;
|
37360
37524
|
font-size: var(--Steps-sub-title-fontsize);
|
@@ -37364,6 +37528,8 @@ readers do not read off random characters that represent icons */
|
|
37364
37528
|
.amis-scope .dark-Steps .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-description {
|
37365
37529
|
max-width: 8.75rem;
|
37366
37530
|
white-space: nowrap;
|
37531
|
+
position: relative;
|
37532
|
+
bottom: 0.625rem;
|
37367
37533
|
}
|
37368
37534
|
|
37369
37535
|
.amis-scope .dark-Steps .dark-StepsItem:last-child {
|
@@ -37381,19 +37547,16 @@ readers do not read off random characters that represent icons */
|
|
37381
37547
|
.amis-scope .dark-Steps--vertical .dark-StepsItem {
|
37382
37548
|
padding: 0.3125rem 0;
|
37383
37549
|
min-height: 75px;
|
37550
|
+
overflow: visible;
|
37384
37551
|
}
|
37385
37552
|
|
37386
|
-
.amis-scope .dark-Steps--vertical .dark-StepsItem-containerIcon
|
37387
|
-
position: relative;
|
37388
|
-
}
|
37389
|
-
|
37390
|
-
.amis-scope .dark-Steps--vertical .dark-StepsItem-containerIcon > .dark-StepsItem-icon:after {
|
37553
|
+
.amis-scope .dark-Steps--vertical .dark-StepsItem-containerIcon:after {
|
37391
37554
|
content: "";
|
37392
37555
|
position: absolute;
|
37393
37556
|
right: 0;
|
37394
|
-
top:
|
37395
|
-
height:
|
37396
|
-
left: 0.
|
37557
|
+
top: 2rem;
|
37558
|
+
height: calc(100% - 23px);
|
37559
|
+
left: 0.6875rem;
|
37397
37560
|
width: 1px;
|
37398
37561
|
background-color: var(--Steps-line-bg);
|
37399
37562
|
}
|
@@ -37402,14 +37565,181 @@ readers do not read off random characters that represent icons */
|
|
37402
37565
|
display: none;
|
37403
37566
|
}
|
37404
37567
|
|
37568
|
+
.amis-scope .dark-Steps--vertical .dark-StepsItem-containerTail:after {
|
37569
|
+
display: none !important;
|
37570
|
+
}
|
37571
|
+
|
37405
37572
|
.amis-scope .dark-Steps--vertical .dark-StepsItem:last-child {
|
37406
37573
|
flex: none;
|
37407
37574
|
}
|
37408
37575
|
|
37409
|
-
.amis-scope .dark-Steps--vertical .dark-StepsItem:last-child .dark-StepsItem-
|
37576
|
+
.amis-scope .dark-Steps--vertical .dark-StepsItem:last-child .dark-StepsItem-containerIcon:after {
|
37577
|
+
display: none;
|
37578
|
+
}
|
37579
|
+
|
37580
|
+
.amis-scope .dark-Steps--vertical .dark-StepsItem-ProgressDot .dark-StepsItem-container {
|
37581
|
+
flex-direction: row;
|
37582
|
+
}
|
37583
|
+
|
37584
|
+
.amis-scope .dark-Steps--vertical .dark-StepsItem-ProgressDot .dark-StepsItem-containerTail {
|
37585
|
+
display: none;
|
37586
|
+
}
|
37587
|
+
|
37588
|
+
.amis-scope .dark-Steps--vertical .dark-StepsItem-ProgressDot .dark-StepsItem-containerWrapper {
|
37589
|
+
width: 25rem;
|
37590
|
+
}
|
37591
|
+
|
37592
|
+
.amis-scope .dark-Steps--vertical .dark-StepsItem-ProgressDot .dark-StepsItem-containerProgressDot {
|
37593
|
+
margin-left: 0px;
|
37594
|
+
margin-top: 0.625rem;
|
37595
|
+
}
|
37596
|
+
|
37597
|
+
.amis-scope .dark-Steps--vertical .dark-StepsItem-ProgressDot .dark-StepsItem-containerProgressDot:after {
|
37598
|
+
content: "";
|
37599
|
+
position: absolute;
|
37600
|
+
display: inline-block;
|
37601
|
+
top: 1.375rem;
|
37602
|
+
width: 1px;
|
37603
|
+
left: 3px;
|
37604
|
+
height: calc(100% - 5px);
|
37605
|
+
background-color: var(--Steps-line-bg);
|
37606
|
+
}
|
37607
|
+
|
37608
|
+
.amis-scope .dark-Steps--vertical .dark-StepsItem-ProgressDot .dark-StepsItem-title > span {
|
37609
|
+
display: inline-block !important;
|
37610
|
+
}
|
37611
|
+
|
37612
|
+
.amis-scope .dark-Steps--vertical .dark-StepsItem-ProgressDot .dark-StepsItem-vertical-ProgressDot {
|
37613
|
+
right: 0.625rem;
|
37614
|
+
}
|
37615
|
+
|
37616
|
+
.amis-scope .dark-Steps--vertical .dark-StepsItem-ProgressDot .dark-StepsItem-body {
|
37617
|
+
text-align: left !important;
|
37618
|
+
}
|
37619
|
+
|
37620
|
+
.amis-scope .dark-Steps--vertical .dark-StepsItem-ProgressDot:last-child .dark-StepsItem-containerProgressDot:after {
|
37621
|
+
display: none;
|
37622
|
+
}
|
37623
|
+
|
37624
|
+
.amis-scope .dark-Steps--vertical .is-finish .dark-StepsItem-containerProgressDot:after {
|
37625
|
+
background: var(--Steps-status-success);
|
37626
|
+
}
|
37627
|
+
|
37628
|
+
.amis-scope .dark-Steps--Placement-vertical {
|
37629
|
+
display: flex;
|
37630
|
+
list-style: none;
|
37631
|
+
padding: 0;
|
37632
|
+
}
|
37633
|
+
|
37634
|
+
.amis-scope .dark-Steps--Placement-vertical .dark-StepsItem {
|
37635
|
+
flex: 1;
|
37636
|
+
padding: 0;
|
37637
|
+
overflow: visible;
|
37638
|
+
}
|
37639
|
+
|
37640
|
+
.amis-scope .dark-Steps--Placement-vertical .dark-StepsItem-container {
|
37641
|
+
display: flex;
|
37642
|
+
flex-direction: column;
|
37643
|
+
justify-content: flex-start;
|
37644
|
+
}
|
37645
|
+
|
37646
|
+
.amis-scope .dark-Steps--Placement-vertical .dark-StepsItem-containerTail:after {
|
37647
|
+
content: "";
|
37648
|
+
position: absolute;
|
37649
|
+
display: inline-block;
|
37650
|
+
top: 1rem;
|
37651
|
+
height: 1px;
|
37652
|
+
left: 8.125rem;
|
37653
|
+
width: calc(100% - 55px);
|
37654
|
+
background-color: var(--Steps-line-bg);
|
37655
|
+
}
|
37656
|
+
|
37657
|
+
.amis-scope .dark-Steps--Placement-vertical .dark-StepsItem-containerIcon {
|
37658
|
+
margin-left: 5.625rem;
|
37659
|
+
}
|
37660
|
+
|
37661
|
+
.amis-scope .dark-Steps--Placement-vertical .dark-StepsItem-containerWrapper {
|
37662
|
+
width: 12.5rem;
|
37663
|
+
}
|
37664
|
+
|
37665
|
+
.amis-scope .dark-Steps--Placement-vertical .dark-StepsItem-containerWrapper .dark-StepsItem-body {
|
37666
|
+
text-align: center;
|
37667
|
+
}
|
37668
|
+
|
37669
|
+
.amis-scope .dark-Steps--Placement-vertical .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-title {
|
37670
|
+
padding: 0 0.625rem;
|
37671
|
+
width: 100%;
|
37672
|
+
}
|
37673
|
+
|
37674
|
+
.amis-scope .dark-Steps--Placement-vertical .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-title > span {
|
37675
|
+
display: block;
|
37676
|
+
position: relative;
|
37677
|
+
left: 0.625rem;
|
37678
|
+
}
|
37679
|
+
|
37680
|
+
.amis-scope .dark-Steps--Placement-vertical .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-title .dark-StepsItem-subTitle {
|
37681
|
+
word-break: break-all;
|
37682
|
+
padding: 0 0.625rem;
|
37683
|
+
position: relative;
|
37684
|
+
left: 0.625rem;
|
37685
|
+
}
|
37686
|
+
|
37687
|
+
.amis-scope .dark-Steps--Placement-vertical .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-title:after {
|
37688
|
+
display: none;
|
37689
|
+
}
|
37690
|
+
|
37691
|
+
.amis-scope .dark-Steps--Placement-vertical .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-description {
|
37692
|
+
min-width: 12.5rem;
|
37693
|
+
word-break: break-all;
|
37694
|
+
padding: 0 0.625rem;
|
37695
|
+
}
|
37696
|
+
|
37697
|
+
.amis-scope .dark-Steps--Placement-vertical .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-title.is-success:after {
|
37698
|
+
background-color: var(--Steps-line-success-bg);
|
37699
|
+
}
|
37700
|
+
|
37701
|
+
.amis-scope .dark-Steps--Placement-vertical .dark-StepsItem:last-child .dark-StepsItem-containerTail:after {
|
37410
37702
|
display: none;
|
37411
37703
|
}
|
37412
37704
|
|
37705
|
+
.amis-scope .dark-Steps--Placement-vertical .is-finish .dark-StepsItem-containerTail:after {
|
37706
|
+
background: var(--Steps-status-success);
|
37707
|
+
}
|
37708
|
+
|
37709
|
+
.amis-scope .dark-Steps--ProgressDot .dark-StepsItem-containerTail:after {
|
37710
|
+
left: 6.875rem;
|
37711
|
+
width: calc(100% - 20px);
|
37712
|
+
}
|
37713
|
+
|
37714
|
+
.amis-scope .dark-Steps--ProgressDot .dark-StepsItem-containerProgressDot {
|
37715
|
+
margin-top: 0.8125rem;
|
37716
|
+
margin-bottom: 0.3125rem;
|
37717
|
+
width: 0.5rem;
|
37718
|
+
height: 0.5rem;
|
37719
|
+
margin-left: 6rem;
|
37720
|
+
border: 1px solid var(--Steps-line-success-bg);
|
37721
|
+
border-radius: 100%;
|
37722
|
+
}
|
37723
|
+
|
37724
|
+
.amis-scope .dark-Steps--ProgressDot .is-finish .dark-StepsItem-containerTail:after {
|
37725
|
+
background: var(--Steps-status-success);
|
37726
|
+
}
|
37727
|
+
|
37728
|
+
.amis-scope .dark-Steps--ProgressDot .is-wait .dark-StepsItem-containerProgressDot {
|
37729
|
+
background: var(--Steps-line-bg);
|
37730
|
+
border: 1px solid var(--Steps-line-bg);
|
37731
|
+
}
|
37732
|
+
|
37733
|
+
.amis-scope .dark-Steps--ProgressDot .is-error .dark-StepsItem-containerProgressDot {
|
37734
|
+
background: var(--Steps-status-error);
|
37735
|
+
border: 1px solid var(--Steps-status-error);
|
37736
|
+
}
|
37737
|
+
|
37738
|
+
.amis-scope .dark-Steps--ProgressDot .is-process .dark-StepsItem-containerProgressDot {
|
37739
|
+
border: 1px solid var(--Steps-status-success);
|
37740
|
+
background: var(--Steps-status-success);
|
37741
|
+
}
|
37742
|
+
|
37413
37743
|
.amis-scope .dark-Steps .dark-StepsItem.is-wait .dark-StepsItem-icon {
|
37414
37744
|
background-color: var(--white);
|
37415
37745
|
color: var(--Steps-bg);
|
@@ -38458,10 +38788,122 @@ readers do not read off random characters that represent icons */
|
|
38458
38788
|
}
|
38459
38789
|
|
38460
38790
|
.amis-scope .dark-TextareaControl {
|
38791
|
+
position: relative;
|
38792
|
+
max-width: 100%;
|
38461
38793
|
--Form-input-clearBtn-padding: 0.125rem;
|
38462
38794
|
position: relative;
|
38463
38795
|
}
|
38464
38796
|
|
38797
|
+
.amis-scope .dark-TextareaControl.is-inline {
|
38798
|
+
display: inline-block;
|
38799
|
+
width: var(--Form-control-widthBase);
|
38800
|
+
}
|
38801
|
+
|
38802
|
+
.amis-scope .dark-TextareaControl-input {
|
38803
|
+
display: flex;
|
38804
|
+
background: var(--Form-input-bg);
|
38805
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
38806
|
+
border-radius: var(--Form-input-borderRadius);
|
38807
|
+
line-height: var(--Form-input-lineHeight);
|
38808
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
38809
|
+
font-size: var(--Form-input-fontSize);
|
38810
|
+
flex-wrap: wrap;
|
38811
|
+
justify-content: flex-start;
|
38812
|
+
}
|
38813
|
+
|
38814
|
+
.amis-scope .dark-TextareaControl-input input {
|
38815
|
+
flex-basis: 5rem;
|
38816
|
+
flex-grow: 1;
|
38817
|
+
outline: none;
|
38818
|
+
background: transparent;
|
38819
|
+
border: none;
|
38820
|
+
color: var(--Form-input-color);
|
38821
|
+
width: 100%;
|
38822
|
+
height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
38823
|
+
}
|
38824
|
+
|
38825
|
+
.amis-scope .dark-TextareaControl-input input::placeholder {
|
38826
|
+
color: var(--Form-input-placeholderColor);
|
38827
|
+
user-select: none;
|
38828
|
+
}
|
38829
|
+
|
38830
|
+
.amis-scope .dark-TextareaControl-input:hover {
|
38831
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
38832
|
+
}
|
38833
|
+
|
38834
|
+
.amis-scope .dark-TextareaControl-input--borderHalf {
|
38835
|
+
border-left-color: transparent !important;
|
38836
|
+
border-right-color: transparent !important;
|
38837
|
+
border-top-color: transparent !important;
|
38838
|
+
}
|
38839
|
+
|
38840
|
+
.amis-scope .dark-TextareaControl-input--borderNone {
|
38841
|
+
border-color: transparent !important;
|
38842
|
+
}
|
38843
|
+
|
38844
|
+
.amis-scope .dark-TextareaControl.is-error > .dark-TextareaControl-input {
|
38845
|
+
border-color: var(--Form-input-onError-borderColor);
|
38846
|
+
background: var(--Form-input-onError-bg);
|
38847
|
+
transition: all var(--animation-duration);
|
38848
|
+
}
|
38849
|
+
|
38850
|
+
.amis-scope .dark-TextareaControl.is-focused > .dark-TextareaControl-input {
|
38851
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
38852
|
+
box-shadow: var(--Form-input-boxShadow);
|
38853
|
+
background: var(--Form-input-onFocused-bg);
|
38854
|
+
transition: all var(--animation-duration);
|
38855
|
+
}
|
38856
|
+
|
38857
|
+
.amis-scope .dark-TextareaControl.is-error.is-focused > .dark-TextareaControl-input {
|
38858
|
+
border-color: var(--Form-input-onError-borderColor);
|
38859
|
+
}
|
38860
|
+
|
38861
|
+
.amis-scope .dark-TextareaControl.is-disabled > .dark-TextareaControl-input {
|
38862
|
+
color: var(--text--muted-color);
|
38863
|
+
background: var(--Form-input-onDisabled-bg);
|
38864
|
+
border-color: var(--Form-input-onDisabled-borderColor);
|
38865
|
+
transition: all var(--animation-duration);
|
38866
|
+
}
|
38867
|
+
|
38868
|
+
.amis-scope .dark-TextareaControl-spinner {
|
38869
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
|
38870
|
+
}
|
38871
|
+
|
38872
|
+
.amis-scope .dark-TextareaControl-clear {
|
38873
|
+
padding: var(--Form-input-clearBtn-padding);
|
38874
|
+
cursor: pointer;
|
38875
|
+
display: flex;
|
38876
|
+
align-items: center;
|
38877
|
+
justify-content: center;
|
38878
|
+
margin-left: auto;
|
38879
|
+
text-decoration: none;
|
38880
|
+
}
|
38881
|
+
|
38882
|
+
.amis-scope .dark-TextareaControl-clear svg {
|
38883
|
+
fill: var(--Form-input-clearBtn-color);
|
38884
|
+
top: 0;
|
38885
|
+
width: var(--Form-input-clearBtn-size);
|
38886
|
+
height: var(--Form-input-clearBtn-size);
|
38887
|
+
}
|
38888
|
+
|
38889
|
+
.amis-scope .dark-TextareaControl-clear:hover svg {
|
38890
|
+
fill: var(--Form-input-clearBtn-color-onHover);
|
38891
|
+
}
|
38892
|
+
|
38893
|
+
.amis-scope .dark-TextareaControl-clear:active svg {
|
38894
|
+
fill: var(--Form-input-clearBtn-color-onActive);
|
38895
|
+
}
|
38896
|
+
|
38897
|
+
@media (min-width: 576px) {
|
38898
|
+
.amis-scope .dark-TextareaControl.dark-Form-control--sizeXs > .dark-TextareaControl-input,
|
38899
|
+
.amis-scope .dark-TextareaControl.dark-Form-control--sizeSm > .dark-TextareaControl-input,
|
38900
|
+
.amis-scope .dark-TextareaControl.dark-Form-control--sizeMd > .dark-TextareaControl-input,
|
38901
|
+
.amis-scope .dark-TextareaControl.dark-Form-control--sizeLg > .dark-TextareaControl-input {
|
38902
|
+
min-width: 100%;
|
38903
|
+
display: inline-flex;
|
38904
|
+
}
|
38905
|
+
}
|
38906
|
+
|
38465
38907
|
.amis-scope .dark-TextareaControl > textarea {
|
38466
38908
|
border: 1px solid var(--Form-input-borderColor);
|
38467
38909
|
border-radius: var(--Form-input-borderRadius);
|
@@ -38493,27 +38935,6 @@ readers do not read off random characters that represent icons */
|
|
38493
38935
|
border-color: var(--Form-input-onHover-borderColor);
|
38494
38936
|
}
|
38495
38937
|
|
38496
|
-
.amis-scope .dark-TextareaControl > textarea:focus,
|
38497
|
-
.amis-scope .dark-TextareaControl.is-focused > textarea {
|
38498
|
-
border-color: var(--Form-input-onFocused-borderColor);
|
38499
|
-
box-shadow: var(--Form-input-boxShadow);
|
38500
|
-
}
|
38501
|
-
|
38502
|
-
.amis-scope .dark-TextareaControl > textarea:focus:hover,
|
38503
|
-
.amis-scope .dark-TextareaControl.is-focused > textarea:hover {
|
38504
|
-
border-color: var(--Form-input-onFocused-borderColor);
|
38505
|
-
}
|
38506
|
-
|
38507
|
-
.amis-scope .dark-TextareaControl.is-disabled > textarea,
|
38508
|
-
.amis-scope .dark-TextareaControl > textarea[disabled] {
|
38509
|
-
background: #e5e7eb;
|
38510
|
-
color: var(--text--muted-color);
|
38511
|
-
}
|
38512
|
-
|
38513
|
-
.amis-scope .dark-TextareaControl.is-error > textarea {
|
38514
|
-
border-color: var(--Form-input-onError-borderColor);
|
38515
|
-
}
|
38516
|
-
|
38517
38938
|
.amis-scope .dark-TextareaControl-counter {
|
38518
38939
|
position: absolute;
|
38519
38940
|
right: var(--Form-input-paddingX);
|
@@ -38713,11 +39134,124 @@ readers do not read off random characters that represent icons */
|
|
38713
39134
|
height: 0;
|
38714
39135
|
border-color: transparent;
|
38715
39136
|
transition: width var(--animation-duration), height var(--animation-duration), transform var(--animation-duration);
|
38716
|
-
border-width: 0 0 0.
|
38717
|
-
transform: translate(-50%, -
|
39137
|
+
border-width: 0 0 0.0625rem 0.0625rem;
|
39138
|
+
transform: translate(-50%, -90%) rotate(-40deg);
|
39139
|
+
border-style: solid;
|
39140
|
+
}
|
39141
|
+
|
39142
|
+
.amis-scope .dark-Checkbox--partial.dark-Checkbox--checkbox input {
|
39143
|
+
margin-left: calc(var(--Checkbox-size) * -1);
|
39144
|
+
}
|
39145
|
+
|
39146
|
+
.amis-scope .dark-Checkbox--partial.dark-Checkbox--checkbox input + i {
|
39147
|
+
border-color: var(--Checkbox-onHover-color);
|
39148
|
+
}
|
39149
|
+
|
39150
|
+
.amis-scope .dark-Checkbox--partial.dark-Checkbox--checkbox input + i:before {
|
39151
|
+
width: var(--Checkbox-inner-size);
|
39152
|
+
height: var(--Checkbox-inner-size);
|
39153
|
+
background: var(--Checkbox-onHover-color);
|
39154
|
+
}
|
39155
|
+
|
39156
|
+
.amis-scope .dark-Checkbox--partial.dark-Checkbox--checkbox input[disabled] + i {
|
39157
|
+
border-color: var(--Checkbox-onDisabled-color);
|
39158
|
+
}
|
39159
|
+
|
39160
|
+
.amis-scope .dark-Checkbox--partial.dark-Checkbox--checkbox input[disabled] + i:before {
|
39161
|
+
width: var(--Checkbox-inner-size);
|
39162
|
+
height: var(--Checkbox-inner-size);
|
39163
|
+
background: var(--Checkbox-inner-onDisabled-bg);
|
39164
|
+
}
|
39165
|
+
|
39166
|
+
.amis-scope .dark-Checkbox--partial.dark-Checkbox--checkbox input:checked[disabled] + i {
|
39167
|
+
width: var(--Checkbox-inner-size);
|
39168
|
+
height: var(--Checkbox-inner-size);
|
39169
|
+
background: var(--Checkbox-onDisabled-bg);
|
39170
|
+
}
|
39171
|
+
|
39172
|
+
.amis-scope .dark-Checkbox--button.dark-Checkbox--checkbox {
|
39173
|
+
text-align: center;
|
39174
|
+
height: var(--Checkbox-button-height);
|
39175
|
+
line-height: var(--Checkbox-button-line-height);
|
39176
|
+
padding-left: var(--Checkbox-paddingX);
|
39177
|
+
padding-right: var(--Checkbox-paddingX);
|
39178
|
+
font-size: var(--fontSizeSm);
|
39179
|
+
border: var(--Checkbox-border-width) solid;
|
39180
|
+
cursor: pointer;
|
39181
|
+
position: relative;
|
39182
|
+
display: inline-block;
|
39183
|
+
background-color: var(--Checkbox-gb);
|
39184
|
+
border-color: var(--Checkbox-color);
|
39185
|
+
margin-right: 0;
|
39186
|
+
border-radius: calc(var(--Checkbox-borderRadius) * 2);
|
39187
|
+
min-width: var(--Checkbox-button-min-width);
|
39188
|
+
}
|
39189
|
+
|
39190
|
+
.amis-scope .dark-Checkbox--button.dark-Checkbox--checkbox:hover:not(:disabled) {
|
39191
|
+
color: var(--Checkbox-onHover-color);
|
39192
|
+
}
|
39193
|
+
|
39194
|
+
.amis-scope .dark-Checkbox--button.dark-Checkbox--checkbox input:checked + i {
|
39195
|
+
background: transparent;
|
39196
|
+
top: 0;
|
39197
|
+
left: 0;
|
39198
|
+
width: 0;
|
39199
|
+
height: 0;
|
39200
|
+
border-width: 0.5rem;
|
39201
|
+
border-color: var(--Checkbox-onHover-color) transparent transparent var(--Checkbox-onHover-color);
|
39202
|
+
border-radius: 0;
|
39203
|
+
}
|
39204
|
+
|
39205
|
+
.amis-scope .dark-Checkbox--button.dark-Checkbox--checkbox input:checked + i:before {
|
39206
|
+
position: absolute;
|
39207
|
+
top: 0;
|
39208
|
+
left: 0;
|
39209
|
+
width: var(--Checkbox--full-inner-size);
|
39210
|
+
height: calc(var(--Checkbox--full-inner-size) / 2);
|
39211
|
+
transform: translate(-80%, -160%) rotate(-50deg);
|
39212
|
+
background: transparent;
|
39213
|
+
}
|
39214
|
+
|
39215
|
+
.amis-scope .dark-Checkbox--button.dark-Checkbox--checkbox input[disabled] + i {
|
39216
|
+
border-color: var(--Checkbox-onDisabled-color);
|
39217
|
+
background: transparent;
|
39218
|
+
}
|
39219
|
+
|
39220
|
+
.amis-scope .dark-Checkbox--button.dark-Checkbox--checkbox input[disabled] + i:before {
|
39221
|
+
background: transparent;
|
39222
|
+
}
|
39223
|
+
|
39224
|
+
.amis-scope .dark-Checkbox--button.dark-Checkbox--checkbox input:checked[disabled] + i {
|
39225
|
+
background: transparent;
|
39226
|
+
border-width: 0.5rem;
|
39227
|
+
border-color: var(--Checkbox-onHover-color) transparent transparent var(--Checkbox-onHover-color);
|
39228
|
+
}
|
39229
|
+
|
39230
|
+
.amis-scope .dark-Checkbox--button.dark-Checkbox--checkbox > i {
|
39231
|
+
position: absolute;
|
39232
|
+
top: 0;
|
39233
|
+
left: 0;
|
39234
|
+
margin-left: 0;
|
39235
|
+
border: 0;
|
38718
39236
|
border-style: solid;
|
38719
39237
|
}
|
38720
39238
|
|
39239
|
+
.amis-scope .dark-Checkbox--button.dark-Checkbox--checkbox > i + span {
|
39240
|
+
max-width: 6.25rem;
|
39241
|
+
text-overflow: ellipsis;
|
39242
|
+
white-space: nowrap;
|
39243
|
+
overflow: hidden;
|
39244
|
+
}
|
39245
|
+
|
39246
|
+
.amis-scope .dark-Checkbox--button--checked.dark-Checkbox--checkbox {
|
39247
|
+
border-color: var(--Checkbox-onHover-color);
|
39248
|
+
color: var(--Checkbox-onHover-color);
|
39249
|
+
}
|
39250
|
+
|
39251
|
+
.amis-scope .dark-Checkbox--button--disabled--unchecked.dark-Checkbox--checkbox {
|
39252
|
+
background: var(--Checkbox-disabled-unchecked-bg);
|
39253
|
+
}
|
39254
|
+
|
38721
39255
|
.amis-scope .dark-Checkbox--radio {
|
38722
39256
|
padding-left: var(--Radio-size);
|
38723
39257
|
}
|
@@ -38814,12 +39348,24 @@ readers do not read off random characters that represent icons */
|
|
38814
39348
|
margin-bottom: var(--Form-label-paddingTop);
|
38815
39349
|
}
|
38816
39350
|
|
39351
|
+
.amis-scope .dark-RadiosControl .dark-Checkbox--button,
|
39352
|
+
.amis-scope .dark-CheckboxesControl .dark-Checkbox--button {
|
39353
|
+
margin-bottom: 0;
|
39354
|
+
}
|
39355
|
+
|
38817
39356
|
.amis-scope .dark-RadiosControl.is-inline .dark-Checkbox,
|
38818
39357
|
.amis-scope .dark-CheckboxesControl.is-inline .dark-Checkbox {
|
38819
39358
|
display: inline-block;
|
38820
39359
|
margin-right: var(--gap-md);
|
38821
39360
|
}
|
38822
39361
|
|
39362
|
+
.amis-scope .dark-RadiosControl.is-inline .dark-Checkbox--button,
|
39363
|
+
.amis-scope .dark-CheckboxesControl.is-inline .dark-Checkbox--button {
|
39364
|
+
display: inline-block;
|
39365
|
+
margin-right: 0;
|
39366
|
+
margin-bottom: 0;
|
39367
|
+
}
|
39368
|
+
|
38823
39369
|
.amis-scope .dark-RadiosControl-group:not(:first-child),
|
38824
39370
|
.amis-scope .dark-CheckboxesControl-group:not(:first-child) {
|
38825
39371
|
margin-top: 0.625rem;
|
@@ -39483,9 +40029,10 @@ readers do not read off random characters that represent icons */
|
|
39483
40029
|
}
|
39484
40030
|
|
39485
40031
|
.amis-scope .dark-Number-disabled .dark-Number-input {
|
39486
|
-
opacity: 0.72;
|
39487
40032
|
cursor: not-allowed;
|
39488
|
-
|
40033
|
+
color: var(--text--muted-color);
|
40034
|
+
background: var(--Form-input-onDisabled-bg);
|
40035
|
+
border-color: var(--Form-input-onDisabled-borderColor);
|
39489
40036
|
}
|
39490
40037
|
|
39491
40038
|
.amis-scope .dark-Number-disabled .dark-Number-handler {
|
@@ -39580,7 +40127,6 @@ readers do not read off random characters that represent icons */
|
|
39580
40127
|
}
|
39581
40128
|
|
39582
40129
|
.amis-scope .dark-Select-placeholder {
|
39583
|
-
color: var(--Form-select-placeholderColor);
|
39584
40130
|
line-height: var(--Form-input-lineHeight);
|
39585
40131
|
user-select: none;
|
39586
40132
|
white-space: nowrap;
|
@@ -40406,9 +40952,10 @@ readers do not read off random characters that represent icons */
|
|
40406
40952
|
color: var(--DatePicker-color);
|
40407
40953
|
background: var(--DatePicker-bg);
|
40408
40954
|
border-radius: var(--DatePicker-borderRadius);
|
40955
|
+
min-width: var(--DatePicker-minWidth);
|
40409
40956
|
}
|
40410
40957
|
|
40411
|
-
.amis-scope .dark-DatePicker
|
40958
|
+
.amis-scope .dark-DatePicker-input {
|
40412
40959
|
display: inline-block;
|
40413
40960
|
width: 100%;
|
40414
40961
|
background: none;
|
@@ -40416,7 +40963,7 @@ readers do not read off random characters that represent icons */
|
|
40416
40963
|
border: 0;
|
40417
40964
|
}
|
40418
40965
|
|
40419
|
-
.amis-scope .dark-DatePicker
|
40966
|
+
.amis-scope .dark-DatePicker-input:focus {
|
40420
40967
|
border: none;
|
40421
40968
|
outline: none;
|
40422
40969
|
box-sizing: none;
|
@@ -40540,6 +41087,14 @@ readers do not read off random characters that represent icons */
|
|
40540
41087
|
display: flex;
|
40541
41088
|
}
|
40542
41089
|
|
41090
|
+
.amis-scope .dark-DateControl.is-date > .dark-DatePicker {
|
41091
|
+
min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
|
41092
|
+
}
|
41093
|
+
|
41094
|
+
.amis-scope .dark-DateControl.is-datetime > .dark-DatePicker {
|
41095
|
+
min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 6);
|
41096
|
+
}
|
41097
|
+
|
40543
41098
|
.amis-scope .dark-DatePicker-shortcuts {
|
40544
41099
|
margin: 0;
|
40545
41100
|
background: var(--Calendar-shortcuts-bg);
|
@@ -41017,6 +41572,7 @@ readers do not read off random characters that represent icons */
|
|
41017
41572
|
border-radius: var(--DatePicker-borderRadius);
|
41018
41573
|
color: var(--DatePicker-color);
|
41019
41574
|
background: var(--DatePicker-bg);
|
41575
|
+
min-width: var(--DateRangePicker-minWidth);
|
41020
41576
|
}
|
41021
41577
|
|
41022
41578
|
.amis-scope .dark-DateRangePicker--borderHalf {
|
@@ -41047,6 +41603,22 @@ readers do not read off random characters that represent icons */
|
|
41047
41603
|
box-shadow: var(--Form-input-boxShadow);
|
41048
41604
|
}
|
41049
41605
|
|
41606
|
+
.amis-scope .dark-DateRangePicker .dark-DateRangePicker-input {
|
41607
|
+
border: none;
|
41608
|
+
border-bottom: 1px solid transparent;
|
41609
|
+
outline: none;
|
41610
|
+
padding: 0;
|
41611
|
+
background: 0;
|
41612
|
+
}
|
41613
|
+
|
41614
|
+
.amis-scope .dark-DateRangePicker .dark-DateRangePicker-input.isActive {
|
41615
|
+
border-bottom: 1px solid var(--DatePicker-onFocused-borderColor);
|
41616
|
+
}
|
41617
|
+
|
41618
|
+
.amis-scope .dark-DateRangePicker .dark-DateRangePicker-input-separator {
|
41619
|
+
margin: 0 var(--gap-sm);
|
41620
|
+
}
|
41621
|
+
|
41050
41622
|
.amis-scope .dark-DateRangePicker.is-disabled {
|
41051
41623
|
background: #e5e7eb;
|
41052
41624
|
}
|
@@ -41178,6 +41750,14 @@ readers do not read off random characters that represent icons */
|
|
41178
41750
|
display: flex;
|
41179
41751
|
}
|
41180
41752
|
|
41753
|
+
.amis-scope .dark-DateRangeControl.is-date > .dark-DateRangePicker {
|
41754
|
+
min-width: calc(var(--DateRangePicker-minWidth) + var(--fontSizeLg) * 5.5);
|
41755
|
+
}
|
41756
|
+
|
41757
|
+
.amis-scope .dark-DateRangeControl.is-datetime > .dark-DateRangePicker {
|
41758
|
+
min-width: calc(var(--DateRangePicker-minWidth) + var(--fontSizeLg) * 11);
|
41759
|
+
}
|
41760
|
+
|
41181
41761
|
.amis-scope .dark-DateRangePicker-popover {
|
41182
41762
|
margin: 0.125rem 0 0;
|
41183
41763
|
}
|
@@ -41699,6 +42279,10 @@ readers do not read off random characters that represent icons */
|
|
41699
42279
|
top: 0;
|
41700
42280
|
}
|
41701
42281
|
|
42282
|
+
.amis-scope .dark-FileControl-dropzone.is-active .dark-FileControl-acceptTip {
|
42283
|
+
border-color: var(--info);
|
42284
|
+
}
|
42285
|
+
|
41702
42286
|
.amis-scope .dark-FileControl-sum {
|
41703
42287
|
font-size: var(--fontSizeSm);
|
41704
42288
|
}
|
@@ -41758,7 +42342,7 @@ readers do not read off random characters that represent icons */
|
|
41758
42342
|
|
41759
42343
|
.amis-scope .dark-EditorControl > .dark-MonacoEditor,
|
41760
42344
|
.amis-scope .dark-EditorControl > .dark-MonacoEditor > .monaco-diff-editor {
|
41761
|
-
min-height:
|
42345
|
+
min-height: inherit;
|
41762
42346
|
}
|
41763
42347
|
|
41764
42348
|
.amis-scope .dark-EditorControl.is-error {
|
@@ -42896,6 +43480,10 @@ readers do not read off random characters that represent icons */
|
|
42896
43480
|
opacity: var(--Button-onDisabled-opacity);
|
42897
43481
|
}
|
42898
43482
|
|
43483
|
+
.amis-scope .dark-Combo--hor .dark-Combo-delController {
|
43484
|
+
margin-left: var(--gap-xs);
|
43485
|
+
}
|
43486
|
+
|
42899
43487
|
.amis-scope .dark-Combo--hor.is-draggable .dark-Combo-toolbar {
|
42900
43488
|
padding-left: 1.5rem;
|
42901
43489
|
}
|
@@ -42957,10 +43545,19 @@ readers do not read off random characters that represent icons */
|
|
42957
43545
|
}
|
42958
43546
|
|
42959
43547
|
.amis-scope .dark-Combo--ver:not(.dark-Combo--noBorder):not(.is-disabled) > .dark-Combo-item:hover > .dark-Combo-delBtn,
|
42960
|
-
.amis-scope .dark-Combo--ver:not(.dark-Combo--noBorder):not(.is-disabled) > .dark-Combo-
|
43548
|
+
.amis-scope .dark-Combo--ver:not(.dark-Combo--noBorder):not(.is-disabled) > .dark-Combo-item:hover > .dark-Combo-delController,
|
43549
|
+
.amis-scope .dark-Combo--ver:not(.dark-Combo--noBorder):not(.is-disabled) > .dark-Combo-items > .dark-Combo-item:hover > .dark-Combo-delBtn,
|
43550
|
+
.amis-scope .dark-Combo--ver:not(.dark-Combo--noBorder):not(.is-disabled) > .dark-Combo-items > .dark-Combo-item:hover > .dark-Combo-delController {
|
42961
43551
|
opacity: 1;
|
42962
43552
|
}
|
42963
43553
|
|
43554
|
+
.amis-scope .dark-Combo--ver:not(.dark-Combo--noBorder) .dark-Combo-delController {
|
43555
|
+
position: absolute;
|
43556
|
+
top: var(--gap-xs);
|
43557
|
+
right: var(--gap-xs);
|
43558
|
+
opacity: 0;
|
43559
|
+
}
|
43560
|
+
|
42964
43561
|
.amis-scope .dark-Combo--ver:not(.dark-Combo--noBorder) > .dark-Combo-items > .dark-Combo-item > .dark-Combo-itemDrager {
|
42965
43562
|
position: absolute;
|
42966
43563
|
top: var(--Combo--horizontal-dragger-top);
|
@@ -43840,8 +44437,9 @@ readers do not read off random characters that represent icons */
|
|
43840
44437
|
|
43841
44438
|
.amis-scope .dark-TransferDropDown-content > .dark-Transfer-selection {
|
43842
44439
|
flex-grow: 1;
|
43843
|
-
max-height:
|
43844
|
-
overflow:
|
44440
|
+
max-height: var(--Transfer-selection-maxHeight);
|
44441
|
+
overflow-x: hidden;
|
44442
|
+
overflow-y: auto;
|
43845
44443
|
position: relative;
|
43846
44444
|
}
|
43847
44445
|
|
@@ -44399,6 +44997,23 @@ readers do not read off random characters that represent icons */
|
|
44399
44997
|
white-space: var(--Form--horizontal-label-whiteSpace);
|
44400
44998
|
}
|
44401
44999
|
|
45000
|
+
.amis-scope .dark-Form-item--horizontal-justify {
|
45001
|
+
justify-content: space-between;
|
45002
|
+
}
|
45003
|
+
|
45004
|
+
.amis-scope .dark-Form-item--horizontal-justify > .dark-Form-label {
|
45005
|
+
text-align: var(--Form--horizontal-justify-label-align);
|
45006
|
+
white-space: var(--Form--horizontal-justify-label-whiteSpace);
|
45007
|
+
}
|
45008
|
+
|
45009
|
+
.amis-scope .dark-Form-item--horizontal-justify > .dark-Form-value {
|
45010
|
+
text-align: var(--Form--horizontal-justify-value-align);
|
45011
|
+
}
|
45012
|
+
|
45013
|
+
.amis-scope .dark-Form-item--horizontal-justify > .dark-Form-value > * {
|
45014
|
+
text-align: initial;
|
45015
|
+
}
|
45016
|
+
|
44402
45017
|
.amis-scope .dark-Form-item--normal > .dark-Form-label {
|
44403
45018
|
display: block;
|
44404
45019
|
}
|
@@ -44740,6 +45355,17 @@ readers do not read off random characters that represent icons */
|
|
44740
45355
|
/* 移动端样式调整 */
|
44741
45356
|
|
44742
45357
|
@media (max-width: 767px) {
|
45358
|
+
.amis-scope .dark-Form::before {
|
45359
|
+
position: absolute;
|
45360
|
+
box-sizing: border-box;
|
45361
|
+
content: " ";
|
45362
|
+
pointer-events: none;
|
45363
|
+
right: 0;
|
45364
|
+
top: 0;
|
45365
|
+
left: 0;
|
45366
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
45367
|
+
}
|
45368
|
+
|
44743
45369
|
.amis-scope .dark-Form .dark-Form-item {
|
44744
45370
|
display: flex;
|
44745
45371
|
flex-wrap: wrap;
|
@@ -44757,7 +45383,6 @@ readers do not read off random characters that represent icons */
|
|
44757
45383
|
bottom: 0;
|
44758
45384
|
left: 0;
|
44759
45385
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
44760
|
-
transform: scaleY(0.5);
|
44761
45386
|
}
|
44762
45387
|
|
44763
45388
|
.amis-scope .dark-Form .dark-Form-item .dark-InputGroup-addOn,
|
@@ -44889,6 +45514,10 @@ readers do not read off random characters that represent icons */
|
|
44889
45514
|
margin-bottom: 0;
|
44890
45515
|
}
|
44891
45516
|
|
45517
|
+
.amis-scope .dark-Form > .dark-Form-item.is-placeholder::after {
|
45518
|
+
display: none;
|
45519
|
+
}
|
45520
|
+
|
44892
45521
|
.amis-scope .dark-Form .dark-Divider {
|
44893
45522
|
display: none;
|
44894
45523
|
}
|
@@ -44897,11 +45526,6 @@ readers do not read off random characters that represent icons */
|
|
44897
45526
|
padding: 0;
|
44898
45527
|
}
|
44899
45528
|
|
44900
|
-
.amis-scope .dark-Form > .dark-Form-item:last-child::after,
|
44901
|
-
.amis-scope .dark-Form > .dark-Form-item:last-of-type::after {
|
44902
|
-
display: none;
|
44903
|
-
}
|
44904
|
-
|
44905
45529
|
.amis-scope .dark-Form .dark-Form-item .dark-Form-groupColumn > .dark-Form-item {
|
44906
45530
|
padding-bottom: var(--Form-input-paddingX);
|
44907
45531
|
}
|
@@ -45544,7 +46168,7 @@ readers do not read off random characters that represent icons */
|
|
45544
46168
|
|
45545
46169
|
.amis-scope .dark-FormulaEditor-FuncList-item {
|
45546
46170
|
cursor: pointer;
|
45547
|
-
padding: 0
|
46171
|
+
padding: 0 1.875rem;
|
45548
46172
|
height: var(--gap-xl);
|
45549
46173
|
line-height: var(--gap-xl);
|
45550
46174
|
}
|
@@ -45853,11 +46477,34 @@ readers do not read off random characters that represent icons */
|
|
45853
46477
|
border-radius: var(--TimelineItem--icon-radius);
|
45854
46478
|
}
|
45855
46479
|
|
45856
|
-
.amis-scope .dark-BarCode >
|
46480
|
+
.amis-scope .dark-BarCode > img {
|
45857
46481
|
display: block;
|
45858
46482
|
margin: 0 auto;
|
45859
46483
|
}
|
45860
46484
|
|
46485
|
+
.amis-scope .dark-PullRefresh-wrap {
|
46486
|
+
position: relative;
|
46487
|
+
height: 100%;
|
46488
|
+
}
|
46489
|
+
|
46490
|
+
.amis-scope .dark-PullRefresh-header {
|
46491
|
+
position: absolute;
|
46492
|
+
left: 0px;
|
46493
|
+
width: 100%;
|
46494
|
+
text-align: center;
|
46495
|
+
transform: translateY(-100%);
|
46496
|
+
overflow: hidden;
|
46497
|
+
padding: var(--gap-xs) 0;
|
46498
|
+
min-height: var(--gap-lg);
|
46499
|
+
line-height: var(--gap-lg);
|
46500
|
+
color: #999;
|
46501
|
+
}
|
46502
|
+
|
46503
|
+
.amis-scope .dark-PullRefresh .loading-icon {
|
46504
|
+
animation: var(--Button-animation-spin);
|
46505
|
+
margin-right: var(--gap-xs);
|
46506
|
+
}
|
46507
|
+
|
45861
46508
|
/**
|
45862
46509
|
* Debug 模块的 UI,由于没法使用任何主题,所以这里使用独立配色风格
|
45863
46510
|
*/
|
@@ -45929,9 +46576,8 @@ readers do not read off random characters that represent icons */
|
|
45929
46576
|
right: 0;
|
45930
46577
|
width: 24px;
|
45931
46578
|
height: 48px;
|
45932
|
-
box-shadow: rgba(
|
45933
|
-
border-
|
45934
|
-
border-bottom-left-radius: 12px;
|
46579
|
+
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);
|
46580
|
+
border-radius: var(--borderRadius) 0 0 var(--borderRadius);
|
45935
46581
|
padding-top: 14px;
|
45936
46582
|
padding-left: 6px;
|
45937
46583
|
cursor: pointer;
|