@das-fed/upf-ui 6.4.0-dev.285 → 6.4.0-dev.287

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.
Files changed (69) hide show
  1. package/front-end/i18n/front-end-page/dasui_en-US.js +5 -5
  2. package/front-end/i18n/front-end-page/dasui_zh-CN.js +5 -5
  3. package/front-end/i18n/front-end-page/dasui_zh-MO.js +5 -5
  4. package/package.json +18 -4
  5. package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +8 -8
  6. package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +2 -2
  7. package/packages/business-components/process-configuration/index.js +124 -130
  8. package/packages/business-components/process-configuration/index.js.gz +0 -0
  9. package/packages/business-components/process-configuration/style.css +1 -1
  10. package/packages/business-components/process-configuration/style.css.gz +0 -0
  11. package/packages/business-components/process-form/src/hooks/useForm.d.ts +8 -8
  12. package/packages/business-components/process-search-form/hooks/useSearchOptions.d.ts +2 -2
  13. package/packages/business-components/urgent-panel/src/components/drag-resize/index.vue.d.ts +2 -2
  14. package/packages/components/button/index.js +262 -216
  15. package/packages/components/button/index.js.gz +0 -0
  16. package/packages/components/button/style.css +1 -1
  17. package/packages/components/button/style.css.gz +0 -0
  18. package/packages/components/checkbox/index.js +1 -1
  19. package/packages/components/checkbox/index.js.gz +0 -0
  20. package/packages/components/checkbox/style.css +1 -1
  21. package/packages/components/checkbox/style.css.gz +0 -0
  22. package/packages/components/date-picker/index.js +815 -668
  23. package/packages/components/date-picker/index.js.gz +0 -0
  24. package/packages/components/date-picker/src/time-zone-shortcut.d.ts +8 -0
  25. package/packages/components/date-picker/src/type.d.ts +17 -5
  26. package/packages/components/date-picker/style.css +1 -1
  27. package/packages/components/date-picker/style.css.gz +0 -0
  28. package/packages/components/form/index.d.ts +14 -14
  29. package/packages/components/form/index.js +44 -38
  30. package/packages/components/form/index.js.gz +0 -0
  31. package/packages/components/form/src/Index.vue.d.ts +2 -2
  32. package/packages/components/form/style.css +1 -1
  33. package/packages/components/form-item/index.js +471 -466
  34. package/packages/components/form-item/index.js.gz +0 -0
  35. package/packages/components/form-item/src/type.d.ts +3 -0
  36. package/packages/components/form-item/style.css +1 -1
  37. package/packages/components/form-item/style.css.gz +0 -0
  38. package/packages/components/input/index.js +905 -890
  39. package/packages/components/input/index.js.gz +0 -0
  40. package/packages/components/input/src/index.vue.d.ts +3 -2
  41. package/packages/components/input/src/type.d.ts +1 -1
  42. package/packages/components/input/style.css +1 -1
  43. package/packages/components/input/style.css.gz +0 -0
  44. package/packages/components/loading/index.js +176 -174
  45. package/packages/components/loading/index.js.gz +0 -0
  46. package/packages/components/search-form/index.js +448 -445
  47. package/packages/components/search-form/index.js.gz +0 -0
  48. package/packages/components/search-form/src/InputSelect.vue.d.ts +2 -2
  49. package/packages/components/search-form/src/SearchDateRange.vue.d.ts +2 -2
  50. package/packages/components/search-form/src/hooks/searchFormItem.d.ts +1 -1
  51. package/packages/components/search-form/style.css +1 -1
  52. package/packages/components/search-form/style.css.gz +0 -0
  53. package/packages/components/select/index.js +272 -259
  54. package/packages/components/select/index.js.gz +0 -0
  55. package/packages/components/select/src/type.d.ts +8 -6
  56. package/packages/components/select/style.css +1 -1
  57. package/packages/components/select/style.css.gz +0 -0
  58. package/packages/components/spin/index.js +50 -46
  59. package/packages/components/spin/index.js.gz +0 -0
  60. package/packages/components/tree-select/src/App.vue.d.ts +2 -0
  61. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +2 -0
  62. package/packages/components/tree-v2/index.js +1407 -1392
  63. package/packages/components/tree-v2/index.js.gz +0 -0
  64. package/packages/components/tree-v2/style.css +1 -1
  65. package/packages/components/tree-v2/style.css.gz +0 -0
  66. package/packages/components/upload/src/hook/use-upload.d.ts +1 -1
  67. package/packages/components/virtual-tree/index.js +121 -117
  68. package/packages/components/virtual-tree/index.js.gz +0 -0
  69. package/release-meta.json +13 -0
@@ -6,12 +6,14 @@ export interface Props {
6
6
  modelValue: any
7
7
 
8
8
  options?: any
9
-
10
- preserveLabelWhenMissing?: boolean
11
-
12
- mode?: 'multiple' | 'tags' | 'combobox'
13
-
14
- fieldNames?: any
9
+
10
+ preserveLabelWhenMissing?: boolean
11
+
12
+ mode?: 'multiple' | 'tags' | 'combobox'
13
+
14
+ showSearch?: boolean
15
+
16
+ fieldNames?: any
15
17
 
16
18
  borderType?: 'underline' | 'bordered' | 'none'
17
19
 
@@ -1 +1 @@
1
- .das-ui-select[data-v-0b7f804b]{--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-0b7f804b]{position:absolute;top:100%;left:0;width:var(--a6ce2bee)}.das-ui-select.show-ellipsis[data-v-0b7f804b] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-0b7f804b] .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-0b7f804b] .ant-select{width:100%;height:var(--v66954578)}.das-ui-select[data-v-0b7f804b] .ant-select .das-select-error-label-content{width:var(--a6ce2bee);font-size:12px}.das-ui-select[data-v-0b7f804b] .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-0b7f804b] .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-0b7f804b] .ant-select:hover .ant-select-arrow{color:var(--upf-select-primary-color)}.das-ui-select[data-v-0b7f804b] .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-0b7f804b] .ant-select .ant-select-clear:hover{color:var(--upf-text-secondary)}.das-ui-select[data-v-0b7f804b] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-0b7f804b] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-0b7f804b] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-0b7f804b] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-0b7f804b] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-0b7f804b] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-md)}.das-ui-select[data-v-0b7f804b] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-0b7f804b] .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-0b7f804b] .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-0b7f804b] .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-0b7f804b] .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-0b7f804b] .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-0b7f804b] .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-0b7f804b] .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-0b7f804b] .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-0b7f804b] .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-0b7f804b] .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-0b7f804b] .ant-select .ant-select-selection-item{color:var(--upf-select-text-color)}.das-ui-select[data-v-0b7f804b] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--upf-select-height-md)}.das-ui-select[data-v-0b7f804b] .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-0b7f804b] .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-0b7f804b] .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-0b7f804b] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--upf-select-max-height-md)}.das-ui-select[data-v-0b7f804b] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--upf-select-height-sm)}.das-ui-select[data-v-0b7f804b] .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-0b7f804b] .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-0b7f804b] .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-0b7f804b] .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-0b7f804b] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--upf-select-height-lg)}.das-ui-select[data-v-0b7f804b] .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-0b7f804b] .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-0b7f804b] .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-0b7f804b] .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-0b7f804b] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-0b7f804b] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-0b7f804b] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-0b7f804b] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-0b7f804b] .ant-select-disabled.ant-select .ant-select-arrow,.das-ui-select[data-v-0b7f804b] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-0b7f804b] .ant-select-disabled.ant-select .ant-tag{color:var(--upf-select-disabled-text-color)}.das-ui-select[data-v-0b7f804b] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-0b7f804b] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-0b7f804b] .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-0b7f804b] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-0b7f804b] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--upf-select-active-border-color)!important}.das-ui-select.underline[data-v-0b7f804b] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-0b7f804b] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-0b7f804b] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-0b7f804b] .ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-error-color)!important}.das-ui-select.underline[data-v-0b7f804b] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-0b7f804b] .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-0b7f804b] .ant-select .ant-select-selector{border-color:var(--upf-select-border-color)!important}.das-ui-select.bordered[data-v-0b7f804b] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-0b7f804b] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--upf-select-active-border-color)!important}.das-ui-select.bordered[data-v-0b7f804b] .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-0b7f804b] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-0b7f804b] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-0b7f804b] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-0b7f804b] .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-0b7f804b] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-0b7f804b] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-0b7f804b] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-0b7f804b] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-0b7f804b] .ant-select .ant-select-selector:hover{border-color:var(--upf-select-error-color)!important}.das-ui-select.bordered[data-v-0b7f804b] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-0b7f804b] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.none[data-v-0b7f804b] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-0b7f804b] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-0b7f804b] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-0b7f804b] .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-0b7f804b] .ant-select-disabled.ant-select .ant-select-selector input{cursor:text;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-0b7f804b] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--upf-select-text-color);cursor:default}.das-ui-select.readonly[data-v-0b7f804b] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-0b7f804b] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-0b7f804b] .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-0b7f804b] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-0b7f804b] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-0b7f804b] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-0b7f804b]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-0b7f804b]{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-c294ab77]{--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-c294ab77]{position:absolute;top:100%;left:0;width:var(--ddcf49b6)}.das-ui-select.show-ellipsis[data-v-c294ab77] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-c294ab77] .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-c294ab77] .ant-select{width:100%;height:var(--v78240fa8)}.das-ui-select[data-v-c294ab77] .ant-select .das-select-error-label-content{width:var(--ddcf49b6);font-size:12px}.das-ui-select[data-v-c294ab77] .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-c294ab77] .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-c294ab77] .ant-select:hover .ant-select-arrow{color:var(--upf-select-primary-color)}.das-ui-select[data-v-c294ab77] .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-c294ab77] .ant-select .ant-select-clear:hover{color:var(--upf-text-secondary)}.das-ui-select[data-v-c294ab77] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-c294ab77] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-c294ab77] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-c294ab77] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-c294ab77] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-c294ab77] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-md)}.das-ui-select[data-v-c294ab77] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-c294ab77] .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-c294ab77] .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-c294ab77] .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-c294ab77] .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-c294ab77] .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-c294ab77] .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-c294ab77] .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-c294ab77] .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-c294ab77] .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-c294ab77] .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-c294ab77] .ant-select .ant-select-selection-item{color:var(--upf-select-text-color)}.das-ui-select[data-v-c294ab77] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--upf-select-height-md)}.das-ui-select[data-v-c294ab77] .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-c294ab77] .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-c294ab77] .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-c294ab77] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--upf-select-max-height-md)}.das-ui-select[data-v-c294ab77] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--upf-select-height-sm)}.das-ui-select[data-v-c294ab77] .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-c294ab77] .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-c294ab77] .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-c294ab77] .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-c294ab77] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--upf-select-height-lg)}.das-ui-select[data-v-c294ab77] .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-c294ab77] .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-c294ab77] .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-c294ab77] .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-c294ab77] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-c294ab77] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-c294ab77] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-c294ab77] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-c294ab77] .ant-select-disabled.ant-select .ant-select-arrow,.das-ui-select[data-v-c294ab77] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-c294ab77] .ant-select-disabled.ant-select .ant-tag{color:var(--upf-select-disabled-text-color)}.das-ui-select[data-v-c294ab77] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-c294ab77] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-c294ab77] .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-c294ab77] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-c294ab77] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--upf-select-active-border-color)!important}.das-ui-select.underline[data-v-c294ab77] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-c294ab77] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-c294ab77] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-c294ab77] .ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-error-color)!important}.das-ui-select.underline[data-v-c294ab77] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-c294ab77] .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-c294ab77] .ant-select .ant-select-selector{border-color:var(--upf-select-border-color)!important}.das-ui-select.bordered[data-v-c294ab77] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-c294ab77] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--upf-select-active-border-color)!important}.das-ui-select.bordered[data-v-c294ab77] .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-c294ab77] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-c294ab77] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-c294ab77] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-c294ab77] .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-c294ab77] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-c294ab77] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-c294ab77] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-c294ab77] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-c294ab77] .ant-select .ant-select-selector:hover{border-color:var(--upf-select-error-color)!important}.das-ui-select.bordered[data-v-c294ab77] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-c294ab77] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.none[data-v-c294ab77] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-c294ab77] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-c294ab77] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-c294ab77] .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-c294ab77] .ant-select-disabled.ant-select .ant-select-selector input{cursor:text;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-c294ab77] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--upf-select-text-color);cursor:default}.das-ui-select.readonly[data-v-c294ab77] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-c294ab77] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-c294ab77] .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-c294ab77] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-c294ab77] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-c294ab77] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-c294ab77]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-c294ab77]{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,44 +1,44 @@
1
- import { setI18nRule as _, t as v } from "@das-fed/upf-web/packages/i18n/index";
2
- import { withInstall as $ } from "@das-fed/upf-utils/with-install/index";
3
- import { openBlock as i, createElementBlock as d, createStaticVNode as u, createElementVNode as f, defineComponent as y, useAttrs as C, normalizeClass as g, createVNode as z, unref as I, mergeProps as S, withCtx as x, renderSlot as N, h as o, isVNode as l, cloneVNode as m } from "vue";
4
- import { Spin as h } from "ant-design-vue";
1
+ import { setI18nRule as u, t as v } from "@das-fed/upf-web/packages/i18n/index";
2
+ import { withInstall as _ } from "@das-fed/upf-utils/with-install/index";
3
+ import { openBlock as n, createElementBlock as d, createStaticVNode as m, createElementVNode as l, defineComponent as $, ref as C, useAttrs as g, watch as f, h as o, normalizeClass as z, createVNode as S, unref as p, mergeProps as h, withCtx as x, renderSlot as y } from "vue";
4
+ import { Spin as I } from "ant-design-vue";
5
5
  import "ant-design-vue/es/spin/style/css";
6
6
  import { DasIconLoad as L } from "@das-fed/upf-ui/packages/icons/load/index";
7
7
  import "@das-fed/upf-ui/packages/global/theme"
8
8
  import '@das-fed/upf-ui/packages/components/spin/style.css';
9
9
  ;
10
- const p = (s, t) => {
11
- const n = s.__vccOpts || s;
12
- for (const [r, c] of t)
13
- n[r] = c;
14
- return n;
15
- }, V = {}, k = { class: "das-spin-container das-spin-page" };
16
- function w(s, t) {
17
- return i(), d("div", k, [...t[0] || (t[0] = [
18
- u('<div class="das-spin-dot-spin" data-v-323f37a9><i class="das-spin-dot-item" data-v-323f37a9></i><i class="das-spin-dot-item" data-v-323f37a9></i><i class="das-spin-dot-item" data-v-323f37a9></i><i class="das-spin-dot-item" data-v-323f37a9></i></div>', 1)
10
+ const r = (a, t) => {
11
+ const i = a.__vccOpts || a;
12
+ for (const [e, s] of t)
13
+ i[e] = s;
14
+ return i;
15
+ }, k = {}, N = { class: "das-spin-container das-spin-page" };
16
+ function B(a, t) {
17
+ return n(), d("div", N, [...t[0] || (t[0] = [
18
+ m('<div class="das-spin-dot-spin" data-v-323f37a9><i class="das-spin-dot-item" data-v-323f37a9></i><i class="das-spin-dot-item" data-v-323f37a9></i><i class="das-spin-dot-item" data-v-323f37a9></i><i class="das-spin-dot-item" data-v-323f37a9></i></div>', 1)
19
19
  ])]);
20
20
  }
21
- const A = /* @__PURE__ */ p(V, [["render", w], ["__scopeId", "data-v-323f37a9"]]), B = {}, D = { class: "das-spin-container das-spin-component" };
22
- function E(s, t) {
23
- return i(), d("div", D, [...t[0] || (t[0] = [
24
- f(
21
+ const V = /* @__PURE__ */ r(k, [["render", B], ["__scopeId", "data-v-323f37a9"]]), w = {}, D = { class: "das-spin-container das-spin-component" };
22
+ function E(a, t) {
23
+ return n(), d("div", D, [...t[0] || (t[0] = [
24
+ l(
25
25
  "div",
26
26
  { class: "das-spin-dot-spin" },
27
27
  [
28
- f("i", { class: "das-spin-dot-item" })
28
+ l("i", { class: "das-spin-dot-item" })
29
29
  ],
30
30
  -1
31
31
  /* CACHED */
32
32
  )
33
33
  ])]);
34
34
  }
35
- const O = /* @__PURE__ */ p(B, [["render", E], ["__scopeId", "data-v-f47a1ae6"]]), P = {}, b = { class: "das-spin-container das-spin-containerload" };
36
- function M(s, t) {
37
- return i(), d("div", b, [...t[0] || (t[0] = [
38
- u('<div class="das-spin-dot-spin" data-v-f7548f22><i class="das-spin-dot-item" data-v-f7548f22></i><i class="das-spin-dot-item" data-v-f7548f22></i><i class="das-spin-dot-item" data-v-f7548f22></i><i class="das-spin-dot-item" data-v-f7548f22></i></div>', 1)
35
+ const O = /* @__PURE__ */ r(w, [["render", E], ["__scopeId", "data-v-f47a1ae6"]]), P = {}, b = { class: "das-spin-container das-spin-containerload" };
36
+ function A(a, t) {
37
+ return n(), d("div", b, [...t[0] || (t[0] = [
38
+ m('<div class="das-spin-dot-spin" data-v-f7548f22><i class="das-spin-dot-item" data-v-f7548f22></i><i class="das-spin-dot-item" data-v-f7548f22></i><i class="das-spin-dot-item" data-v-f7548f22></i><i class="das-spin-dot-item" data-v-f7548f22></i></div>', 1)
39
39
  ])]);
40
40
  }
41
- const R = /* @__PURE__ */ p(P, [["render", M], ["__scopeId", "data-v-f7548f22"]]), j = /* @__PURE__ */ y({
41
+ const M = /* @__PURE__ */ r(P, [["render", A], ["__scopeId", "data-v-f7548f22"]]), R = /* @__PURE__ */ $({
42
42
  __name: "index",
43
43
  props: {
44
44
  type: { default: "page" },
@@ -47,31 +47,35 @@ const R = /* @__PURE__ */ p(P, [["render", M], ["__scopeId", "data-v-f7548f22"]]
47
47
  iconColor: { default: "var(--upf-loading-color-5, var(--upf-color-primary))" },
48
48
  full: { type: Boolean, default: !0 }
49
49
  },
50
- setup(s) {
51
- const t = s, n = C(), r = (a) => Array.isArray(a) ? a.map((e) => l(e) ? m(e) : e) : l(a) ? m(a) : a, c = () => {
52
- if (n.indicator) return r(n.indicator);
53
- if (t.type == "page") return o(A);
54
- if (t.type == "container") return o(R);
55
- if (t.type == "component") return o(O);
56
- if (t.type == "load")
57
- return o(L, {
50
+ setup(a) {
51
+ let t = a, i = C("");
52
+ const e = g();
53
+ return f(
54
+ () => t.type,
55
+ (s, c) => {
56
+ s == "page" && (i.value = o(V)), s == "container" && (i.value = o(M)), s == "component" && (i.value = o(O)), s == "load" && (i.value = o(L, {
58
57
  iconColor: t.iconColor,
59
58
  customSize: t.customSize
60
- });
61
- };
62
- return (a, e) => (i(), d(
59
+ }));
60
+ },
61
+ { immediate: !0 }
62
+ ), f(
63
+ () => e,
64
+ (s, c) => {
65
+ e.indicator && (i.value = e.indicator);
66
+ },
67
+ { immediate: !0 }
68
+ ), (s, c) => (n(), d(
63
69
  "div",
64
70
  {
65
- class: g({ "das-spin-container": !0, full: s.full })
71
+ class: z({ "das-spin-container": !0, full: a.full })
66
72
  },
67
73
  [
68
- z(I(h), S({
69
- class: `das-slef-spin ${s.size} ${s.type} `
70
- }, a.$attrs, {
71
- indicator: c()
72
- }), {
74
+ S(p(I), h({
75
+ class: `das-slef-spin ${a.size} ${a.type} `
76
+ }, s.$attrs, { indicator: p(i) }), {
73
77
  default: x(() => [
74
- N(a.$slots, "default")
78
+ y(s.$slots, "default")
75
79
  ]),
76
80
  _: 3
77
81
  /* FORWARDED */
@@ -81,10 +85,10 @@ const R = /* @__PURE__ */ p(P, [["render", M], ["__scopeId", "data-v-f7548f22"]]
81
85
  /* CLASS */
82
86
  ));
83
87
  }
84
- }), q = { 加载中: { "zh-CN": "加载中", en: "Loading", "zh-MO": "加載中", _appCode: "framework" } };
85
- _(q);
86
- const U = $(j), W = { name: `Spin ${v("加载中")}` };
88
+ }), j = { 加载中: { "zh-CN": "加载中", en: "Loading", "zh-MO": "加載中", _appCode: "framework" } };
89
+ u(j);
90
+ const T = _(R), U = { name: `Spin ${v("加载中")}` };
87
91
  export {
88
- U as DasSpin,
89
- W as default
92
+ T as DasSpin,
93
+ U as default
90
94
  };
@@ -10,6 +10,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
10
10
  readonly options?: any;
11
11
  readonly preserveLabelWhenMissing?: boolean | undefined;
12
12
  readonly mode?: ("multiple" | "tags" | "combobox") | undefined;
13
+ readonly showSearch?: boolean | undefined;
13
14
  readonly fieldNames?: any;
14
15
  readonly borderType?: ("underline" | "bordered" | "none") | undefined;
15
16
  readonly placeholder?: string | undefined;
@@ -225,6 +226,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
225
226
  readonly options?: any;
226
227
  readonly preserveLabelWhenMissing?: boolean | undefined;
227
228
  readonly mode?: ("multiple" | "tags" | "combobox") | undefined;
229
+ readonly showSearch?: boolean | undefined;
228
230
  readonly fieldNames?: any;
229
231
  readonly borderType?: ("underline" | "bordered" | "none") | undefined;
230
232
  readonly placeholder?: string | undefined;
@@ -13,6 +13,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
13
13
  readonly options?: any;
14
14
  readonly preserveLabelWhenMissing?: boolean | undefined;
15
15
  readonly mode?: ("multiple" | "tags" | "combobox") | undefined;
16
+ readonly showSearch?: boolean | undefined;
16
17
  readonly fieldNames?: any;
17
18
  readonly borderType?: ("underline" | "bordered" | "none") | undefined;
18
19
  readonly placeholder?: string | undefined;
@@ -228,6 +229,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
228
229
  readonly options?: any;
229
230
  readonly preserveLabelWhenMissing?: boolean | undefined;
230
231
  readonly mode?: ("multiple" | "tags" | "combobox") | undefined;
232
+ readonly showSearch?: boolean | undefined;
231
233
  readonly fieldNames?: any;
232
234
  readonly borderType?: ("underline" | "bordered" | "none") | undefined;
233
235
  readonly placeholder?: string | undefined;