@das-fed/ui 6.4.0-dev.61 → 6.4.0-dev.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/esm-map.json +2 -1
  2. package/package.json +5 -5
  3. package/packages/business-components/app-container/index.js +21 -27
  4. package/packages/business-components/app-container/index.js.gz +0 -0
  5. package/packages/business-components/app-container/src/style-theme.d.ts +0 -5
  6. package/packages/business-components/app-container/style.css +1 -1
  7. package/packages/business-components/app-container/style.css.gz +0 -0
  8. package/packages/business-components/app-container/theme/index.d.ts +0 -1
  9. package/packages/business-components/device-panel/index.d.ts +2 -2
  10. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/dealAlarm.vue.d.ts +2 -2
  11. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/historyList.vue.d.ts +2 -2
  12. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/liveList.vue.d.ts +2 -2
  13. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/logDetail.vue.d.ts +2 -2
  14. package/packages/business-components/device-panel/src/components/alarmDevicePanel/index.vue.d.ts +2 -2
  15. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/dealAlarm.vue.d.ts +2 -2
  16. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/historyList.vue.d.ts +2 -2
  17. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/liveList.vue.d.ts +2 -2
  18. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/logDetail.vue.d.ts +2 -2
  19. package/packages/business-components/device-panel/src/components/devicePanelModal/index.vue.d.ts +2 -2
  20. package/packages/business-components/device-panel/src/components/devicePanelModal/preview/index.vue.d.ts +2 -2
  21. package/packages/business-components/model-table-dialog/index.d.ts +65 -65
  22. package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +12 -12
  23. package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +2 -2
  24. package/packages/business-components/process-form/i18n/index.d.ts +10 -0
  25. package/packages/business-components/process-form/index.js +141 -139
  26. package/packages/business-components/process-form/index.js.gz +0 -0
  27. package/packages/business-components/process-table/src/App.vue.d.ts +3 -3
  28. package/packages/components/autocomplete/index.d.ts +9 -9
  29. package/packages/components/autocomplete/src/index.vue.d.ts +1 -1
  30. package/packages/components/calendar/index.d.ts +5 -5
  31. package/packages/components/calendar/src/Index.vue.d.ts +2 -2
  32. package/packages/components/calendar/src/old-Index.vue.d.ts +2 -2
  33. package/packages/components/cascader/index.d.ts +9 -9
  34. package/packages/components/cascader/src/Index.vue.d.ts +1 -1
  35. package/packages/components/color-picker/index.js +4 -4
  36. package/packages/components/color-picker/index.js.gz +0 -0
  37. package/packages/components/color-picker/src/type.d.ts +6 -3
  38. package/packages/components/color-picker/style.css +1 -1
  39. package/packages/components/color-picker/style.css.gz +0 -0
  40. package/packages/components/date-picker/index.d.ts +25 -25
  41. package/packages/components/date-picker/src/DatePicker.vue.d.ts +2 -2
  42. package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +2 -2
  43. package/packages/components/date-picker/src/RangePicker.vue.d.ts +2 -2
  44. package/packages/components/date-picker/src/TimePicker.vue.d.ts +2 -2
  45. package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +2 -2
  46. package/packages/components/dialog/index.js +1 -1
  47. package/packages/components/dialog/index.js.gz +0 -0
  48. package/packages/components/dialog/style.css +1 -1
  49. package/packages/components/dialog/style.css.gz +0 -0
  50. package/packages/components/dimple-layout/index.js +2 -2
  51. package/packages/components/dimple-layout/index.js.gz +0 -0
  52. package/packages/components/dimple-layout/style.css +1 -1
  53. package/packages/components/dimple-layout/style.css.gz +0 -0
  54. package/packages/components/edit-table/index.d.ts +24 -4
  55. package/packages/components/edit-table/index.js +1248 -1125
  56. package/packages/components/edit-table/index.js.gz +0 -0
  57. package/packages/components/edit-table/src/components/index.d.ts +1 -0
  58. package/packages/components/edit-table/src/components/row-button/index.vue.d.ts +5 -0
  59. package/packages/components/edit-table/src/components/row-button/type.d.ts +13 -0
  60. package/packages/components/edit-table/src/index.vue.d.ts +7 -3
  61. package/packages/components/edit-table/src/type.d.ts +15 -3
  62. package/packages/components/edit-table/src/utils.d.ts +1 -1
  63. package/packages/components/edit-table/style.css +1 -1
  64. package/packages/components/edit-table/style.css.gz +0 -0
  65. package/packages/components/empty/index.d.ts +3 -3
  66. package/packages/components/empty/src/Index.vue.d.ts +1 -1
  67. package/packages/components/pagination/index.d.ts +23 -23
  68. package/packages/components/pagination/src/Pagination.vue.d.ts +3 -3
  69. package/packages/components/popup-mask/index.d.ts +9 -9
  70. package/packages/components/popup-mask/src/Index.vue.d.ts +1 -1
  71. package/packages/components/search-form/src/InputSelect.vue.d.ts +2 -2
  72. package/packages/components/search-form/src/SearchDateRange.vue.d.ts +2 -2
  73. package/packages/components/select/index.js +17 -17
  74. package/packages/components/select/index.js.gz +0 -0
  75. package/packages/components/select-input/index.d.ts +2 -2
  76. package/packages/components/select-input/src/Index.vue.d.ts +2 -2
  77. package/packages/components/table/index.d.ts +18 -18
  78. package/packages/components/table/src/Table.vue.d.ts +1 -1
  79. package/packages/components/table/src/hooks/use-operation.d.ts +1 -1
  80. package/packages/components/table/src/table-column/index.vue.d.ts +1 -1
  81. package/packages/components/tooltip/index.js +43 -42
  82. package/packages/components/tooltip/index.js.gz +0 -0
  83. package/packages/components/tooltip/style.css +1 -1
  84. package/packages/components/tooltip/style.css.gz +0 -0
  85. package/packages/icons/index.d.ts +1 -0
  86. package/packages/icons/index.js +1 -0
  87. package/packages/icons/input-select/index.d.ts +1 -0
  88. package/packages/icons/input-select/index.js +17 -0
  89. package/packages/icons/input-select/index.js.gz +0 -0
  90. package/packages/icons/input-select/index.vue.d.ts +16 -0
