diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index e1fb738ff..edd1443f3 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -35520,6 +35520,14 @@ "default": "", "description": "Current color of the meter item." }, + { + "name": "icon", + "optional": false, + "readonly": false, + "type": "string", + "default": "", + "description": "Current icon of the meter item." + }, { "name": "[key: string]", "optional": false, @@ -35619,7 +35627,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t value: MeterItemOptions, // Current value of the component\n \t totalPercent: string, // Total percent of the metergroup items\n }" + "type": "{\n \t value: MeterItemOptions, // Current value of the component\n \t totalPercent: number, // Total percent of the metergroup items\n \t percentages: number, // Array of sequential sum of values of metergroup items\n }" } ], "returnType": "VNode[]", @@ -35631,7 +35639,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t value: MeterItemOptions, // Current value of the meter item\n \t index: number, // Current index of the meter item\n \t class: string, // Style class of the meter item\n \t orientation: string, // Current orientation of the component\n \t width: string, // Current width of the meter item\n \t height: string, // Current height of the meter item\n \t totalPercent: string, // Total percent of the metergroup items\n }" + "type": "{\n \t value: MeterItemOptions, // Current value of the meter item\n \t index: number, // Current index of the meter item\n \t class: string, // Style class of the meter item\n \t orientation: string, // Current orientation of the component\n \t size: string, // Current width of the meter item\n \t totalPercent: number, // Total percent of the metergroup items\n }" } ], "returnType": "VNode[]", @@ -35655,7 +35663,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t value: MeterItemOptions, // Current value of the component\n \t totalPercent: string, // Total percent of the metergroup items\n }" + "type": "{\n \t value: MeterItemOptions, // Current value of the component\n \t totalPercent: number, // Total percent of the metergroup items\n \t percentages: number, // Array of sequential sum of values of metergroup items\n }" } ], "returnType": "VNode[]", @@ -35667,7 +35675,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t value: MeterItemOptions, // Current value of the component\n \t totalPercent: string, // Total percent of the metergroup items\n }" + "type": "{\n \t value: MeterItemOptions, // Current value of the component\n \t totalPercent: number, // Total percent of the metergroup items\n \t percentages: number, // Array of sequential sum of values of metergroup items\n }" } ], "returnType": "VNode[]",