@koi-design/uxd-ui 14.0.7 → 14.0.9
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/es/components/Cascader/Cascader.d.ts +3 -3
- package/es/components/Cascader/Cascader.mjs +2 -4
- package/es/components/Cascader/Cascader.mjs.map +1 -1
- package/es/components/Cascader/Cascader.type.d.ts +1 -1
- package/es/components/Cascader/Cascader.type.mjs +1 -1
- package/es/components/Cascader/Cascader.type.mjs.map +1 -1
- package/es/components/Cascader/CascaderMenu.mjs +4 -4
- package/es/components/Cascader/CascaderMenu.mjs.map +1 -1
- package/es/components/Cascader/index.d.ts +6 -6
- package/es/components/Checkbox/Checkbox.mjs +1 -0
- package/es/components/Checkbox/Checkbox.mjs.map +1 -1
- package/es/components/Checkbox/Checkbox.type.d.ts +1 -0
- package/es/components/Checkbox/Checkbox.type.mjs +2 -1
- package/es/components/Checkbox/Checkbox.type.mjs.map +1 -1
- package/es/components/Checkbox/Checkbox.vue.d.ts +2 -0
- package/es/components/Checkbox/CheckboxGroup.vue.d.ts +2 -0
- package/es/components/Checkbox/index.d.ts +7 -0
- package/es/components/Progress/Circle.mjs +1 -3
- package/es/components/Progress/Circle.mjs.map +1 -1
- package/es/components/Progress/Progress.mjs +2 -3
- package/es/components/Progress/Progress.mjs.map +1 -1
- package/es/components/Progress/Progress.type.d.ts +1 -6
- package/es/components/Progress/Progress.type.mjs +0 -6
- package/es/components/Progress/Progress.type.mjs.map +1 -1
- package/es/components/Progress/Progress.vue.d.ts +0 -16
- package/es/components/Progress/index.d.ts +0 -33
- package/es/components/Select/RefSelect.vue.d.ts +7 -0
- package/es/components/Table/BaseTable.vue.d.ts +7 -0
- package/es/components/Table/BodyTable.vue.d.ts +7 -0
- package/es/components/Table/HeadTable.vue.d.ts +7 -0
- package/es/components/Table/Table.vue.d.ts +14 -0
- package/es/components/Table/TableBox.vue.d.ts +14 -0
- package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -0
- package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
- package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -0
- package/es/components/Table/tableUnits/TableHeader.vue.d.ts +7 -0
- package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -0
- package/es/components/Transfer/Operation.mjs +6 -4
- package/es/components/Transfer/Operation.mjs.map +1 -1
- package/es/components/Transfer/Transfer.mjs +2 -4
- package/es/components/Transfer/Transfer.mjs.map +1 -1
- package/es/components/Transfer/Transfer.type.d.ts +0 -5
- package/es/components/Transfer/Transfer.type.mjs +1 -8
- package/es/components/Transfer/Transfer.type.mjs.map +1 -1
- package/es/components/Transfer/Transfer.vue.d.ts +42 -11
- package/es/components/Transfer/TransferList.mjs +14 -10
- package/es/components/Transfer/TransferList.mjs.map +1 -1
- package/es/components/Transfer/TransferList.vue.d.ts +14 -0
- package/es/components/Transfer/TransferListItem.vue.d.ts +7 -0
- package/es/components/Transfer/index.d.ts +112 -18
- package/es/components/Tree/SubTree.vue.d.ts +7 -0
- package/es/components/Tree/Tree.vue.d.ts +7 -0
- package/es/components/Tree/TreeNode.vue.d.ts +7 -0
- package/es/components/Tree/index.d.ts +14 -0
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +14 -0
- package/es/components/TreeSelect/index.d.ts +28 -0
- package/es/components/Upload/UploadList.vue.d.ts +0 -33
- package/lib/components/Cascader/Cascader.d.ts +3 -3
- package/lib/components/Cascader/Cascader.js +2 -4
- package/lib/components/Cascader/Cascader.js.map +1 -1
- package/lib/components/Cascader/Cascader.type.d.ts +1 -1
- package/lib/components/Cascader/Cascader.type.js +1 -1
- package/lib/components/Cascader/Cascader.type.js.map +1 -1
- package/lib/components/Cascader/CascaderMenu.js +3 -3
- package/lib/components/Cascader/CascaderMenu.js.map +1 -1
- package/lib/components/Cascader/index.d.ts +6 -6
- package/lib/components/Checkbox/Checkbox.js +1 -0
- package/lib/components/Checkbox/Checkbox.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.type.d.ts +1 -0
- package/lib/components/Checkbox/Checkbox.type.js +2 -1
- package/lib/components/Checkbox/Checkbox.type.js.map +1 -1
- package/lib/components/Checkbox/Checkbox.vue.d.ts +2 -0
- package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +2 -0
- package/lib/components/Checkbox/index.d.ts +7 -0
- package/lib/components/Progress/Circle.js +1 -3
- package/lib/components/Progress/Circle.js.map +1 -1
- package/lib/components/Progress/Progress.js +2 -3
- package/lib/components/Progress/Progress.js.map +1 -1
- package/lib/components/Progress/Progress.type.d.ts +1 -6
- package/lib/components/Progress/Progress.type.js +0 -6
- package/lib/components/Progress/Progress.type.js.map +1 -1
- package/lib/components/Progress/Progress.vue.d.ts +0 -16
- package/lib/components/Progress/index.d.ts +0 -33
- package/lib/components/Select/RefSelect.vue.d.ts +7 -0
- package/lib/components/Table/BaseTable.vue.d.ts +7 -0
- package/lib/components/Table/BodyTable.vue.d.ts +7 -0
- package/lib/components/Table/HeadTable.vue.d.ts +7 -0
- package/lib/components/Table/Table.vue.d.ts +14 -0
- package/lib/components/Table/TableBox.vue.d.ts +14 -0
- package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -0
- package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
- package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -0
- package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +7 -0
- package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -0
- package/lib/components/Transfer/Operation.js +6 -4
- package/lib/components/Transfer/Operation.js.map +1 -1
- package/lib/components/Transfer/Transfer.js +2 -4
- package/lib/components/Transfer/Transfer.js.map +1 -1
- package/lib/components/Transfer/Transfer.type.d.ts +0 -5
- package/lib/components/Transfer/Transfer.type.js +0 -7
- package/lib/components/Transfer/Transfer.type.js.map +1 -1
- package/lib/components/Transfer/Transfer.vue.d.ts +42 -11
- package/lib/components/Transfer/TransferList.js +14 -10
- package/lib/components/Transfer/TransferList.js.map +1 -1
- package/lib/components/Transfer/TransferList.vue.d.ts +14 -0
- package/lib/components/Transfer/TransferListItem.vue.d.ts +7 -0
- package/lib/components/Transfer/index.d.ts +112 -18
- package/lib/components/Tree/SubTree.vue.d.ts +7 -0
- package/lib/components/Tree/Tree.vue.d.ts +7 -0
- package/lib/components/Tree/TreeNode.vue.d.ts +7 -0
- package/lib/components/Tree/index.d.ts +14 -0
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +14 -0
- package/lib/components/TreeSelect/index.d.ts +28 -0
- package/lib/components/Upload/UploadList.vue.d.ts +0 -33
- package/package.json +1 -1
- package/styles/components/alert/index.css +1 -1
- package/styles/components/autoComplete/index.css +1 -1
- package/styles/components/avatar/index.css +1 -1
- package/styles/components/button/index.css +1 -1
- package/styles/components/carousel/index.css +1 -1
- package/styles/components/carousel/index.less +38 -35
- package/styles/components/carousel/var.less +6 -19
- package/styles/components/cascader/index.css +1 -1
- package/styles/components/cascader/index.less +20 -32
- package/styles/components/datePicker/index.css +1 -1
- package/styles/components/form/index.css +1 -1
- package/styles/components/icon/index.css +1 -1
- package/styles/components/input/index.css +1 -1
- package/styles/components/inputNumber/index.css +1 -1
- package/styles/components/link/index.css +1 -1
- package/styles/components/mentions/index.css +1 -1
- package/styles/components/menu/index.css +1 -1
- package/styles/components/menu/var.less +3 -2
- package/styles/components/modal/index.css +1 -1
- package/styles/components/progress/index.css +1 -1
- package/styles/components/progress/index.less +42 -56
- package/styles/components/progress/var.less +3 -4
- package/styles/components/select/index.css +1 -1
- package/styles/components/spin/index.css +1 -1
- package/styles/components/timePicker/index.css +1 -1
- package/styles/components/transfer/index.css +1 -1
- package/styles/components/transfer/index.less +38 -42
- package/styles/components/transfer/var.less +8 -42
- package/styles/components/tree/index.css +1 -1
- package/styles/components/tree/index.less +17 -27
- package/styles/components/tree/var.less +5 -16
- package/styles/cssVariable.css +1 -1
- package/styles/cssVariable.less +1 -11
- package/styles/index.css +1 -1
- package/styles/tokens/typography.css +1 -1
- package/types/components/Cascader/Cascader.d.ts +3 -3
- package/types/components/Cascader/Cascader.type.d.ts +1 -1
- package/types/components/Cascader/index.d.ts +6 -6
- package/types/components/Checkbox/Checkbox.type.d.ts +1 -0
- package/types/components/Checkbox/Checkbox.vue.d.ts +2 -0
- package/types/components/Checkbox/CheckboxGroup.vue.d.ts +2 -0
- package/types/components/Checkbox/index.d.ts +7 -0
- package/types/components/Progress/Progress.type.d.ts +1 -6
- package/types/components/Progress/Progress.vue.d.ts +0 -16
- package/types/components/Progress/index.d.ts +0 -33
- package/types/components/Select/RefSelect.vue.d.ts +7 -0
- package/types/components/Table/BaseTable.vue.d.ts +7 -0
- package/types/components/Table/BodyTable.vue.d.ts +7 -0
- package/types/components/Table/HeadTable.vue.d.ts +7 -0
- package/types/components/Table/Table.vue.d.ts +14 -0
- package/types/components/Table/TableBox.vue.d.ts +14 -0
- package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +7 -0
- package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +7 -0
- package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +7 -0
- package/types/components/Table/tableUnits/TableHeader.vue.d.ts +7 -0
- package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +7 -0
- package/types/components/Transfer/Transfer.type.d.ts +0 -5
- package/types/components/Transfer/Transfer.vue.d.ts +42 -11
- package/types/components/Transfer/TransferList.vue.d.ts +14 -0
- package/types/components/Transfer/TransferListItem.vue.d.ts +7 -0
- package/types/components/Transfer/index.d.ts +112 -18
- package/types/components/Tree/SubTree.vue.d.ts +7 -0
- package/types/components/Tree/Tree.vue.d.ts +7 -0
- package/types/components/Tree/TreeNode.vue.d.ts +7 -0
- package/types/components/Tree/index.d.ts +14 -0
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +14 -0
- package/types/components/TreeSelect/index.d.ts +28 -0
- package/types/components/Upload/UploadList.vue.d.ts +0 -33
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +6 -6
- package/uxd-ui.esm.mjs +142 -151
- package/uxd-ui.umd.js +141 -150
- package/uxd-ui.umd.min.js +6 -6
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
.@{progress-prefix-cls} {
|
|
2
2
|
--progress-font-size: var(--font-size-xs);
|
|
3
|
-
--progress-inner-background-color: var(--
|
|
4
|
-
--progress-
|
|
5
|
-
--progress-
|
|
6
|
-
--progress-default-background-color: var(--primary-color);
|
|
3
|
+
--progress-inner-background-color: var(--color-background-secondary);
|
|
4
|
+
--progress-background-color: var(--primary-color);
|
|
5
|
+
--progress-water-back-color: var(--primary-a30);
|
|
7
6
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-theme-color]{--primary-color:var(--primary-9)}.light,.light-theme,:root{--default-font-color:#222;--heading-color:#222;--secondary-font-color:#999;--placeholder-color:#d3d3d3;--color-background:white;--color-background-secondary:#f3f5f7;--color-overlay:rgba(0, 0, 0, 0.6);--color-panel-solid:white;--color-panel-translucent:rgba(255, 255, 255, 0.7);--color-surface:rgba(255, 255, 255, 0.85);--color-border-split:#f2f2f2;--color-border-input:#e0e0e0;--color-border-base:#e0e0e0;--color-disabled-font:#d3d3d3;--color-soft-control-background:#f3f5f7;--scrollbar-thumb-background-color:#d3d3d3;--scrollbar-thumb-background-color-hover:#999;color-scheme:light}.dark,.dark-theme{--default-font-color:#fff;--heading-color:#fff;--secondary-font-color:#eee;--placeholder-color:#d3d3d3;--color-background:var(--gray-2);--color-background-secondary:var(--gray-3);--color-overlay:var(--black-a8);--color-panel-solid:var(--gray-2);--color-panel-translucent:var(--gray-a2);--color-surface:rgba(0, 0, 0, 0.25);--color-border-split:var(--gray-9);--color-border-base:var(--gray-9);--color-border-input:var(--gray-9);--color-disabled-font:var(--gray-8);--color-disabled-background:var(--gray-2);--color-soft-control-background:var(--gray-4);--scrollbar-thumb-background-color:rgba(255, 255, 255, 0.5);--scrollbar-thumb-background-color-hover:rgba(255, 255, 255, 0.7);color-scheme:dark}.dark,.dark-theme,.light,.light-theme,:root,[data-color],[data-theme-color]{--link-color:var(--primary-9);--link-hover-color:var(--primary-10);--link-active-color:var(--primary-11);--dropdown-item-selected-color:var(--default-font-color);--dropdown-item-hover-background-color:var(--color-background-secondary);--dropdown-item-hover-font-color:var(--default-font-color);--highlight-color:var(--primary-10);--primary-color:var(--primary-9);--primary-hover:var(--primary-a90);--primary-active:var(--primary-a90);--primary-soft:var(--primary-4);--primary-soft-hover:var(--primary-5);--primary-soft-active:var(--primary-6)}.dark,.dark-theme,.light,.light-theme,:root{--error-soft:#feebe7;--error-soft-hover:#ffdcd3;--error-color:#fe3b2f;--error-hover:rgba(254, 59, 47, 0.9);--error-active:rgba(254, 59, 47, 0.9);--error-a30:rgba(254, 59, 47, 0.3);--error-a50:rgba(254, 59, 47, 0.5);--success-soft:#e9f6e9;--success-soft-hover:#daf1db;--success-color:#17c964;--success-a30:rgba(23, 201, 100, 0.3);--success-a50:rgba(23, 201, 100, 0.5);--success-hover:rgba(23, 201, 100, 0.9);--success-active:rgba(23, 201, 100, 0.9);--warning-soft:#ffefd6;--warning-soft-hover:#ffdfb5;--warning-color:#ff8200;--warning-a30:rgba(255, 130, 0, 0.3);--warning-a50:rgba(255, 130, 0, 0.5);--warning-hover:rgba(255, 130, 0, 0.9);--warning-active:rgba(255, 130, 0, 0.9);--color-contrast:white;--border-width-base:1px;--border-style-base:solid;--control-disabled-background-color:var(--gray-2);--control-disabled-border-color:var(--color-border-disabled);--control-surface-background-color:var(--color-background);--control-height-small:var(--space-8);--control-height-base:var(--space-9);--control-height-large:var(--space-10);--control-padding-y:0;--control-padding-x:var(--space-3);--control-label-color:var(--secondary-font-color);--control-label-font-weight:var(--font-weight-medium);--control-inner-gap:var(--space-1);--icon-width-base:var(--space-4);--icon-font-size:var(--font-size-base);--icon-button-width:var(--space-6);--icon-button-color:#d3d3d3;--icon-button-padding:var(--space-1);--icon-button-hover-color:#999;--icon-button-hover-background-color:#f3f5f7;--scrollbar-width:6px;--required-color:var(--error-color);--required-font-size:var(--font-size-sm);--required-font-family:'SimSun',sans-serif;--disabled-opacity:0.4;--link-decoration:none;--link-hover-decoration:underline;--zindex-badge:auto;--zindex-table-fixed:10;--zindex-affix:10;--zindex-back-top:10;--zindex-picker-panel:10;--zindex-popup-close:10;--zindex-spin:10;--zindex-modal:1000;--zindex-modal-mask:1000;--zindex-message:1010;--zindex-notice:1010;--zindex-popover:1030;--zindex-dropdown:1050;--zindex-tooltip:1060;--zindex-loading-bar:2000;--dropdown-shadow:var(--shadow-md);--popover-shadow:var(--shadow-md);--modal-shadow:var(--shadow-lg);--message-shadow:var(--shadow-lg);--notice-shadow:var(--shadow-lg);--card-shadow:var(--shadow-base);--mask-background-color:var(--color-overlay);--transition-colors:color,background-color,border-color,text-decoration-color,fill,stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);--animation-time:0.3s;--animation-time-fast:0.1s;--animation-time-short:0.2s;--animation-time-long:0.5s;--ease-base-out:cubic-bezier(0.7, 0.3, 0.1, 1);--ease-base-in:cubic-bezier(0.9, 0, 0.3, 0.7);--ease-out:cubic-bezier(0.215, 0.61, 0.355, 1);--ease-in:cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-in-out:cubic-bezier(0.645, 0.045, 0.355, 1);--ease-out-back:cubic-bezier(0.12, 0.4, 0.29, 1.46);--ease-in-back:cubic-bezier(0.71, -0.46, 0.88, 0.6);--ease-in-out-back:cubic-bezier(0.71, -0.46, 0.29, 1.46);--ease-out-circ:cubic-bezier(0.08, 0.82, 0.17, 1);--ease-in-circ:cubic-bezier(0.6, 0.04, 0.98, 0.34);--ease-in-out-circ:cubic-bezier(0.78, 0.14, 0.15, 0.86);--ease-out-quint:cubic-bezier(0.23, 1, 0.32, 1);--ease-in-quint:cubic-bezier(0.755, 0.05, 0.855, 0.06);--ease-in-out-quint:cubic-bezier(0.86, 0, 0.07, 1)}[data-color=error]{--link-color:var(--error-color);--link-hover-color:var(--error-hover);--link-active-color:var(--error-active)}[data-color=warning]{--link-color:var(--warning-color);--link-hover-color:var(--warning-hover);--link-active-color:var(--warning-active)}[data-color=success]{--link-color:var(--success-color);--link-hover-color:var(--success-hover);--link-active-color:var(--success-active)}[data-color]{--primary-shadow-3:0 0 0 1px var(--primary-a3),0 2px 3px -2px var(--primary-a3),0 3px 12px -4px var(--primary-a3),0 4px 16px -8px var(--primary-a3)}:root,[data-radius]{--dropdown-border-radius:var(--radius-md);--icon-button-radius:var(--radius-md);--modal-border-radius:var(--radius-lg);--control-radius:var(--radius-md);--control-radius-small:var(--radius-md);--control-radius-large:var(--radius-md)}.uui-select,.uui-select-dropdown,.uui-select-dropdown-tooltip{--select-width:100%;--select-max-width:auto;--select-background-color:var(--color-surface);--select-border-color:var(--color-border-input);--select-height:var(--control-height-base);--select-border-radius:var(--control-radius);--select-focus-border-color:var(--primary-color);--select-dropdown-background-color:var(--color-background);--select-dropdown-padding-vertical:var(--space-1);--select-dropdown-padding-horizontal:var(--space-1);--select-dropdown-item-padding:var(--space-1-5) var(--space-2);--select-dropdown-item-radius:var(--radius-base);--select-dropdown-group-item-color:var(--secondary-font-color);--select-dropdown-group-item-font-weight:var(--font-weight-medium);--select-multiple-selection-vertical-padding:calc(var(--space-1));--select-multiple-item-padding:0 var(--space-1);--select-multiple-item-border-radius:var(--radius-base);--select-multiple-item-background-color:var(--color-soft-control-background)}[data-radius=full]{--select-border-radius:var(--radius-full)}.uui-select{box-sizing:border-box;margin:0;padding:0;color:var(--default-font-color);font-size:var(--default-font-size);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:relative;display:inline-flex;align-items:center;column-gap:var(--control-inner-gap);border-radius:var(--select-border-radius);background-color:var(--select-background-color);padding:var(--control-padding-y) var(--control-padding-x);outline:0;width:var(--select-width);cursor:pointer;height:var(--select-height);line-height:var(--select-height)}.uui-select-variant-surface{border:1px solid var(--select-border-color);background-color:var(--select-background-color)}.uui-select-variant-surface.uui-select-focused,.uui-select-variant-surface.uui-select-open{--select-border-color:var(--select-focus-border-color)}.has-error .uui-select-variant-surface,.validate-error .uui-select-variant-surface{--select-border-color:var(--error-color)}.uui-select-variant-soft{--select-background-color:var(--color-soft-control-background);--select-hover-background-color:var(--color-soft-control-hover-background);--select-multiple-item-background-color:var(--color-background);transition:background var(--animation-time) linear}.uui-select-variant-soft.uui-select-focused,.uui-select-variant-soft.uui-select-open{border-color:var(--select-focus-border-color);outline:0}.has-error .uui-select-variant-soft,.validate-error .uui-select-variant-soft{border:1px solid var(--error-color)}.uui-select-variant-underline{border-bottom:1px solid var(--select-border-color);border-radius:0}.has-error .uui-select-variant-underline,.validate-error .uui-select-variant-underline{border-bottom:1px solid var(--error-color)}.uui-select-variant-borderless{background-color:transparent}.uui-select-variant-borderless.uui-select-single .uui-select-selection .uui-select-selection-item,.uui-select-variant-borderless.uui-select-single .uui-select-selection .uui-select-selection-placeholder{position:static;transform:none}.uui-select-variant-borderless.uui-select-focused,.uui-select-variant-borderless.uui-select-open{outline:0}.uui-select-disabled{opacity:var(--disabled-opacity)}.uui-select-selection-item{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast:none){.uui-select-selection-item,.uui-select-selection-item ::-ms-backdrop{flex:auto}}.uui-select-selection-placeholder{position:absolute;width:100%;top:50%;transform:translateY(-50%);overflow:hidden;color:var(--placeholder-color);white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast:none){.uui-select-selection-placeholder,.uui-select-selection-placeholder ::-ms-backdrop{flex:auto}}.uui-select-label{display:inline-flex;align-self:flex-start;align-items:center;font-size:var(--default-font-size);line-height:var(--select-height);color:var(--control-label-color);font-weight:var(--control-label-font-weight);flex-shrink:0}.uui-select-label:where(.uui-select-label-colon)::after{content:':'}.uui-select-label-required::before{display:inline-flex;margin-right:0;color:var(--required-color);font-size:var(--default-font-size);font-family:var(--required-font-family);line-height:1;content:'*'}.uui-select-arrow,.uui-select-clear,.uui-select-prefix{width:var(--icon-width-base);display:inline-flex;align-items:center;justify-content:center}.uui-select-arrow>i,.uui-select-clear>i,.uui-select-prefix>i{font-size:var(--icon-font-size);color:var(--icon-button-color)}.uui-select-arrow{-webkit-user-select:none;user-select:none;transition:transform .3s;pointer-events:none}.uui-select-disabled .uui-select-arrow{cursor:not-allowed}.uui-select-open:not(.uui-select-filterable):not(.uui-select-loading):not(.uui-select-arrow-no-rotate) .uui-select-arrow{transform:rotate(180deg)}.uui-select-prefix{pointer-events:none;transition:transform .3s}.uui-select-clear{text-rendering:auto;display:none}.uui-select-clear>i{width:auto;height:auto;line-height:1;border-radius:var(--icon-button-radius);padding:var(--icon-button-padding);color:var(--icon-button-color);background-color:transparent}.uui-select-clear:hover>i{color:var(--icon-button-hover-color);background-color:var(--icon-button-hover-background-color)}.uui-select-with-clear:hover .uui-select-clear{display:inline-flex}.uui-select-with-clear:hover .uui-select-arrow{display:none}.uui-select-single .uui-select-selection{position:relative;flex:1 1 auto;width:calc(100% - var(--icon-width-base) - var(--control-padding-x));display:block;background-color:transparent;align-items:center;transition:all var(--animation-time) ease-in-out;display:flex;height:calc(var(--select-height) - 2px);padding:0}.uui-select-single .uui-select-selection input{cursor:pointer}.uui-select-disabled.uui-select-single .uui-select-selection{cursor:not-allowed}.uui-select-disabled.uui-select-single .uui-select-selection input{cursor:not-allowed}.uui-select-filterable.uui-select-single .uui-select-selection{cursor:text}.uui-select-filterable.uui-select-single .uui-select-selection input{cursor:auto}.uui-select-single .uui-select-selection .uui-select-selection-search-input{margin:0;padding:0;background:0 0;border:none;outline:0;appearance:none;flex:1}.uui-select-single .uui-select-selection .uui-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.uui-select-single .uui-select-selection .uui-select-selection-search{position:absolute;inset:0}.uui-select-single .uui-select-selection .uui-select-selection-search-input{height:100%;width:100%}.uui-select-single .uui-select-selection .uui-select-selection-item,.uui-select-single .uui-select-selection .uui-select-selection-placeholder{padding:0;transition:all var(--animation-time)}.uui-select-single .uui-select-selection .uui-select-selection-item{position:absolute;width:100%;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none}.uui-select-single .uui-select-selection .uui-select-selection-placeholder{pointer-events:none}.uui-select-single .uui-select-selection::after{line-height:calc(var(--select-height) - 2px)}.uui-select-single.uui-select-open .uui-select-selection-item{color:var(--placeholder-color)}.uui-select-single.uui-select-small{--select-height:var(--control-height-small)}.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-item,.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-placeholder,.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-search,.uui-select-single.uui-select-small .uui-select-selection::after{font-size:var(--font-size-xs)}.uui-select-single.uui-select-large{--select-height:var(--control-height-large)}.uui-select-multiple{height:auto;min-height:var(--select-height);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-multiple .uui-select-selection{position:relative;flex:1 1 auto;width:calc(100% - var(--icon-width-base) - var(--control-padding-x));display:block;background-color:transparent;transition:all var(--animation-time) ease-in-out;display:flex;gap:var(--space-1);flex-wrap:wrap;align-items:center;padding:var(--select-multiple-selection-vertical-padding) 0}.uui-select-multiple .uui-select-selection input{cursor:pointer}.uui-select-disabled.uui-select-multiple .uui-select-selection{cursor:not-allowed}.uui-select-disabled.uui-select-multiple .uui-select-selection input{cursor:not-allowed}.uui-select-filterable.uui-select-multiple .uui-select-selection{cursor:text}.uui-select-filterable.uui-select-multiple .uui-select-selection input{cursor:auto}.uui-select-multiple .uui-select-selection .uui-select-selection-search-input{margin:0;padding:0;background:0 0;border:none;outline:0;appearance:none;flex:1}.uui-select-multiple .uui-select-selection .uui-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.uui-select-filterable.uui-select-multiple .uui-select-selection{cursor:text}.uui-select-multiple:has(.uui-select-selection-item){padding-left:var(--select-multiple-selection-vertical-padding)}.uui-select-multiple .uui-select-selection-item{position:relative;display:inline-flex;align-items:center;flex:none;gap:var(--space-1);box-sizing:border-box;max-width:100%;height:var(--select-multiple-item-height);padding:var(--select-multiple-item-padding);line-height:var(--select-multiple-item-height);background:var(--select-multiple-item-background-color);border:none;border-radius:var(--select-multiple-item-border-radius);cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;user-select:none}.uui-select-multiple .uui-select-selection-item-content{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-multiple .uui-select-selection-item-remove{display:flex;align-items:center;color:var(--icon-button-color);font-weight:700;font-size:var(--font-size-sm);line-height:1;height:var(--font-size-sm);width:var(--font-size-sm);cursor:pointer;border-radius:var(--radius-full)}.uui-select-multiple .uui-select-selection-item-remove:hover{color:var(--icon-button-hover-color)}.uui-select-multiple .uui-select-selection-search{position:relative;margin-left:0;display:flex}.uui-select-multiple .uui-select-selection-search-input,.uui-select-multiple .uui-select-selection-search-mirror{font-family:var(--default-font-family);line-height:var(--select-multiple-item-height);transition:all .3s}.uui-select-multiple .uui-select-selection-search-input{width:100%;min-width:4.1px}.uui-select-multiple .uui-select-selection-search-mirror{position:absolute;top:0;left:0;z-index:999;white-space:nowrap;visibility:hidden}.uui-select-multiple .uui-select-selection-placeholder{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);transition:all .3s}.uui-select-multiple.uui-select-small{--select-height:var(--control-height-small);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-multiple.uui-select-small .uui-select-selection-search-input,.uui-select-multiple.uui-select-small .uui-select-selection-search-mirror{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-small .uui-select-selection-item{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-small .uui-select-selection-placeholder{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-large{--select-height:var(--control-height-large);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-selection-tooltip{display:flex;gap:var(--space-1);max-height:calc(var(--select-multiple-item-height) * 5 + var(--space-1) * 4);flex-wrap:wrap;overflow-y:auto;--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-selection-tooltip .uui-select-selection-item{position:relative;display:inline-flex;align-items:center;flex:none;gap:var(--space-1);box-sizing:border-box;max-width:100%;height:var(--select-multiple-item-height);padding:var(--select-multiple-item-padding);line-height:var(--select-multiple-item-height);background:var(--select-multiple-item-background-color);border:none;border-radius:var(--select-multiple-item-border-radius);cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;user-select:none}.uui-select-selection-tooltip .uui-select-selection-item-content{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-selection-tooltip .uui-select-selection-item-remove{display:flex;align-items:center;color:var(--icon-button-color);font-weight:700;font-size:var(--font-size-sm);line-height:1;height:var(--font-size-sm);width:var(--font-size-sm);cursor:pointer;border-radius:var(--radius-full)}.uui-select-selection-tooltip .uui-select-selection-item-remove:hover{color:var(--icon-button-hover-color)}.uui-select-disabled .uui-select-selection-item-remove{display:none}.uui-select-large{--select-border-radius:var(--control-radius-large);--select-height:var(--control-height-large)}.uui-select-small{--select-border-radius:var(--control-radius-small);--select-height:var(--control-height-small);--icon-button-padding:calc(var(--space-1) * 0.75)}.uui-select-small .uui-select-label{font-size:var(--font-size-xs)}.uui-select-rtl,[data-direction=rtl] .uui-select,[dir=rtl] .uui-select{direction:rtl}.uui-select-rtl.uui-select-multiple:has(.uui-select-selection-item),[data-direction=rtl] .uui-select.uui-select-multiple:has(.uui-select-selection-item),[dir=rtl] .uui-select.uui-select-multiple:has(.uui-select-selection-item){padding-left:var(--control-padding-x);padding-right:var(--select-multiple-selection-vertical-padding)}.uui-select-rtl:has(.uui-select-label),[data-direction=rtl] .uui-select:has(.uui-select-label),[dir=rtl] .uui-select:has(.uui-select-label){padding-right:0;padding-left:var(--control-padding-r)}.uui-select-dropdown{margin:0;padding:0;color:var(--default-font-color);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:absolute;top:-9999px;left:-9999px;z-index:var(--zindex-dropdown);box-sizing:border-box;padding:var(--select-dropdown-padding-vertical) 0;overflow:hidden;font-size:var(--default-font-size);font-variant:initial;background-color:var(--select-dropdown-background-color);border-radius:var(--dropdown-border-radius);outline:0;box-shadow:var(--dropdown-shadow);border:1px solid var(--color-border-split)}.uui-select-dropdown-hidden{display:none}.uui-select-dropdown-operate{padding:0 var(--control-padding-x) var(--space-2);border-bottom:1px solid var(--color-border-split)}.uui-select-dropdown-list{padding:0 var(--select-dropdown-padding-horizontal)}.uui-select-dropdown-rtl,[data-direction=rtl] .uui-select-dropdown,[dir=rtl] .uui-select-dropdown{direction:rtl}.uui-select-item-empty{display:flex;justify-content:center;align-items:center;color:var(--color-disabled-font)}.uui-select-item{position:relative;display:flex;align-items:center;padding:var(--select-dropdown-item-padding);color:var(--default-font-color);font-weight:400;font-size:var(--default-font-size);border-radius:var(--select-dropdown-item-radius);line-height:var(--line-height-5);cursor:pointer}.uui-select-item-group{color:var(--select-dropdown-group-item-color);font-weight:var(--select-dropdown-group-item-font-weight);padding:var(--select-dropdown-item-padding);cursor:default}.uui-select-item-option{display:inline-flex}.uui-select-item-option-content{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-item-option-state{flex-grow:0;flex-shrink:0;width:var(--icon-font-size)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled){color:var(--dropdown-item-selected-color)}.uui-select-item-option-active:not(.uui-select-item-option-disabled){background-color:var(--dropdown-item-hover-background-color);color:var(--dropdown-item-hover-font-color)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled).uui-select-item-option-active{background-color:var(--dropdown-item-hover-background-color);color:var(--dropdown-item-selected-color)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled).uui-select-item-option-active .uui-select-dropdown-item-option-state{color:var(--dropdown-item-selected-color)}.uui-select-item-option-disabled{opacity:var(--disabled-opacity);cursor:not-allowed}.uui-select-item-small{font-size:var(--font-size-xs)}
|
|
1
|
+
:root,[data-theme-color]{--primary-color:var(--primary-9)}.light,.light-theme,:root{--default-font-color:#222;--heading-color:#222;--secondary-font-color:#999;--placeholder-color:#d3d3d3;--color-background:white;--color-background-secondary:#f3f5f7;--color-overlay:rgba(0, 0, 0, 0.6);--color-panel-solid:white;--color-panel-translucent:rgba(255, 255, 255, 0.7);--color-surface:rgba(255, 255, 255, 0.85);--color-border-split:#f2f2f2;--color-border-input:#e0e0e0;--color-border-base:#e0e0e0;--color-disabled-font:#d3d3d3;--color-soft-control-background:#f3f5f7;--scrollbar-thumb-background-color:#d3d3d3;--scrollbar-thumb-background-color-hover:#999;color-scheme:light}.dark,.dark-theme{--default-font-color:#fff;--heading-color:#fff;--secondary-font-color:#eee;--placeholder-color:#d3d3d3;--color-background:var(--gray-2);--color-background-secondary:var(--gray-3);--color-overlay:var(--black-a8);--color-panel-solid:var(--gray-2);--color-panel-translucent:var(--gray-a2);--color-surface:rgba(0, 0, 0, 0.25);--color-border-split:var(--gray-9);--color-border-base:var(--gray-9);--color-border-input:var(--gray-9);--color-disabled-font:var(--gray-8);--color-disabled-background:var(--gray-2);--color-soft-control-background:var(--gray-4);--scrollbar-thumb-background-color:rgba(255, 255, 255, 0.5);--scrollbar-thumb-background-color-hover:rgba(255, 255, 255, 0.7);color-scheme:dark}.dark,.dark-theme,.light,.light-theme,:root{--link-color:var(--primary-9);--link-hover-color:var(--primary-10);--link-active-color:var(--primary-11);--dropdown-item-selected-color:var(--default-font-color);--dropdown-item-hover-background-color:var(--color-background-secondary);--dropdown-item-hover-font-color:var(--default-font-color);--primary-color:var(--primary-9);--primary-hover:var(--primary-a90);--primary-active:var(--primary-a90);--primary-soft:var(--primary-4);--primary-soft-hover:var(--primary-5);--primary-soft-active:var(--primary-6);--error-soft:#feebe7;--error-soft-hover:#ffdcd3;--error-color:#fe3b2f;--error-hover:rgba(254, 59, 47, 0.9);--error-active:rgba(254, 59, 47, 0.9);--error-a30:rgba(254, 59, 47, 0.3);--error-a50:rgba(254, 59, 47, 0.5);--success-soft:#e9f6e9;--success-soft-hover:#daf1db;--success-color:#17c964;--success-a30:rgba(23, 201, 100, 0.3);--success-a50:rgba(23, 201, 100, 0.5);--success-hover:rgba(23, 201, 100, 0.9);--success-active:rgba(23, 201, 100, 0.9);--warning-soft:#ffefd6;--warning-soft-hover:#ffdfb5;--warning-color:#ff8200;--warning-a30:rgba(255, 130, 0, 0.3);--warning-a50:rgba(255, 130, 0, 0.5);--warning-hover:rgba(255, 130, 0, 0.9);--warning-active:rgba(255, 130, 0, 0.9);--color-contrast:white;--border-width-base:1px;--border-style-base:solid;--control-disabled-background-color:var(--gray-2);--control-disabled-border-color:var(--color-border-disabled);--control-surface-background-color:var(--color-background);--control-height-small:var(--space-8);--control-height-base:var(--space-9);--control-height-large:var(--space-10);--control-padding-y:0;--control-padding-x:var(--space-3);--control-label-color:var(--secondary-font-color);--control-label-font-weight:var(--font-weight-medium);--control-inner-gap:var(--space-1);--icon-width-base:var(--space-4);--icon-font-size:var(--font-size-base);--icon-button-width:var(--space-6);--icon-button-color:#d3d3d3;--icon-button-padding:var(--space-1);--icon-button-hover-color:#999;--icon-button-hover-background-color:#f3f5f7;--scrollbar-width:6px;--required-color:var(--error-color);--required-font-size:var(--font-size-sm);--required-font-family:'SimSun',sans-serif;--disabled-opacity:0.4;--link-decoration:none;--link-hover-decoration:underline;--zindex-badge:auto;--zindex-table-fixed:10;--zindex-affix:10;--zindex-back-top:10;--zindex-picker-panel:10;--zindex-popup-close:10;--zindex-spin:10;--zindex-modal:1000;--zindex-modal-mask:1000;--zindex-message:1010;--zindex-notice:1010;--zindex-popover:1030;--zindex-dropdown:1050;--zindex-tooltip:1060;--zindex-loading-bar:2000;--dropdown-shadow:var(--shadow-md);--popover-shadow:var(--shadow-md);--modal-shadow:var(--shadow-lg);--message-shadow:var(--shadow-lg);--notice-shadow:var(--shadow-lg);--card-shadow:var(--shadow-base);--mask-background-color:var(--color-overlay);--transition-colors:color,background-color,border-color,text-decoration-color,fill,stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);--animation-time:0.3s;--animation-time-fast:0.1s;--animation-time-short:0.2s;--animation-time-long:0.5s;--ease-base-out:cubic-bezier(0.7, 0.3, 0.1, 1);--ease-base-in:cubic-bezier(0.9, 0, 0.3, 0.7);--ease-out:cubic-bezier(0.215, 0.61, 0.355, 1);--ease-in:cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-in-out:cubic-bezier(0.645, 0.045, 0.355, 1);--ease-out-back:cubic-bezier(0.12, 0.4, 0.29, 1.46);--ease-in-back:cubic-bezier(0.71, -0.46, 0.88, 0.6);--ease-in-out-back:cubic-bezier(0.71, -0.46, 0.29, 1.46);--ease-out-circ:cubic-bezier(0.08, 0.82, 0.17, 1);--ease-in-circ:cubic-bezier(0.6, 0.04, 0.98, 0.34);--ease-in-out-circ:cubic-bezier(0.78, 0.14, 0.15, 0.86);--ease-out-quint:cubic-bezier(0.23, 1, 0.32, 1);--ease-in-quint:cubic-bezier(0.755, 0.05, 0.855, 0.06);--ease-in-out-quint:cubic-bezier(0.86, 0, 0.07, 1)}[data-color=error]{--link-color:var(--error-color);--link-hover-color:var(--error-hover);--link-active-color:var(--error-active)}[data-color=warning]{--link-color:var(--warning-color);--link-hover-color:var(--warning-hover);--link-active-color:var(--warning-active)}[data-color=success]{--link-color:var(--success-color);--link-hover-color:var(--success-hover);--link-active-color:var(--success-active)}[data-color]{--primary-shadow-3:0 0 0 1px var(--primary-a3),0 2px 3px -2px var(--primary-a3),0 3px 12px -4px var(--primary-a3),0 4px 16px -8px var(--primary-a3)}:root,[data-radius]{--dropdown-border-radius:var(--radius-md);--icon-button-radius:var(--radius-md);--modal-border-radius:var(--radius-lg);--control-radius:var(--radius-md);--control-radius-small:var(--radius-md);--control-radius-large:var(--radius-md)}.uui-select,.uui-select-dropdown,.uui-select-dropdown-tooltip{--select-width:100%;--select-max-width:auto;--select-background-color:var(--color-surface);--select-border-color:var(--color-border-input);--select-height:var(--control-height-base);--select-border-radius:var(--control-radius);--select-focus-border-color:var(--primary-color);--select-dropdown-background-color:var(--color-background);--select-dropdown-padding-vertical:var(--space-1);--select-dropdown-padding-horizontal:var(--space-1);--select-dropdown-item-padding:var(--space-1-5) var(--space-2);--select-dropdown-item-radius:var(--radius-base);--select-dropdown-group-item-color:var(--secondary-font-color);--select-dropdown-group-item-font-weight:var(--font-weight-medium);--select-multiple-selection-vertical-padding:calc(var(--space-1));--select-multiple-item-padding:0 var(--space-1);--select-multiple-item-border-radius:var(--radius-base);--select-multiple-item-background-color:var(--color-soft-control-background)}[data-radius=full]{--select-border-radius:var(--radius-full)}.uui-select{box-sizing:border-box;margin:0;padding:0;color:var(--default-font-color);font-size:var(--default-font-size);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:relative;display:inline-flex;align-items:center;column-gap:var(--control-inner-gap);border-radius:var(--select-border-radius);background-color:var(--select-background-color);padding:var(--control-padding-y) var(--control-padding-x);outline:0;width:var(--select-width);cursor:pointer;height:var(--select-height);line-height:var(--select-height)}.uui-select-variant-surface{border:1px solid var(--select-border-color);background-color:var(--select-background-color)}.uui-select-variant-surface.uui-select-focused,.uui-select-variant-surface.uui-select-open{--select-border-color:var(--select-focus-border-color)}.has-error .uui-select-variant-surface,.validate-error .uui-select-variant-surface{--select-border-color:var(--error-color)}.uui-select-variant-soft{--select-background-color:var(--color-soft-control-background);--select-hover-background-color:var(--color-soft-control-hover-background);--select-multiple-item-background-color:var(--color-background);transition:background var(--animation-time) linear}.uui-select-variant-soft.uui-select-focused,.uui-select-variant-soft.uui-select-open{border-color:var(--select-focus-border-color);outline:0}.has-error .uui-select-variant-soft,.validate-error .uui-select-variant-soft{border:1px solid var(--error-color)}.uui-select-variant-underline{border-bottom:1px solid var(--select-border-color);border-radius:0}.has-error .uui-select-variant-underline,.validate-error .uui-select-variant-underline{border-bottom:1px solid var(--error-color)}.uui-select-variant-borderless{background-color:transparent}.uui-select-variant-borderless.uui-select-single .uui-select-selection .uui-select-selection-item,.uui-select-variant-borderless.uui-select-single .uui-select-selection .uui-select-selection-placeholder{position:static;transform:none}.uui-select-variant-borderless.uui-select-focused,.uui-select-variant-borderless.uui-select-open{outline:0}.uui-select-disabled{opacity:var(--disabled-opacity)}.uui-select-selection-item{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast:none){.uui-select-selection-item,.uui-select-selection-item ::-ms-backdrop{flex:auto}}.uui-select-selection-placeholder{position:absolute;width:100%;top:50%;transform:translateY(-50%);overflow:hidden;color:var(--placeholder-color);white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast:none){.uui-select-selection-placeholder,.uui-select-selection-placeholder ::-ms-backdrop{flex:auto}}.uui-select-label{display:inline-flex;align-self:flex-start;align-items:center;font-size:var(--default-font-size);line-height:var(--select-height);color:var(--control-label-color);font-weight:var(--control-label-font-weight);flex-shrink:0}.uui-select-label:where(.uui-select-label-colon)::after{content:':'}.uui-select-label-required::before{display:inline-flex;margin-right:0;color:var(--required-color);font-size:var(--default-font-size);font-family:var(--required-font-family);line-height:1;content:'*'}.uui-select-arrow,.uui-select-clear,.uui-select-prefix{width:var(--icon-width-base);display:inline-flex;align-items:center;justify-content:center}.uui-select-arrow>i,.uui-select-clear>i,.uui-select-prefix>i{font-size:var(--icon-font-size);color:var(--icon-button-color)}.uui-select-arrow{-webkit-user-select:none;user-select:none;transition:transform .3s;pointer-events:none}.uui-select-disabled .uui-select-arrow{cursor:not-allowed}.uui-select-open:not(.uui-select-filterable):not(.uui-select-loading):not(.uui-select-arrow-no-rotate) .uui-select-arrow{transform:rotate(180deg)}.uui-select-prefix{pointer-events:none;transition:transform .3s}.uui-select-clear{text-rendering:auto;display:none}.uui-select-clear>i{width:auto;height:auto;line-height:1;border-radius:var(--icon-button-radius);padding:var(--icon-button-padding);color:var(--icon-button-color);background-color:transparent}.uui-select-clear:hover>i{color:var(--icon-button-hover-color);background-color:var(--icon-button-hover-background-color)}.uui-select-with-clear:hover .uui-select-clear{display:inline-flex}.uui-select-with-clear:hover .uui-select-arrow{display:none}.uui-select-single .uui-select-selection{position:relative;flex:1 1 auto;width:calc(100% - var(--icon-width-base) - var(--control-padding-x));display:block;background-color:transparent;align-items:center;transition:all var(--animation-time) ease-in-out;display:flex;height:calc(var(--select-height) - 2px);padding:0}.uui-select-single .uui-select-selection input{cursor:pointer}.uui-select-disabled.uui-select-single .uui-select-selection{cursor:not-allowed}.uui-select-disabled.uui-select-single .uui-select-selection input{cursor:not-allowed}.uui-select-filterable.uui-select-single .uui-select-selection{cursor:text}.uui-select-filterable.uui-select-single .uui-select-selection input{cursor:auto}.uui-select-single .uui-select-selection .uui-select-selection-search-input{margin:0;padding:0;background:0 0;border:none;outline:0;appearance:none;flex:1}.uui-select-single .uui-select-selection .uui-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.uui-select-single .uui-select-selection .uui-select-selection-search{position:absolute;inset:0}.uui-select-single .uui-select-selection .uui-select-selection-search-input{height:100%;width:100%}.uui-select-single .uui-select-selection .uui-select-selection-item,.uui-select-single .uui-select-selection .uui-select-selection-placeholder{padding:0;transition:all var(--animation-time)}.uui-select-single .uui-select-selection .uui-select-selection-item{position:absolute;width:100%;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none}.uui-select-single .uui-select-selection .uui-select-selection-placeholder{pointer-events:none}.uui-select-single .uui-select-selection::after{line-height:calc(var(--select-height) - 2px)}.uui-select-single.uui-select-open .uui-select-selection-item{color:var(--placeholder-color)}.uui-select-single.uui-select-small{--select-height:var(--control-height-small)}.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-item,.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-placeholder,.uui-select-single.uui-select-small .uui-select-selection .uui-select-selection-search,.uui-select-single.uui-select-small .uui-select-selection::after{font-size:var(--font-size-xs)}.uui-select-single.uui-select-large{--select-height:var(--control-height-large)}.uui-select-multiple{height:auto;min-height:var(--select-height);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-multiple .uui-select-selection{position:relative;flex:1 1 auto;width:calc(100% - var(--icon-width-base) - var(--control-padding-x));display:block;background-color:transparent;transition:all var(--animation-time) ease-in-out;display:flex;gap:var(--space-1);flex-wrap:wrap;align-items:center;padding:var(--select-multiple-selection-vertical-padding) 0}.uui-select-multiple .uui-select-selection input{cursor:pointer}.uui-select-disabled.uui-select-multiple .uui-select-selection{cursor:not-allowed}.uui-select-disabled.uui-select-multiple .uui-select-selection input{cursor:not-allowed}.uui-select-filterable.uui-select-multiple .uui-select-selection{cursor:text}.uui-select-filterable.uui-select-multiple .uui-select-selection input{cursor:auto}.uui-select-multiple .uui-select-selection .uui-select-selection-search-input{margin:0;padding:0;background:0 0;border:none;outline:0;appearance:none;flex:1}.uui-select-multiple .uui-select-selection .uui-select-selection-search-input::-webkit-search-cancel-button{display:none;appearance:none}.uui-select-filterable.uui-select-multiple .uui-select-selection{cursor:text}.uui-select-multiple:has(.uui-select-selection-item){padding-left:var(--select-multiple-selection-vertical-padding)}.uui-select-multiple .uui-select-selection-item{position:relative;display:inline-flex;align-items:center;flex:none;gap:var(--space-1);box-sizing:border-box;max-width:100%;height:var(--select-multiple-item-height);padding:var(--select-multiple-item-padding);line-height:var(--select-multiple-item-height);background:var(--select-multiple-item-background-color);border:none;border-radius:var(--select-multiple-item-border-radius);cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;user-select:none}.uui-select-multiple .uui-select-selection-item-content{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-multiple .uui-select-selection-item-remove{display:flex;align-items:center;color:var(--icon-button-color);font-weight:700;font-size:var(--font-size-sm);line-height:1;height:var(--font-size-sm);width:var(--font-size-sm);cursor:pointer;border-radius:var(--radius-full)}.uui-select-multiple .uui-select-selection-item-remove:hover{color:var(--icon-button-hover-color)}.uui-select-multiple .uui-select-selection-search{position:relative;margin-left:0;display:flex}.uui-select-multiple .uui-select-selection-search-input,.uui-select-multiple .uui-select-selection-search-mirror{font-family:var(--default-font-family);line-height:var(--select-multiple-item-height);transition:all .3s}.uui-select-multiple .uui-select-selection-search-input{width:100%;min-width:4.1px}.uui-select-multiple .uui-select-selection-search-mirror{position:absolute;top:0;left:0;z-index:999;white-space:nowrap;visibility:hidden}.uui-select-multiple .uui-select-selection-placeholder{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);transition:all .3s}.uui-select-multiple.uui-select-small{--select-height:var(--control-height-small);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-multiple.uui-select-small .uui-select-selection-search-input,.uui-select-multiple.uui-select-small .uui-select-selection-search-mirror{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-small .uui-select-selection-item{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-small .uui-select-selection-placeholder{font-size:var(--font-size-xs)}.uui-select-multiple.uui-select-large{--select-height:var(--control-height-large);--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-selection-tooltip{display:flex;gap:var(--space-1);max-height:calc(var(--select-multiple-item-height) * 5 + var(--space-1) * 4);flex-wrap:wrap;overflow-y:auto;--select-multiple-item-height:calc(var(--select-height) - var(--select-multiple-selection-vertical-padding) * 2 - 2px)}.uui-select-selection-tooltip .uui-select-selection-item{position:relative;display:inline-flex;align-items:center;flex:none;gap:var(--space-1);box-sizing:border-box;max-width:100%;height:var(--select-multiple-item-height);padding:var(--select-multiple-item-padding);line-height:var(--select-multiple-item-height);background:var(--select-multiple-item-background-color);border:none;border-radius:var(--select-multiple-item-border-radius);cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;user-select:none}.uui-select-selection-tooltip .uui-select-selection-item-content{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-selection-tooltip .uui-select-selection-item-remove{display:flex;align-items:center;color:var(--icon-button-color);font-weight:700;font-size:var(--font-size-sm);line-height:1;height:var(--font-size-sm);width:var(--font-size-sm);cursor:pointer;border-radius:var(--radius-full)}.uui-select-selection-tooltip .uui-select-selection-item-remove:hover{color:var(--icon-button-hover-color)}.uui-select-disabled .uui-select-selection-item-remove{display:none}.uui-select-large{--select-border-radius:var(--control-radius-large);--select-height:var(--control-height-large)}.uui-select-small{--select-border-radius:var(--control-radius-small);--select-height:var(--control-height-small);--icon-button-padding:calc(var(--space-1) * 0.75)}.uui-select-small .uui-select-label{font-size:var(--font-size-xs)}.uui-select-rtl,[data-direction=rtl] .uui-select,[dir=rtl] .uui-select{direction:rtl}.uui-select-rtl.uui-select-multiple:has(.uui-select-selection-item),[data-direction=rtl] .uui-select.uui-select-multiple:has(.uui-select-selection-item),[dir=rtl] .uui-select.uui-select-multiple:has(.uui-select-selection-item){padding-left:var(--control-padding-x);padding-right:var(--select-multiple-selection-vertical-padding)}.uui-select-rtl:has(.uui-select-label),[data-direction=rtl] .uui-select:has(.uui-select-label),[dir=rtl] .uui-select:has(.uui-select-label){padding-right:0;padding-left:var(--control-padding-r)}.uui-select-dropdown{margin:0;padding:0;color:var(--default-font-color);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);position:absolute;top:-9999px;left:-9999px;z-index:var(--zindex-dropdown);box-sizing:border-box;padding:var(--select-dropdown-padding-vertical) 0;overflow:hidden;font-size:var(--default-font-size);font-variant:initial;background-color:var(--select-dropdown-background-color);border-radius:var(--dropdown-border-radius);outline:0;box-shadow:var(--dropdown-shadow);border:1px solid var(--color-border-split)}.uui-select-dropdown-hidden{display:none}.uui-select-dropdown-operate{padding:0 var(--control-padding-x) var(--space-2);border-bottom:1px solid var(--color-border-split)}.uui-select-dropdown-list{padding:0 var(--select-dropdown-padding-horizontal)}.uui-select-dropdown-rtl,[data-direction=rtl] .uui-select-dropdown,[dir=rtl] .uui-select-dropdown{direction:rtl}.uui-select-item-empty{display:flex;justify-content:center;align-items:center;color:var(--color-disabled-font)}.uui-select-item{position:relative;display:flex;align-items:center;padding:var(--select-dropdown-item-padding);color:var(--default-font-color);font-weight:400;font-size:var(--default-font-size);border-radius:var(--select-dropdown-item-radius);line-height:var(--line-height-5);cursor:pointer}.uui-select-item-group{color:var(--select-dropdown-group-item-color);font-weight:var(--select-dropdown-group-item-font-weight);padding:var(--select-dropdown-item-padding);cursor:default}.uui-select-item-option{display:inline-flex}.uui-select-item-option-content{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uui-select-item-option-state{flex-grow:0;flex-shrink:0;width:var(--icon-font-size)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled){color:var(--dropdown-item-selected-color)}.uui-select-item-option-active:not(.uui-select-item-option-disabled){background-color:var(--dropdown-item-hover-background-color);color:var(--dropdown-item-hover-font-color)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled).uui-select-item-option-active{background-color:var(--dropdown-item-hover-background-color);color:var(--dropdown-item-selected-color)}.uui-select-item-option-selected:not(.uui-select-item-option-disabled).uui-select-item-option-active .uui-select-dropdown-item-option-state{color:var(--dropdown-item-selected-color)}.uui-select-item-option-disabled{opacity:var(--disabled-opacity);cursor:not-allowed}.uui-select-item-small{font-size:var(--font-size-xs)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.light,.light-theme,:root{--default-font-color:#222;--heading-color:#222;--secondary-font-color:#999;--placeholder-color:#d3d3d3;--color-background:white;--color-background-secondary:#f3f5f7;--color-overlay:rgba(0, 0, 0, 0.6);--color-panel-solid:white;--color-panel-translucent:rgba(255, 255, 255, 0.7);--color-surface:rgba(255, 255, 255, 0.85);--color-border-split:#f2f2f2;--color-border-input:#e0e0e0;--color-border-base:#e0e0e0;--color-disabled-font:#d3d3d3;--color-soft-control-background:#f3f5f7;--scrollbar-thumb-background-color:#d3d3d3;--scrollbar-thumb-background-color-hover:#999;color-scheme:light}.dark,.dark-theme{--default-font-color:#fff;--heading-color:#fff;--secondary-font-color:#eee;--placeholder-color:#d3d3d3;--color-background:var(--gray-2);--color-background-secondary:var(--gray-3);--color-overlay:var(--black-a8);--color-panel-solid:var(--gray-2);--color-panel-translucent:var(--gray-a2);--color-surface:rgba(0, 0, 0, 0.25);--color-border-split:var(--gray-9);--color-border-base:var(--gray-9);--color-border-input:var(--gray-9);--color-disabled-font:var(--gray-8);--color-disabled-background:var(--gray-2);--color-soft-control-background:var(--gray-4);--scrollbar-thumb-background-color:rgba(255, 255, 255, 0.5);--scrollbar-thumb-background-color-hover:rgba(255, 255, 255, 0.7);color-scheme:dark}.dark,.dark-theme,.light,.light-theme,:root
|
|
1
|
+
.light,.light-theme,:root{--default-font-color:#222;--heading-color:#222;--secondary-font-color:#999;--placeholder-color:#d3d3d3;--color-background:white;--color-background-secondary:#f3f5f7;--color-overlay:rgba(0, 0, 0, 0.6);--color-panel-solid:white;--color-panel-translucent:rgba(255, 255, 255, 0.7);--color-surface:rgba(255, 255, 255, 0.85);--color-border-split:#f2f2f2;--color-border-input:#e0e0e0;--color-border-base:#e0e0e0;--color-disabled-font:#d3d3d3;--color-soft-control-background:#f3f5f7;--scrollbar-thumb-background-color:#d3d3d3;--scrollbar-thumb-background-color-hover:#999;color-scheme:light}.dark,.dark-theme{--default-font-color:#fff;--heading-color:#fff;--secondary-font-color:#eee;--placeholder-color:#d3d3d3;--color-background:var(--gray-2);--color-background-secondary:var(--gray-3);--color-overlay:var(--black-a8);--color-panel-solid:var(--gray-2);--color-panel-translucent:var(--gray-a2);--color-surface:rgba(0, 0, 0, 0.25);--color-border-split:var(--gray-9);--color-border-base:var(--gray-9);--color-border-input:var(--gray-9);--color-disabled-font:var(--gray-8);--color-disabled-background:var(--gray-2);--color-soft-control-background:var(--gray-4);--scrollbar-thumb-background-color:rgba(255, 255, 255, 0.5);--scrollbar-thumb-background-color-hover:rgba(255, 255, 255, 0.7);color-scheme:dark}.dark,.dark-theme,.light,.light-theme,:root{--link-color:var(--primary-9);--link-hover-color:var(--primary-10);--link-active-color:var(--primary-11);--dropdown-item-selected-color:var(--default-font-color);--dropdown-item-hover-background-color:var(--color-background-secondary);--dropdown-item-hover-font-color:var(--default-font-color);--primary-color:var(--primary-9);--primary-hover:var(--primary-a90);--primary-active:var(--primary-a90);--primary-soft:var(--primary-4);--primary-soft-hover:var(--primary-5);--primary-soft-active:var(--primary-6);--error-soft:#feebe7;--error-soft-hover:#ffdcd3;--error-color:#fe3b2f;--error-hover:rgba(254, 59, 47, 0.9);--error-active:rgba(254, 59, 47, 0.9);--error-a30:rgba(254, 59, 47, 0.3);--error-a50:rgba(254, 59, 47, 0.5);--success-soft:#e9f6e9;--success-soft-hover:#daf1db;--success-color:#17c964;--success-a30:rgba(23, 201, 100, 0.3);--success-a50:rgba(23, 201, 100, 0.5);--success-hover:rgba(23, 201, 100, 0.9);--success-active:rgba(23, 201, 100, 0.9);--warning-soft:#ffefd6;--warning-soft-hover:#ffdfb5;--warning-color:#ff8200;--warning-a30:rgba(255, 130, 0, 0.3);--warning-a50:rgba(255, 130, 0, 0.5);--warning-hover:rgba(255, 130, 0, 0.9);--warning-active:rgba(255, 130, 0, 0.9);--color-contrast:white;--border-width-base:1px;--border-style-base:solid;--control-disabled-background-color:var(--gray-2);--control-disabled-border-color:var(--color-border-disabled);--control-surface-background-color:var(--color-background);--control-height-small:var(--space-8);--control-height-base:var(--space-9);--control-height-large:var(--space-10);--control-padding-y:0;--control-padding-x:var(--space-3);--control-label-color:var(--secondary-font-color);--control-label-font-weight:var(--font-weight-medium);--control-inner-gap:var(--space-1);--icon-width-base:var(--space-4);--icon-font-size:var(--font-size-base);--icon-button-width:var(--space-6);--icon-button-color:#d3d3d3;--icon-button-padding:var(--space-1);--icon-button-hover-color:#999;--icon-button-hover-background-color:#f3f5f7;--scrollbar-width:6px;--required-color:var(--error-color);--required-font-size:var(--font-size-sm);--required-font-family:'SimSun',sans-serif;--disabled-opacity:0.4;--link-decoration:none;--link-hover-decoration:underline;--zindex-badge:auto;--zindex-table-fixed:10;--zindex-affix:10;--zindex-back-top:10;--zindex-picker-panel:10;--zindex-popup-close:10;--zindex-spin:10;--zindex-modal:1000;--zindex-modal-mask:1000;--zindex-message:1010;--zindex-notice:1010;--zindex-popover:1030;--zindex-dropdown:1050;--zindex-tooltip:1060;--zindex-loading-bar:2000;--dropdown-shadow:var(--shadow-md);--popover-shadow:var(--shadow-md);--modal-shadow:var(--shadow-lg);--message-shadow:var(--shadow-lg);--notice-shadow:var(--shadow-lg);--card-shadow:var(--shadow-base);--mask-background-color:var(--color-overlay);--transition-colors:color,background-color,border-color,text-decoration-color,fill,stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);--animation-time:0.3s;--animation-time-fast:0.1s;--animation-time-short:0.2s;--animation-time-long:0.5s;--ease-base-out:cubic-bezier(0.7, 0.3, 0.1, 1);--ease-base-in:cubic-bezier(0.9, 0, 0.3, 0.7);--ease-out:cubic-bezier(0.215, 0.61, 0.355, 1);--ease-in:cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-in-out:cubic-bezier(0.645, 0.045, 0.355, 1);--ease-out-back:cubic-bezier(0.12, 0.4, 0.29, 1.46);--ease-in-back:cubic-bezier(0.71, -0.46, 0.88, 0.6);--ease-in-out-back:cubic-bezier(0.71, -0.46, 0.29, 1.46);--ease-out-circ:cubic-bezier(0.08, 0.82, 0.17, 1);--ease-in-circ:cubic-bezier(0.6, 0.04, 0.98, 0.34);--ease-in-out-circ:cubic-bezier(0.78, 0.14, 0.15, 0.86);--ease-out-quint:cubic-bezier(0.23, 1, 0.32, 1);--ease-in-quint:cubic-bezier(0.755, 0.05, 0.855, 0.06);--ease-in-out-quint:cubic-bezier(0.86, 0, 0.07, 1)}[data-color=error]{--link-color:var(--error-color);--link-hover-color:var(--error-hover);--link-active-color:var(--error-active)}[data-color=warning]{--link-color:var(--warning-color);--link-hover-color:var(--warning-hover);--link-active-color:var(--warning-active)}[data-color=success]{--link-color:var(--success-color);--link-hover-color:var(--success-hover);--link-active-color:var(--success-active)}[data-color]{--primary-shadow-3:0 0 0 1px var(--primary-a3),0 2px 3px -2px var(--primary-a3),0 3px 12px -4px var(--primary-a3),0 4px 16px -8px var(--primary-a3)}:root,[data-radius]{--dropdown-border-radius:var(--radius-md);--icon-button-radius:var(--radius-md);--modal-border-radius:var(--radius-lg);--control-radius:var(--radius-md);--control-radius-small:var(--radius-md);--control-radius-large:var(--radius-md)}:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-spin{--spin-z-index:10;--spin-square-anmation-time:1.2s;--spin-fix-background-color:var(--white-a11);--spin-square-anmiation-timing-function:ease-out;--spin-round-anmiation-timing-function:ease-in-out;--spin-size-base:var(--space-6);--spin-size-small:var(--space-4);--spin-size-large:var(--space-6);--spin-text-color:var(--primary-color);--spin-background-color:var(--primary-color)}.uui-spin{color:var(--spin-text-color);display:none;opacity:0;position:absolute;text-align:center;vertical-align:middle;z-index:var(--spin-z-index)}.uui-spin-spinning{position:static;display:inline-flex;opacity:1}.uui-spin-spin{background-color:var(--spin-background-color);display:inline-flex;position:relative}.uui-spin-spin-square{animation:square var(--spin-square-anmation-time) infinite var(--spin-square-anmiation-timing-function)}.uui-spin-spin-round{border-radius:50%;animation:round 1s 0s var(--spin-round-anmiation-timing-function) infinite}.uui-spin-fix{background-color:var(--spin-fix-background-color);height:100%;left:0;position:absolute;top:0;width:100%}.uui-spin-fix .uui-spin-content{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.uui-spin-default .uui-spin-spin{height:var(--spin-size-base);width:var(--spin-size-base)}.uui-spin-small .uui-spin-spin{height:var(--spin-size-small);width:var(--spin-size-small)}.uui-spin-large .uui-spin-spin{height:var(--spin-size-large);width:var(--spin-size-large)}@keyframes square{0%{opacity:.6;transform:rotateX(0) rotateY(0)}25%{opacity:1}50%{transform:rotateX(-180.1deg) rotateY(0)}75%{opacity:1}100%{opacity:.6;transform:rotateX(-180deg) rotateY(180deg)}}@keyframes round{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-theme-color]{--primary-color:var(--primary-9)}.light,.light-theme,:root{--default-font-color:#222;--heading-color:#222;--secondary-font-color:#999;--placeholder-color:#d3d3d3;--color-background:white;--color-background-secondary:#f3f5f7;--color-overlay:rgba(0, 0, 0, 0.6);--color-panel-solid:white;--color-panel-translucent:rgba(255, 255, 255, 0.7);--color-surface:rgba(255, 255, 255, 0.85);--color-border-split:#f2f2f2;--color-border-input:#e0e0e0;--color-border-base:#e0e0e0;--color-disabled-font:#d3d3d3;--color-soft-control-background:#f3f5f7;--scrollbar-thumb-background-color:#d3d3d3;--scrollbar-thumb-background-color-hover:#999;color-scheme:light}.dark,.dark-theme{--default-font-color:#fff;--heading-color:#fff;--secondary-font-color:#eee;--placeholder-color:#d3d3d3;--color-background:var(--gray-2);--color-background-secondary:var(--gray-3);--color-overlay:var(--black-a8);--color-panel-solid:var(--gray-2);--color-panel-translucent:var(--gray-a2);--color-surface:rgba(0, 0, 0, 0.25);--color-border-split:var(--gray-9);--color-border-base:var(--gray-9);--color-border-input:var(--gray-9);--color-disabled-font:var(--gray-8);--color-disabled-background:var(--gray-2);--color-soft-control-background:var(--gray-4);--scrollbar-thumb-background-color:rgba(255, 255, 255, 0.5);--scrollbar-thumb-background-color-hover:rgba(255, 255, 255, 0.7);color-scheme:dark}.dark,.dark-theme,.light,.light-theme,:root,[data-color],[data-theme-color]{--link-color:var(--primary-9);--link-hover-color:var(--primary-10);--link-active-color:var(--primary-11);--dropdown-item-selected-color:var(--default-font-color);--dropdown-item-hover-background-color:var(--color-background-secondary);--dropdown-item-hover-font-color:var(--default-font-color);--highlight-color:var(--primary-10);--primary-color:var(--primary-9);--primary-hover:var(--primary-a90);--primary-active:var(--primary-a90);--primary-soft:var(--primary-4);--primary-soft-hover:var(--primary-5);--primary-soft-active:var(--primary-6)}.dark,.dark-theme,.light,.light-theme,:root{--error-soft:#feebe7;--error-soft-hover:#ffdcd3;--error-color:#fe3b2f;--error-hover:rgba(254, 59, 47, 0.9);--error-active:rgba(254, 59, 47, 0.9);--error-a30:rgba(254, 59, 47, 0.3);--error-a50:rgba(254, 59, 47, 0.5);--success-soft:#e9f6e9;--success-soft-hover:#daf1db;--success-color:#17c964;--success-a30:rgba(23, 201, 100, 0.3);--success-a50:rgba(23, 201, 100, 0.5);--success-hover:rgba(23, 201, 100, 0.9);--success-active:rgba(23, 201, 100, 0.9);--warning-soft:#ffefd6;--warning-soft-hover:#ffdfb5;--warning-color:#ff8200;--warning-a30:rgba(255, 130, 0, 0.3);--warning-a50:rgba(255, 130, 0, 0.5);--warning-hover:rgba(255, 130, 0, 0.9);--warning-active:rgba(255, 130, 0, 0.9);--color-contrast:white;--border-width-base:1px;--border-style-base:solid;--control-disabled-background-color:var(--gray-2);--control-disabled-border-color:var(--color-border-disabled);--control-surface-background-color:var(--color-background);--control-height-small:var(--space-8);--control-height-base:var(--space-9);--control-height-large:var(--space-10);--control-padding-y:0;--control-padding-x:var(--space-3);--control-label-color:var(--secondary-font-color);--control-label-font-weight:var(--font-weight-medium);--control-inner-gap:var(--space-1);--icon-width-base:var(--space-4);--icon-font-size:var(--font-size-base);--icon-button-width:var(--space-6);--icon-button-color:#d3d3d3;--icon-button-padding:var(--space-1);--icon-button-hover-color:#999;--icon-button-hover-background-color:#f3f5f7;--scrollbar-width:6px;--required-color:var(--error-color);--required-font-size:var(--font-size-sm);--required-font-family:'SimSun',sans-serif;--disabled-opacity:0.4;--link-decoration:none;--link-hover-decoration:underline;--zindex-badge:auto;--zindex-table-fixed:10;--zindex-affix:10;--zindex-back-top:10;--zindex-picker-panel:10;--zindex-popup-close:10;--zindex-spin:10;--zindex-modal:1000;--zindex-modal-mask:1000;--zindex-message:1010;--zindex-notice:1010;--zindex-popover:1030;--zindex-dropdown:1050;--zindex-tooltip:1060;--zindex-loading-bar:2000;--dropdown-shadow:var(--shadow-md);--popover-shadow:var(--shadow-md);--modal-shadow:var(--shadow-lg);--message-shadow:var(--shadow-lg);--notice-shadow:var(--shadow-lg);--card-shadow:var(--shadow-base);--mask-background-color:var(--color-overlay);--transition-colors:color,background-color,border-color,text-decoration-color,fill,stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);--animation-time:0.3s;--animation-time-fast:0.1s;--animation-time-short:0.2s;--animation-time-long:0.5s;--ease-base-out:cubic-bezier(0.7, 0.3, 0.1, 1);--ease-base-in:cubic-bezier(0.9, 0, 0.3, 0.7);--ease-out:cubic-bezier(0.215, 0.61, 0.355, 1);--ease-in:cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-in-out:cubic-bezier(0.645, 0.045, 0.355, 1);--ease-out-back:cubic-bezier(0.12, 0.4, 0.29, 1.46);--ease-in-back:cubic-bezier(0.71, -0.46, 0.88, 0.6);--ease-in-out-back:cubic-bezier(0.71, -0.46, 0.29, 1.46);--ease-out-circ:cubic-bezier(0.08, 0.82, 0.17, 1);--ease-in-circ:cubic-bezier(0.6, 0.04, 0.98, 0.34);--ease-in-out-circ:cubic-bezier(0.78, 0.14, 0.15, 0.86);--ease-out-quint:cubic-bezier(0.23, 1, 0.32, 1);--ease-in-quint:cubic-bezier(0.755, 0.05, 0.855, 0.06);--ease-in-out-quint:cubic-bezier(0.86, 0, 0.07, 1)}[data-color=error]{--link-color:var(--error-color);--link-hover-color:var(--error-hover);--link-active-color:var(--error-active)}[data-color=warning]{--link-color:var(--warning-color);--link-hover-color:var(--warning-hover);--link-active-color:var(--warning-active)}[data-color=success]{--link-color:var(--success-color);--link-hover-color:var(--success-hover);--link-active-color:var(--success-active)}[data-color]{--primary-shadow-3:0 0 0 1px var(--primary-a3),0 2px 3px -2px var(--primary-a3),0 3px 12px -4px var(--primary-a3),0 4px 16px -8px var(--primary-a3)}:root,[data-radius]{--dropdown-border-radius:var(--radius-md);--icon-button-radius:var(--radius-md);--modal-border-radius:var(--radius-lg);--control-radius:var(--radius-md);--control-radius-small:var(--radius-md);--control-radius-large:var(--radius-md)}[data-radius=full] .uui-time-picker-picker{--time-picker-border-radius:var(--radius-full)}.uui-time-picker-picker{--time-picker-width:auto;--time-picker-background-color:var(--color-surface);--time-picker-border-color:var(--color-border-input);--time-picker-height:var(--control-height-base);--time-picker-border-radius:var(--control-radius);--time-picker-focus-border-color:var(--primary-color)}.uui-time-picker-dropdown{--time-picker-panel-single-width:var(--space-14);--time-picker-panel-header-height:var(--space-10);--time-picker-panel-item-line-height:var(--space-6);--time-picker-panel-item-count:8;--time-picker-panel-item-selected-color:var(--primary-color);--time-picker-panel-item-selected-background-color:var(--color-background-secondary);--time-picker-panel-item-radius:var(--radius-base);--time-picker-panel-radius:var(--dropdown-border-radius)}.uui-time-picker-dropdown{z-index:var(--zindex-dropdown)}.uui-time-picker-picker{display:inline-flex;column-gap:var(--control-inner-gap);position:relative;width:var(--time-picker-width);align-items:center;border-radius:var(--time-picker-border-radius);height:var(--time-picker-height);background-color:var(--time-picker-background-color);padding:var(--control-padding-y) var(--control-padding-x);transition:border var(--animation-time) linear;border:none}.uui-time-picker-picker-open:not(.uui-time-picker-disabled){border-color:var(--time-picker-focus-border-color)}.has-error .uui-time-picker-picker,.validate-error .uui-time-picker-picker{--time-picker-border-color:var(--error-color);--time-picker-focus-border-color:var(--error-color)}.uui-time-picker-picker-variant-surface{border:1px solid var(--time-picker-border-color)}.uui-time-picker-picker-variant-soft{--time-picker-background-color:var(--color-soft-control-background)}.has-error .uui-time-picker-picker-variant-soft,.validate-error .uui-time-picker-picker-variant-soft{border:1px solid var(--error-color)}.uui-time-picker-picker-variant-underline{border-bottom:1px solid var(--time-picker-border-color);border-radius:0}.uui-time-picker-picker-variant-borderless{background-color:transparent;border:none}.uui-time-picker-picker-disabled{opacity:var(--disabled-opacity);cursor:not-allowed}.uui-time-picker-picker-disabled .uui-time-picker-picker-input,.uui-time-picker-picker-disabled .uui-time-picker-range-input{cursor:not-allowed;pointer-events:none}.uui-time-picker-picker:hover .uui-time-picker-picker-clear{display:inline-flex}.uui-time-picker-picker-clearable:hover .uui-time-picker-picker-icon{display:none}.uui-time-picker-picker-clear,.uui-time-picker-picker-icon{width:var(--icon-width-base);display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none;flex-shrink:0}.uui-time-picker-picker-clear>i,.uui-time-picker-picker-icon>i{font-size:var(--icon-font-size);color:var(--icon-button-color)}.uui-time-picker-picker-clear{cursor:pointer;justify-content:center;display:none;transform:all var(--animation-time) linear}.uui-time-picker-picker-clear>i{width:auto;height:auto;line-height:1;border-radius:var(--icon-button-radius);padding:var(--icon-button-padding);color:var(--icon-button-color);background-color:transparent}.uui-time-picker-picker-clear:hover>i{color:var(--icon-button-hover-color);background-color:var(--icon-button-hover-background-color)}.uui-time-picker-picker-label{background-color:transparent;font-size:var(--default-font-size);line-height:var(--time-picker-height);color:var(--control-label-color);font-weight:var(--control-label-font-weight);flex-shrink:0}.uui-time-picker-picker-label:where(.uui-time-picker-picker-label-colon)::after{content:':'}.uui-time-picker-picker-label-required::before{display:inline-flex;margin-right:0;color:var(--required-color);font-size:var(--default-font-size);font-family:var(--required-font-family);line-height:1;content:'*'}.uui-time-picker-picker-input{cursor:var(--cursor-button);background-color:transparent;border:none;height:var(--time-picker-height);line-height:var(--time-picker-height);flex:1 1 auto;font-size:var(--default-font-size);color:var(--default-font-color);width:100%}.uui-time-picker-picker-input:focus{outline:0}.uui-time-picker-picker-input::placeholder{color:var(--placeholder-color)}.uui-time-picker-picker-text{display:inline-flex;align-items:center;height:var(--time-picker-height);line-height:var(--time-picker-height);cursor:var(--cursor-button)}.uui-time-picker-picker-text.uui-time-picker-picker-text-placeholder{color:var(--placeholder-color)}.uui-time-picker-picker-large{height:var(--control-height-large)}.uui-time-picker-picker-small{height:var(--control-height-small)}.uui-time-picker-picker-small .uui-time-picker-picker-input,.uui-time-picker-picker-small .uui-time-picker-picker-label,.uui-time-picker-picker-small .uui-time-picker-range-picker-input{font-size:var(--font-size-xs)}.uui-time-picker-picker-rtl,[data-direction=rlt] .uui-time-picker-picker,[dir=rtl] .uui-time-picker-picker{direction:rtl}.uui-time-picker-picker-rtl .uui-time-picker-range-picker-separator,[data-direction=rlt] .uui-time-picker-picker .uui-time-picker-range-picker-separator,[dir=rtl] .uui-time-picker-picker .uui-time-picker-range-picker-separator{transform:rotateY(180deg)}.uui-time-picker-picker-rtl:has(.uui-time-picker-label),[data-direction=rlt] .uui-time-picker-picker:has(.uui-time-picker-label),[dir=rtl] .uui-time-picker-picker:has(.uui-time-picker-label){padding-right:0;padding-left:var(--control-label-padding-r)}.uui-time-picker-range-picker-selector{display:inline-flex;flex:1 1 auto;align-items:center}.uui-time-picker-range-picker-input{flex:1 1 auto;width:40%;height:calc(var(--time-picker-height) - 2px);background-color:transparent;border:0;outline:0}.uui-time-picker-range-picker-input::placeholder{color:var(--placeholder-color)}.uui-time-picker-range-picker-separator{display:inline-flex;min-width:10px;white-space:nowrap;pointer-events:none;color:var(--icon-button-color);font-size:var(--icon-font-size);padding:0 var(--space-1)}.uui-time-picker-time-panel{background-color:var(--color-background);background-clip:padding-box;border-radius:var(--dropdown-border-radius);outline:0;border:1px solid var(--color-border-split);box-shadow:var(--dropdown-shadow)}.uui-time-picker-time-panel-column-1{--time-picker-panel-single-width:var(--space-16)}.uui-time-picker-time-panel-inner{position:relative;width:100%;overflow:hidden;font-size:var(--default-font-size);color:var(--secondary-font-color);line-height:var(--time-picker-panel-item-line-height);text-align:left;list-style:none;background-clip:padding-box;outline:0;display:flex}.uui-time-picker-time-panel-select{width:var(--time-picker-panel-single-width);position:relative;font-size:var(--default-font-size);border-right:1px solid var(--color-border-split)}.uui-time-picker-time-panel-select-list{height:calc(var(--time-picker-panel-item-line-height) * var(--time-picker-panel-item-count))}.uui-time-picker-time-panel-select:first-child{margin-left:0;border-left:0}.uui-time-picker-time-panel-select:last-child{border-right:0}.uui-time-picker-time-panel-select ul{width:100%;margin:0;padding:0 var(--space-0-5);list-style:none}.uui-time-picker-time-panel-select li{width:100%;height:var(--time-picker-panel-item-line-height);margin:0;line-height:var(--time-picker-panel-item-line-height);text-align:center;list-style:none;cursor:pointer;transition:all .3s;-webkit-user-select:none;user-select:none;border-radius:var(--time-picker-panel-item-radius)}.uui-time-picker-time-panel-select li:last-child::after{display:block;height:calc(var(--time-picker-panel-item-line-height) * (var(--time-picker-panel-item-count) - 1));content:''}.uui-time-picker-time-panel-select li:hover{background:var(--dropdown-item-hover-background-color)}.uui-time-picker-time-panel-select li:focus{outline:0}li.uui-time-picker-time-panel-select-option-selected{color:var(--time-picker-panel-item-selected-color);background:var(--time-picker-panel-item-selected-background-color)}li.uui-time-picker-time-panel-select-option-disabled{opacity:var(--disabled-opacity)}li.uui-time-picker-time-panel-select-option-disabled:hover{background:0 0;cursor:not-allowed}.uui-time-picker-time-panel-rtl,[data-direction=rlt] .uui-time-picker-time-panel,[dir=rtl] .uui-time-picker-time-panel{direction:rtl}.uui-time-picker-range-panel{overflow:hidden;display:flex}.uui-time-picker-range-part{position:relative;flex:0 0 50%}.uui-time-picker-range-part-header{height:var(--time-picker-panel-header-height);line-height:var(--time-picker-panel-header-height);text-align:center;border-bottom:1px solid var(--color-border-split);white-space:nowrap}.uui-time-picker-range-left .uui-time-picker-time-panel-inner{border-right:1px solid var(--color-border-split)}.uui-time-picker-range-rtl,[data-direction=rlt] .uui-time-picker-range,[dir=rtl] .uui-time-picker-range{direction:rtl}.uui-time-picker-shortcut-container{line-height:40px;padding:0 8px;background-color:var(--color-background);border-bottom:1px solid var(--color-border-split)}.uui-time-picker-shortcut-item{display:inline-flex;align-items:center;line-height:var(--line-height-normal);border:1px solid var(--primary-color);border-radius:var(--radius-base);color:var(--primary-color);background-color:var(--primary-soft);padding:0 4px;transition:all .3s;margin-right:8px;opacity:.7}.uui-time-picker-shortcut-item:hover{opacity:1;text-decoration:none}
|
|
1
|
+
:root,[data-theme-color]{--primary-color:var(--primary-9)}.light,.light-theme,:root{--default-font-color:#222;--heading-color:#222;--secondary-font-color:#999;--placeholder-color:#d3d3d3;--color-background:white;--color-background-secondary:#f3f5f7;--color-overlay:rgba(0, 0, 0, 0.6);--color-panel-solid:white;--color-panel-translucent:rgba(255, 255, 255, 0.7);--color-surface:rgba(255, 255, 255, 0.85);--color-border-split:#f2f2f2;--color-border-input:#e0e0e0;--color-border-base:#e0e0e0;--color-disabled-font:#d3d3d3;--color-soft-control-background:#f3f5f7;--scrollbar-thumb-background-color:#d3d3d3;--scrollbar-thumb-background-color-hover:#999;color-scheme:light}.dark,.dark-theme{--default-font-color:#fff;--heading-color:#fff;--secondary-font-color:#eee;--placeholder-color:#d3d3d3;--color-background:var(--gray-2);--color-background-secondary:var(--gray-3);--color-overlay:var(--black-a8);--color-panel-solid:var(--gray-2);--color-panel-translucent:var(--gray-a2);--color-surface:rgba(0, 0, 0, 0.25);--color-border-split:var(--gray-9);--color-border-base:var(--gray-9);--color-border-input:var(--gray-9);--color-disabled-font:var(--gray-8);--color-disabled-background:var(--gray-2);--color-soft-control-background:var(--gray-4);--scrollbar-thumb-background-color:rgba(255, 255, 255, 0.5);--scrollbar-thumb-background-color-hover:rgba(255, 255, 255, 0.7);color-scheme:dark}.dark,.dark-theme,.light,.light-theme,:root{--link-color:var(--primary-9);--link-hover-color:var(--primary-10);--link-active-color:var(--primary-11);--dropdown-item-selected-color:var(--default-font-color);--dropdown-item-hover-background-color:var(--color-background-secondary);--dropdown-item-hover-font-color:var(--default-font-color);--primary-color:var(--primary-9);--primary-hover:var(--primary-a90);--primary-active:var(--primary-a90);--primary-soft:var(--primary-4);--primary-soft-hover:var(--primary-5);--primary-soft-active:var(--primary-6);--error-soft:#feebe7;--error-soft-hover:#ffdcd3;--error-color:#fe3b2f;--error-hover:rgba(254, 59, 47, 0.9);--error-active:rgba(254, 59, 47, 0.9);--error-a30:rgba(254, 59, 47, 0.3);--error-a50:rgba(254, 59, 47, 0.5);--success-soft:#e9f6e9;--success-soft-hover:#daf1db;--success-color:#17c964;--success-a30:rgba(23, 201, 100, 0.3);--success-a50:rgba(23, 201, 100, 0.5);--success-hover:rgba(23, 201, 100, 0.9);--success-active:rgba(23, 201, 100, 0.9);--warning-soft:#ffefd6;--warning-soft-hover:#ffdfb5;--warning-color:#ff8200;--warning-a30:rgba(255, 130, 0, 0.3);--warning-a50:rgba(255, 130, 0, 0.5);--warning-hover:rgba(255, 130, 0, 0.9);--warning-active:rgba(255, 130, 0, 0.9);--color-contrast:white;--border-width-base:1px;--border-style-base:solid;--control-disabled-background-color:var(--gray-2);--control-disabled-border-color:var(--color-border-disabled);--control-surface-background-color:var(--color-background);--control-height-small:var(--space-8);--control-height-base:var(--space-9);--control-height-large:var(--space-10);--control-padding-y:0;--control-padding-x:var(--space-3);--control-label-color:var(--secondary-font-color);--control-label-font-weight:var(--font-weight-medium);--control-inner-gap:var(--space-1);--icon-width-base:var(--space-4);--icon-font-size:var(--font-size-base);--icon-button-width:var(--space-6);--icon-button-color:#d3d3d3;--icon-button-padding:var(--space-1);--icon-button-hover-color:#999;--icon-button-hover-background-color:#f3f5f7;--scrollbar-width:6px;--required-color:var(--error-color);--required-font-size:var(--font-size-sm);--required-font-family:'SimSun',sans-serif;--disabled-opacity:0.4;--link-decoration:none;--link-hover-decoration:underline;--zindex-badge:auto;--zindex-table-fixed:10;--zindex-affix:10;--zindex-back-top:10;--zindex-picker-panel:10;--zindex-popup-close:10;--zindex-spin:10;--zindex-modal:1000;--zindex-modal-mask:1000;--zindex-message:1010;--zindex-notice:1010;--zindex-popover:1030;--zindex-dropdown:1050;--zindex-tooltip:1060;--zindex-loading-bar:2000;--dropdown-shadow:var(--shadow-md);--popover-shadow:var(--shadow-md);--modal-shadow:var(--shadow-lg);--message-shadow:var(--shadow-lg);--notice-shadow:var(--shadow-lg);--card-shadow:var(--shadow-base);--mask-background-color:var(--color-overlay);--transition-colors:color,background-color,border-color,text-decoration-color,fill,stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);--animation-time:0.3s;--animation-time-fast:0.1s;--animation-time-short:0.2s;--animation-time-long:0.5s;--ease-base-out:cubic-bezier(0.7, 0.3, 0.1, 1);--ease-base-in:cubic-bezier(0.9, 0, 0.3, 0.7);--ease-out:cubic-bezier(0.215, 0.61, 0.355, 1);--ease-in:cubic-bezier(0.55, 0.055, 0.675, 0.19);--ease-in-out:cubic-bezier(0.645, 0.045, 0.355, 1);--ease-out-back:cubic-bezier(0.12, 0.4, 0.29, 1.46);--ease-in-back:cubic-bezier(0.71, -0.46, 0.88, 0.6);--ease-in-out-back:cubic-bezier(0.71, -0.46, 0.29, 1.46);--ease-out-circ:cubic-bezier(0.08, 0.82, 0.17, 1);--ease-in-circ:cubic-bezier(0.6, 0.04, 0.98, 0.34);--ease-in-out-circ:cubic-bezier(0.78, 0.14, 0.15, 0.86);--ease-out-quint:cubic-bezier(0.23, 1, 0.32, 1);--ease-in-quint:cubic-bezier(0.755, 0.05, 0.855, 0.06);--ease-in-out-quint:cubic-bezier(0.86, 0, 0.07, 1)}[data-color=error]{--link-color:var(--error-color);--link-hover-color:var(--error-hover);--link-active-color:var(--error-active)}[data-color=warning]{--link-color:var(--warning-color);--link-hover-color:var(--warning-hover);--link-active-color:var(--warning-active)}[data-color=success]{--link-color:var(--success-color);--link-hover-color:var(--success-hover);--link-active-color:var(--success-active)}[data-color]{--primary-shadow-3:0 0 0 1px var(--primary-a3),0 2px 3px -2px var(--primary-a3),0 3px 12px -4px var(--primary-a3),0 4px 16px -8px var(--primary-a3)}:root,[data-radius]{--dropdown-border-radius:var(--radius-md);--icon-button-radius:var(--radius-md);--modal-border-radius:var(--radius-lg);--control-radius:var(--radius-md);--control-radius-small:var(--radius-md);--control-radius-large:var(--radius-md)}[data-radius=full] .uui-time-picker-picker{--time-picker-border-radius:var(--radius-full)}.uui-time-picker-picker{--time-picker-width:auto;--time-picker-background-color:var(--color-surface);--time-picker-border-color:var(--color-border-input);--time-picker-height:var(--control-height-base);--time-picker-border-radius:var(--control-radius);--time-picker-focus-border-color:var(--primary-color)}.uui-time-picker-dropdown{--time-picker-panel-single-width:var(--space-14);--time-picker-panel-header-height:var(--space-10);--time-picker-panel-item-line-height:var(--space-6);--time-picker-panel-item-count:8;--time-picker-panel-item-selected-color:var(--primary-color);--time-picker-panel-item-selected-background-color:var(--color-background-secondary);--time-picker-panel-item-radius:var(--radius-base);--time-picker-panel-radius:var(--dropdown-border-radius)}.uui-time-picker-dropdown{z-index:var(--zindex-dropdown)}.uui-time-picker-picker{display:inline-flex;column-gap:var(--control-inner-gap);position:relative;width:var(--time-picker-width);align-items:center;border-radius:var(--time-picker-border-radius);height:var(--time-picker-height);background-color:var(--time-picker-background-color);padding:var(--control-padding-y) var(--control-padding-x);transition:border var(--animation-time) linear;border:none}.uui-time-picker-picker-open:not(.uui-time-picker-disabled){border-color:var(--time-picker-focus-border-color)}.has-error .uui-time-picker-picker,.validate-error .uui-time-picker-picker{--time-picker-border-color:var(--error-color);--time-picker-focus-border-color:var(--error-color)}.uui-time-picker-picker-variant-surface{border:1px solid var(--time-picker-border-color)}.uui-time-picker-picker-variant-soft{--time-picker-background-color:var(--color-soft-control-background)}.has-error .uui-time-picker-picker-variant-soft,.validate-error .uui-time-picker-picker-variant-soft{border:1px solid var(--error-color)}.uui-time-picker-picker-variant-underline{border-bottom:1px solid var(--time-picker-border-color);border-radius:0}.uui-time-picker-picker-variant-borderless{background-color:transparent;border:none}.uui-time-picker-picker-disabled{opacity:var(--disabled-opacity);cursor:not-allowed}.uui-time-picker-picker-disabled .uui-time-picker-picker-input,.uui-time-picker-picker-disabled .uui-time-picker-range-input{cursor:not-allowed;pointer-events:none}.uui-time-picker-picker:hover .uui-time-picker-picker-clear{display:inline-flex}.uui-time-picker-picker-clearable:hover .uui-time-picker-picker-icon{display:none}.uui-time-picker-picker-clear,.uui-time-picker-picker-icon{width:var(--icon-width-base);display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none;flex-shrink:0}.uui-time-picker-picker-clear>i,.uui-time-picker-picker-icon>i{font-size:var(--icon-font-size);color:var(--icon-button-color)}.uui-time-picker-picker-clear{cursor:pointer;justify-content:center;display:none;transform:all var(--animation-time) linear}.uui-time-picker-picker-clear>i{width:auto;height:auto;line-height:1;border-radius:var(--icon-button-radius);padding:var(--icon-button-padding);color:var(--icon-button-color);background-color:transparent}.uui-time-picker-picker-clear:hover>i{color:var(--icon-button-hover-color);background-color:var(--icon-button-hover-background-color)}.uui-time-picker-picker-label{background-color:transparent;font-size:var(--default-font-size);line-height:var(--time-picker-height);color:var(--control-label-color);font-weight:var(--control-label-font-weight);flex-shrink:0}.uui-time-picker-picker-label:where(.uui-time-picker-picker-label-colon)::after{content:':'}.uui-time-picker-picker-label-required::before{display:inline-flex;margin-right:0;color:var(--required-color);font-size:var(--default-font-size);font-family:var(--required-font-family);line-height:1;content:'*'}.uui-time-picker-picker-input{cursor:var(--cursor-button);background-color:transparent;border:none;height:var(--time-picker-height);line-height:var(--time-picker-height);flex:1 1 auto;font-size:var(--default-font-size);color:var(--default-font-color);width:100%}.uui-time-picker-picker-input:focus{outline:0}.uui-time-picker-picker-input::placeholder{color:var(--placeholder-color)}.uui-time-picker-picker-text{display:inline-flex;align-items:center;height:var(--time-picker-height);line-height:var(--time-picker-height);cursor:var(--cursor-button)}.uui-time-picker-picker-text.uui-time-picker-picker-text-placeholder{color:var(--placeholder-color)}.uui-time-picker-picker-large{height:var(--control-height-large)}.uui-time-picker-picker-small{height:var(--control-height-small)}.uui-time-picker-picker-small .uui-time-picker-picker-input,.uui-time-picker-picker-small .uui-time-picker-picker-label,.uui-time-picker-picker-small .uui-time-picker-range-picker-input{font-size:var(--font-size-xs)}.uui-time-picker-picker-rtl,[data-direction=rlt] .uui-time-picker-picker,[dir=rtl] .uui-time-picker-picker{direction:rtl}.uui-time-picker-picker-rtl .uui-time-picker-range-picker-separator,[data-direction=rlt] .uui-time-picker-picker .uui-time-picker-range-picker-separator,[dir=rtl] .uui-time-picker-picker .uui-time-picker-range-picker-separator{transform:rotateY(180deg)}.uui-time-picker-picker-rtl:has(.uui-time-picker-label),[data-direction=rlt] .uui-time-picker-picker:has(.uui-time-picker-label),[dir=rtl] .uui-time-picker-picker:has(.uui-time-picker-label){padding-right:0;padding-left:var(--control-label-padding-r)}.uui-time-picker-range-picker-selector{display:inline-flex;flex:1 1 auto;align-items:center}.uui-time-picker-range-picker-input{flex:1 1 auto;width:40%;height:calc(var(--time-picker-height) - 2px);background-color:transparent;border:0;outline:0}.uui-time-picker-range-picker-input::placeholder{color:var(--placeholder-color)}.uui-time-picker-range-picker-separator{display:inline-flex;min-width:10px;white-space:nowrap;pointer-events:none;color:var(--icon-button-color);font-size:var(--icon-font-size);padding:0 var(--space-1)}.uui-time-picker-time-panel{background-color:var(--color-background);background-clip:padding-box;border-radius:var(--dropdown-border-radius);outline:0;border:1px solid var(--color-border-split);box-shadow:var(--dropdown-shadow)}.uui-time-picker-time-panel-column-1{--time-picker-panel-single-width:var(--space-16)}.uui-time-picker-time-panel-inner{position:relative;width:100%;overflow:hidden;font-size:var(--default-font-size);color:var(--secondary-font-color);line-height:var(--time-picker-panel-item-line-height);text-align:left;list-style:none;background-clip:padding-box;outline:0;display:flex}.uui-time-picker-time-panel-select{width:var(--time-picker-panel-single-width);position:relative;font-size:var(--default-font-size);border-right:1px solid var(--color-border-split)}.uui-time-picker-time-panel-select-list{height:calc(var(--time-picker-panel-item-line-height) * var(--time-picker-panel-item-count))}.uui-time-picker-time-panel-select:first-child{margin-left:0;border-left:0}.uui-time-picker-time-panel-select:last-child{border-right:0}.uui-time-picker-time-panel-select ul{width:100%;margin:0;padding:0 var(--space-0-5);list-style:none}.uui-time-picker-time-panel-select li{width:100%;height:var(--time-picker-panel-item-line-height);margin:0;line-height:var(--time-picker-panel-item-line-height);text-align:center;list-style:none;cursor:pointer;transition:all .3s;-webkit-user-select:none;user-select:none;border-radius:var(--time-picker-panel-item-radius)}.uui-time-picker-time-panel-select li:last-child::after{display:block;height:calc(var(--time-picker-panel-item-line-height) * (var(--time-picker-panel-item-count) - 1));content:''}.uui-time-picker-time-panel-select li:hover{background:var(--dropdown-item-hover-background-color)}.uui-time-picker-time-panel-select li:focus{outline:0}li.uui-time-picker-time-panel-select-option-selected{color:var(--time-picker-panel-item-selected-color);background:var(--time-picker-panel-item-selected-background-color)}li.uui-time-picker-time-panel-select-option-disabled{opacity:var(--disabled-opacity)}li.uui-time-picker-time-panel-select-option-disabled:hover{background:0 0;cursor:not-allowed}.uui-time-picker-time-panel-rtl,[data-direction=rlt] .uui-time-picker-time-panel,[dir=rtl] .uui-time-picker-time-panel{direction:rtl}.uui-time-picker-range-panel{overflow:hidden;display:flex}.uui-time-picker-range-part{position:relative;flex:0 0 50%}.uui-time-picker-range-part-header{height:var(--time-picker-panel-header-height);line-height:var(--time-picker-panel-header-height);text-align:center;border-bottom:1px solid var(--color-border-split);white-space:nowrap}.uui-time-picker-range-left .uui-time-picker-time-panel-inner{border-right:1px solid var(--color-border-split)}.uui-time-picker-range-rtl,[data-direction=rlt] .uui-time-picker-range,[dir=rtl] .uui-time-picker-range{direction:rtl}.uui-time-picker-shortcut-container{line-height:40px;padding:0 8px;background-color:var(--color-background);border-bottom:1px solid var(--color-border-split)}.uui-time-picker-shortcut-item{display:inline-flex;align-items:center;line-height:var(--line-height-normal);border:1px solid var(--primary-color);border-radius:var(--radius-base);color:var(--primary-color);background-color:var(--primary-soft);padding:0 4px;transition:all .3s;margin-right:8px;opacity:.7}.uui-time-picker-shortcut-item:hover{opacity:1;text-decoration:none}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-transfer{--transfer-
|
|
1
|
+
:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-transfer{--transfer-border-color:var(--color-border-base);--transfer-list-horizontal-padding:var(--space-3);--transfer-header-height:var(--space-10);--transfer-list-width:12rem;--transfer-list-radius:var(--control-radius);--transfer-list-height:16rem}.uui-transfer{box-sizing:border-box;margin:0;padding:0;color:var(--default-font-color);font-size:var(--default-font-size);font-variant:var(--default-font-variant);line-height:var(--default-line-height);list-style:none;font-feature-settings:var(--default-font-feature-settings);display:inline-flex;position:relative;align-items:stretch;column-gap:var(--space-2)}.has-error .uui-transfer,.validate-error .uui-transfer{--transfer-border-color:var(--error-color)}.uui-transfer-custom{display:flex}.uui-transfer-custom .uui-transfer-list-body-list-wrap{height:100%}.uui-transfer-list{display:flex;flex-direction:column;width:var(--transfer-list-width);border:1px solid var(--transfer-border-color);border-radius:var(--control-radius);position:relative}.uui-transfer-list-custom{flex:auto;height:auto;min-width:180px;min-height:var(--transfer-list-height)}.uui-transfer-list-custom-body{padding:0 var(--transfer-list-horizontal-padding);height:100%;overflow-y:auto}.uui-transfer-list-header{height:var(--transfer-header-height);border-radius:var(--transfer-list-radius) var(--transfer-list-radius) 0 0;background:var(--color-background-secondary);overflow:hidden;color:var(--default-font-color);padding:0 var(--transfer-list-horizontal-padding);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.uui-transfer-list-header-select{display:flex;align-items:center;column-gap:var(--space-2)}.uui-transfer-list-body{position:relative;flex:1 1 auto;overflow:hidden;display:flex;flex-direction:column;padding-bottom:var(--space-2)}.uui-transfer-list-body-search-wrap{width:100%;padding:var(--space-2) var(--transfer-list-horizontal-padding)}.uui-transfer-list-body-content{margin:0;padding:0 calc(var(--transfer-list-horizontal-padding) - var(--space-2));list-style:none}.uui-transfer-list-body-list-wrap{height:var(--transfer-list-height);overflow:auto}.uui-transfer-list-body-not-found{flex:1 1 auto;display:flex;align-items:center;color:var(--color-disabled-font);justify-content:center}.uui-transfer-list-item{display:flex;column-gap:var(--space-2);width:100%;padding:var(--space-1-5) var(--space-2);border-radius:var(--radius-base);transition:all .3s;align-items:flex-start}.uui-transfer-list-item-checkbox{display:inline-flex;align-items:center;height:var(--space-5)}.uui-transfer-list-item-content{font-size:var(--default-font-size);min-height:var(--transfer-list-item-height);display:flex;align-items:center}.uui-transfer-list-item-selected{color:var(--primary-color)}.uui-transfer-list-item-disabled{opacity:var(--disabled-opacity);cursor:not-allowed}.uui-transfer-list-item:not(.uui-transfer-list-item-disabled):hover{background-color:var(--dropdown-item-hover-background-color);cursor:pointer}.uui-transfer-list-footer{display:flex;align-items:center;justify-content:flex-end;padding:var(--space-2) var(--transfer-list-horizontal-padding);border-radius:0 0 var(--transfer-list-radius) var(--transfer-list-radius);background-color:var(--color-background-secondary)}.uui-transfer-operation{display:flex;flex-direction:column;overflow:hidden;align-self:center;row-gap:var(--space-1-5)}.uui-transfer-rtl,[data-direction=rlt] .uui-transfer,[dir=rtl] .uui-transfer{direction:rtl}.uui-transfer-rtl .uui-transfer-operation .uui-btn .uui-icon,[data-direction=rlt] .uui-transfer .uui-transfer-operation .uui-btn .uui-icon,[dir=rtl] .uui-transfer .uui-transfer-operation .uui-btn .uui-icon{transform:rotate(180deg)}
|
|
@@ -10,7 +10,12 @@
|
|
|
10
10
|
display: inline-flex;
|
|
11
11
|
position: relative;
|
|
12
12
|
align-items: stretch;
|
|
13
|
-
column-gap: var(--
|
|
13
|
+
column-gap: var(--space-2);
|
|
14
|
+
|
|
15
|
+
.has-error &,
|
|
16
|
+
.validate-error & {
|
|
17
|
+
--transfer-border-color: var(--error-color);
|
|
18
|
+
}
|
|
14
19
|
|
|
15
20
|
&-custom {
|
|
16
21
|
display: flex;
|
|
@@ -24,8 +29,8 @@
|
|
|
24
29
|
display: flex;
|
|
25
30
|
flex-direction: column;
|
|
26
31
|
width: var(--transfer-list-width);
|
|
27
|
-
border
|
|
28
|
-
|
|
32
|
+
border: 1px solid var(--transfer-border-color);
|
|
33
|
+
border-radius: var(--control-radius);
|
|
29
34
|
position: relative;
|
|
30
35
|
|
|
31
36
|
&-custom {
|
|
@@ -36,7 +41,7 @@
|
|
|
36
41
|
min-height: var(--transfer-list-height);
|
|
37
42
|
|
|
38
43
|
&-body {
|
|
39
|
-
padding: var(--transfer-
|
|
44
|
+
padding: 0 var(--transfer-list-horizontal-padding);
|
|
40
45
|
height: 100%;
|
|
41
46
|
overflow-y: auto;
|
|
42
47
|
}
|
|
@@ -45,23 +50,20 @@
|
|
|
45
50
|
&-header {
|
|
46
51
|
height: var(--transfer-header-height);
|
|
47
52
|
border-radius: var(--transfer-list-radius) var(--transfer-list-radius) 0 0;
|
|
48
|
-
background: var(--
|
|
53
|
+
background: var(--color-background-secondary);
|
|
49
54
|
overflow: hidden;
|
|
50
|
-
color: var(--
|
|
51
|
-
padding: 0 var(--transfer-
|
|
55
|
+
color: var(--default-font-color);
|
|
56
|
+
padding: 0 var(--transfer-list-horizontal-padding);
|
|
52
57
|
display: flex;
|
|
53
58
|
align-items: center;
|
|
59
|
+
justify-content: space-between;
|
|
54
60
|
flex-shrink: 0;
|
|
55
|
-
column-gap: var(--transfer-gutter);
|
|
56
|
-
|
|
57
|
-
// &-selected {
|
|
58
|
-
// padding-left: @base-padding;
|
|
59
|
-
// }
|
|
60
|
-
}
|
|
61
61
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
&-select {
|
|
63
|
+
display: flex;
|
|
64
|
+
align-items: center;
|
|
65
|
+
column-gap: var(--space-2);
|
|
66
|
+
}
|
|
65
67
|
}
|
|
66
68
|
|
|
67
69
|
&-body {
|
|
@@ -70,20 +72,21 @@
|
|
|
70
72
|
overflow: hidden;
|
|
71
73
|
display: flex;
|
|
72
74
|
flex-direction: column;
|
|
75
|
+
padding-bottom: var(--space-2);
|
|
73
76
|
|
|
74
77
|
&-search-wrap {
|
|
75
78
|
width: 100%;
|
|
76
|
-
padding: var(--
|
|
79
|
+
padding: var(--space-2) var(--transfer-list-horizontal-padding);
|
|
77
80
|
}
|
|
78
81
|
|
|
79
82
|
&-content {
|
|
80
83
|
margin: 0;
|
|
81
|
-
padding: 0 var(--transfer-list-
|
|
84
|
+
padding: 0 calc(var(--transfer-list-horizontal-padding) - var(--space-2));
|
|
82
85
|
list-style: none;
|
|
83
86
|
}
|
|
84
87
|
|
|
85
88
|
&-list-wrap {
|
|
86
|
-
height:
|
|
89
|
+
height: var(--transfer-list-height);
|
|
87
90
|
overflow: auto;
|
|
88
91
|
}
|
|
89
92
|
|
|
@@ -100,57 +103,55 @@
|
|
|
100
103
|
display: flex;
|
|
101
104
|
column-gap: var(--space-2);
|
|
102
105
|
width: 100%;
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
border-radius: var(--transfer-list-item-radius);
|
|
106
|
+
padding: var(--space-1-5) var(--space-2);
|
|
107
|
+
border-radius: var(--radius-base);
|
|
106
108
|
transition: all 0.3s;
|
|
107
109
|
align-items: flex-start;
|
|
108
110
|
|
|
109
111
|
&-checkbox {
|
|
110
|
-
height: var(--transfer-list-item-min-height);
|
|
111
112
|
display: inline-flex;
|
|
112
113
|
align-items: center;
|
|
114
|
+
height: var(--space-5);
|
|
113
115
|
}
|
|
114
116
|
|
|
115
117
|
&-content {
|
|
116
|
-
font-size: var(--
|
|
117
|
-
|
|
118
|
-
|
|
118
|
+
font-size: var(--default-font-size);
|
|
119
|
+
min-height: var(--transfer-list-item-height);
|
|
120
|
+
display: flex;
|
|
121
|
+
align-items: center;
|
|
119
122
|
}
|
|
120
123
|
}
|
|
121
124
|
|
|
122
125
|
&-item-selected {
|
|
123
|
-
color: var(--
|
|
126
|
+
color: var(--primary-color);
|
|
124
127
|
}
|
|
125
128
|
|
|
126
129
|
&-item-disabled {
|
|
127
|
-
|
|
130
|
+
opacity: var(--disabled-opacity);
|
|
128
131
|
cursor: not-allowed;
|
|
129
132
|
}
|
|
130
133
|
|
|
131
134
|
&-item:not(&-item-disabled):hover {
|
|
132
|
-
background-color: var(--
|
|
135
|
+
background-color: var(--dropdown-item-hover-background-color);
|
|
133
136
|
cursor: pointer;
|
|
134
137
|
}
|
|
135
138
|
|
|
136
139
|
&-footer {
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
+
display: flex;
|
|
141
|
+
align-items: center;
|
|
142
|
+
justify-content: flex-end;
|
|
143
|
+
padding: var(--space-2) var(--transfer-list-horizontal-padding);
|
|
140
144
|
border-radius: 0 0 var(--transfer-list-radius) var(--transfer-list-radius);
|
|
145
|
+
background-color: var(--color-background-secondary);
|
|
141
146
|
}
|
|
142
147
|
}
|
|
143
148
|
|
|
144
|
-
&[data-color] &-list {
|
|
145
|
-
border: 1px solid var(--transfer-border-color);
|
|
146
|
-
}
|
|
147
|
-
|
|
148
149
|
&-operation {
|
|
149
150
|
display: flex;
|
|
150
151
|
flex-direction: column;
|
|
151
152
|
overflow: hidden;
|
|
152
153
|
align-self: center;
|
|
153
|
-
row-gap: var(--
|
|
154
|
+
row-gap: var(--space-1-5);
|
|
154
155
|
}
|
|
155
156
|
|
|
156
157
|
[dir='rtl'] &,
|
|
@@ -158,11 +159,6 @@
|
|
|
158
159
|
&-rtl {
|
|
159
160
|
direction: rtl;
|
|
160
161
|
|
|
161
|
-
.@{css-prefix-transfer}-list-header-title {
|
|
162
|
-
left: var(--transfer-header-padding-horization);
|
|
163
|
-
right: auto;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
162
|
.@{css-prefix-transfer}-operation {
|
|
167
163
|
.@{css-prefix}-btn .@{css-prefix}-icon {
|
|
168
164
|
transform: rotate(180deg);
|
|
@@ -1,45 +1,11 @@
|
|
|
1
1
|
.@{css-prefix-transfer} {
|
|
2
|
-
--transfer-
|
|
3
|
-
--
|
|
4
|
-
|
|
5
|
-
--transfer-header-
|
|
6
|
-
--transfer-header-font-color: var(--default-font-color);
|
|
7
|
-
--transfer-header-padding-horization: var(--space-3);
|
|
8
|
-
--transfer-list-count: 8;
|
|
9
|
-
--transfer-list-item-font-size: var(--font-size-sm);
|
|
10
|
-
--transfer-list-item-min-height: 32px;
|
|
11
|
-
--transfer-list-item-padding-horization: var(--space-2);
|
|
12
|
-
--transfer-iist-item-line-height: var(--line-height-normal);
|
|
13
|
-
--transfer-list-item-content-padding-vertical: calc(
|
|
14
|
-
(var(--transfer-list-item-min-height) - var(--transfer-list-item-font-size) * var(--transfer-iist-item-line-height)) / 2
|
|
15
|
-
);
|
|
16
|
-
--transfer-list-width: 192px;
|
|
17
|
-
--transfer-list-search-padding-horization: var(--space-3);
|
|
18
|
-
--transfer-list-search-padding-vertial: var(--space-2);
|
|
19
|
-
--transfer-list-body-padding-horizontal: var(--space-1);
|
|
20
|
-
--transfer-list-box-shadow: var(--shadow-3);
|
|
21
|
-
--transfer-footer-text-align: right;
|
|
22
|
-
--transfer-custom-body-padding: 0 var(--space-3) var(--space-3) var(--space-3);
|
|
23
|
-
--transfer-footer-padding-vertical: var(--space-1);
|
|
24
|
-
--transfer-footer-padding-horizontal: var(--space-2);
|
|
25
|
-
--transfer-border-color: var(--color-border-split);
|
|
26
|
-
--transfer-list-item-selected-color: var(--primary-color);
|
|
27
|
-
--transfer-list-item-hover-color: var(--primary-a30);
|
|
28
|
-
--transfer-list-radius: var(--control-radius);
|
|
29
|
-
--transfer-list-item-radius: var(--radius-base);
|
|
30
|
-
&[data-color] {
|
|
31
|
-
--transfer-border-color: var(--primary-color);
|
|
32
|
-
--transfer-list-box-shadow: var(--primary-shadow-3);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
2
|
+
--transfer-border-color: var(--color-border-base);
|
|
3
|
+
--transfer-list-horizontal-padding: var(--space-3);
|
|
4
|
+
// header
|
|
5
|
+
--transfer-header-height: var(--space-10);
|
|
35
6
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
--transfer-
|
|
7
|
+
// list
|
|
8
|
+
--transfer-list-width: 12rem;
|
|
9
|
+
--transfer-list-radius: var(--control-radius);
|
|
10
|
+
--transfer-list-height: 16rem;
|
|
39
11
|
}
|
|
40
|
-
|
|
41
|
-
// :root,
|
|
42
|
-
// [data-radius] {
|
|
43
|
-
// --transfer-list-radius: var(--control-radius);
|
|
44
|
-
// --transfer-list-item-radius: var(--radius-base);
|
|
45
|
-
// }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-tree{--tree-node-
|
|
1
|
+
:root,[data-theme-color]{--primary-color:var(--primary-9)}.uui-tree{--tree-node-height:var(--space-6);--tree-node-gutter:var(--space-1);--tree-child-padding:var(--space-5);--tree-node-switcher-color:var(--secondary-font-color);--tree-node-content-padding:0 var(--space-1);--tree-node-selected-background-color:var(--color-background-secondary);--tree-node-selected-font-color:var(--default-font-color);--tree-node-insertion-color:var(--primary-color);--tree-node-insertion-width:1px}.uui-tree{margin:0;padding:0;position:relative}.uui-tree ol,.uui-tree ul{margin:0;padding:0;list-style:none}.uui-tree-node{margin:0;padding:0;white-space:nowrap;list-style:none;outline:0;position:relative}.uui-tree-node-wrap{display:flex;align-items:center;line-height:var(--tree-node-height);padding:var(--space-1) 0;column-gap:var(--tree-node-gutter)}.uui-tree-node-content-wrap{border-radius:var(--radius-base);color:var(--default-font-color);cursor:pointer;display:flex;margin:0;padding:var(--tree-node-content-padding);text-decoration:none;transition:all .3s;-webkit-user-select:none;user-select:none;flex:0}.uui-tree-node-content-wrap:hover{background-color:var(--dropdown-item-hover-background-color)}.uui-tree-node-content-wrap.uui-tree-node-selected{background-color:var(--tree-node-selected-background-color);color:var(--tree-node-selected-font-color)}.uui-tree-node-content-wrap[draggable=true]{cursor:move;position:relative;-khtml-user-drag:element;-webkit-user-drag:element}.uui-tree-node-content-wrap[draggable=true]::after,.uui-tree-node-content-wrap[draggable=true]::before{content:'';display:none;height:var(--tree-node-insertion-width);width:100%;position:absolute;left:0;z-index:1;background-color:var(--tree-node-insertion-color)}.uui-tree-node-content-wrap[draggable=true]::before{top:0;bottom:auto}.uui-tree-node-content-wrap[draggable=true]::after{top:auto;bottom:0}.uui-tree-node-operate-box{display:flex;flex:0;align-items:center;margin-left:auto;column-gap:var(--space-1)}.uui-tree-node-disabled .uui-tree-node-content-wrap{opacity:var(--disabled-opacity);cursor:not-allowed}.uui-tree-node-disabled .uui-tree-node-content-wrap:hover{background:0 0}.uui-tree-node.drag-over>.uui-tree-node-wrap>.uui-tree-node-content-wrap{color:var(--primary-color);background-color:var(--primary-soft)}.uui-tree-node.drag-over-gap-top>.uui-tree-node-wrap>.uui-tree-node-content-wrap::before{display:block}.uui-tree-node.drag-over-gap-bottom>.uui-tree-node-wrap>.uui-tree-node-content-wrap::after{display:block}.uui-tree-node.uui-tree-block-node{position:initial}.uui-tree-node.uui-tree-block-node .uui-tree-node-operate-box,.uui-tree-node.uui-tree-block-node .uui-tree-switcher,.uui-tree-node.uui-tree-block-node>label{z-index:1}.uui-tree-node.uui-tree-block-node .uui-tree-node-content-wrap{flex:1 1 auto;z-index:1}.uui-tree-node.uui-tree-block-node .uui-tree-node-content-wrap:hover{background:0 0}.uui-tree-node.uui-tree-block-node .uui-tree-node-wrap::before{position:absolute;right:0;left:0;height:var(--tree-node-height);transition:all .3s;content:''}.uui-tree-node.uui-tree-block-node .uui-tree-node-wrap:hover{background:0 0}.uui-tree-node.uui-tree-block-node .uui-tree-node-wrap:hover::before{background:var(--dropdown-item-hover-background-color)}.uui-tree-node.uui-tree-block-node.uui-tree-node-selected>.uui-tree-node-wrap::before{background:var(--tree-node-selected-background-color)}.uui-tree-switcher{border:0 none;cursor:pointer;display:flex;width:var(--icon-font-size);align-items:center;justify-content:center;margin:0;color:var(--tree-node-switcher-color);outline:0;flex-shrink:0;transition:transform .3s}.uui-tree-switcher-open{transform:rotate(90deg)}.uui-tree .uui-tree-child-tree{padding-left:var(--tree-child-padding)}.uui-tree.uui-tree-show-line li{position:relative}.uui-tree.uui-tree-show-line li:not(:last-child)::before{background-color:var(--color-border-base);content:' ';height:calc(100% - var(--tree-node-height) - var(--space-2));left:var(--space-2);width:1px;top:calc(var(--tree-node-height) + var(--space-2));position:absolute}
|
|
@@ -27,24 +27,24 @@
|
|
|
27
27
|
display: flex;
|
|
28
28
|
align-items: center;
|
|
29
29
|
line-height: var(--tree-node-height);
|
|
30
|
-
padding: var(--
|
|
30
|
+
padding: var(--space-1) 0;
|
|
31
31
|
column-gap: var(--tree-node-gutter);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
&-content-wrap {
|
|
35
|
-
border-radius: var(--
|
|
36
|
-
color: var(--
|
|
35
|
+
border-radius: var(--radius-base);
|
|
36
|
+
color: var(--default-font-color);
|
|
37
37
|
cursor: pointer;
|
|
38
38
|
display: flex;
|
|
39
39
|
margin: 0;
|
|
40
|
-
padding:
|
|
40
|
+
padding: var(--tree-node-content-padding);
|
|
41
41
|
text-decoration: none;
|
|
42
42
|
transition: all 0.3s;
|
|
43
|
-
user-select:
|
|
43
|
+
user-select: none;
|
|
44
44
|
flex: 0;
|
|
45
45
|
|
|
46
46
|
&:hover {
|
|
47
|
-
background-color: var(--
|
|
47
|
+
background-color: var(--dropdown-item-hover-background-color);
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
&.@{tree-prefix-cls}-node-selected {
|
|
@@ -89,11 +89,12 @@
|
|
|
89
89
|
flex: 0;
|
|
90
90
|
align-items: center;
|
|
91
91
|
margin-left: auto;
|
|
92
|
+
column-gap: var(--space-1);
|
|
92
93
|
}
|
|
93
94
|
|
|
94
95
|
&-disabled {
|
|
95
96
|
.@{tree-prefix-cls}-node-content-wrap {
|
|
96
|
-
|
|
97
|
+
opacity: var(--disabled-opacity);
|
|
97
98
|
cursor: not-allowed;
|
|
98
99
|
}
|
|
99
100
|
|
|
@@ -102,20 +103,11 @@
|
|
|
102
103
|
}
|
|
103
104
|
}
|
|
104
105
|
|
|
105
|
-
&-checkStrictly {
|
|
106
|
-
> .uui-tree-node-wrap {
|
|
107
|
-
.@{tree-prefix-cls}-node-content-wrap {
|
|
108
|
-
color: var(--tree-node-font-color);
|
|
109
|
-
cursor: pointer;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
106
|
&.drag-over {
|
|
115
107
|
> .@{tree-prefix-cls}-node-wrap {
|
|
116
108
|
> .@{tree-prefix-cls}-node-content-wrap {
|
|
117
|
-
color: var(--
|
|
118
|
-
background-color: var(--
|
|
109
|
+
color: var(--primary-color);
|
|
110
|
+
background-color: var(--primary-soft);
|
|
119
111
|
}
|
|
120
112
|
}
|
|
121
113
|
}
|
|
@@ -168,7 +160,7 @@
|
|
|
168
160
|
background: transparent;
|
|
169
161
|
|
|
170
162
|
&::before {
|
|
171
|
-
background: var(--
|
|
163
|
+
background: var(--dropdown-item-hover-background-color);
|
|
172
164
|
}
|
|
173
165
|
}
|
|
174
166
|
}
|
|
@@ -187,9 +179,7 @@
|
|
|
187
179
|
border: 0 none;
|
|
188
180
|
cursor: pointer;
|
|
189
181
|
display: flex;
|
|
190
|
-
|
|
191
|
-
width: var(--tree-node-switcher-width);
|
|
192
|
-
line-height: var(--tree-node-height);
|
|
182
|
+
width: var(--icon-font-size);
|
|
193
183
|
align-items: center;
|
|
194
184
|
justify-content: center;
|
|
195
185
|
margin: 0;
|
|
@@ -213,12 +203,12 @@
|
|
|
213
203
|
|
|
214
204
|
&:not(:last-child) {
|
|
215
205
|
&::before {
|
|
216
|
-
background-color: var(--
|
|
206
|
+
background-color: var(--color-border-base);
|
|
217
207
|
content: ' ';
|
|
218
|
-
height: calc(100% - var(--tree-node-height) - var(--
|
|
219
|
-
left:
|
|
220
|
-
width:
|
|
221
|
-
top: calc(var(--tree-node-height) + var(--
|
|
208
|
+
height: calc(100% - var(--tree-node-height) - var(--space-2));
|
|
209
|
+
left: var(--space-2);
|
|
210
|
+
width: 1px;
|
|
211
|
+
top: calc(var(--tree-node-height) + var(--space-2));
|
|
222
212
|
position: absolute;
|
|
223
213
|
}
|
|
224
214
|
}
|