@varlet/ui 3.9.0 → 3.10.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/index.bundle.mjs +7 -1
- package/es/index.mjs +6 -1
- package/es/signature/Signature.mjs +132 -0
- package/es/signature/SignatureSfc.css +0 -0
- package/es/signature/index.mjs +12 -0
- package/es/signature/props.mjs +21 -0
- package/es/signature/signature.css +1 -0
- package/es/signature/style/index.mjs +3 -0
- package/es/style.mjs +1 -0
- package/es/table/Table.mjs +1 -1
- package/es/themes/dark/index.mjs +3 -2
- package/es/themes/dark/signature.mjs +9 -0
- package/es/themes/md3-dark/index.mjs +3 -2
- package/es/themes/md3-dark/signature.mjs +9 -0
- package/es/themes/md3-light/index.mjs +3 -2
- package/es/themes/md3-light/signature.mjs +9 -0
- package/es/varlet.css +1 -1
- package/es/varlet.esm.js +4623 -4509
- package/highlight/web-types.en-US.json +48 -1
- package/highlight/web-types.zh-CN.json +50 -3
- package/lib/varlet.cjs.js +2055 -1888
- package/lib/varlet.css +1 -1
- package/package.json +7 -7
- package/types/index.d.ts +2 -0
- package/types/signature.d.ts +26 -0
- package/types/skeleton.d.ts +21 -18
- package/types/styleVars.d.ts +4 -0
- package/umd/varlet.js +8 -8
|
@@ -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.10.0",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -6794,6 +6794,53 @@
|
|
|
6794
6794
|
}
|
|
6795
6795
|
]
|
|
6796
6796
|
},
|
|
6797
|
+
{
|
|
6798
|
+
"name": "var-signature",
|
|
6799
|
+
"attributes": [
|
|
6800
|
+
{
|
|
6801
|
+
"name": "stroke-style",
|
|
6802
|
+
"description": "Canvas stroke style",
|
|
6803
|
+
"default": "currentColor",
|
|
6804
|
+
"value": {
|
|
6805
|
+
"type": "string",
|
|
6806
|
+
"kind": "expression"
|
|
6807
|
+
}
|
|
6808
|
+
},
|
|
6809
|
+
{
|
|
6810
|
+
"name": "line-width",
|
|
6811
|
+
"description": "Canvas line width",
|
|
6812
|
+
"default": "2",
|
|
6813
|
+
"value": {
|
|
6814
|
+
"type": "string | number",
|
|
6815
|
+
"kind": "expression"
|
|
6816
|
+
}
|
|
6817
|
+
},
|
|
6818
|
+
{
|
|
6819
|
+
"name": "data-url-type",
|
|
6820
|
+
"description": "Data url type for generating image",
|
|
6821
|
+
"default": "'png'",
|
|
6822
|
+
"value": {
|
|
6823
|
+
"type": "'png' | 'jpg'",
|
|
6824
|
+
"kind": "expression"
|
|
6825
|
+
}
|
|
6826
|
+
}
|
|
6827
|
+
],
|
|
6828
|
+
"events": [
|
|
6829
|
+
{
|
|
6830
|
+
"name": "start",
|
|
6831
|
+
"description": "Triggered when signing begins"
|
|
6832
|
+
},
|
|
6833
|
+
{
|
|
6834
|
+
"name": "signing",
|
|
6835
|
+
"description": "Triggered during signature"
|
|
6836
|
+
},
|
|
6837
|
+
{
|
|
6838
|
+
"name": "end",
|
|
6839
|
+
"description": "Triggered when ending signature"
|
|
6840
|
+
}
|
|
6841
|
+
],
|
|
6842
|
+
"slots": []
|
|
6843
|
+
},
|
|
6797
6844
|
{
|
|
6798
6845
|
"name": "var-skeleton",
|
|
6799
6846
|
"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.10.0",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -7008,6 +7008,53 @@
|
|
|
7008
7008
|
}
|
|
7009
7009
|
]
|
|
7010
7010
|
},
|
|
7011
|
+
{
|
|
7012
|
+
"name": "var-signature",
|
|
7013
|
+
"attributes": [
|
|
7014
|
+
{
|
|
7015
|
+
"name": "stroke-style",
|
|
7016
|
+
"description": "画笔颜色",
|
|
7017
|
+
"default": "currentColor",
|
|
7018
|
+
"value": {
|
|
7019
|
+
"type": "string",
|
|
7020
|
+
"kind": "expression"
|
|
7021
|
+
}
|
|
7022
|
+
},
|
|
7023
|
+
{
|
|
7024
|
+
"name": "line-width",
|
|
7025
|
+
"description": "画笔粗细",
|
|
7026
|
+
"default": "2",
|
|
7027
|
+
"value": {
|
|
7028
|
+
"type": "string | number",
|
|
7029
|
+
"kind": "expression"
|
|
7030
|
+
}
|
|
7031
|
+
},
|
|
7032
|
+
{
|
|
7033
|
+
"name": "data-url-type",
|
|
7034
|
+
"description": "生成图片的格式",
|
|
7035
|
+
"default": "'png'",
|
|
7036
|
+
"value": {
|
|
7037
|
+
"type": "'png' | 'jpg'",
|
|
7038
|
+
"kind": "expression"
|
|
7039
|
+
}
|
|
7040
|
+
}
|
|
7041
|
+
],
|
|
7042
|
+
"events": [
|
|
7043
|
+
{
|
|
7044
|
+
"name": "start",
|
|
7045
|
+
"description": "开始签名时触发"
|
|
7046
|
+
},
|
|
7047
|
+
{
|
|
7048
|
+
"name": "signing",
|
|
7049
|
+
"description": "签名过程中触发"
|
|
7050
|
+
},
|
|
7051
|
+
{
|
|
7052
|
+
"name": "end",
|
|
7053
|
+
"description": "结束签名时触发"
|
|
7054
|
+
}
|
|
7055
|
+
],
|
|
7056
|
+
"slots": []
|
|
7057
|
+
},
|
|
7011
7058
|
{
|
|
7012
7059
|
"name": "var-skeleton",
|
|
7013
7060
|
"attributes": [
|
|
@@ -8128,11 +8175,11 @@
|
|
|
8128
8175
|
"slots": [
|
|
8129
8176
|
{
|
|
8130
8177
|
"name": "default",
|
|
8131
|
-
"description": "Table的内容"
|
|
8178
|
+
"description": "Table 的内容"
|
|
8132
8179
|
},
|
|
8133
8180
|
{
|
|
8134
8181
|
"name": "footer",
|
|
8135
|
-
"description": "Table尾部内容"
|
|
8182
|
+
"description": "Table 尾部内容"
|
|
8136
8183
|
}
|
|
8137
8184
|
]
|
|
8138
8185
|
},
|