@das-fed/upf-ui 6.4.0-dev.247 → 6.4.0-dev.249

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/front-end/i18n/front-end-page/dasui_en-US.js +1 -1
  2. package/front-end/i18n/front-end-page/dasui_zh-CN.js +1 -1
  3. package/front-end/i18n/front-end-page/dasui_zh-MO.js +1 -1
  4. package/package.json +3 -3
  5. package/packages/business-components/ai-panel/index.js +3 -2
  6. package/packages/business-components/app-container/index.js +3 -2
  7. package/packages/business-components/area-phone-select/index.js +3 -2
  8. package/packages/business-components/change-enterprises/index.js +3 -2
  9. package/packages/business-components/change-pwd/index.js +3 -2
  10. package/packages/business-components/currency-page/index.js +3 -2
  11. package/packages/business-components/device-panel/index.js +3 -2
  12. package/packages/business-components/echarts/index.js +3 -2
  13. package/packages/business-components/export-button/index.js +3 -2
  14. package/packages/business-components/import-button/index.js +3 -2
  15. package/packages/business-components/layout-breadcrumb/index.js +3 -2
  16. package/packages/business-components/model-table-dialog/index.js +3 -2
  17. package/packages/business-components/payment/index.js +3 -2
  18. package/packages/business-components/process-configuration/index.js +3 -2
  19. package/packages/business-components/process-form/index.js +3 -2
  20. package/packages/business-components/process-log/index.js +3 -2
  21. package/packages/business-components/process-table/index.js +3 -2
  22. package/packages/business-components/upload-file/index.js +3 -2
  23. package/packages/business-components/urgent-panel/index.js +3 -2
  24. package/packages/business-components/user-org-dialog/index.js +3 -2
  25. package/packages/business-components/video-dialog/index.js +3 -2
  26. package/packages/components/alert/index.js +3 -2
  27. package/packages/components/audio-video/index.js +3 -2
  28. package/packages/components/autocomplete/index.js +3 -2
  29. package/packages/components/breadcrumb/index.js +3 -2
  30. package/packages/components/button/index.js +3 -2
  31. package/packages/components/button/style.css +1 -1
  32. package/packages/components/button/style.css.gz +0 -0
  33. package/packages/components/calendar/index.js +3 -2
  34. package/packages/components/cascader/index.js +3 -2
  35. package/packages/components/checkbox/index.js +4 -3
  36. package/packages/components/checkbox/index.js.gz +0 -0
  37. package/packages/components/checkbox/style.css +1 -1
  38. package/packages/components/checkbox/style.css.gz +0 -0
  39. package/packages/components/collapse-panel/index.js +3 -2
  40. package/packages/components/collapse-transition/index.js +3 -2
  41. package/packages/components/collaspe/index.js +3 -2
  42. package/packages/components/color-picker/index.js +3 -2
  43. package/packages/components/custom-search-item/index.js +3 -2
  44. package/packages/components/date-picker/index.js +3 -2
  45. package/packages/components/dialog/index.js +3 -2
  46. package/packages/components/dimple-layout/index.js +3 -2
  47. package/packages/components/drawer/index.js +3 -2
  48. package/packages/components/dropdown/index.js +3 -2
  49. package/packages/components/edit-table/index.js +3 -2
  50. package/packages/components/empty/index.js +3 -2
  51. package/packages/components/form/index.js +3 -2
  52. package/packages/components/form-item/index.js +3 -2
  53. package/packages/components/icon/index.js +3 -2
  54. package/packages/components/icon/style.css +1 -1
  55. package/packages/components/image-upload/index.js +3 -2
  56. package/packages/components/image-viewer/index.js +3 -2
  57. package/packages/components/input/index.js +3 -2
  58. package/packages/components/input-dialog-select/index.js +3 -2
  59. package/packages/components/input-number/index.js +3 -2
  60. package/packages/components/live-player/index.js +3 -2
  61. package/packages/components/loading/index.js +3 -2
  62. package/packages/components/map/index.js +3 -2
  63. package/packages/components/menu-aside/index.js +3 -2
  64. package/packages/components/menu-header/index.js +3 -2
  65. package/packages/components/message/index.js +3 -2
  66. package/packages/components/notification/index.js +3 -2
  67. package/packages/components/pagination/index.js +3 -2
  68. package/packages/components/popover/index.js +3 -2
  69. package/packages/components/popup-mask/index.js +3 -2
  70. package/packages/components/preview/index.js +3 -2
  71. package/packages/components/progress/index.js +3 -2
  72. package/packages/components/radio/index.js +3 -2
  73. package/packages/components/radio/style.css +1 -1
  74. package/packages/components/radio/style.css.gz +0 -0
  75. package/packages/components/radio-tabs/index.js +3 -2
  76. package/packages/components/rich-editor/index.js +3 -2
  77. package/packages/components/scrollbar/index.js +3 -2
  78. package/packages/components/search/index.js +3 -2
  79. package/packages/components/search-form/index.js +3 -2
  80. package/packages/components/select/index.d.ts +12 -0
  81. package/packages/components/select/index.js +521 -426
  82. package/packages/components/select/index.js.gz +0 -0
  83. package/packages/components/select/src/Select.vue.d.ts +4 -0
  84. package/packages/components/select/src/type.d.ts +8 -0
  85. package/packages/components/select/style.css +1 -1
  86. package/packages/components/select/style.css.gz +0 -0
  87. package/packages/components/select-input/index.js +3 -2
  88. package/packages/components/select-list/index.js +3 -2
  89. package/packages/components/special-range-picker-month/index.js +3 -2
  90. package/packages/components/special-range-picker-year/index.js +3 -2
  91. package/packages/components/spin/index.js +3 -2
  92. package/packages/components/split-panel/index.js +3 -2
  93. package/packages/components/step/index.js +3 -2
  94. package/packages/components/steps/index.js +3 -2
  95. package/packages/components/switch/index.js +3 -2
  96. package/packages/components/table/index.js +3 -2
  97. package/packages/components/tabs/index.js +3 -2
  98. package/packages/components/tag/index.d.ts +3 -3
  99. package/packages/components/tag/index.js +3 -2
  100. package/packages/components/tag/src/Index.vue.d.ts +1 -1
  101. package/packages/components/text-tooltip/index.js +3 -2
  102. package/packages/components/time-line/index.js +3 -2
  103. package/packages/components/tooltip/index.d.ts +9 -9
  104. package/packages/components/tooltip/index.js +3 -2
  105. package/packages/components/tooltip/src/index.vue.d.ts +1 -1
  106. package/packages/components/tree/index.js +3 -2
  107. package/packages/components/tree-select/index.js +3 -2
  108. package/packages/components/tree-select/src/App.vue.d.ts +26 -2
  109. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +26 -2
  110. package/packages/components/tree-table/index.js +3 -2
  111. package/packages/components/tree-v2/index.js +3 -2
  112. package/packages/components/tree-v2/style.css +1 -1
  113. package/packages/components/tree-v2/style.css.gz +0 -0
  114. package/packages/components/upload/index.js +3 -2
  115. package/packages/components/virtual-tree/index.js +3 -2
  116. package/packages/components/watermark/index.js +3 -2
  117. package/packages/global/style/index.js +1 -1
  118. package/packages/global/theme/index.d.ts +2 -0
  119. package/packages/global/theme/index.js +13 -11
  120. package/presets/theme-cjb.css +14 -11
  121. package/presets/theme-default.css +14 -11
  122. package/presets/theme-dkh.css +14 -11
  123. package/presets/theme-ssl.css +24 -21
  124. 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: {
@@ -70,6 +70,14 @@ export interface Props {
70
70
  inputAttrs?: any
71
71
 
72
72
  showSelectAll?: boolean
73
+
74
+ optionPaging?: boolean
75
+
76
+ optionPageSize?: number
77
+
78
+ optionPagingDebug?: boolean
79
+
80
+ largeSelectionCollapseThreshold?: number
73
81
  }
74
82
 
75
83
  export interface Emits {
@@ -1 +1 @@
1
- .das-ui-select[data-v-ed8bd659]{--upf-select-text-color: var(--upf-text-primary);--upf-select-placeholder-color: var(--upf-text-placeholder);--upf-select-border-color: var(--upf-border-color, #d9d9d9);--upf-select-underline-color: var(--upf-text-disabled);--upf-select-active-border-color: var(--upf-form-active-border-color, var(--upf-color-primary));--upf-select-primary-color: var(--upf-color-primary);--upf-select-error-color: var(--upf-color-error);--upf-select-disabled-text-color: var(--upf-text-disabled);--upf-select-disabled-border-color: var(--upf-border-color, #d9d9d9);--upf-select-disabled-bg-color: var(--upf-bg-secondary);--upf-select-option-active-bg: var(--upf-menu-hover-bg);--upf-select-help-color: var(--upf-text-secondary);--upf-select-overlay-error-color: var(--upf-color-error);--upf-select-height-sm: 24px;--upf-select-height-md: 32px;--upf-select-height-lg: 36px;--upf-select-max-height-sm: 66px;--upf-select-max-height-md: 82px;--upf-select-max-height-lg: 85px;--upf-select-tag-font-size-sm: 14px;--upf-select-tag-font-size-md: 14px;--upf-select-tag-font-size-lg: 15px;display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-ed8bd659]{position:absolute;top:100%;left:0;width:var(--v8a55b21e)}.das-ui-select.show-ellipsis[data-v-ed8bd659] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-ed8bd659] .ant-select-selection-overflow-item.ellipsis .ant-tag span:nth-of-type(1){width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.das-ui-select[data-v-ed8bd659] .ant-select{width:100%;height:var(--f3fe8548)}.das-ui-select[data-v-ed8bd659] .ant-select .das-select-error-label-content{width:var(--v8a55b21e);font-size:12px}.das-ui-select[data-v-ed8bd659] .ant-select .das-select-error-label-content .label{display:block;color:var(--upf-select-overlay-error-color);white-space:break-spaces}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-arrow{color:var(--upf-text-secondary);width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-ed8bd659] .ant-select:hover .ant-select-arrow{color:var(--upf-select-primary-color)}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-clear{color:var(--upf-text-placeholder);width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:auto}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-clear:hover{color:var(--upf-text-secondary)}.das-ui-select[data-v-ed8bd659] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-md)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-sm)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-lg)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select .ant-select-selection-item{color:var(--upf-select-text-color)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--upf-select-height-md)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0px;-webkit-margin-start:0px;height:calc(var(--upf-select-height-md) - 2px);line-height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-tag{color:var(--upf-select-text-color);height:calc(var(--upf-select-height-md) - 4px);line-height:calc(var(--upf-select-height-md) - 5px);font-size:var(--upf-select-tag-font-size-md);margin-bottom:0;margin-right:0}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selection-item{height:calc(var(--upf-select-height-md) - 4px);font-size:var(--upf-select-tag-font-size-md);margin-top:0;margin-bottom:0;border:none;background-color:transparent;-webkit-margin-end:0px;margin-inline-end:0px;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--upf-select-max-height-md)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--upf-select-height-sm)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:calc(var(--upf-select-height-sm) - 2px);line-height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-sm .ant-tag{height:calc(var(--upf-select-height-sm) - 4px);line-height:calc(var(--upf-select-height-sm) - 5px);font-size:var(--upf-select-tag-font-size-sm)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:calc(var(--upf-select-height-sm) - 2px);line-height:calc(var(--upf-select-height-sm) - 2px);font-size:var(--upf-select-tag-font-size-sm)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-overflow{max-height:var(--upf-select-max-height-sm)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--upf-select-height-lg)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:calc(var(--upf-select-height-lg) - 2px);line-height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-lg .ant-tag{height:calc(var(--upf-select-height-lg) - 8px);line-height:calc(var(--upf-select-height-lg) - 8px);font-size:var(--upf-select-tag-font-size-lg)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:calc(var(--upf-select-height-lg) - 7px);line-height:calc(var(--upf-select-height-lg) - 7px);font-size:var(--upf-select-tag-font-size-lg)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow{max-height:var(--upf-select-max-height-lg)}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-ed8bd659] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-ed8bd659] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-ed8bd659] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-arrow,.das-ui-select[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-tag{color:var(--upf-select-disabled-text-color)}.das-ui-select[data-v-ed8bd659] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-ed8bd659] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-ed8bd659] .ant-select .ant-select-selector{border-radius:0;border-color:transparent!important;border-bottom-color:var(--upf-select-underline-color)!important;background-color:transparent!important;padding:0!important}.das-ui-select.underline[data-v-ed8bd659] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-ed8bd659] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--upf-select-active-border-color)!important}.das-ui-select.underline[data-v-ed8bd659] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-ed8bd659] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-ed8bd659] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-ed8bd659] .ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-error-color)!important}.das-ui-select.underline[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.bordered[data-v-ed8bd659] .ant-select .ant-select-selector{border-color:var(--upf-select-border-color)!important}.das-ui-select.bordered[data-v-ed8bd659] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-ed8bd659] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--upf-select-active-border-color)!important}.das-ui-select.bordered[data-v-ed8bd659] .ant-select .ant-select-selector .ant-select-selection-search{-webkit-user-select:text;user-select:text;cursor:text;left:8px}.das-ui-select.bordered[data-v-ed8bd659] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-ed8bd659] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-ed8bd659] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px;-webkit-user-select:text;user-select:text}.das-ui-select.bordered[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-ed8bd659] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-ed8bd659] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-ed8bd659] .ant-select .ant-select-selector:hover{border-color:var(--upf-select-error-color)!important}.das-ui-select.bordered[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.none[data-v-ed8bd659] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-ed8bd659] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selector input{cursor:text;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--upf-select-text-color);cursor:default}.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:var(--upf-select-text-color);border-color:transparent}.das-ui-select.readonly[data-v-ed8bd659] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-ed8bd659] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-ed8bd659] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-ed8bd659]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-ed8bd659]{display:block;color:var(--upf-select-error-color)}.das-ui-select-dorpdown .hasNoData{padding:2px 0 6px;color:var(--upf-text-primary);font-size:12px}.das-ui-select-dorpdown .das-select-checkbox.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{padding:0!important}.das-ui-select-dorpdown .das-multiple-option-item{display:flex}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--upf-color-primary-bg);font-weight:400;color:var(--upf-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--upf-text-primary)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--upf-border-color)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--upf-text-secondary)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--upf-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-state{display:none}.das-ui-select-dorpdown .das-ui-checkbox{display:inline-block;margin-right:5px}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-show{right:4px!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb{width:8px!important;left:1px!important;background:#b2b2b2!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb:hover{width:10px!important;left:0!important;background:#999!important}.das-ui-select-dorpdown .customDropdown{display:flex;align-items:center;padding:6px 12px 2px;cursor:pointer;border-top:1px solid var(--upf-border-color)}.das-ui-select-dorpdown .customDropdown .el-input{height:28px}.das-ui-select-dorpdown .customDropdown .addBtn{margin-left:12px;cursor:pointer;flex-shrink:0;font-family:Microsoft YaHei;font-size:12px;font-weight:400;height:28px;line-height:28px;text-align:center;letter-spacing:0px;color:var(--upf-text-primary)}
1
+ .das-ui-select[data-v-93b3fa17]{--upf-select-text-color: var(--upf-text-primary);--upf-select-placeholder-color: var(--upf-text-placeholder);--upf-select-border-color: var(--upf-border-color, #d9d9d9);--upf-select-underline-color: var(--upf-text-disabled);--upf-select-active-border-color: var(--upf-form-active-border-color, var(--upf-color-primary));--upf-select-primary-color: var(--upf-color-primary);--upf-select-error-color: var(--upf-color-error);--upf-select-disabled-text-color: var(--upf-text-disabled);--upf-select-disabled-border-color: var(--upf-border-color, #d9d9d9);--upf-select-disabled-bg-color: var(--upf-bg-secondary);--upf-select-option-active-bg: var(--upf-menu-hover-bg);--upf-select-help-color: var(--upf-text-secondary);--upf-select-overlay-error-color: var(--upf-color-error);--upf-select-height-sm: 24px;--upf-select-height-md: 32px;--upf-select-height-lg: 36px;--upf-select-max-height-sm: 66px;--upf-select-max-height-md: 82px;--upf-select-max-height-lg: 85px;--upf-select-tag-font-size-sm: 14px;--upf-select-tag-font-size-md: 14px;--upf-select-tag-font-size-lg: 15px;display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-93b3fa17]{position:absolute;top:100%;left:0;width:var(--c89c8c78)}.das-ui-select.show-ellipsis[data-v-93b3fa17] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-93b3fa17] .ant-select-selection-overflow-item.ellipsis .ant-tag span:nth-of-type(1){width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.das-ui-select[data-v-93b3fa17] .ant-select{width:100%;height:var(--v7e92f62e)}.das-ui-select[data-v-93b3fa17] .ant-select .das-select-error-label-content{width:var(--c89c8c78);font-size:12px}.das-ui-select[data-v-93b3fa17] .ant-select .das-select-error-label-content .label{display:block;color:var(--upf-select-overlay-error-color);white-space:break-spaces}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-arrow{color:var(--upf-text-secondary);width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-93b3fa17] .ant-select:hover .ant-select-arrow{color:var(--upf-select-primary-color)}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-clear{color:var(--upf-text-placeholder);width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:auto}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-clear:hover{color:var(--upf-text-secondary)}.das-ui-select[data-v-93b3fa17] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-md)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-sm)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-lg)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select .ant-select-selection-item{color:var(--upf-select-text-color)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--upf-select-height-md)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0px;-webkit-margin-start:0px;height:calc(var(--upf-select-height-md) - 2px);line-height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-tag{color:var(--upf-select-text-color);height:calc(var(--upf-select-height-md) - 4px);line-height:calc(var(--upf-select-height-md) - 5px);font-size:var(--upf-select-tag-font-size-md);margin-bottom:0;margin-right:0}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selection-item{height:calc(var(--upf-select-height-md) - 4px);font-size:var(--upf-select-tag-font-size-md);margin-top:0;margin-bottom:0;border:none;background-color:transparent;-webkit-margin-end:0px;margin-inline-end:0px;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--upf-select-max-height-md)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--upf-select-height-sm)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:calc(var(--upf-select-height-sm) - 2px);line-height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-sm .ant-tag{height:calc(var(--upf-select-height-sm) - 4px);line-height:calc(var(--upf-select-height-sm) - 5px);font-size:var(--upf-select-tag-font-size-sm)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:calc(var(--upf-select-height-sm) - 2px);line-height:calc(var(--upf-select-height-sm) - 2px);font-size:var(--upf-select-tag-font-size-sm)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-overflow{max-height:var(--upf-select-max-height-sm)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--upf-select-height-lg)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:calc(var(--upf-select-height-lg) - 2px);line-height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-lg .ant-tag{height:calc(var(--upf-select-height-lg) - 8px);line-height:calc(var(--upf-select-height-lg) - 8px);font-size:var(--upf-select-tag-font-size-lg)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:calc(var(--upf-select-height-lg) - 7px);line-height:calc(var(--upf-select-height-lg) - 7px);font-size:var(--upf-select-tag-font-size-lg)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow{max-height:var(--upf-select-max-height-lg)}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-93b3fa17] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-93b3fa17] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-93b3fa17] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-arrow,.das-ui-select[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-tag{color:var(--upf-select-disabled-text-color)}.das-ui-select[data-v-93b3fa17] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-93b3fa17] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-93b3fa17] .ant-select .ant-select-selector{border-radius:0;border-color:transparent!important;border-bottom-color:var(--upf-select-underline-color)!important;background-color:transparent!important;padding:0!important}.das-ui-select.underline[data-v-93b3fa17] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-93b3fa17] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--upf-select-active-border-color)!important}.das-ui-select.underline[data-v-93b3fa17] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-93b3fa17] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-93b3fa17] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-93b3fa17] .ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-error-color)!important}.das-ui-select.underline[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.bordered[data-v-93b3fa17] .ant-select .ant-select-selector{border-color:var(--upf-select-border-color)!important}.das-ui-select.bordered[data-v-93b3fa17] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-93b3fa17] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--upf-select-active-border-color)!important}.das-ui-select.bordered[data-v-93b3fa17] .ant-select .ant-select-selector .ant-select-selection-search{-webkit-user-select:text;user-select:text;cursor:text;left:8px}.das-ui-select.bordered[data-v-93b3fa17] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-93b3fa17] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-93b3fa17] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px;-webkit-user-select:text;user-select:text}.das-ui-select.bordered[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-93b3fa17] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-93b3fa17] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-93b3fa17] .ant-select .ant-select-selector:hover{border-color:var(--upf-select-error-color)!important}.das-ui-select.bordered[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.none[data-v-93b3fa17] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-93b3fa17] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selector input{cursor:text;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--upf-select-text-color);cursor:default}.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:var(--upf-select-text-color);border-color:transparent}.das-ui-select.readonly[data-v-93b3fa17] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-93b3fa17] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-93b3fa17] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-93b3fa17]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-93b3fa17]{display:block;color:var(--upf-select-error-color)}.das-ui-select-dorpdown .hasNoData{padding:2px 0 6px;color:var(--upf-text-primary);font-size:12px}.das-ui-select-dorpdown .das-select-checkbox.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{padding:0!important}.das-ui-select-dorpdown .das-multiple-option-item{display:flex}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--upf-color-primary-bg);font-weight:400;color:var(--upf-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--upf-text-primary)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--upf-border-color)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--upf-text-secondary)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--upf-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-state{display:none}.das-ui-select-dorpdown .das-ui-checkbox{display:inline-block;margin-right:5px}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-show{right:4px!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb{width:8px!important;left:1px!important;background:#b2b2b2!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb:hover{width:10px!important;left:0!important;background:#999!important}.das-ui-select-dorpdown .customDropdown{display:flex;align-items:center;padding:6px 12px 2px;cursor:pointer;border-top:1px solid var(--upf-border-color)}.das-ui-select-dorpdown .customDropdown .el-input{height:28px}.das-ui-select-dorpdown .customDropdown .addBtn{margin-left:12px;cursor:pointer;flex-shrink:0;font-family:Microsoft YaHei;font-size:12px;font-weight:400;height:28px;line-height:28px;text-align:center;letter-spacing:0px;color:var(--upf-text-primary)}
@@ -1,11 +1,12 @@
1
- import '@das-fed/upf-ui/packages/components/select-input/style.css';
2
1
  import { withInstall as S } from "@das-fed/upf-utils/with-install/index";
3
2
  import { computed as y, ref as w, defineComponent as F, openBlock as H, createBlock as z, unref as t, normalizeClass as k, isRef as x, createSlots as L, withCtx as b, createVNode as v } from "vue";
4
3
  import { DasInput as E } from "@das-fed/upf-ui/packages/components/input/index";
5
4
  import { DasIconSearch as W } from "@das-fed/upf-ui/packages/icons/search/index";
6
5
  import { DasSelect as D } from "@das-fed/upf-ui/packages/components/select/index";
7
6
  import { useModelValue as C } from "@das-fed/upf-utils/vue";
8
- import "@das-fed/upf-ui/packages/global/theme";
7
+ import "@das-fed/upf-ui/packages/global/theme"
8
+ import '@das-fed/upf-ui/packages/components/select-input/style.css';
9
+ ;
9
10
  const K = (e, a) => {
10
11
  const o = C(e, "modelValue"), i = C(e, "optionValue"), l = C(e, "isExpandAtFocus"), u = y(() => typeof e.width == "number" ? e.width + "px" : e == null ? void 0 : e.width), p = () => {
11
12
  a("update:modelValue", o.value);
@@ -1,4 +1,3 @@
1
- import '@das-fed/upf-ui/packages/components/select-list/style.css';
2
1
  import { withInstall as wi } from "@das-fed/upf-utils/with-install/index";
3
2
  import { i18n as je, setI18nRule as Si } from "@das-fed/upf-web/packages/i18n/index";
4
3
  import { ElInfiniteScroll as Ei } from "element-plus/es";
@@ -13,7 +12,9 @@ import { DasIconDrag as Ri } from "@das-fed/upf-ui/packages/icons/drag/index";
13
12
  import { useModelValue as Qt } from "@das-fed/upf-utils/vue";
14
13
  import { SizeWatcher as Fi } from "@das-fed/upf-utils/size-watcher";
15
14
  import "@das-fed/upf-ui/packages/global/theme";
16
- import "@das-fed/upf-ui/packages/global/style";
15
+ import "@das-fed/upf-ui/packages/global/style"
16
+ import '@das-fed/upf-ui/packages/components/select-list/style.css';
17
+ ;
17
18
  function Hi() {
18
19
  var t = window.navigator.userAgent, e = t.indexOf("MSIE ");
19
20
  if (e > 0)
@@ -1,4 +1,3 @@
1
- import '@das-fed/upf-ui/packages/components/special-range-picker-month/style.css';
2
1
  import { withInstall as ae } from "@das-fed/upf-utils/with-install/index";
3
2
  import { t as N, setI18nRule as te } from "@das-fed/upf-web/packages/i18n/index";
4
3
  import { ref as m, computed as V, defineComponent as ne, onMounted as oe, openBlock as k, createElementBlock as y, normalizeStyle as L, unref as e, createElementVNode as f, normalizeClass as I, createVNode as B, withCtx as Y, toDisplayString as x, withDirectives as Z, Fragment as P, renderList as re, createTextVNode as le, createBlock as se, Teleport as ie, createCommentVNode as _ } from "vue";
@@ -7,7 +6,9 @@ import { vDasTooltip as ce } from "@das-fed/upf-ui/packages/components/text-tool
7
6
  import { DasIconDate as ve } from "@das-fed/upf-ui/packages/icons/date/index";
8
7
  import { DasIconEmpty as pe } from "@das-fed/upf-ui/packages/icons/empty/index";
9
8
  import { useModelValue as F } from "@das-fed/upf-utils/vue";
10
- import "@das-fed/upf-ui/packages/global/theme";
9
+ import "@das-fed/upf-ui/packages/global/theme"
10
+ import '@das-fed/upf-ui/packages/components/special-range-picker-month/style.css';
11
+ ;
11
12
  const j = () => ({ getDateTime: (r) => {
12
13
  const l = `2020/03/${r}`;
13
14
  return new Date(l).getTime();
@@ -1,4 +1,3 @@
1
- import '@das-fed/upf-ui/packages/components/special-range-picker-year/style.css';
2
1
  import { withInstall as ge } from "@das-fed/upf-utils/with-install/index";
3
2
  import { i18n as Y, setI18nRule as fe } from "@das-fed/upf-web/packages/i18n/index";
4
3
  import { ref as k, computed as A, defineComponent as me, onMounted as be, openBlock as I, createElementBlock as S, normalizeStyle as N, unref as e, createElementVNode as v, normalizeClass as R, createVNode as _, withCtx as Q, toDisplayString as $, withDirectives as U, createTextVNode as T, Fragment as H, renderList as X, createBlock as he, Teleport as De, createCommentVNode as ee } from "vue";
@@ -10,7 +9,9 @@ import { DasIconDate as Ie } from "@das-fed/upf-ui/packages/icons/date/index";
10
9
  import { DasIconLeft as $e } from "@das-fed/upf-ui/packages/icons/left/index";
11
10
  import { DasIconEntry as we } from "@das-fed/upf-ui/packages/icons/entry/index";
12
11
  import { useModelValue as ae } from "@das-fed/upf-utils/vue";
13
- import "@das-fed/upf-ui/packages/global/theme";
12
+ import "@das-fed/upf-ui/packages/global/theme"
13
+ import '@das-fed/upf-ui/packages/components/special-range-picker-year/style.css';
14
+ ;
14
15
  const ne = () => ({ getDateTime: (n) => {
15
16
  const p = `2020/${n}`;
16
17
  return new Date(p).getTime();
@@ -1,11 +1,12 @@
1
- import '@das-fed/upf-ui/packages/components/spin/style.css';
2
1
  import { setI18nRule as u, t as v } from "@das-fed/upf-web/packages/i18n/index";
3
2
  import { withInstall as _ } from "@das-fed/upf-utils/with-install/index";
4
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";
5
4
  import { Spin as I } from "ant-design-vue";
6
5
  import "ant-design-vue/es/spin/style/css";
7
6
  import { DasIconLoad as L } from "@das-fed/upf-ui/packages/icons/load/index";
8
- import "@das-fed/upf-ui/packages/global/theme";
7
+ import "@das-fed/upf-ui/packages/global/theme"
8
+ import '@das-fed/upf-ui/packages/components/spin/style.css';
9
+ ;
9
10
  const r = (a, t) => {
10
11
  const i = a.__vccOpts || a;
11
12
  for (const [e, s] of t)
@@ -1,9 +1,10 @@
1
- import '@das-fed/upf-ui/packages/components/split-panel/style.css';
2
1
  import { getCurrentScope as me, onScopeDispose as ge, unref as be, getCurrentInstance as ye, onMounted as se, nextTick as Se, ref as b, watch as $, defineComponent as he, computed as N, openBlock as L, createElementBlock as z, normalizeStyle as A, createElementVNode as O, renderSlot as R, normalizeClass as Q, createCommentVNode as C, withModifiers as X } from "vue";
3
2
  import { withInstall as Oe } from "@das-fed/upf-utils/with-install/index";
4
3
  import "@das-fed/upf-ui/packages/components/icon/index";
5
4
  import "@das-fed/upf-ui/packages/icons/shuyoufanye/index";
6
- import "@das-fed/upf-ui/packages/icons/shuzuofanye/index";
5
+ import "@das-fed/upf-ui/packages/icons/shuzuofanye/index"
6
+ import '@das-fed/upf-ui/packages/components/split-panel/style.css';
7
+ ;
7
8
  function q(e) {
8
9
  var n = typeof e;
9
10
  return e != null && (n == "object" || n == "function");
@@ -1,8 +1,9 @@
1
- import '@das-fed/upf-ui/packages/components/step/style.css';
2
1
  import { withInstall as i } from "@das-fed/upf-utils/with-install/index";
3
2
  import { defineComponent as p, computed as r, openBlock as u, createBlock as d, unref as l, mergeProps as f, createSlots as m, withCtx as a, renderSlot as c } from "vue";
4
3
  import { Step as _ } from "ant-design-vue";
5
- import "ant-design-vue/es/steps/style/css";
4
+ import "ant-design-vue/es/steps/style/css"
5
+ import '@das-fed/upf-ui/packages/components/step/style.css';
6
+ ;
6
7
  const v = /* @__PURE__ */ p({
7
8
  __name: "stepItem",
8
9
  props: {
@@ -1,8 +1,9 @@
1
- import '@das-fed/upf-ui/packages/components/steps/style.css';
2
1
  import { withInstall as e } from "@das-fed/upf-utils/with-install/index";
3
2
  import { defineComponent as s, openBlock as r, createBlock as o, unref as p, mergeProps as a, withCtx as n, renderSlot as m } from "vue";
4
3
  import { Steps as l } from "ant-design-vue";
5
- import "ant-design-vue/es/steps/style/css";
4
+ import "ant-design-vue/es/steps/style/css"
5
+ import '@das-fed/upf-ui/packages/components/steps/style.css';
6
+ ;
6
7
  const f = /* @__PURE__ */ s({
7
8
  __name: "steps",
8
9
  setup(i) {
@@ -1,8 +1,9 @@
1
- import '@das-fed/upf-ui/packages/components/switch/style.css';
2
1
  import { withInstall as d } from "@das-fed/upf-utils/with-install/index";
3
2
  import { defineComponent as f, computed as r, ref as _, onMounted as S, openBlock as h, createElementBlock as v, normalizeStyle as w, createVNode as z, unref as x, mergeProps as y } from "vue";
4
3
  import { ElSwitch as V } from "element-plus";
5
- import "element-plus/es/components/switch/style/css";
4
+ import "element-plus/es/components/switch/style/css"
5
+ import '@das-fed/upf-ui/packages/components/switch/style.css';
6
+ ;
6
7
  const g = {
7
8
  inheritAttrs: !1
8
9
  }, b = /* @__PURE__ */ f({
@@ -1,4 +1,3 @@
1
- import '@das-fed/upf-ui/packages/components/table/style.css';
2
1
  import { defineComponent as ca, openBlock as B, createElementBlock as re, createElementVNode as fe, computed as ie, watch as _n, nextTick as Gi, ref as he, onMounted as ra, onUnmounted as Df, useAttrs as q0, useSlots as Y0, onUpdated as X0, onBeforeUnmount as V0, provide as K0, normalizeClass as sn, unref as y, normalizeStyle as rr, createCommentVNode as J, renderSlot as mt, Fragment as Qe, createVNode as De, withCtx as ne, createTextVNode as ht, toDisplayString as xe, createBlock as Ee, mergeProps as Jl, withDirectives as bt, vShow as Dr, isRef as Z0, renderList as ri, withModifiers as Rf, inject as J0, createSlots as Q0 } from "vue";
3
2
  import { withInstall as Lf } from "@das-fed/upf-utils/with-install/index";
4
3
  import { ElCheckbox as j0, ElIcon as e_, ElDropdownItem as t_, ElDropdownMenu as n_, ElDropdown as r_, ElPopover as kf } from "element-plus/es";
@@ -36,7 +35,9 @@ import { DasInput as mf } from "@das-fed/upf-ui/packages/components/input/index"
36
35
  import { DasSpin as b_ } from "@das-fed/upf-ui/packages/components/spin/index";
37
36
  import { vOverlay as y_ } from "@das-fed/upf-ui/packages/components/overlay/index";
38
37
  import { DasIconSolidFilter as w_ } from "@das-fed/upf-ui/packages/icons/solid-filter/index";
39
- import { Empty as x_ } from "ant-design-vue";
38
+ import { Empty as x_ } from "ant-design-vue"
39
+ import '@das-fed/upf-ui/packages/components/table/style.css';
40
+ ;
40
41
  /*! Element Plus Icons Vue v2.3.2 */
41
42
  var C_ = /* @__PURE__ */ ca({
42
43
  name: "Loading",
@@ -1,4 +1,3 @@
1
- import '@das-fed/upf-ui/packages/components/tabs/style.css';
2
1
  import { withInstall as H } from "@das-fed/upf-utils/with-install/index";
3
2
  import { t as $, setI18nRule as J } from "@das-fed/upf-web/packages/i18n/index";
4
3
  import { TabPane as Q } from "ant-design-vue/es";
@@ -9,7 +8,9 @@ import "element-plus/es/components/popover/style/css";
9
8
  import { ref as E, computed as d, onMounted as Z, defineComponent as ee, openBlock as s, createBlock as I, unref as i, mergeProps as K, createSlots as U, withCtx as v, renderSlot as p, createCommentVNode as u, createElementBlock as f, Fragment as x, renderList as _, normalizeStyle as te, withDirectives as R, createTextVNode as W, toDisplayString as O, createVNode as ne, createElementVNode as ae, normalizeClass as oe } from "vue";
10
9
  import { Tabs as re } from "ant-design-vue";
11
10
  import { DasIcon as le } from "@das-fed/upf-ui/packages/components/icon/index";
12
- import { vDasTooltip as V } from "@das-fed/upf-ui/packages/components/text-tooltip/index";
11
+ import { vDasTooltip as V } from "@das-fed/upf-ui/packages/components/text-tooltip/index"
12
+ import '@das-fed/upf-ui/packages/components/tabs/style.css';
13
+ ;
13
14
  const se = (t) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|%)$/.test(t), L = (t) => {
14
15
  if (t)
15
16
  return typeof t == "string" && se(t) ? t : t + "px";
@@ -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 () => {
@@ -1,9 +1,10 @@
1
- import '@das-fed/upf-ui/packages/components/tag/style.css';
2
1
  import { withInstall as C } from "@das-fed/upf-utils/with-install/index";
3
2
  import { defineComponent as E, computed as t, ref as d, watch as L, nextTick as D, openBlock as f, createElementBlock as T, createVNode as I, unref as g, mergeProps as R, withCtx as _, renderSlot as V, createBlock as z, createElementVNode as A, normalizeStyle as y, toDisplayString as w, createCommentVNode as k } from "vue";
4
3
  import { DasTooltip as O } from "@das-fed/upf-ui/packages/components/tooltip/index";
5
4
  import { ElTag as P } from "element-plus";
6
- import "element-plus/es/components/tag/style/css";
5
+ import "element-plus/es/components/tag/style/css"
6
+ import '@das-fed/upf-ui/packages/components/tag/style.css';
7
+ ;
7
8
  const j = { class: "das-ui-tag" }, q = {
8
9
  inheritAttrs: !1
9
10
  }, F = /* @__PURE__ */ E({
@@ -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>, {
@@ -1,8 +1,9 @@
1
- import '@das-fed/upf-ui/packages/components/text-tooltip/style.css';
2
1
  import { createStyle as Mn } from "@das-fed/upf-utils/style";
3
2
  import { ref as Ee } from "vue";
4
3
  import { useZIndex as Vn } from "@das-fed/upf-utils/hooks/popup-manager/use-zindex";
5
- import { currentLang as wo } from "@das-fed/upf-web/packages/i18n/index";
4
+ import { currentLang as wo } from "@das-fed/upf-web/packages/i18n/index"
5
+ import '@das-fed/upf-ui/packages/components/text-tooltip/style.css';
6
+ ;
6
7
  /*!
7
8
  * OverlayScrollbars
8
9
  * Version: 2.6.1
@@ -1,8 +1,9 @@
1
- import '@das-fed/upf-ui/packages/components/time-line/style.css';
2
1
  import { withInstall as $ } from "@das-fed/upf-utils/with-install/index";
3
2
  import { defineComponent as v, provide as E, reactive as N, openBlock as d, createElementBlock as B, createVNode as w, unref as I, mergeProps as k, withCtx as u, renderSlot as a, ref as F, inject as S, onMounted as W, createBlock as L, createElementVNode as r, normalizeStyle as P } from "vue";
4
3
  import "ant-design-vue/es/timeline/style/css";
5
- import { Timeline as V, TimelineItem as j } from "ant-design-vue";
4
+ import { Timeline as V, TimelineItem as j } from "ant-design-vue"
5
+ import '@das-fed/upf-ui/packages/components/time-line/style.css';
6
+ ;
6
7
  const z = { class: "das-ui-time-line" }, M = /* @__PURE__ */ v({
7
8
  __name: "Index",
8
9
  props: {
@@ -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;
@@ -1,10 +1,11 @@
1
- import '@das-fed/upf-ui/packages/components/tooltip/style.css';
2
1
  import { defineComponent as L, useCssVars as z, useAttrs as D, computed as c, ref as v, onMounted as P, onBeforeMount as I, openBlock as s, createBlock as O, unref as b, mergeProps as W, withCtx as m, createVNode as q, createElementVNode as M, normalizeClass as $, renderSlot as R, createElementBlock as a, Fragment as h, createTextVNode as F, toDisplayString as B, createCommentVNode as g, normalizeStyle as X, nextTick as Y } from "vue";
3
2
  import { setI18nRule as A, t as j } from "@das-fed/upf-web/packages/i18n/index";
4
3
  import { withInstall as G } from "@das-fed/upf-utils/with-install/index";
5
4
  import { DasScrollbar as J } from "@das-fed/upf-ui/packages/components/scrollbar/index";
6
5
  import { ElTooltip as K } from "element-plus";
7
- import "element-plus/es/components/tooltip/style/css";
6
+ import "element-plus/es/components/tooltip/style/css"
7
+ import '@das-fed/upf-ui/packages/components/tooltip/style.css';
8
+ ;
8
9
  const Q = {
9
10
  key: 0,
10
11
  class: "das-tooltip-virtual-placeholder"
@@ -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;
@@ -1,4 +1,3 @@
1
- import '@das-fed/upf-ui/packages/components/tree/style.css';
2
1
  import { defineComponent as cr, openBlock as T, createBlock as Ge, unref as s, createElementBlock as A, createElementVNode as ze, renderSlot as D, createTextVNode as Ae, toDisplayString as ge, ref as U, computed as z, watch as $t, nextTick as pe, onMounted as Pa, onBeforeUnmount as zn, useAttrs as Un, normalizeStyle as Er, normalizeClass as Ze, mergeProps as Kr, isRef as Gn, createSlots as wt, withCtx as je, createVNode as vt, createCommentVNode as j, withDirectives as ve, withModifiers as Qe, Fragment as Ce, vShow as Rn, renderList as ht } from "vue";
3
2
  import { withInstall as La } from "@das-fed/upf-utils/with-install/index";
4
3
  import { t as be, setI18nRule as Vn } from "@das-fed/upf-web/packages/i18n/index";
@@ -12,7 +11,9 @@ import "element-plus/es/components/popover/style/css";
12
11
  import "element-plus/es/components/tree/style/css";
13
12
  import { DasIconCaretRight as Xn } from "@das-fed/upf-ui/packages/icons/caret-right/index";
14
13
  import { arrUnique as Zt } from "@das-fed/upf-utils/common-tools";
15
- import "element-plus/es/components/loading/style/css";
14
+ import "element-plus/es/components/loading/style/css"
15
+ import '@das-fed/upf-ui/packages/components/tree/style.css';
16
+ ;
16
17
  const Zn = /* @__PURE__ */ cr({
17
18
  __name: "expand-icon",
18
19
  setup(e) {
@@ -1,4 +1,3 @@
1
- import '@das-fed/upf-ui/packages/components/tree-select/style.css';
2
1
  import { ref as j, computed as k, watch as ye, nextTick as _, unref as r, onMounted as Ie, onBeforeUnmount as Be, defineComponent as Oe, useAttrs as Re, withDirectives as be, openBlock as q, createElementBlock as fe, normalizeClass as Ee, normalizeStyle as ge, createCommentVNode as Me, createVNode as ve, withCtx as x, withModifiers as he, mergeProps as pe, isRef as X, createTextVNode as Ae, toDisplayString as We, createElementVNode as Ge, createBlock as ke, createSlots as Se, renderSlot as N } from "vue";
3
2
  import { withInstall as Fe } from "@das-fed/upf-utils/with-install/index";
4
3
  import { ElPopover as ze } from "element-plus";
@@ -11,7 +10,9 @@ import { DasIconXiala as Ye } from "@das-fed/upf-ui/packages/icons/xiala/index";
11
10
  import { vDasTooltip as Ze } from "@das-fed/upf-ui/packages/components/text-tooltip/index";
12
11
  import { SizeWatcher as Ke } from "@das-fed/upf-utils/size-watcher";
13
12
  import { flatTree as _e } from "@das-fed/upf-utils/common-tools";
14
- import { vClickOutside as et } from "@das-fed/upf-utils/directive";
13
+ import { vClickOutside as et } from "@das-fed/upf-utils/directive"
14
+ import '@das-fed/upf-ui/packages/components/tree-select/style.css';
15
+ ;
15
16
  var ee = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
16
17
  function tt(e) {
17
18
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
@@ -40,6 +40,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
40
40
  readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
41
41
  readonly inputAttrs?: any;
42
42
  readonly showSelectAll?: boolean | undefined;
43
+ readonly optionPaging?: boolean | undefined;
44
+ readonly optionPageSize?: number | undefined;
45
+ readonly optionPagingDebug?: boolean | undefined;
46
+ readonly largeSelectionCollapseThreshold?: number | undefined;
43
47
  readonly onBlur?: ((val: any) => any) | undefined;
44
48
  readonly onChange?: ((currValue: any, options: any) => any) | undefined;
45
49
  readonly onFocus?: ((val: any) => any) | undefined;
@@ -108,6 +112,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
108
112
  maxTagsLength: number;
109
113
  isExterControlCount: boolean;
110
114
  showSelectAll: boolean;
115
+ optionPaging: boolean;
116
+ optionPageSize: number;
117
+ optionPagingDebug: boolean;
118
+ largeSelectionCollapseThreshold: number;
111
119
  }, {}, string, {}, {
112
120
  VNodes: (_: any, { attrs }: Omit<{
113
121
  attrs: {
@@ -169,6 +177,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
169
177
  maxTagsLength: number;
170
178
  isExterControlCount: boolean;
171
179
  showSelectAll: boolean;
180
+ optionPaging: boolean;
181
+ optionPageSize: number;
182
+ optionPagingDebug: boolean;
183
+ largeSelectionCollapseThreshold: number;
172
184
  }> & Omit<Readonly<import("../../select/src/type").Props> & Readonly<{
173
185
  onBlur?: ((val: any) => any) | undefined;
174
186
  onChange?: ((currValue: any, options: any) => any) | undefined;
@@ -176,7 +188,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
176
188
  "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
177
189
  onDropdownVisibleChange?: ((val: any) => any) | undefined;
178
190
  onAddCustomItem?: ((val: any) => any) | undefined;
179
- }>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll")> & import("vue").ShallowUnwrapRef<{
191
+ }>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll" | "optionPaging" | "optionPageSize" | "optionPagingDebug" | "largeSelectionCollapseThreshold")> & import("vue").ShallowUnwrapRef<{
180
192
  $select: import("vue").Ref<any, any>;
181
193
  toChangeMaxCount: (isFocus: boolean) => void;
182
194
  }> & {} & import("vue").ComponentCustomProperties & {} & {
@@ -243,6 +255,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
243
255
  readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
244
256
  readonly inputAttrs?: any;
245
257
  readonly showSelectAll?: boolean | undefined;
258
+ readonly optionPaging?: boolean | undefined;
259
+ readonly optionPageSize?: number | undefined;
260
+ readonly optionPagingDebug?: boolean | undefined;
261
+ readonly largeSelectionCollapseThreshold?: number | undefined;
246
262
  readonly onBlur?: ((val: any) => any) | undefined;
247
263
  readonly onChange?: ((currValue: any, options: any) => any) | undefined;
248
264
  readonly onFocus?: ((val: any) => any) | undefined;
@@ -311,6 +327,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
311
327
  maxTagsLength: number;
312
328
  isExterControlCount: boolean;
313
329
  showSelectAll: boolean;
330
+ optionPaging: boolean;
331
+ optionPageSize: number;
332
+ optionPagingDebug: boolean;
333
+ largeSelectionCollapseThreshold: number;
314
334
  }, {}, string, {}, {
315
335
  VNodes: (_: any, { attrs }: Omit<{
316
336
  attrs: {
@@ -372,6 +392,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
372
392
  maxTagsLength: number;
373
393
  isExterControlCount: boolean;
374
394
  showSelectAll: boolean;
395
+ optionPaging: boolean;
396
+ optionPageSize: number;
397
+ optionPagingDebug: boolean;
398
+ largeSelectionCollapseThreshold: number;
375
399
  }> & Omit<Readonly<import("../../select/src/type").Props> & Readonly<{
376
400
  onBlur?: ((val: any) => any) | undefined;
377
401
  onChange?: ((currValue: any, options: any) => any) | undefined;
@@ -379,7 +403,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
379
403
  "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
380
404
  onDropdownVisibleChange?: ((val: any) => any) | undefined;
381
405
  onAddCustomItem?: ((val: any) => any) | undefined;
382
- }>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll")> & import("vue").ShallowUnwrapRef<{
406
+ }>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll" | "optionPaging" | "optionPageSize" | "optionPagingDebug" | "largeSelectionCollapseThreshold")> & import("vue").ShallowUnwrapRef<{
383
407
  $select: import("vue").Ref<any, any>;
384
408
  toChangeMaxCount: (isFocus: boolean) => void;
385
409
  }> & {} & import("vue").ComponentCustomProperties & {} & {