@@ -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" | "selectionRows" | "highlightRowId" | "pageSizes" | "headerCellClassName" | "rowClassName" | "paginationProps" | "currentRodioSelection" | "selectionIds" | "hideSelectionText" | "showOperationColumn" | "operationOptions" | "delay" | "showCustomContent" | "disabledIdsList" | "highPerformance" | "sumText")> & import("vue").ShallowUnwrapRef<{
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" | "selectionRows" | "highlightRowId" | "pageSizes" | "headerCellClassName" | "rowClassName" | "paginationProps" | "currentRodioSelection" | "selectionIds" | "hideSelectionText" | "showOperationColumn" | "operationOptions" | "delay" | "showCustomContent" | "disabledIdsList" | "highPerformance" | "sumText")> & import("vue").ShallowUnwrapRef<{
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" | "showOverflowTooltip" | "contentType" | "filterDefaultVal" | "filterVal" | "filterKeywords" | "columnFilterAutoClearSearch"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
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" | "showOverflowTooltip" | "contentType" | "filterDefaultVal" | "filterVal" | "filterKeywords" | "columnFilterAutoClearSearch"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
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;
@@ -1,5 +1,5 @@
1
1
  import '@das-fed/ui/packages/components/tooltip/style.css';
2
- import { defineComponent as _, useCssVars as D, ref as c, computed as u, onMounted as E, onBeforeMount as L, openBlock as s, createBlock as N, unref as y, mergeProps as P, withCtx as x, withDirectives as z, createElementBlock as n, normalizeClass as b, renderSlot as k, Fragment as I, createTextVNode as V, toDisplayString as $, createCommentVNode as M, normalizeStyle as W } from "vue";
2
+ import { defineComponent as S, useCssVars as E, ref as u, computed as c, onMounted as L, onBeforeMount as _, openBlock as s, createBlock as D, unref as C, mergeProps as N, withCtx as x, withDirectives as P, createElementBlock as l, normalizeClass as b, renderSlot as k, Fragment as z, createTextVNode as I, toDisplayString as T, createCommentVNode as $, normalizeStyle as V, nextTick as W } from "vue";
3
3
  import { setThemeRule as q } from "@das-fed/web/packages/theme/index";
