z-ui-pc 0.4.0 → 0.4.1
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/dist/components.d.ts +6 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/components.d.ts
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import type {
|
|
2
2
|
ZAutoTooltip,
|
|
3
|
+
ZCircleText,
|
|
3
4
|
ZClassifyTitle,
|
|
4
5
|
ZEmpty,
|
|
5
6
|
ZForm,
|
|
7
|
+
ZPlusBold,
|
|
8
|
+
ZShowToTags,
|
|
6
9
|
ZTable,
|
|
7
10
|
ZTableLinkButton,
|
|
8
11
|
ZTipsFormItem,
|
|
@@ -17,5 +20,8 @@ declare module "vue" {
|
|
|
17
20
|
ZTable: typeof ZTable;
|
|
18
21
|
ZTableLinkButton: typeof ZTableLinkButton;
|
|
19
22
|
ZTipsFormItem: typeof ZTipsFormItem;
|
|
23
|
+
ZCircleText: typeof ZCircleText;
|
|
24
|
+
ZShowToTags: typeof ZShowToTags;
|
|
25
|
+
ZPlusBold: typeof ZPlusBold;
|
|
20
26
|
}
|
|
21
27
|
}
|
package/dist/index.js
CHANGED
|
@@ -4877,7 +4877,7 @@ const st = (t) => typeof t == "boolean" ? t ? "left" : void 0 : t, cl = (t) => {
|
|
|
4877
4877
|
}, Hl = (t) => ({
|
|
4878
4878
|
...Ll,
|
|
4879
4879
|
...t ?? {}
|
|
4880
|
-
}), Ul = "0.4.
|
|
4880
|
+
}), Ul = "0.4.1", Ql = {
|
|
4881
4881
|
version: Ul
|
|
4882
4882
|
};
|
|
4883
4883
|
function rr(t, e, o) {
|