vue-devui 1.0.0-rc.12 → 1.0.0-rc.13
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/LICENSE +23 -0
- package/README.md +7 -0
- package/auto-complete/index.es.js +3 -2
- package/auto-complete/index.umd.js +7 -7
- package/auto-complete/style.css +1 -1
- package/button/index.es.js +2 -1
- package/button/index.umd.js +1 -1
- package/button/style.css +1 -1
- package/checkbox/index.es.js +1 -1
- package/checkbox/index.umd.js +4 -4
- package/checkbox/style.css +1 -1
- package/date-picker-pro/index.es.js +40 -29
- package/date-picker-pro/index.umd.js +6 -6
- package/date-picker-pro/style.css +1 -1
- package/dropdown/index.es.js +8 -1
- package/editable-select/index.es.js +7 -7
- package/editable-select/index.umd.js +1 -1
- package/form/index.es.js +1 -1
- package/form/index.umd.js +4 -4
- package/icon/index.es.js +2 -1
- package/icon/index.umd.js +1 -1
- package/icon/style.css +1 -1
- package/image-preview/style.css +1 -1
- package/input/index.es.js +3 -2
- package/input/index.umd.js +4 -4
- package/input/style.css +1 -1
- package/input-number/index.es.js +1 -4
- package/input-number/index.umd.js +1 -1
- package/modal/index.es.js +2 -1
- package/modal/index.umd.js +1 -1
- package/modal/style.css +1 -1
- package/notification/index.es.js +29 -32
- package/notification/index.umd.js +1 -1
- package/notification/style.css +1 -1
- package/package.json +1 -1
- package/radio/index.es.js +1 -1
- package/radio/index.umd.js +4 -4
- package/result/index.es.js +2 -1
- package/result/index.umd.js +1 -1
- package/result/style.css +1 -1
- package/search/index.es.js +4 -3
- package/search/index.umd.js +4 -4
- package/search/style.css +1 -1
- package/select/index.es.js +72 -35
- package/select/index.umd.js +14 -14
- package/select/style.css +1 -1
- package/steps/index.es.js +2 -1
- package/steps/index.umd.js +1 -1
- package/steps/style.css +1 -1
- package/style.css +1 -1
- package/switch/index.es.js +1 -1
- package/switch/index.umd.js +4 -4
- package/table/index.es.js +158 -36
- package/table/index.umd.js +14 -14
- package/table/style.css +1 -1
- package/tabs/index.es.js +21 -11
- package/tabs/index.umd.js +1 -1
- package/tabs/style.css +1 -1
- package/textarea/index.es.js +1 -1
- package/textarea/index.umd.js +4 -4
- package/time-picker/index.es.js +42 -28
- package/time-picker/index.umd.js +13 -13
- package/time-picker/style.css +1 -1
- package/time-select/index.es.js +72 -35
- package/time-select/index.umd.js +11 -11
- package/time-select/style.css +1 -1
- package/timeline/index.es.js +2 -1
- package/timeline/index.umd.js +1 -1
- package/timeline/style.css +1 -1
- package/tree/index.es.js +98 -39
- package/tree/index.umd.js +11 -11
- package/tree/style.css +1 -1
- package/upload/index.es.js +29 -32
- package/upload/index.umd.js +1 -1
- package/upload/style.css +1 -1
- package/vue-devui.es.js +406 -172
- package/vue-devui.umd.js +20 -20
package/LICENSE
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2019 - present DevUI.
|
|
4
|
+
Copyright (c) 2019 - present Huawei Technologies Co., Ltd.
|
|
5
|
+
|
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
in the Software without restriction, including without limitation the rights
|
|
9
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
furnished to do so, subject to the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
SOFTWARE.
|
|
23
|
+
|
package/README.md
CHANGED
|
@@ -134,6 +134,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
134
134
|
<td align="center"><a href="https://github.com/daviForevel"><img src="https://avatars.githubusercontent.com/u/39021499?v=4?s=100" width="100px;" alt=""/><br /><sub><b>daviForevel</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=daviForevel" title="Code">💻</a></td>
|
|
135
135
|
<td align="center"><a href="https://github.com/lj1990111"><img src="https://avatars.githubusercontent.com/u/8649913?v=4?s=100" width="100px;" alt=""/><br /><sub><b>lj1990111</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=lj1990111" title="Code">💻</a></td>
|
|
136
136
|
<td align="center"><a href="https://github.com/newer2333"><img src="https://avatars.githubusercontent.com/u/32949033?v=4?s=100" width="100px;" alt=""/><br /><sub><b>newer2333</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=newer2333" title="Code">💻</a></td>
|
|
137
|
+
<td align="center"><a href="https://husky-bear.gitee.io/blob/"><img src="https://avatars.githubusercontent.com/u/50540342?v=4?s=100" width="100px;" alt=""/><br /><sub><b>哈士奇-黄</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Husky-Yellow" title="Code">💻</a></td>
|
|
138
|
+
<td align="center"><a href="http://innei.ren"><img src="https://avatars.githubusercontent.com/u/41265413?v=4?s=100" width="100px;" alt=""/><br /><sub><b>寻</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Innei" title="Code">💻</a></td>
|
|
139
|
+
<td align="center"><a href="https://github.com/aolyang"><img src="https://avatars.githubusercontent.com/u/72056179?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Anthonio OuYang</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=aolyang" title="Code">💻</a></td>
|
|
137
140
|
</tr>
|
|
138
141
|
</table>
|
|
139
142
|
|
|
@@ -144,6 +147,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
144
147
|
|
|
145
148
|
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
|
146
149
|
|
|
150
|
+
## Partner project
|
|
151
|
+
|
|
152
|
+
- [H5-Dooring - 让H5制作,更简单](http://h5.dooring.cn/)
|
|
153
|
+
|
|
147
154
|
## License
|
|
148
155
|
|
|
149
156
|
[MIT](https://github.com/DevCloudFE/vue-devui/blob/dev/LICENSE)
|
|
@@ -7941,7 +7941,7 @@ function useFormItemValidate(props, _rules) {
|
|
|
7941
7941
|
return rule.trigger === triggerVal;
|
|
7942
7942
|
}
|
|
7943
7943
|
}).map((_a) => {
|
|
7944
|
-
var
|
|
7944
|
+
var rule = __objRest(_a, []);
|
|
7945
7945
|
return rule;
|
|
7946
7946
|
});
|
|
7947
7947
|
};
|
|
@@ -8622,7 +8622,8 @@ function useIconDom(props, ctx2) {
|
|
|
8622
8622
|
"class": [(rotate == null ? void 0 : rotate.value) === "infinite" && ns2.m("spin")],
|
|
8623
8623
|
"style": {
|
|
8624
8624
|
width: iconSize.value || "",
|
|
8625
|
-
transform: `rotate(${rotate == null ? void 0 : rotate.value}deg)
|
|
8625
|
+
transform: `rotate(${rotate == null ? void 0 : rotate.value}deg)`,
|
|
8626
|
+
verticalAlign: "middle"
|
|
8626
8627
|
}
|
|
8627
8628
|
}, ctx2.attrs), null);
|
|
8628
8629
|
};
|