@das-fed/ui 7.0.5-beta.8.1 → 7.0.5-beta.9
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 +5 -2
- package/package.json +6 -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/area-phone-select/index.d.ts +23 -23
- package/packages/business-components/area-phone-select/src/Index.vue.d.ts +2 -2
- package/packages/business-components/area-phone-select/src/area-popover/index.vue.d.ts +2 -2
- package/packages/business-components/change-pwd/index.js +162 -120
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/change-pwd/src/get-public-key.d.ts +10 -0
- package/packages/business-components/change-pwd/src/password-encryption.d.ts +8 -0
- package/packages/business-components/currency-page/index.d.ts +5 -1
- package/packages/business-components/currency-page/index.js +50 -41
- package/packages/business-components/currency-page/index.js.gz +0 -0
- package/packages/business-components/currency-page/src/index.vue.d.ts +5 -1
- package/packages/business-components/currency-page/src/type.d.ts +9 -0
- package/packages/business-components/currency-page/style.css +1 -1
- package/packages/business-components/device-panel/i18n/index.d.ts +231 -0
- package/packages/business-components/device-panel/index.d.ts +1 -1
- package/packages/business-components/device-panel/index.js +23587 -20976
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/apis.d.ts +10 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmScreenshot/components/currentAlarmScreenshot.vue.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmScreenshot/components/currentList.vue.d.ts +8 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmScreenshot/components/hisList.vue.d.ts +8 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmScreenshot/components/historyAlarmScreenshot.vue.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmScreenshot/index.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-alarm-screenshot.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-knowledge.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/Index.vue.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/apis.d.ts +5 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/components/use-info/Info.vue.d.ts +44 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/components/use-info/downloadFile.d.ts +8 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/components/use-info/info.d.ts +24 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/utils/get-file-details.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/apis.d.ts +10 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/Info.vue.d.ts +2 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/ConsumableRecord.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/DutyInfo.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/EvaluateInfo.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/FollowUpRecord.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/ProgressInfo.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/info.d.ts +1 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmScreenshot/components/currentAlarmScreenshot.vue.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmScreenshot/components/currentList.vue.d.ts +8 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmScreenshot/components/hisList.vue.d.ts +8 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmScreenshot/components/historyAlarmScreenshot.vue.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmScreenshot/index.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-alarm-screenshot.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-knowledge.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/index.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/Index.vue.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/apis.d.ts +5 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/components/use-info/Info.vue.d.ts +44 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/components/use-info/downloadFile.d.ts +8 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/components/use-info/info.d.ts +24 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/utils/get-file-details.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/apis.d.ts +10 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/Info.vue.d.ts +2 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/ConsumableRecord.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/DutyInfo.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/EvaluateInfo.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/FollowUpRecord.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/ProgressInfo.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/info.d.ts +1 -0
- package/packages/business-components/device-panel/src/index.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/render-panel.d.ts +2 -1
- package/packages/business-components/device-panel/style.css +1 -1
- package/packages/business-components/device-panel/style.css.gz +0 -0
- package/packages/business-components/export-button/index.js +120 -114
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/import-button/index.js +76 -74
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/import-button/src/type.d.ts +4 -0
- package/packages/business-components/import-button/style.css +1 -1
- package/packages/business-components/index.d.ts +1 -0
- package/packages/business-components/index.js +1 -0
- package/packages/business-components/layout-breadcrumb/index.js +72 -74
- package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
- package/packages/business-components/payment/api.d.ts +8 -0
- package/packages/business-components/payment/index.d.ts +9 -11
- package/packages/business-components/payment/index.js +153 -147
- package/packages/business-components/payment/index.js.gz +0 -0
- package/packages/business-components/payment/style.css +1 -1
- package/packages/business-components/payment/type.d.ts +2 -0
- package/packages/business-components/process-configuration/index.js +3 -3
- 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/api-service/formPreView.d.ts +22 -0
- package/packages/business-components/process-form/apis.d.ts +3 -0
- package/packages/business-components/process-form/i18n/index.d.ts +5 -0
- package/packages/business-components/process-form/index.js +1439 -1218
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useSelector.d.ts +15 -1
- package/packages/business-components/process-form/src/hooks/useSpaceTree.d.ts +4 -4
- package/packages/business-components/process-form/src/utils/common-methods.d.ts +6 -0
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/process-search-form/index.js +54 -54
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/update-confirm-dialog/i18n/index.d.ts +23 -0
- package/packages/business-components/update-confirm-dialog/index.d.ts +61 -0
- package/packages/business-components/update-confirm-dialog/index.js +105 -0
- package/packages/business-components/update-confirm-dialog/index.js.gz +0 -0
- package/packages/business-components/update-confirm-dialog/src/App.vue.d.ts +11 -0
- package/packages/business-components/update-confirm-dialog/src/type.d.ts +4 -0
- package/packages/business-components/video-dialog/index.d.ts +20 -0
- package/packages/business-components/video-dialog/index.js +364 -341
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/api.d.ts +1 -0
- package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +2 -0
- package/packages/business-components/video-dialog/src/hooks/use-video/PlayerProvider.d.ts +6 -0
- package/packages/business-components/video-dialog/src/index.vue.d.ts +4 -0
- package/packages/business-components/video-dialog/src/type.d.ts +11 -1
- package/packages/business-components/video-dialog/style.css +1 -1
- package/packages/business-components/video-dialog/style.css.gz +0 -0
- package/packages/components/autocomplete/index.d.ts +15 -15
- package/packages/components/autocomplete/src/index.vue.d.ts +2 -2
- package/packages/components/checkbox/index.d.ts +15 -15
- package/packages/components/checkbox/src/Index.vue.d.ts +2 -2
- package/packages/components/collapse-panel/index.js +64 -39
- package/packages/components/collapse-panel/index.js.gz +0 -0
- package/packages/components/collapse-panel/style.css +1 -1
- package/packages/components/collapse-panel/style.css.gz +0 -0
- package/packages/components/color-picker/index.d.ts +8 -8
- package/packages/components/color-picker/src/Index.vue.d.ts +2 -2
- package/packages/components/custom-search-item/index.d.ts +15 -15
- package/packages/components/custom-search-item/src/Index.vue.d.ts +2 -2
- package/packages/components/dialog/index.d.ts +12 -3
- package/packages/components/dialog/index.js +284 -186
- package/packages/components/dialog/index.js.gz +0 -0
- package/packages/components/dialog/src/Index.vue.d.ts +5 -1
- package/packages/components/dialog/src/directives/dialogResize.d.ts +2 -0
- package/packages/components/dialog/src/type.d.ts +6 -0
- package/packages/components/dialog/style.css +1 -1
- package/packages/components/dialog/style.css.gz +0 -0
- package/packages/components/edit-table/index.js +1 -1
- package/packages/components/edit-table/index.js.gz +0 -0
- package/packages/components/hls-player/index.d.ts +45 -158
- package/packages/components/hls-player/index.js +3420 -3330
- package/packages/components/hls-player/index.js.gz +0 -0
- package/packages/components/hls-player/src/das-hls-player-origin.vue.d.ts +13 -0
- package/packages/components/hls-player/src/das-hls-player.vue.d.ts +3 -11
- package/packages/components/hls-player/src/type.d.ts +6 -0
- package/packages/components/hls-player/style.css +1 -1
- package/packages/components/hls-player/style.css.gz +0 -0
- package/packages/components/input/index.d.ts +5 -5
- package/packages/components/input/src/index.vue.d.ts +2 -2
- package/packages/components/input-dialog-select/index.d.ts +2 -2
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +2 -2
- package/packages/components/input-number/index.d.ts +8 -8
- package/packages/components/input-number/src/App.vue.d.ts +2 -2
- package/packages/components/live-player/index.d.ts +2 -0
- package/packages/components/live-player/index.js +822 -814
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/src/type.d.ts +3 -0
- package/packages/components/live-player/style.css +1 -1
- package/packages/components/radio/index.d.ts +15 -15
- package/packages/components/radio/src/Index.vue.d.ts +2 -2
- package/packages/components/rich-editor/index.d.ts +10 -9
- package/packages/components/rich-editor/index.js +15507 -14971
- package/packages/components/rich-editor/index.js.gz +0 -0
- package/packages/components/rich-editor/src/Index.vue.d.ts +2 -2
- package/packages/components/scrollbar/index.d.ts +9 -3
- package/packages/components/scrollbar/index.js +323 -319
- package/packages/components/scrollbar/index.js.gz +0 -0
- package/packages/components/scrollbar/src/scrollbar.vue.d.ts +3 -1
- package/packages/components/scrollbar/style.css +1 -1
- package/packages/components/scrollbar/style.css.gz +0 -0
- package/packages/components/search/index.d.ts +2 -2
- package/packages/components/search/src/Index.vue.d.ts +2 -2
- package/packages/components/search-form/index.js +1020 -846
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/src/Index.vue.d.ts +11 -3
- package/packages/components/search-form/src/type.d.ts +9 -5
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/select-input/index.js +149 -109
- package/packages/components/select-input/index.js.gz +0 -0
- package/packages/components/select-input/src/hooks/use-select-input.d.ts +2 -0
- package/packages/components/select-input/style.css +1 -1
- package/packages/components/select-input/style.css.gz +0 -0
- package/packages/components/special-range-picker-month/index.d.ts +2 -2
- package/packages/components/special-range-picker-month/src/Index.vue.d.ts +2 -2
- package/packages/components/special-range-picker-year/index.d.ts +2 -2
- package/packages/components/special-range-picker-year/src/Index.vue.d.ts +2 -2
- package/packages/components/table/index.js +7 -8
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tree-select/index.js +43 -42
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/tree-select/src/App.vue.d.ts +3 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-consumables-record/consumables.d.ts +0 -15
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-feedback-record/feedback.d.ts +0 -14
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-schedule-track/track.d.ts +0 -14
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-consumables-record/consumables.d.ts +0 -15
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-feedback-record/feedback.d.ts +0 -14
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-schedule-track/track.d.ts +0 -14
|
Binary file
|
|
@@ -12,17 +12,23 @@ interface DasSearchFormProp {
|
|
|
12
12
|
isExpandAtFocus?: boolean;
|
|
13
13
|
isExpandFilter?: boolean;
|
|
14
14
|
}
|
|
15
|
-
declare var __VLS_1: {}, __VLS_18: any, __VLS_19: {}, __VLS_31: any, __VLS_32: {}, __VLS_50: {}, __VLS_92: any, __VLS_93: {},
|
|
15
|
+
declare var __VLS_1: {}, __VLS_18: any, __VLS_19: {}, __VLS_31: any, __VLS_32: {}, __VLS_50: {}, __VLS_79: any, __VLS_80: {}, __VLS_92: any, __VLS_93: {}, __VLS_118: any, __VLS_119: {}, __VLS_131: any, __VLS_132: {}, __VLS_144: any, __VLS_145: {}, __VLS_158: any, __VLS_159: {};
|
|
16
16
|
type __VLS_Slots = {} & {
|
|
17
17
|
[K in NonNullable<typeof __VLS_18>]?: (props: typeof __VLS_19) => any;
|
|
18
18
|
} & {
|
|
19
19
|
[K in NonNullable<typeof __VLS_31>]?: (props: typeof __VLS_32) => any;
|
|
20
|
+
} & {
|
|
21
|
+
[K in NonNullable<typeof __VLS_79>]?: (props: typeof __VLS_80) => any;
|
|
20
22
|
} & {
|
|
21
23
|
[K in NonNullable<typeof __VLS_92>]?: (props: typeof __VLS_93) => any;
|
|
22
24
|
} & {
|
|
23
|
-
[K in NonNullable<typeof
|
|
25
|
+
[K in NonNullable<typeof __VLS_118>]?: (props: typeof __VLS_119) => any;
|
|
26
|
+
} & {
|
|
27
|
+
[K in NonNullable<typeof __VLS_131>]?: (props: typeof __VLS_132) => any;
|
|
28
|
+
} & {
|
|
29
|
+
[K in NonNullable<typeof __VLS_144>]?: (props: typeof __VLS_145) => any;
|
|
24
30
|
} & {
|
|
25
|
-
[K in NonNullable<typeof
|
|
31
|
+
[K in NonNullable<typeof __VLS_158>]?: (props: typeof __VLS_159) => any;
|
|
26
32
|
} & {
|
|
27
33
|
left?: (props: typeof __VLS_1) => any;
|
|
28
34
|
} & {
|
|
@@ -31,6 +37,8 @@ type __VLS_Slots = {} & {
|
|
|
31
37
|
declare const __VLS_component: import("vue").DefineComponent<DasSearchFormProp, {
|
|
32
38
|
/**treeSelect 调用懒加载树刷新 */
|
|
33
39
|
treeSelectResetLazyLoad: (key: string) => void;
|
|
40
|
+
getTreeSelectRefByKey: (key: string) => any;
|
|
41
|
+
optionsHandle: () => void;
|
|
34
42
|
closeSearch: (data: SearchFormProp | any[]) => Promise<void>;
|
|
35
43
|
resetSearch: (isTriggerEvent?: boolean) => Promise<void>;
|
|
36
44
|
getCollapseStatus: () => any;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Ref } from 'vue'
|
|
1
2
|
type DateType = 'date' | 'dateTime' | 'week' | 'month' | 'quarter' | 'year' | 'time'
|
|
2
3
|
type DateRangeType = 'dateRange' | 'dateTimeRange' | 'weekRange' | 'monthRange' | 'yearRange' | 'timeRange'
|
|
3
4
|
type FormType =
|
|
@@ -34,11 +35,11 @@ interface Props {
|
|
|
34
35
|
|
|
35
36
|
options?: SearchFormItemProp[]
|
|
36
37
|
|
|
37
|
-
|
|
38
|
-
|
|
38
|
+
|
|
39
|
+
isExpandAtFocus?: boolean
|
|
39
40
|
|
|
40
|
-
|
|
41
|
-
|
|
41
|
+
|
|
42
|
+
isExpandFilter?: boolean
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
interface SearchFormItemProp {
|
|
@@ -97,7 +98,7 @@ interface SearchFormItemProp {
|
|
|
97
98
|
marginRight?: string
|
|
98
99
|
|
|
99
100
|
|
|
100
|
-
labelWidth?:string
|
|
101
|
+
labelWidth?: string
|
|
101
102
|
|
|
102
103
|
[idx: string]: any
|
|
103
104
|
}
|
|
@@ -107,6 +108,9 @@ export type Exposes = {
|
|
|
107
108
|
treeSelectResetLazyLoad: (key: any) => void
|
|
108
109
|
|
|
109
110
|
|
|
111
|
+
getTreeSelectRefByKey: (key: any) => Ref<HTMLElement | null>
|
|
112
|
+
|
|
113
|
+
|
|
110
114
|
closeSearch: (data: SearchFormProp | any[]) => void
|
|
111
115
|
|
|
112
116
|
|
|
@@ -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-b9b880e5] .das-ui-date-range-picker{margin-left:16px}[data-v-b9b880e5] .das-ui-date-range-picker .ant-picker{height:24px}[data-v-b9b880e5] .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-filter .label{max-width:170px!important;width:170px!important}.das-select-date-range-en-nonefilter .label{max-width:90px!important;width:90px!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-b9b880e5] .das-ui-date-range-picker{margin-left:16px}[data-v-b9b880e5] .das-ui-date-range-picker .ant-picker{height:24px}[data-v-b9b880e5] .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-filter .label{max-width:170px!important;width:170px!important}.das-select-date-range-en-nonefilter .label{max-width:90px!important;width:90px!important}.das-ui-search-form[data-v-fea3233b]{width:100%;box-sizing:border-box}.das-ui-search-form.expand-hasbtn-padding[data-v-fea3233b]{padding-bottom:10px}.das-ui-search-form.packup-hasbtn-padding[data-v-fea3233b]{padding-bottom:14px}.das-ui-search-form.packup-nobtn-padding[data-v-fea3233b]{padding-bottom:2px}.das-ui-search-form.nofilter-hasbtn-padding[data-v-fea3233b]{padding-bottom:14px}.das-ui-search-form.expand-nobtn-padding[data-v-fea3233b]{padding-bottom:0}.das-ui-search-form .search-content[data-v-fea3233b]{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-fea3233b]{display:flex;flex:1;align-items:flex-end!important}.das-ui-search-form .search-form-left.align-center[data-v-fea3233b]{align-items:center}.das-ui-search-form .search-form-left .search-title[data-v-fea3233b]{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-fea3233b]{display:flex;flex:1;align-items:flex-end}.das-ui-search-form .search-form-left .search-selected-content .label[data-v-fea3233b]{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-fea3233b]{display:flex}.das-ui-search-form .search-form-right.filter-panel-left[data-v-fea3233b]{margin-left:80px}.das-ui-search-form .search-form-right .margin-filter[data-v-fea3233b]{margin-right:132px}.das-ui-search-form .search-form-right .filter-handle-status[data-v-fea3233b]{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-fea3233b]{margin-right:5px;font-size:var(--das-ui-font-size-sm)}.das-ui-search-form .search-form-right .filter-handle-status .arrowTransform[data-v-fea3233b]{transition:.2s;transform-origin:center;transform:rotate(180deg)}.das-ui-search-form .search-form-right .filter-handle-status .arrowTransformReturn[data-v-fea3233b]{transition:.2s;transform-origin:center;transform:rotate(0)}.das-ui-search-form .filter-content[data-v-fea3233b]{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-fea3233b]{max-height:200px;padding:0 40px!important}.das-ui-search-form .filter-content.horizontal-filter-content .filter-scroll-content[data-v-fea3233b]{width:100%;height:100%}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-fea3233b] .selectInput-form-cont .das-ui-form-item-label{display:none}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-fea3233b] .selectInput-form-cont .el-input{border:0 none}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-fea3233b] .selectInput-form-cont .el-input .el-input__wrapper{box-shadow:none;padding:0 8px;box-shadow:0 0 0 1px var(--das-ui-input-full-border-color) inset;border-radius:2px}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-fea3233b] .selectInput-form-cont .el-input .el-input__wrapper:hover,.das-ui-search-form .filter-content.horizontal-filter-content[data-v-fea3233b] .selectInput-form-cont .el-input .el-input__wrapper.is-focus{box-shadow:0 0 0 1px var(--das-ui-input-active-full-border-color) inset}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-fea3233b] .das-ui-form-item-label{max-width:84px}.das-ui-search-form .filter-content.horizontal-filter-content[data-v-fea3233b] .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-fea3233b]{flex:0 0 calc(var(--a818dbd4) - 30px)!important}.das-ui-search-form .filter-content .filter-item.das-select-date-range[data-v-fea3233b]{margin-right:var(--1f672432)}.filter-line[data-v-fea3233b]{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!important}.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 .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(--1f672432)}.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(--1f672432);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-filter .das-ui-form-item-label,.das-ui-search-form.das-ui-search-form-en-filter .das-ui-form-item-label .label{max-width:170px!important;width:170px!important}.das-ui-search-form.das-ui-search-form-en-filter .align-left-filter-content .das-ui-form-item-label{width:auto!important}.das-ui-search-form.das-ui-search-form-en-filter .das-ui-form-item-label{max-width:170px!important;width:170px!important}.das-ui-search-form.das-ui-search-form-en-filter .das-ui-form-item-label .label{max-width:170px!important}.das-ui-search-form.das-ui-search-form-en-nonefilter .align-left-filter-content .das-ui-form-item-label{width:auto!important}.das-ui-search-form.das-ui-search-form-en-nonefilter .das-ui-form-item-label{max-width:120px!important;width:120px!important}.das-ui-search-form.das-ui-search-form-en-nonefilter .das-ui-form-item-label .label{max-width:120px!important}
|
|
Binary file
|
|
@@ -1,44 +1,69 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/select-input/style.css';
|
|
2
|
-
import { withInstall as
|
|
3
|
-
import { setThemeRule as
|
|
4
|
-
import { computed as
|
|
5
|
-
import { DasInput as
|
|
6
|
-
import { DasIconSearch as
|
|
7
|
-
import { DasSelect as
|
|
8
|
-
import { useModelValue as
|
|
2
|
+
import { withInstall as O } from "@das-fed/utils/with-install/index";
|
|
3
|
+
import { setThemeRule as x } from "@das-fed/web/packages/theme/index";
|
|
4
|
+
import { computed as P, ref as b, onBeforeUnmount as R, defineComponent as A, createElementBlock as K, openBlock as U, createVNode as B, unref as t, normalizeClass as z, isRef as T, createSlots as M, withCtx as H } from "vue";
|
|
5
|
+
import { DasInput as $ } from "@das-fed/ui/packages/components/input/index";
|
|
6
|
+
import { DasIconSearch as j } from "@das-fed/ui/packages/icons/search/index";
|
|
7
|
+
import { DasSelect as q } from "@das-fed/ui/packages/components/select/index";
|
|
8
|
+
import { useModelValue as E } from "@das-fed/utils/vue";
|
|
9
9
|
import "@das-fed/ui/packages/global/theme";
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
a("update:modelValue",
|
|
13
|
-
},
|
|
14
|
-
a("update:modelValue",
|
|
15
|
-
},
|
|
16
|
-
a("update:modelValue",
|
|
17
|
-
},
|
|
18
|
-
a("update:optionValue",
|
|
19
|
-
},
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
10
|
+
const G = "das-select-input-select-container", J = (l, a) => {
|
|
11
|
+
const r = E(l, "modelValue"), h = E(l, "optionValue"), u = E(l, "isExpandAtFocus"), s = P(() => typeof l.width == "number" ? l.width + "px" : l == null ? void 0 : l.width), V = () => {
|
|
12
|
+
a("update:modelValue", r.value);
|
|
13
|
+
}, g = (e) => {
|
|
14
|
+
a("update:modelValue", e), a("inputChange", e);
|
|
15
|
+
}, I = (e) => {
|
|
16
|
+
a("update:modelValue", e), a("dasInput", e);
|
|
17
|
+
}, y = (e) => {
|
|
18
|
+
a("update:optionValue", e), a("selectChange", e);
|
|
19
|
+
}, v = b(null), p = b(""), d = b(!1), C = b(!1);
|
|
20
|
+
let o = null, m = !1;
|
|
21
|
+
const D = () => {
|
|
22
|
+
var i;
|
|
23
|
+
const e = Number(((i = s.value) == null ? void 0 : i.replace("px", "")) || 0);
|
|
24
|
+
p.value = s.value && e > 400 ? s.value : "400px", d.value = !0, f();
|
|
25
|
+
}, w = () => {
|
|
26
|
+
p.value = "", d.value = !1, S();
|
|
27
|
+
}, n = (e) => {
|
|
28
|
+
var L, F;
|
|
29
|
+
if (!(e instanceof Node)) return !1;
|
|
30
|
+
if ((L = v.value) != null && L.contains(e)) return !0;
|
|
31
|
+
const i = e instanceof Element ? e : e.parentElement;
|
|
32
|
+
return !!((F = i == null ? void 0 : i.closest) != null && F.call(i, `.${G}`));
|
|
33
|
+
}, c = (e) => {
|
|
34
|
+
!u.value || !d.value || n(e.target) || w();
|
|
35
|
+
}, f = () => {
|
|
36
|
+
m || (document.addEventListener("mousedown", c, !0), m = !0);
|
|
37
|
+
}, S = () => {
|
|
38
|
+
m && (document.removeEventListener("mousedown", c, !0), m = !1);
|
|
39
|
+
}, W = () => {
|
|
40
|
+
u.value && (o && (clearTimeout(o), o = null), D());
|
|
41
|
+
}, k = () => {
|
|
42
|
+
u.value && (o && clearTimeout(o), o = setTimeout(() => {
|
|
43
|
+
o = null, !C.value && (n(document.activeElement) || document.activeElement === document.body || document.activeElement === document.documentElement || w());
|
|
44
|
+
}, 200));
|
|
45
|
+
}, N = (e) => {
|
|
46
|
+
u.value && (C.value = e, e && (o && (clearTimeout(o), o = null), p.value && (d.value = !0, f())));
|
|
47
|
+
};
|
|
48
|
+
return R(() => {
|
|
49
|
+
o && clearTimeout(o), S();
|
|
50
|
+
}), {
|
|
51
|
+
rootRef: v,
|
|
52
|
+
innerValue: r,
|
|
53
|
+
selectValue: h,
|
|
54
|
+
inputChangeHandler: g,
|
|
55
|
+
selectChangeHandler: y,
|
|
56
|
+
inputInputHandler: I,
|
|
57
|
+
searchHandler: V,
|
|
58
|
+
inputWidth: p,
|
|
59
|
+
isFocus: d,
|
|
60
|
+
onFocus: W,
|
|
61
|
+
onBlur: k,
|
|
62
|
+
onDropdownVisibleChange: N,
|
|
63
|
+
isExpandInput: u,
|
|
39
64
|
selectInputWidth: s
|
|
40
65
|
};
|
|
41
|
-
},
|
|
66
|
+
}, Q = /* @__PURE__ */ A({
|
|
42
67
|
__name: "Index",
|
|
43
68
|
props: {
|
|
44
69
|
options: { default: [] },
|
|
@@ -57,82 +82,97 @@ const P = (t, a) => {
|
|
|
57
82
|
width: { default: "268px" }
|
|
58
83
|
},
|
|
59
84
|
emits: ["update:modelValue", "update:optionValue", "inputChange", "dasInput", "selectChange"],
|
|
60
|
-
setup(
|
|
61
|
-
const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
prepend: y(() => [
|
|
91
|
-
B(e(N), {
|
|
92
|
-
size: "mini",
|
|
85
|
+
setup(l, { emit: a }) {
|
|
86
|
+
const r = l, h = a, {
|
|
87
|
+
rootRef: u,
|
|
88
|
+
innerValue: s,
|
|
89
|
+
selectValue: V,
|
|
90
|
+
inputChangeHandler: g,
|
|
91
|
+
selectChangeHandler: I,
|
|
92
|
+
inputInputHandler: y,
|
|
93
|
+
searchHandler: v,
|
|
94
|
+
inputWidth: p,
|
|
95
|
+
isFocus: d,
|
|
96
|
+
onFocus: C,
|
|
97
|
+
onBlur: o,
|
|
98
|
+
onDropdownVisibleChange: m,
|
|
99
|
+
isExpandInput: D,
|
|
100
|
+
selectInputWidth: w
|
|
101
|
+
} = J(r, h);
|
|
102
|
+
return (n, c) => (U(), K(
|
|
103
|
+
"div",
|
|
104
|
+
{
|
|
105
|
+
ref_key: "rootRef",
|
|
106
|
+
ref: u,
|
|
107
|
+
class: "das-select-input-root"
|
|
108
|
+
},
|
|
109
|
+
[
|
|
110
|
+
B(t($), {
|
|
111
|
+
class: z(["das-select-input", { "is-error": n.error, "is-search": n.isSearch, "is-disabled": n.disabled }]),
|
|
112
|
+
modelValue: t(s),
|
|
113
|
+
"onUpdate:modelValue": c[1] || (c[1] = (f) => T(s) ? s.value = f : null),
|
|
114
|
+
width: t(D) && t(d) ? t(p) : t(w),
|
|
93
115
|
disabled: n.disabled,
|
|
94
116
|
isView: n.isView,
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
117
|
+
maxLength: n.maxLength,
|
|
118
|
+
filterSpace: !1,
|
|
119
|
+
isTitle: !n.isExpandAtFocus,
|
|
120
|
+
onInput: t(y),
|
|
121
|
+
onChange: t(g),
|
|
122
|
+
onFocus: t(C),
|
|
123
|
+
onBlur: t(o)
|
|
124
|
+
}, M({
|
|
125
|
+
prepend: H(() => [
|
|
126
|
+
B(t(q), {
|
|
127
|
+
size: "mini",
|
|
128
|
+
disabled: n.disabled,
|
|
129
|
+
isView: n.isView,
|
|
130
|
+
dropdownClassName: "das-select-input-select-container",
|
|
131
|
+
modelValue: t(V),
|
|
132
|
+
"onUpdate:modelValue": c[0] || (c[0] = (f) => T(V) ? V.value = f : null),
|
|
133
|
+
width: "auto",
|
|
134
|
+
dropdownMatchSelectWidth: !1,
|
|
135
|
+
"border-type": "none",
|
|
136
|
+
options: n.options,
|
|
137
|
+
getPopupContainer: n.getPopupContainer,
|
|
138
|
+
fieldNames: {
|
|
139
|
+
value: n.optionsValueKey,
|
|
140
|
+
label: n.optionsLabelKey
|
|
141
|
+
},
|
|
142
|
+
onChange: t(I),
|
|
143
|
+
onDropdownVisibleChange: t(m)
|
|
144
|
+
}, null, 8, ["disabled", "isView", "modelValue", "options", "getPopupContainer", "fieldNames", "onChange", "onDropdownVisibleChange"])
|
|
145
|
+
]),
|
|
146
|
+
_: 2
|
|
147
|
+
/* DYNAMIC */
|
|
148
|
+
}, [
|
|
149
|
+
n.hasIcon ? {
|
|
150
|
+
name: "suffix",
|
|
151
|
+
fn: H(() => [
|
|
152
|
+
B(t(j), {
|
|
153
|
+
style: { cursor: "pointer" },
|
|
154
|
+
onClick: t(v)
|
|
155
|
+
}, null, 8, ["onClick"])
|
|
156
|
+
]),
|
|
157
|
+
key: "0"
|
|
158
|
+
} : void 0
|
|
159
|
+
]), 1032, ["class", "modelValue", "width", "disabled", "isView", "maxLength", "isTitle", "onInput", "onChange", "onFocus", "onBlur"])
|
|
160
|
+
],
|
|
161
|
+
512
|
|
162
|
+
/* NEED_PATCH */
|
|
163
|
+
));
|
|
124
164
|
}
|
|
125
|
-
}),
|
|
126
|
-
const
|
|
127
|
-
for (const [
|
|
128
|
-
|
|
129
|
-
return
|
|
130
|
-
},
|
|
165
|
+
}), X = (l, a) => {
|
|
166
|
+
const r = l.__vccOpts || l;
|
|
167
|
+
for (const [h, u] of a)
|
|
168
|
+
r[h] = u;
|
|
169
|
+
return r;
|
|
170
|
+
}, Y = /* @__PURE__ */ X(Q, [["__scopeId", "data-v-b19d8c77"]]), Z = {
|
|
131
171
|
"--das-ui-select-input-border-color": { light: "#999" },
|
|
132
172
|
"--das-ui-select-input-border-color-search": { light: "#D9D9D9" }
|
|
133
|
-
},
|
|
134
|
-
|
|
173
|
+
}, se = O(Y);
|
|
174
|
+
x(Z);
|
|
135
175
|
export {
|
|
136
|
-
|
|
137
|
-
|
|
176
|
+
se as DasSelectInput,
|
|
177
|
+
se as default
|
|
138
178
|
};
|
|
Binary file
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Props, Emits } from '../type';
|
|
2
2
|
export declare const useSelectInput: (props: Props, emit: Emits) => {
|
|
3
|
+
rootRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
3
4
|
innerValue: import("vue").Ref<any, any>;
|
|
4
5
|
selectValue: import("vue").Ref<any, any>;
|
|
5
6
|
inputChangeHandler: (val: any) => void;
|
|
@@ -10,6 +11,7 @@ export declare const useSelectInput: (props: Props, emit: Emits) => {
|
|
|
10
11
|
isFocus: import("vue").Ref<boolean, boolean>;
|
|
11
12
|
onFocus: () => void;
|
|
12
13
|
onBlur: () => void;
|
|
14
|
+
onDropdownVisibleChange: (visible: boolean) => void;
|
|
13
15
|
isExpandInput: import("vue").Ref<any, any>;
|
|
14
16
|
selectInputWidth: import("vue").ComputedRef<string | undefined>;
|
|
15
17
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-ui-input.only-border-bottom[data-v-
|
|
1
|
+
.das-select-input-root[data-v-b19d8c77]{display:inline-block}.das-ui-input.only-border-bottom[data-v-b19d8c77]{transition:width .3s ease}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input{height:24px}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group{border-color:var(--das-ui-select-input-border-color)}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group.is-search{border-color:var(--das-ui-select-input-border-color-search)}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group.input-focus-color,.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group:hover{border-color:var(--das-ui-input-only-bottom-active-border-color)}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group.is-disabled{border-color:var(--das-ui-select-input-border-color-search)}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group.is-error{border-color:var(--das-ui-input-error-color)}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group .el-input-group__prepend{padding-right:8px!important}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group .el-input-group__prepend .ant-select-selection-item{padding-right:18px}[data-v-b19d8c77] .el-input__icon{font-size:16px}.das-select-input-select-container.ant-select-dropdown{min-width:100px!important;padding:8px 0;max-height:328px;max-width:180px}.das-select-input-select-container.ant-select-dropdown .rc-virtual-list-holder{max-height:160px!important}.das-select-input .das-ui-select{min-width:68px}
|
|
Binary file
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/global/theme';
|
|
2
2
|
declare const DasSpecialRangePickerMonth: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
"update:modelValue": (currValue: import("./src/type.js").RangeValue) => any;
|
|
4
3
|
change: (currValue: import("./src/type.js").RangeValue) => any;
|
|
4
|
+
"update:modelValue": (currValue: import("./src/type.js").RangeValue) => any;
|
|
5
5
|
"update:error": (currValue: boolean) => any;
|
|
6
6
|
"show-popover": () => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
8
|
-
"onUpdate:modelValue"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
9
8
|
onChange?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
9
|
+
"onUpdate:modelValue"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
10
10
|
"onUpdate:error"?: ((currValue: boolean) => any) | undefined;
|
|
11
11
|
"onShow-popover"?: (() => any) | undefined;
|
|
12
12
|
}>, {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { Props } from './type';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
"update:modelValue": (currValue: import("./type").RangeValue) => any;
|
|
4
3
|
change: (currValue: import("./type").RangeValue) => any;
|
|
4
|
+
"update:modelValue": (currValue: import("./type").RangeValue) => any;
|
|
5
5
|
"update:error": (currValue: boolean) => any;
|
|
6
6
|
"show-popover": () => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
8
|
-
"onUpdate:modelValue"?: ((currValue: import("./type").RangeValue) => any) | undefined;
|
|
9
8
|
onChange?: ((currValue: import("./type").RangeValue) => any) | undefined;
|
|
9
|
+
"onUpdate:modelValue"?: ((currValue: import("./type").RangeValue) => any) | undefined;
|
|
10
10
|
"onUpdate:error"?: ((currValue: boolean) => any) | undefined;
|
|
11
11
|
"onShow-popover"?: (() => any) | undefined;
|
|
12
12
|
}>, {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/global/theme';
|
|
2
2
|
declare const DasSpecialRangePickerYear: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
"update:modelValue": (currValue: import("./src/type.js").RangeValue) => any;
|
|
4
3
|
change: (currValue: import("./src/type.js").RangeValue) => any;
|
|
4
|
+
"update:modelValue": (currValue: import("./src/type.js").RangeValue) => any;
|
|
5
5
|
"update:error": (crrValue: boolean) => any;
|
|
6
6
|
"show-popover": () => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
8
|
-
"onUpdate:modelValue"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
9
8
|
onChange?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
9
|
+
"onUpdate:modelValue"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
10
10
|
"onUpdate:error"?: ((crrValue: boolean) => any) | undefined;
|
|
11
11
|
"onShow-popover"?: (() => any) | undefined;
|
|
12
12
|
}>, {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import 'element-plus/es/components/popover/style/css';
|
|
2
2
|
import type { Props } from './type';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
4
|
-
"update:modelValue": (currValue: import("./type").RangeValue) => any;
|
|
5
4
|
change: (currValue: import("./type").RangeValue) => any;
|
|
5
|
+
"update:modelValue": (currValue: import("./type").RangeValue) => any;
|
|
6
6
|
"update:error": (crrValue: boolean) => any;
|
|
7
7
|
"show-popover": () => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
9
|
-
"onUpdate:modelValue"?: ((currValue: import("./type").RangeValue) => any) | undefined;
|
|
10
9
|
onChange?: ((currValue: import("./type").RangeValue) => any) | undefined;
|
|
10
|
+
"onUpdate:modelValue"?: ((currValue: import("./type").RangeValue) => any) | undefined;
|
|
11
11
|
"onUpdate:error"?: ((crrValue: boolean) => any) | undefined;
|
|
12
12
|
"onShow-popover"?: (() => any) | undefined;
|
|
13
13
|
}>, {
|
|
@@ -25,7 +25,6 @@ import { SizeWatcher as hf } from "@das-fed/utils/size-watcher";
|
|
|
25
25
|
import { useModelValue as pf } from "@das-fed/utils/vue";
|
|
26
26
|
import { flatTree as Oi, arrEqual as d0, arrUnique as h0 } from "@das-fed/utils/common-tools";
|
|
27
27
|
import { DasMessage as p0 } from "@das-fed/ui/packages/components/message/index";
|
|
28
|
-
import "@das-fed/utils/style";
|
|
29
28
|
import { getVar as jr, setThemeRule as g0 } from "@das-fed/web/packages/theme/index";
|
|
30
29
|
import v0 from "element-plus/dist/locale/zh-cn.mjs";
|
|
31
30
|
import _0 from "element-plus/dist/locale/en.mjs";
|
|
@@ -6783,7 +6782,7 @@ const Yf = Symbol(), nm = {
|
|
|
6783
6782
|
for (const [a, c] of l)
|
|
6784
6783
|
r[a] = c;
|
|
6785
6784
|
return r;
|
|
6786
|
-
}, Fm = /* @__PURE__ */ qf(Mm, [["__scopeId", "data-v-
|
|
6785
|
+
}, Fm = /* @__PURE__ */ qf(Mm, [["__scopeId", "data-v-261983df"]]), Pm = { class: "table-filter-pane" }, Bm = { class: "table-filter-content" }, zm = { key: 0 }, Wm = {
|
|
6787
6786
|
key: 0,
|
|
6788
6787
|
class: "input-box"
|
|
6789
6788
|
}, Hm = {
|
|
@@ -7535,11 +7534,11 @@ const Yf = Symbol(), nm = {
|
|
|
7535
7534
|
};
|
|
7536
7535
|
c0(g1);
|
|
7537
7536
|
g0(p1);
|
|
7538
|
-
const
|
|
7537
|
+
const j1 = () => ye(null), eb = () => ye(null), tb = If(Fm), nb = If(h1), rb = { name: "table 表格" };
|
|
7539
7538
|
export {
|
|
7540
|
-
|
|
7541
|
-
|
|
7542
|
-
|
|
7543
|
-
|
|
7544
|
-
|
|
7539
|
+
tb as DasTable,
|
|
7540
|
+
nb as DasTableColumn,
|
|
7541
|
+
eb as DasTableColumnRef,
|
|
7542
|
+
j1 as DasTableRef,
|
|
7543
|
+
rb as default
|
|
7545
7544
|
};
|
|
Binary file
|