@das-fed/ui 6.4.0-dev.61 → 6.4.0-dev.63
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/esm-map.json +4 -1
- package/package.json +5 -5
- package/packages/business-components/app-container/index.js +21 -27
- package/packages/business-components/app-container/index.js.gz +0 -0
- package/packages/business-components/app-container/src/style-theme.d.ts +0 -5
- package/packages/business-components/app-container/style.css +1 -1
- package/packages/business-components/app-container/style.css.gz +0 -0
- package/packages/business-components/app-container/theme/index.d.ts +0 -1
- package/packages/business-components/device-panel/index.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/dealAlarm.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/historyList.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/liveList.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/logDetail.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/dealAlarm.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/historyList.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/liveList.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/logDetail.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/preview/index.vue.d.ts +2 -2
- package/packages/business-components/model-table-dialog/index.d.ts +65 -65
- package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +12 -12
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +2 -2
- package/packages/business-components/process-form/i18n/index.d.ts +10 -0
- package/packages/business-components/process-form/index.js +141 -139
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-table/src/App.vue.d.ts +3 -3
- package/packages/components/autocomplete/index.d.ts +9 -9
- package/packages/components/autocomplete/index.js +1 -1
- package/packages/components/autocomplete/index.js.gz +0 -0
- package/packages/components/autocomplete/src/index.vue.d.ts +1 -1
- package/packages/components/autocomplete/src/type.d.ts +5 -0
- package/packages/components/autocomplete/style.css +1 -1
- package/packages/components/autocomplete/style.css.gz +0 -0
- package/packages/components/calendar/index.d.ts +5 -5
- package/packages/components/calendar/src/Index.vue.d.ts +2 -2
- package/packages/components/calendar/src/old-Index.vue.d.ts +2 -2
- package/packages/components/cascader/index.d.ts +9 -9
- package/packages/components/cascader/src/Index.vue.d.ts +1 -1
- package/packages/components/color-picker/index.js +4 -4
- package/packages/components/color-picker/index.js.gz +0 -0
- package/packages/components/color-picker/src/type.d.ts +6 -3
- package/packages/components/color-picker/style.css +1 -1
- package/packages/components/color-picker/style.css.gz +0 -0
- package/packages/components/date-picker/index.d.ts +25 -25
- package/packages/components/date-picker/src/DatePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/RangePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/TimePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +2 -2
- package/packages/components/dialog/index.js +1 -1
- package/packages/components/dialog/index.js.gz +0 -0
- package/packages/components/dialog/style.css +1 -1
- package/packages/components/dialog/style.css.gz +0 -0
- package/packages/components/dimple-layout/index.js +2 -2
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/dimple-layout/style.css +1 -1
- package/packages/components/dimple-layout/style.css.gz +0 -0
- package/packages/components/edit-table/index.d.ts +24 -4
- package/packages/components/edit-table/index.js +1328 -1201
- package/packages/components/edit-table/index.js.gz +0 -0
- package/packages/components/edit-table/src/components/index.d.ts +1 -0
- package/packages/components/edit-table/src/components/row-button/index.vue.d.ts +5 -0
- package/packages/components/edit-table/src/components/row-button/type.d.ts +13 -0
- package/packages/components/edit-table/src/index.vue.d.ts +7 -3
- package/packages/components/edit-table/src/type.d.ts +15 -3
- package/packages/components/edit-table/src/utils.d.ts +1 -1
- package/packages/components/edit-table/style.css +1 -1
- package/packages/components/edit-table/style.css.gz +0 -0
- package/packages/components/empty/index.d.ts +3 -3
- package/packages/components/empty/src/Index.vue.d.ts +1 -1
- package/packages/components/index.d.ts +1 -0
- package/packages/components/index.js +1 -0
- package/packages/components/pagination/index.d.ts +23 -23
- package/packages/components/pagination/src/Pagination.vue.d.ts +3 -3
- package/packages/components/popup-mask/index.d.ts +9 -9
- package/packages/components/popup-mask/src/Index.vue.d.ts +1 -1
- package/packages/components/search-form/index.js +233 -232
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/src/Index.vue.d.ts +3 -1
- package/packages/components/search-form/src/InputSelect.vue.d.ts +2 -2
- package/packages/components/search-form/src/SearchDateRange.vue.d.ts +2 -2
- package/packages/components/search-form/src/type.d.ts +3 -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.js +17 -17
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select-input/index.d.ts +2 -2
- package/packages/components/select-input/src/Index.vue.d.ts +2 -2
- package/packages/components/table/index.d.ts +18 -18
- package/packages/components/table/src/Table.vue.d.ts +1 -1
- package/packages/components/table/src/hooks/use-operation.d.ts +1 -1
- package/packages/components/table/src/table-column/index.vue.d.ts +1 -1
- package/packages/components/tooltip/index.js +43 -42
- package/packages/components/tooltip/index.js.gz +0 -0
- package/packages/components/tooltip/style.css +1 -1
- package/packages/components/tooltip/style.css.gz +0 -0
- package/packages/components/tree-v2/i18n/index.d.ts +31 -0
- package/packages/components/tree-v2/index.d.ts +585 -0
- package/packages/components/tree-v2/index.js +3371 -0
- package/packages/components/tree-v2/index.js.gz +0 -0
- package/packages/components/tree-v2/src/App.vue.d.ts +99 -0
- package/packages/components/tree-v2/src/empty.vue.d.ts +19 -0
- package/packages/components/tree-v2/src/expand-icon.vue.d.ts +2 -0
- package/packages/components/tree-v2/src/hooks/use-lazy-tree.d.ts +15 -0
- package/packages/components/tree-v2/src/hooks/use-style.d.ts +5 -0
- package/packages/components/tree-v2/src/hooks/use-tree.d.ts +43 -0
- package/packages/components/tree-v2/src/type.d.ts +283 -0
- package/packages/components/tree-v2/src/utils.d.ts +18 -0
- package/packages/components/tree-v2/style.css +1 -0
- package/packages/components/tree-v2/style.css.gz +0 -0
- package/packages/components/tree-v2/theme/base.d.ts +16 -0
- package/packages/icons/index.d.ts +1 -0
- package/packages/icons/index.js +1 -0
- package/packages/icons/input-select/index.d.ts +1 -0
- package/packages/icons/input-select/index.js +17 -0
- package/packages/icons/input-select/index.js.gz +0 -0
- package/packages/icons/input-select/index.vue.d.ts +16 -0
|
Binary file
|
|
@@ -10,6 +10,7 @@ interface DasSearchFormProp {
|
|
|
10
10
|
labelPosition?: 'left' | 'top' | 'right';
|
|
11
11
|
hasBtn?: boolean;
|
|
12
12
|
isExpandAtFocus?: boolean;
|
|
13
|
+
isExpandFilter?: boolean;
|
|
13
14
|
}
|
|
14
15
|
declare function __VLS_template(): {
|
|
15
16
|
slots: Partial<Record<any, (_: {}) => any>> & Partial<Record<any, (_: {}) => any>> & Partial<Record<any, (_: {}) => any>> & Partial<Record<any, (_: {}) => any>> & Partial<Record<any, (_: {}) => any>> & {
|
|
@@ -27,7 +28,7 @@ declare const __VLS_component: import("vue").DefineComponent<DasSearchFormProp,
|
|
|
27
28
|
treeSelectResetLazyLoad: (key: string) => void;
|
|
28
29
|
closeSearch: (data: SearchFormProp | any[]) => Promise<void>;
|
|
29
30
|
resetSearch: (isTriggerEvent?: boolean) => Promise<void>;
|
|
30
|
-
getCollapseStatus: () =>
|
|
31
|
+
getCollapseStatus: () => any;
|
|
31
32
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
32
33
|
confirm: (e: any) => any;
|
|
33
34
|
clearSearch: (e: any) => any;
|
|
@@ -44,6 +45,7 @@ declare const __VLS_component: import("vue").DefineComponent<DasSearchFormProp,
|
|
|
44
45
|
showFilterPanel: boolean;
|
|
45
46
|
isMarginRight: boolean;
|
|
46
47
|
hasBtn: boolean;
|
|
48
|
+
isExpandFilter: boolean;
|
|
47
49
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
48
50
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
49
51
|
export default _default;
|
|
@@ -13,15 +13,15 @@ interface SelctProps {
|
|
|
13
13
|
}
|
|
14
14
|
declare const _default: import("vue").DefineComponent<SelctProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
15
15
|
"update:modelValue": (value: string) => any;
|
|
16
|
-
selectChange: (value: string | number) => any;
|
|
17
16
|
"update:optionValue": (value: string | number) => any;
|
|
17
|
+
selectChange: (value: string | number) => any;
|
|
18
18
|
dateRangeChange: (value: any) => any;
|
|
19
19
|
openDialogHandle: () => any;
|
|
20
20
|
openDialogChange: (value: any) => any;
|
|
21
21
|
}, string, import("vue").PublicProps, Readonly<SelctProps> & Readonly<{
|
|
22
22
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
23
|
-
onSelectChange?: ((value: string | number) => any) | undefined;
|
|
24
23
|
"onUpdate:optionValue"?: ((value: string | number) => any) | undefined;
|
|
24
|
+
onSelectChange?: ((value: string | number) => any) | undefined;
|
|
25
25
|
onDateRangeChange?: ((value: any) => any) | undefined;
|
|
26
26
|
onOpenDialogHandle?: (() => any) | undefined;
|
|
27
27
|
onOpenDialogChange?: ((value: any) => any) | undefined;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { Props } from './hooks/searchFormItem';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
3
|
"update:modelValue": (value: string) => any;
|
|
4
|
-
selectChange: (value: string | number) => any;
|
|
5
4
|
"update:optionValue": (value: string | number) => any;
|
|
5
|
+
selectChange: (value: string | number) => any;
|
|
6
6
|
dateRangeChange: (value: any) => any;
|
|
7
7
|
openDialogHandle: () => any;
|
|
8
8
|
openDialogChange: (value: any) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
10
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
11
|
-
onSelectChange?: ((value: string | number) => any) | undefined;
|
|
12
11
|
"onUpdate:optionValue"?: ((value: string | number) => any) | undefined;
|
|
12
|
+
onSelectChange?: ((value: string | number) => any) | undefined;
|
|
13
13
|
onDateRangeChange?: ((value: any) => any) | undefined;
|
|
14
14
|
onOpenDialogHandle?: (() => any) | undefined;
|
|
15
15
|
onOpenDialogChange?: ((value: any) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-input-select-search-container[data-v-72fa1cba]{display:flex;align-items:center}.das-input-select-search-container .label[data-v-72fa1cba]{color:var(--das-ui-search-form-filter-font-color);margin-right:8px;font-size:var(--das-ui-font-size-sm);text-align:right;max-width:84px;text-overflow:ellipsis;overflow:hidden;display:flex;align-items:center;white-space:nowrap;justify-content:flex-end}.das-input-select-search-container-en .label[data-v-72fa1cba]{max-width:170px!important;width:170px!important}[data-v-bc8ba4c7] .das-ui-date-range-picker{margin-left:16px}[data-v-bc8ba4c7] .das-ui-date-range-picker .ant-picker{height:24px}[data-v-bc8ba4c7] .das-ui-select .ant-select-selection-item{text-align:right}.das-select-date-select-container{width:120px}.optional-select-item{margin-right:8px}.optional-select-item .ant-select-selection-item{text-align:left!important}.das-select-date-range{display:flex;align-items:center}.das-select-date-range .label{color:var(--das-ui-search-form-filter-font-color);margin-right:8px;font-size:var(--das-ui-font-size-sm);max-width:84px;text-overflow:ellipsis;overflow:hidden;display:flex;align-items:center;white-space:nowrap;justify-content:flex-end}.das-select-date-range .das-ui-date-range-picker{margin-left:0!important}.das-select-date-range .das-ui-select{margin-right:12px}.das-select-date-range-en .label{max-width:155px!important;width:155px!important}.das-ui-search-form[data-v-
|
|
1
|
+
.das-input-select-search-container[data-v-72fa1cba]{display:flex;align-items:center}.das-input-select-search-container .label[data-v-72fa1cba]{color:var(--das-ui-search-form-filter-font-color);margin-right:8px;font-size:var(--das-ui-font-size-sm);text-align:right;max-width:84px;text-overflow:ellipsis;overflow:hidden;display:flex;align-items:center;white-space:nowrap;justify-content:flex-end}.das-input-select-search-container-en .label[data-v-72fa1cba]{max-width:170px!important;width:170px!important}[data-v-bc8ba4c7] .das-ui-date-range-picker{margin-left:16px}[data-v-bc8ba4c7] .das-ui-date-range-picker .ant-picker{height:24px}[data-v-bc8ba4c7] .das-ui-select .ant-select-selection-item{text-align:right}.das-select-date-select-container{width:120px}.optional-select-item{margin-right:8px}.optional-select-item .ant-select-selection-item{text-align:left!important}.das-select-date-range{display:flex;align-items:center}.das-select-date-range .label{color:var(--das-ui-search-form-filter-font-color);margin-right:8px;font-size:var(--das-ui-font-size-sm);max-width:84px;text-overflow:ellipsis;overflow:hidden;display:flex;align-items:center;white-space:nowrap;justify-content:flex-end}.das-select-date-range .das-ui-date-range-picker{margin-left:0!important}.das-select-date-range .das-ui-select{margin-right:12px}.das-select-date-range-en .label{max-width:155px!important;width:155px!important}.das-ui-search-form[data-v-c088ab04]{width:100%;box-sizing:border-box}.das-ui-search-form.expand-hasbtn-padding[data-v-c088ab04]{padding-bottom:10px}.das-ui-search-form.packup-hasbtn-padding[data-v-c088ab04]{padding-bottom:14px}.das-ui-search-form.packup-nobtn-padding[data-v-c088ab04]{padding-bottom:2px}.das-ui-search-form.nofilter-hasbtn-padding[data-v-c088ab04]{padding-bottom:14px}.das-ui-search-form.expand-nobtn-padding[data-v-c088ab04]{padding-bottom:0}.das-ui-search-form .search-content[data-v-c088ab04]{width:100%;display:flex;justify-content:space-between;padding-top:8px;box-sizing:border-box;align-items:flex-end}.das-ui-search-form .search-form-left[data-v-c088ab04]{display:flex;flex:1;align-items:flex-end!important}.das-ui-search-form .search-form-left.align-center[data-v-c088ab04]{align-items:center}.das-ui-search-form .search-form-left .search-title[data-v-c088ab04]{font-size:var(--das-ui-font-size-lg);color:var(--das-ui-search-form-font-color);line-height:26px;font-weight:600;margin-right:16px}.das-ui-search-form .search-form-left .search-selected-content[data-v-c088ab04]{display:flex;flex:1;align-items:flex-end}.das-ui-search-form .search-form-left .search-selected-content .label[data-v-c088ab04]{min-width:60px;font-size:var(--das-ui-font-size-sm);color:var(--das-ui-search-form-tip-color);line-height:24px}.das-ui-search-form .search-form-right[data-v-c088ab04]{display:flex}.das-ui-search-form .search-form-right.filter-panel-left[data-v-c088ab04]{margin-left:80px}.das-ui-search-form .search-form-right .margin-filter[data-v-c088ab04]{margin-right:132px}.das-ui-search-form .search-form-right .filter-handle-status[data-v-c088ab04]{display:flex;align-items:center;color:var(--das-ui-search-form-primary-color);cursor:pointer}.das-ui-search-form .search-form-right .filter-handle-status .status[data-v-c088ab04]{margin-right:5px;font-size:var(--das-ui-font-size-sm)}.das-ui-search-form .search-form-right .filter-handle-status .arrowTransform[data-v-c088ab04]{transition:.2s;transform-origin:center;transform:rotate(180deg)}.das-ui-search-form .search-form-right .filter-handle-status .arrowTransformReturn[data-v-c088ab04]{transition:.2s;transform-origin:center;transform:rotate(0)}.das-ui-search-form .filter-content[data-v-c088ab04]{width:100%;height:auto;background-color:var(--das-ui-search-form-filter-bgcolor);padding:0 12px;box-sizing:border-box;border:1px solid var(--das-ui-search-form-filter-border-color);border-radius:2px;margin-top:12px}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-c088ab04]{max-height:200px;padding:0 40px!important}.das-ui-search-form .filter-content.horizontal-filter-content .filter-scroll-content[data-v-c088ab04]{width:100%;height:100%}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-c088ab04] .das-ui-form-item-label{max-width:84px}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-c088ab04] .das-ui-form-item-label .label{max-width:84px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.das-ui-search-form .filter-content .filter-item[data-v-c088ab04]{flex:0 0 var(--513245e7)!important}.das-ui-search-form .filter-content .filter-item.das-select-date-range[data-v-c088ab04]{margin-right:var(--40c46a01)}.filter-line[data-v-c088ab04]{width:100%;height:16px;background-color:transparent}.das-ui-search-form .treeSelect-item{align-items:flex-start!important}.das-ui-search-form .treeSelect-item .das-ui-form-item-label{margin-top:2px}.das-ui-search-form .align-left-filter-content .das-ui-form{flex-direction:row!important;min-height:32px;align-items:flex-end!important;align-content:flex-end!important}.das-ui-search-form .align-left-filter-content .das-ui-form .das-ui-form-item{margin-bottom:0!important;margin-right:20px!important}.das-ui-search-form .align-left-filter-content .das-ui-form .das-ui-form-item .das-ui-form-item-label{color:var(--das-ui-search-form-filter-font-color)}.das-ui-search-form .search-selected-content .tag-content .el-tag__content{display:flex}.das-ui-search-form .search-selected-content .tag-content .das-ui-tag{margin-left:5px;background-color:#fff}.das-ui-search-form .search-selected-content .tag-content .das-ui-tag .el-tag{height:24px!important}.das-ui-search-form .search-selected-content .tag-content .das-ui-tag .el-tag .el-tag__close{color:var(--das-ui-search-form-filter-font-color)}.das-ui-search-form .out-filter-content{margin-right:58px}.das-ui-search-form .out-filter-content.no-fileter-panel{margin-right:0}.das-ui-search-form .out-filter-content .das-ui-form{flex-direction:row!important}.das-ui-search-form .out-filter-content .das-ui-form .das-ui-form-item{margin-bottom:0!important;margin-right:10px!important}.das-ui-search-form .out-filter-content .das-ui-form .das-ui-form-item .das-ui-form-item-label{margin-right:10px!important}.das-ui-search-form .filter-content .das-ui-form-item{height:40px;margin-bottom:0!important;border-bottom:1px solid var(--das-ui-search-form-filter-border-color)}.das-ui-search-form .filter-content .das-ui-form-item:last-of-type{border-bottom:0}.das-ui-search-form .filter-content .das-ui-form-item .das-ui-form-item-label{margin-right:24px!important}.das-ui-search-form .filter-content .das-ui-form-item .das-ui-form-item-label .label{color:var(--das-ui-search-form-filter-font-color)}.das-ui-search-form .filter-content .das-ui-form-item.child-form-item{width:auto!important}.das-ui-search-form .filter-content .das-ui-form-item.child-form-item .das-ui-form-item-label{display:none}.das-ui-search-form .filter-content.horizontal-filter-content .das-ui-form{overflow:hidden!important}.das-ui-search-form .filter-content.horizontal-filter-content .das-ui-form .das-select-date-range.filter-item,.das-ui-search-form .filter-content.horizontal-filter-content .das-ui-form .das-input-select-search-container.filter-input-select-item{margin-top:16px!important}.das-ui-search-form .filter-content.horizontal-filter-content .das-ui-form .das-input-select-search-container.filter-input-select-item{margin-right:var(--40c46a01)}.das-ui-search-form .filter-content.horizontal-filter-content .das-ui-form .das-input-select-search-container.filter-input-select-item .filter-input-select-item{margin-right:0!important}.das-ui-search-form .filter-content.horizontal-filter-content .das-ui-form .das-ui-form-item{height:auto;border:none;margin-right:var(--40c46a01);margin-top:16px!important}.das-ui-search-form .filter-content.horizontal-filter-content .das-ui-form .das-ui-form-item .das-ui-form-item-label{margin-right:8px!important}.das-ui-search-form.das-ui-search-form-en .align-left-filter-content .das-ui-form-item-label{width:auto!important}.das-ui-search-form.das-ui-search-form-en .das-ui-form-item-label{max-width:170px!important;width:170px!important}.das-ui-search-form.das-ui-search-form-en .das-ui-form-item-label .label{max-width:170px!important}
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/select/style.css';
|
|
2
2
|
import { withInstall as Me } from "@das-fed/utils/with-install/index";
|
|
3
|
-
import { defineComponent as
|
|
3
|
+
import { defineComponent as ze, useCssVars as nl, computed as d, ref as r, useSlots as il, onMounted as ie, onUnmounted as xe, watchEffect as ue, watch as Ce, nextTick as k, resolveComponent as ul, openBlock as u, createElementBlock as b, normalizeClass as dl, normalizeStyle as T, createVNode as x, unref as n, withCtx as p, withDirectives as U, createTextVNode as X, toDisplayString as I, createBlock as W, mergeProps as _e, isRef as cl, withModifiers as j, createSlots as vl, renderSlot as C, normalizeProps as G, guardReactiveProps as J, Fragment as Q, createCommentVNode as S, createElementVNode as m, withKeys as fl, Teleport as pl } from "vue";
|
|
4
4
|
import { Select as ml, Tag as de } from "ant-design-vue";
|
|
5
5
|
import "ant-design-vue/es/select/style/css";
|
|
6
6
|
import "ant-design-vue/es/tag/style/css";
|
|
@@ -17,15 +17,15 @@ import { useZIndex as wl } from "@das-fed/utils/hooks/popup-manager/use-zindex";
|
|
|
17
17
|
import { t as P, setI18nRule as kl } from "@das-fed/web/packages/i18n/index";
|
|
18
18
|
import { useModelValue as Tl } from "@das-fed/utils/vue";
|
|
19
19
|
import { SelectOption as Il } from "ant-design-vue/es";
|
|
20
|
-
const Sl = { style: { "max-height": "200px", overflow: "hidden" } }, Ml = { key: 0 },
|
|
20
|
+
const Sl = { style: { "max-height": "200px", overflow: "hidden" } }, Ml = { key: 0 }, zl = { class: "das-multiple-option-item" }, _l = { style: { display: "inline-block" } }, Nl = { key: 0 }, Vl = { key: 2 }, Bl = { style: { display: "inline-block" } }, $l = ["innerHTML"], Fl = ["innerHTML"], Ll = {
|
|
21
21
|
key: 0,
|
|
22
22
|
class: "das-select-error-label-content das-select-label-content"
|
|
23
|
-
}, Dl = { class: "ant-select ant-select-multiple ant-select-selection-overflow-item ant-select-selection-overflow-item-rest" }, Pl = { class: "ant-select-selection-item" }, Ol = { class: "ant-select-selection-item-content" }, Al = ["innerHTML"], El =
|
|
23
|
+
}, Dl = { class: "ant-select ant-select-multiple ant-select-selection-overflow-item ant-select-selection-overflow-item-rest" }, Pl = { class: "ant-select-selection-item" }, Ol = { class: "ant-select-selection-item-content" }, Al = ["innerHTML"], El = ze({
|
|
24
24
|
inheritAttrs: !1,
|
|
25
25
|
components: {
|
|
26
26
|
VNodes: (M, { attrs: $ }) => $.vnodes
|
|
27
27
|
}
|
|
28
|
-
}), Wl = /* @__PURE__ */
|
|
28
|
+
}), Wl = /* @__PURE__ */ ze({
|
|
29
29
|
...El,
|
|
30
30
|
__name: "Select",
|
|
31
31
|
props: {
|
|
@@ -88,7 +88,7 @@ const Sl = { style: { "max-height": "200px", overflow: "hidden" } }, Ml = { key:
|
|
|
88
88
|
}), xe(() => {
|
|
89
89
|
document.removeEventListener("click", ee);
|
|
90
90
|
});
|
|
91
|
-
const y = r(), me = r(), R = r(!1), le = d(() => L.value !== null ? L.value : l.open === void 0 ? l.mode === "combobox" ? void 0 : R.value : l.open),
|
|
91
|
+
const y = r(), me = r(), R = r(!1), le = d(() => L.value !== null ? L.value : l.open === void 0 ? l.mode === "combobox" ? void 0 : R.value : l.open), z = 1e6, i = r(100), c = r(100), _ = r(!1), oe = r(!0), te = r(!1);
|
|
92
92
|
ue(() => {
|
|
93
93
|
s.value && l.mode == "combobox" && (oe.value = !0, setTimeout(() => {
|
|
94
94
|
var o;
|
|
@@ -205,7 +205,7 @@ const Sl = { style: { "max-height": "200px", overflow: "hidden" } }, Ml = { key:
|
|
|
205
205
|
w("focus", e);
|
|
206
206
|
return;
|
|
207
207
|
}
|
|
208
|
-
R.value = !0, l.focusOpen && !l.isExterControlCount && (i.value =
|
|
208
|
+
R.value = !0, l.focusOpen && !l.isExterControlCount && (i.value = z, g.value = !1), w("focus", e);
|
|
209
209
|
}, K = r(!1), ol = () => {
|
|
210
210
|
var e, o;
|
|
211
211
|
if (l.mode == "combobox") {
|
|
@@ -240,8 +240,8 @@ const Sl = { style: { "max-height": "200px", overflow: "hidden" } }, Ml = { key:
|
|
|
240
240
|
);
|
|
241
241
|
let A = r(!1);
|
|
242
242
|
const sl = (e) => {
|
|
243
|
-
A.value = e,
|
|
244
|
-
|
|
243
|
+
A.value = e, _.value = !0, k(() => {
|
|
244
|
+
_.value = !1, l.focusOpen && (V(), i.value = e ? z : c.value, g.value = !e);
|
|
245
245
|
});
|
|
246
246
|
};
|
|
247
247
|
let Z = null;
|
|
@@ -265,7 +265,7 @@ const Sl = { style: { "max-height": "200px", overflow: "hidden" } }, Ml = { key:
|
|
|
265
265
|
const h = Math.ceil(ce.value.querySelector(".ant-tag").offsetWidth) + 4;
|
|
266
266
|
let v = e.querySelectorAll(".ant-select-selection-overflow-item");
|
|
267
267
|
if (v.length < 1) return;
|
|
268
|
-
i.value =
|
|
268
|
+
i.value = z;
|
|
269
269
|
let B = 0;
|
|
270
270
|
for (let f = 0; f < v.length - 1 && !v[f].classList.contains("ant-select-selection-overflow-item-rest"); f++)
|
|
271
271
|
if (B += Math.ceil(v[f].offsetWidth), B <= a - h)
|
|
@@ -286,13 +286,13 @@ const Sl = { style: { "max-height": "200px", overflow: "hidden" } }, Ml = { key:
|
|
|
286
286
|
re.value = !1;
|
|
287
287
|
return;
|
|
288
288
|
}
|
|
289
|
-
l.mode !== "combobox" && le.value || (
|
|
289
|
+
l.mode !== "combobox" && le.value || (_.value = !0, i.value = z, await k(), await V(), _.value = !1, l.isExterControlCount && l.focusOpen ? (i.value = A.value ? z : c.value, g.value = !A.value) : (i.value = c.value, g.value = !0));
|
|
290
290
|
}
|
|
291
291
|
);
|
|
292
292
|
const ne = async (e, o) => {
|
|
293
293
|
re.value = !0, l.mode === "combobox" && (ee(), K.value = !1);
|
|
294
294
|
const a = e;
|
|
295
|
-
l.noDropdown && l.maxTagsLength < a.length && a.pop(),
|
|
295
|
+
l.noDropdown && l.maxTagsLength < a.length && a.pop(), _.value = !0, w("update:model-value", a), w("change", a, o), i.value = z, await k(), await V(), _.value = !1, l.isExterControlCount && l.focusOpen && (i.value = A.value ? z : c.value, g.value = !A.value), l.focusOpen || (i.value = c.value);
|
|
296
296
|
};
|
|
297
297
|
return $({
|
|
298
298
|
$select: y,
|
|
@@ -318,7 +318,7 @@ const Sl = { style: { "max-height": "200px", overflow: "hidden" } }, Ml = { key:
|
|
|
318
318
|
trigger: "hover",
|
|
319
319
|
"virtual-triggering": "",
|
|
320
320
|
"virtual-ref": Be.value,
|
|
321
|
-
disabled: !e.isTooltip ||
|
|
321
|
+
disabled: !e.isTooltip || _.value || !be.value || !oe.value
|
|
322
322
|
}, {
|
|
323
323
|
content: p(() => [
|
|
324
324
|
U((u(), b("div", Sl, [
|
|
@@ -334,7 +334,7 @@ const Sl = { style: { "max-height": "200px", overflow: "hidden" } }, Ml = { key:
|
|
|
334
334
|
_: 1
|
|
335
335
|
/* STABLE */
|
|
336
336
|
}, 8, ["virtual-ref", "disabled"]),
|
|
337
|
-
U((u(), W(n(ml),
|
|
337
|
+
U((u(), W(n(ml), _e(e.$attrs, {
|
|
338
338
|
value: n(s),
|
|
339
339
|
"onUpdate:value": o[4] || (o[4] = (t) => cl(s) ? s.value = t : null),
|
|
340
340
|
ref_key: "$select",
|
|
@@ -389,14 +389,14 @@ const Sl = { style: { "max-height": "200px", overflow: "hidden" } }, Ml = { key:
|
|
|
389
389
|
{ key: 1 },
|
|
390
390
|
[
|
|
391
391
|
S(` <das-tooltip v-if="mode === 'combobox'" placement="right-start" :text="option[labelKeyName]"></das-tooltip> `),
|
|
392
|
-
m("div",
|
|
392
|
+
m("div", zl, [
|
|
393
393
|
(u(), W(n(we), {
|
|
394
394
|
class: "das-select-checkbox",
|
|
395
395
|
modelValue: (h = n(s)) == null ? void 0 : h.includes(t[N.value]),
|
|
396
396
|
key: t[N.value],
|
|
397
397
|
disabled: t.disabled
|
|
398
398
|
}, null, 8, ["modelValue", "disabled"])),
|
|
399
|
-
U((u(), b("div",
|
|
399
|
+
U((u(), b("div", _l, [
|
|
400
400
|
X(
|
|
401
401
|
I(t[H.value]),
|
|
402
402
|
1
|
|
@@ -715,13 +715,13 @@ function ql(M, $) {
|
|
|
715
715
|
const F = Il;
|
|
716
716
|
return u(), W(
|
|
717
717
|
F,
|
|
718
|
-
|
|
718
|
+
_e({ class: "das-ui-select-option" }, M.$attrs),
|
|
719
719
|
null,
|
|
720
720
|
16
|
|
721
721
|
/* FULL_PROPS */
|
|
722
722
|
);
|
|
723
723
|
}
|
|
724
|
-
const Kl = /* @__PURE__ */ Ne(Hl, [["render", ql]
|
|
724
|
+
const Kl = /* @__PURE__ */ Ne(Hl, [["render", ql]]), Zl = {
|
|
725
725
|
"--das-ui-select-color-bg": "#FFFFFF",
|
|
726
726
|
// 默认背景色
|
|
727
727
|
"--das-ui-select-color-primary": Se("--das-ui-color-primary"),
|
|
Binary file
|
|
@@ -2,14 +2,14 @@ import '@das-fed/ui/packages/global/theme';
|
|
|
2
2
|
declare const DasSelectInput: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
3
|
"update:modelValue": (value: string) => any;
|
|
4
4
|
dasInput: (value: string) => any;
|
|
5
|
-
selectChange: (value: string | number) => any;
|
|
6
5
|
"update:optionValue": (value: string | number) => any;
|
|
6
|
+
selectChange: (value: string | number) => any;
|
|
7
7
|
inputChange: (value: string) => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
10
|
onDasInput?: ((value: string) => any) | undefined;
|
|
11
|
-
onSelectChange?: ((value: string | number) => any) | undefined;
|
|
12
11
|
"onUpdate:optionValue"?: ((value: string | number) => any) | undefined;
|
|
12
|
+
onSelectChange?: ((value: string | number) => any) | undefined;
|
|
13
13
|
onInputChange?: ((value: string) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
15
|
modelValue: any;
|
|
@@ -2,14 +2,14 @@ import type { Props } from './type';
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
3
|
"update:modelValue": (value: string) => any;
|
|
4
4
|
dasInput: (value: string) => any;
|
|
5
|
-
selectChange: (value: string | number) => any;
|
|
6
5
|
"update:optionValue": (value: string | number) => any;
|
|
6
|
+
selectChange: (value: string | number) => any;
|
|
7
7
|
inputChange: (value: string) => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
10
|
onDasInput?: ((value: string) => any) | undefined;
|
|
11
|
-
onSelectChange?: ((value: string | number) => any) | undefined;
|
|
12
11
|
"onUpdate:optionValue"?: ((value: string | number) => any) | undefined;
|
|
12
|
+
onSelectChange?: ((value: string | number) => any) | undefined;
|
|
13
13
|
onInputChange?: ((value: string) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
15
|
modelValue: any;
|
|
@@ -1002,13 +1002,13 @@ declare const DasTableRef: () => import("vue").Ref<({
|
|
|
1002
1002
|
[x: string]: any;
|
|
1003
1003
|
}, string, {
|
|
1004
1004
|
emptyText: string;
|
|
1005
|
-
selectionRows: any[];
|
|
1006
1005
|
highlightRowId: any[];
|
|
1007
1006
|
pageSizes: number[];
|
|
1008
1007
|
headerCellClassName: import("element-plus").CellCls;
|
|
1009
1008
|
rowClassName: import("element-plus").ColumnCls;
|
|
1010
1009
|
paginationProps: any;
|
|
1011
1010
|
currentRodioSelection: string | number;
|
|
1011
|
+
selectionRows: any[];
|
|
1012
1012
|
selectionIds: any[];
|
|
1013
1013
|
hideSelectionText: boolean;
|
|
1014
1014
|
showOperationColumn: boolean;
|
|
@@ -1049,13 +1049,13 @@ declare const DasTableRef: () => import("vue").Ref<({
|
|
|
1049
1049
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
1050
1050
|
} & Readonly<{
|
|
1051
1051
|
emptyText: string;
|
|
1052
|
-
selectionRows: any[];
|
|
1053
1052
|
highlightRowId: any[];
|
|
1054
1053
|
pageSizes: number[];
|
|
1055
1054
|
headerCellClassName: import("element-plus").CellCls;
|
|
1056
1055
|
rowClassName: import("element-plus").ColumnCls;
|
|
1057
1056
|
paginationProps: any;
|
|
1058
1057
|
currentRodioSelection: string | number;
|
|
1058
|
+
selectionRows: any[];
|
|
1059
1059
|
selectionIds: any[];
|
|
1060
1060
|
hideSelectionText: boolean;
|
|
1061
1061
|
showOperationColumn: boolean;
|
|
@@ -1076,7 +1076,7 @@ declare const DasTableRef: () => import("vue").Ref<({
|
|
|
1076
1076
|
sumText: string;
|
|
1077
1077
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
1078
1078
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
1079
|
-
}>, "$table" | "tableScrollTop" | "getCurrentParamsIds" | ("emptyText" | "
|
|
1079
|
+
}>, "$table" | "tableScrollTop" | "getCurrentParamsIds" | ("emptyText" | "highlightRowId" | "pageSizes" | "headerCellClassName" | "rowClassName" | "paginationProps" | "currentRodioSelection" | "selectionRows" | "selectionIds" | "hideSelectionText" | "showOperationColumn" | "operationOptions" | "delay" | "showCustomContent" | "disabledIdsList" | "highPerformance" | "sumText")> & import("vue").ShallowUnwrapRef<{
|
|
1080
1080
|
$table: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1081
1081
|
data: {
|
|
1082
1082
|
type: import("vue").PropType<any[]>;
|
|
@@ -2987,13 +2987,13 @@ declare const DasTableRef: () => import("vue").Ref<({
|
|
|
2987
2987
|
[x: string]: any;
|
|
2988
2988
|
}, string, {
|
|
2989
2989
|
emptyText: string;
|
|
2990
|
-
selectionRows: any[];
|
|
2991
2990
|
highlightRowId: any[];
|
|
2992
2991
|
pageSizes: number[];
|
|
2993
2992
|
headerCellClassName: import("element-plus").CellCls;
|
|
2994
2993
|
rowClassName: import("element-plus").ColumnCls;
|
|
2995
2994
|
paginationProps: any;
|
|
2996
2995
|
currentRodioSelection: string | number;
|
|
2996
|
+
selectionRows: any[];
|
|
2997
2997
|
selectionIds: any[];
|
|
2998
2998
|
hideSelectionText: boolean;
|
|
2999
2999
|
showOperationColumn: boolean;
|
|
@@ -3034,13 +3034,13 @@ declare const DasTableRef: () => import("vue").Ref<({
|
|
|
3034
3034
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
3035
3035
|
} & Readonly<{
|
|
3036
3036
|
emptyText: string;
|
|
3037
|
-
selectionRows: any[];
|
|
3038
3037
|
highlightRowId: any[];
|
|
3039
3038
|
pageSizes: number[];
|
|
3040
3039
|
headerCellClassName: import("element-plus").CellCls;
|
|
3041
3040
|
rowClassName: import("element-plus").ColumnCls;
|
|
3042
3041
|
paginationProps: any;
|
|
3043
3042
|
currentRodioSelection: string | number;
|
|
3043
|
+
selectionRows: any[];
|
|
3044
3044
|
selectionIds: any[];
|
|
3045
3045
|
hideSelectionText: boolean;
|
|
3046
3046
|
showOperationColumn: boolean;
|
|
@@ -3061,7 +3061,7 @@ declare const DasTableRef: () => import("vue").Ref<({
|
|
|
3061
3061
|
sumText: string;
|
|
3062
3062
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
3063
3063
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
3064
|
-
}>, "$table" | "tableScrollTop" | "getCurrentParamsIds" | ("emptyText" | "
|
|
3064
|
+
}>, "$table" | "tableScrollTop" | "getCurrentParamsIds" | ("emptyText" | "highlightRowId" | "pageSizes" | "headerCellClassName" | "rowClassName" | "paginationProps" | "currentRodioSelection" | "selectionRows" | "selectionIds" | "hideSelectionText" | "showOperationColumn" | "operationOptions" | "delay" | "showCustomContent" | "disabledIdsList" | "highPerformance" | "sumText")> & import("vue").ShallowUnwrapRef<{
|
|
3065
3065
|
$table: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3066
3066
|
data: {
|
|
3067
3067
|
type: import("vue").PropType<any[]>;
|
|
@@ -4040,8 +4040,8 @@ declare const DasTableColumnRef: () => import("vue").Ref<({
|
|
|
4040
4040
|
index: ((index: number) => number) | number;
|
|
4041
4041
|
width: string | number;
|
|
4042
4042
|
placeholder: string;
|
|
4043
|
-
showOverflowTooltip: boolean;
|
|
4044
4043
|
contentType: "span" | "link" | Record<"statusColor", any>;
|
|
4044
|
+
showOverflowTooltip: boolean;
|
|
4045
4045
|
filterDefaultVal: any[];
|
|
4046
4046
|
filterVal: any[];
|
|
4047
4047
|
filterKeywords: string;
|
|
@@ -4072,8 +4072,8 @@ declare const DasTableColumnRef: () => import("vue").Ref<({
|
|
|
4072
4072
|
index: ((index: number) => number) | number;
|
|
4073
4073
|
width: string | number;
|
|
4074
4074
|
placeholder: string;
|
|
4075
|
-
showOverflowTooltip: boolean;
|
|
4076
4075
|
contentType: "span" | "link" | Record<"statusColor", any>;
|
|
4076
|
+
showOverflowTooltip: boolean;
|
|
4077
4077
|
filterDefaultVal: any[];
|
|
4078
4078
|
filterVal: any[];
|
|
4079
4079
|
filterKeywords: string;
|
|
@@ -4084,7 +4084,7 @@ declare const DasTableColumnRef: () => import("vue").Ref<({
|
|
|
4084
4084
|
"onFilter-visible-change"?: ((val: boolean) => any) | undefined;
|
|
4085
4085
|
"onClick-link"?: ((row: any, column: any, $index: number) => any) | undefined;
|
|
4086
4086
|
"onFilter-confirm"?: ((val: any[] | Record<"value" | "custom", any>, btnType: "reset" | "confirm") => any) | undefined;
|
|
4087
|
-
}>, "fixed" | "disabled" | "index" | "width" | "placeholder" | "
|
|
4087
|
+
}>, "fixed" | "disabled" | "index" | "width" | "placeholder" | "contentType" | "showOverflowTooltip" | "filterDefaultVal" | "filterVal" | "filterKeywords" | "columnFilterAutoClearSearch"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
4088
4088
|
$slots: {
|
|
4089
4089
|
header?(_: {
|
|
4090
4090
|
column: any;
|
|
@@ -4187,8 +4187,8 @@ declare const DasTableColumnRef: () => import("vue").Ref<({
|
|
|
4187
4187
|
index: ((index: number) => number) | number;
|
|
4188
4188
|
width: string | number;
|
|
4189
4189
|
placeholder: string;
|
|
4190
|
-
showOverflowTooltip: boolean;
|
|
4191
4190
|
contentType: "span" | "link" | Record<"statusColor", any>;
|
|
4191
|
+
showOverflowTooltip: boolean;
|
|
4192
4192
|
filterDefaultVal: any[];
|
|
4193
4193
|
filterVal: any[];
|
|
4194
4194
|
filterKeywords: string;
|
|
@@ -4219,8 +4219,8 @@ declare const DasTableColumnRef: () => import("vue").Ref<({
|
|
|
4219
4219
|
index: ((index: number) => number) | number;
|
|
4220
4220
|
width: string | number;
|
|
4221
4221
|
placeholder: string;
|
|
4222
|
-
showOverflowTooltip: boolean;
|
|
4223
4222
|
contentType: "span" | "link" | Record<"statusColor", any>;
|
|
4223
|
+
showOverflowTooltip: boolean;
|
|
4224
4224
|
filterDefaultVal: any[];
|
|
4225
4225
|
filterVal: any[];
|
|
4226
4226
|
filterKeywords: string;
|
|
@@ -4231,7 +4231,7 @@ declare const DasTableColumnRef: () => import("vue").Ref<({
|
|
|
4231
4231
|
"onFilter-visible-change"?: ((val: boolean) => any) | undefined;
|
|
4232
4232
|
"onClick-link"?: ((row: any, column: any, $index: number) => any) | undefined;
|
|
4233
4233
|
"onFilter-confirm"?: ((val: any[] | Record<"value" | "custom", any>, btnType: "reset" | "confirm") => any) | undefined;
|
|
4234
|
-
}>, "fixed" | "disabled" | "index" | "width" | "placeholder" | "
|
|
4234
|
+
}>, "fixed" | "disabled" | "index" | "width" | "placeholder" | "contentType" | "showOverflowTooltip" | "filterDefaultVal" | "filterVal" | "filterKeywords" | "columnFilterAutoClearSearch"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
4235
4235
|
$slots: {
|
|
4236
4236
|
header?(_: {
|
|
4237
4237
|
column: any;
|
|
@@ -5172,13 +5172,13 @@ declare const DasTable: import("@das-fed/utils").SFCWithInstall<{
|
|
|
5172
5172
|
[x: string]: any;
|
|
5173
5173
|
}, import("vue").PublicProps, {
|
|
5174
5174
|
emptyText: string;
|
|
5175
|
-
selectionRows: any[];
|
|
5176
5175
|
highlightRowId: any[];
|
|
5177
5176
|
pageSizes: number[];
|
|
5178
5177
|
headerCellClassName: import("element-plus").CellCls;
|
|
5179
5178
|
rowClassName: import("element-plus").ColumnCls;
|
|
5180
5179
|
paginationProps: any;
|
|
5181
5180
|
currentRodioSelection: string | number;
|
|
5181
|
+
selectionRows: any[];
|
|
5182
5182
|
selectionIds: any[];
|
|
5183
5183
|
hideSelectionText: boolean;
|
|
5184
5184
|
showOperationColumn: boolean;
|
|
@@ -6106,13 +6106,13 @@ declare const DasTable: import("@das-fed/utils").SFCWithInstall<{
|
|
|
6106
6106
|
getCurrentParamsIds: (totalCount?: number) => Promise<boolean>;
|
|
6107
6107
|
}, {}, {}, {}, {
|
|
6108
6108
|
emptyText: string;
|
|
6109
|
-
selectionRows: any[];
|
|
6110
6109
|
highlightRowId: any[];
|
|
6111
6110
|
pageSizes: number[];
|
|
6112
6111
|
headerCellClassName: import("element-plus").CellCls;
|
|
6113
6112
|
rowClassName: import("element-plus").ColumnCls;
|
|
6114
6113
|
paginationProps: any;
|
|
6115
6114
|
currentRodioSelection: string | number;
|
|
6115
|
+
selectionRows: any[];
|
|
6116
6116
|
selectionIds: any[];
|
|
6117
6117
|
hideSelectionText: boolean;
|
|
6118
6118
|
showOperationColumn: boolean;
|
|
@@ -7041,13 +7041,13 @@ declare const DasTable: import("@das-fed/utils").SFCWithInstall<{
|
|
|
7041
7041
|
[x: string]: any;
|
|
7042
7042
|
}, string, {
|
|
7043
7043
|
emptyText: string;
|
|
7044
|
-
selectionRows: any[];
|
|
7045
7044
|
highlightRowId: any[];
|
|
7046
7045
|
pageSizes: number[];
|
|
7047
7046
|
headerCellClassName: import("element-plus").CellCls;
|
|
7048
7047
|
rowClassName: import("element-plus").ColumnCls;
|
|
7049
7048
|
paginationProps: any;
|
|
7050
7049
|
currentRodioSelection: string | number;
|
|
7050
|
+
selectionRows: any[];
|
|
7051
7051
|
selectionIds: any[];
|
|
7052
7052
|
hideSelectionText: boolean;
|
|
7053
7053
|
showOperationColumn: boolean;
|
|
@@ -7096,8 +7096,8 @@ declare const DasTableColumn: import("@das-fed/utils").SFCWithInstall<{
|
|
|
7096
7096
|
index: ((index: number) => number) | number;
|
|
7097
7097
|
width: string | number;
|
|
7098
7098
|
placeholder: string;
|
|
7099
|
-
showOverflowTooltip: boolean;
|
|
7100
7099
|
contentType: "span" | "link" | Record<"statusColor", any>;
|
|
7100
|
+
showOverflowTooltip: boolean;
|
|
7101
7101
|
filterDefaultVal: any[];
|
|
7102
7102
|
filterVal: any[];
|
|
7103
7103
|
filterKeywords: string;
|
|
@@ -7121,8 +7121,8 @@ declare const DasTableColumn: import("@das-fed/utils").SFCWithInstall<{
|
|
|
7121
7121
|
index: ((index: number) => number) | number;
|
|
7122
7122
|
width: string | number;
|
|
7123
7123
|
placeholder: string;
|
|
7124
|
-
showOverflowTooltip: boolean;
|
|
7125
7124
|
contentType: "span" | "link" | Record<"statusColor", any>;
|
|
7125
|
+
showOverflowTooltip: boolean;
|
|
7126
7126
|
filterDefaultVal: any[];
|
|
7127
7127
|
filterVal: any[];
|
|
7128
7128
|
filterKeywords: string;
|
|
@@ -7149,8 +7149,8 @@ declare const DasTableColumn: import("@das-fed/utils").SFCWithInstall<{
|
|
|
7149
7149
|
index: ((index: number) => number) | number;
|
|
7150
7150
|
width: string | number;
|
|
7151
7151
|
placeholder: string;
|
|
7152
|
-
showOverflowTooltip: boolean;
|
|
7153
7152
|
contentType: "span" | "link" | Record<"statusColor", any>;
|
|
7153
|
+
showOverflowTooltip: boolean;
|
|
7154
7154
|
filterDefaultVal: any[];
|
|
7155
7155
|
filterVal: any[];
|
|
7156
7156
|
filterKeywords: string;
|
|
@@ -1374,13 +1374,13 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
1374
1374
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
1375
1375
|
}>, {
|
|
1376
1376
|
emptyText: string;
|
|
1377
|
-
selectionRows: any[];
|
|
1378
1377
|
highlightRowId: any[];
|
|
1379
1378
|
pageSizes: number[];
|
|
1380
1379
|
headerCellClassName: import("element-plus").CellCls;
|
|
1381
1380
|
rowClassName: import("element-plus").ColumnCls;
|
|
1382
1381
|
paginationProps: any;
|
|
1383
1382
|
currentRodioSelection: string | number;
|
|
1383
|
+
selectionRows: any[];
|
|
1384
1384
|
selectionIds: any[];
|
|
1385
1385
|
hideSelectionText: boolean;
|
|
1386
1386
|
showOperationColumn: boolean;
|
|
@@ -59,8 +59,8 @@ export declare const useOperation: (props: Props, emit: Emits, rowKey: Ref<strin
|
|
|
59
59
|
}>) | undefined;
|
|
60
60
|
align?: string | undefined;
|
|
61
61
|
filterMethod?: import("element-plus/es/components/table/src/table-column/defaults.mjs").FilterMethods<any> | undefined;
|
|
62
|
-
property?: string | undefined;
|
|
63
62
|
labelClassName?: string | undefined;
|
|
63
|
+
property?: string | undefined;
|
|
64
64
|
prop?: string | undefined;
|
|
65
65
|
renderHeader?: ((data: {
|
|
66
66
|
column: import("element-plus").TableColumnCtx<any>;
|
|
@@ -206,8 +206,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
206
206
|
index: ((index: number) => number) | number;
|
|
207
207
|
width: string | number;
|
|
208
208
|
placeholder: string;
|
|
209
|
-
showOverflowTooltip: boolean;
|
|
210
209
|
contentType: "span" | "link" | Record<"statusColor", any>;
|
|
210
|
+
showOverflowTooltip: boolean;
|
|
211
211
|
filterDefaultVal: any[];
|
|
212
212
|
filterVal: any[];
|
|
213
213
|
filterKeywords: string;
|