diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 105644381..717ac639d 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -35518,7 +35518,7 @@ "name": "value", "optional": false, "readonly": false, - "type": "MeterItemOptions", + "type": "MeterItem", "default": "", "description": "Current value of the meter item" }, @@ -35533,7 +35533,7 @@ ], "methods": [] }, - "MeterItemOptions": { + "MeterItem": { "description": "Defines valid properties of a meter item.", "relatedProp": "", "props": [ @@ -35586,7 +35586,7 @@ "name": "value", "optional": true, "readonly": false, - "type": "MeterItemOptions[]", + "type": "MeterItem[]", "default": "", "description": "Current value of the metergroup." }, @@ -35668,7 +35668,7 @@ { "name": "scope", "optional": false, - "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 }" + "type": "{\n \t value: MeterItem, // 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[]", @@ -35680,7 +35680,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 size: string, // Current width of the meter item\n \t totalPercent: number, // Total percent of the metergroup items\n }" + "type": "{\n \t value: MeterItem, // 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[]", @@ -35692,7 +35692,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t value: MeterItemOptions, // Current value of the component\n \t class: string, // Style class of the icon\n }" + "type": "{\n \t value: MeterItem, // Current value of the component\n \t class: string, // Style class of the icon\n }" } ], "returnType": "VNode[]", @@ -35704,7 +35704,7 @@ { "name": "scope", "optional": false, - "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 }" + "type": "{\n \t value: MeterItem, // 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[]", @@ -35716,7 +35716,7 @@ { "name": "scope", "optional": false, - "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 }" + "type": "{\n \t value: MeterItem, // 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[]",