4
4
  import { setI18nRule as F, t as X } from "@das-fed/web/packages/i18n/index";
5
5
  import { withInstall as Y } from "@das-fed/utils/with-install/index";
@@ -7,7 +7,7 @@ import { vScrollbar as O } from "@das-fed/ui/packages/components/scrollbar/index
7
7
  import { ElTooltip as j } from "element-plus";
8
8
  import "element-plus/es/components/tooltip/style/css";
9
9
  import "@das-fed/ui/packages/global/theme";
10
- const A = ["innerHTML"], G = { key: 1 }, J = /* @__PURE__ */ _({
10
+ const A = ["innerHTML"], G = { key: 1 }, J = /* @__PURE__ */ S({
11
11
  __name: "index",
12
12
  props: {
13
13
  selfPopperClass: { default: "" },
@@ -23,32 +23,33 @@ const A = ["innerHTML"], G = { key: 1 }, J = /* @__PURE__ */ _({
23
23
  },
24
24
  emits: ["show", "hide"],
25
25
  setup(i, { expose: d, emit: r }) {
26
- D((e) => ({
27
- e05842ce: T.value
26
+ E((e) => ({
27
+ "3fbd3ffc": M.value
28
28
  }));
29
- const t = i, a = r, f = c(), m = c(!1), T = u(() => Number(t.row)), B = u(() => t.disabled ?? (t.text ? !m.value : !1)), h = u(() => t.content || t.text), H = (e) => {
30
- m.value = e.target.scrollHeight > e.target.clientHeight;
29
+ const o = i, a = r, m = u(), h = u(!1), M = c(() => Number(o.row)), B = c(() => o.disabled ?? (o.text ? !h.value : !1)), v = c(() => o.content || o.text), H = (e) => {
30
+ h.value = e.target.scrollHeight > e.target.clientHeight;
31
31
  }, R = (e) => {
32
- a("show", e);
33
- }, S = (e) => {
34
- a("hide", e), window.removeEventListener("wheel", v);
35
- }, v = (e) => {
36
- var C;
37
- const l = document.querySelector('[id^="el-popper-container"]');
38
- if (!l) return;
39
- const o = l.querySelector(".das-ui-tooltip-popper");
40
- if (!o) return;
41
- const g = e.clientX, w = e.clientY, p = o == null ? void 0 : o.getBoundingClientRect();
42
- o && g >= p.left && g <= p.right && w >= p.top && w <= p.bottom || (C = f.value) == null || C.hide();
32
+ a("show", e), window.addEventListener("wheel", f);
33
+ }, w = (e) => {
34
+ a("hide", e), window.removeEventListener("wheel", f);
35
+ }, f = (e) => {
36
+ const n = document.querySelector('[id^="el-popper-container"]');
37
+ if (!n) return;
38
+ const t = n.querySelector(".das-ui-tooltip-popper");
39
+ if (!t) return;
40
+ const g = e.clientX, y = e.clientY, p = t == null ? void 0 : t.getBoundingClientRect();
41
+ t && g >= p.left && g <= p.right && y >= p.top && y <= p.bottom || (t.style.display = "none", t.style.opacity = "0", W(() => {
42
+ w();
43
+ }));
43
44
  };
44
- return E(() => {
45
- }), L(() => {
46
- window.removeEventListener("wheel", v);
45
+ return L(() => {
46
+ }), _(() => {
47
+ window.removeEventListener("wheel", f);
47
48
  }), d({
48
- $tooltipRef: f
49
- }), (e, l) => (s(), N(y(j), P({
49
+ $tooltipRef: m
50
+ }), (e, n) => (s(), D(C(j), N({
50
51
  ref_key: "$tooltipRef",
51
- ref: f,
52
+ ref: m,
52
53
  class: "das-ui-tooltip",
53
54
  disabled: B.value,
54
55
  effect: e.effect,
@@ -56,61 +57,61 @@ const A = ["innerHTML"], G = { key: 1 }, J = /* @__PURE__ */ _({
56
57
  "hide-after": 100,
57
58
  "show-after": 100,
58
59
  onShow: R,
59
- onHide: S
60
+ onHide: w
60
61
  }, e.$attrs), {
61
62
  content: x(() => [
62
- z((s(), n(
63
+ P((s(), l(
63
64
  "div",
64
65
  {
65
66
  class: b({ "max-height": e.isMaxheight, "das-popper-content": !0 })
66
67
  },
67
68
  [
68
69
  k(e.$slots, "content", {}, void 0, !0),
69
- h.value && !e.$slots.content ? (s(), n(
70
- I,
70
+ v.value && !e.$slots.content ? (s(), l(
71
+ z,
71
72
  { key: 0 },
72
73
  [
73
- V(
74
- $(h.value),
74
+ I(
75
+ T(v.value),
75
76
  1
76
77
  /* TEXT */
77
78
  )
78
79
  ],
79
80
  64
80
81
  /* STABLE_FRAGMENT */
81
- )) : M("v-if", !0)
82
+ )) : $("v-if", !0)
82
83
  ],
83
84
  2
84
85
  /* CLASS */
85
86
  )), [
86
- [y(O)]
87
+ [C(O)]
87
88
  ])
88
89
  ]),
89
90
  default: x(() => [
90
91
  k(e.$slots, "default", {}, () => [
91
- e.text ? (s(), n(
92
+ e.text ? (s(), l(
92
93
  "div",
93
94
  {
94
95
  key: 0,
95
- onMouseenter: l[0] || (l[0] = (o) => H(o)),
96
+ onMouseenter: n[0] || (n[0] = (t) => H(t)),
96
97
  class: b(`das-tooltip-text-wrap ${e.customClass}`),
97
- style: W({ width: t.textWidth })
98
+ style: V({ width: o.textWidth })
98
99
  },
99
100
  [
100
- e.textHtml ? (s(), n("div", {
101
+ e.textHtml ? (s(), l("div", {
101
102
  key: 0,
102
103
  innerHTML: e.text
103
- }, null, 8, A)) : (s(), n(
104
+ }, null, 8, A)) : (s(), l(
104
105
  "div",
105
106
  G,
106
- $(e.text),
107
+ T(e.text),
107
108
  1
108
109
  /* TEXT */
109
110
  ))
110
111
  ],
111
112
  38
112
113
  /* CLASS, STYLE, NEED_HYDRATION */
113
- )) : M("v-if", !0)
114
+ )) : $("v-if", !0)
114
115
  ], !0)
115
116
  ]),
116
117
  _: 3
@@ -119,17 +120,17 @@ const A = ["innerHTML"], G = { key: 1 }, J = /* @__PURE__ */ _({
119
120
  }
120
121
  }), K = (i, d) => {
121
122
  const r = i.__vccOpts || i;
122
- for (const [t, a] of d)
123
- r[t] = a;
123
+ for (const [o, a] of d)
124
+ r[o] = a;
124
125
  return r;
125
- }, Q = /* @__PURE__ */ K(J, [["__scopeId", "data-v-a41028d9"]]), U = {
126
+ }, Q = /* @__PURE__ */ K(J, [["__scopeId", "data-v-4470233c"]]), U = {
126
127
  "--das-ui-tooltip-font-normal": "#212121",
127
128
  "--das-ui-tooltip-font-light": "#fff",
128
129
  "--das-ui-tooltip-bgff-color": "#fff"
129
130
  }, Z = { 文字提示: { "zh-CN": "文字提示", en: "Text Prompt", _appCode: "framework" } };
130
131
  F(Z);
131
132
  q(U);
132
- const ae = () => c(null), pe = Y(Q), de = { name: `Tooltip ${X("文字提示")}` };
133
+ const ae = () => u(null), pe = Y(Q), de = { name: `Tooltip ${X("文字提示")}` };
133
134
  export {
134
135
  pe as DasTooltip,
135
136
  ae as DasTooltipRef,
@@ -1 +1 @@
1
- .das-ui-tooltip-popper.el-popper{max-width:360px;box-shadow:0 4px 10px #0003;border:none;font-size:var(--das-ui-font-size-sm);padding:0;border-radius:unset}.das-ui-tooltip-popper.el-popper[data-popper-placement^=bottom]>.el-popper__arrow{top:-3px!important}.das-ui-tooltip-popper.el-popper[data-popper-placement^=left]>.el-popper__arrow{right:-3px!important}.das-ui-tooltip-popper.el-popper .das-popper-content{padding:7px 12px}.das-ui-tooltip-popper.el-popper .max-height{max-height:298px}.das-ui-tooltip-popper.el-popper.is-light{color:var(--das-ui-color-normal);background-color:var(--das-ui-tooltip-bgff-color)}.das-ui-tooltip-popper.el-popper.is-light:after{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;content:"";background:var(--das-ui-tooltip-bgff-color);border-radius:2px}.das-ui-tooltip-popper.el-popper.is-light .el-popper__arrow:before{height:8px;width:8px;background-color:var(--das-ui-tooltip-bgff-color);border-color:var(--das-ui-tooltip-bgff-color);border-radius:0!important}.das-ui-tooltip-popper.el-popper.is-light[data-popper-placement^=top] .el-popper__arrow:before{box-shadow:3px 3px 5px #00000026}.das-ui-tooltip-popper.el-popper.is-light[data-popper-placement^=bottom] .el-popper__arrow:before{box-shadow:-2px -2px 5px #0000001a}.das-ui-tooltip-popper.el-popper.is-light[data-popper-placement^=left] .el-popper__arrow:before{box-shadow:3px 0 6px #0000001f,0 -2px 6px #cc95951f}.das-ui-tooltip-popper.el-popper.is-light[data-popper-placement^=right] .el-popper__arrow:before{box-shadow:0 3px 6px #0000001a,-2px 0 6px #0000001a}.das-tooltip-text-wrap[data-v-a41028d9]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--e05842ce)}
1
+ .das-ui-tooltip-popper.el-popper{max-width:360px;box-shadow:0 4px 10px #0003;border:none;font-size:var(--das-ui-font-size-sm);padding:0;border-radius:unset}.das-ui-tooltip-popper.el-popper[data-popper-placement^=bottom]>.el-popper__arrow{top:-3px!important}.das-ui-tooltip-popper.el-popper[data-popper-placement^=left]>.el-popper__arrow{right:-3px!important}.das-ui-tooltip-popper.el-popper .das-popper-content{padding:7px 12px}.das-ui-tooltip-popper.el-popper .max-height{max-height:298px}.das-ui-tooltip-popper.el-popper.is-light{color:var(--das-ui-color-normal);background-color:var(--das-ui-tooltip-bgff-color)}.das-ui-tooltip-popper.el-popper.is-light:after{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;content:"";background:var(--das-ui-tooltip-bgff-color);border-radius:2px}.das-ui-tooltip-popper.el-popper.is-light .el-popper__arrow:before{height:8px;width:8px;background-color:var(--das-ui-tooltip-bgff-color);border-color:var(--das-ui-tooltip-bgff-color);border-radius:0!important}.das-ui-tooltip-popper.el-popper.is-light[data-popper-placement^=top] .el-popper__arrow:before{box-shadow:3px 3px 5px #00000026}.das-ui-tooltip-popper.el-popper.is-light[data-popper-placement^=bottom] .el-popper__arrow:before{box-shadow:-2px -2px 5px #0000001a}.das-ui-tooltip-popper.el-popper.is-light[data-popper-placement^=left] .el-popper__arrow:before{box-shadow:3px 0 6px #0000001f,0 -2px 6px #cc95951f}.das-ui-tooltip-popper.el-popper.is-light[data-popper-placement^=right] .el-popper__arrow:before{box-shadow:0 3px 6px #0000001a,-2px 0 6px #0000001a}.das-tooltip-text-wrap[data-v-4470233c]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--3fbd3ffc)}
@@ -94,6 +94,7 @@ export * from './huifuchuchangshezhi';
94
94
  export * from './hyperlinks';
95
95
  export * from './img';
96
96
  export * from './input-close';
97
+ export * from './input-select';
97
98
  export * from './italic';
98
99
  export * from './jia-1';
99
100
  export * from './jian-1';
@@ -94,6 +94,7 @@ export * from './huifuchuchangshezhi'
94
94
  export * from './hyperlinks'
95
95
  export * from './img'
96
96
  export * from './input-close'
97
+ export * from './input-select'
97
98
  export * from './italic'
98
99
  export * from './jia-1'
99
100
  export * from './jian-1'
@@ -0,0 +1 @@
1
+ export { default as DasIconInputSelect } from './index.vue';
@@ -0,0 +1,17 @@
1
+ import { defineComponent as t, openBlock as n, createBlock as L, unref as o, mergeProps as r, withCtx as s, renderSlot as i } from "vue";
2
+ import { DasBaseIcon as l } from "@das-fed/ui/packages/components/icon";
3
+ const c = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><g><g><path d="M8,2.5L9,1.5L2.461538,1.5L2.3863950000000003,1.50289291C1.890472,1.5412276,1.5,1.955783,1.5,2.461538L1.5,13.5385L1.50289291,13.6136C1.5412276,14.1095,1.955783,14.5,2.461538,14.5L13.5385,14.5L13.6136,14.4971C14.1095,14.4588,14.5,14.0442,14.5,13.5385L14.5,7L13.5,8L13.5,13.5L2.5,13.5L2.5,2.5L8,2.5ZM12.0732,7.67676L9.28016,7.67676L13.6086,3.3483L13.6475,3.30469C13.8029,3.1084300000000002,13.7899,2.8225100000000003,13.6086,2.64119C13.4134,2.445932,13.0968,2.445932,12.9015,2.6412L8.57324,6.96946L8.57324,4.17676L8.569880000000001,4.11845C8.541,3.86978,8.32966,3.67676,8.07324,3.67676C7.7971,3.67676,7.57324,3.90062,7.57324,4.17676L7.57324,8.17676L7.57661,8.23507C7.60549,8.483740000000001,7.81682,8.67676,8.07324,8.67676L12.0732,8.67676L12.1316,8.673390000000001C12.3802,8.64451,12.5732,8.43318,12.5732,8.17676L12.5699,8.11845C12.541,7.86978,12.3297,7.67676,12.0732,7.67676Z" fill-rule="evenodd"/></g></g></svg>', w = /* @__PURE__ */ t({
4
+ __name: "index",
5
+ setup(p) {
6
+ return (e, a) => (n(), L(o(l), r({ icon: o(c) }, e.$attrs), {
7
+ default: s(() => [
8
+ i(e.$slots, "default")
9
+ ]),
10
+ _: 3
11
+ /* FORWARDED */
12
+ }, 16, ["icon"]));
13
+ }
14
+ });
15
+ export {
16
+ w as DasIconInputSelect
17
+ };
@@ -0,0 +1,16 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
+ export default _default;
12
+ type __VLS_WithTemplateSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };