@varlet/ui 2.19.2 → 2.19.3
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/es/badge/Badge.mjs +24 -2
- package/es/badge/badge.css +1 -1
- package/es/badge/props.mjs +9 -1
- package/es/collapse/Collapse.mjs +31 -52
- package/es/collapse/provide.mjs +2 -2
- package/es/collapse-item/CollapseItem.mjs +8 -11
- package/es/date-picker/src/day-picker-panel.mjs +3 -2
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/input/Input.mjs +5 -1
- package/es/snackbar/style/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/varlet.esm.js +3876 -3858
- package/highlight/web-types.en-US.json +19 -1
- package/highlight/web-types.zh-CN.json +19 -1
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +218 -207
- package/package.json +7 -7
- package/types/badge.d.ts +2 -0
- package/types/collapse.d.ts +1 -1
- package/umd/varlet.js +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
|
-
"version": "2.19.
|
|
4
|
+
"version": "2.19.3",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -542,6 +542,24 @@
|
|
|
542
542
|
"kind": "expression"
|
|
543
543
|
}
|
|
544
544
|
},
|
|
545
|
+
{
|
|
546
|
+
"name": "offset-x",
|
|
547
|
+
"description": "The horizontal offset of badge",
|
|
548
|
+
"default": "0",
|
|
549
|
+
"value": {
|
|
550
|
+
"type": "number | string",
|
|
551
|
+
"kind": "expression"
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "offset-y",
|
|
556
|
+
"description": "The vertical offset of badge",
|
|
557
|
+
"default": "0",
|
|
558
|
+
"value": {
|
|
559
|
+
"type": "number | string",
|
|
560
|
+
"kind": "expression"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
545
563
|
{
|
|
546
564
|
"name": "color",
|
|
547
565
|
"description": "Custom badge colors",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
|
-
"version": "2.19.
|
|
4
|
+
"version": "2.19.3",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -542,6 +542,24 @@
|
|
|
542
542
|
"kind": "expression"
|
|
543
543
|
}
|
|
544
544
|
},
|
|
545
|
+
{
|
|
546
|
+
"name": "offset-x",
|
|
547
|
+
"description": "徽标的水平偏移量",
|
|
548
|
+
"default": "0",
|
|
549
|
+
"value": {
|
|
550
|
+
"type": "number | string",
|
|
551
|
+
"kind": "expression"
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "offset-y",
|
|
556
|
+
"description": "徽标的垂直偏移量",
|
|
557
|
+
"default": "0",
|
|
558
|
+
"value": {
|
|
559
|
+
"type": "number | string",
|
|
560
|
+
"kind": "expression"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
545
563
|
{
|
|
546
564
|
"name": "color",
|
|
547
565
|
"description": "自定义徽标颜色",
|