@das-fed/upf-ui 6.4.0-dev.279 → 6.4.0-dev.280
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.
- package/front-end/i18n/front-end-page/dasui_en-US.js +1 -1
- package/front-end/i18n/front-end-page/dasui_zh-CN.js +1 -1
- package/front-end/i18n/front-end-page/dasui_zh-MO.js +1 -1
- package/package.json +3 -3
- package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +8 -8
- package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +2 -2
- package/packages/business-components/process-configuration/index.js +130 -124
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-configuration/style.css +1 -1
- package/packages/business-components/process-configuration/style.css.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useForm.d.ts +8 -8
- package/packages/business-components/process-search-form/hooks/useSearchOptions.d.ts +2 -2
- package/packages/business-components/urgent-panel/src/components/drag-resize/index.vue.d.ts +2 -2
- package/packages/components/button/index.js +1 -1
- package/packages/components/button/index.js.gz +0 -0
- package/packages/components/button/style.css +1 -1
- package/packages/components/button/style.css.gz +0 -0
- package/packages/components/checkbox/index.d.ts +9 -9
- package/packages/components/checkbox/index.js +1 -1
- package/packages/components/checkbox/index.js.gz +0 -0
- package/packages/components/checkbox/src/Index.vue.d.ts +1 -1
- package/packages/components/checkbox/style.css +1 -1
- package/packages/components/checkbox/style.css.gz +0 -0
- package/packages/components/date-picker/index.d.ts +12 -12
- package/packages/components/date-picker/index.js +647 -793
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/date-picker/src/DatePicker.vue.d.ts +1 -1
- package/packages/components/date-picker/src/RangePicker.vue.d.ts +1 -1
- package/packages/components/date-picker/src/TimePicker.vue.d.ts +1 -1
- package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +1 -1
- package/packages/components/date-picker/src/type.d.ts +10 -22
- package/packages/components/date-picker/style.css +1 -1
- package/packages/components/date-picker/style.css.gz +0 -0
- package/packages/components/dialog/index.d.ts +3 -3
- package/packages/components/dialog/src/Index.vue.d.ts +1 -1
- package/packages/components/form/index.d.ts +14 -14
- package/packages/components/form/index.js +38 -44
- package/packages/components/form/index.js.gz +0 -0
- package/packages/components/form/src/Index.vue.d.ts +2 -2
- package/packages/components/form/style.css +1 -1
- package/packages/components/form-item/index.js +466 -471
- package/packages/components/form-item/index.js.gz +0 -0
- package/packages/components/form-item/src/type.d.ts +0 -3
- package/packages/components/form-item/style.css +1 -1
- package/packages/components/form-item/style.css.gz +0 -0
- package/packages/components/input/index.js +890 -905
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input/src/index.vue.d.ts +2 -3
- package/packages/components/input/src/type.d.ts +1 -1
- package/packages/components/input/style.css +1 -1
- package/packages/components/input/style.css.gz +0 -0
- package/packages/components/menu-aside/index.d.ts +5 -5
- package/packages/components/menu-aside/src/Index.vue.d.ts +2 -2
- package/packages/components/radio/index.d.ts +9 -9
- package/packages/components/radio/src/Index.vue.d.ts +1 -1
- package/packages/components/search-form/index.js +816 -815
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/select/index.d.ts +3 -3
- package/packages/components/select/index.js +275 -287
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/src/Select.vue.d.ts +1 -1
- package/packages/components/select/src/type.d.ts +4 -4
- package/packages/components/select/style.css +1 -1
- package/packages/components/select/style.css.gz +0 -0
- package/packages/components/spin/index.js +30 -32
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/tabs/index.d.ts +17 -17
- package/packages/components/tabs/src/Tabs.vue.d.ts +6 -6
- package/packages/components/tooltip/index.d.ts +9 -9
- package/packages/components/tooltip/src/index.vue.d.ts +1 -1
- package/packages/components/tree-select/src/App.vue.d.ts +6 -6
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +6 -6
- package/packages/components/tree-v2/index.js +1392 -1407
- package/packages/components/tree-v2/index.js.gz +0 -0
- package/packages/components/tree-v2/style.css +1 -1
- package/packages/components/tree-v2/style.css.gz +0 -0
- package/packages/components/upload/src/hook/use-upload.d.ts +1 -1
- package/packages/components/virtual-tree/index.js +18 -20
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/packages/components/date-picker/src/time-zone-shortcut.d.ts +0 -8
|
Binary file
|
|
@@ -35,6 +35,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
35
35
|
noSetDefaultVal: boolean;
|
|
36
36
|
showArrow: boolean;
|
|
37
37
|
getPopupContainer: Function;
|
|
38
|
+
teleported: boolean;
|
|
38
39
|
isTooltip: boolean;
|
|
39
40
|
preserveLabelWhenMissing: boolean;
|
|
40
41
|
optionFilterProp: string;
|
|
@@ -45,7 +46,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
45
46
|
isRenderNode: boolean;
|
|
46
47
|
noDropdown: boolean;
|
|
47
48
|
maxTagsLength: number;
|
|
48
|
-
teleported: boolean;
|
|
49
49
|
isExterControlCount: boolean;
|
|
50
50
|
showSelectAll: boolean;
|
|
51
51
|
optionPaging: boolean;
|
|
@@ -8,10 +8,10 @@ export interface Props {
|
|
|
8
8
|
options?: any
|
|
9
9
|
|
|
10
10
|
preserveLabelWhenMissing?: boolean
|
|
11
|
-
|
|
12
|
-
mode?: 'multiple' | 'tags' | 'combobox'
|
|
13
|
-
|
|
14
|
-
showSearch?: boolean
|
|
11
|
+
|
|
12
|
+
mode?: 'multiple' | 'tags' | 'combobox'
|
|
13
|
+
|
|
14
|
+
showSearch?: boolean
|
|
15
15
|
|
|
16
16
|
fieldNames?: any
|
|
17
17
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-ui-select[data-v-4f981506]{--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-4f981506]{position:absolute;top:100%;left:0;width:var(--b6494b16)}.das-ui-select.show-ellipsis[data-v-4f981506] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-4f981506] .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-4f981506] .ant-select{width:100%;height:var(--v467e0b50)}.das-ui-select[data-v-4f981506] .ant-select .das-select-error-label-content{width:var(--b6494b16);font-size:12px}.das-ui-select[data-v-4f981506] .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-4f981506] .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-4f981506] .ant-select:hover .ant-select-arrow{color:var(--upf-select-primary-color)}.das-ui-select[data-v-4f981506] .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-4f981506] .ant-select .ant-select-clear:hover{color:var(--upf-text-secondary)}.das-ui-select[data-v-4f981506] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-4f981506] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-4f981506] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-4f981506] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-4f981506] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-4f981506] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-md)}.das-ui-select[data-v-4f981506] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-4f981506] .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-4f981506] .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-4f981506] .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-4f981506] .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-4f981506] .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-4f981506] .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-4f981506] .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-4f981506] .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-4f981506] .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-4f981506] .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-4f981506] .ant-select .ant-select-selection-item{color:var(--upf-select-text-color)}.das-ui-select[data-v-4f981506] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--upf-select-height-md)}.das-ui-select[data-v-4f981506] .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-4f981506] .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-4f981506] .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-4f981506] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--upf-select-max-height-md)}.das-ui-select[data-v-4f981506] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--upf-select-height-sm)}.das-ui-select[data-v-4f981506] .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-4f981506] .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-4f981506] .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-4f981506] .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-4f981506] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--upf-select-height-lg)}.das-ui-select[data-v-4f981506] .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-4f981506] .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-4f981506] .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-4f981506] .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-4f981506] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-4f981506] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-4f981506] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-4f981506] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-4f981506] .ant-select-disabled.ant-select .ant-select-arrow,.das-ui-select[data-v-4f981506] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-4f981506] .ant-select-disabled.ant-select .ant-tag{color:var(--upf-select-disabled-text-color)}.das-ui-select[data-v-4f981506] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-4f981506] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-4f981506] .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-4f981506] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-4f981506] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--upf-select-active-border-color)!important}.das-ui-select.underline[data-v-4f981506] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-4f981506] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-4f981506] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-4f981506] .ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-error-color)!important}.das-ui-select.underline[data-v-4f981506] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-4f981506] .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-4f981506] .ant-select .ant-select-selector{border-color:var(--upf-select-border-color)!important}.das-ui-select.bordered[data-v-4f981506] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-4f981506] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--upf-select-active-border-color)!important}.das-ui-select.bordered[data-v-4f981506] .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-4f981506] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-4f981506] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-4f981506] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-4f981506] .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-4f981506] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-4f981506] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-4f981506] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-4f981506] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-4f981506] .ant-select .ant-select-selector:hover{border-color:var(--upf-select-error-color)!important}.das-ui-select.bordered[data-v-4f981506] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-4f981506] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.none[data-v-4f981506] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-4f981506] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-4f981506] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-4f981506] .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-4f981506] .ant-select-disabled.ant-select .ant-select-selector input{cursor:text;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-4f981506] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--upf-select-text-color);cursor:default}.das-ui-select.readonly[data-v-4f981506] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-4f981506] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-4f981506] .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-4f981506] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-4f981506] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-4f981506] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-4f981506]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-4f981506]{display:block;color:var(--upf-select-error-color)}.das-ui-select-dorpdown .hasNoData{padding:2px 0 6px;color:var(--upf-text-primary);font-size:12px}.das-ui-select-dorpdown .das-select-checkbox.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{padding:0!important}.das-ui-select-dorpdown .das-multiple-option-item{display:flex}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--upf-color-primary-bg);font-weight:400;color:var(--upf-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--upf-text-primary)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--upf-border-color)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--upf-text-secondary)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--upf-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-state{display:none}.das-ui-select-dorpdown .das-ui-checkbox{display:inline-block;margin-right:5px}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-show{right:4px!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb{width:8px!important;left:1px!important;background:#b2b2b2!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb:hover{width:10px!important;left:0!important;background:#999!important}.das-ui-select-dorpdown .customDropdown{display:flex;align-items:center;padding:6px 12px 2px;cursor:pointer;border-top:1px solid var(--upf-border-color)}.das-ui-select-dorpdown .customDropdown .el-input{height:28px}.das-ui-select-dorpdown .customDropdown .addBtn{margin-left:12px;cursor:pointer;flex-shrink:0;font-family:Microsoft YaHei;font-size:12px;font-weight:400;height:28px;line-height:28px;text-align:center;letter-spacing:0px;color:var(--upf-text-primary)}
|
|
1
|
+
.das-ui-select[data-v-00ff3a8a]{--upf-select-text-color: var(--upf-text-primary);--upf-select-placeholder-color: var(--upf-text-placeholder);--upf-select-border-color: var(--upf-border-color, #d9d9d9);--upf-select-underline-color: var(--upf-text-disabled);--upf-select-active-border-color: var(--upf-form-active-border-color, var(--upf-color-primary));--upf-select-primary-color: var(--upf-color-primary);--upf-select-error-color: var(--upf-color-error);--upf-select-disabled-text-color: var(--upf-text-disabled);--upf-select-disabled-border-color: var(--upf-border-color, #d9d9d9);--upf-select-disabled-bg-color: var(--upf-bg-secondary);--upf-select-option-active-bg: var(--upf-menu-hover-bg);--upf-select-help-color: var(--upf-text-secondary);--upf-select-overlay-error-color: var(--upf-color-error);--upf-select-height-sm: 24px;--upf-select-height-md: 32px;--upf-select-height-lg: 36px;--upf-select-max-height-sm: 66px;--upf-select-max-height-md: 82px;--upf-select-max-height-lg: 85px;--upf-select-tag-font-size-sm: 14px;--upf-select-tag-font-size-md: 14px;--upf-select-tag-font-size-lg: 15px;display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-00ff3a8a]{position:absolute;top:100%;left:0;width:var(--v508aeef9)}.das-ui-select.show-ellipsis[data-v-00ff3a8a] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-00ff3a8a] .ant-select-selection-overflow-item.ellipsis .ant-tag span:nth-of-type(1){width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.das-ui-select[data-v-00ff3a8a] .ant-select{width:100%;height:var(--b1f81358)}.das-ui-select[data-v-00ff3a8a] .ant-select .das-select-error-label-content{width:var(--v508aeef9);font-size:12px}.das-ui-select[data-v-00ff3a8a] .ant-select .das-select-error-label-content .label{display:block;color:var(--upf-select-overlay-error-color);white-space:break-spaces}.das-ui-select[data-v-00ff3a8a] .ant-select .ant-select-arrow{color:var(--upf-text-secondary);width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-00ff3a8a] .ant-select:hover .ant-select-arrow{color:var(--upf-select-primary-color)}.das-ui-select[data-v-00ff3a8a] .ant-select .ant-select-clear{color:var(--upf-text-placeholder);width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:auto}.das-ui-select[data-v-00ff3a8a] .ant-select .ant-select-clear:hover{color:var(--upf-text-secondary)}.das-ui-select[data-v-00ff3a8a] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-00ff3a8a] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-00ff3a8a] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-00ff3a8a] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-00ff3a8a] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-md)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-sm)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:var(--upf-select-height-lg)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-00ff3a8a] .ant-select .ant-select-selection-item{color:var(--upf-select-text-color)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--upf-select-height-md)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0px;-webkit-margin-start:0px;height:calc(var(--upf-select-height-md) - 2px);line-height:calc(var(--upf-select-height-md) - 2px)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple .ant-tag{color:var(--upf-select-text-color);height:calc(var(--upf-select-height-md) - 4px);line-height:calc(var(--upf-select-height-md) - 5px);font-size:var(--upf-select-tag-font-size-md);margin-bottom:0;margin-right:0}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple .ant-select-selection-item{height:calc(var(--upf-select-height-md) - 4px);font-size:var(--upf-select-tag-font-size-md);margin-top:0;margin-bottom:0;border:none;background-color:transparent;-webkit-margin-end:0px;margin-inline-end:0px;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--upf-select-max-height-md)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--upf-select-height-sm)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:calc(var(--upf-select-height-sm) - 2px);line-height:calc(var(--upf-select-height-sm) - 2px)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple.ant-select-sm .ant-tag{height:calc(var(--upf-select-height-sm) - 4px);line-height:calc(var(--upf-select-height-sm) - 5px);font-size:var(--upf-select-tag-font-size-sm)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:calc(var(--upf-select-height-sm) - 2px);line-height:calc(var(--upf-select-height-sm) - 2px);font-size:var(--upf-select-tag-font-size-sm)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-overflow{max-height:var(--upf-select-max-height-sm)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--upf-select-height-lg)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:calc(var(--upf-select-height-lg) - 2px);line-height:calc(var(--upf-select-height-lg) - 2px)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple.ant-select-lg .ant-tag{height:calc(var(--upf-select-height-lg) - 8px);line-height:calc(var(--upf-select-height-lg) - 8px);font-size:var(--upf-select-tag-font-size-lg)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:calc(var(--upf-select-height-lg) - 7px);line-height:calc(var(--upf-select-height-lg) - 7px);font-size:var(--upf-select-tag-font-size-lg)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow{max-height:var(--upf-select-max-height-lg)}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-00ff3a8a] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-00ff3a8a] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-00ff3a8a] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-arrow,.das-ui-select[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-tag{color:var(--upf-select-disabled-text-color)}.das-ui-select[data-v-00ff3a8a] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-00ff3a8a] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-00ff3a8a] .ant-select .ant-select-selector{border-radius:0;border-color:transparent!important;border-bottom-color:var(--upf-select-underline-color)!important;background-color:transparent!important;padding:0!important}.das-ui-select.underline[data-v-00ff3a8a] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-00ff3a8a] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--upf-select-active-border-color)!important}.das-ui-select.underline[data-v-00ff3a8a] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-00ff3a8a] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-00ff3a8a] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-00ff3a8a] .ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-error-color)!important}.das-ui-select.underline[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selector:hover{border-bottom-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select .ant-select-selector{border-color:var(--upf-select-border-color)!important}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-00ff3a8a] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--upf-select-active-border-color)!important}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select .ant-select-selector .ant-select-selection-search{-webkit-user-select:text;user-select:text;cursor:text;left:8px}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-00ff3a8a] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-00ff3a8a] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px;-webkit-user-select:text;user-select:text}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-00ff3a8a] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-00ff3a8a] .ant-select .ant-select-selector:hover{border-color:var(--upf-select-error-color)!important}.das-ui-select.bordered[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--upf-select-disabled-border-color)!important}.das-ui-select.none[data-v-00ff3a8a] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-00ff3a8a] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selector input{cursor:text;-webkit-user-select:text;user-select:text}.das-ui-select.readonly[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--upf-select-text-color);cursor:default}.das-ui-select.readonly[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-00ff3a8a] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-00ff3a8a] .ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:var(--upf-select-text-color);border-color:transparent}.das-ui-select.readonly[data-v-00ff3a8a] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--upf-select-text-color)}.das-ui-select.readonly[data-v-00ff3a8a] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-00ff3a8a] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-00ff3a8a]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-00ff3a8a]{display:block;color:var(--upf-select-error-color)}.das-ui-select-dorpdown .hasNoData{padding:2px 0 6px;color:var(--upf-text-primary);font-size:12px}.das-ui-select-dorpdown .das-select-checkbox.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{padding:0!important}.das-ui-select-dorpdown .das-multiple-option-item{display:flex}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--upf-color-primary-bg);font-weight:400;color:var(--upf-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--upf-text-primary)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--upf-border-color)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--upf-text-secondary)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--upf-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-state{display:none}.das-ui-select-dorpdown .das-ui-checkbox{display:inline-block;margin-right:5px}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-show{right:4px!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb{width:8px!important;left:1px!important;background:#b2b2b2!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb:hover{width:10px!important;left:0!important;background:#999!important}.das-ui-select-dorpdown .customDropdown{display:flex;align-items:center;padding:6px 12px 2px;cursor:pointer;border-top:1px solid var(--upf-border-color)}.das-ui-select-dorpdown .customDropdown .el-input{height:28px}.das-ui-select-dorpdown .customDropdown .addBtn{margin-left:12px;cursor:pointer;flex-shrink:0;font-family:Microsoft YaHei;font-size:12px;font-weight:400;height:28px;line-height:28px;text-align:center;letter-spacing:0px;color:var(--upf-text-primary)}
|
|
Binary file
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { setI18nRule as f, t as l } from "@das-fed/upf-web/packages/i18n/index";
|
|
2
2
|
import { withInstall as m } from "@das-fed/upf-utils/with-install/index";
|
|
3
|
-
import { openBlock as e, createElementBlock as o, createStaticVNode as p, createElementVNode as c, defineComponent as u, useAttrs as _,
|
|
4
|
-
import { Spin as
|
|
3
|
+
import { openBlock as e, createElementBlock as o, createStaticVNode as p, createElementVNode as c, defineComponent as u, useAttrs as _, computed as v, h as i, normalizeClass as $, createVNode as C, unref as g, mergeProps as y, withCtx as z, renderSlot as S } from "vue";
|
|
4
|
+
import { Spin as x } from "ant-design-vue";
|
|
5
5
|
import "ant-design-vue/es/spin/style/css";
|
|
6
|
-
import { DasIconLoad as
|
|
6
|
+
import { DasIconLoad as h } from "@das-fed/upf-ui/packages/icons/load/index";
|
|
7
7
|
import "@das-fed/upf-ui/packages/global/theme"
|
|
8
8
|
import '@das-fed/upf-ui/packages/components/spin/style.css';
|
|
9
9
|
;
|
|
@@ -12,15 +12,15 @@ const r = (s, t) => {
|
|
|
12
12
|
for (const [d, n] of t)
|
|
13
13
|
a[d] = n;
|
|
14
14
|
return a;
|
|
15
|
-
}, I = {},
|
|
16
|
-
function
|
|
17
|
-
return e(), o("div",
|
|
15
|
+
}, I = {}, L = { class: "das-spin-container das-spin-page" };
|
|
16
|
+
function k(s, t) {
|
|
17
|
+
return e(), o("div", L, [...t[0] || (t[0] = [
|
|
18
18
|
p('<div class="das-spin-dot-spin" data-v-323f37a9><i class="das-spin-dot-item" data-v-323f37a9></i><i class="das-spin-dot-item" data-v-323f37a9></i><i class="das-spin-dot-item" data-v-323f37a9></i><i class="das-spin-dot-item" data-v-323f37a9></i></div>', 1)
|
|
19
19
|
])]);
|
|
20
20
|
}
|
|
21
|
-
const
|
|
22
|
-
function
|
|
23
|
-
return e(), o("div",
|
|
21
|
+
const N = /* @__PURE__ */ r(I, [["render", k], ["__scopeId", "data-v-323f37a9"]]), w = {}, B = { class: "das-spin-container das-spin-component" };
|
|
22
|
+
function V(s, t) {
|
|
23
|
+
return e(), o("div", B, [...t[0] || (t[0] = [
|
|
24
24
|
c(
|
|
25
25
|
"div",
|
|
26
26
|
{ class: "das-spin-dot-spin" },
|
|
@@ -32,13 +32,13 @@ function B(s, t) {
|
|
|
32
32
|
)
|
|
33
33
|
])]);
|
|
34
34
|
}
|
|
35
|
-
const
|
|
36
|
-
function
|
|
37
|
-
return e(), o("div",
|
|
35
|
+
const D = /* @__PURE__ */ r(w, [["render", V], ["__scopeId", "data-v-f47a1ae6"]]), E = {}, O = { class: "das-spin-container das-spin-containerload" };
|
|
36
|
+
function P(s, t) {
|
|
37
|
+
return e(), o("div", O, [...t[0] || (t[0] = [
|
|
38
38
|
p('<div class="das-spin-dot-spin" data-v-f7548f22><i class="das-spin-dot-item" data-v-f7548f22></i><i class="das-spin-dot-item" data-v-f7548f22></i><i class="das-spin-dot-item" data-v-f7548f22></i><i class="das-spin-dot-item" data-v-f7548f22></i></div>', 1)
|
|
39
39
|
])]);
|
|
40
40
|
}
|
|
41
|
-
const
|
|
41
|
+
const b = /* @__PURE__ */ r(E, [["render", P], ["__scopeId", "data-v-f7548f22"]]), A = /* @__PURE__ */ u({
|
|
42
42
|
__name: "index",
|
|
43
43
|
props: {
|
|
44
44
|
type: { default: "page" },
|
|
@@ -48,30 +48,28 @@ const P = /* @__PURE__ */ r(D, [["render", O], ["__scopeId", "data-v-f7548f22"]]
|
|
|
48
48
|
full: { type: Boolean, default: !0 }
|
|
49
49
|
},
|
|
50
50
|
setup(s) {
|
|
51
|
-
const t = s, a = _(), d = () => {
|
|
51
|
+
const t = s, a = _(), d = v(() => {
|
|
52
52
|
if (a.indicator) return a.indicator;
|
|
53
|
-
if (t.type == "page") return i(
|
|
54
|
-
if (t.type == "container") return i(
|
|
55
|
-
if (t.type == "component") return i(
|
|
53
|
+
if (t.type == "page") return i(N);
|
|
54
|
+
if (t.type == "container") return i(b);
|
|
55
|
+
if (t.type == "component") return i(D);
|
|
56
56
|
if (t.type == "load")
|
|
57
|
-
return i(
|
|
57
|
+
return i(h, {
|
|
58
58
|
iconColor: t.iconColor,
|
|
59
59
|
customSize: t.customSize
|
|
60
60
|
});
|
|
61
|
-
};
|
|
62
|
-
return (n,
|
|
61
|
+
});
|
|
62
|
+
return (n, R) => (e(), o(
|
|
63
63
|
"div",
|
|
64
64
|
{
|
|
65
|
-
class:
|
|
65
|
+
class: $({ "das-spin-container": !0, full: s.full })
|
|
66
66
|
},
|
|
67
67
|
[
|
|
68
|
-
|
|
68
|
+
C(g(x), y({
|
|
69
69
|
class: `das-slef-spin ${s.size} ${s.type} `
|
|
70
|
-
}, n.$attrs, {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
default: y(() => [
|
|
74
|
-
z(n.$slots, "default")
|
|
70
|
+
}, n.$attrs, { indicator: d.value }), {
|
|
71
|
+
default: z(() => [
|
|
72
|
+
S(n.$slots, "default")
|
|
75
73
|
]),
|
|
76
74
|
_: 3
|
|
77
75
|
/* FORWARDED */
|
|
@@ -81,10 +79,10 @@ const P = /* @__PURE__ */ r(D, [["render", O], ["__scopeId", "data-v-f7548f22"]]
|
|
|
81
79
|
/* CLASS */
|
|
82
80
|
));
|
|
83
81
|
}
|
|
84
|
-
}),
|
|
85
|
-
f(
|
|
86
|
-
const
|
|
82
|
+
}), M = { 加载中: { "zh-CN": "加载中", en: "Loading", "zh-MO": "加載中", _appCode: "framework" } };
|
|
83
|
+
f(M);
|
|
84
|
+
const Q = m(A), T = { name: `Spin ${l("加载中")}` };
|
|
87
85
|
export {
|
|
88
|
-
|
|
89
|
-
|
|
86
|
+
Q as DasSpin,
|
|
87
|
+
T as default
|
|
90
88
|
};
|
|
Binary file
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
declare const DasTabs: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
3
3
|
"onUpdate:activeKey"?: ((value: string | number) => any) | undefined;
|
|
4
|
-
onTabClick?: ((activeKey: any) => any) | undefined;
|
|
5
4
|
onMenuClick?: ((menu: import("./src/type.js").menuListType, item: any) => any) | undefined;
|
|
5
|
+
onTabClick?: ((activeKey: any) => any) | undefined;
|
|
6
6
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
7
|
"update:activeKey": (value: string | number) => any;
|
|
8
|
-
tabClick: (activeKey: any) => any;
|
|
9
8
|
menuClick: (menu: import("./src/type.js").menuListType, item: any) => any;
|
|
9
|
+
tabClick: (activeKey: any) => any;
|
|
10
10
|
}, import("vue").PublicProps, {
|
|
11
11
|
options: Array<import("./src/type.js").DasTabsoptionsType>;
|
|
12
12
|
contextmenu: boolean;
|
|
13
13
|
type: "line" | "card" | "lattice" | "editable-card";
|
|
14
|
-
isStrict: boolean;
|
|
15
|
-
hideAdd: boolean;
|
|
16
|
-
tabsStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
17
|
-
constomMenuList: Array<import("./src/type.js").menuListType>;
|
|
18
14
|
defualtProps: {
|
|
19
15
|
key?: string;
|
|
20
16
|
tab?: string;
|
|
21
17
|
};
|
|
18
|
+
isStrict: boolean;
|
|
19
|
+
hideAdd: boolean;
|
|
20
|
+
tabsStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
21
|
+
constomMenuList: Array<import("./src/type.js").menuListType>;
|
|
22
22
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
23
23
|
P: {};
|
|
24
24
|
B: {};
|
|
@@ -28,44 +28,44 @@ declare const DasTabs: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
|
28
28
|
Defaults: {};
|
|
29
29
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
30
30
|
"onUpdate:activeKey"?: ((value: string | number) => any) | undefined;
|
|
31
|
-
onTabClick?: ((activeKey: any) => any) | undefined;
|
|
32
31
|
onMenuClick?: ((menu: import("./src/type.js").menuListType, item: any) => any) | undefined;
|
|
32
|
+
onTabClick?: ((activeKey: any) => any) | undefined;
|
|
33
33
|
}>, {}, {}, {}, {}, {
|
|
34
34
|
options: Array<import("./src/type.js").DasTabsoptionsType>;
|
|
35
35
|
contextmenu: boolean;
|
|
36
36
|
type: "line" | "card" | "lattice" | "editable-card";
|
|
37
|
-
isStrict: boolean;
|
|
38
|
-
hideAdd: boolean;
|
|
39
|
-
tabsStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
40
|
-
constomMenuList: Array<import("./src/type.js").menuListType>;
|
|
41
37
|
defualtProps: {
|
|
42
38
|
key?: string;
|
|
43
39
|
tab?: string;
|
|
44
40
|
};
|
|
41
|
+
isStrict: boolean;
|
|
42
|
+
hideAdd: boolean;
|
|
43
|
+
tabsStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
44
|
+
constomMenuList: Array<import("./src/type.js").menuListType>;
|
|
45
45
|
}>;
|
|
46
46
|
__isFragment?: never;
|
|
47
47
|
__isTeleport?: never;
|
|
48
48
|
__isSuspense?: never;
|
|
49
49
|
} & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
50
50
|
"onUpdate:activeKey"?: ((value: string | number) => any) | undefined;
|
|
51
|
-
onTabClick?: ((activeKey: any) => any) | undefined;
|
|
52
51
|
onMenuClick?: ((menu: import("./src/type.js").menuListType, item: any) => any) | undefined;
|
|
52
|
+
onTabClick?: ((activeKey: any) => any) | undefined;
|
|
53
53
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
54
54
|
"update:activeKey": (value: string | number) => any;
|
|
55
|
-
tabClick: (activeKey: any) => any;
|
|
56
55
|
menuClick: (menu: import("./src/type.js").menuListType, item: any) => any;
|
|
56
|
+
tabClick: (activeKey: any) => any;
|
|
57
57
|
}, string, {
|
|
58
58
|
options: Array<import("./src/type.js").DasTabsoptionsType>;
|
|
59
59
|
contextmenu: boolean;
|
|
60
60
|
type: "line" | "card" | "lattice" | "editable-card";
|
|
61
|
-
isStrict: boolean;
|
|
62
|
-
hideAdd: boolean;
|
|
63
|
-
tabsStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
64
|
-
constomMenuList: Array<import("./src/type.js").menuListType>;
|
|
65
61
|
defualtProps: {
|
|
66
62
|
key?: string;
|
|
67
63
|
tab?: string;
|
|
68
64
|
};
|
|
65
|
+
isStrict: boolean;
|
|
66
|
+
hideAdd: boolean;
|
|
67
|
+
tabsStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
68
|
+
constomMenuList: Array<import("./src/type.js").menuListType>;
|
|
69
69
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
70
70
|
$slots: {
|
|
71
71
|
[x: string]: ((props: {}) => any) | undefined;
|
|
@@ -17,24 +17,24 @@ type __VLS_Slots = {} & {
|
|
|
17
17
|
};
|
|
18
18
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
19
19
|
"update:activeKey": (value: string | number) => any;
|
|
20
|
-
tabClick: (activeKey: any) => any;
|
|
21
20
|
menuClick: (menu: import("./type").menuListType, item: any) => any;
|
|
21
|
+
tabClick: (activeKey: any) => any;
|
|
22
22
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
23
23
|
"onUpdate:activeKey"?: ((value: string | number) => any) | undefined;
|
|
24
|
-
onTabClick?: ((activeKey: any) => any) | undefined;
|
|
25
24
|
onMenuClick?: ((menu: import("./type").menuListType, item: any) => any) | undefined;
|
|
25
|
+
onTabClick?: ((activeKey: any) => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
27
|
options: Array<import("./type").DasTabsoptionsType>;
|
|
28
28
|
contextmenu: boolean;
|
|
29
29
|
type: "line" | "card" | "lattice" | "editable-card";
|
|
30
|
-
isStrict: boolean;
|
|
31
|
-
hideAdd: boolean;
|
|
32
|
-
tabsStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
33
|
-
constomMenuList: Array<import("./type").menuListType>;
|
|
34
30
|
defualtProps: {
|
|
35
31
|
key?: string;
|
|
36
32
|
tab?: string;
|
|
37
33
|
};
|
|
34
|
+
isStrict: boolean;
|
|
35
|
+
hideAdd: boolean;
|
|
36
|
+
tabsStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
|
|
37
|
+
constomMenuList: Array<import("./type").menuListType>;
|
|
38
38
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
39
39
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
40
40
|
export default _default;
|
|
@@ -45,8 +45,8 @@ declare const DasTooltipRef: () => import("vue").Ref<({
|
|
|
45
45
|
content: string;
|
|
46
46
|
effect: "dark" | "light";
|
|
47
47
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
48
|
-
customClass: string;
|
|
49
48
|
selfPopperClass: string;
|
|
49
|
+
customClass: string;
|
|
50
50
|
textWidth: string;
|
|
51
51
|
textHtml: boolean;
|
|
52
52
|
isMaxheight: boolean;
|
|
@@ -77,15 +77,15 @@ declare const DasTooltipRef: () => import("vue").Ref<({
|
|
|
77
77
|
content: string;
|
|
78
78
|
effect: "dark" | "light";
|
|
79
79
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
80
|
-
customClass: string;
|
|
81
80
|
selfPopperClass: string;
|
|
81
|
+
customClass: string;
|
|
82
82
|
textWidth: string;
|
|
83
83
|
textHtml: boolean;
|
|
84
84
|
isMaxheight: boolean;
|
|
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" | "effect" | "placement" | "
|
|
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: {
|
|
@@ -140,8 +140,8 @@ declare const DasTooltipRef: () => import("vue").Ref<({
|
|
|
140
140
|
content: string;
|
|
141
141
|
effect: "dark" | "light";
|
|
142
142
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
143
|
-
customClass: string;
|
|
144
143
|
selfPopperClass: string;
|
|
144
|
+
customClass: string;
|
|
145
145
|
textWidth: string;
|
|
146
146
|
textHtml: boolean;
|
|
147
147
|
isMaxheight: boolean;
|
|
@@ -172,15 +172,15 @@ declare const DasTooltipRef: () => import("vue").Ref<({
|
|
|
172
172
|
content: string;
|
|
173
173
|
effect: "dark" | "light";
|
|
174
174
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
175
|
-
customClass: string;
|
|
176
175
|
selfPopperClass: string;
|
|
176
|
+
customClass: string;
|
|
177
177
|
textWidth: string;
|
|
178
178
|
textHtml: boolean;
|
|
179
179
|
isMaxheight: boolean;
|
|
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" | "effect" | "placement" | "
|
|
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: {
|
|
@@ -205,8 +205,8 @@ declare const DasTooltip: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
|
205
205
|
content: string;
|
|
206
206
|
effect: "dark" | "light";
|
|
207
207
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
208
|
-
customClass: string;
|
|
209
208
|
selfPopperClass: string;
|
|
209
|
+
customClass: string;
|
|
210
210
|
textWidth: string;
|
|
211
211
|
textHtml: boolean;
|
|
212
212
|
isMaxheight: boolean;
|
|
@@ -229,8 +229,8 @@ declare const DasTooltip: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
|
229
229
|
content: string;
|
|
230
230
|
effect: "dark" | "light";
|
|
231
231
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
232
|
-
customClass: string;
|
|
233
232
|
selfPopperClass: string;
|
|
233
|
+
customClass: string;
|
|
234
234
|
textWidth: string;
|
|
235
235
|
textHtml: boolean;
|
|
236
236
|
isMaxheight: boolean;
|
|
@@ -253,8 +253,8 @@ declare const DasTooltip: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
|
253
253
|
content: string;
|
|
254
254
|
effect: "dark" | "light";
|
|
255
255
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
256
|
-
customClass: string;
|
|
257
256
|
selfPopperClass: string;
|
|
257
|
+
customClass: string;
|
|
258
258
|
textWidth: string;
|
|
259
259
|
textHtml: boolean;
|
|
260
260
|
isMaxheight: boolean;
|
|
@@ -21,8 +21,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
21
21
|
content: string;
|
|
22
22
|
effect: "dark" | "light";
|
|
23
23
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
24
|
-
customClass: string;
|
|
25
24
|
selfPopperClass: string;
|
|
25
|
+
customClass: string;
|
|
26
26
|
textWidth: string;
|
|
27
27
|
textHtml: boolean;
|
|
28
28
|
isMaxheight: boolean;
|
|
@@ -100,6 +100,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
100
100
|
noSetDefaultVal: boolean;
|
|
101
101
|
showArrow: boolean;
|
|
102
102
|
getPopupContainer: Function;
|
|
103
|
+
teleported: boolean;
|
|
103
104
|
isTooltip: boolean;
|
|
104
105
|
preserveLabelWhenMissing: boolean;
|
|
105
106
|
optionFilterProp: string;
|
|
@@ -110,7 +111,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
110
111
|
isRenderNode: boolean;
|
|
111
112
|
noDropdown: boolean;
|
|
112
113
|
maxTagsLength: number;
|
|
113
|
-
teleported: boolean;
|
|
114
114
|
isExterControlCount: boolean;
|
|
115
115
|
showSelectAll: boolean;
|
|
116
116
|
optionPaging: boolean;
|
|
@@ -165,6 +165,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
165
165
|
noSetDefaultVal: boolean;
|
|
166
166
|
showArrow: boolean;
|
|
167
167
|
getPopupContainer: Function;
|
|
168
|
+
teleported: boolean;
|
|
168
169
|
isTooltip: boolean;
|
|
169
170
|
preserveLabelWhenMissing: boolean;
|
|
170
171
|
optionFilterProp: string;
|
|
@@ -175,7 +176,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
175
176
|
isRenderNode: boolean;
|
|
176
177
|
noDropdown: boolean;
|
|
177
178
|
maxTagsLength: number;
|
|
178
|
-
teleported: boolean;
|
|
179
179
|
isExterControlCount: boolean;
|
|
180
180
|
showSelectAll: boolean;
|
|
181
181
|
optionPaging: boolean;
|
|
@@ -189,7 +189,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
189
189
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
190
190
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
191
191
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
192
|
-
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "
|
|
192
|
+
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll" | "optionPaging" | "optionPageSize" | "optionPagingDebug" | "largeSelectionCollapseThreshold")> & import("vue").ShallowUnwrapRef<{
|
|
193
193
|
$select: import("vue").Ref<any, any>;
|
|
194
194
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
195
195
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -316,6 +316,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
316
316
|
noSetDefaultVal: boolean;
|
|
317
317
|
showArrow: boolean;
|
|
318
318
|
getPopupContainer: Function;
|
|
319
|
+
teleported: boolean;
|
|
319
320
|
isTooltip: boolean;
|
|
320
321
|
preserveLabelWhenMissing: boolean;
|
|
321
322
|
optionFilterProp: string;
|
|
@@ -326,7 +327,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
326
327
|
isRenderNode: boolean;
|
|
327
328
|
noDropdown: boolean;
|
|
328
329
|
maxTagsLength: number;
|
|
329
|
-
teleported: boolean;
|
|
330
330
|
isExterControlCount: boolean;
|
|
331
331
|
showSelectAll: boolean;
|
|
332
332
|
optionPaging: boolean;
|
|
@@ -381,6 +381,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
381
381
|
noSetDefaultVal: boolean;
|
|
382
382
|
showArrow: boolean;
|
|
383
383
|
getPopupContainer: Function;
|
|
384
|
+
teleported: boolean;
|
|
384
385
|
isTooltip: boolean;
|
|
385
386
|
preserveLabelWhenMissing: boolean;
|
|
386
387
|
optionFilterProp: string;
|
|
@@ -391,7 +392,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
391
392
|
isRenderNode: boolean;
|
|
392
393
|
noDropdown: boolean;
|
|
393
394
|
maxTagsLength: number;
|
|
394
|
-
teleported: boolean;
|
|
395
395
|
isExterControlCount: boolean;
|
|
396
396
|
showSelectAll: boolean;
|
|
397
397
|
optionPaging: boolean;
|
|
@@ -405,7 +405,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
405
405
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
406
406
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
407
407
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
408
|
-
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "
|
|
408
|
+
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll" | "optionPaging" | "optionPageSize" | "optionPagingDebug" | "largeSelectionCollapseThreshold")> & import("vue").ShallowUnwrapRef<{
|
|
409
409
|
$select: import("vue").Ref<any, any>;
|
|
410
410
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
411
411
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -103,6 +103,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
103
103
|
noSetDefaultVal: boolean;
|
|
104
104
|
showArrow: boolean;
|
|
105
105
|
getPopupContainer: Function;
|
|
106
|
+
teleported: boolean;
|
|
106
107
|
isTooltip: boolean;
|
|
107
108
|
preserveLabelWhenMissing: boolean;
|
|
108
109
|
optionFilterProp: string;
|
|
@@ -113,7 +114,6 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
113
114
|
isRenderNode: boolean;
|
|
114
115
|
noDropdown: boolean;
|
|
115
116
|
maxTagsLength: number;
|
|
116
|
-
teleported: boolean;
|
|
117
117
|
isExterControlCount: boolean;
|
|
118
118
|
showSelectAll: boolean;
|
|
119
119
|
optionPaging: boolean;
|
|
@@ -168,6 +168,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
168
168
|
noSetDefaultVal: boolean;
|
|
169
169
|
showArrow: boolean;
|
|
170
170
|
getPopupContainer: Function;
|
|
171
|
+
teleported: boolean;
|
|
171
172
|
isTooltip: boolean;
|
|
172
173
|
preserveLabelWhenMissing: boolean;
|
|
173
174
|
optionFilterProp: string;
|
|
@@ -178,7 +179,6 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
178
179
|
isRenderNode: boolean;
|
|
179
180
|
noDropdown: boolean;
|
|
180
181
|
maxTagsLength: number;
|
|
181
|
-
teleported: boolean;
|
|
182
182
|
isExterControlCount: boolean;
|
|
183
183
|
showSelectAll: boolean;
|
|
184
184
|
optionPaging: boolean;
|
|
@@ -192,7 +192,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
192
192
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
193
193
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
194
194
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
195
|
-
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "
|
|
195
|
+
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll" | "optionPaging" | "optionPageSize" | "optionPagingDebug" | "largeSelectionCollapseThreshold")> & import("vue").ShallowUnwrapRef<{
|
|
196
196
|
$select: import("vue").Ref<any, any>;
|
|
197
197
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
198
198
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -319,6 +319,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
319
319
|
noSetDefaultVal: boolean;
|
|
320
320
|
showArrow: boolean;
|
|
321
321
|
getPopupContainer: Function;
|
|
322
|
+
teleported: boolean;
|
|
322
323
|
isTooltip: boolean;
|
|
323
324
|
preserveLabelWhenMissing: boolean;
|
|
324
325
|
optionFilterProp: string;
|
|
@@ -329,7 +330,6 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
329
330
|
isRenderNode: boolean;
|
|
330
331
|
noDropdown: boolean;
|
|
331
332
|
maxTagsLength: number;
|
|
332
|
-
teleported: boolean;
|
|
333
333
|
isExterControlCount: boolean;
|
|
334
334
|
showSelectAll: boolean;
|
|
335
335
|
optionPaging: boolean;
|
|
@@ -384,6 +384,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
384
384
|
noSetDefaultVal: boolean;
|
|
385
385
|
showArrow: boolean;
|
|
386
386
|
getPopupContainer: Function;
|
|
387
|
+
teleported: boolean;
|
|
387
388
|
isTooltip: boolean;
|
|
388
389
|
preserveLabelWhenMissing: boolean;
|
|
389
390
|
optionFilterProp: string;
|
|
@@ -394,7 +395,6 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
394
395
|
isRenderNode: boolean;
|
|
395
396
|
noDropdown: boolean;
|
|
396
397
|
maxTagsLength: number;
|
|
397
|
-
teleported: boolean;
|
|
398
398
|
isExterControlCount: boolean;
|
|
399
399
|
showSelectAll: boolean;
|
|
400
400
|
optionPaging: boolean;
|
|
@@ -408,7 +408,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
408
408
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
409
409
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
410
410
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
411
|
-
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "
|
|
411
|
+
}>, "$select" | "toChangeMaxCount" | ("size" | "mode" | "error" | "disabled" | "width" | "open" | "placeholder" | "modelValue" | "isView" | "fieldNames" | "borderType" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "showArrow" | "getPopupContainer" | "teleported" | "isTooltip" | "preserveLabelWhenMissing" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount" | "showSelectAll" | "optionPaging" | "optionPageSize" | "optionPagingDebug" | "largeSelectionCollapseThreshold")> & import("vue").ShallowUnwrapRef<{
|
|
412
412
|
$select: import("vue").Ref<any, any>;
|
|
413
413
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
414
414
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|