@varlet/ui 2.18.2-alpha.1698728560863 → 2.18.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/es/countdown/countdown.css +1 -1
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/option/option.css +1 -1
- package/es/snackbar/style/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/utils/components.mjs +6 -67
- package/es/varlet.esm.js +2817 -2812
- package/highlight/web-types.en-US.json +11 -11
- package/highlight/web-types.zh-CN.json +11 -11
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +68 -64
- package/package.json +7 -7
- package/umd/varlet.js +6 -6
|
@@ -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.18.2
|
|
4
|
+
"version": "2.18.2",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"attributes": [
|
|
420
420
|
{
|
|
421
421
|
"name": "target",
|
|
422
|
-
"description": "The target to trigger scroll. If it is undefined
|
|
422
|
+
"description": "The target to trigger scroll. If it is `undefined`, back top will listen to the nearest scrollable parent.",
|
|
423
423
|
"default": "-",
|
|
424
424
|
"value": {
|
|
425
425
|
"type": "string | HTMLElement",
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
{
|
|
439
439
|
"name": "bottom",
|
|
440
440
|
"description": "Distance between `BackTop` and page bottom",
|
|
441
|
-
"default": "
|
|
441
|
+
"default": "-",
|
|
442
442
|
"value": {
|
|
443
443
|
"type": "string | number",
|
|
444
444
|
"kind": "expression"
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
{
|
|
448
448
|
"name": "right",
|
|
449
449
|
"description": "Distance between `BackTop` and page right",
|
|
450
|
-
"default": "
|
|
450
|
+
"default": "-",
|
|
451
451
|
"value": {
|
|
452
452
|
"type": "string | number",
|
|
453
453
|
"kind": "expression"
|
|
@@ -4598,7 +4598,7 @@
|
|
|
4598
4598
|
{
|
|
4599
4599
|
"name": "ripple",
|
|
4600
4600
|
"description": "Whether to enable ripple effect",
|
|
4601
|
-
"default": "
|
|
4601
|
+
"default": "false",
|
|
4602
4602
|
"value": {
|
|
4603
4603
|
"type": "boolean",
|
|
4604
4604
|
"kind": "expression"
|
|
@@ -5736,7 +5736,7 @@
|
|
|
5736
5736
|
{
|
|
5737
5737
|
"name": "title-width",
|
|
5738
5738
|
"description": "Title Width",
|
|
5739
|
-
"default": "
|
|
5739
|
+
"default": "-",
|
|
5740
5740
|
"value": {
|
|
5741
5741
|
"type": "string | number",
|
|
5742
5742
|
"kind": "expression"
|
|
@@ -5745,7 +5745,7 @@
|
|
|
5745
5745
|
{
|
|
5746
5746
|
"name": "card-height",
|
|
5747
5747
|
"description": "Card Height",
|
|
5748
|
-
"default": "
|
|
5748
|
+
"default": "-",
|
|
5749
5749
|
"value": {
|
|
5750
5750
|
"type": "string | number",
|
|
5751
5751
|
"kind": "expression"
|
|
@@ -5754,7 +5754,7 @@
|
|
|
5754
5754
|
{
|
|
5755
5755
|
"name": "avatar-size",
|
|
5756
5756
|
"description": "Avatar size",
|
|
5757
|
-
"default": "
|
|
5757
|
+
"default": "-",
|
|
5758
5758
|
"value": {
|
|
5759
5759
|
"type": "string | number",
|
|
5760
5760
|
"kind": "expression"
|
|
@@ -6592,7 +6592,7 @@
|
|
|
6592
6592
|
{
|
|
6593
6593
|
"name": "color",
|
|
6594
6594
|
"description": "Background color when open",
|
|
6595
|
-
"default": "
|
|
6595
|
+
"default": "-",
|
|
6596
6596
|
"value": {
|
|
6597
6597
|
"type": "string",
|
|
6598
6598
|
"kind": "expression"
|
|
@@ -6601,7 +6601,7 @@
|
|
|
6601
6601
|
{
|
|
6602
6602
|
"name": "close-color",
|
|
6603
6603
|
"description": "Background color when close",
|
|
6604
|
-
"default": "
|
|
6604
|
+
"default": "-",
|
|
6605
6605
|
"value": {
|
|
6606
6606
|
"type": "string",
|
|
6607
6607
|
"kind": "expression"
|
|
@@ -6610,7 +6610,7 @@
|
|
|
6610
6610
|
{
|
|
6611
6611
|
"name": "loading-color",
|
|
6612
6612
|
"description": "Color of loading icon",
|
|
6613
|
-
"default": "
|
|
6613
|
+
"default": "-",
|
|
6614
6614
|
"value": {
|
|
6615
6615
|
"type": "string",
|
|
6616
6616
|
"kind": "expression"
|
|
@@ -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.18.2
|
|
4
|
+
"version": "2.18.2",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"attributes": [
|
|
420
420
|
{
|
|
421
421
|
"name": "target",
|
|
422
|
-
"description": "触发滚动的对象,如果为 undefined 会监听距离最近的一个可滚动的祖先节点",
|
|
422
|
+
"description": "触发滚动的对象,如果为 `undefined` 会监听距离最近的一个可滚动的祖先节点",
|
|
423
423
|
"default": "-",
|
|
424
424
|
"value": {
|
|
425
425
|
"type": "string | HTMLElement",
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
{
|
|
439
439
|
"name": "bottom",
|
|
440
440
|
"description": "`BackTop` 距离页面底部的距离",
|
|
441
|
-
"default": "
|
|
441
|
+
"default": "-",
|
|
442
442
|
"value": {
|
|
443
443
|
"type": "string | number",
|
|
444
444
|
"kind": "expression"
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
{
|
|
448
448
|
"name": "right",
|
|
449
449
|
"description": "`BackTop` 距离页面右侧的距离",
|
|
450
|
-
"default": "
|
|
450
|
+
"default": "-",
|
|
451
451
|
"value": {
|
|
452
452
|
"type": "string | number",
|
|
453
453
|
"kind": "expression"
|
|
@@ -4766,7 +4766,7 @@
|
|
|
4766
4766
|
{
|
|
4767
4767
|
"name": "ripple",
|
|
4768
4768
|
"description": "是否启用水波效果",
|
|
4769
|
-
"default": "
|
|
4769
|
+
"default": "false",
|
|
4770
4770
|
"value": {
|
|
4771
4771
|
"type": "boolean",
|
|
4772
4772
|
"kind": "expression"
|
|
@@ -6076,7 +6076,7 @@
|
|
|
6076
6076
|
{
|
|
6077
6077
|
"name": "title-width",
|
|
6078
6078
|
"description": "标题宽度",
|
|
6079
|
-
"default": "
|
|
6079
|
+
"default": "-",
|
|
6080
6080
|
"value": {
|
|
6081
6081
|
"type": "string | number",
|
|
6082
6082
|
"kind": "expression"
|
|
@@ -6085,7 +6085,7 @@
|
|
|
6085
6085
|
{
|
|
6086
6086
|
"name": "card-height",
|
|
6087
6087
|
"description": "卡片高度",
|
|
6088
|
-
"default": "
|
|
6088
|
+
"default": "-",
|
|
6089
6089
|
"value": {
|
|
6090
6090
|
"type": "string | number",
|
|
6091
6091
|
"kind": "expression"
|
|
@@ -6094,7 +6094,7 @@
|
|
|
6094
6094
|
{
|
|
6095
6095
|
"name": "avatar-size",
|
|
6096
6096
|
"description": "头像尺寸",
|
|
6097
|
-
"default": "
|
|
6097
|
+
"default": "-",
|
|
6098
6098
|
"value": {
|
|
6099
6099
|
"type": "string | number",
|
|
6100
6100
|
"kind": "expression"
|
|
@@ -6932,7 +6932,7 @@
|
|
|
6932
6932
|
{
|
|
6933
6933
|
"name": "color",
|
|
6934
6934
|
"description": "打开状态下的颜色",
|
|
6935
|
-
"default": "
|
|
6935
|
+
"default": "-",
|
|
6936
6936
|
"value": {
|
|
6937
6937
|
"type": "string",
|
|
6938
6938
|
"kind": "expression"
|
|
@@ -6941,7 +6941,7 @@
|
|
|
6941
6941
|
{
|
|
6942
6942
|
"name": "loading-color",
|
|
6943
6943
|
"description": "加载图标的颜色",
|
|
6944
|
-
"default": "
|
|
6944
|
+
"default": "-",
|
|
6945
6945
|
"value": {
|
|
6946
6946
|
"type": "string",
|
|
6947
6947
|
"kind": "expression"
|
|
@@ -6950,7 +6950,7 @@
|
|
|
6950
6950
|
{
|
|
6951
6951
|
"name": "close-color",
|
|
6952
6952
|
"description": "关闭状态下的颜色",
|
|
6953
|
-
"default": "
|
|
6953
|
+
"default": "-",
|
|
6954
6954
|
"value": {
|
|
6955
6955
|
"type": "string",
|
|
6956
6956
|
"kind": "expression"
|