@das-fed/ui 6.4.0-test.5.1 → 6.4.0-test.6

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 (103) hide show
  1. package/package.json +5 -5
  2. package/packages/business-components/device-panel/index.js +37113 -36843
  3. package/packages/business-components/device-panel/index.js.gz +0 -0
  4. package/packages/business-components/device-panel/src/apis.d.ts +0 -2
  5. package/packages/business-components/device-panel/style.css +1 -1
  6. package/packages/business-components/device-panel/style.css.gz +0 -0
  7. package/packages/business-components/import-button/i18n/index.d.ts +16 -6
  8. package/packages/business-components/import-button/index.js +147 -141
  9. package/packages/business-components/import-button/index.js.gz +0 -0
  10. package/packages/business-components/import-button/style.css +1 -1
  11. package/packages/business-components/process-configuration/i18n/index.d.ts +5 -0
  12. package/packages/business-components/process-configuration/index.js +2 -1
  13. package/packages/business-components/process-configuration/index.js.gz +0 -0
  14. package/packages/business-components/process-configuration/src/hooks/useDeleteDialog.d.ts +2 -3
  15. package/packages/business-components/process-form/index.js +64 -63
  16. package/packages/business-components/process-form/index.js.gz +0 -0
  17. package/packages/business-components/process-form/style.css +1 -1
  18. package/packages/business-components/process-search-form/index.js +56 -56
  19. package/packages/business-components/process-search-form/index.js.gz +0 -0
  20. package/packages/business-components/process-table/index.js +539 -528
  21. package/packages/business-components/process-table/index.js.gz +0 -0
  22. package/packages/components/autocomplete/index.d.ts +13 -4
  23. package/packages/components/autocomplete/index.js +135 -122
  24. package/packages/components/autocomplete/index.js.gz +0 -0
  25. package/packages/components/autocomplete/src/index.vue.d.ts +2 -1
  26. package/packages/components/autocomplete/src/type.d.ts +4 -1
  27. package/packages/components/autocomplete/style.css +1 -1
  28. package/packages/components/autocomplete/style.css.gz +0 -0
  29. package/packages/components/cascader/index.js +41 -40
  30. package/packages/components/cascader/index.js.gz +0 -0
  31. package/packages/components/cascader/style.css +1 -1
  32. package/packages/components/cascader/style.css.gz +0 -0
  33. package/packages/components/date-picker/index.js +238 -237
  34. package/packages/components/date-picker/index.js.gz +0 -0
  35. package/packages/components/date-picker/style.css +1 -1
  36. package/packages/components/date-picker/style.css.gz +0 -0
  37. package/packages/components/edit-table/index.d.ts +9 -9
  38. package/packages/components/edit-table/index.js +2010 -1658
  39. package/packages/components/edit-table/index.js.gz +0 -0
  40. package/packages/components/edit-table/src/hooks/use-validator.d.ts +9 -3
  41. package/packages/components/edit-table/src/index.vue.d.ts +1 -1
  42. package/packages/components/edit-table/src/type.d.ts +13 -0
  43. package/packages/components/edit-table/src/utils.d.ts +9 -5
  44. package/packages/components/edit-table/style.css +1 -1
  45. package/packages/components/edit-table/style.css.gz +0 -0
  46. package/packages/components/form-item/index.js +3 -3
  47. package/packages/components/form-item/index.js.gz +0 -0
  48. package/packages/components/input/index.js +103 -102
  49. package/packages/components/input/index.js.gz +0 -0
  50. package/packages/components/input/style.css +1 -1
  51. package/packages/components/input/style.css.gz +0 -0
  52. package/packages/components/input-dialog-select/index.js +18 -18
  53. package/packages/components/input-dialog-select/index.js.gz +0 -0
  54. package/packages/components/input-dialog-select/style.css +1 -1
  55. package/packages/components/input-dialog-select/style.css.gz +0 -0
  56. package/packages/components/input-number/index.js +63 -63
  57. package/packages/components/input-number/index.js.gz +0 -0
  58. package/packages/components/input-number/src/App.vue.d.ts +1 -3
  59. package/packages/components/input-number/style.css +1 -1
  60. package/packages/components/input-number/style.css.gz +0 -0
  61. package/packages/components/map/index.js +388 -385
  62. package/packages/components/map/index.js.gz +0 -0
  63. package/packages/components/menu-aside/index.js +680 -606
  64. package/packages/components/menu-aside/index.js.gz +0 -0
  65. package/packages/components/search-form/i18n/index.d.ts +5 -0
  66. package/packages/components/search-form/index.js +44 -43
  67. package/packages/components/search-form/index.js.gz +0 -0
  68. package/packages/components/search-form/style.css +1 -1
  69. package/packages/components/search-form/style.css.gz +0 -0
  70. package/packages/components/select/index.js +213 -213
  71. package/packages/components/select/index.js.gz +0 -0
  72. package/packages/components/select/style.css +1 -1
  73. package/packages/components/select/style.css.gz +0 -0
  74. package/packages/components/select-list/index.d.ts +23 -3
  75. package/packages/components/select-list/index.js +599 -565
  76. package/packages/components/select-list/index.js.gz +0 -0
  77. package/packages/components/select-list/src/Index.vue.d.ts +9 -1
  78. package/packages/components/select-list/src/hooks/use-select-list.d.ts +2 -0
  79. package/packages/components/select-list/src/type.d.ts +22 -4
  80. package/packages/components/select-list/style.css +1 -1
  81. package/packages/components/select-list/style.css.gz +0 -0
  82. package/packages/components/special-range-picker-month/index.js +3 -3
  83. package/packages/components/special-range-picker-month/index.js.gz +0 -0
  84. package/packages/components/special-range-picker-year/index.js +42 -42
  85. package/packages/components/special-range-picker-year/index.js.gz +0 -0
  86. package/packages/components/table/i18n/index.d.ts +0 -20
  87. package/packages/components/table/index.js +0 -4
  88. package/packages/components/table/index.js.gz +0 -0
  89. package/packages/components/table/style.css +1 -1
  90. package/packages/components/table/style.css.gz +0 -0
  91. package/packages/components/text-tooltip/index.js +660 -651
  92. package/packages/components/text-tooltip/index.js.gz +0 -0
  93. package/packages/components/text-tooltip/src/type.d.ts +1 -62
  94. package/packages/components/tree/index.js +222 -222
  95. package/packages/components/tree/index.js.gz +0 -0
  96. package/packages/components/tree/src/type.d.ts +1 -0
  97. package/packages/components/tree-select/index.js +374 -345
  98. package/packages/components/tree-select/index.js.gz +0 -0
  99. package/packages/components/tree-select/src/App.vue.d.ts +1 -0
  100. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +2 -1
  101. package/packages/components/tree-select/src/type.d.ts +3 -0
  102. package/packages/components/tree-select/style.css +1 -1
  103. package/packages/components/tree-select/style.css.gz +0 -0
