@varlet/ui 3.19.2 → 3.20.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/action-sheet/style/index.mjs +1 -1
- package/es/button/Button.mjs +5 -5
- package/es/button/button.css +1 -1
- package/es/data-table/DataTable.mjs +3 -1
- package/es/data-table/usePagination.mjs +5 -0
- package/es/index.bundle.mjs +7 -1
- package/es/index.mjs +6 -1
- package/es/pagination/pagination.css +1 -1
- package/es/shimmer-text/ShimmerText.mjs +33 -0
- package/es/shimmer-text/ShimmerTextSfc.css +0 -0
- package/es/shimmer-text/index.mjs +12 -0
- package/es/shimmer-text/props.mjs +9 -0
- package/es/shimmer-text/shimmerText.css +1 -0
- package/es/shimmer-text/style/index.mjs +3 -0
- package/es/style.mjs +1 -0
- package/es/switch/switch.css +1 -1
- package/es/themes/dark/index.mjs +3 -2
- package/es/themes/dark/shimmerText.mjs +9 -0
- package/es/themes/md3-dark/index.mjs +3 -2
- package/es/themes/md3-dark/shimmerText.mjs +9 -0
- package/es/themes/md3-light/index.mjs +3 -2
- package/es/themes/md3-light/shimmerText.mjs +9 -0
- package/es/varlet.css +1 -1
- package/es/varlet.esm.js +5099 -5047
- package/highlight/web-types.en-US.json +22 -1
- package/highlight/web-types.zh-CN.json +22 -1
- package/lib/varlet.cjs.js +1690 -1587
- package/lib/varlet.css +1 -1
- package/package.json +9 -9
- package/types/dataTable.d.ts +1 -0
- package/types/index.d.ts +2 -0
- package/types/shimmerText.d.ts +22 -0
- package/types/styleVars.d.ts +4 -0
- package/umd/varlet.js +7 -7
|
@@ -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": "3.
|
|
4
|
+
"version": "3.20.0",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -8234,6 +8234,27 @@
|
|
|
8234
8234
|
}
|
|
8235
8235
|
]
|
|
8236
8236
|
},
|
|
8237
|
+
{
|
|
8238
|
+
"name": "var-shimmer-text",
|
|
8239
|
+
"attributes": [
|
|
8240
|
+
{
|
|
8241
|
+
"name": "type",
|
|
8242
|
+
"description": "Type, can be set to `default` `primary` `info` `success` `warning` `danger`",
|
|
8243
|
+
"default": "default",
|
|
8244
|
+
"value": {
|
|
8245
|
+
"type": "string",
|
|
8246
|
+
"kind": "expression"
|
|
8247
|
+
}
|
|
8248
|
+
}
|
|
8249
|
+
],
|
|
8250
|
+
"events": [],
|
|
8251
|
+
"slots": [
|
|
8252
|
+
{
|
|
8253
|
+
"name": "default",
|
|
8254
|
+
"description": "Text content"
|
|
8255
|
+
}
|
|
8256
|
+
]
|
|
8257
|
+
},
|
|
8237
8258
|
{
|
|
8238
8259
|
"name": "var-signature",
|
|
8239
8260
|
"attributes": [
|
|
@@ -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": "3.
|
|
4
|
+
"version": "3.20.0",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -8152,6 +8152,27 @@
|
|
|
8152
8152
|
}
|
|
8153
8153
|
]
|
|
8154
8154
|
},
|
|
8155
|
+
{
|
|
8156
|
+
"name": "var-shimmer-text",
|
|
8157
|
+
"attributes": [
|
|
8158
|
+
{
|
|
8159
|
+
"name": "type",
|
|
8160
|
+
"description": "类型,可选值为 `default` `primary` `info` `success` `warning` `danger`",
|
|
8161
|
+
"default": "default",
|
|
8162
|
+
"value": {
|
|
8163
|
+
"type": "string",
|
|
8164
|
+
"kind": "expression"
|
|
8165
|
+
}
|
|
8166
|
+
}
|
|
8167
|
+
],
|
|
8168
|
+
"events": [],
|
|
8169
|
+
"slots": [
|
|
8170
|
+
{
|
|
8171
|
+
"name": "default",
|
|
8172
|
+
"description": "文字内容"
|
|
8173
|
+
}
|
|
8174
|
+
]
|
|
8175
|
+
},
|
|
8155
8176
|
{
|
|
8156
8177
|
"name": "var-signature",
|
|
8157
8178
|
"attributes": [
|