@das-fed/upf-ui 6.4.0-dev.162 → 6.4.0-dev.164

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.
@@ -9,6 +9,7 @@ export declare const useForm: (formItemProps: FormItemProps, emit: Emits, isShow
9
9
  reqiuiredMarkerWidth: string;
10
10
  formLabelMarginRight: import("vue").ComputedRef<string | undefined>;
11
11
  contentWidth: import("vue").ComputedRef<string | undefined>;
12
+ formLabelWidth: import("vue").ComputedRef<string | undefined>;
12
13
  flexConfig: import("vue").Ref<string | number, string | number>;
13
14
  marginRight: import("vue").ComputedRef<string>;
14
15
  marginBottom: import("vue").ComputedRef<any>;
@@ -22,6 +22,8 @@ export type FormType =
22
22
  export interface Props {
23
23
 
24
24
  labelLength?: number | string
25
+
26
+ labelWidth?: number | string
25
27
 
26
28
 
27
29
  label?: string
@@ -149,6 +151,9 @@ export interface FormProps {
149
151
  labelLength?: number | string
150
152
 
151
153
 
154
+ labelWidth?: number | string
155
+
156
+
152
157
  contentWidth?: number | string
153
158
 
154
159
 
@@ -1 +1 @@
1
- .das-ui-form-item[data-v-bb14abda]{display:flex;flex-direction:column;min-width:0}.das-ui-form-item.marin-right-0[data-v-bb14abda]{margin-right:0!important}.das-ui-form-item.top[data-v-bb14abda]{align-items:flex-start!important}.das-ui-form-item.top .das-ui-form-item-label[data-v-bb14abda]{margin-bottom:3px;margin-right:0!important}.das-ui-form-item.left[data-v-bb14abda]{flex-direction:row}.das-ui-form-item.left .das-ui-form-item-label[data-v-bb14abda]{text-align:left}.das-ui-form-item.right[data-v-bb14abda]{flex-direction:row}.das-ui-form-item.right .das-ui-form-item-label[data-v-bb14abda]{text-align:right}.das-ui-form-item.right .das-ui-form-item-label .label[data-v-bb14abda]{width:auto}.das-ui-form-item.flex-layout[data-v-bb14abda]{width:100%}.das-ui-form-item .das-ui-form-item-label[data-v-bb14abda]{flex-shrink:0}.das-ui-form-item .das-ui-form-item-label.size-small[data-v-bb14abda]{height:24px;line-height:24px;font-size:12px}.das-ui-form-item .das-ui-form-item-label.size-default[data-v-bb14abda]{height:32px;line-height:32px;font-size:14px}.das-ui-form-item .das-ui-form-item-label.size-large[data-v-bb14abda]{height:40px;line-height:40px;font-size:14px}.das-ui-form-item .das-ui-form-item-label .label[data-v-bb14abda]{width:fit-content;position:relative;max-width:100%;display:flex;align-items:center;color:var(--das-ui-form-label-normal)}.das-ui-form-item .das-ui-form-item-label .label .label-context[data-v-bb14abda]{width:100%}.das-ui-form-item .das-ui-form-item-label .label .label-context .label-context-inner[data-v-bb14abda]{position:relative}.das-ui-form-item .das-ui-form-item-label .label .label-context .label-context-inner.required-mark[data-v-bb14abda]{position:relative;padding-left:var(--3d24db31)}.das-ui-form-item .das-ui-form-item-label .label .label-context .label-context-inner.required-mark[data-v-bb14abda]:before{content:"*";position:absolute;left:0;width:var(--3d24db31);color:var(--das-ui-form-error-label-color);font-weight:700}.das-ui-form-item .das-ui-form-item-label .label .help-icon-container[data-v-bb14abda]{height:100%;display:flex;align-items:center;justify-content:center}.das-ui-form-item .das-ui-form-container[data-v-bb14abda]{flex:1;min-width:0;display:flex;position:relative}.das-ui-form-item .das-ui-form-container .error-label[data-v-bb14abda]{position:absolute;height:22px;width:100%;font-size:12px;left:0;top:100%;line-height:18px;font-weight:400;letter-spacing:0;color:var(--das-ui-form-error-label-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.das-ui-form-item .das-ui-form-container .error-label--overlay[data-v-bb14abda]{position:absolute;width:100%;left:0;top:100%;background-color:var(--das-ui-color-overlay-error);box-shadow:0 4px 10px #0003;border-radius:1px;padding:2px 8px;box-sizing:border-box;font-size:12px;z-index:99;color:var(--das-ui-form-error-label-color)}.das-form-item-overlay-error-label-content[data-v-bb14abda]{position:absolute;top:100%;left:0;width:var(--af9694f8)}.das-ui-form-item.flex-layout .das-ui-form-container .das-ui-input{width:100%}
1
+ .das-ui-form-item[data-v-23e0990d]{display:flex;flex-direction:column;min-width:0}.das-ui-form-item.marin-right-0[data-v-23e0990d]{margin-right:0!important}.das-ui-form-item.top[data-v-23e0990d]{align-items:flex-start!important}.das-ui-form-item.top .das-ui-form-item-label[data-v-23e0990d]{margin-bottom:3px;margin-right:0!important}.das-ui-form-item.left[data-v-23e0990d]{flex-direction:row}.das-ui-form-item.left .das-ui-form-item-label[data-v-23e0990d]{text-align:left}.das-ui-form-item.right[data-v-23e0990d]{flex-direction:row}.das-ui-form-item.right .das-ui-form-item-label[data-v-23e0990d]{text-align:right}.das-ui-form-item.right .das-ui-form-item-label .label[data-v-23e0990d]{width:auto}.das-ui-form-item.flex-layout[data-v-23e0990d]{width:100%}.das-ui-form-item .das-ui-form-item-label[data-v-23e0990d]{flex-shrink:0}.das-ui-form-item .das-ui-form-item-label.size-small[data-v-23e0990d]{height:24px;line-height:24px;font-size:12px}.das-ui-form-item .das-ui-form-item-label.size-default[data-v-23e0990d]{height:32px;line-height:32px;font-size:14px}.das-ui-form-item .das-ui-form-item-label.size-large[data-v-23e0990d]{height:40px;line-height:40px;font-size:14px}.das-ui-form-item .das-ui-form-item-label .label[data-v-23e0990d]{width:fit-content;position:relative;max-width:100%;display:flex;align-items:center;color:var(--das-ui-form-label-normal)}.das-ui-form-item .das-ui-form-item-label .label .label-context[data-v-23e0990d]{width:100%}.das-ui-form-item .das-ui-form-item-label .label .label-context .label-context-inner[data-v-23e0990d]{position:relative}.das-ui-form-item .das-ui-form-item-label .label .label-context .label-context-inner.required-mark[data-v-23e0990d]{position:relative;padding-left:var(--6fe62e30)}.das-ui-form-item .das-ui-form-item-label .label .label-context .label-context-inner.required-mark[data-v-23e0990d]:before{content:"*";position:absolute;left:0;width:var(--6fe62e30);color:var(--das-ui-form-error-label-color);font-weight:700}.das-ui-form-item .das-ui-form-item-label .label .help-icon-container[data-v-23e0990d]{height:100%;display:flex;align-items:center;justify-content:center}.das-ui-form-item .das-ui-form-container[data-v-23e0990d]{flex:1;min-width:0;display:flex;position:relative}.das-ui-form-item .das-ui-form-container .error-label[data-v-23e0990d]{position:absolute;height:22px;width:100%;font-size:12px;left:0;top:100%;line-height:18px;font-weight:400;letter-spacing:0;color:var(--das-ui-form-error-label-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.das-ui-form-item .das-ui-form-container .error-label--overlay[data-v-23e0990d]{position:absolute;width:100%;left:0;top:100%;background-color:var(--das-ui-color-overlay-error);box-shadow:0 4px 10px #0003;border-radius:1px;padding:2px 8px;box-sizing:border-box;font-size:12px;z-index:99;color:var(--das-ui-form-error-label-color)}.das-form-item-overlay-error-label-content[data-v-23e0990d]{position:absolute;top:100%;left:0;width:var(--6a1c7783)}.das-ui-form-item.flex-layout .das-ui-form-container .das-ui-input{width:100%}
@@ -19,10 +19,10 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
19
19
  mode: string;
20
20
  modelValue: any;
21
21
  options: any;
22
+ labelWidth: string;
22
23
  optionValue: any;
23
24
  optionsLabelKey: string | number | object;
24
25
  optionsValueKey: string | number;
25
- labelWidth: string;
26
26
  showFilterPanel: boolean;
27
27
  isNeedSelect: boolean;
28
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -71,8 +71,8 @@ const _l = { key: 0 }, Al = {
71
71
  emits: ["update:model-value", "change", "focus", "blur", "dropdownVisibleChange", "addCustomItem"],
72
72
  setup(k, { expose: _, emit: A }) {
73
73
  ul((e) => ({
74
- "60aa6d07": Re.value,
75
- ca578bf4: qe.value
74
+ "5afb9048": Re.value,
75
+ "63f5c9d1": qe.value
76
76
  }));
77
77
  const l = k, C = A, s = Ll(l, "modelValue"), ee = c(() => {
78
78
  var e;
@@ -584,7 +584,7 @@ const _l = { key: 0 }, Al = {
584
584
  for (const [l, C] of _)
585
585
  A[l] = C;
586
586
  return A;
587
- }, Kl = /* @__PURE__ */ $e(Zl, [["__scopeId", "data-v-5233ac9c"]]), Ul = {};
587
+ }, Kl = /* @__PURE__ */ $e(Zl, [["__scopeId", "data-v-8dfe978c"]]), Ul = {};
588
588
  function jl(k, _) {
589
589
  const A = Nl;
590
590
  return f(), H(A, me({ class: "das-ui-select-option" }, k.$attrs), null, 16);
@@ -1 +1 @@
1
- .das-ui-select[data-v-5233ac9c]{display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-5233ac9c]{position:absolute;top:100%;left:0;width:var(--60aa6d07)}.das-ui-select.show-ellipsis[data-v-5233ac9c] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-5233ac9c] .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-5233ac9c] .ant-select{width:100%;height:var(--ca578bf4)}.das-ui-select[data-v-5233ac9c] .ant-select .das-select-error-label-content{width:var(--60aa6d07);font-size:12px}.das-ui-select[data-v-5233ac9c] .ant-select .das-select-error-label-content .label{display:block;color:var(--das-ui-select-overlay-error-color);white-space:break-spaces}.das-ui-select[data-v-5233ac9c] .ant-select .ant-select-arrow{color:#666;width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-5233ac9c] .ant-select:hover .ant-select-arrow{color:var(--das-ui-select-color-primary)}.das-ui-select[data-v-5233ac9c] .ant-select .ant-select-clear{color:#d9d9d9;width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:auto}.das-ui-select[data-v-5233ac9c] .ant-select .ant-select-clear:hover{color:#999}.das-ui-select[data-v-5233ac9c] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-5233ac9c] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-5233ac9c] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-5233ac9c] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-5233ac9c] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-md)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-5233ac9c] .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-5233ac9c] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-5233ac9c] .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-5233ac9c] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-5233ac9c] .ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--das-ui-select-height-md)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0px;-webkit-margin-start:0px;height:calc(var(--das-ui-select-height-md) - 2px);line-height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple .ant-tag{color:var(--das-ui-select-color-text);height:calc(var(--das-ui-select-height-md) - 4px);line-height:calc(var(--das-ui-select-height-md) - 5px);font-size:var(--das-ui-select-tag-font-size-md);margin-bottom:0;margin-right:0}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple .ant-select-selection-item{height:calc(var(--das-ui-select-height-md) - 4px);font-size:var(--das-ui-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-5233ac9c] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-md)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple.ant-select-sm .ant-tag{height:calc(var(--das-ui-select-height-sm) - 4px);line-height:calc(var(--das-ui-select-height-sm) - 5px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-sm)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:calc(var(--das-ui-select-height-lg) - 2px);line-height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple.ant-select-lg .ant-tag{height:calc(var(--das-ui-select-height-lg) - 8px);line-height:calc(var(--das-ui-select-height-lg) - 8px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:calc(var(--das-ui-select-height-lg) - 7px);line-height:calc(var(--das-ui-select-height-lg) - 7px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-lg)}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-5233ac9c] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-5233ac9c] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-5233ac9c] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-5233ac9c] .ant-select-disabled.ant-select .ant-select-arrow{color:var(--das-ui-select-color-disabled-underline)}.das-ui-select[data-v-5233ac9c] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-5233ac9c] .ant-select-disabled.ant-select .ant-tag{color:var(--das-ui-select-color-disabled-text)}.das-ui-select[data-v-5233ac9c] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-5233ac9c] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-5233ac9c] .ant-select .ant-select-selector{border-radius:0;border-color:transparent!important;border-bottom-color:var(--das-ui-select-color-underline)!important;background-color:transparent!important;padding:0!important}.das-ui-select.underline[data-v-5233ac9c] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-5233ac9c] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--das-ui-select-color-primary)!important}.das-ui-select.underline[data-v-5233ac9c] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-5233ac9c] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-5233ac9c] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-5233ac9c] .ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-error)!important}.das-ui-select.underline[data-v-5233ac9c] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-5233ac9c] .ant-select-disabled.ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-disabled-underline)!important}.das-ui-select.bordered[data-v-5233ac9c] .ant-select .ant-select-selector{border-color:var(--das-ui-select-color-border)!important}.das-ui-select.bordered[data-v-5233ac9c] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-5233ac9c] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--das-ui-select-color-primary)!important}.das-ui-select.bordered[data-v-5233ac9c] .ant-select .ant-select-selector .ant-select-selection-search{left:8px}.das-ui-select.bordered[data-v-5233ac9c] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-5233ac9c] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-5233ac9c] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-5233ac9c] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px}.das-ui-select.bordered[data-v-5233ac9c] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-5233ac9c] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-5233ac9c] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-5233ac9c] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-5233ac9c] .ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-error)!important}.das-ui-select.bordered[data-v-5233ac9c] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-5233ac9c] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-disabled-border)!important}.das-ui-select.none[data-v-5233ac9c] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-5233ac9c] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-5233ac9c] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-5233ac9c] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default}.das-ui-select.readonly[data-v-5233ac9c] .ant-select-disabled.ant-select .ant-select-selector input{cursor:default}.das-ui-select.readonly[data-v-5233ac9c] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text);cursor:default}.das-ui-select.readonly[data-v-5233ac9c] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-5233ac9c] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-5233ac9c] .ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:var(--das-ui-color-normal);border-color:transparent}.das-ui-select.readonly[data-v-5233ac9c] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-5233ac9c] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-5233ac9c] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-5233ac9c]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-5233ac9c]{display:block;color:var(--das-ui-select-color-error)}.das-ui-select-dorpdown .hasNoData{padding:2px 0 6px;color:#212121;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(--das-ui-select-color-option-active-bg);font-weight:400;color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--das-ui-select-color-text)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--das-ui-select-color-border)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--das-ui-select-color-help)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--das-ui-select-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 #d9d9d9}.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:#212121}
1
+ .das-ui-select[data-v-8dfe978c]{display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-8dfe978c]{position:absolute;top:100%;left:0;width:var(--5afb9048)}.das-ui-select.show-ellipsis[data-v-8dfe978c] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-8dfe978c] .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-8dfe978c] .ant-select{width:100%;height:var(--63f5c9d1)}.das-ui-select[data-v-8dfe978c] .ant-select .das-select-error-label-content{width:var(--5afb9048);font-size:12px}.das-ui-select[data-v-8dfe978c] .ant-select .das-select-error-label-content .label{display:block;color:var(--das-ui-select-overlay-error-color);white-space:break-spaces}.das-ui-select[data-v-8dfe978c] .ant-select .ant-select-arrow{color:#666;width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-8dfe978c] .ant-select:hover .ant-select-arrow{color:var(--das-ui-select-color-primary)}.das-ui-select[data-v-8dfe978c] .ant-select .ant-select-clear{color:#d9d9d9;width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:auto}.das-ui-select[data-v-8dfe978c] .ant-select .ant-select-clear:hover{color:#999}.das-ui-select[data-v-8dfe978c] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-8dfe978c] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-8dfe978c] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-8dfe978c] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-8dfe978c] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-md)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-8dfe978c] .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-8dfe978c] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-8dfe978c] .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-8dfe978c] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-8dfe978c] .ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--das-ui-select-height-md)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0px;-webkit-margin-start:0px;height:calc(var(--das-ui-select-height-md) - 2px);line-height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple .ant-tag{color:var(--das-ui-select-color-text);height:calc(var(--das-ui-select-height-md) - 4px);line-height:calc(var(--das-ui-select-height-md) - 5px);font-size:var(--das-ui-select-tag-font-size-md);margin-bottom:0;margin-right:0}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple .ant-select-selection-item{height:calc(var(--das-ui-select-height-md) - 4px);font-size:var(--das-ui-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-8dfe978c] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-md)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple.ant-select-sm .ant-tag{height:calc(var(--das-ui-select-height-sm) - 4px);line-height:calc(var(--das-ui-select-height-sm) - 5px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-sm)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:calc(var(--das-ui-select-height-lg) - 2px);line-height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple.ant-select-lg .ant-tag{height:calc(var(--das-ui-select-height-lg) - 8px);line-height:calc(var(--das-ui-select-height-lg) - 8px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:calc(var(--das-ui-select-height-lg) - 7px);line-height:calc(var(--das-ui-select-height-lg) - 7px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-lg)}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-8dfe978c] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-8dfe978c] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-8dfe978c] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-8dfe978c] .ant-select-disabled.ant-select .ant-select-arrow{color:var(--das-ui-select-color-disabled-underline)}.das-ui-select[data-v-8dfe978c] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-8dfe978c] .ant-select-disabled.ant-select .ant-tag{color:var(--das-ui-select-color-disabled-text)}.das-ui-select[data-v-8dfe978c] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-8dfe978c] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-8dfe978c] .ant-select .ant-select-selector{border-radius:0;border-color:transparent!important;border-bottom-color:var(--das-ui-select-color-underline)!important;background-color:transparent!important;padding:0!important}.das-ui-select.underline[data-v-8dfe978c] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-8dfe978c] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--das-ui-select-color-primary)!important}.das-ui-select.underline[data-v-8dfe978c] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-8dfe978c] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-8dfe978c] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-8dfe978c] .ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-error)!important}.das-ui-select.underline[data-v-8dfe978c] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-8dfe978c] .ant-select-disabled.ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-disabled-underline)!important}.das-ui-select.bordered[data-v-8dfe978c] .ant-select .ant-select-selector{border-color:var(--das-ui-select-color-border)!important}.das-ui-select.bordered[data-v-8dfe978c] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-8dfe978c] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--das-ui-select-color-primary)!important}.das-ui-select.bordered[data-v-8dfe978c] .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-8dfe978c] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-8dfe978c] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-8dfe978c] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-8dfe978c] .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-8dfe978c] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-8dfe978c] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-8dfe978c] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-8dfe978c] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-8dfe978c] .ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-error)!important}.das-ui-select.bordered[data-v-8dfe978c] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-8dfe978c] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-disabled-border)!important}.das-ui-select.none[data-v-8dfe978c] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-8dfe978c] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-8dfe978c] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-8dfe978c] .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-8dfe978c] .ant-select-disabled.ant-select .ant-select-selector input{cursor:text;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-8dfe978c] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text);cursor:default}.das-ui-select.readonly[data-v-8dfe978c] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-8dfe978c] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-8dfe978c] .ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:var(--das-ui-color-normal);border-color:transparent}.das-ui-select.readonly[data-v-8dfe978c] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-8dfe978c] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-8dfe978c] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-8dfe978c]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-8dfe978c]{display:block;color:var(--das-ui-select-color-error)}.das-ui-select-dorpdown .hasNoData{padding:2px 0 6px;color:#212121;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(--das-ui-select-color-option-active-bg);font-weight:400;color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--das-ui-select-color-text)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--das-ui-select-color-border)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--das-ui-select-color-help)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--das-ui-select-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 #d9d9d9}.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:#212121}