@@ -1 +1 @@
1
- .das-ui-select[data-v-ae9b5e24]{display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-ae9b5e24]{position:absolute;top:100%;left:0;width:var(--6029581e)}.das-ui-select.show-ellipsis[data-v-ae9b5e24] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-ae9b5e24] .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-ae9b5e24] .ant-select{width:100%;height:var(--13b0305c)}.das-ui-select[data-v-ae9b5e24] .ant-select .das-select-error-label-content{width:var(--6029581e);font-size:12px}.das-ui-select[data-v-ae9b5e24] .ant-select .das-select-error-label-content .label{display:block;color:var(--das-ui-input-error-color);white-space:break-spaces}.das-ui-select[data-v-ae9b5e24] .ant-select .ant-select-arrow{color:#666;width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:1}.das-ui-select[data-v-ae9b5e24] .ant-select:hover .ant-select-arrow{color:var(--das-ui-select-color-primary)}.das-ui-select[data-v-ae9b5e24] .ant-select .ant-select-clear{color:#d9d9d9;width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-ae9b5e24] .ant-select .ant-select-clear:hover{color:#999}.das-ui-select[data-v-ae9b5e24] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-ae9b5e24] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-ae9b5e24] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-ae9b5e24] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-md)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-ae9b5e24] .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-ae9b5e24] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-ae9b5e24] .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-ae9b5e24] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-ae9b5e24] .ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--das-ui-select-height-md)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0px;-webkit-margin-start:0px;height:calc(var(--das-ui-select-height-md) - 2px);line-height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple .ant-tag{color:var(--das-ui-select-color-text);height:calc(var(--das-ui-select-height-md) - 4px);line-height:calc(var(--das-ui-select-height-md) - 5px);font-size:var(--das-ui-select-tag-font-size-md);margin-bottom:0;margin-right:0}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple .ant-select-selection-item{height:calc(var(--das-ui-select-height-md) - 3px);line-height:calc(var(--das-ui-select-height-md) - 3px);font-size:var(--das-ui-select-tag-font-size-md);margin-top:0;margin-bottom:0;border:none;background-color:transparent;-webkit-margin-end:0px;margin-inline-end:0px;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-md)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple.ant-select-sm .ant-tag{height:calc(var(--das-ui-select-height-sm) - 4px);line-height:calc(var(--das-ui-select-height-sm) - 5px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-sm)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:calc(var(--das-ui-select-height-lg) - 2px);line-height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple.ant-select-lg .ant-tag{height:calc(var(--das-ui-select-height-lg) - 8px);line-height:calc(var(--das-ui-select-height-lg) - 8px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:calc(var(--das-ui-select-height-lg) - 7px);line-height:calc(var(--das-ui-select-height-lg) - 7px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-lg)}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-ae9b5e24] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-ae9b5e24] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-ae9b5e24] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-ae9b5e24] .ant-select-disabled.ant-select .ant-select-arrow{color:var(--das-ui-select-color-disabled-underline)}.das-ui-select[data-v-ae9b5e24] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-ae9b5e24] .ant-select-disabled.ant-select .ant-tag{color:var(--das-ui-select-color-disabled-text)}.das-ui-select[data-v-ae9b5e24] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-ae9b5e24] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-ae9b5e24] .ant-select .ant-select-selector{border-radius:0;border-color:transparent!important;border-bottom-color:var(--das-ui-select-color-underline)!important;background-color:transparent!important;padding:0!important}.das-ui-select.underline[data-v-ae9b5e24] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-ae9b5e24] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--das-ui-select-color-primary)!important}.das-ui-select.underline[data-v-ae9b5e24] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-ae9b5e24] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-ae9b5e24] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-ae9b5e24] .ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-error)!important}.das-ui-select.underline[data-v-ae9b5e24] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-ae9b5e24] .ant-select-disabled.ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-disabled-underline)!important}.das-ui-select.bordered[data-v-ae9b5e24] .ant-select .ant-select-selector{border-color:var(--das-ui-select-color-border)!important}.das-ui-select.bordered[data-v-ae9b5e24] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-ae9b5e24] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--das-ui-select-color-primary)!important}.das-ui-select.bordered[data-v-ae9b5e24] .ant-select .ant-select-selector .ant-select-selection-search{left:8px}.das-ui-select.bordered[data-v-ae9b5e24] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-ae9b5e24] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-ae9b5e24] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-ae9b5e24] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px}.das-ui-select.bordered[data-v-ae9b5e24] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-ae9b5e24] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-ae9b5e24] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-ae9b5e24] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-ae9b5e24] .ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-error)!important}.das-ui-select.bordered[data-v-ae9b5e24] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-ae9b5e24] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-disabled-border)!important}.das-ui-select.none[data-v-ae9b5e24] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-ae9b5e24] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-ae9b5e24] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-ae9b5e24] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default}.das-ui-select.readonly[data-v-ae9b5e24] .ant-select-disabled.ant-select .ant-select-selector input{cursor:default}.das-ui-select.readonly[data-v-ae9b5e24] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text);cursor:default}.das-ui-select.readonly[data-v-ae9b5e24] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-ae9b5e24] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-ae9b5e24] .ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:var(--das-ui-color-normal);border-color:transparent}.das-ui-select.readonly[data-v-ae9b5e24] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-ae9b5e24] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-ae9b5e24] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-ae9b5e24]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-ae9b5e24]{display:block;color:var(--das-ui-select-color-error)}.das-ui-select-dorpdown .das-select-checkbox.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{padding:0!important}.das-ui-select-dorpdown .das-multiple-option-item{display:flex}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--das-ui-select-color-option-active-bg);font-weight:400;color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--das-ui-select-color-text)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--das-ui-select-color-border)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--das-ui-select-color-help)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-state{display:none}.das-ui-select-dorpdown .das-ui-checkbox{display:inline-block;margin-right:5px}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-show{right:4px!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb{width:8px!important;left:1px!important;background:#b2b2b2!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb:hover{width:10px!important;left:0!important;background:#999!important}.das-ui-select-dorpdown .customDropdown{display:flex;align-items:center;padding:6px 12px 2px;cursor:pointer;border-top:1px solid #d9d9d9}.das-ui-select-dorpdown .customDropdown .el-input{height:28px}.das-ui-select-dorpdown .customDropdown .addBtn{margin-left:12px;cursor:pointer;flex-shrink:0;font-family:Microsoft YaHei;font-size:12px;font-weight:400;height:28px;line-height:28px;text-align:center;letter-spacing:0px;color:#212121}
1
+ .das-ui-select[data-v-602946af]{display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-602946af]{position:absolute;top:100%;left:0;width:var(--5b198268)}.das-ui-select.show-ellipsis[data-v-602946af] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-602946af] .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-602946af] .ant-select{width:100%;height:var(--23705e76)}.das-ui-select[data-v-602946af] .ant-select .das-select-error-label-content{width:var(--5b198268);font-size:12px}.das-ui-select[data-v-602946af] .ant-select .das-select-error-label-content .label{display:block;color:var(--das-ui-input-error-color);white-space:break-spaces}.das-ui-select[data-v-602946af] .ant-select .ant-select-arrow{color:#666;width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:1}.das-ui-select[data-v-602946af] .ant-select:hover .ant-select-arrow{color:var(--das-ui-select-color-primary)}.das-ui-select[data-v-602946af] .ant-select .ant-select-clear{color:#d9d9d9;width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-602946af] .ant-select .ant-select-clear:hover{color:#999}.das-ui-select[data-v-602946af] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-602946af] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-602946af] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-602946af] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-602946af] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-md)}.das-ui-select[data-v-602946af] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-602946af] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-602946af] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-602946af] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-602946af] .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-602946af] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-602946af] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-602946af] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-602946af] .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-602946af] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-602946af] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-602946af] .ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text)}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--das-ui-select-height-md)}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0px;-webkit-margin-start:0px;height:calc(var(--das-ui-select-height-md) - 2px);line-height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple .ant-tag{color:var(--das-ui-select-color-text);height:calc(var(--das-ui-select-height-md) - 4px);line-height:calc(var(--das-ui-select-height-md) - 5px);font-size:var(--das-ui-select-tag-font-size-md);margin-bottom:0;margin-right:0}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple .ant-select-selection-item{height:calc(var(--das-ui-select-height-md) - 3px);line-height:calc(var(--das-ui-select-height-md) - 3px);font-size:var(--das-ui-select-tag-font-size-md);margin-top:0;margin-bottom:0;border:none;background-color:transparent;-webkit-margin-end:0px;margin-inline-end:0px;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-md)}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple.ant-select-sm .ant-tag{height:calc(var(--das-ui-select-height-sm) - 4px);line-height:calc(var(--das-ui-select-height-sm) - 5px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-sm)}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:calc(var(--das-ui-select-height-lg) - 2px);line-height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple.ant-select-lg .ant-tag{height:calc(var(--das-ui-select-height-lg) - 8px);line-height:calc(var(--das-ui-select-height-lg) - 8px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:calc(var(--das-ui-select-height-lg) - 7px);line-height:calc(var(--das-ui-select-height-lg) - 7px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-602946af] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-lg)}.das-ui-select[data-v-602946af] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-602946af] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-602946af] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-602946af] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-602946af] .ant-select-disabled.ant-select .ant-select-arrow{color:var(--das-ui-select-color-disabled-underline)}.das-ui-select[data-v-602946af] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-602946af] .ant-select-disabled.ant-select .ant-tag{color:var(--das-ui-select-color-disabled-text)}.das-ui-select[data-v-602946af] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-602946af] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-602946af] .ant-select .ant-select-selector{border-radius:0;border-color:transparent!important;border-bottom-color:var(--das-ui-select-color-underline)!important;background-color:transparent!important;padding:0!important}.das-ui-select.underline[data-v-602946af] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-602946af] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--das-ui-select-color-primary)!important}.das-ui-select.underline[data-v-602946af] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-602946af] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-602946af] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-602946af] .ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-error)!important}.das-ui-select.underline[data-v-602946af] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-602946af] .ant-select-disabled.ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-disabled-underline)!important}.das-ui-select.bordered[data-v-602946af] .ant-select .ant-select-selector{border-color:var(--das-ui-select-color-border)!important}.das-ui-select.bordered[data-v-602946af] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-602946af] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--das-ui-select-color-primary)!important}.das-ui-select.bordered[data-v-602946af] .ant-select .ant-select-selector .ant-select-selection-search{left:8px}.das-ui-select.bordered[data-v-602946af] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-602946af] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-602946af] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-602946af] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px}.das-ui-select.bordered[data-v-602946af] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-602946af] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-602946af] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-602946af] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-602946af] .ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-error)!important}.das-ui-select.bordered[data-v-602946af] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-602946af] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-disabled-border)!important}.das-ui-select.none[data-v-602946af] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-602946af] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-602946af] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-602946af] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default}.das-ui-select.readonly[data-v-602946af] .ant-select-disabled.ant-select .ant-select-selector input{cursor:default}.das-ui-select.readonly[data-v-602946af] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text);cursor:default}.das-ui-select.readonly[data-v-602946af] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-602946af] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-602946af] .ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:var(--das-ui-color-normal);border-color:transparent}.das-ui-select.readonly[data-v-602946af] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-602946af] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-602946af] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-602946af]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-602946af]{display:block;color:var(--das-ui-select-color-error)}.das-ui-select-dorpdown .das-select-checkbox.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{padding:0!important}.das-ui-select-dorpdown .das-multiple-option-item{display:flex}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--das-ui-select-color-option-active-bg);font-weight:400;color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--das-ui-select-color-text)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--das-ui-select-color-border)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--das-ui-select-color-help)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-state{display:none}.das-ui-select-dorpdown .das-ui-checkbox{display:inline-block;margin-right:5px}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-show{right:4px!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb{width:8px!important;left:1px!important;background:#b2b2b2!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb:hover{width:10px!important;left:0!important;background:#999!important}.das-ui-select-dorpdown .customDropdown{display:flex;align-items:center;padding:6px 12px 2px;cursor:pointer;border-top:1px solid #d9d9d9}.das-ui-select-dorpdown .customDropdown .el-input{height:28px}.das-ui-select-dorpdown .customDropdown .addBtn{margin-left:12px;cursor:pointer;flex-shrink:0;font-family:Microsoft YaHei;font-size:12px;font-weight:400;height:28px;line-height:28px;text-align:center;letter-spacing:0px;color:#212121}
@@ -5,6 +5,8 @@ declare const DasSelectList: import("@das-fed/utils").SFCWithInstall<{
5
5
  "onUpdate:modelValue"?: ((value: import("./src/type.js").ItemProps[]) => any) | undefined;
6
6
  onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
7
7
  "onItem-remove"?: ((value: import("./src/type.js").ItemProps) => any) | undefined;
8
+ "onUpdate:selectdValue"?: ((value: string | number) => any) | undefined;
9
+ "onSelect-item"?: ((value: import("./src/type.js").ItemProps) => any) | undefined;
8
10
  "onRemove-all"?: ((value: import("./src/type.js").ItemProps[]) => any) | undefined;
9
11
  "onUpdate:infiniteDisabled"?: ((value: boolean) => any) | undefined;
10
12
  }>, {
@@ -13,16 +15,21 @@ declare const DasSelectList: import("@das-fed/utils").SFCWithInstall<{
13
15
  "update:modelValue": (value: import("./src/type.js").ItemProps[]) => any;
14
16
  sortEnd: (oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any;
15
17
  "item-remove": (value: import("./src/type.js").ItemProps) => any;
18
+ "update:selectdValue": (value: string | number) => any;
19
+ "select-item": (value: import("./src/type.js").ItemProps) => any;
16
20
  "remove-all": (value: import("./src/type.js").ItemProps[]) => any;
17
21
  "update:infiniteDisabled": (value: boolean) => any;
18
22
  }, import("vue").PublicProps, {
19
23
  props: any;
20
24
  height: string;
21
25
  width: string;
26
+ clearable: boolean;
22
27
  virtual: boolean;
23
28
  hideHeader: boolean;
24
- labelKey: string;
29
+ selectdValue: string | number;
25
30
  valueKey: string;
31
+ labelKey: string;
32
+ closeable: boolean;
26
33
  customTitle: string;
27
34
  itemHeight: number;
28
35
  infiniteDisabled: boolean;
@@ -37,6 +44,8 @@ declare const DasSelectList: import("@das-fed/utils").SFCWithInstall<{
37
44
  "onUpdate:modelValue"?: ((value: import("./src/type.js").ItemProps[]) => any) | undefined;
38
45
  onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
39
46
  "onItem-remove"?: ((value: import("./src/type.js").ItemProps) => any) | undefined;
47
+ "onUpdate:selectdValue"?: ((value: string | number) => any) | undefined;
48
+ "onSelect-item"?: ((value: import("./src/type.js").ItemProps) => any) | undefined;
40
49
  "onRemove-all"?: ((value: import("./src/type.js").ItemProps[]) => any) | undefined;
41
50
  "onUpdate:infiniteDisabled"?: ((value: boolean) => any) | undefined;
42
51
  }>, {
@@ -45,10 +54,13 @@ declare const DasSelectList: import("@das-fed/utils").SFCWithInstall<{
45
54
  props: any;
46
55
  height: string;
47
56
  width: string;
57
+ clearable: boolean;
48
58
  virtual: boolean;
49
59
  hideHeader: boolean;
50
- labelKey: string;
60
+ selectdValue: string | number;
51
61
  valueKey: string;
62
+ labelKey: string;
63
+ closeable: boolean;
52
64
  customTitle: string;
53
65
  itemHeight: number;
54
66
  infiniteDisabled: boolean;
@@ -60,6 +72,8 @@ declare const DasSelectList: import("@das-fed/utils").SFCWithInstall<{
60
72
  "onUpdate:modelValue"?: ((value: import("./src/type.js").ItemProps[]) => any) | undefined;
61
73
  onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
62
74
  "onItem-remove"?: ((value: import("./src/type.js").ItemProps) => any) | undefined;
75
+ "onUpdate:selectdValue"?: ((value: string | number) => any) | undefined;
76
+ "onSelect-item"?: ((value: import("./src/type.js").ItemProps) => any) | undefined;
63
77
  "onRemove-all"?: ((value: import("./src/type.js").ItemProps[]) => any) | undefined;
64
78
  "onUpdate:infiniteDisabled"?: ((value: boolean) => any) | undefined;
65
79
  }>, {
@@ -68,21 +82,27 @@ declare const DasSelectList: import("@das-fed/utils").SFCWithInstall<{
68
82
  "update:modelValue": (value: import("./src/type.js").ItemProps[]) => any;
69
83
  sortEnd: (oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any;
70
84
  "item-remove": (value: import("./src/type.js").ItemProps) => any;
85
+ "update:selectdValue": (value: string | number) => any;
86
+ "select-item": (value: import("./src/type.js").ItemProps) => any;
71
87
  "remove-all": (value: import("./src/type.js").ItemProps[]) => any;
72
88
  "update:infiniteDisabled": (value: boolean) => any;
73
89
  }, string, {
74
90
  props: any;
75
91
  height: string;
76
92
  width: string;
93
+ clearable: boolean;
77
94
  virtual: boolean;
78
95
  hideHeader: boolean;
79
- labelKey: string;
96
+ selectdValue: string | number;
80
97
  valueKey: string;
98
+ labelKey: string;
99
+ closeable: boolean;
81
100
  customTitle: string;
82
101
  itemHeight: number;
83
102
  infiniteDisabled: boolean;
84
103
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
85
104
  $slots: {
105
+ header?(_: {}): any;
86
106
  default?(_: {
87
107
  item: any;
88
108
  }): any;