@das-fed/upf-ui 6.4.0-dev.248 → 6.4.0-dev.249
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/package.json +3 -3
- package/packages/components/button/style.css +1 -1
- package/packages/components/button/style.css.gz +0 -0
- package/packages/components/checkbox/index.js +1 -1
- package/packages/components/checkbox/index.js.gz +0 -0
- package/packages/components/checkbox/style.css +1 -1
- package/packages/components/checkbox/style.css.gz +0 -0
- package/packages/components/icon/style.css +1 -1
- package/packages/components/radio/style.css +1 -1
- package/packages/components/radio/style.css.gz +0 -0
- package/packages/components/select/index.d.ts +12 -0
- package/packages/components/select/index.js +519 -425
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/src/Select.vue.d.ts +4 -0
- package/packages/components/select/src/type.d.ts +8 -0
- package/packages/components/select/style.css +1 -1
- package/packages/components/select/style.css.gz +0 -0
- package/packages/components/tag/index.d.ts +3 -3
- package/packages/components/tag/src/Index.vue.d.ts +1 -1
- package/packages/components/tooltip/index.d.ts +9 -9
- package/packages/components/tooltip/src/index.vue.d.ts +1 -1
- package/packages/components/tree-select/src/App.vue.d.ts +26 -2
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +26 -2
- package/packages/components/tree-v2/style.css +1 -1
- package/packages/components/tree-v2/style.css.gz +0 -0
- package/presets/theme-cjb.css +14 -11
- package/presets/theme-default.css +14 -11
- package/presets/theme-dkh.css +14 -11
- package/presets/theme-ssl.css +24 -21
- package/theme-default.css +14 -11
|
Binary file
|
|
@@ -48,6 +48,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
48
48
|
maxTagsLength: number;
|
|
49
49
|
isExterControlCount: boolean;
|
|
50
50
|
showSelectAll: boolean;
|
|
51
|
+
optionPaging: boolean;
|
|
52
|
+
optionPageSize: number;
|
|
53
|
+
optionPagingDebug: boolean;
|
|
54
|
+
largeSelectionCollapseThreshold: number;
|
|
51
55
|
}, {}, {
|
|
52
56
|
VNodes: (_: any, { attrs }: Omit<{
|
|
53
57
|
attrs: {
|
|
@@ -70,6 +70,14 @@ export interface Props {
|
|
|
70
70
|
inputAttrs?: any
|
|
71
71
|
|
|
72
72
|
showSelectAll?: boolean
|
|
73
|
+
|
|
74
|
+
optionPaging?: boolean
|
|
75
|
+
|
|
76
|
+
optionPageSize?: number
|
|
77
|
+
|
|
78
|
+
optionPagingDebug?: boolean
|
|
79
|
+
|
|
80
|
+
largeSelectionCollapseThreshold?: number
|
|
73
81
|
}
|
|
74
82
|
|
|
75
83
|
export interface Emits {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-ui-select[data-v-ed8bd659]{--upf-select-text-color: var(--upf-text-primary);--upf-select-placeholder-color: var(--upf-text-placeholder);--upf-select-border-color: var(--upf-border-color, #d9d9d9);--upf-select-underline-color: var(--upf-text-disabled);--upf-select-active-border-color: var(--upf-form-active-border-color, var(--upf-color-primary));--upf-select-primary-color: var(--upf-color-primary);--upf-select-error-color: var(--upf-color-error);--upf-select-disabled-text-color: var(--upf-text-disabled);--upf-select-disabled-border-color: var(--upf-border-color, #d9d9d9);--upf-select-disabled-bg-color: var(--upf-bg-secondary);--upf-select-option-active-bg: var(--upf-menu-hover-bg);--upf-select-help-color: var(--upf-text-secondary);--upf-select-overlay-error-color: var(--upf-color-error);--upf-select-height-sm: 24px;--upf-select-height-md: 32px;--upf-select-height-lg: 36px;--upf-select-max-height-sm: 66px;--upf-select-max-height-md: 82px;--upf-select-max-height-lg: 85px;--upf-select-tag-font-size-sm: 14px;--upf-select-tag-font-size-md: 14px;--upf-select-tag-font-size-lg: 15px;display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-ed8bd659]{position:absolute;top:100%;left:0;width:var(--v8a55b21e)}.das-ui-select.show-ellipsis[data-v-ed8bd659] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-ed8bd659] .ant-select-selection-overflow-item.ellipsis .ant-tag span:nth-of-type(1){width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.das-ui-select[data-v-ed8bd659] .ant-select{width:100%;height:var(--f3fe8548)}.das-ui-select[data-v-ed8bd659] .ant-select .das-select-error-label-content{width:var(--v8a55b21e);font-size:12px}.das-ui-select[data-v-ed8bd659] .ant-select .das-select-error-label-content .label{display:block;color:var(--upf-select-overlay-error-color);white-space:break-spaces}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-arrow{color:var(--upf-text-secondary);width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-ed8bd659] .ant-select:hover .ant-select-arrow{color:var(--upf-select-primary-color)}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-clear{color:var(--upf-text-placeholder);width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:auto}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-clear:hover{color:var(--upf-text-secondary)}.das-ui-select[data-v-ed8bd659] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-md)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-sm)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-lg)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-selection-item{color:var(--upf-select-text-color)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--upf-select-height-md)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0px;-webkit-margin-start:0px;height:calc(var(--upf-select-height-md) - 2px);line-height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-tag{color:var(--upf-select-text-color);height:calc(var(--upf-select-height-md) - 4px);line-height:calc(var(--upf-select-height-md) - 5px);font-size:var(--upf-select-tag-font-size-md);margin-bottom:0;margin-right:0}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selection-item{height:calc(var(--upf-select-height-md) - 4px);font-size:var(--upf-select-tag-font-size-md);margin-top:0;margin-bottom:0;border:none;background-color:transparent;-webkit-margin-end:0px;margin-inline-end:0px;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--upf-select-max-height-md)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--upf-select-height-sm)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:calc(var(--upf-select-height-sm) - 2px);line-height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-sm .ant-tag{height:calc(var(--upf-select-height-sm) - 4px);line-height:calc(var(--upf-select-height-sm) - 5px);font-size:var(--upf-select-tag-font-size-sm)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:calc(var(--upf-select-height-sm) - 2px);line-height:calc(var(--upf-select-height-sm) - 2px);font-size:var(--upf-select-tag-font-size-sm)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-overflow{max-height:var(--upf-select-max-height-sm)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--upf-select-height-lg)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:calc(var(--upf-select-height-lg) - 2px);line-height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-lg .ant-tag{height:calc(var(--upf-select-height-lg) - 8px);line-height:calc(var(--upf-select-height-lg) - 8px);font-size:var(--upf-select-tag-font-size-lg)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:calc(var(--upf-select-height-lg) - 7px);line-height:calc(var(--upf-select-height-lg) - 7px);font-size:var(--upf-select-tag-font-size-lg)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow{max-height:var(--upf-select-max-height-lg)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-ed8bd659] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-ed8bd659] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-ed8bd659] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-arrow,.das-ui-select[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-tag{color:var(--upf-select-disabled-text-color)}.das-ui-select[data-v-ed8bd659] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-ed8bd659] .ant-select .ant-select-selector{border-radius:0;border-color:transparent!important;border-bottom-color:var(--upf-select-underline-color)!important;background-color:transparent!important;padding:0!important}.das-ui-select.underline[data-v-ed8bd659] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-ed8bd659] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--upf-select-active-border-color)!important}.das-ui-select.underline[data-v-ed8bd659] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-ed8bd659] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-ed8bd659] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-ed8bd659] .ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-error-color)!important}.das-ui-select.underline[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.bordered[data-v-ed8bd659] .ant-select .ant-select-selector{border-color:var(--upf-select-border-color)!important}.das-ui-select.bordered[data-v-ed8bd659] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-ed8bd659] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--upf-select-active-border-color)!important}.das-ui-select.bordered[data-v-ed8bd659] .ant-select .ant-select-selector .ant-select-selection-search{-webkit-user-select:text;user-select:text;cursor:text;left:8px}.das-ui-select.bordered[data-v-ed8bd659] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-ed8bd659] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px;-webkit-user-select:text;user-select:text}.das-ui-select.bordered[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-ed8bd659] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-ed8bd659] .ant-select .ant-select-selector:hover{border-color:var(--upf-select-error-color)!important}.das-ui-select.bordered[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.none[data-v-ed8bd659] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-ed8bd659] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector input{cursor:text;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--upf-select-text-color);cursor:default}.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:var(--upf-select-text-color);border-color:transparent}.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-ed8bd659] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-ed8bd659] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-ed8bd659]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-ed8bd659]{display:block;color:var(--upf-select-error-color)}.das-ui-select-dorpdown .hasNoData{padding:2px 0 6px;color:var(--upf-text-primary);font-size:12px}.das-ui-select-dorpdown .das-select-checkbox.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{padding:0!important}.das-ui-select-dorpdown .das-multiple-option-item{display:flex}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--upf-color-primary-bg);font-weight:400;color:var(--upf-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--upf-text-primary)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--upf-border-color)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--upf-text-secondary)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--upf-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-state{display:none}.das-ui-select-dorpdown .das-ui-checkbox{display:inline-block;margin-right:5px}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-show{right:4px!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb{width:8px!important;left:1px!important;background:#b2b2b2!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb:hover{width:10px!important;left:0!important;background:#999!important}.das-ui-select-dorpdown .customDropdown{display:flex;align-items:center;padding:6px 12px 2px;cursor:pointer;border-top:1px solid var(--upf-border-color)}.das-ui-select-dorpdown .customDropdown .el-input{height:28px}.das-ui-select-dorpdown .customDropdown .addBtn{margin-left:12px;cursor:pointer;flex-shrink:0;font-family:Microsoft YaHei;font-size:12px;font-weight:400;height:28px;line-height:28px;text-align:center;letter-spacing:0px;color:var(--upf-text-primary)}
|
|
1
|
+
.das-ui-select[data-v-93b3fa17]{--upf-select-text-color: var(--upf-text-primary);--upf-select-placeholder-color: var(--upf-text-placeholder);--upf-select-border-color: var(--upf-border-color, #d9d9d9);--upf-select-underline-color: var(--upf-text-disabled);--upf-select-active-border-color: var(--upf-form-active-border-color, var(--upf-color-primary));--upf-select-primary-color: var(--upf-color-primary);--upf-select-error-color: var(--upf-color-error);--upf-select-disabled-text-color: var(--upf-text-disabled);--upf-select-disabled-border-color: var(--upf-border-color, #d9d9d9);--upf-select-disabled-bg-color: var(--upf-bg-secondary);--upf-select-option-active-bg: var(--upf-menu-hover-bg);--upf-select-help-color: var(--upf-text-secondary);--upf-select-overlay-error-color: var(--upf-color-error);--upf-select-height-sm: 24px;--upf-select-height-md: 32px;--upf-select-height-lg: 36px;--upf-select-max-height-sm: 66px;--upf-select-max-height-md: 82px;--upf-select-max-height-lg: 85px;--upf-select-tag-font-size-sm: 14px;--upf-select-tag-font-size-md: 14px;--upf-select-tag-font-size-lg: 15px;display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-93b3fa17]{position:absolute;top:100%;left:0;width:var(--c89c8c78)}.das-ui-select.show-ellipsis[data-v-93b3fa17] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-93b3fa17] .ant-select-selection-overflow-item.ellipsis .ant-tag span:nth-of-type(1){width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.das-ui-select[data-v-93b3fa17] .ant-select{width:100%;height:var(--v7e92f62e)}.das-ui-select[data-v-93b3fa17] .ant-select .das-select-error-label-content{width:var(--c89c8c78);font-size:12px}.das-ui-select[data-v-93b3fa17] .ant-select .das-select-error-label-content .label{display:block;color:var(--upf-select-overlay-error-color);white-space:break-spaces}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-arrow{color:var(--upf-text-secondary);width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-93b3fa17] .ant-select:hover .ant-select-arrow{color:var(--upf-select-primary-color)}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-clear{color:var(--upf-text-placeholder);width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:auto}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-clear:hover{color:var(--upf-text-secondary)}.das-ui-select[data-v-93b3fa17] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-md)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-sm)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-lg)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-selection-item{color:var(--upf-select-text-color)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--upf-select-height-md)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0px;-webkit-margin-start:0px;height:calc(var(--upf-select-height-md) - 2px);line-height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-tag{color:var(--upf-select-text-color);height:calc(var(--upf-select-height-md) - 4px);line-height:calc(var(--upf-select-height-md) - 5px);font-size:var(--upf-select-tag-font-size-md);margin-bottom:0;margin-right:0}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selection-item{height:calc(var(--upf-select-height-md) - 4px);font-size:var(--upf-select-tag-font-size-md);margin-top:0;margin-bottom:0;border:none;background-color:transparent;-webkit-margin-end:0px;margin-inline-end:0px;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--upf-select-max-height-md)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--upf-select-height-sm)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:calc(var(--upf-select-height-sm) - 2px);line-height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-sm .ant-tag{height:calc(var(--upf-select-height-sm) - 4px);line-height:calc(var(--upf-select-height-sm) - 5px);font-size:var(--upf-select-tag-font-size-sm)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:calc(var(--upf-select-height-sm) - 2px);line-height:calc(var(--upf-select-height-sm) - 2px);font-size:var(--upf-select-tag-font-size-sm)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-overflow{max-height:var(--upf-select-max-height-sm)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--upf-select-height-lg)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:calc(var(--upf-select-height-lg) - 2px);line-height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-lg .ant-tag{height:calc(var(--upf-select-height-lg) - 8px);line-height:calc(var(--upf-select-height-lg) - 8px);font-size:var(--upf-select-tag-font-size-lg)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:calc(var(--upf-select-height-lg) - 7px);line-height:calc(var(--upf-select-height-lg) - 7px);font-size:var(--upf-select-tag-font-size-lg)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow{max-height:var(--upf-select-max-height-lg)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-93b3fa17] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-93b3fa17] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-93b3fa17] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-arrow,.das-ui-select[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-tag{color:var(--upf-select-disabled-text-color)}.das-ui-select[data-v-93b3fa17] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-93b3fa17] .ant-select .ant-select-selector{border-radius:0;border-color:transparent!important;border-bottom-color:var(--upf-select-underline-color)!important;background-color:transparent!important;padding:0!important}.das-ui-select.underline[data-v-93b3fa17] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-93b3fa17] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--upf-select-active-border-color)!important}.das-ui-select.underline[data-v-93b3fa17] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-93b3fa17] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-93b3fa17] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-93b3fa17] .ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-error-color)!important}.das-ui-select.underline[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.bordered[data-v-93b3fa17] .ant-select .ant-select-selector{border-color:var(--upf-select-border-color)!important}.das-ui-select.bordered[data-v-93b3fa17] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-93b3fa17] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--upf-select-active-border-color)!important}.das-ui-select.bordered[data-v-93b3fa17] .ant-select .ant-select-selector .ant-select-selection-search{-webkit-user-select:text;user-select:text;cursor:text;left:8px}.das-ui-select.bordered[data-v-93b3fa17] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-93b3fa17] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px;-webkit-user-select:text;user-select:text}.das-ui-select.bordered[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-93b3fa17] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-93b3fa17] .ant-select .ant-select-selector:hover{border-color:var(--upf-select-error-color)!important}.das-ui-select.bordered[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.none[data-v-93b3fa17] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-93b3fa17] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector input{cursor:text;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--upf-select-text-color);cursor:default}.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:var(--upf-select-text-color);border-color:transparent}.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-93b3fa17] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-93b3fa17] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-93b3fa17]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-93b3fa17]{display:block;color:var(--upf-select-error-color)}.das-ui-select-dorpdown .hasNoData{padding:2px 0 6px;color:var(--upf-text-primary);font-size:12px}.das-ui-select-dorpdown .das-select-checkbox.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{padding:0!important}.das-ui-select-dorpdown .das-multiple-option-item{display:flex}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--upf-color-primary-bg);font-weight:400;color:var(--upf-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--upf-text-primary)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--upf-border-color)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--upf-text-secondary)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--upf-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-state{display:none}.das-ui-select-dorpdown .das-ui-checkbox{display:inline-block;margin-right:5px}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-show{right:4px!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb{width:8px!important;left:1px!important;background:#b2b2b2!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb:hover{width:10px!important;left:0!important;background:#999!important}.das-ui-select-dorpdown .customDropdown{display:flex;align-items:center;padding:6px 12px 2px;cursor:pointer;border-top:1px solid var(--upf-border-color)}.das-ui-select-dorpdown .customDropdown .el-input{height:28px}.das-ui-select-dorpdown .customDropdown .addBtn{margin-left:12px;cursor:pointer;flex-shrink:0;font-family:Microsoft YaHei;font-size:12px;font-weight:400;height:28px;line-height:28px;text-align:center;letter-spacing:0px;color:var(--upf-text-primary)}
|
|
Binary file
|
|
@@ -5,8 +5,8 @@ declare const DasTag: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
|
5
5
|
type: "success" | "info" | "warning" | "danger" | "process" | "temporary" | "";
|
|
6
6
|
width: string;
|
|
7
7
|
maxWidth: string;
|
|
8
|
-
round: boolean;
|
|
9
8
|
effect: "dark" | "light" | "plain" | "text" | "list";
|
|
9
|
+
round: boolean;
|
|
10
10
|
toolTip: boolean;
|
|
11
11
|
toolTipLabel: string;
|
|
12
12
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -22,8 +22,8 @@ declare const DasTag: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
|
22
22
|
type: "success" | "info" | "warning" | "danger" | "process" | "temporary" | "";
|
|
23
23
|
width: string;
|
|
24
24
|
maxWidth: string;
|
|
25
|
-
round: boolean;
|
|
26
25
|
effect: "dark" | "light" | "plain" | "text" | "list";
|
|
26
|
+
round: boolean;
|
|
27
27
|
toolTip: boolean;
|
|
28
28
|
toolTipLabel: string;
|
|
29
29
|
}>;
|
|
@@ -36,8 +36,8 @@ declare const DasTag: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
|
36
36
|
type: "success" | "info" | "warning" | "danger" | "process" | "temporary" | "";
|
|
37
37
|
width: string;
|
|
38
38
|
maxWidth: string;
|
|
39
|
-
round: boolean;
|
|
40
39
|
effect: "dark" | "light" | "plain" | "text" | "list";
|
|
40
|
+
round: boolean;
|
|
41
41
|
toolTip: boolean;
|
|
42
42
|
toolTipLabel: string;
|
|
43
43
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -7,8 +7,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
7
7
|
type: "success" | "info" | "warning" | "danger" | "process" | "temporary" | "";
|
|
8
8
|
width: string;
|
|
9
9
|
maxWidth: string;
|
|
10
|
-
round: boolean;
|
|
11
10
|
effect: "dark" | "light" | "plain" | "text" | "list";
|
|
11
|
+
round: boolean;
|
|
12
12
|
toolTip: boolean;
|
|
13
13
|
toolTipLabel: string;
|
|
14
14
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
@@ -43,9 +43,9 @@ declare const DasTooltipRef: () => import("vue").Ref<({
|
|
|
43
43
|
disabled: boolean;
|
|
44
44
|
row: number | string;
|
|
45
45
|
content: string;
|
|
46
|
+
effect: "dark" | "light";
|
|
46
47
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
47
48
|
selfPopperClass: string;
|
|
48
|
-
effect: "dark" | "light";
|
|
49
49
|
customClass: string;
|
|
50
50
|
textWidth: string;
|
|
51
51
|
textHtml: boolean;
|
|
@@ -75,9 +75,9 @@ declare const DasTooltipRef: () => import("vue").Ref<({
|
|
|
75
75
|
disabled: boolean;
|
|
76
76
|
row: number | string;
|
|
77
77
|
content: string;
|
|
78
|
+
effect: "dark" | "light";
|
|
78
79
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
79
80
|
selfPopperClass: string;
|
|
80
|
-
effect: "dark" | "light";
|
|
81
81
|
customClass: string;
|
|
82
82
|
textWidth: string;
|
|
83
83
|
textHtml: boolean;
|
|
@@ -85,7 +85,7 @@ declare const DasTooltipRef: () => import("vue").Ref<({
|
|
|
85
85
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
86
86
|
onHide?: ((event?: Event | undefined) => any) | undefined;
|
|
87
87
|
onShow?: ((event?: Event | undefined) => any) | undefined;
|
|
88
|
-
}>, "$tooltipRef" | ("text" | "disabled" | "row" | "content" | "
|
|
88
|
+
}>, "$tooltipRef" | ("text" | "disabled" | "row" | "content" | "effect" | "placement" | "selfPopperClass" | "customClass" | "textWidth" | "textHtml" | "isMaxheight")> & import("vue").ShallowUnwrapRef<{
|
|
89
89
|
$tooltipRef: import("vue").Ref<any, any>;
|
|
90
90
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
91
91
|
$slots: {
|
|
@@ -138,9 +138,9 @@ declare const DasTooltipRef: () => import("vue").Ref<({
|
|
|
138
138
|
disabled: boolean;
|
|
139
139
|
row: number | string;
|
|
140
140
|
content: string;
|
|
141
|
+
effect: "dark" | "light";
|
|
141
142
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
142
143
|
selfPopperClass: string;
|
|
143
|
-
effect: "dark" | "light";
|
|
144
144
|
customClass: string;
|
|
145
145
|
textWidth: string;
|
|
146
146
|
textHtml: boolean;
|
|
@@ -170,9 +170,9 @@ declare const DasTooltipRef: () => import("vue").Ref<({
|
|
|
170
170
|
disabled: boolean;
|
|
171
171
|
row: number | string;
|
|
172
172
|
content: string;
|
|
173
|
+
effect: "dark" | "light";
|
|
173
174
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
174
175
|
selfPopperClass: string;
|
|
175
|
-
effect: "dark" | "light";
|
|
176
176
|
customClass: string;
|
|
177
177
|
textWidth: string;
|
|
178
178
|
textHtml: boolean;
|
|
@@ -180,7 +180,7 @@ declare const DasTooltipRef: () => import("vue").Ref<({
|
|
|
180
180
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
181
181
|
onHide?: ((event?: Event | undefined) => any) | undefined;
|
|
182
182
|
onShow?: ((event?: Event | undefined) => any) | undefined;
|
|
183
|
-
}>, "$tooltipRef" | ("text" | "disabled" | "row" | "content" | "
|
|
183
|
+
}>, "$tooltipRef" | ("text" | "disabled" | "row" | "content" | "effect" | "placement" | "selfPopperClass" | "customClass" | "textWidth" | "textHtml" | "isMaxheight")> & import("vue").ShallowUnwrapRef<{
|
|
184
184
|
$tooltipRef: import("vue").Ref<any, any>;
|
|
185
185
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
186
186
|
$slots: {
|
|
@@ -203,9 +203,9 @@ declare const DasTooltip: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
|
203
203
|
disabled: boolean;
|
|
204
204
|
row: number | string;
|
|
205
205
|
content: string;
|
|
206
|
+
effect: "dark" | "light";
|
|
206
207
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
207
208
|
selfPopperClass: string;
|
|
208
|
-
effect: "dark" | "light";
|
|
209
209
|
customClass: string;
|
|
210
210
|
textWidth: string;
|
|
211
211
|
textHtml: boolean;
|
|
@@ -227,9 +227,9 @@ declare const DasTooltip: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
|
227
227
|
disabled: boolean;
|
|
228
228
|
row: number | string;
|
|
229
229
|
content: string;
|
|
230
|
+
effect: "dark" | "light";
|
|
230
231
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
231
232
|
selfPopperClass: string;
|
|
232
|
-
effect: "dark" | "light";
|
|
233
233
|
customClass: string;
|
|
234
234
|
textWidth: string;
|
|
235
235
|
textHtml: boolean;
|
|
@@ -251,9 +251,9 @@ declare const DasTooltip: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
|
251
251
|
disabled: boolean;
|
|
252
252
|
row: number | string;
|
|
253
253
|
content: string;
|
|
254
|
+
effect: "dark" | "light";
|
|
254
255
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
255
256
|
selfPopperClass: string;
|
|
256
|
-
effect: "dark" | "light";
|
|
257
257
|
customClass: string;
|
|
258
258
|
textWidth: string;
|
|
259
259
|
textHtml: boolean;
|
|
@@ -19,9 +19,9 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
19
19
|
disabled: boolean;
|
|
20
20
|
row: number | string;
|
|
21
21
|
content: string;
|
|
22
|
+
effect: "dark" | "light";
|
|
22
23
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
23
24
|
selfPopperClass: string;
|
|
24
|
-
effect: "dark" | "light";
|
|
25
25
|
customClass: string;
|
|
26
26
|
textWidth: string;
|
|
27
27
|
textHtml: boolean;
|
|
@@ -40,6 +40,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
40
40
|
readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
|
|
41
41
|
readonly inputAttrs?: any;
|
|
42
42
|
readonly showSelectAll?: boolean | undefined;
|
|
43
|
+
readonly optionPaging?: boolean | undefined;
|
|
44
|
+
readonly optionPageSize?: number | undefined;
|
|
45
|
+
readonly optionPagingDebug?: boolean | undefined;
|
|
46
|
+
readonly largeSelectionCollapseThreshold?: number | undefined;
|
|
43
47
|
readonly onBlur?: ((val: any) => any) | undefined;
|
|
44
48
|
readonly onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
45
49
|
readonly onFocus?: ((val: any) => any) | undefined;
|
|
@@ -108,6 +112,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
108
112
|
maxTagsLength: number;
|
|
109
113
|
isExterControlCount: boolean;
|
|
110
114
|
showSelectAll: boolean;
|
|
115
|
+
optionPaging: boolean;
|
|
116
|
+
optionPageSize: number;
|
|
117
|
+
optionPagingDebug: boolean;
|
|
118
|
+
largeSelectionCollapseThreshold: number;
|
|
111
119
|
}, {}, string, {}, {
|
|
112
120
|
VNodes: (_: any, { attrs }: Omit<{
|
|
113
121
|
attrs: {
|
|
@@ -169,6 +177,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
169
177
|
maxTagsLength: number;
|
|
170
178
|
isExterControlCount: boolean;
|
|
171
179
|
showSelectAll: boolean;
|
|
180
|
+
optionPaging: boolean;
|
|
181
|
+
optionPageSize: number;
|
|
182
|
+
optionPagingDebug: boolean;
|
|
183
|
+
largeSelectionCollapseThreshold: number;
|
|
172
184
|
}> & Omit<Readonly<import("../../select/src/type").Props> & Readonly<{
|
|
173
185
|
onBlur?: ((val: any) => any) | undefined;
|
|
174
186
|
onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
@@ -176,7 +188,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
176
188
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
177
189
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
178
190
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
179
|
-
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll")> & import("vue").ShallowUnwrapRef<{
|
|
191
|
+
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll" | "optionPaging" | "optionPageSize" | "optionPagingDebug" | "largeSelectionCollapseThreshold")> & import("vue").ShallowUnwrapRef<{
|
|
180
192
|
$select: import("vue").Ref<any, any>;
|
|
181
193
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
182
194
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -243,6 +255,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
243
255
|
readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
|
|
244
256
|
readonly inputAttrs?: any;
|
|
245
257
|
readonly showSelectAll?: boolean | undefined;
|
|
258
|
+
readonly optionPaging?: boolean | undefined;
|
|
259
|
+
readonly optionPageSize?: number | undefined;
|
|
260
|
+
readonly optionPagingDebug?: boolean | undefined;
|
|
261
|
+
readonly largeSelectionCollapseThreshold?: number | undefined;
|
|
246
262
|
readonly onBlur?: ((val: any) => any) | undefined;
|
|
247
263
|
readonly onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
248
264
|
readonly onFocus?: ((val: any) => any) | undefined;
|
|
@@ -311,6 +327,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
311
327
|
maxTagsLength: number;
|
|
312
328
|
isExterControlCount: boolean;
|
|
313
329
|
showSelectAll: boolean;
|
|
330
|
+
optionPaging: boolean;
|
|
331
|
+
optionPageSize: number;
|
|
332
|
+
optionPagingDebug: boolean;
|
|
333
|
+
largeSelectionCollapseThreshold: number;
|
|
314
334
|
}, {}, string, {}, {
|
|
315
335
|
VNodes: (_: any, { attrs }: Omit<{
|
|
316
336
|
attrs: {
|
|
@@ -372,6 +392,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
372
392
|
maxTagsLength: number;
|
|
373
393
|
isExterControlCount: boolean;
|
|
374
394
|
showSelectAll: boolean;
|
|
395
|
+
optionPaging: boolean;
|
|
396
|
+
optionPageSize: number;
|
|
397
|
+
optionPagingDebug: boolean;
|
|
398
|
+
largeSelectionCollapseThreshold: number;
|
|
375
399
|
}> & Omit<Readonly<import("../../select/src/type").Props> & Readonly<{
|
|
376
400
|
onBlur?: ((val: any) => any) | undefined;
|
|
377
401
|
onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
@@ -379,7 +403,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
379
403
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
380
404
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
381
405
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
382
|
-
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll")> & import("vue").ShallowUnwrapRef<{
|
|
406
|
+
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll" | "optionPaging" | "optionPageSize" | "optionPagingDebug" | "largeSelectionCollapseThreshold")> & import("vue").ShallowUnwrapRef<{
|
|
383
407
|
$select: import("vue").Ref<any, any>;
|
|
384
408
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
385
409
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -43,6 +43,10 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
43
43
|
readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
|
|
44
44
|
readonly inputAttrs?: any;
|
|
45
45
|
readonly showSelectAll?: boolean | undefined;
|
|
46
|
+
readonly optionPaging?: boolean | undefined;
|
|
47
|
+
readonly optionPageSize?: number | undefined;
|
|
48
|
+
readonly optionPagingDebug?: boolean | undefined;
|
|
49
|
+
readonly largeSelectionCollapseThreshold?: number | undefined;
|
|
46
50
|
readonly onBlur?: ((val: any) => any) | undefined;
|
|
47
51
|
readonly onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
48
52
|
readonly onFocus?: ((val: any) => any) | undefined;
|
|
@@ -111,6 +115,10 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
111
115
|
maxTagsLength: number;
|
|
112
116
|
isExterControlCount: boolean;
|
|
113
117
|
showSelectAll: boolean;
|
|
118
|
+
optionPaging: boolean;
|
|
119
|
+
optionPageSize: number;
|
|
120
|
+
optionPagingDebug: boolean;
|
|
121
|
+
largeSelectionCollapseThreshold: number;
|
|
114
122
|
}, {}, string, {}, {
|
|
115
123
|
VNodes: (_: any, { attrs }: Omit<{
|
|
116
124
|
attrs: {
|
|
@@ -172,6 +180,10 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
172
180
|
maxTagsLength: number;
|
|
173
181
|
isExterControlCount: boolean;
|
|
174
182
|
showSelectAll: boolean;
|
|
183
|
+
optionPaging: boolean;
|
|
184
|
+
optionPageSize: number;
|
|
185
|
+
optionPagingDebug: boolean;
|
|
186
|
+
largeSelectionCollapseThreshold: number;
|
|
175
187
|
}> & Omit<Readonly<import("../../../select/src/type").Props> & Readonly<{
|
|
176
188
|
onBlur?: ((val: any) => any) | undefined;
|
|
177
189
|
onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
@@ -179,7 +191,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
179
191
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
180
192
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
181
193
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
182
|
-
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll")> & import("vue").ShallowUnwrapRef<{
|
|
194
|
+
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll" | "optionPaging" | "optionPageSize" | "optionPagingDebug" | "largeSelectionCollapseThreshold")> & import("vue").ShallowUnwrapRef<{
|
|
183
195
|
$select: import("vue").Ref<any, any>;
|
|
184
196
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
185
197
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -246,6 +258,10 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
246
258
|
readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
|
|
247
259
|
readonly inputAttrs?: any;
|
|
248
260
|
readonly showSelectAll?: boolean | undefined;
|
|
261
|
+
readonly optionPaging?: boolean | undefined;
|
|
262
|
+
readonly optionPageSize?: number | undefined;
|
|
263
|
+
readonly optionPagingDebug?: boolean | undefined;
|
|
264
|
+
readonly largeSelectionCollapseThreshold?: number | undefined;
|
|
249
265
|
readonly onBlur?: ((val: any) => any) | undefined;
|
|
250
266
|
readonly onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
251
267
|
readonly onFocus?: ((val: any) => any) | undefined;
|
|
@@ -314,6 +330,10 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
314
330
|
maxTagsLength: number;
|
|
315
331
|
isExterControlCount: boolean;
|
|
316
332
|
showSelectAll: boolean;
|
|
333
|
+
optionPaging: boolean;
|
|
334
|
+
optionPageSize: number;
|
|
335
|
+
optionPagingDebug: boolean;
|
|
336
|
+
largeSelectionCollapseThreshold: number;
|
|
317
337
|
}, {}, string, {}, {
|
|
318
338
|
VNodes: (_: any, { attrs }: Omit<{
|
|
319
339
|
attrs: {
|
|
@@ -375,6 +395,10 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
375
395
|
maxTagsLength: number;
|
|
376
396
|
isExterControlCount: boolean;
|
|
377
397
|
showSelectAll: boolean;
|
|
398
|
+
optionPaging: boolean;
|
|
399
|
+
optionPageSize: number;
|
|
400
|
+
optionPagingDebug: boolean;
|
|
401
|
+
largeSelectionCollapseThreshold: number;
|
|
378
402
|
}> & Omit<Readonly<import("../../../select/src/type").Props> & Readonly<{
|
|
379
403
|
onBlur?: ((val: any) => any) | undefined;
|
|
380
404
|
onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
@@ -382,7 +406,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
382
406
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
383
407
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
384
408
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
385
|
-
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll")> & import("vue").ShallowUnwrapRef<{
|
|
409
|
+
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll" | "optionPaging" | "optionPageSize" | "optionPagingDebug" | "largeSelectionCollapseThreshold")> & import("vue").ShallowUnwrapRef<{
|
|
386
410
|
$select: import("vue").Ref<any, any>;
|
|
387
411
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
388
412
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@charset "UTF-8";.das-icon{--color: inherit;height:1em;width:1em;line-height:1em;display:inline-flex;justify-content:center;align-items:center;position:relative;flex-shrink:0;
|
|
1
|
+
@charset "UTF-8";.das-icon{--color: inherit;height:1em;width:1em;line-height:1em;display:inline-flex;justify-content:center;align-items:center;position:relative;flex-shrink:0;fill:currentColor;color:var(--color);font-size:inherit;font-style:normal}.das-icon svg{height:1em!important;width:1em!important}.das-ui-tooltip-popper.el-popper{max-width:360px;box-shadow:0 4px 10px 0 var(--upf-text-tooltip-shadow-color, rgba(38, 38, 38, .16));border:1px solid var(--upf-text-tooltip-border, var(--upf-border-color, #d9d9d9));font-size:var(--das-ui-font-size-sm);padding:0;border-radius:var(--upf-border-radius, 4px)}.das-ui-tooltip-popper.el-popper .el-popper__arrow{width:10px;height:10px}.das-ui-tooltip-popper.el-popper[data-popper-placement^=top]>.el-popper__arrow{bottom:-5px!important}.das-ui-tooltip-popper.el-popper[data-popper-placement^=bottom]>.el-popper__arrow{top:-5px!important}.das-ui-tooltip-popper.el-popper[data-popper-placement^=left]>.el-popper__arrow{right:-5px!important}.das-ui-tooltip-popper.el-popper[data-popper-placement^=right]>.el-popper__arrow{left:-5px!important}.das-ui-tooltip-popper.el-popper .das-popper-content{padding:7px 12px}.das-ui-tooltip-popper.el-popper .max-height{max-height:298px}.das-ui-tooltip-popper.el-popper.is-light{color:var(--upf-text-tooltip-text, var(--upf-text-primary, #212121));background-color:var(--upf-text-tooltip-bg, var(--upf-bg-elevated, #ffffff))}.das-ui-tooltip-popper.el-popper.is-light:after{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;content:"";background:var(--upf-text-tooltip-bg, var(--upf-bg-elevated, #ffffff));border-radius:inherit}.das-ui-tooltip-popper.el-popper.is-light .el-popper__arrow:before{height:10px;width:10px;background-color:var(--upf-text-tooltip-bg, var(--upf-bg-elevated, #ffffff));border-color:var(--upf-text-tooltip-border, var(--upf-border-color, #d9d9d9));border-radius:0!important}.das-ui-tooltip-popper.el-popper.is-light[data-popper-placement^=top] .el-popper__arrow:before{box-shadow:2px 2px 5px var(--upf-text-tooltip-shadow-color, rgba(38, 38, 38, .16))}.das-ui-tooltip-popper.el-popper.is-light[data-popper-placement^=bottom] .el-popper__arrow:before{box-shadow:-2px -2px 5px var(--upf-text-tooltip-shadow-color, rgba(38, 38, 38, .16))}.das-ui-tooltip-popper.el-popper.is-light[data-popper-placement^=left] .el-popper__arrow:before{box-shadow:3px 0 6px var(--upf-text-tooltip-shadow-color, rgba(38, 38, 38, .16)),0 -2px 6px var(--upf-text-tooltip-shadow-color, rgba(38, 38, 38, .16))}.das-ui-tooltip-popper.el-popper.is-light[data-popper-placement^=right] .el-popper__arrow:before{box-shadow:0 3px 6px var(--upf-text-tooltip-shadow-color, rgba(38, 38, 38, .16)),-2px 0 6px var(--upf-text-tooltip-shadow-color, rgba(38, 38, 38, .16))}.das-tooltip-text-wrap[data-v-e1652f58]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:var(--v65704ba4);-webkit-line-clamp:var(--v65704ba4)}.das-tooltip-virtual-placeholder[data-v-e1652f58]{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}/*!
|
|
2
2
|
* OverlayScrollbars
|
|
3
3
|
* Version: 2.6.1
|
|
4
4
|
*
|
|
Binary file
|
package/presets/theme-cjb.css
CHANGED
|
@@ -1,21 +1,26 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--upf-brand-primary: #ffffff;
|
|
3
|
-
--upf-brand-secondary: #f2f6ff;
|
|
4
2
|
--upf-color-primary: #5582f3;
|
|
5
3
|
--upf-color-primary-bg: #ebf1fe;
|
|
6
4
|
--upf-color-success: #52c41a;
|
|
7
5
|
--upf-color-warning: #faad14;
|
|
8
6
|
--upf-color-error: #ff4d4f;
|
|
9
7
|
--upf-color-info: #1890ff;
|
|
10
|
-
--upf-text-primary: #212121;
|
|
11
|
-
--upf-text-secondary: #666666;
|
|
12
8
|
--upf-text-disabled: #B2B2B2;
|
|
13
|
-
--upf-text-placeholder: #bfbfbf;
|
|
14
9
|
--upf-bg-primary: #ffffff;
|
|
15
10
|
--upf-bg-secondary: #F2F2F2;
|
|
16
11
|
--upf-bg-elevated: #ffffff;
|
|
17
|
-
--upf-bg-mask: rgba(0, 0, 0, 0.45);
|
|
18
12
|
--upf-border-color: #D9D9D9;
|
|
13
|
+
--upf-nav-border-color: rgba(235, 239, 245, 1);
|
|
14
|
+
--upf-tab-bg: #ffffff;
|
|
15
|
+
--upf-tab-text: #666666;
|
|
16
|
+
--upf-tab-active-bg: #ffffff;
|
|
17
|
+
--upf-border-radius: 4px;
|
|
18
|
+
--upf-brand-primary: #ffffff;
|
|
19
|
+
--upf-brand-secondary: #f2f6ff;
|
|
20
|
+
--upf-text-primary: #212121;
|
|
21
|
+
--upf-text-secondary: #666666;
|
|
22
|
+
--upf-text-placeholder: #bfbfbf;
|
|
23
|
+
--upf-bg-mask: rgba(0, 0, 0, 0.45);
|
|
19
24
|
--upf-divider-color: #ebeff5;
|
|
20
25
|
--upf-nav-bg: #ffffff;
|
|
21
26
|
--upf-nav-text: #212121;
|
|
@@ -28,12 +33,8 @@
|
|
|
28
33
|
--upf-menu-active-bg: #f2f6ff;
|
|
29
34
|
--upf-menu-active-text: #5582f3;
|
|
30
35
|
--upf-menu-submenu-bg: #ffffff;
|
|
31
|
-
--upf-tab-bg: #ffffff;
|
|
32
|
-
--upf-tab-text: #666666;
|
|
33
36
|
--upf-tab-hover-bg: #f2f6ff;
|
|
34
|
-
--upf-tab-active-bg: #ffffff;
|
|
35
37
|
--upf-tab-active-text: #5582f3;
|
|
36
|
-
--upf-border-radius: 4px;
|
|
37
38
|
--upf-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
38
39
|
--upf-box-shadow-elevated: 0 4px 16px rgba(0, 0, 0, 0.12);
|
|
39
40
|
--upf-button-primary: #5582f3;
|
|
@@ -218,6 +219,8 @@
|
|
|
218
219
|
--das-user-manage-white: #ffffff;
|
|
219
220
|
--das-user-manage-shadow-color: rgba(38, 38, 38, 0.1);
|
|
220
221
|
--das-user-manage-border-color: rgba(38, 38, 38, 0.1);
|
|
222
|
+
--das-layout-micro-container-bg-color: #e2e7ef;
|
|
223
|
+
--das-layout-breadcrumb-bg-color: #ffffff;
|
|
221
224
|
--das-ui-font-size-sm: 12px;
|
|
222
225
|
--das-ui-font-size-md: 14px;
|
|
223
226
|
--das-ui-font-size-lg: 16px;
|
|
@@ -268,7 +271,7 @@
|
|
|
268
271
|
--das-ui-upload-border-color: #D9D9D9;
|
|
269
272
|
--das-ui-upload-bgcolor: #F2F2F2;
|
|
270
273
|
--das-ui-search-form-tip-color: #666666;
|
|
271
|
-
--das-ui-layout-header-menu-border-color:
|
|
274
|
+
--das-ui-layout-header-menu-border-color: rgba(235, 239, 245, 1);
|
|
272
275
|
--das-ui-layout-header-menu-background-color: #ffffff;
|
|
273
276
|
--das-ui-layout-header-menu-color: #212121;
|
|
274
277
|
--das-ui-layout-header-menu-hover-background-color: #f2f6ff;
|
|
@@ -1,21 +1,26 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--upf-brand-primary: #0e5fd8;
|
|
3
|
-
--upf-brand-secondary: #3579de;
|
|
4
2
|
--upf-color-primary: #5582f3;
|
|
5
3
|
--upf-color-primary-bg: #ebf1fe;
|
|
6
4
|
--upf-color-success: #52c41a;
|
|
7
5
|
--upf-color-warning: #faad14;
|
|
8
6
|
--upf-color-error: #ff4d4f;
|
|
9
7
|
--upf-color-info: #1890ff;
|
|
10
|
-
--upf-text-primary: #231815;
|
|
11
|
-
--upf-text-secondary: #666666;
|
|
12
8
|
--upf-text-disabled: #B2B2B2;
|
|
13
|
-
--upf-text-placeholder: #bfbfbf;
|
|
14
9
|
--upf-bg-primary: #ffffff;
|
|
15
10
|
--upf-bg-secondary: #F2F2F2;
|
|
16
11
|
--upf-bg-elevated: #ffffff;
|
|
17
|
-
--upf-bg-mask: rgba(0, 0, 0, 0.45);
|
|
18
12
|
--upf-border-color: #D9D9D9;
|
|
13
|
+
--upf-nav-border-color: rgba(235, 239, 245, 1);
|
|
14
|
+
--upf-tab-bg: #ffffff;
|
|
15
|
+
--upf-tab-text: #666666;
|
|
16
|
+
--upf-tab-active-bg: #ffffff;
|
|
17
|
+
--upf-border-radius: 4px;
|
|
18
|
+
--upf-brand-primary: #0e5fd8;
|
|
19
|
+
--upf-brand-secondary: #3579de;
|
|
20
|
+
--upf-text-primary: #231815;
|
|
21
|
+
--upf-text-secondary: #666666;
|
|
22
|
+
--upf-text-placeholder: #bfbfbf;
|
|
23
|
+
--upf-bg-mask: rgba(0, 0, 0, 0.45);
|
|
19
24
|
--upf-divider-color: #ebeff5;
|
|
20
25
|
--upf-nav-bg: #0e5fd8;
|
|
21
26
|
--upf-nav-text: #ffffff;
|
|
@@ -28,12 +33,8 @@
|
|
|
28
33
|
--upf-menu-active-bg: #eef3fe;
|
|
29
34
|
--upf-menu-active-text: #5582f3;
|
|
30
35
|
--upf-menu-submenu-bg: #ffffff;
|
|
31
|
-
--upf-tab-bg: #ffffff;
|
|
32
|
-
--upf-tab-text: #666666;
|
|
33
36
|
--upf-tab-hover-bg: #eef3fe;
|
|
34
|
-
--upf-tab-active-bg: #ffffff;
|
|
35
37
|
--upf-tab-active-text: #5582f3;
|
|
36
|
-
--upf-border-radius: 4px;
|
|
37
38
|
--upf-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
38
39
|
--upf-box-shadow-elevated: 0 4px 16px rgba(0, 0, 0, 0.15);
|
|
39
40
|
--upf-button-primary: #5582f3;
|
|
@@ -218,6 +219,8 @@
|
|
|
218
219
|
--das-user-manage-white: #ffffff;
|
|
219
220
|
--das-user-manage-shadow-color: rgba(38, 38, 38, 0.1);
|
|
220
221
|
--das-user-manage-border-color: rgba(38, 38, 38, 0.1);
|
|
222
|
+
--das-layout-micro-container-bg-color: #e2e7ef;
|
|
223
|
+
--das-layout-breadcrumb-bg-color: #ffffff;
|
|
221
224
|
--das-ui-font-size-sm: 12px;
|
|
222
225
|
--das-ui-font-size-md: 14px;
|
|
223
226
|
--das-ui-font-size-lg: 16px;
|
|
@@ -268,7 +271,7 @@
|
|
|
268
271
|
--das-ui-upload-border-color: #D9D9D9;
|
|
269
272
|
--das-ui-upload-bgcolor: #F2F2F2;
|
|
270
273
|
--das-ui-search-form-tip-color: #666666;
|
|
271
|
-
--das-ui-layout-header-menu-border-color:
|
|
274
|
+
--das-ui-layout-header-menu-border-color: rgba(235, 239, 245, 1);
|
|
272
275
|
--das-ui-layout-header-menu-background-color: #0e5fd8;
|
|
273
276
|
--das-ui-layout-header-menu-color: #ffffff;
|
|
274
277
|
--das-ui-layout-header-menu-hover-background-color: #3579de;
|
package/presets/theme-dkh.css
CHANGED
|
@@ -1,21 +1,26 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--upf-brand-primary: #eb0e1b;
|
|
3
|
-
--upf-brand-secondary: #f15760;
|
|
4
2
|
--upf-color-primary: #e63946;
|
|
5
3
|
--upf-color-primary-bg: #fce8ea;
|
|
6
4
|
--upf-color-success: #52c41a;
|
|
7
5
|
--upf-color-warning: #faad14;
|
|
8
6
|
--upf-color-error: #ff4d4f;
|
|
9
7
|
--upf-color-info: #1890ff;
|
|
10
|
-
--upf-text-primary: #231815;
|
|
11
|
-
--upf-text-secondary: #666666;
|
|
12
8
|
--upf-text-disabled: #B2B2B2;
|
|
13
|
-
--upf-text-placeholder: #bfbfbf;
|
|
14
9
|
--upf-bg-primary: #ffffff;
|
|
15
10
|
--upf-bg-secondary: #F2F2F2;
|
|
16
11
|
--upf-bg-elevated: #ffffff;
|
|
17
|
-
--upf-bg-mask: rgba(0, 0, 0, 0.45);
|
|
18
12
|
--upf-border-color: #D9D9D9;
|
|
13
|
+
--upf-nav-border-color: rgba(235, 239, 245, 1);
|
|
14
|
+
--upf-tab-bg: #ffffff;
|
|
15
|
+
--upf-tab-text: #666666;
|
|
16
|
+
--upf-tab-active-bg: #ffffff;
|
|
17
|
+
--upf-border-radius: 4px;
|
|
18
|
+
--upf-brand-primary: #eb0e1b;
|
|
19
|
+
--upf-brand-secondary: #f15760;
|
|
20
|
+
--upf-text-primary: #231815;
|
|
21
|
+
--upf-text-secondary: #666666;
|
|
22
|
+
--upf-text-placeholder: #bfbfbf;
|
|
23
|
+
--upf-bg-mask: rgba(0, 0, 0, 0.45);
|
|
19
24
|
--upf-divider-color: #ebeff5;
|
|
20
25
|
--upf-nav-bg: #eb0e1b;
|
|
21
26
|
--upf-nav-text: #ffffff;
|
|
@@ -28,12 +33,8 @@
|
|
|
28
33
|
--upf-menu-active-bg: #fce8ea;
|
|
29
34
|
--upf-menu-active-text: #e63946;
|
|
30
35
|
--upf-menu-submenu-bg: #ffffff;
|
|
31
|
-
--upf-tab-bg: #ffffff;
|
|
32
|
-
--upf-tab-text: #666666;
|
|
33
36
|
--upf-tab-hover-bg: #fce8ea;
|
|
34
|
-
--upf-tab-active-bg: #ffffff;
|
|
35
37
|
--upf-tab-active-text: #e63946;
|
|
36
|
-
--upf-border-radius: 4px;
|
|
37
38
|
--upf-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
38
39
|
--upf-box-shadow-elevated: 0 4px 16px rgba(0, 0, 0, 0.12);
|
|
39
40
|
--upf-button-primary: #e63946;
|
|
@@ -218,6 +219,8 @@
|
|
|
218
219
|
--das-user-manage-white: #ffffff;
|
|
219
220
|
--das-user-manage-shadow-color: rgba(38, 38, 38, 0.1);
|
|
220
221
|
--das-user-manage-border-color: rgba(38, 38, 38, 0.1);
|
|
222
|
+
--das-layout-micro-container-bg-color: #e2e7ef;
|
|
223
|
+
--das-layout-breadcrumb-bg-color: #ffffff;
|
|
221
224
|
--das-ui-font-size-sm: 12px;
|
|
222
225
|
--das-ui-font-size-md: 14px;
|
|
223
226
|
--das-ui-font-size-lg: 16px;
|
|
@@ -268,7 +271,7 @@
|
|
|
268
271
|
--das-ui-upload-border-color: #D9D9D9;
|
|
269
272
|
--das-ui-upload-bgcolor: #F2F2F2;
|
|
270
273
|
--das-ui-search-form-tip-color: #666666;
|
|
271
|
-
--das-ui-layout-header-menu-border-color:
|
|
274
|
+
--das-ui-layout-header-menu-border-color: rgba(235, 239, 245, 1);
|
|
272
275
|
--das-ui-layout-header-menu-background-color: #eb0e1b;
|
|
273
276
|
--das-ui-layout-header-menu-color: #ffffff;
|
|
274
277
|
--das-ui-layout-header-menu-hover-background-color: rgba(255, 255, 255, 0.3);
|