@das-fed/ui 6.4.0-dev.60 → 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.
- package/esm-map.json +2 -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/import-button/hooks/file.d.ts +1 -0
- package/packages/business-components/import-button/hooks/useImport.d.ts +1 -0
- package/packages/business-components/import-button/index.js +292 -287
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/import-button/src/type.d.ts +2 -0
- package/packages/business-components/import-button/style.css +1 -1
- 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/src/index.vue.d.ts +1 -1
- 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 +30 -25
- package/packages/components/date-picker/index.js +543 -525
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/date-picker/src/DatePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +4 -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/date-picker/style.css +1 -1
- package/packages/components/date-picker/style.css.gz +0 -0
- 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 +1248 -1125
- 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/map/index.js +82 -85
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/map/style.css +1 -1
- package/packages/components/menu-aside/index.js +154 -153
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/menu-aside/style.css +1 -1
- package/packages/components/menu-aside/style.css.gz +0 -0
- package/packages/components/menu-header/index.js +24 -23
- package/packages/components/menu-header/index.js.gz +0 -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/src/InputSelect.vue.d.ts +2 -2
- package/packages/components/search-form/src/SearchDateRange.vue.d.ts +2 -2
- 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/select-list/index.js +176 -174
- package/packages/components/select-list/index.js.gz +0 -0
- package/packages/components/select-list/style.css +1 -1
- package/packages/components/select-list/style.css.gz +0 -0
- package/packages/components/select-list/theme/index.d.ts +2 -0
- package/packages/components/table/index.d.ts +18 -18
- package/packages/components/table/index.js +79 -78
- package/packages/components/table/index.js.gz +0 -0
- 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/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tabs/index.js +61 -60
- package/packages/components/tabs/index.js.gz +0 -0
- package/packages/components/tabs/style.css +1 -1
- package/packages/components/tabs/style.css.gz +0 -0
- 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/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
package/esm-map.json
CHANGED
|
@@ -388,5 +388,6 @@
|
|
|
388
388
|
"DasIconExit": "/packages/icons/exit/index",
|
|
389
389
|
"DasIconGlobal": "/packages/icons/global/index",
|
|
390
390
|
"DasIconSystem": "/packages/icons/system/index",
|
|
391
|
-
"DasIconPasswordLock2": "/packages/icons/password-lock2/index"
|
|
391
|
+
"DasIconPasswordLock2": "/packages/icons/password-lock2/index",
|
|
392
|
+
"DasIconInputSelect": "/packages/icons/input-select/index"
|
|
392
393
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "6.4.0-dev.
|
|
3
|
+
"version": "6.4.0-dev.62",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@antv/x6-plugin-snapline": "^2.1.7",
|
|
27
27
|
"@antv/x6-plugin-transform": "^2.1.8",
|
|
28
28
|
"@antv/x6-vue-shape": "^2.1.2",
|
|
29
|
-
"@das-fed/cli": "6.4.0-dev.
|
|
29
|
+
"@das-fed/cli": "6.4.0-dev.62",
|
|
30
30
|
"@element-plus/icons-vue": "^2.3.1",
|
|
31
31
|
"@types/lodash": "^4.14.194",
|
|
32
32
|
"@types/lodash-es": "^4.17.9",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"vue-tsc": "^2.0.29"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@das-fed/ui": "6.4.0-dev.
|
|
60
|
-
"@das-fed/utils": "6.4.0-dev.
|
|
61
|
-
"@das-fed/web": "6.4.0-dev.
|
|
59
|
+
"@das-fed/ui": "6.4.0-dev.62",
|
|
60
|
+
"@das-fed/utils": "6.4.0-dev.62",
|
|
61
|
+
"@das-fed/web": "6.4.0-dev.62",
|
|
62
62
|
"@wangeditor/editor": "^5.1.23",
|
|
63
63
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
64
64
|
"@wangeditor/plugin-upload-attachment": "^1.1.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/business-components/app-container/style.css';
|
|
2
2
|
import { withInstall as S } from "@das-fed/utils/with-install/index";
|
|
3
|
-
import { defineComponent as T, computed as x, withDirectives as r, openBlock as
|
|
3
|
+
import { defineComponent as T, computed as x, withDirectives as r, openBlock as t, createElementBlock as a, normalizeClass as z, normalizeStyle as B, Fragment as c, renderList as n, createElementVNode as s, toDisplayString as p, createBlock as m, unref as l, withCtx as h, createTextVNode as _ } from "vue";
|
|
4
4
|
import { ElRow as I, ElCol as N } from "element-plus";
|
|
5
5
|
import "element-plus/es/components/row/style/css";
|
|
6
6
|
import "element-plus/es/components/col/style/css";
|
|
@@ -11,17 +11,12 @@ import { pureImageSrc as v } from "@das-fed/utils/pure-image-src";
|
|
|
11
11
|
import { setThemeRule as U } from "@das-fed/web/packages/theme/index";
|
|
12
12
|
const g = {
|
|
13
13
|
"--das-application-app-bg-color": {
|
|
14
|
-
kjl: "#F1F8FF",
|
|
15
|
-
cjb: "#343848",
|
|
16
|
-
ssl: "#2D314F"
|
|
17
|
-
},
|
|
18
|
-
"--das-application-app-border-color": {
|
|
19
14
|
kjl: "#2673DC",
|
|
20
15
|
cjb: "#343848",
|
|
21
16
|
ssl: "#2D314F"
|
|
22
17
|
},
|
|
23
18
|
"--das-application-app-color": {
|
|
24
|
-
kjl: "#
|
|
19
|
+
kjl: "#FFFFFF",
|
|
25
20
|
cjb: "#FFFFFF",
|
|
26
21
|
ssl: "#FFFFFF"
|
|
27
22
|
}
|
|
@@ -37,25 +32,25 @@ const g = {
|
|
|
37
32
|
emits: ["open-app"],
|
|
38
33
|
setup(y, { emit: u }) {
|
|
39
34
|
const d = y, k = u, C = x(() => {
|
|
40
|
-
const
|
|
35
|
+
const o = {};
|
|
41
36
|
return d.theme === "default" || Object.keys(g).forEach((i) => {
|
|
42
|
-
|
|
43
|
-
}),
|
|
44
|
-
}), D = (
|
|
45
|
-
return (
|
|
37
|
+
o[i] = g[i][d.theme];
|
|
38
|
+
}), o;
|
|
39
|
+
}), D = (o) => k("open-app", o);
|
|
40
|
+
return (o, i) => r((t(), a(
|
|
46
41
|
"div",
|
|
47
42
|
{
|
|
48
|
-
class: z(["application-content", `theme-${
|
|
43
|
+
class: z(["application-content", `theme-${o.theme}`]),
|
|
49
44
|
style: B(C.value)
|
|
50
45
|
},
|
|
51
46
|
[
|
|
52
|
-
|
|
53
|
-
(
|
|
47
|
+
o.appCategorys && o.appCategorys.length ? (t(), a("div", V, [
|
|
48
|
+
(t(!0), a(
|
|
54
49
|
c,
|
|
55
50
|
null,
|
|
56
|
-
n(
|
|
57
|
-
(
|
|
58
|
-
key:
|
|
51
|
+
n(o.appCategorys, (f, w) => (t(), a("div", $, [
|
|
52
|
+
(t(), a("div", {
|
|
53
|
+
key: w,
|
|
59
54
|
class: "row"
|
|
60
55
|
}, [
|
|
61
56
|
s("div", L, [
|
|
@@ -68,10 +63,10 @@ const g = {
|
|
|
68
63
|
)
|
|
69
64
|
]),
|
|
70
65
|
s("div", G, [
|
|
71
|
-
(
|
|
66
|
+
(t(!0), a(
|
|
72
67
|
c,
|
|
73
68
|
null,
|
|
74
|
-
n(f.apps, (
|
|
69
|
+
n(f.apps, (E) => (t(), m(
|
|
75
70
|
l(I),
|
|
76
71
|
{
|
|
77
72
|
class: "app-row",
|
|
@@ -79,14 +74,14 @@ const g = {
|
|
|
79
74
|
},
|
|
80
75
|
{
|
|
81
76
|
default: h(() => [
|
|
82
|
-
(
|
|
77
|
+
(t(!0), a(
|
|
83
78
|
c,
|
|
84
79
|
null,
|
|
85
|
-
n(
|
|
80
|
+
n(E, (e, j) => (t(), m(
|
|
86
81
|
l(N),
|
|
87
82
|
{
|
|
88
83
|
class: "app-col",
|
|
89
|
-
key:
|
|
84
|
+
key: j,
|
|
90
85
|
span: 6
|
|
91
86
|
},
|
|
92
87
|
{
|
|
@@ -101,7 +96,7 @@ const g = {
|
|
|
101
96
|
alt: ""
|
|
102
97
|
}, null, 8, J),
|
|
103
98
|
s("div", K, [
|
|
104
|
-
r((
|
|
99
|
+
r((t(), a("div", M, [
|
|
105
100
|
_(
|
|
106
101
|
p(e.name),
|
|
107
102
|
1
|
|
@@ -110,7 +105,7 @@ const g = {
|
|
|
110
105
|
])), [
|
|
111
106
|
[l(F)]
|
|
112
107
|
]),
|
|
113
|
-
r((
|
|
108
|
+
r((t(), a("div", P, [
|
|
114
109
|
_(
|
|
115
110
|
p(e.description),
|
|
116
111
|
1
|
|
@@ -147,7 +142,7 @@ const g = {
|
|
|
147
142
|
256
|
|
148
143
|
/* UNKEYED_FRAGMENT */
|
|
149
144
|
))
|
|
150
|
-
])) : (
|
|
145
|
+
])) : (t(), m(l(O), {
|
|
151
146
|
key: 1,
|
|
152
147
|
size: "large"
|
|
153
148
|
}))
|
|
@@ -160,7 +155,6 @@ const g = {
|
|
|
160
155
|
}
|
|
161
156
|
}), W = {
|
|
162
157
|
"--das-application-app-bg-color": "#343848",
|
|
163
|
-
"--das-application-app-border-color": "#343848",
|
|
164
158
|
"--das-application-app-color": "#ffffff",
|
|
165
159
|
"--das-application-subapp-bg-color": "#ffffff",
|
|
166
160
|
"--das-application-subapp-name-color": "#212121",
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.application-content{position:relative;width:100%;height:100%;padding:30px 20px;box-sizing:border-box}.application-content .application-list{width:100%;display:table}.application-content .application-list .app-box{width:100%;margin-bottom:20px;display:table}.application-content .application-list .app-box .row{display:table-row}.application-content .application-list .app-box .row .cell{display:table-cell}.application-content .application-list .app-box .row .cell.cell-title{width:110px;font-size:0;vertical-align:middle;color:var(--das-application-app-color);background-color:var(--das-application-app-bg-color);position:relative}.application-content .application-list .app-box .row .cell.cell-title
|
|
1
|
+
.application-content{position:relative;width:100%;height:100%;padding:30px 20px;box-sizing:border-box}.application-content .application-list{width:100%;display:table}.application-content .application-list .app-box{width:100%;margin-bottom:20px;display:table}.application-content .application-list .app-box .row{display:table-row}.application-content .application-list .app-box .row .cell{display:table-cell}.application-content .application-list .app-box .row .cell.cell-title{width:110px;font-size:0;vertical-align:middle;color:var(--das-application-app-color);background-color:var(--das-application-app-bg-color);position:relative}.application-content .application-list .app-box .row .cell.cell-title .app-name{width:110px;height:100%;font-size:18px;text-align:center;box-sizing:border-box;padding:25px 8px;display:inline-block}.application-content .application-list .app-box .row .cell.app-list{padding-left:20px;box-sizing:border-box;width:calc(100% - 110px)}.application-content .application-list .app-box .row .cell.app-list .app-row:not(:first-child){margin-top:20px}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app{height:100%;box-shadow:0 4px 12px #86a2d233;background-color:var(--das-application-subapp-bg-color);padding:25px 30px;display:flex;cursor:pointer}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app .img{width:48px;height:48px;border-radius:6px}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app .box-right{padding-left:10px;flex:1;box-sizing:border-box;overflow:hidden}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app .box-right .name{font-size:16px;font-weight:400;color:var(--das-application-subapp-name-color)}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app .box-right .describe{font-size:12px;font-weight:400;color:var(--das-application-subapp-describe-color)}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app:hover,.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app:active{box-shadow:0 0 20px #0003;border-radius:2px}
|
|
Binary file
|
|
@@ -5,14 +5,14 @@ declare const DasDevicePanelModal: import("@das-fed/utils").SFCWithInstall<impor
|
|
|
5
5
|
setConfigData: (_panelCode: any, _deviceName: any, _devicePanelDetail: any) => Promise<void>;
|
|
6
6
|
setData: (arg1: any, arg2: any) => void;
|
|
7
7
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
openLinkDialog: (...args: any[]) => void;
|
|
8
9
|
closePanel: (...args: any[]) => void;
|
|
9
10
|
updatePanelActive: (...args: any[]) => void;
|
|
10
|
-
openLinkDialog: (...args: any[]) => void;
|
|
11
11
|
resizePanel: (...args: any[]) => void;
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<import("./src/components/devicePanelModal/type.js").Prop> & Readonly<{
|
|
13
|
+
onOpenLinkDialog?: ((...args: any[]) => any) | undefined;
|
|
13
14
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
14
15
|
onUpdatePanelActive?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
onOpenLinkDialog?: ((...args: any[]) => any) | undefined;
|
|
16
16
|
onResizePanel?: ((...args: any[]) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
projectId: any;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
alarms: any;
|
|
3
3
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
-
emitFn: (...args: any[]) => void;
|
|
5
4
|
changeType: (...args: any[]) => void;
|
|
5
|
+
emitFn: (...args: any[]) => void;
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<{
|
|
7
7
|
alarms: any;
|
|
8
8
|
}> & Readonly<{
|
|
9
|
-
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
10
9
|
onChangeType?: ((...args: any[]) => any) | undefined;
|
|
10
|
+
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
}>, {
|
|
12
12
|
alarms: any;
|
|
13
13
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
-
emitFn: (...args: any[]) => void;
|
|
3
2
|
changeType: (...args: any[]) => void;
|
|
3
|
+
emitFn: (...args: any[]) => void;
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
5
|
-
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
6
5
|
onChangeType?: ((...args: any[]) => any) | undefined;
|
|
6
|
+
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
7
7
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
8
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
checkAllFn: (flag: boolean) => void;
|
|
3
3
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
-
emitFn: (...args: any[]) => void;
|
|
5
4
|
changeType: (...args: any[]) => void;
|
|
5
|
+
emitFn: (...args: any[]) => void;
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
7
|
-
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
8
7
|
onChangeType?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
9
9
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -2,14 +2,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2
2
|
type: string;
|
|
3
3
|
id: any;
|
|
4
4
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
-
emitFn: (...args: any[]) => void;
|
|
6
5
|
changeType: (...args: any[]) => void;
|
|
6
|
+
emitFn: (...args: any[]) => void;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<{
|
|
8
8
|
type: string;
|
|
9
9
|
id: any;
|
|
10
10
|
}> & Readonly<{
|
|
11
|
-
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
12
11
|
onChangeType?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
13
13
|
}>, {
|
|
14
14
|
type: string;
|
|
15
15
|
id: any;
|
package/packages/business-components/device-panel/src/components/alarmDevicePanel/index.vue.d.ts
CHANGED
|
@@ -12,9 +12,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
resizeH: () => void;
|
|
13
13
|
setConfigData: (_panelCode: any, alarmTime: any) => Promise<void>;
|
|
14
14
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
+
openLinkDialog: (...args: any[]) => void;
|
|
15
16
|
closePanel: (...args: any[]) => void;
|
|
16
17
|
updatePanelActive: (...args: any[]) => void;
|
|
17
|
-
openLinkDialog: (...args: any[]) => void;
|
|
18
18
|
resizePanel: (...args: any[]) => void;
|
|
19
19
|
}, string, import("vue").PublicProps, Readonly<{
|
|
20
20
|
type: string;
|
|
@@ -26,9 +26,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
heardHeight: number;
|
|
27
27
|
alarmDataArr?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
|
+
onOpenLinkDialog?: ((...args: any[]) => any) | undefined;
|
|
29
30
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
30
31
|
onUpdatePanelActive?: ((...args: any[]) => any) | undefined;
|
|
31
|
-
onOpenLinkDialog?: ((...args: any[]) => any) | undefined;
|
|
32
32
|
onResizePanel?: ((...args: any[]) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
34
|
projectId: any;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
alarms: any;
|
|
3
3
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
-
emitFn: (...args: any[]) => void;
|
|
5
4
|
changeType: (...args: any[]) => void;
|
|
5
|
+
emitFn: (...args: any[]) => void;
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<{
|
|
7
7
|
alarms: any;
|
|
8
8
|
}> & Readonly<{
|
|
9
|
-
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
10
9
|
onChangeType?: ((...args: any[]) => any) | undefined;
|
|
10
|
+
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
}>, {
|
|
12
12
|
alarms: any;
|
|
13
13
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
-
emitFn: (...args: any[]) => void;
|
|
3
2
|
changeType: (...args: any[]) => void;
|
|
3
|
+
emitFn: (...args: any[]) => void;
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
5
|
-
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
6
5
|
onChangeType?: ((...args: any[]) => any) | undefined;
|
|
6
|
+
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
7
7
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
8
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
checkAllFn: (flag: boolean) => void;
|
|
3
3
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
-
emitFn: (...args: any[]) => void;
|
|
5
4
|
changeType: (...args: any[]) => void;
|
|
5
|
+
emitFn: (...args: any[]) => void;
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
7
|
-
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
8
7
|
onChangeType?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
9
9
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -2,14 +2,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2
2
|
type: string;
|
|
3
3
|
id: any;
|
|
4
4
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
-
emitFn: (...args: any[]) => void;
|
|
6
5
|
changeType: (...args: any[]) => void;
|
|
6
|
+
emitFn: (...args: any[]) => void;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<{
|
|
8
8
|
type: string;
|
|
9
9
|
id: any;
|
|
10
10
|
}> & Readonly<{
|
|
11
|
-
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
12
11
|
onChangeType?: ((...args: any[]) => any) | undefined;
|
|
12
|
+
onEmitFn?: ((...args: any[]) => any) | undefined;
|
|
13
13
|
}>, {
|
|
14
14
|
type: string;
|
|
15
15
|
id: any;
|
package/packages/business-components/device-panel/src/components/devicePanelModal/index.vue.d.ts
CHANGED
|
@@ -5,14 +5,14 @@ declare const _default: import("vue").DefineComponent<Prop, {
|
|
|
5
5
|
setConfigData: (_panelCode: any, _deviceName: any, _devicePanelDetail: any) => Promise<void>;
|
|
6
6
|
setData: (arg1: any, arg2: any) => void;
|
|
7
7
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
openLinkDialog: (...args: any[]) => void;
|
|
8
9
|
closePanel: (...args: any[]) => void;
|
|
9
10
|
updatePanelActive: (...args: any[]) => void;
|
|
10
|
-
openLinkDialog: (...args: any[]) => void;
|
|
11
11
|
resizePanel: (...args: any[]) => void;
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<Prop> & Readonly<{
|
|
13
|
+
onOpenLinkDialog?: ((...args: any[]) => any) | undefined;
|
|
13
14
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
14
15
|
onUpdatePanelActive?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
onOpenLinkDialog?: ((...args: any[]) => any) | undefined;
|
|
16
16
|
onResizePanel?: ((...args: any[]) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
projectId: any;
|
|
@@ -10,9 +10,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
setColors: (_config: any) => void;
|
|
11
11
|
setConfigData: (_panelCode: any, _deviceName: any) => Promise<void>;
|
|
12
12
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
openLinkDialog: (...args: any[]) => void;
|
|
13
14
|
closePanel: (...args: any[]) => void;
|
|
14
15
|
updatePanelActive: (...args: any[]) => void;
|
|
15
|
-
openLinkDialog: (...args: any[]) => void;
|
|
16
16
|
resizePanel: (...args: any[]) => void;
|
|
17
17
|
}, string, import("vue").PublicProps, Readonly<{
|
|
18
18
|
type: string;
|
|
@@ -22,9 +22,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
previewFooterMenus?: any;
|
|
23
23
|
detailInfo: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
|
+
onOpenLinkDialog?: ((...args: any[]) => any) | undefined;
|
|
25
26
|
onClosePanel?: ((...args: any[]) => any) | undefined;
|
|
26
27
|
onUpdatePanelActive?: ((...args: any[]) => any) | undefined;
|
|
27
|
-
onOpenLinkDialog?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
onResizePanel?: ((...args: any[]) => any) | undefined;
|
|
29
29
|
}>, {
|
|
30
30
|
projectId: any;
|
|
@@ -28,6 +28,7 @@ export declare const useFile: (emits: any) => {
|
|
|
28
28
|
downloadFile: (path: any, filename: string, fileSuffix?: string) => void;
|
|
29
29
|
resetStataus: () => void;
|
|
30
30
|
checkProgress: (taskId: any, type: string, fileName: string, fileSuffix?: string) => Promise<void>;
|
|
31
|
+
clearTimer: () => void;
|
|
31
32
|
};
|
|
32
33
|
/**
|
|
33
34
|
* 下载文件
|