@das-fed/upf-ui 6.4.0-dev.248 → 6.4.0-dev.250

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 (58) hide show
  1. package/front-end/i18n/front-end-page/dasui_en-US.js +2 -2
  2. package/front-end/i18n/front-end-page/dasui_zh-CN.js +2 -2
  3. package/front-end/i18n/front-end-page/dasui_zh-MO.js +2 -2
  4. package/package.json +3 -3
  5. package/packages/components/button/style.css +1 -1
  6. package/packages/components/button/style.css.gz +0 -0
  7. package/packages/components/checkbox/index.d.ts +9 -9
  8. package/packages/components/checkbox/index.js +1 -1
  9. package/packages/components/checkbox/index.js.gz +0 -0
  10. package/packages/components/checkbox/src/Index.vue.d.ts +1 -1
  11. package/packages/components/checkbox/style.css +1 -1
  12. package/packages/components/checkbox/style.css.gz +0 -0
  13. package/packages/components/date-picker/index.js +637 -636
  14. package/packages/components/date-picker/index.js.gz +0 -0
  15. package/packages/components/date-picker/style.css +1 -1
  16. package/packages/components/date-picker/style.css.gz +0 -0
  17. package/packages/components/icon/style.css +1 -1
  18. package/packages/components/loading/index.js +176 -174
  19. package/packages/components/loading/index.js.gz +0 -0
  20. package/packages/components/progress/index.js +207 -213
  21. package/packages/components/progress/index.js.gz +0 -0
  22. package/packages/components/progress/style.css +1 -1
  23. package/packages/components/progress/style.css.gz +0 -0
  24. package/packages/components/radio/index.d.ts +9 -9
  25. package/packages/components/radio/src/Index.vue.d.ts +1 -1
  26. package/packages/components/radio/style.css +1 -1
  27. package/packages/components/radio/style.css.gz +0 -0
  28. package/packages/components/search-form/index.js +124 -124
  29. package/packages/components/search-form/index.js.gz +0 -0
  30. package/packages/components/search-form/src/InputSelect.vue.d.ts +2 -2
  31. package/packages/components/search-form/src/SearchDateRange.vue.d.ts +2 -2
  32. package/packages/components/search-form/src/hooks/searchFormItem.d.ts +1 -1
  33. package/packages/components/search-form/style.css +1 -1
  34. package/packages/components/search-form/style.css.gz +0 -0
  35. package/packages/components/select/index.d.ts +12 -0
  36. package/packages/components/select/index.js +521 -426
  37. package/packages/components/select/index.js.gz +0 -0
  38. package/packages/components/select/src/Select.vue.d.ts +4 -0
  39. package/packages/components/select/src/type.d.ts +10 -0
  40. package/packages/components/select/style.css +1 -1
  41. package/packages/components/select/style.css.gz +0 -0
  42. package/packages/components/spin/index.js +46 -52
  43. package/packages/components/spin/index.js.gz +0 -0
  44. package/packages/components/tag/index.d.ts +3 -3
  45. package/packages/components/tag/src/Index.vue.d.ts +1 -1
  46. package/packages/components/tooltip/index.d.ts +9 -9
  47. package/packages/components/tooltip/src/index.vue.d.ts +1 -1
  48. package/packages/components/tree-select/src/App.vue.d.ts +28 -2
  49. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +28 -2
  50. package/packages/components/tree-v2/style.css +1 -1
  51. package/packages/components/tree-v2/style.css.gz +0 -0
  52. package/packages/components/virtual-tree/index.js +99 -105
  53. package/packages/components/virtual-tree/index.js.gz +0 -0
  54. package/presets/theme-cjb.css +14 -11
  55. package/presets/theme-default.css +14 -11
  56. package/presets/theme-dkh.css +14 -11
  57. package/presets/theme-ssl.css +24 -21
  58. package/theme-default.css +14 -11
