
    [6gp                     >    d dl Z G d dej        j                  ZdS )    Nc                         e Zd Zd fd	Z xZS )UpdatemenusValidatorupdatemenuslayoutc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_str
Updatemenu	data_docsa[  
            active
                Determines which button (by index starting from
                0) is considered active.
            bgcolor
                Sets the background color of the update menu
                buttons.
            bordercolor
                Sets the color of the border enclosing the
                update menu.
            borderwidth
                Sets the width (in px) of the border enclosing
                the update menu.
            buttons
                A tuple of :class:`plotly.graph_objects.layout.
                updatemenu.Button` instances or dicts with
                compatible properties
            buttondefaults
                When used in a template (as layout.template.lay
                out.updatemenu.buttondefaults), sets the
                default property values to use for elements of
                layout.updatemenu.buttons
            direction
                Determines the direction in which the buttons
                are laid out, whether in a dropdown menu or a
                row/column of buttons. For `left` and `up`, the
                buttons will still appear in left-to-right or
                top-to-bottom order respectively.
            font
                Sets the font of the update menu button text.
            name
                When used in a template, named items are
                created in the output figure in addition to any
                items the figure already has in this array. You
                can modify these items in the output figure by
                making your own item with `templateitemname`
                matching this `name` alongside your
                modifications (including `visible: false` or
                `enabled: false` to hide it). Has no effect
                outside of a template.
            pad
                Sets the padding around the buttons or dropdown
                menu.
            showactive
                Highlights active dropdown item or active
                button if true.
            templateitemname
                Used to refer to a named item in this array in
                the template. Named items from the template
                will be created even without a matching item in
                the input figure, but you can modify one by
                making an item with `templateitemname` matching
                its `name`, alongside your modifications
                (including `visible: false` or `enabled: false`
                to hide it). If there is no template or no
                matching item, this item will be hidden unless
                you explicitly show it with `visible: true`.
            type
                Determines whether the buttons are accessible
                via a dropdown menu or whether the buttons are
                stacked horizontally or vertically
            visible
                Determines whether or not the update menu is
                visible.
            x
                Sets the x position (in normalized coordinates)
                of the update menu.
            xanchor
                Sets the update menu's horizontal position
                anchor. This anchor binds the `x` position to
                the "left", "center" or "right" of the range
                selector.
            y
                Sets the y position (in normalized coordinates)
                of the update menu.
            yanchor
                Sets the update menu's vertical position anchor
                This anchor binds the `y` position to the
                "top", "middle" or "bottom" of the range
                selector.
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       d/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/layout/_updatemenus.pyr   zUpdatemenusValidator.__init__   s    2"D))2 Y	
##!::&6EEjjPS S	Y	
 Y	
p qY	
 Y	
 Y	
 Y	
 Y	
    )r   r   )__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      sG        Z
 Z
 Z
 Z
 Z
 Z
 Z
 Z
 Z
 Z
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundArrayValidatorr   r   r   r   <module>r      sU    # # # #[
 [
 [
 [
 [
=7N [
 [
 [
 [
 [
r   