Regenerate component docs

Signed-off-by: Florian Hotze <dev@florianhotze.com>
pull/3199/head
Florian Hotze 2025-05-21 14:01:40 +02:00
parent 68df4be547
commit 63a00c254e
27 changed files with 450 additions and 0 deletions

View File

@ -300,6 +300,21 @@ prev: /docs/ui/components/
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -270,6 +270,21 @@ Button performing an action
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>
@ -451,6 +466,21 @@ Button performing an action
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="taphold_actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="taphold_actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -207,6 +207,21 @@ prev: /docs/ui/components/
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -262,6 +262,21 @@ prev: /docs/ui/components/
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -209,6 +209,21 @@ Optionally, header and footer can be overwritten by providing the `header` and `
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>
@ -390,6 +405,21 @@ Optionally, header and footer can be overwritten by providing the `header` and `
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="taphold_actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="taphold_actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -220,6 +220,21 @@ A regular or expandable cell
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -270,6 +270,21 @@ Display a digital clock in a card
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -249,6 +249,21 @@ A cell expanding to a color picker
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -197,6 +197,21 @@ prev: /docs/ui/components/
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -311,6 +311,21 @@ Display a read-only gauge in a card to visualize a quantifiable item
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -229,6 +229,21 @@ Display an openHAB icon
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -241,6 +241,21 @@ Display an image (URL or Image item ) in a card
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -209,6 +209,21 @@ Displays an image from a URL or an item
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -372,6 +372,21 @@ Use the advanced properties to change the appearance from a knob to a rounded sl
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -210,6 +210,21 @@ Display the state of an item in a card
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>
@ -391,6 +406,21 @@ Display the state of an item in a card
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="taphold_actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="taphold_actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -236,6 +236,21 @@ A cell with a big label to show a short item state value
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -226,6 +226,21 @@ Display the state of an item in a list
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -244,6 +244,21 @@ Link performing an action
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -215,6 +215,21 @@ A list item
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -228,6 +228,21 @@ A circle on a map, to represent a radius
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -212,6 +212,21 @@ An icon on a map
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -320,6 +320,21 @@ A marker on a floor plan
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -281,6 +281,21 @@ A cell expanding to rollershutter controls
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -296,6 +296,21 @@ A cell expanding to a big vertical slider
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -253,6 +253,21 @@ prev: /docs/ui/components/
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -254,6 +254,21 @@ prev: /docs/ui/components/
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>

View File

@ -233,6 +233,21 @@ Displays a video player from a URL or an item
<PropOption value="calendar" label="Calendar" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionAnalyzerAggregation" label="Initial Aggregation">
<PropDescription>
The initial aggregation of the analyzer -
</PropDescription>
<PropOptions>
<PropOption value="average" label="Average" />
<PropOption value="sum" label="Sum" />
<PropOption value="min" label="Minimum" />
<PropOption value="max" label="Maximum" />
<PropOption value="first" label="First (earliest)" />
<PropOption value="last" label="Last (latest)" />
<PropOption value="diff_first" label="Difference of firsts" />
<PropOption value="diff_last" label="Difference of lasts" />
</PropOptions>
</PropBlock>
<PropBlock type="TEXT" name="actionConfirmation" label="Action Confirmation">
<PropDescription>
Shows a dialog or sheet to ask for confirmation before the action is executed. Can either be a text to show in the dialog or a JSON object <code>{ type: "dialog", title: "Confirm", text: "Are you sure?" }</code> or <code>{ type: "sheet", text: "Confirm", color: "green" }</code>