@@ -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: {
@@ -11,6 +11,8 @@ export interface Props {
11
11
 
12
12
  mode?: 'multiple' | 'tags' | 'combobox'
13
13
 
14
+ showSearch?: boolean
15
+
14
16
  fieldNames?: any
15
17
 
16
18
  borderType?: 'underline' | 'bordered' | 'none'
@@ -70,6 +72,14 @@ export interface Props {
70
72
  inputAttrs?: any
71
73
 
72
74
  showSelectAll?: boolean
75
+
76
+ optionPaging?: boolean
77
+
78
+ optionPageSize?: number
79
+
80
+ optionPagingDebug?: boolean
81
+
82
+ largeSelectionCollapseThreshold?: number
73
83
  }
74
84
 
75
85
  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-00ff3a8a]{--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-00ff3a8a]{position:absolute;top:100%;left:0;width:var(--v508aeef9)}.das-ui-select.show-ellipsis[data-v-00ff3a8a] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-00ff3a8a] .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-00ff3a8a] .ant-select{width:100%;height:var(--b1f81358)}.das-ui-select[data-v-00ff3a8a] .ant-select .das-select-error-label-content{width:var(--v508aeef9);font-size:12px}.das-ui-select[data-v-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .ant-select:hover .ant-select-arrow{color:var(--upf-select-primary-color)}.das-ui-select[data-v-00ff3a8a] .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-00ff3a8a] .ant-select .ant-select-clear:hover{color:var(--upf-text-secondary)}.das-ui-select[data-v-00ff3a8a] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-00ff3a8a] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-00ff3a8a] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-00ff3a8a] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-00ff3a8a] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-md)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .ant-select .ant-select-selection-item{color:var(--upf-select-text-color)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--upf-select-height-md)}.das-ui-select[data-v-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--upf-select-max-height-md)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--upf-select-height-sm)}.das-ui-select[data-v-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--upf-select-height-lg)}.das-ui-select[data-v-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .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-00ff3a8a] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-00ff3a8a] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-00ff3a8a] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-00ff3a8a] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-arrow,.das-ui-select[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-tag{color:var(--upf-select-disabled-text-color)}.das-ui-select[data-v-00ff3a8a] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-00ff3a8a] .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-00ff3a8a] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-00ff3a8a] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--upf-select-active-border-color)!important}.das-ui-select.underline[data-v-00ff3a8a] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-00ff3a8a] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-00ff3a8a] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-00ff3a8a] .ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-error-color)!important}.das-ui-select.underline[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-00ff3a8a] .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-00ff3a8a] .ant-select .ant-select-selector{border-color:var(--upf-select-border-color)!important}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-00ff3a8a] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--upf-select-active-border-color)!important}.das-ui-select.bordered[data-v-00ff3a8a] .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-00ff3a8a] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-00ff3a8a] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-00ff3a8a] .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-00ff3a8a] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-00ff3a8a] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-00ff3a8a] .ant-select .ant-select-selector:hover{border-color:var(--upf-select-error-color)!important}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.none[data-v-00ff3a8a] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-00ff3a8a] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-00ff3a8a] .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-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selector input{cursor:text;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--upf-select-text-color);cursor:default}.das-ui-select.readonly[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-00ff3a8a] .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-00ff3a8a] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-00ff3a8a] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-00ff3a8a] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-00ff3a8a]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-00ff3a8a]{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 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";
1
+ import { setI18nRule as f, t as l } from "@das-fed/upf-web/packages/i18n/index";
2
+ import { withInstall as m } from "@das-fed/upf-utils/with-install/index";
3
+ import { openBlock as e, createElementBlock as o, createStaticVNode as p, createElementVNode as c, defineComponent as u, useAttrs as _, computed as v, h as i, normalizeClass as $, createVNode as C, unref as g, mergeProps as y, withCtx as z, renderSlot as S } from "vue";
4
+ import { Spin as x } from "ant-design-vue";
5
5
  import "ant-design-vue/es/spin/style/css";
6
- import { DasIconLoad as L } from "@das-fed/upf-ui/packages/icons/load/index";
6
+ import { DasIconLoad as h } 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 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)
10
+ const r = (s, t) => {
11
+ const a = s.__vccOpts || s;
12
+ for (const [d, n] of t)
13
+ a[d] = n;
14
+ return a;
15
+ }, I = {}, L = { class: "das-spin-container das-spin-page" };
16
+ function k(s, t) {
17
+ return e(), o("div", L, [...t[0] || (t[0] = [
18
+ p('<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 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(
21
+ const N = /* @__PURE__ */ r(I, [["render", k], ["__scopeId", "data-v-323f37a9"]]), w = {}, B = { class: "das-spin-container das-spin-component" };
22
+ function V(s, t) {
23
+ return e(), o("div", B, [...t[0] || (t[0] = [
24
+ c(
25
25
  "div",
26
26
  { class: "das-spin-dot-spin" },
27
27
  [
28
- l("i", { class: "das-spin-dot-item" })
28
+ c("i", { class: "das-spin-dot-item" })
29
29
  ],
30
30
  -1
31
31
  /* CACHED */
32
32
  )
33
33
  ])]);
34
34
  }
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)
35
+ const D = /* @__PURE__ */ r(w, [["render", V], ["__scopeId", "data-v-f47a1ae6"]]), E = {}, O = { class: "das-spin-container das-spin-containerload" };
36
+ function P(s, t) {
37
+ return e(), o("div", O, [...t[0] || (t[0] = [
38
+ p('<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 M = /* @__PURE__ */ r(P, [["render", A], ["__scopeId", "data-v-f7548f22"]]), R = /* @__PURE__ */ $({
41
+ const b = /* @__PURE__ */ r(E, [["render", P], ["__scopeId", "data-v-f7548f22"]]), A = /* @__PURE__ */ u({
42
42
  __name: "index",
43
43
  props: {
44
44
  type: { default: "page" },
@@ -47,35 +47,29 @@ const M = /* @__PURE__ */ r(P, [["render", A], ["__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(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, {
50
+ setup(s) {
51
+ const t = s, a = _(), d = v(() => {
52
+ if (a.indicator) return a.indicator;
53
+ if (t.type == "page") return i(N);
54
+ if (t.type == "container") return i(b);
55
+ if (t.type == "component") return i(D);
56
+ if (t.type == "load")
57
+ return i(h, {
57
58
  iconColor: t.iconColor,
58
59
  customSize: t.customSize
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(
60
+ });
61
+ });
62
+ return (n, R) => (e(), o(
69
63
  "div",
70
64
  {
71
- class: z({ "das-spin-container": !0, full: a.full })
65
+ class: $({ "das-spin-container": !0, full: s.full })
72
66
  },
73
67
  [
74
- S(p(I), h({
75
- class: `das-slef-spin ${a.size} ${a.type} `
76
- }, s.$attrs, { indicator: p(i) }), {
77
- default: x(() => [
78
- y(s.$slots, "default")
68
+ C(g(x), y({
69
+ class: `das-slef-spin ${s.size} ${s.type} `
70
+ }, n.$attrs, { indicator: d.value }), {
71
+ default: z(() => [
72
+ S(n.$slots, "default")
79
73
  ]),
80
74
  _: 3
81
75
  /* FORWARDED */
@@ -85,10 +79,10 @@ const M = /* @__PURE__ */ r(P, [["render", A], ["__scopeId", "data-v-f7548f22"]]
85
79
  /* CLASS */
86
80
  ));
87
81
  }
88
- }), j = { 加载中: { "zh-CN": "加载中", en: "Loading", "zh-MO": "加載中", _appCode: "framework" } };
89
- u(j);
90
- const T = _(R), U = { name: `Spin ${v("加载中")}` };
82
+ }), M = { 加载中: { "zh-CN": "加载中", en: "Loading", "zh-MO": "加載中", _appCode: "framework" } };
83
+ f(M);
84
+ const Q = m(A), T = { name: `Spin ${l("加载中")}` };
91
85
  export {
92
- T as DasSpin,
93
- U as default
86
+ Q as DasSpin,
87
+ T as default
94
88
  };
@@ -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" | "placement" | "selfPopperClass" | "effect" | "customClass" | "textWidth" | "textHtml" | "isMaxheight")> & import("vue").ShallowUnwrapRef<{
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" | "placement" | "selfPopperClass" | "effect" | "customClass" | "textWidth" | "textHtml" | "isMaxheight")> & import("vue").ShallowUnwrapRef<{
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;
@@ -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;
@@ -40,6 +41,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
40
41
  readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
41
42
  readonly inputAttrs?: any;
42
43
  readonly showSelectAll?: boolean | undefined;
44
+ readonly optionPaging?: boolean | undefined;
45
+ readonly optionPageSize?: number | undefined;
46
+ readonly optionPagingDebug?: boolean | undefined;
47
+ readonly largeSelectionCollapseThreshold?: number | undefined;
43
48
  readonly onBlur?: ((val: any) => any) | undefined;
44
49
  readonly onChange?: ((currValue: any, options: any) => any) | undefined;
45
50
  readonly onFocus?: ((val: any) => any) | undefined;
@@ -108,6 +113,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
108
113
  maxTagsLength: number;
109
114
  isExterControlCount: boolean;
110
115
  showSelectAll: boolean;
116
+ optionPaging: boolean;
117
+ optionPageSize: number;
118
+ optionPagingDebug: boolean;
119
+ largeSelectionCollapseThreshold: number;
111
120
  }, {}, string, {}, {
112
121
  VNodes: (_: any, { attrs }: Omit<{
113
122
  attrs: {
@@ -169,6 +178,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
169
178
  maxTagsLength: number;
170
179
  isExterControlCount: boolean;
171
180
  showSelectAll: boolean;
181
+ optionPaging: boolean;
182
+ optionPageSize: number;
183
+ optionPagingDebug: boolean;
184
+ largeSelectionCollapseThreshold: number;
172
185
  }> & Omit<Readonly<import("../../select/src/type").Props> & Readonly<{
173
186
  onBlur?: ((val: any) => any) | undefined;
174
187
  onChange?: ((currValue: any, options: any) => any) | undefined;
@@ -176,7 +189,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
176
189
  "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
177
190
  onDropdownVisibleChange?: ((val: any) => any) | undefined;
178
191
  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<{
192
+ }>, "$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
193
  $select: import("vue").Ref<any, any>;
181
194
  toChangeMaxCount: (isFocus: boolean) => void;
182
195
  }> & {} & import("vue").ComponentCustomProperties & {} & {
@@ -213,6 +226,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
213
226
  readonly options?: any;
214
227
  readonly preserveLabelWhenMissing?: boolean | undefined;
215
228
  readonly mode?: ("multiple" | "tags" | "combobox") | undefined;
229
+ readonly showSearch?: boolean | undefined;
216
230
  readonly fieldNames?: any;
217
231
  readonly borderType?: ("underline" | "bordered" | "none") | undefined;
218
232
  readonly placeholder?: string | undefined;
@@ -243,6 +257,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
243
257
  readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
244
258
  readonly inputAttrs?: any;
245
259
  readonly showSelectAll?: boolean | undefined;
260
+ readonly optionPaging?: boolean | undefined;
261
+ readonly optionPageSize?: number | undefined;
262
+ readonly optionPagingDebug?: boolean | undefined;
263
+ readonly largeSelectionCollapseThreshold?: number | undefined;
246
264
  readonly onBlur?: ((val: any) => any) | undefined;
247
265
  readonly onChange?: ((currValue: any, options: any) => any) | undefined;
248
266
  readonly onFocus?: ((val: any) => any) | undefined;
@@ -311,6 +329,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
311
329
  maxTagsLength: number;
312
330
  isExterControlCount: boolean;
313
331
  showSelectAll: boolean;
332
+ optionPaging: boolean;
333
+ optionPageSize: number;
334
+ optionPagingDebug: boolean;
335
+ largeSelectionCollapseThreshold: number;
314
336
  }, {}, string, {}, {
315
337
  VNodes: (_: any, { attrs }: Omit<{
316
338
  attrs: {
@@ -372,6 +394,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
372
394
  maxTagsLength: number;
373
395
  isExterControlCount: boolean;
374
396
  showSelectAll: boolean;
397
+ optionPaging: boolean;
398
+ optionPageSize: number;
399
+ optionPagingDebug: boolean;
400
+ largeSelectionCollapseThreshold: number;
375
401
  }> & Omit<Readonly<import("../../select/src/type").Props> & Readonly<{
376
402
  onBlur?: ((val: any) => any) | undefined;
377
403
  onChange?: ((currValue: any, options: any) => any) | undefined;
@@ -379,7 +405,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
379
405
  "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
380
406
  onDropdownVisibleChange?: ((val: any) => any) | undefined;
381
407
  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<{
408
+ }>, "$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
409
  $select: import("vue").Ref<any, any>;
384
410
  toChangeMaxCount: (isFocus: boolean) => void;
385
411
  }> & {} & import("vue").ComponentCustomProperties & {} & {
@@ -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;
@@ -43,6 +44,10 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
43
44
  readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
44
45
  readonly inputAttrs?: any;
45
46
  readonly showSelectAll?: boolean | undefined;
47
+ readonly optionPaging?: boolean | undefined;
48
+ readonly optionPageSize?: number | undefined;
49
+ readonly optionPagingDebug?: boolean | undefined;
50
+ readonly largeSelectionCollapseThreshold?: number | undefined;
46
51
  readonly onBlur?: ((val: any) => any) | undefined;
47
52
  readonly onChange?: ((currValue: any, options: any) => any) | undefined;
48
53
  readonly onFocus?: ((val: any) => any) | undefined;
@@ -111,6 +116,10 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
111
116
  maxTagsLength: number;
112
117
  isExterControlCount: boolean;
113
118
  showSelectAll: boolean;
119
+ optionPaging: boolean;
120
+ optionPageSize: number;
121
+ optionPagingDebug: boolean;
122
+ largeSelectionCollapseThreshold: number;
114
123
  }, {}, string, {}, {
115
124
  VNodes: (_: any, { attrs }: Omit<{
116
125
  attrs: {
@@ -172,6 +181,10 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
172
181
  maxTagsLength: number;
173
182
  isExterControlCount: boolean;
174
183
  showSelectAll: boolean;
184
+ optionPaging: boolean;
185
+ optionPageSize: number;
186
+ optionPagingDebug: boolean;
187
+ largeSelectionCollapseThreshold: number;
175
188
  }> & Omit<Readonly<import("../../../select/src/type").Props> & Readonly<{
176
189
  onBlur?: ((val: any) => any) | undefined;
177
190
  onChange?: ((currValue: any, options: any) => any) | undefined;
@@ -179,7 +192,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
179
192
  "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
180
193
  onDropdownVisibleChange?: ((val: any) => any) | undefined;
181
194
  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<{
195
+ }>, "$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
196
  $select: import("vue").Ref<any, any>;
184
197
  toChangeMaxCount: (isFocus: boolean) => void;
185
198
  }> & {} & import("vue").ComponentCustomProperties & {} & {
@@ -216,6 +229,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
216
229
  readonly options?: any;
217
230
  readonly preserveLabelWhenMissing?: boolean | undefined;
218
231
  readonly mode?: ("multiple" | "tags" | "combobox") | undefined;
232
+ readonly showSearch?: boolean | undefined;
219
233
  readonly fieldNames?: any;
220
234
  readonly borderType?: ("underline" | "bordered" | "none") | undefined;
221
235
  readonly placeholder?: string | undefined;
@@ -246,6 +260,10 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
246
260
  readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
247
261
  readonly inputAttrs?: any;
248
262
  readonly showSelectAll?: boolean | undefined;
263
+ readonly optionPaging?: boolean | undefined;
264
+ readonly optionPageSize?: number | undefined;
265
+ readonly optionPagingDebug?: boolean | undefined;
266
+ readonly largeSelectionCollapseThreshold?: number | undefined;
249
267
  readonly onBlur?: ((val: any) => any) | undefined;
250
268
  readonly onChange?: ((currValue: any, options: any) => any) | undefined;
251
269
  readonly onFocus?: ((val: any) => any) | undefined;
@@ -314,6 +332,10 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
314
332
  maxTagsLength: number;
315
333
  isExterControlCount: boolean;
316
334
  showSelectAll: boolean;
335
+ optionPaging: boolean;
336
+ optionPageSize: number;
337
+ optionPagingDebug: boolean;
338
+ largeSelectionCollapseThreshold: number;
317
339
  }, {}, string, {}, {
318
340
  VNodes: (_: any, { attrs }: Omit<{
319
341
  attrs: {
@@ -375,6 +397,10 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
375
397
  maxTagsLength: number;
376
398
  isExterControlCount: boolean;
377
399
  showSelectAll: boolean;
400
+ optionPaging: boolean;
401
+ optionPageSize: number;
402
+ optionPagingDebug: boolean;
403
+ largeSelectionCollapseThreshold: number;
378
404
  }> & Omit<Readonly<import("../../../select/src/type").Props> & Readonly<{
379
405
  onBlur?: ((val: any) => any) | undefined;
380
406
  onChange?: ((currValue: any, options: any) => any) | undefined;
@@ -382,7 +408,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
382
408
  "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
383
409
  onDropdownVisibleChange?: ((val: any) => any) | undefined;
384
410
  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<{
411
+ }>, "$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
412
  $select: import("vue").Ref<any, any>;
387
413
  toChangeMaxCount: (isFocus: boolean) => void;
388
414
  }> & {} & import("vue").ComponentCustomProperties & {} & {