@rotki/ui-library 2.0.1 → 2.0.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/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +1 -9
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +1 -9
- package/dist/components/index.es.js +1419 -1420
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +1 -10
- package/dist/web-types.json +4 -4
- package/package.json +1 -1
|
@@ -18,17 +18,8 @@ export interface MenuProps {
|
|
|
18
18
|
dense?: boolean;
|
|
19
19
|
persistent?: boolean;
|
|
20
20
|
}
|
|
21
|
-
declare function checkClick(): void;
|
|
22
21
|
declare var __VLS_1: {
|
|
23
|
-
attrs: {
|
|
24
|
-
onMouseover?: undefined;
|
|
25
|
-
onMouseleave?: undefined;
|
|
26
|
-
onClick?: undefined;
|
|
27
|
-
} | {
|
|
28
|
-
onMouseover: () => void;
|
|
29
|
-
onMouseleave: () => void;
|
|
30
|
-
onClick: typeof checkClick;
|
|
31
|
-
};
|
|
22
|
+
attrs: {};
|
|
32
23
|
open: boolean;
|
|
33
24
|
disabled: boolean;
|
|
34
25
|
hasError: boolean;
|
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@rotki/ui-library",
|
|
5
|
-
"version": "2.0.
|
|
5
|
+
"version": "2.0.3",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"description-markup": "markdown",
|
|
8
8
|
"contributions": {
|
|
@@ -2976,7 +2976,7 @@
|
|
|
2976
2976
|
},
|
|
2977
2977
|
{
|
|
2978
2978
|
"name": "attrs",
|
|
2979
|
-
"type": "{
|
|
2979
|
+
"type": "{}"
|
|
2980
2980
|
},
|
|
2981
2981
|
{
|
|
2982
2982
|
"name": "open",
|
|
@@ -3716,7 +3716,7 @@
|
|
|
3716
3716
|
},
|
|
3717
3717
|
{
|
|
3718
3718
|
"name": "attrs",
|
|
3719
|
-
"type": "{
|
|
3719
|
+
"type": "{}"
|
|
3720
3720
|
},
|
|
3721
3721
|
{
|
|
3722
3722
|
"name": "open",
|
|
@@ -5220,7 +5220,7 @@
|
|
|
5220
5220
|
"vue-properties": [
|
|
5221
5221
|
{
|
|
5222
5222
|
"name": "attrs",
|
|
5223
|
-
"type": "{
|
|
5223
|
+
"type": "{}"
|
|
5224
5224
|
},
|
|
5225
5225
|
{
|
|
5226
5226
|
"name": "open",
|