@dfsj/components 3.7.0 → 3.7.1-alpha.2
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/CHANGELOG.md +176 -176
- package/dist/components/Modal/src/BasicModal.vue.d.ts +54 -1
- package/dist/components/Modal/src/BasicModal.vue2.js +10 -7
- package/dist/components/Modal/src/components/ModalFooter.vue2.js +17 -7
- package/dist/components/Modal/src/config.js +2 -2
- package/dist/components/Modal/src/hooks/useModalDrag.js +8 -1
- package/dist/components/{src/components/Modal → Modal}/src/props.d.ts +24 -0
- package/dist/components/Modal/src/props.js +9 -1
- package/dist/components/Windows/src/ModalWrap.vue2.js +51 -7
- package/dist/components/Windows/src/Windows.vue2.js +1 -1
- package/dist/components/Windows/src/props.d.ts +8 -3
- package/dist/index.min.css +3 -3
- package/package.json +4 -4
- package/dist/components/src/components/Highlight/src/Highlight.vue.d.ts +0 -41
- package/dist/components/src/components/NodeAxis/src/BCanvasNodeRender.d.ts +0 -19
- package/dist/components/src/components/NodeAxis/src/NodeAxis.d.ts +0 -12
- package/dist/components/src/themes/index.d.ts +0 -1
- /package/dist/components/{src/components/ClickOutSide → ClickOutSide}/src/ClickOutSide.vue.d.ts +0 -0
- /package/dist/components/{src/components/Modal → Modal}/src/components/ModalFooter.vue.d.ts +0 -0
- /package/dist/components/{src/components/Modal → Modal}/src/config.d.ts +0 -0
- /package/dist/components/{src/components/Modal → Modal}/src/hooks/useModalDrag.d.ts +0 -0
- /package/dist/components/{src/components/Windows → Windows}/src/ModalWrap.vue.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,178 +1,178 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [3.7.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.7.0) (2025-01-10)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* (components) 类型推断any<VueComponent> ([4b651a7](http://10.10.12.18/dfsj/dfsj/commits/4b651a78a453adafbb906954c746bb2d63dd5aac))
|
|
12
|
-
* (components) modal maximizer不生效 ([cb13f06](http://10.10.12.18/dfsj/dfsj/commits/cb13f063c93b0732b477c91bb34b170aa7e156bc))
|
|
13
|
-
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
14
|
-
* **components:** 时间轴主题可配置 ([4bdca6e](http://10.10.12.18/dfsj/dfsj/commits/4bdca6eb7a944bf25c999600cf556146e698eee4))
|
|
15
|
-
* **components:** Modal slotFn ([8950e37](http://10.10.12.18/dfsj/dfsj/commits/8950e37cece99ee050ef2919476f905903328d97))
|
|
16
|
-
* vue-types 类型报错 ([3959da8](http://10.10.12.18/dfsj/dfsj/commits/3959da839f404ab20509e8a58823ba1045f0a5dc))
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### Features
|
|
20
|
-
|
|
21
|
-
* (components) [@import](http://10.10.12.18/import)->[@use](http://10.10.12.18/use) sass 3.0 ([da96e0b](http://10.10.12.18/dfsj/dfsj/commits/da96e0b2126725bbcb6894342f453c4579734fa9))
|
|
22
|
-
* (components) 增加board组件resizable,初始可收起,支持相对定位和绝对定位 ([12546f1](http://10.10.12.18/dfsj/dfsj/commits/12546f18fffa8843adeff2abce72b6609f9d2b94))
|
|
23
|
-
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
24
|
-
* (components) Board 宽度可调整 ([44eb115](http://10.10.12.18/dfsj/dfsj/commits/44eb1155b5ae636293ce21c703bd003ce04e53e4))
|
|
25
|
-
* (components) DatePicker el 2.9类型变化 ([03d528b](http://10.10.12.18/dfsj/dfsj/commits/03d528be0a2feb184da29e226805f839caecc0b1))
|
|
26
|
-
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
27
|
-
* (components) resizable 指令 ([8f1c422](http://10.10.12.18/dfsj/dfsj/commits/8f1c422f8daf7583d91b58b27c0d0c036d7d311d))
|
|
28
|
-
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
29
|
-
* (components) Windows Basic组件增加收起隐藏功能 ([911127f](http://10.10.12.18/dfsj/dfsj/commits/911127faf0a208d655e0245f7c6820e8df92e5a9))
|
|
30
|
-
* (components) Windows管理器 ([ba44c06](http://10.10.12.18/dfsj/dfsj/commits/ba44c06e1e19c0abc999d97f1108cb969743cb77))
|
|
31
|
-
* (Modal) 可收起最小化 ([c590edc](http://10.10.12.18/dfsj/dfsj/commits/c590edcc0f9afafdd8306b61d3afef622874e8fd))
|
|
32
|
-
* 对外提供resizable配置props ([9325aab](http://10.10.12.18/dfsj/dfsj/commits/9325aab134e3aa43249987288964a32284488676))
|
|
33
|
-
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
34
|
-
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
35
|
-
* resizable指令 ([475e208](http://10.10.12.18/dfsj/dfsj/commits/475e2083f4e0b3b56a60dd30ae391b0ae52c2195))
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Performance Improvements
|
|
39
|
-
|
|
40
|
-
* (component) 修复升级element-plus以后打包类丢失报错 & Board组件高度设置100% ([5029f65](http://10.10.12.18/dfsj/dfsj/commits/5029f6517b5223c046a5b4ac2fa1751bbaa4cffb))
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
# [3.6.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.6.0) (2024-10-29)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### Bug Fixes
|
|
50
|
-
|
|
51
|
-
* (components) 类型推断any<VueComponent> ([4b651a7](http://10.10.12.18/dfsj/dfsj/commits/4b651a78a453adafbb906954c746bb2d63dd5aac))
|
|
52
|
-
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
53
|
-
* **components:** 时间轴主题可配置 ([4bdca6e](http://10.10.12.18/dfsj/dfsj/commits/4bdca6eb7a944bf25c999600cf556146e698eee4))
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
### Features
|
|
57
|
-
|
|
58
|
-
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
59
|
-
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
60
|
-
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
61
|
-
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
62
|
-
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
### Performance Improvements
|
|
66
|
-
|
|
67
|
-
* (component) 修复升级element-plus以后打包类丢失报错 & Board组件高度设置100% ([5029f65](http://10.10.12.18/dfsj/dfsj/commits/5029f6517b5223c046a5b4ac2fa1751bbaa4cffb))
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
## [3.5.1](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.5.1) (2024-10-09)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### Bug Fixes
|
|
77
|
-
|
|
78
|
-
* (components) 类型推断any<VueComponent> ([4b651a7](http://10.10.12.18/dfsj/dfsj/commits/4b651a78a453adafbb906954c746bb2d63dd5aac))
|
|
79
|
-
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
80
|
-
* **components:** 时间轴主题可配置 ([4bdca6e](http://10.10.12.18/dfsj/dfsj/commits/4bdca6eb7a944bf25c999600cf556146e698eee4))
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
### Features
|
|
84
|
-
|
|
85
|
-
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
86
|
-
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
87
|
-
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
88
|
-
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
89
|
-
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
# [3.5.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.5.0) (2024-10-08)
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
### Bug Fixes
|
|
99
|
-
|
|
100
|
-
* (components) 类型推断any<VueComponent> ([4b651a7](http://10.10.12.18/dfsj/dfsj/commits/4b651a78a453adafbb906954c746bb2d63dd5aac))
|
|
101
|
-
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
102
|
-
* **components:** 时间轴主题可配置 ([4bdca6e](http://10.10.12.18/dfsj/dfsj/commits/4bdca6eb7a944bf25c999600cf556146e698eee4))
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### Features
|
|
106
|
-
|
|
107
|
-
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
108
|
-
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
109
|
-
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
110
|
-
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
111
|
-
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
# [3.4.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.4.0) (2024-08-14)
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
### Bug Fixes
|
|
121
|
-
|
|
122
|
-
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
123
|
-
* **components:** 时间轴主题可配置 ([4bdca6e](http://10.10.12.18/dfsj/dfsj/commits/4bdca6eb7a944bf25c999600cf556146e698eee4))
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
### Features
|
|
127
|
-
|
|
128
|
-
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
129
|
-
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
130
|
-
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
131
|
-
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
132
|
-
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
# [3.3.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.3.0) (2024-08-12)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
### Bug Fixes
|
|
142
|
-
|
|
143
|
-
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
### Features
|
|
147
|
-
|
|
148
|
-
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
149
|
-
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
150
|
-
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
151
|
-
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
152
|
-
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
# [3.2.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.2.0) (2024-07-16)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
### Bug Fixes
|
|
162
|
-
|
|
163
|
-
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
### Features
|
|
167
|
-
|
|
168
|
-
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
169
|
-
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
170
|
-
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
# [3.7.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.7.0) (2025-01-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* (components) 类型推断any<VueComponent> ([4b651a7](http://10.10.12.18/dfsj/dfsj/commits/4b651a78a453adafbb906954c746bb2d63dd5aac))
|
|
12
|
+
* (components) modal maximizer不生效 ([cb13f06](http://10.10.12.18/dfsj/dfsj/commits/cb13f063c93b0732b477c91bb34b170aa7e156bc))
|
|
13
|
+
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
14
|
+
* **components:** 时间轴主题可配置 ([4bdca6e](http://10.10.12.18/dfsj/dfsj/commits/4bdca6eb7a944bf25c999600cf556146e698eee4))
|
|
15
|
+
* **components:** Modal slotFn ([8950e37](http://10.10.12.18/dfsj/dfsj/commits/8950e37cece99ee050ef2919476f905903328d97))
|
|
16
|
+
* vue-types 类型报错 ([3959da8](http://10.10.12.18/dfsj/dfsj/commits/3959da839f404ab20509e8a58823ba1045f0a5dc))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* (components) [@import](http://10.10.12.18/import)->[@use](http://10.10.12.18/use) sass 3.0 ([da96e0b](http://10.10.12.18/dfsj/dfsj/commits/da96e0b2126725bbcb6894342f453c4579734fa9))
|
|
22
|
+
* (components) 增加board组件resizable,初始可收起,支持相对定位和绝对定位 ([12546f1](http://10.10.12.18/dfsj/dfsj/commits/12546f18fffa8843adeff2abce72b6609f9d2b94))
|
|
23
|
+
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
24
|
+
* (components) Board 宽度可调整 ([44eb115](http://10.10.12.18/dfsj/dfsj/commits/44eb1155b5ae636293ce21c703bd003ce04e53e4))
|
|
25
|
+
* (components) DatePicker el 2.9类型变化 ([03d528b](http://10.10.12.18/dfsj/dfsj/commits/03d528be0a2feb184da29e226805f839caecc0b1))
|
|
26
|
+
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
27
|
+
* (components) resizable 指令 ([8f1c422](http://10.10.12.18/dfsj/dfsj/commits/8f1c422f8daf7583d91b58b27c0d0c036d7d311d))
|
|
28
|
+
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
29
|
+
* (components) Windows Basic组件增加收起隐藏功能 ([911127f](http://10.10.12.18/dfsj/dfsj/commits/911127faf0a208d655e0245f7c6820e8df92e5a9))
|
|
30
|
+
* (components) Windows管理器 ([ba44c06](http://10.10.12.18/dfsj/dfsj/commits/ba44c06e1e19c0abc999d97f1108cb969743cb77))
|
|
31
|
+
* (Modal) 可收起最小化 ([c590edc](http://10.10.12.18/dfsj/dfsj/commits/c590edcc0f9afafdd8306b61d3afef622874e8fd))
|
|
32
|
+
* 对外提供resizable配置props ([9325aab](http://10.10.12.18/dfsj/dfsj/commits/9325aab134e3aa43249987288964a32284488676))
|
|
33
|
+
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
34
|
+
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
35
|
+
* resizable指令 ([475e208](http://10.10.12.18/dfsj/dfsj/commits/475e2083f4e0b3b56a60dd30ae391b0ae52c2195))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Performance Improvements
|
|
39
|
+
|
|
40
|
+
* (component) 修复升级element-plus以后打包类丢失报错 & Board组件高度设置100% ([5029f65](http://10.10.12.18/dfsj/dfsj/commits/5029f6517b5223c046a5b4ac2fa1751bbaa4cffb))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
# [3.6.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.6.0) (2024-10-29)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Bug Fixes
|
|
50
|
+
|
|
51
|
+
* (components) 类型推断any<VueComponent> ([4b651a7](http://10.10.12.18/dfsj/dfsj/commits/4b651a78a453adafbb906954c746bb2d63dd5aac))
|
|
52
|
+
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
53
|
+
* **components:** 时间轴主题可配置 ([4bdca6e](http://10.10.12.18/dfsj/dfsj/commits/4bdca6eb7a944bf25c999600cf556146e698eee4))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Features
|
|
57
|
+
|
|
58
|
+
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
59
|
+
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
60
|
+
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
61
|
+
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
62
|
+
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Performance Improvements
|
|
66
|
+
|
|
67
|
+
* (component) 修复升级element-plus以后打包类丢失报错 & Board组件高度设置100% ([5029f65](http://10.10.12.18/dfsj/dfsj/commits/5029f6517b5223c046a5b4ac2fa1751bbaa4cffb))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## [3.5.1](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.5.1) (2024-10-09)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* (components) 类型推断any<VueComponent> ([4b651a7](http://10.10.12.18/dfsj/dfsj/commits/4b651a78a453adafbb906954c746bb2d63dd5aac))
|
|
79
|
+
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
80
|
+
* **components:** 时间轴主题可配置 ([4bdca6e](http://10.10.12.18/dfsj/dfsj/commits/4bdca6eb7a944bf25c999600cf556146e698eee4))
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Features
|
|
84
|
+
|
|
85
|
+
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
86
|
+
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
87
|
+
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
88
|
+
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
89
|
+
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
# [3.5.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.5.0) (2024-10-08)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### Bug Fixes
|
|
99
|
+
|
|
100
|
+
* (components) 类型推断any<VueComponent> ([4b651a7](http://10.10.12.18/dfsj/dfsj/commits/4b651a78a453adafbb906954c746bb2d63dd5aac))
|
|
101
|
+
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
102
|
+
* **components:** 时间轴主题可配置 ([4bdca6e](http://10.10.12.18/dfsj/dfsj/commits/4bdca6eb7a944bf25c999600cf556146e698eee4))
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Features
|
|
106
|
+
|
|
107
|
+
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
108
|
+
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
109
|
+
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
110
|
+
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
111
|
+
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
# [3.4.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.4.0) (2024-08-14)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Bug Fixes
|
|
121
|
+
|
|
122
|
+
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
123
|
+
* **components:** 时间轴主题可配置 ([4bdca6e](http://10.10.12.18/dfsj/dfsj/commits/4bdca6eb7a944bf25c999600cf556146e698eee4))
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Features
|
|
127
|
+
|
|
128
|
+
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
129
|
+
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
130
|
+
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
131
|
+
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
132
|
+
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
# [3.3.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.3.0) (2024-08-12)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Bug Fixes
|
|
142
|
+
|
|
143
|
+
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Features
|
|
147
|
+
|
|
148
|
+
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
149
|
+
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
150
|
+
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
151
|
+
* **components:** 导出组件 ([d6e313e](http://10.10.12.18/dfsj/dfsj/commits/d6e313e53f09a3a6895f1a212d8341fc5a196cbf))
|
|
152
|
+
* **components:** 新增clickOutSide组件 ([e663b5d](http://10.10.12.18/dfsj/dfsj/commits/e663b5db93844d2052f07861739534956f2f908a))
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
# [3.2.0](http://10.10.12.18/dfsj/dfsj/compare/@dfsj/components@3.1.3...@dfsj/components@3.2.0) (2024-07-16)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Bug Fixes
|
|
162
|
+
|
|
163
|
+
* (components) UnifyChart.vue ([9a5d4db](http://10.10.12.18/dfsj/dfsj/commits/9a5d4dbe80b10bf9de80718e0b6e18c22cbd0205))
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Features
|
|
167
|
+
|
|
168
|
+
* (components) BasicModal支持vh、vw、px、rem ([866c6d2](http://10.10.12.18/dfsj/dfsj/commits/866c6d2447a203329ba3783f6a3edababf91a50c))
|
|
169
|
+
* (components) Descriptions ([5873c14](http://10.10.12.18/dfsj/dfsj/commits/5873c14bc746596c536b203551147de8d2c097c0))
|
|
170
|
+
* (components) UnifyChart.vue 导出方法 ([d4065b9](http://10.10.12.18/dfsj/dfsj/commits/d4065b984d4f97dad21bb55474bb616f2149a16e))
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
176
|
|
|
177
177
|
## 3.1.3 (2024-07-01)
|
|
178
178
|
|
|
@@ -450,4 +450,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
450
450
|
|
|
451
451
|
## [1.1.3](https://gitee.com/verdaccio/ec/compare/@dfsj/components@1.1.2...@dfsj/components@1.1.3) (2023-06-11)
|
|
452
452
|
|
|
453
|
-
**Note:** Version bump only for package @dfsj/components
|
|
453
|
+
**Note:** Version bump only for package @dfsj/components
|
|
@@ -91,6 +91,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
91
91
|
color: string;
|
|
92
92
|
};
|
|
93
93
|
};
|
|
94
|
+
minimize: {
|
|
95
|
+
type: BooleanConstructor;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
94
98
|
minimizer: {
|
|
95
99
|
type: BooleanConstructor;
|
|
96
100
|
default: boolean;
|
|
@@ -117,6 +121,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
117
121
|
} & {
|
|
118
122
|
default: (...args: any[]) => any;
|
|
119
123
|
};
|
|
124
|
+
onResize: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
125
|
+
default: (...args: any[]) => any;
|
|
126
|
+
} & {
|
|
127
|
+
default: (...args: any[]) => any;
|
|
128
|
+
};
|
|
129
|
+
onModalMousemove: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
130
|
+
default: (...args: any[]) => any;
|
|
131
|
+
} & {
|
|
132
|
+
default: (...args: any[]) => any;
|
|
133
|
+
};
|
|
134
|
+
onModalMousedown: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
135
|
+
default: (...args: any[]) => any;
|
|
136
|
+
} & {
|
|
137
|
+
default: (...args: any[]) => any;
|
|
138
|
+
};
|
|
139
|
+
onModalMouseup: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
140
|
+
default: (...args: any[]) => any;
|
|
141
|
+
} & {
|
|
142
|
+
default: (...args: any[]) => any;
|
|
143
|
+
};
|
|
120
144
|
visible: BooleanConstructor;
|
|
121
145
|
zIndex: {
|
|
122
146
|
type: NumberConstructor;
|
|
@@ -252,6 +276,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
252
276
|
color: string;
|
|
253
277
|
};
|
|
254
278
|
};
|
|
279
|
+
minimize: {
|
|
280
|
+
type: BooleanConstructor;
|
|
281
|
+
default: boolean;
|
|
282
|
+
};
|
|
255
283
|
minimizer: {
|
|
256
284
|
type: BooleanConstructor;
|
|
257
285
|
default: boolean;
|
|
@@ -278,6 +306,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
278
306
|
} & {
|
|
279
307
|
default: (...args: any[]) => any;
|
|
280
308
|
};
|
|
309
|
+
onResize: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
310
|
+
default: (...args: any[]) => any;
|
|
311
|
+
} & {
|
|
312
|
+
default: (...args: any[]) => any;
|
|
313
|
+
};
|
|
314
|
+
onModalMousemove: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
315
|
+
default: (...args: any[]) => any;
|
|
316
|
+
} & {
|
|
317
|
+
default: (...args: any[]) => any;
|
|
318
|
+
};
|
|
319
|
+
onModalMousedown: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
320
|
+
default: (...args: any[]) => any;
|
|
321
|
+
} & {
|
|
322
|
+
default: (...args: any[]) => any;
|
|
323
|
+
};
|
|
324
|
+
onModalMouseup: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
325
|
+
default: (...args: any[]) => any;
|
|
326
|
+
} & {
|
|
327
|
+
default: (...args: any[]) => any;
|
|
328
|
+
};
|
|
281
329
|
visible: BooleanConstructor;
|
|
282
330
|
zIndex: {
|
|
283
331
|
type: NumberConstructor;
|
|
@@ -323,9 +371,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
323
371
|
}>> & Readonly<{
|
|
324
372
|
onMinimize?: (...args: any[]) => any;
|
|
325
373
|
onClose?: (...args: any[]) => any;
|
|
326
|
-
"onUpdate:maximum"?: (...args: any[]) => any;
|
|
327
374
|
onResize?: (...args: any[]) => any;
|
|
375
|
+
"onUpdate:maximum"?: (...args: any[]) => any;
|
|
328
376
|
}>, {
|
|
377
|
+
minimize: boolean;
|
|
329
378
|
footer: boolean;
|
|
330
379
|
cancel: boolean;
|
|
331
380
|
submit: boolean;
|
|
@@ -350,6 +399,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
350
399
|
onMinimize: (...args: any[]) => any;
|
|
351
400
|
onSwitch: (...args: any[]) => any;
|
|
352
401
|
onClose: (...args: any[]) => any;
|
|
402
|
+
onResize: (...args: any[]) => any;
|
|
403
|
+
onModalMousemove: (...args: any[]) => any;
|
|
404
|
+
onModalMousedown: (...args: any[]) => any;
|
|
405
|
+
onModalMouseup: (...args: any[]) => any;
|
|
353
406
|
visible: boolean;
|
|
354
407
|
zIndex: number;
|
|
355
408
|
modally: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, Transition, ref, toRefs, watch, computed, unref, createVNode, resolveComponent
|
|
1
|
+
import { defineComponent, Transition, ref, toRefs, watch, computed, unref, createVNode, resolveComponent } from 'vue';
|
|
2
2
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
3
|
import { toMainStyle, toBodyStyle } from './utils/index.js';
|
|
4
4
|
import { baseProps, headerProps, footerProps } from './props.js';
|
|
@@ -58,14 +58,15 @@ var script = defineComponent({
|
|
|
58
58
|
}, {
|
|
59
59
|
immediate: true
|
|
60
60
|
});
|
|
61
|
-
function onSwitch() {
|
|
61
|
+
function onSwitch(e) {
|
|
62
|
+
e.stopImmediatePropagation();
|
|
62
63
|
moving.value = false;
|
|
63
64
|
emit('update:maximum', maximum.value = !maximum.value);
|
|
64
|
-
emit('resize');
|
|
65
|
+
emit('resize', maximum.value);
|
|
65
66
|
}
|
|
66
|
-
function onClose() {
|
|
67
|
+
function onClose(e) {
|
|
67
68
|
innerVisible.value = false;
|
|
68
|
-
emit('close');
|
|
69
|
+
emit('close', e);
|
|
69
70
|
}
|
|
70
71
|
var mainClass = computed(function () {
|
|
71
72
|
var cls = [unref(maximum) ? 'maximum' : '', props.modally ? 'modally' : '', props.modalClass];
|
|
@@ -109,7 +110,9 @@ var script = defineComponent({
|
|
|
109
110
|
return function () {
|
|
110
111
|
var _props$animation, _props$animation2, _slots$mover, _slots$default;
|
|
111
112
|
return innerVisible.value ? createVNode("div", {
|
|
112
|
-
"class": "component modal dialog component-modal-page-wrap ".concat(mainClass.value),
|
|
113
|
+
"class": ["component modal dialog component-modal-page-wrap ".concat(mainClass.value), {
|
|
114
|
+
minimized: props.minimize
|
|
115
|
+
}],
|
|
113
116
|
"style": mainStyle.value
|
|
114
117
|
}, [createVNode(resolveComponent("transition"), {
|
|
115
118
|
"enter-active-class": ((_props$animation = props.animation) === null || _props$animation === undefined ? undefined : _props$animation.enter) || 'window--enter-active',
|
|
@@ -142,7 +145,7 @@ var script = defineComponent({
|
|
|
142
145
|
"class": "modal--content component-modal-content"
|
|
143
146
|
}, [hasMover.value && createVNode("div", {
|
|
144
147
|
"class": "mover ".concat(moverClass)
|
|
145
|
-
}, [(_slots$mover = slots.mover) === null || _slots$mover === undefined ? undefined : _slots$mover.call(slots)]), (_slots$default = slots["default"]) === null || _slots$default === undefined ? undefined : _slots$default.call(slots)]),
|
|
148
|
+
}, [(_slots$mover = slots.mover) === null || _slots$mover === undefined ? undefined : _slots$mover.call(slots)]), (_slots$default = slots["default"]) === null || _slots$default === undefined ? undefined : _slots$default.call(slots)]), createVNode(script$1, unref(getBindValue), null)])];
|
|
146
149
|
}
|
|
147
150
|
})]) : null;
|
|
148
151
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { normalizeClass, defineComponent, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createTextVNode, toDisplayString,
|
|
1
|
+
import { normalizeClass, defineComponent, toRefs, resolveComponent, openBlock, createElementBlock, createVNode, unref, withCtx, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
2
2
|
import { footerProps } from '../props.js';
|
|
3
|
-
import { cancel, submit } from '../config.js';
|
|
4
3
|
|
|
5
4
|
var _hoisted_1 = {
|
|
6
5
|
key: 0,
|
|
@@ -10,19 +9,30 @@ var script = defineComponent({
|
|
|
10
9
|
__name: 'ModalFooter',
|
|
11
10
|
props: footerProps,
|
|
12
11
|
setup: function setup(__props) {
|
|
12
|
+
var props = __props;
|
|
13
|
+
var _toRefs = toRefs(props),
|
|
14
|
+
submitOpt = _toRefs.submitOpt,
|
|
15
|
+
cancelOpt = _toRefs.cancelOpt;
|
|
13
16
|
return function (_ctx, _cache) {
|
|
17
|
+
var _unref2, _unref3;
|
|
14
18
|
var _component_el_button = resolveComponent("el-button");
|
|
15
|
-
return !!_ctx.footer ? (openBlock(), createElementBlock("div", _hoisted_1, [createVNode(_component_el_button,
|
|
19
|
+
return !!_ctx.footer ? (openBlock(), createElementBlock("div", _hoisted_1, [createVNode(_component_el_button, {
|
|
20
|
+
onClick: _ctx.onCancel,
|
|
21
|
+
type: (_unref2 = unref(cancelOpt)) === null || _unref2 === undefined ? undefined : _unref2.color
|
|
22
|
+
}, {
|
|
16
23
|
"default": withCtx(function () {
|
|
17
|
-
return [createTextVNode(toDisplayString(unref(
|
|
24
|
+
return [createTextVNode(toDisplayString(unref(cancelOpt).label), 1)];
|
|
18
25
|
}),
|
|
19
26
|
_: 1
|
|
20
|
-
}), createVNode(_component_el_button,
|
|
27
|
+
}, 8, ["onClick", "type"]), createVNode(_component_el_button, {
|
|
28
|
+
onClick: _ctx.onSubmit,
|
|
29
|
+
type: (_unref3 = unref(submitOpt)) === null || _unref3 === undefined ? undefined : _unref3.color
|
|
30
|
+
}, {
|
|
21
31
|
"default": withCtx(function () {
|
|
22
|
-
return [createTextVNode(toDisplayString(unref(
|
|
32
|
+
return [createTextVNode(toDisplayString(unref(submitOpt).label), 1)];
|
|
23
33
|
}),
|
|
24
34
|
_: 1
|
|
25
|
-
})])) : createCommentVNode("v-if", true);
|
|
35
|
+
}, 8, ["onClick", "type"])])) : createCommentVNode("v-if", true);
|
|
26
36
|
};
|
|
27
37
|
}
|
|
28
38
|
});
|
|
@@ -29,7 +29,9 @@ function useModalDragMove(context) {
|
|
|
29
29
|
if (!dialogHeaderEl || !dragDom || !unref(context.draggable)) return;
|
|
30
30
|
dialogHeaderEl.style.cursor = 'move';
|
|
31
31
|
dialogHeaderEl.onmousedown = function (e) {
|
|
32
|
+
var _e$target, _context$props, _context$props$onModa;
|
|
32
33
|
if (!e) return;
|
|
34
|
+
console.log(e);
|
|
33
35
|
var element = context.props.modally ? that.refs.body : proxy.$el;
|
|
34
36
|
var bounder = element.getBoundingClientRect();
|
|
35
37
|
sign.l = bounder.left;
|
|
@@ -37,9 +39,11 @@ function useModalDragMove(context) {
|
|
|
37
39
|
sign.x = e.x;
|
|
38
40
|
sign.y = e.y;
|
|
39
41
|
moving.value = true;
|
|
42
|
+
if (!e || ['svg', 'path'].includes(e === null || e === undefined || (_e$target = e.target) === null || _e$target === undefined ? undefined : _e$target.nodeName)) (_context$props = context.props) === null || _context$props === undefined || (_context$props$onModa = _context$props.onModalMousedown) === null || _context$props$onModa === undefined || _context$props$onModa.call(_context$props);
|
|
40
43
|
document.onmousemove = function (event) {
|
|
41
44
|
var moved = sign.x !== event.x || sign.y !== event.y;
|
|
42
45
|
if (moved && moving.value && !context.maximum.value) {
|
|
46
|
+
var _context$props2, _context$props2$onMod;
|
|
43
47
|
event.preventDefault();
|
|
44
48
|
delete locator.right;
|
|
45
49
|
delete locator.bottom;
|
|
@@ -63,12 +67,15 @@ function useModalDragMove(context) {
|
|
|
63
67
|
locator.right = "unset !important";
|
|
64
68
|
locator.bottom = "unset !important";
|
|
65
69
|
that.emit('update:offset', locator);
|
|
70
|
+
(_context$props2 = context.props) === null || _context$props2 === undefined || (_context$props2$onMod = _context$props2.onModalMousemove) === null || _context$props2$onMod === undefined || _context$props2$onMod.call(_context$props2, event);
|
|
66
71
|
}
|
|
67
72
|
};
|
|
68
|
-
document.onmouseup = function () {
|
|
73
|
+
document.onmouseup = function (e) {
|
|
74
|
+
var _e$target2, _context$props3, _context$props3$onMod;
|
|
69
75
|
moving.value = false;
|
|
70
76
|
document.onmousemove = null;
|
|
71
77
|
document.onmouseup = null;
|
|
78
|
+
if (!e || ['svg', 'path'].includes(e === null || e === undefined || (_e$target2 = e.target) === null || _e$target2 === undefined ? undefined : _e$target2.nodeName)) (_context$props3 = context.props) === null || _context$props3 === undefined || (_context$props3$onMod = _context$props3.onModalMouseup) === null || _context$props3$onMod === undefined || _context$props3$onMod.call(_context$props3);
|
|
72
79
|
};
|
|
73
80
|
};
|
|
74
81
|
};
|
|
@@ -100,6 +100,10 @@ export declare const headerProps: {
|
|
|
100
100
|
color: string;
|
|
101
101
|
};
|
|
102
102
|
};
|
|
103
|
+
minimize: {
|
|
104
|
+
type: BooleanConstructor;
|
|
105
|
+
default: boolean;
|
|
106
|
+
};
|
|
103
107
|
minimizer: {
|
|
104
108
|
type: BooleanConstructor;
|
|
105
109
|
default: boolean;
|
|
@@ -126,6 +130,26 @@ export declare const headerProps: {
|
|
|
126
130
|
} & {
|
|
127
131
|
default: (...args: any[]) => any;
|
|
128
132
|
};
|
|
133
|
+
onResize: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
134
|
+
default: (...args: any[]) => any;
|
|
135
|
+
} & {
|
|
136
|
+
default: (...args: any[]) => any;
|
|
137
|
+
};
|
|
138
|
+
onModalMousemove: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
139
|
+
default: (...args: any[]) => any;
|
|
140
|
+
} & {
|
|
141
|
+
default: (...args: any[]) => any;
|
|
142
|
+
};
|
|
143
|
+
onModalMousedown: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
144
|
+
default: (...args: any[]) => any;
|
|
145
|
+
} & {
|
|
146
|
+
default: (...args: any[]) => any;
|
|
147
|
+
};
|
|
148
|
+
onModalMouseup: import("vue-types").VueTypeValidableDef<(...args: any[]) => any, import("vue-types/dist/types").ValidatorFunction<(...args: any[]) => any>> & {
|
|
149
|
+
default: (...args: any[]) => any;
|
|
150
|
+
} & {
|
|
151
|
+
default: (...args: any[]) => any;
|
|
152
|
+
};
|
|
129
153
|
};
|
|
130
154
|
export declare const footerProps: {
|
|
131
155
|
footer: {
|
|
@@ -77,6 +77,10 @@ var headerProps = {
|
|
|
77
77
|
return closer;
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
|
+
minimize: {
|
|
81
|
+
type: Boolean,
|
|
82
|
+
"default": false
|
|
83
|
+
},
|
|
80
84
|
minimizer: {
|
|
81
85
|
type: Boolean,
|
|
82
86
|
"default": false
|
|
@@ -89,7 +93,11 @@ var headerProps = {
|
|
|
89
93
|
},
|
|
90
94
|
onMinimize: propTypes.func.def(function () {}),
|
|
91
95
|
onSwitch: propTypes.func.def(function () {}),
|
|
92
|
-
onClose: propTypes.func.def(function () {})
|
|
96
|
+
onClose: propTypes.func.def(function () {}),
|
|
97
|
+
onResize: propTypes.func.def(function () {}),
|
|
98
|
+
onModalMousemove: propTypes.func.def(function () {}),
|
|
99
|
+
onModalMousedown: propTypes.func.def(function () {}),
|
|
100
|
+
onModalMouseup: propTypes.func.def(function () {})
|
|
93
101
|
};
|
|
94
102
|
var footerProps = {
|
|
95
103
|
footer: {
|
|
@@ -15,24 +15,59 @@ var script = defineComponent({
|
|
|
15
15
|
setup: function setup(props, context) {
|
|
16
16
|
var options = props.options;
|
|
17
17
|
var properties = ref(null);
|
|
18
|
+
var renderEl = ref(null);
|
|
18
19
|
var zIndex = ref(props.zIndex);
|
|
19
20
|
var isClosed = false;
|
|
20
21
|
function onAction(name) {
|
|
22
|
+
var _renderEl$value, _renderEl$value$onAct;
|
|
21
23
|
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
22
24
|
args[_key - 1] = arguments[_key];
|
|
23
25
|
}
|
|
24
26
|
if (options.onAction) options.onAction.apply(options, [name].concat(args));
|
|
25
27
|
if (options.prevent !== true) context.emit('close');
|
|
28
|
+
(_renderEl$value = renderEl.value) === null || _renderEl$value === undefined || (_renderEl$value$onAct = _renderEl$value.onAction) === null || _renderEl$value$onAct === undefined || _renderEl$value$onAct.call.apply(_renderEl$value$onAct, [_renderEl$value, name].concat(args));
|
|
26
29
|
}
|
|
27
30
|
function onSubmit() {
|
|
28
|
-
|
|
31
|
+
var _renderEl$value2, _renderEl$value2$onSu;
|
|
32
|
+
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
33
|
+
args[_key2] = arguments[_key2];
|
|
34
|
+
}
|
|
35
|
+
if (options.onSubmit) options.onSubmit.apply(options, args);
|
|
29
36
|
if (options.prevent !== true) context.emit('close');
|
|
37
|
+
(_renderEl$value2 = renderEl.value) === null || _renderEl$value2 === undefined || (_renderEl$value2$onSu = _renderEl$value2.onSubmit) === null || _renderEl$value2$onSu === undefined || _renderEl$value2$onSu.call.apply(_renderEl$value2$onSu, [_renderEl$value2].concat(args));
|
|
30
38
|
}
|
|
31
|
-
function
|
|
39
|
+
function onClose(e) {
|
|
40
|
+
var _renderEl$value3, _renderEl$value3$onCl;
|
|
32
41
|
if (isClosed === true || e && e.type === 'cancel') return;
|
|
33
|
-
if (options.
|
|
34
|
-
if (options.prevent !== true) context.emit('close');
|
|
42
|
+
if (options.onClose) options === null || options === undefined || options.onClose(e);
|
|
43
|
+
if (options.prevent !== true) context.emit('close', e);
|
|
35
44
|
isClosed = true;
|
|
45
|
+
(_renderEl$value3 = renderEl.value) === null || _renderEl$value3 === undefined || (_renderEl$value3$onCl = _renderEl$value3.onClose) === null || _renderEl$value3$onCl === undefined || _renderEl$value3$onCl.call(_renderEl$value3, e);
|
|
46
|
+
}
|
|
47
|
+
function onCancel(e) {
|
|
48
|
+
var _renderEl$value4, _renderEl$value4$onCa;
|
|
49
|
+
if (options.onCancel) options === null || options === undefined || options.onCancel(e);
|
|
50
|
+
(_renderEl$value4 = renderEl.value) === null || _renderEl$value4 === undefined || (_renderEl$value4$onCa = _renderEl$value4.onCancel) === null || _renderEl$value4$onCa === undefined || _renderEl$value4$onCa.call(_renderEl$value4, e);
|
|
51
|
+
}
|
|
52
|
+
function onResize(e) {
|
|
53
|
+
var _options$onResize, _renderEl$value5, _renderEl$value5$onRe;
|
|
54
|
+
options === null || options === undefined || (_options$onResize = options.onResize) === null || _options$onResize === undefined || _options$onResize.call(options, e);
|
|
55
|
+
(_renderEl$value5 = renderEl.value) === null || _renderEl$value5 === undefined || (_renderEl$value5$onRe = _renderEl$value5.onResize) === null || _renderEl$value5$onRe === undefined || _renderEl$value5$onRe.call(_renderEl$value5, e);
|
|
56
|
+
}
|
|
57
|
+
function onModalMousemove(e) {
|
|
58
|
+
var _options$onModalMouse, _renderEl$value6, _renderEl$value6$onMo;
|
|
59
|
+
options === null || options === undefined || (_options$onModalMouse = options.onModalMousemove) === null || _options$onModalMouse === undefined || _options$onModalMouse.call(options, e);
|
|
60
|
+
(_renderEl$value6 = renderEl.value) === null || _renderEl$value6 === undefined || (_renderEl$value6$onMo = _renderEl$value6.onModalMousemove) === null || _renderEl$value6$onMo === undefined || _renderEl$value6$onMo.call(_renderEl$value6, e);
|
|
61
|
+
}
|
|
62
|
+
function onModalMouseup(e) {
|
|
63
|
+
var _options$onModalMouse2, _renderEl$value7, _renderEl$value7$onMo;
|
|
64
|
+
options === null || options === undefined || (_options$onModalMouse2 = options.onModalMouseup) === null || _options$onModalMouse2 === undefined || _options$onModalMouse2.call(options, e);
|
|
65
|
+
(_renderEl$value7 = renderEl.value) === null || _renderEl$value7 === undefined || (_renderEl$value7$onMo = _renderEl$value7.onModalMouseup) === null || _renderEl$value7$onMo === undefined || _renderEl$value7$onMo.call(_renderEl$value7, e);
|
|
66
|
+
}
|
|
67
|
+
function onModalMousedown(e) {
|
|
68
|
+
var _options$onModalMouse3, _renderEl$value8, _renderEl$value8$onMo;
|
|
69
|
+
options === null || options === undefined || (_options$onModalMouse3 = options.onModalMousedown) === null || _options$onModalMouse3 === undefined || _options$onModalMouse3.call(options, e);
|
|
70
|
+
(_renderEl$value8 = renderEl.value) === null || _renderEl$value8 === undefined || (_renderEl$value8$onMo = _renderEl$value8.onModalMousedown) === null || _renderEl$value8$onMo === undefined || _renderEl$value8$onMo.call(_renderEl$value8, e);
|
|
36
71
|
}
|
|
37
72
|
context.expose({
|
|
38
73
|
setZIndex: function setZIndex(v) {
|
|
@@ -49,7 +84,7 @@ var script = defineComponent({
|
|
|
49
84
|
}, {
|
|
50
85
|
immediate: true
|
|
51
86
|
});
|
|
52
|
-
onUnmounted(
|
|
87
|
+
onUnmounted(onClose);
|
|
53
88
|
var isComponent = options.content instanceof Function;
|
|
54
89
|
var component = isComponent ? defineAsyncComponent({
|
|
55
90
|
loader: options.content
|
|
@@ -58,9 +93,12 @@ var script = defineComponent({
|
|
|
58
93
|
component = isComponent ? defineAsyncComponent(options.content) : undefined;
|
|
59
94
|
return function () {
|
|
60
95
|
return h(component, _objectSpread(_objectSpread({}, properties.value), {}, {
|
|
96
|
+
ref: renderEl,
|
|
61
97
|
zIndex: zIndex.value,
|
|
62
98
|
onSubmit: onSubmit,
|
|
63
|
-
onCancel: onCancel
|
|
99
|
+
onCancel: onCancel,
|
|
100
|
+
onClose: onClose,
|
|
101
|
+
onResize: onResize
|
|
64
102
|
}));
|
|
65
103
|
};
|
|
66
104
|
}
|
|
@@ -70,12 +108,18 @@ var script = defineComponent({
|
|
|
70
108
|
zIndex: zIndex.value,
|
|
71
109
|
onSubmit: onSubmit,
|
|
72
110
|
onCancel: onCancel,
|
|
73
|
-
onClose:
|
|
111
|
+
onClose: onClose,
|
|
112
|
+
onResize: onResize,
|
|
113
|
+
onModalMousemove: onModalMousemove,
|
|
114
|
+
onModalMousedown: onModalMousedown,
|
|
115
|
+
onModalMouseup: onModalMouseup,
|
|
74
116
|
key: (_options$item = options.item) === null || _options$item === undefined ? undefined : _options$item.id
|
|
75
117
|
}), function () {
|
|
76
118
|
return isComponent ? h(component, _objectSpread(_objectSpread({}, properties.value), {}, {
|
|
119
|
+
ref: renderEl,
|
|
77
120
|
onSubmit: onSubmit,
|
|
78
121
|
onCancel: onCancel,
|
|
122
|
+
onResize: onResize,
|
|
79
123
|
onAction: onAction
|
|
80
124
|
})) : h('div', {
|
|
81
125
|
"class": 'html-content',
|
|
@@ -28,11 +28,9 @@ export type WindowItemOptions = {
|
|
|
28
28
|
titleAfter?: Function;
|
|
29
29
|
switcherIcon?: object;
|
|
30
30
|
closerIcon?: object;
|
|
31
|
+
minimize?: boolean;
|
|
31
32
|
minimizer?: boolean;
|
|
32
33
|
minimizerIcon?: object;
|
|
33
|
-
onMinimize?: Function;
|
|
34
|
-
onSwitch?: Function;
|
|
35
|
-
onClose?: Function;
|
|
36
34
|
props?: {
|
|
37
35
|
[key: string]: any;
|
|
38
36
|
};
|
|
@@ -43,6 +41,13 @@ export type WindowItemOptions = {
|
|
|
43
41
|
cancelOpt?: object;
|
|
44
42
|
onCancel?: Function;
|
|
45
43
|
onSubmit?: Function;
|
|
44
|
+
onModalMousemove?: Function;
|
|
45
|
+
onModalMousedown?: Function;
|
|
46
|
+
onModalMouseup?: Function;
|
|
47
|
+
onResize?: Function;
|
|
48
|
+
onMinimize?: Function;
|
|
49
|
+
onSwitch?: Function;
|
|
50
|
+
onClose?: Function;
|
|
46
51
|
};
|
|
47
52
|
export declare const WindowsProps: {
|
|
48
53
|
items: {
|
package/dist/index.min.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@dfsj/components:通用的vue组件;包括专业组件、原子级组件
|
|
3
|
-
版本: 3.7.
|
|
3
|
+
版本: 3.7.1-alpha.1
|
|
4
4
|
作者:yangbo <1747837358@qq.com>
|
|
5
|
-
日期:2025-
|
|
6
|
-
*/.ec-component-board-container-page-wrap{position:fixed;z-index:100;background:#fff;transition:transform 200ms ease-in-out}.ec-component-board-container-page-wrap .r-dot{background:rgba(0,0,0,.21);border-radius:6px;color:#f2f2f2;display:flex;align-items:center;justify-content:center}.ec-component-board-container-page-wrap .r-dot.r-l-dot,.ec-component-board-container-page-wrap .r-dot.r-r-dot{height:30px !important;top:50% !important;transform:translateY(-50%)}.ec-component-board-container-page-wrap .r-dot.r-l-dot:before,.ec-component-board-container-page-wrap .r-dot.r-r-dot:before{content:"";height:70%;border-left:2px dotted rgba(0,0,0,.36);box-sizing:border-box}.ec-component-board-container-page-wrap .r-dot.r-t-dot,.ec-component-board-container-page-wrap .r-dot.r-b-dot{width:30px !important;left:50% !important;transform:translateX(-50%)}.ec-component-board-container-page-wrap .r-dot.r-t-dot:before,.ec-component-board-container-page-wrap .r-dot.r-b-dot:before{content:"";width:70%;border-top:2px dotted rgba(0,0,0,.36);box-sizing:border-box}.ec-component-board-container-page-wrap .board--wing{position:absolute !important;z-index:1;width:18px;height:80px;border-radius:2px;background:rgba(3,19,78,.12);backdrop-filter:blur(2px);box-shadow:2px 1px 1px 0px rgba(0,0,0,.3),-2px -2px 2px 0px #fff;cursor:pointer}.ec-component-board-container-page-wrap .board--wing .app-iconify{position:absolute;top:50%;right:0;font-weight:bolder;color:#fff;transform-origin:50% 50%;max-width:fit-content;max-height:fit-content}.ec-component-board-container-page-wrap .multiple-toggle-tab .el-tabs__nav-wrap::after{display:none}.ec-component-board-container-page-wrap .multiple-toggle-tab .el-tabs__nav-scroll .el-tabs__active-bar{display:none;width:0;height:0}.ec-component-board-container-page-wrap .multiple-toggle-tab .el-tabs__nav-scroll .el-tabs__item{height:auto;padding:10px;color:var(--board-tab-color);background:#eee}.ec-component-board-container-page-wrap .multiple-toggle-tab .el-tabs__nav-scroll .el-tabs__item.is-active{color:#fff;background:var(--board-tab-color)}.ec-component-board-container-page-wrap .multiple-toggle-tab .el-tabs__nav-scroll .el-tabs__nav{gap:10px}.ec-component-board-container-page-wrap.east .custom-label,.ec-component-board-container-page-wrap.west .custom-label{display:flex;width:100%;min-height:0;letter-spacing:5px;writing-mode:vertical-lr}.ec-component-board-container-page-wrap.east{flex-direction:row-reverse;right:0;box-shadow:-0.1rem 0 .7rem .1rem rgba(64,72,191,.3);border-radius:2px 0 0}.ec-component-board-container-page-wrap.east .ec-component-board-container-page-wrap__layout{display:flex;flex-direction:row-reverse;align-items:flex-start}.ec-component-board-container-page-wrap.east .board--wing{z-index:1;box-shadow:-8px 0 10px 0 rgba(64,72,191,.2);transform:translate(-100%, -50%);top:50%;left:0;clip-path:polygon(0 18%, 100% 0, 100% 100%, 0 82%)}.ec-component-board-container-page-wrap.east .board--wing .app-iconify{transform:translateY(-50%) rotate(0deg);top:50%;right:-2px}.ec-component-board-container-page-wrap.east.minify .board--wing .app-iconify{transform:rotate(180deg) translateY(50%)}.ec-component-board-container-page-wrap.west{flex-direction:row-reverse;left:0;box-shadow:-0.1rem 0 .7rem .1rem rgba(64,72,191,.3);border-radius:0 2px 0 0}.ec-component-board-container-page-wrap.west .board--wing{z-index:1;box-shadow:-8px 0 10px 0 rgba(64,72,191,.2);transform:translate(100%, -50%);top:50%;right:0;clip-path:polygon(0 0, 100% 18%, 100% 82%, 0% 100%)}.ec-component-board-container-page-wrap.west .board--wing .app-iconify{transform:translateY(-50%) rotate(180deg);top:50%;left:-2px}.ec-component-board-container-page-wrap.west.minify .board--wing .app-iconify{transform:translateY(-50%) rotate(0deg)}.ec-component-board-container-page-wrap.full{flex-direction:row-reverse;right:0;left:0;box-shadow:-0.1rem 0 .7rem .1rem rgba(64,72,191,.3)}.ec-component-board-container-page-wrap.full .board--wing{display:none;top:-30px;left:calc(50% - 70px);z-index:1;width:140px;height:30px;box-shadow:0 -8px 10px 0 rgba(64,72,191,.2);border-radius:10px 10px 0 0}.ec-component-board-container-page-wrap.full.minify{transform:translateY(100%)}.ec-component-board-container-page-wrap.top{top:0px;box-shadow:-0.1rem 0 .7rem .1rem rgba(64,72,191,.3)}.ec-component-board-container-page-wrap.top .ec-component-board-container-page-wrap__layout{display:flex;flex-direction:column}.ec-component-board-container-page-wrap.top .board--wing{height:18px;width:80px;z-index:1;box-shadow:-8px 0 10px 0 rgba(64,72,191,.2);transform:translate(50%, 100%);right:50%;bottom:0px;clip-path:polygon(0% 18%, 100% 18%, 82% 100%, 18% 100%)}.ec-component-board-container-page-wrap.top .board--wing .app-iconify{transform:translateX(-50%) rotate(270deg);left:50%;top:-2px}.ec-component-board-container-page-wrap.top.minify .board--wing .app-iconify{transform:translateX(-50%) rotate(90deg)}.ec-component-board-container-page-wrap.south{bottom:0px;box-shadow:-0.1rem 0 .7rem .1rem rgba(64,72,191,.3)}.ec-component-board-container-page-wrap.south .ec-component-board-container-page-wrap__layout{display:flex;flex-direction:column}.ec-component-board-container-page-wrap.south .board--panels .board--panel-container{position:inherit;padding:0}.ec-component-board-container-page-wrap.south .board--wing{height:18px;width:80px;z-index:1;box-shadow:-8px 0 10px 0 rgba(64,72,191,.2);transform:translate(50%, -100%);right:50%;top:0px;clip-path:polygon(18% 18%, 82% 18%, 100% 100%, 0% 100%)}.ec-component-board-container-page-wrap.south .board--wing .app-iconify{transform:translateX(-50%) rotate(90deg);left:50%;top:-2px}.ec-component-board-container-page-wrap.south.minify .board--wing .app-iconify{transform:translateX(-50%) rotate(270deg)}.custom-month-range .el-month-table .current .cell{background-color:var(--el-color-primary);color:#fff !important}.ec-component-svg-icon{display:inline-block;overflow:hidden;vertical-align:-0.15em;fill:currentColor}.svg-icon-spin{animation:loadingCircle 1s infinite linear}.app-iconify{display:inline-block;vertical-align:middle}.app-iconify-spin svg{animation:loadingCircle 1s infinite linear}span.iconify{display:block;min-width:1em;min-height:1em;background-color:rgba(225,223,223,.55);border-radius:100%}.ec-component-input-password :deep(.el-input__clear){margin-left:5px}.ec-component-input-password__bar{background-color:var(--el-text-color-disabled);border-radius:var(--el-border-radius-base)}.ec-component-input-password__bar::before,.ec-component-input-password__bar::after{position:absolute;z-index:10;display:block;width:20%;height:inherit;background-color:rgba(0,0,0,0);border-color:var(--el-color-white);border-style:solid;border-width:0 5px;content:""}.ec-component-input-password__bar::before{left:20%}.ec-component-input-password__bar::after{right:20%}.ec-component-input-password__bar--fill{position:absolute;width:0;height:inherit;background-color:rgba(0,0,0,0);border-radius:inherit;transition:width .5s ease-in-out,background .25s}.ec-component-input-password__bar--fill[data-score="0"]{width:20%;background-color:var(--el-color-danger)}.ec-component-input-password__bar--fill[data-score="1"]{width:40%;background-color:var(--el-color-danger)}.ec-component-input-password__bar--fill[data-score="2"]{width:60%;background-color:var(--el-color-warning)}.ec-component-input-password__bar--fill[data-score="3"]{width:80%;background-color:var(--el-color-success)}.ec-component-input-password__bar--fill[data-score="4"]{width:100%;background-color:var(--el-color-success)}.ec-component-input-password--mini>.ec-component-input-password__bar{border-radius:var(--el-border-radius-small)}.component.modal{--ec-modal-border-radius: 0.3rem;position:fixed}.component.modal.maximum .modal--body,.component.modal.maximum,.component.modal.modally,.component.modal.modally.maximum .modal--body{top:0 !important;left:0 !important;width:100% !important;height:100% !important}.component.modal.modally:before{content:"";display:block;position:absolute;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:-1}.component.modal .modal--body{display:flex;flex:1;border-radius:var(--ec-modal-border-radius);background:rgba(0,0,0,0);box-shadow:.1rem .1rem 1.5rem .1rem rgba(64,72,191,.3)}.component.modal.modally .modal--body{position:absolute}.component.modal .modal--content{position:relative;flex:1;display:flex;background:#fff;flex-direction:column}.component-modal-page-wrap{display:flex;flex-direction:column;min-height:0}.component-modal-page-wrap .component-modal-body{height:100%;width:100%;display:flex;flex-direction:column;min-height:0}.component-modal-page-wrap .component-modal-body .component-modal-header{position:relative;width:100%;height:40px;min-height:40px}.component-modal-page-wrap .component-modal-body .component-modal-header .modal-header-main-container-wrap{width:100%;height:100%;overflow:hidden;display:flex;align-items:center}.component-modal-page-wrap .component-modal-body .component-modal-header .modal-header-right-control-wrap{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-right:10px}.component-modal-page-wrap .component-modal-body .component-modal-content{flex:1;height:100%}.component-modal-page-wrap .component-modal-body .component-modal-footer{display:flex;justify-content:center;padding:10px 0}.window--enter-active{animation:animate-window-enter-active 200ms cubic-bezier(0.39, 0.575, 0.565, 1) both}.window--leave-active{animation:animate-window-leave-active 200ms cubic-bezier(0.39, 0.575, 0.565, 1) both}@keyframes animate-window-enter-active{0%{transform:scale(0.5);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes animate-window-leave-active{0%{transform:scale(1);opacity:1}100%{transform:scale(0.5);opacity:0}}.component.stateful{position:relative;flex:1}.component.stateful .stateful--content{display:flex;position:absolute;width:100%;height:100%;left:0;top:0}.component.stateful .stateful--content.cover{filter:blur(1.25px)}.component.stateful .stateful--cover{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center}.component.stateful .stateful--cover .cover--icon{margin-right:10px}.component.stateful .stateful--cover .cover--box{display:flex;align-items:center;justify-content:center;padding:50px 70px;border-radius:.8rem;box-shadow:.1rem .1rem 1.5rem .1rem rgba(64,72,191,.15);position:relative;overflow:hidden;width:auto;height:auto}.component.stateful .stateful--cover .cover--text{font-size:20px;margin-bottom:2px;font-weight:400;text-shadow:0 0 rgba(64,72,191,.3)}.ec-chart-toolbox-wrap{height:100%;width:100%;min-height:0;min-width:0}.ec-chart-toolbox-wrap .tools-container{min-height:0;display:flex;justify-content:flex-end;cursor:pointer;right:0px;top:0px;gap:10px;z-index:9999}.ec-chart-toolbox-wrap .tools-container .app-iconify{cursor:pointer !important;transition:all .5s ease}.ec-chart-toolbox-wrap .tools-container .app-iconify:hover{transition:all .5s ease;box-shadow:0px 1px 10px 0px rgba(0,0,0,.05),0px 4px 5px 0px rgba(0,0,0,.08),0px 2px 4px -1px rgba(0,0,0,.12)}.wrap-el{position:relative;float:left;width:100%;height:100%;overflow:hidden}.video-player-toolbar{color:#fff;position:absolute;left:0;right:0;bottom:0;height:30px;background:rgba(0,0,0,.5);display:flex;align-items:center;gap:10px;justify-content:flex-end;padding:0px 12px;z-index:1000}.video-player-toolbar .app-iconify{cursor:pointer}.component.node-axis{position:relative}.component.node-axis .node-axis--overlay{top:0;left:0;position:absolute;background:rgba(0,0,0,.7);backdrop-filter:blur(10px);box-shadow:0 0 5px 1px rgba(0,0,0,.5);color:#fff;padding:5px;font-size:14px;letter-spacing:1px;display:flex;align-items:center;justify-content:center;border-radius:3px;word-break:keep-all;white-space:nowrap;transition:all 80ms linear;opacity:0}:deep(.el-descriptions__header){display:none !important}:deep(.ec-descriptions-component-label){width:150px !important}.ec-descriptions-component__default .item{padding:8px 11px;font-size:14px}.ec-descriptions-component__default .ec-descriptions-component-content{padding:8px 1px}.ec-descriptions-component__small .item{padding:4px 7px;font-size:12px}.ec-descriptions-component__small .ec-descriptions-component-content{padding:5px 1px}.ec-descriptions-component__large .item{padding:12px 15px;font-size:16px}.ec-descriptions-component__large .ec-descriptions-component-content{padding:10px 1px}.ec-descriptions-component-header__default{font-size:16px;height:32px}.ec-descriptions-component-header__small{font-size:14px;height:32px}.ec-descriptions-component-header__large{font-size:18px;height:40px}.ec-descriptions-component-header__title::after{position:absolute;top:3px;left:-10px;width:4px;height:70%;background:var(--el-color-primary);content:""}
|
|
5
|
+
日期:2025-05-15 16:24:31
|
|
6
|
+
*/.ec-component-board-container-page-wrap{position:fixed;z-index:100;background:#fff;transition:transform 200ms ease-in-out}.ec-component-board-container-page-wrap .r-dot{background:rgba(0,0,0,.21);border-radius:6px;color:#f2f2f2;display:flex;align-items:center;justify-content:center}.ec-component-board-container-page-wrap .r-dot.r-l-dot,.ec-component-board-container-page-wrap .r-dot.r-r-dot{height:30px !important;top:50% !important;transform:translateY(-50%)}.ec-component-board-container-page-wrap .r-dot.r-l-dot:before,.ec-component-board-container-page-wrap .r-dot.r-r-dot:before{content:"";height:70%;border-left:2px dotted rgba(0,0,0,.36);box-sizing:border-box}.ec-component-board-container-page-wrap .r-dot.r-t-dot,.ec-component-board-container-page-wrap .r-dot.r-b-dot{width:30px !important;left:50% !important;transform:translateX(-50%)}.ec-component-board-container-page-wrap .r-dot.r-t-dot:before,.ec-component-board-container-page-wrap .r-dot.r-b-dot:before{content:"";width:70%;border-top:2px dotted rgba(0,0,0,.36);box-sizing:border-box}.ec-component-board-container-page-wrap .board--wing{position:absolute !important;z-index:1;width:18px;height:80px;border-radius:2px;background:rgba(3,19,78,.12);backdrop-filter:blur(2px);box-shadow:2px 1px 1px 0px rgba(0,0,0,.3),-2px -2px 2px 0px #fff;cursor:pointer}.ec-component-board-container-page-wrap .board--wing .app-iconify{position:absolute;top:50%;right:0;font-weight:bolder;color:#fff;transform-origin:50% 50%;max-width:fit-content;max-height:fit-content}.ec-component-board-container-page-wrap .multiple-toggle-tab .el-tabs__nav-wrap::after{display:none}.ec-component-board-container-page-wrap .multiple-toggle-tab .el-tabs__nav-scroll .el-tabs__active-bar{display:none;width:0;height:0}.ec-component-board-container-page-wrap .multiple-toggle-tab .el-tabs__nav-scroll .el-tabs__item{height:auto;padding:10px;color:var(--board-tab-color);background:#eee}.ec-component-board-container-page-wrap .multiple-toggle-tab .el-tabs__nav-scroll .el-tabs__item.is-active{color:#fff;background:var(--board-tab-color)}.ec-component-board-container-page-wrap .multiple-toggle-tab .el-tabs__nav-scroll .el-tabs__nav{gap:10px}.ec-component-board-container-page-wrap.east .custom-label,.ec-component-board-container-page-wrap.west .custom-label{display:flex;width:100%;min-height:0;letter-spacing:5px;writing-mode:vertical-lr}.ec-component-board-container-page-wrap.east{flex-direction:row-reverse;right:0;box-shadow:-0.1rem 0 .7rem .1rem rgba(64,72,191,.3);border-radius:2px 0 0}.ec-component-board-container-page-wrap.east .ec-component-board-container-page-wrap__layout{display:flex;flex-direction:row-reverse;align-items:flex-start}.ec-component-board-container-page-wrap.east .board--wing{z-index:1;box-shadow:-8px 0 10px 0 rgba(64,72,191,.2);transform:translate(-100%, -50%);top:50%;left:0;clip-path:polygon(0 18%, 100% 0, 100% 100%, 0 82%)}.ec-component-board-container-page-wrap.east .board--wing .app-iconify{transform:translateY(-50%) rotate(0deg);top:50%;right:-2px}.ec-component-board-container-page-wrap.east.minify .board--wing .app-iconify{transform:rotate(180deg) translateY(50%)}.ec-component-board-container-page-wrap.west{flex-direction:row-reverse;left:0;box-shadow:-0.1rem 0 .7rem .1rem rgba(64,72,191,.3);border-radius:0 2px 0 0}.ec-component-board-container-page-wrap.west .board--wing{z-index:1;box-shadow:-8px 0 10px 0 rgba(64,72,191,.2);transform:translate(100%, -50%);top:50%;right:0;clip-path:polygon(0 0, 100% 18%, 100% 82%, 0% 100%)}.ec-component-board-container-page-wrap.west .board--wing .app-iconify{transform:translateY(-50%) rotate(180deg);top:50%;left:-2px}.ec-component-board-container-page-wrap.west.minify .board--wing .app-iconify{transform:translateY(-50%) rotate(0deg)}.ec-component-board-container-page-wrap.full{flex-direction:row-reverse;right:0;left:0;box-shadow:-0.1rem 0 .7rem .1rem rgba(64,72,191,.3)}.ec-component-board-container-page-wrap.full .board--wing{display:none;top:-30px;left:calc(50% - 70px);z-index:1;width:140px;height:30px;box-shadow:0 -8px 10px 0 rgba(64,72,191,.2);border-radius:10px 10px 0 0}.ec-component-board-container-page-wrap.full.minify{transform:translateY(100%)}.ec-component-board-container-page-wrap.top{top:0px;box-shadow:-0.1rem 0 .7rem .1rem rgba(64,72,191,.3)}.ec-component-board-container-page-wrap.top .ec-component-board-container-page-wrap__layout{display:flex;flex-direction:column}.ec-component-board-container-page-wrap.top .board--wing{height:18px;width:80px;z-index:1;box-shadow:-8px 0 10px 0 rgba(64,72,191,.2);transform:translate(50%, 100%);right:50%;bottom:0px;clip-path:polygon(0% 18%, 100% 18%, 82% 100%, 18% 100%)}.ec-component-board-container-page-wrap.top .board--wing .app-iconify{transform:translateX(-50%) rotate(270deg);left:50%;top:-2px}.ec-component-board-container-page-wrap.top.minify .board--wing .app-iconify{transform:translateX(-50%) rotate(90deg)}.ec-component-board-container-page-wrap.south{bottom:0px;box-shadow:-0.1rem 0 .7rem .1rem rgba(64,72,191,.3)}.ec-component-board-container-page-wrap.south .ec-component-board-container-page-wrap__layout{display:flex;flex-direction:column}.ec-component-board-container-page-wrap.south .board--panels .board--panel-container{position:inherit;padding:0}.ec-component-board-container-page-wrap.south .board--wing{height:18px;width:80px;z-index:1;box-shadow:-8px 0 10px 0 rgba(64,72,191,.2);transform:translate(50%, -100%);right:50%;top:0px;clip-path:polygon(18% 18%, 82% 18%, 100% 100%, 0% 100%)}.ec-component-board-container-page-wrap.south .board--wing .app-iconify{transform:translateX(-50%) rotate(90deg);left:50%;top:-2px}.ec-component-board-container-page-wrap.south.minify .board--wing .app-iconify{transform:translateX(-50%) rotate(270deg)}.custom-month-range .el-month-table .current .cell{background-color:var(--el-color-primary);color:#fff !important}.ec-component-svg-icon{display:inline-block;overflow:hidden;vertical-align:-0.15em;fill:currentColor}.svg-icon-spin{animation:loadingCircle 1s infinite linear}.app-iconify{display:inline-block;vertical-align:middle}.app-iconify-spin svg{animation:loadingCircle 1s infinite linear}span.iconify{display:block;min-width:1em;min-height:1em;background-color:rgba(225,223,223,.55);border-radius:100%}.ec-component-input-password :deep(.el-input__clear){margin-left:5px}.ec-component-input-password__bar{background-color:var(--el-text-color-disabled);border-radius:var(--el-border-radius-base)}.ec-component-input-password__bar::before,.ec-component-input-password__bar::after{position:absolute;z-index:10;display:block;width:20%;height:inherit;background-color:rgba(0,0,0,0);border-color:var(--el-color-white);border-style:solid;border-width:0 5px;content:""}.ec-component-input-password__bar::before{left:20%}.ec-component-input-password__bar::after{right:20%}.ec-component-input-password__bar--fill{position:absolute;width:0;height:inherit;background-color:rgba(0,0,0,0);border-radius:inherit;transition:width .5s ease-in-out,background .25s}.ec-component-input-password__bar--fill[data-score="0"]{width:20%;background-color:var(--el-color-danger)}.ec-component-input-password__bar--fill[data-score="1"]{width:40%;background-color:var(--el-color-danger)}.ec-component-input-password__bar--fill[data-score="2"]{width:60%;background-color:var(--el-color-warning)}.ec-component-input-password__bar--fill[data-score="3"]{width:80%;background-color:var(--el-color-success)}.ec-component-input-password__bar--fill[data-score="4"]{width:100%;background-color:var(--el-color-success)}.ec-component-input-password--mini>.ec-component-input-password__bar{border-radius:var(--el-border-radius-small)}.component.modal{--ec-modal-border-radius: 0.3rem;position:fixed}.component.modal.minimized{height:0 !important;width:0 !important;overflow:hidden}.component.modal.maximum .modal--body,.component.modal.maximum,.component.modal.modally,.component.modal.modally.maximum .modal--body{top:0 !important;left:0 !important;width:100% !important;height:100% !important}.component.modal.modally:before{content:"";display:block;position:absolute;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:-1}.component.modal .modal--body{display:flex;flex:1;border-radius:var(--ec-modal-border-radius);background:rgba(0,0,0,0);box-shadow:.1rem .1rem 1.5rem .1rem rgba(64,72,191,.3)}.component.modal.modally .modal--body{position:absolute}.component.modal .modal--content{position:relative;flex:1;display:flex;background:#fff;flex-direction:column}.component-modal-page-wrap{display:flex;flex-direction:column;min-height:0}.component-modal-page-wrap .component-modal-body{height:100%;width:100%;display:flex;flex-direction:column;min-height:0}.component-modal-page-wrap .component-modal-body .component-modal-header{position:relative;width:100%;height:40px;min-height:40px}.component-modal-page-wrap .component-modal-body .component-modal-header .modal-header-main-container-wrap{width:100%;height:100%;overflow:hidden;display:flex;align-items:center}.component-modal-page-wrap .component-modal-body .component-modal-header .modal-header-right-control-wrap{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-right:10px}.component-modal-page-wrap .component-modal-body .component-modal-content{flex:1;height:100%}.component-modal-page-wrap .component-modal-body .component-modal-footer{position:absolute;bottom:0;left:0;right:0;height:40px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 12px rgba(0,0,0,.12)}.window--enter-active{animation:animate-window-enter-active 200ms cubic-bezier(0.39, 0.575, 0.565, 1) both}.window--leave-active{animation:animate-window-leave-active 200ms cubic-bezier(0.39, 0.575, 0.565, 1) both}@keyframes animate-window-enter-active{0%{transform:scale(0.5);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes animate-window-leave-active{0%{transform:scale(1);opacity:1}100%{transform:scale(0.5);opacity:0}}.component.stateful{position:relative;flex:1}.component.stateful .stateful--content{display:flex;position:absolute;width:100%;height:100%;left:0;top:0}.component.stateful .stateful--content.cover{filter:blur(1.25px)}.component.stateful .stateful--cover{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center}.component.stateful .stateful--cover .cover--icon{margin-right:10px}.component.stateful .stateful--cover .cover--box{display:flex;align-items:center;justify-content:center;padding:50px 70px;border-radius:.8rem;box-shadow:.1rem .1rem 1.5rem .1rem rgba(64,72,191,.15);position:relative;overflow:hidden;width:auto;height:auto}.component.stateful .stateful--cover .cover--text{font-size:20px;margin-bottom:2px;font-weight:400;text-shadow:0 0 rgba(64,72,191,.3)}.ec-chart-toolbox-wrap{height:100%;width:100%;min-height:0;min-width:0}.ec-chart-toolbox-wrap .tools-container{min-height:0;display:flex;justify-content:flex-end;cursor:pointer;right:0px;top:0px;gap:10px;z-index:9999}.ec-chart-toolbox-wrap .tools-container .app-iconify{cursor:pointer !important;transition:all .5s ease}.ec-chart-toolbox-wrap .tools-container .app-iconify:hover{transition:all .5s ease;box-shadow:0px 1px 10px 0px rgba(0,0,0,.05),0px 4px 5px 0px rgba(0,0,0,.08),0px 2px 4px -1px rgba(0,0,0,.12)}.wrap-el{position:relative;float:left;width:100%;height:100%;overflow:hidden}.video-player-toolbar{color:#fff;position:absolute;left:0;right:0;bottom:0;height:30px;background:rgba(0,0,0,.5);display:flex;align-items:center;gap:10px;justify-content:flex-end;padding:0px 12px;z-index:1000}.video-player-toolbar .app-iconify{cursor:pointer}.component.node-axis{position:relative}.component.node-axis .node-axis--overlay{top:0;left:0;position:absolute;background:rgba(0,0,0,.7);backdrop-filter:blur(10px);box-shadow:0 0 5px 1px rgba(0,0,0,.5);color:#fff;padding:5px;font-size:14px;letter-spacing:1px;display:flex;align-items:center;justify-content:center;border-radius:3px;word-break:keep-all;white-space:nowrap;transition:all 80ms linear;opacity:0}:deep(.el-descriptions__header){display:none !important}:deep(.ec-descriptions-component-label){width:150px !important}.ec-descriptions-component__default .item{padding:8px 11px;font-size:14px}.ec-descriptions-component__default .ec-descriptions-component-content{padding:8px 1px}.ec-descriptions-component__small .item{padding:4px 7px;font-size:12px}.ec-descriptions-component__small .ec-descriptions-component-content{padding:5px 1px}.ec-descriptions-component__large .item{padding:12px 15px;font-size:16px}.ec-descriptions-component__large .ec-descriptions-component-content{padding:10px 1px}.ec-descriptions-component-header__default{font-size:16px;height:32px}.ec-descriptions-component-header__small{font-size:14px;height:32px}.ec-descriptions-component-header__large{font-size:18px;height:40px}.ec-descriptions-component-header__title::after{position:absolute;top:3px;left:-10px;width:4px;height:70%;background:var(--el-color-primary);content:""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dfsj/components",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.1-alpha.2",
|
|
4
4
|
"description": "通用的vue组件;包括专业组件、原子级组件",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"build": "rollup --config ./rollup.config.ts --configPlugin typescript"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@dfsj/echarts": "
|
|
30
|
+
"@dfsj/echarts": "workspace:^",
|
|
31
31
|
"@dfsj/rollup": "workspace:^",
|
|
32
|
-
"@dfsj/utils": "
|
|
32
|
+
"@dfsj/utils": "workspace:^",
|
|
33
33
|
"@types/lodash-es": "^4.17.12",
|
|
34
34
|
"@types/node": "^20.11.3",
|
|
35
35
|
"@unocss/transformer-variant-group": "^0.65.3",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"vue-types": "^5.1.3",
|
|
57
57
|
"zrender": "^5.5.0"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "546649711e5f511b6efc6e684f20b267d5ca290d",
|
|
60
60
|
"module": "dist/index.js",
|
|
61
61
|
"browser": "dist/index.js",
|
|
62
62
|
"types": "dist/index.d.ts",
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
-
tag: import("vue-types").VueTypeValidableDef<string, import("vue-types/dist/types").ValidatorFunction<string>> & {
|
|
4
|
-
default: string;
|
|
5
|
-
} & {
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
keys: {
|
|
9
|
-
type: PropType<string[]>;
|
|
10
|
-
default: () => any[];
|
|
11
|
-
};
|
|
12
|
-
color: import("vue-types").VueTypeValidableDef<string, import("vue-types/dist/types").ValidatorFunction<string>> & {
|
|
13
|
-
default: string;
|
|
14
|
-
} & {
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
|
-
[key: string]: any;
|
|
19
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
-
tag: import("vue-types").VueTypeValidableDef<string, import("vue-types/dist/types").ValidatorFunction<string>> & {
|
|
21
|
-
default: string;
|
|
22
|
-
} & {
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
keys: {
|
|
26
|
-
type: PropType<string[]>;
|
|
27
|
-
default: () => any[];
|
|
28
|
-
};
|
|
29
|
-
color: import("vue-types").VueTypeValidableDef<string, import("vue-types/dist/types").ValidatorFunction<string>> & {
|
|
30
|
-
default: string;
|
|
31
|
-
} & {
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
}>> & Readonly<{
|
|
35
|
-
onClick?: (...args: any[]) => any;
|
|
36
|
-
}>, {
|
|
37
|
-
keys: string[];
|
|
38
|
-
tag: string;
|
|
39
|
-
color: string;
|
|
40
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
|
-
export default _default;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import NodeRender from "./NodeRender";
|
|
2
|
-
export default class BCanvasNodeRender extends NodeRender {
|
|
3
|
-
protected canvas: HTMLCanvasElement;
|
|
4
|
-
protected context: CanvasRenderingContext2D;
|
|
5
|
-
protected overlay: HTMLElement;
|
|
6
|
-
protected cache: any;
|
|
7
|
-
protected onMouseWheel(event: WheelEvent): void;
|
|
8
|
-
protected onMouseMove(event: MouseEvent): void;
|
|
9
|
-
protected onMouseLeave(event: any): void;
|
|
10
|
-
protected onMouseDown(event: any): void;
|
|
11
|
-
protected onMouseUp(event: any): void;
|
|
12
|
-
protected showOverlay(index: number): any;
|
|
13
|
-
initialize(container: HTMLElement, accept: Function): void;
|
|
14
|
-
resize(): void;
|
|
15
|
-
reset(): void;
|
|
16
|
-
dataChange(): void;
|
|
17
|
-
dispose(): void;
|
|
18
|
-
render(index?: number): void;
|
|
19
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { PropType } from "vue";
|
|
2
|
-
import NodeRender from "./NodeRender";
|
|
3
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
render: PropType<NodeRender>;
|
|
5
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6
|
-
[key: string]: any;
|
|
7
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:frame"[], "update:frame", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
render: PropType<NodeRender>;
|
|
9
|
-
}>> & Readonly<{
|
|
10
|
-
"onUpdate:frame"?: (...args: any[]) => any;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "./index.scss";
|
/package/dist/components/{src/components/ClickOutSide → ClickOutSide}/src/ClickOutSide.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|