buefy-helper-json
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -70,2 +70,6 @@ { | ||
}, | ||
"b-checkbox/required": { | ||
"description": "Same as native required", | ||
"type": "boolean" | ||
}, | ||
"b-checkbox/name": { | ||
@@ -395,2 +399,6 @@ "description": "Same as native name", | ||
}, | ||
"b-message/icon-pack": { | ||
"description": "Icon pack to use", | ||
"type": "string" | ||
}, | ||
"b-message/has-icon": { | ||
@@ -480,2 +488,6 @@ "description": "Adds an icon on the left side depending on the type", | ||
}, | ||
"b-notification/icon-pack": { | ||
"description": "Icon pack to use", | ||
"type": "string" | ||
}, | ||
"b-notification/has-icon": { | ||
@@ -509,2 +521,6 @@ "description": "Adds an icon on the left side depending on the type", | ||
}, | ||
"b-pagination/icon-pack": { | ||
"description": "Icon pack to use", | ||
"type": "string" | ||
}, | ||
"b-panel/collapsible": { | ||
@@ -534,2 +550,6 @@ "description": "Panel will be collapsible", | ||
}, | ||
"b-panel/icon-pack": { | ||
"description": "Icon pack to use", | ||
"type": "string" | ||
}, | ||
"b-radio/value": { | ||
@@ -547,2 +567,6 @@ "description": "Binding value", | ||
}, | ||
"b-radio/required": { | ||
"description": "Same as native required", | ||
"type": "boolean" | ||
}, | ||
"b-radio/name": { | ||
@@ -760,2 +784,6 @@ "description": "Same as native name", | ||
}, | ||
"b-table/icon-pack": { | ||
"description": "Icon pack to use", | ||
"type": "string" | ||
}, | ||
"b-table-column/label": { | ||
@@ -762,0 +790,0 @@ "description": "Column header text, also used to identify column if custom-key prop is missing", |
{ | ||
"name": "buefy-helper-json", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Definitions of Buefy components for Vetur", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -27,2 +27,3 @@ { | ||
"disabled", | ||
"required", | ||
"name", | ||
@@ -169,2 +170,3 @@ "size", | ||
"duration", | ||
"icon-pack", | ||
"has-icon", | ||
@@ -203,2 +205,3 @@ "size", | ||
"duration", | ||
"icon-pack", | ||
"has-icon" | ||
@@ -216,3 +219,4 @@ ], | ||
"size", | ||
"simple" | ||
"simple", | ||
"icon-pack" | ||
], | ||
@@ -229,3 +233,4 @@ "subtags": [], | ||
"content", | ||
"animation" | ||
"animation", | ||
"icon-pack" | ||
], | ||
@@ -240,2 +245,3 @@ "subtags": [], | ||
"disabled", | ||
"required", | ||
"name", | ||
@@ -317,3 +323,4 @@ "size", | ||
"custom-is-checked", | ||
"is-row-checkable" | ||
"is-row-checkable", | ||
"icon-pack" | ||
], | ||
@@ -320,0 +327,0 @@ "subtags": ["b-table-column"], |
51717
1600