@varlet/ui 2.13.0-alpha.1689438329324 → 2.13.0
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/divider/Divider.mjs +33 -24
- package/es/divider/divider.css +1 -1
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/varlet.esm.js +2602 -2604
- package/highlight/web-types.en-US.json +4 -4
- package/highlight/web-types.zh-CN.json +4 -4
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +96 -102
- package/package.json +6 -6
- package/types/divider.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.13.0
|
|
4
|
+
"version": "2.13.0",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -2342,7 +2342,7 @@
|
|
|
2342
2342
|
"attributes": [
|
|
2343
2343
|
{
|
|
2344
2344
|
"name": "inset",
|
|
2345
|
-
"description": "Set the indentation distance, and the number plus or minus sign controls the direction of indentation
|
|
2345
|
+
"description": "Set the indentation distance, and the number plus or minus sign controls the direction of indentation, The default indentation is `72px` when `true` is passed (horizontal mode only)",
|
|
2346
2346
|
"default": "false",
|
|
2347
2347
|
"value": {
|
|
2348
2348
|
"type": "boolean | number | string",
|
|
@@ -2378,7 +2378,7 @@
|
|
|
2378
2378
|
},
|
|
2379
2379
|
{
|
|
2380
2380
|
"name": "description",
|
|
2381
|
-
"description": "The text description of divider",
|
|
2381
|
+
"description": "The text description of divider (horizontal mode only)",
|
|
2382
2382
|
"default": "-",
|
|
2383
2383
|
"value": {
|
|
2384
2384
|
"type": "string",
|
|
@@ -2399,7 +2399,7 @@
|
|
|
2399
2399
|
"slots": [
|
|
2400
2400
|
{
|
|
2401
2401
|
"name": "default",
|
|
2402
|
-
"description": "Custom content of divider"
|
|
2402
|
+
"description": "Custom content of divider (horizontal mode only)"
|
|
2403
2403
|
}
|
|
2404
2404
|
]
|
|
2405
2405
|
},
|
|
@@ -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.13.0
|
|
4
|
+
"version": "2.13.0",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -2501,7 +2501,7 @@
|
|
|
2501
2501
|
"attributes": [
|
|
2502
2502
|
{
|
|
2503
2503
|
"name": "inset",
|
|
2504
|
-
"description": "
|
|
2504
|
+
"description": "设置缩进距离,正负号可控制缩进方向,当传递 `true` 时默认缩进为 `72px`(仅限水平模式)",
|
|
2505
2505
|
"default": "false",
|
|
2506
2506
|
"value": {
|
|
2507
2507
|
"type": "boolean | number | string",
|
|
@@ -2537,7 +2537,7 @@
|
|
|
2537
2537
|
},
|
|
2538
2538
|
{
|
|
2539
2539
|
"name": "description",
|
|
2540
|
-
"description": "
|
|
2540
|
+
"description": "分割线的文字描述(仅限水平模式)",
|
|
2541
2541
|
"default": "-",
|
|
2542
2542
|
"value": {
|
|
2543
2543
|
"type": "string",
|
|
@@ -2558,7 +2558,7 @@
|
|
|
2558
2558
|
"slots": [
|
|
2559
2559
|
{
|
|
2560
2560
|
"name": "default",
|
|
2561
|
-
"description": "
|
|
2561
|
+
"description": "自定义分割线文字描述内容(仅限水平模式)"
|
|
2562
2562
|
}
|
|
2563
2563
|
]
|
|
2564
2564
|
},
|