diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 692e15745..9508174ff 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -7211,7 +7211,7 @@ } ], "methods": [], - "extendedBy": "AccordionStyle,AccordionContentStyle,AccordionHeaderStyle,AccordionPanelStyle,AccordionTabStyle,AnimateOnScrollStyle,AutoCompleteStyle,AvatarStyle,AvatarGroupStyle,BadgeStyle,BadgeDirectiveStyle,BaseComponentStyle,BaseIconStyle,BlockUIStyle,BreadcrumbStyle,ButtonStyle,ButtonGroupStyle,CardStyle,CarouselStyle,CascadeSelectStyle,ChartStyle,CheckboxStyle,ChipStyle,ColorPickerStyle,ColumnStyle,ColumnGroupStyle,ConfirmDialogStyle,ConfirmPopupStyle,ContextMenuStyle,DataTableStyle,DataViewStyle,DatePickerStyle,DeferredContentStyle,DialogStyle,DividerStyle,DockStyle,DrawerStyle,DynamicDialogStyle,EditorStyle,FieldsetStyle,FileUploadStyle,FloatLabelStyle,FocusTrapStyle,GalleriaStyle,IconFieldStyle,ImageStyle,InlineMessageStyle,InplaceStyle,InputChipsStyle,InputGroupStyle,InputGroupAddonStyle,InputIconStyle,InputMaskStyle,InputNumberStyle,InputOtpStyle,InputTextStyle,KnobStyle,ListboxStyle,MegaMenuStyle,MenuStyle,MenubarStyle,MessageStyle,MeterGroupStyle,MultiSelectStyle,OrderListStyle,OrganizationChartStyle,OverlayBadgeStyle,PaginatorStyle,PanelStyle,PanelMenuStyle,PasswordStyle,PickListStyle,PopoverStyle,PortalStyle,ProgressBarStyle,ProgressSpinnerStyle,RadioButtonStyle,RatingStyle,RippleStyle,RowStyle,ScrollPanelStyle,ScrollTopStyle,SelectStyle,SelectButtonStyle,SkeletonStyle,SliderStyle,SpeedDialStyle,SplitButtonStyle,SplitterStyle,SplitterPanelStyle,StepperStyle,StepperPanelStyle,StepsStyle,StyleClassStyle,TabStyle,TabListStyle,TabMenuStyle,TabPanelStyle,TabPanelsStyle,TabsStyle,TabViewStyle,TagStyle,TerminalStyle,TextareaStyle,TieredMenuStyle,TimelineStyle,ToastStyle,ToggleButtonStyle,ToggleSwitchStyle,ToolbarStyle,TooltipStyle,TreeStyle,TreeSelectStyle,TreeTableStyle,VirtualScrollerStyle" + "extendedBy": "AccordionStyle,AccordionContentStyle,AccordionHeaderStyle,AccordionPanelStyle,AccordionTabStyle,AnimateOnScrollStyle,AutoCompleteStyle,AvatarStyle,AvatarGroupStyle,BadgeStyle,BadgeDirectiveStyle,BaseComponentStyle,BaseIconStyle,BlockUIStyle,BreadcrumbStyle,ButtonStyle,ButtonGroupStyle,CardStyle,CarouselStyle,CascadeSelectStyle,ChartStyle,CheckboxStyle,ChipStyle,ColorPickerStyle,ColumnStyle,ColumnGroupStyle,ConfirmDialogStyle,ConfirmPopupStyle,ContextMenuStyle,DataTableStyle,DataViewStyle,DatePickerStyle,DeferredContentStyle,DialogStyle,DividerStyle,DockStyle,DrawerStyle,DynamicDialogStyle,EditorStyle,FieldsetStyle,FileUploadStyle,FloatLabelStyle,FocusTrapStyle,GalleriaStyle,IconFieldStyle,ImageStyle,InlineMessageStyle,InplaceStyle,InputChipsStyle,InputGroupStyle,InputGroupAddonStyle,InputIconStyle,InputMaskStyle,InputNumberStyle,InputOtpStyle,InputTextStyle,KnobStyle,ListboxStyle,MegaMenuStyle,MenuStyle,MenubarStyle,MessageStyle,MeterGroupStyle,MultiSelectStyle,OrderListStyle,OrganizationChartStyle,OverlayBadgeStyle,PaginatorStyle,PanelStyle,PanelMenuStyle,PasswordStyle,PickListStyle,PopoverStyle,PortalStyle,ProgressBarStyle,ProgressSpinnerStyle,RadioButtonStyle,RatingStyle,RippleStyle,RowStyle,ScrollPanelStyle,ScrollTopStyle,SelectStyle,SelectButtonStyle,SkeletonStyle,SliderStyle,SpeedDialStyle,SplitButtonStyle,SplitterStyle,SplitterPanelStyle,StepStyle,StepItemStyle,StepListStyle,StepPanelStyle,StepPanelsStyle,StepperStyle,StepperPanelStyle,StepsStyle,StyleClassStyle,TabStyle,TabListStyle,TabMenuStyle,TabPanelStyle,TabPanelsStyle,TabsStyle,TabViewStyle,TagStyle,TerminalStyle,TextareaStyle,TieredMenuStyle,TimelineStyle,ToastStyle,ToggleButtonStyle,ToggleSwitchStyle,ToolbarStyle,TooltipStyle,TreeStyle,TreeSelectStyle,TreeTableStyle,VirtualScrollerStyle" } } }, @@ -66864,6 +66864,1538 @@ } } }, + "step": { + "description": "Step is a helper component for Stepper component.\n\n[Live Demo](https://www.primevue.org/stepper/)", + "components": { + "default": { + "description": "Step is a helper component for Stepper component.", + "methods": { + "description": "Defines methods that can be accessed by the component's reference.", + "values": [] + } + } + }, + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "eventDescription": "Defines the custom events used by the component's emit.", + "methodDescription": "Defines methods that can be accessed by the component's reference.", + "typeDescription": "Defines the custom types used by the module.", + "values": { + "StepPassThroughMethodOptions": { + "description": "Custom passthrough(pt) option method.", + "relatedProp": "", + "props": [ + { + "name": "instance", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines instance." + }, + { + "name": "props", + "optional": false, + "readonly": false, + "type": "StepProps", + "default": "", + "description": "Defines valid properties." + }, + { + "name": "context", + "optional": false, + "readonly": false, + "type": "StepContext", + "default": "", + "description": "Defines current options." + }, + { + "name": "attrs", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines valid attributes." + }, + { + "name": "parent", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines parent options." + }, + { + "name": "global", + "optional": false, + "readonly": false, + "type": "undefined | object", + "default": "", + "description": "Defines passthrough(pt) options in global config." + } + ], + "methods": [] + }, + "StepPassThroughOptions": { + "description": "Custom passthrough(pt) options.", + "relatedProp": "StepProps.pt", + "props": [ + { + "name": "root", + "optional": true, + "readonly": false, + "type": "StepPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the root's DOM element." + }, + { + "name": "header", + "optional": true, + "readonly": false, + "type": "StepPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the header's DOM element." + }, + { + "name": "number", + "optional": true, + "readonly": false, + "type": "StepPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the number's DOM element." + }, + { + "name": "title", + "optional": true, + "readonly": false, + "type": "StepPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the title's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "default": "", + "description": "Used to manage all lifecycle hooks." + } + ], + "methods": [] + }, + "StepPassThroughAttributes": { + "relatedProp": "", + "props": [ + { + "name": "[key: string]", + "optional": false, + "readonly": false, + "type": "any" + } + ], + "methods": [] + }, + "StepProps": { + "description": "Defines valid properties in Step component.", + "relatedProp": "", + "props": [ + { + "name": "value", + "optional": true, + "readonly": false, + "type": "string | number", + "default": "", + "description": "Value of step." + }, + { + "name": "disabled", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Whether the step is disabled." + }, + { + "name": "as", + "optional": true, + "readonly": false, + "type": "string", + "default": "BUTTON", + "description": "Use to change the HTML tag of root element." + }, + { + "name": "asChild", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it changes the default rendered element for the one passed as a child element." + }, + { + "name": "dt", + "optional": true, + "readonly": false, + "type": "any", + "default": "", + "description": "It generates scoped CSS variables using design tokens for the component." + }, + { + "name": "pt", + "optional": true, + "readonly": false, + "type": "PassThrough", + "default": "", + "description": "Used to pass attributes to DOM elements inside the component." + }, + { + "name": "ptOptions", + "optional": true, + "readonly": false, + "type": "PassThroughOptions", + "default": "", + "description": "Used to configure passthrough(pt) options of the component." + } + ], + "methods": [] + }, + "StepContext": { + "description": "Defines current options in Step component.", + "relatedProp": "", + "props": [ + { + "name": "active", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "", + "description": "Whether the step is active." + }, + { + "name": "disabled", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "", + "description": "Whether the step is disabled." + } + ], + "methods": [] + }, + "StepSlots": { + "description": "Defines valid slots in Step slots.", + "relatedProp": "", + "props": [], + "methods": [ + { + "name": "default", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t class: string, // Style class of the loader.\n \t active: boolean, // Whether the step is active.\n \t value: undefined, // Value of step.\n \t a11yAttrs: any, // A11t attributes\n \t activateCallback: () ⇒ void, // Click function.\n}" + } + ], + "returnType": "VNode[]", + "description": "Custom content template. Slot attributes can be used when asChild prop is true." + } + ] + }, + "StepEmitsOptions": { + "relatedProp": "", + "props": [], + "methods": [] + } + } + }, + "tokens": { + "description": "Define design tokens used by the component.", + "values": { + "StepPassThroughMethodOptions": { + "description": "Custom passthrough(pt) option method.", + "props": [] + }, + "StepPassThroughOptions": { + "description": "Custom passthrough(pt) options.", + "props": [] + }, + "StepPassThroughAttributes": { + "props": [] + }, + "StepProps": { + "description": "Defines valid properties in Step component.", + "props": [] + }, + "StepContext": { + "description": "Defines current options in Step component.", + "props": [] + }, + "StepSlots": { + "description": "Defines valid slots in Step slots.", + "props": [] + }, + "StepEmitsOptions": { + "props": [] + } + } + }, + "types": { + "description": "Defines the custom types used by the module.", + "values": { + "StepPassThroughOptionType": { + "values": "StepPassThroughAttributes | (options: StepPassThroughMethodOptions) => undefined | string | null | undefined" + }, + "StepEmits": { + "values": "EmitFn" + } + } + } + }, + "stepstyle": { + "description": "Step is a helper component for Stepper component.\n\n[Live Demo](https://www.primevue.org/stepper/)", + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "eventDescription": "Defines the custom events used by the component's emit.", + "methodDescription": "Defines methods that can be accessed by the component's reference.", + "typeDescription": "Defines the custom types used by the module.", + "values": { + "StepStyle": { + "relatedProp": "", + "props": [ + { + "name": "name", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + }, + { + "name": "css", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + }, + { + "name": "classes", + "optional": true, + "readonly": false, + "type": "object", + "default": "" + }, + { + "name": "inlineStyles", + "optional": true, + "readonly": false, + "type": "object", + "default": "" + }, + { + "name": "load", + "optional": true, + "readonly": false, + "type": "Function", + "default": "" + }, + { + "name": "getStyleSheet", + "optional": true, + "readonly": false, + "type": "Function", + "default": "" + } + ], + "methods": [], + "extendedTypes": "BaseStyle" + } + } + }, + "tokens": { + "description": "Define design tokens used by the component.", + "values": { + "StepStyle": { + "props": [] + } + } + }, + "enumerations": { + "values": { + "StepClasses": { + "members": [ + { + "name": "root", + "optional": false, + "readonly": false, + "value": "\"p-step\"", + "description": "Class name of the root element" + }, + { + "name": "header", + "optional": false, + "readonly": false, + "value": "\"p-step-header\"", + "description": "Class name of the header element" + }, + { + "name": "number", + "optional": false, + "readonly": false, + "value": "\"p-step-number\"", + "description": "Class name of the number element" + }, + { + "name": "title", + "optional": false, + "readonly": false, + "value": "\"p-step-title\"", + "description": "Class name of the title element" + } + ] + } + } + } + }, + "stepitem": { + "description": "StepItem is a helper component for Stepper component.\n\n[Live Demo](https://www.primevue.org/stepper/)", + "components": { + "default": { + "description": "StepItem is a helper component for Stepper component.", + "methods": { + "description": "Defines methods that can be accessed by the component's reference.", + "values": [] + } + } + }, + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "eventDescription": "Defines the custom events used by the component's emit.", + "methodDescription": "Defines methods that can be accessed by the component's reference.", + "typeDescription": "Defines the custom types used by the module.", + "values": { + "StepItemPassThroughMethodOptions": { + "description": "Custom passthrough(pt) option method.", + "relatedProp": "", + "props": [ + { + "name": "instance", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines instance." + }, + { + "name": "props", + "optional": false, + "readonly": false, + "type": "StepItemProps", + "default": "", + "description": "Defines valid properties." + }, + { + "name": "attrs", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines valid attributes." + }, + { + "name": "parent", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines parent options." + }, + { + "name": "global", + "optional": false, + "readonly": false, + "type": "undefined | object", + "default": "", + "description": "Defines passthrough(pt) options in global config." + } + ], + "methods": [] + }, + "StepItemPassThroughOptions": { + "description": "Custom passthrough(pt) options.", + "relatedProp": "StepItemProps.pt", + "props": [ + { + "name": "root", + "optional": true, + "readonly": false, + "type": "StepItemPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the root's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "default": "", + "description": "Used to manage all lifecycle hooks." + } + ], + "methods": [] + }, + "StepItemPassThroughAttributes": { + "relatedProp": "", + "props": [ + { + "name": "[key: string]", + "optional": false, + "readonly": false, + "type": "any" + } + ], + "methods": [] + }, + "StepItemProps": { + "description": "Defines valid properties in StepItem component.", + "relatedProp": "", + "props": [ + { + "name": "value", + "optional": true, + "readonly": false, + "type": "string | number", + "default": "", + "description": "Value of step." + }, + { + "name": "dt", + "optional": true, + "readonly": false, + "type": "any", + "default": "", + "description": "It generates scoped CSS variables using design tokens for the component." + }, + { + "name": "pt", + "optional": true, + "readonly": false, + "type": "PassThrough", + "default": "", + "description": "Used to pass attributes to DOM elements inside the component." + }, + { + "name": "ptOptions", + "optional": true, + "readonly": false, + "type": "PassThroughOptions", + "default": "", + "description": "Used to configure passthrough(pt) options of the component." + } + ], + "methods": [] + }, + "StepItemSlots": { + "description": "Defines valid slots in StepItem slots.", + "relatedProp": "", + "props": [], + "methods": [ + { + "name": "default", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom content template." + } + ] + }, + "StepItemEmitsOptions": { + "relatedProp": "", + "props": [], + "methods": [] + } + } + }, + "tokens": { + "description": "Define design tokens used by the component.", + "values": { + "StepItemPassThroughMethodOptions": { + "description": "Custom passthrough(pt) option method.", + "props": [] + }, + "StepItemPassThroughOptions": { + "description": "Custom passthrough(pt) options.", + "props": [] + }, + "StepItemPassThroughAttributes": { + "props": [] + }, + "StepItemProps": { + "description": "Defines valid properties in StepItem component.", + "props": [] + }, + "StepItemSlots": { + "description": "Defines valid slots in StepItem slots.", + "props": [] + }, + "StepItemEmitsOptions": { + "props": [] + } + } + }, + "types": { + "description": "Defines the custom types used by the module.", + "values": { + "StepItemPassThroughOptionType": { + "values": "StepItemPassThroughAttributes | (options: StepItemPassThroughMethodOptions) => undefined | string | null | undefined" + }, + "StepItemEmits": { + "values": "EmitFn" + } + } + } + }, + "stepitemstyle": { + "description": "StepItem is a helper component for Stepper component.\n\n[Live Demo](https://www.primevue.org/stepper/)", + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "eventDescription": "Defines the custom events used by the component's emit.", + "methodDescription": "Defines methods that can be accessed by the component's reference.", + "typeDescription": "Defines the custom types used by the module.", + "values": { + "StepItemStyle": { + "relatedProp": "", + "props": [ + { + "name": "name", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + }, + { + "name": "css", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + }, + { + "name": "classes", + "optional": true, + "readonly": false, + "type": "object", + "default": "" + }, + { + "name": "inlineStyles", + "optional": true, + "readonly": false, + "type": "object", + "default": "" + }, + { + "name": "load", + "optional": true, + "readonly": false, + "type": "Function", + "default": "" + }, + { + "name": "getStyleSheet", + "optional": true, + "readonly": false, + "type": "Function", + "default": "" + } + ], + "methods": [], + "extendedTypes": "BaseStyle" + } + } + }, + "tokens": { + "description": "Define design tokens used by the component.", + "values": { + "StepItemStyle": { + "props": [] + } + } + }, + "enumerations": { + "values": { + "StepItemClasses": { + "members": [ + { + "name": "root", + "optional": false, + "readonly": false, + "value": "\"p-stepitem\"", + "description": "Class name of the root element" + } + ] + } + } + } + }, + "steplist": { + "description": "StepList is a helper component for Stepper component.\n\n[Live Demo](https://www.primevue.org/stepper/)", + "components": { + "default": { + "description": "StepList is a helper component for Stepper component.", + "methods": { + "description": "Defines methods that can be accessed by the component's reference.", + "values": [] + } + } + }, + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "eventDescription": "Defines the custom events used by the component's emit.", + "methodDescription": "Defines methods that can be accessed by the component's reference.", + "typeDescription": "Defines the custom types used by the module.", + "values": { + "StepListPassThroughMethodOptions": { + "description": "Custom passthrough(pt) option method.", + "relatedProp": "", + "props": [ + { + "name": "instance", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines instance." + }, + { + "name": "props", + "optional": false, + "readonly": false, + "type": "StepListProps", + "default": "", + "description": "Defines valid properties." + }, + { + "name": "attrs", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines valid attributes." + }, + { + "name": "parent", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines parent options." + }, + { + "name": "global", + "optional": false, + "readonly": false, + "type": "undefined | object", + "default": "", + "description": "Defines passthrough(pt) options in global config." + } + ], + "methods": [] + }, + "StepListPassThroughOptions": { + "description": "Custom passthrough(pt) options.", + "relatedProp": "StepListProps.pt", + "props": [ + { + "name": "root", + "optional": true, + "readonly": false, + "type": "StepListPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the root's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "default": "", + "description": "Used to manage all lifecycle hooks." + } + ], + "methods": [] + }, + "StepListPassThroughAttributes": { + "relatedProp": "", + "props": [ + { + "name": "[key: string]", + "optional": false, + "readonly": false, + "type": "any" + } + ], + "methods": [] + }, + "StepListProps": { + "description": "Defines valid properties in StepList component.", + "relatedProp": "", + "props": [ + { + "name": "value", + "optional": false, + "readonly": false, + "type": "string", + "default": "", + "description": "Value of step." + }, + { + "name": "dt", + "optional": true, + "readonly": false, + "type": "any", + "default": "", + "description": "It generates scoped CSS variables using design tokens for the component." + }, + { + "name": "pt", + "optional": true, + "readonly": false, + "type": "PassThrough", + "default": "", + "description": "Used to pass attributes to DOM elements inside the component." + }, + { + "name": "ptOptions", + "optional": true, + "readonly": false, + "type": "PassThroughOptions", + "default": "", + "description": "Used to configure passthrough(pt) options of the component." + } + ], + "methods": [] + }, + "StepListSlots": { + "description": "Defines valid slots in StepList slots.", + "relatedProp": "", + "props": [], + "methods": [ + { + "name": "default", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom content template." + } + ] + }, + "StepListEmitsOptions": { + "relatedProp": "", + "props": [], + "methods": [] + } + } + }, + "tokens": { + "description": "Define design tokens used by the component.", + "values": { + "StepListPassThroughMethodOptions": { + "description": "Custom passthrough(pt) option method.", + "props": [] + }, + "StepListPassThroughOptions": { + "description": "Custom passthrough(pt) options.", + "props": [] + }, + "StepListPassThroughAttributes": { + "props": [] + }, + "StepListProps": { + "description": "Defines valid properties in StepList component.", + "props": [] + }, + "StepListSlots": { + "description": "Defines valid slots in StepList slots.", + "props": [] + }, + "StepListEmitsOptions": { + "props": [] + } + } + }, + "types": { + "description": "Defines the custom types used by the module.", + "values": { + "StepListPassThroughOptionType": { + "values": "StepListPassThroughAttributes | (options: StepListPassThroughMethodOptions) => undefined | string | null | undefined" + }, + "StepListEmits": { + "values": "EmitFn" + } + } + } + }, + "stepliststyle": { + "description": "StepList is a helper component for Stepper component.\n\n[Live Demo](https://www.primevue.org/stepper/)", + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "eventDescription": "Defines the custom events used by the component's emit.", + "methodDescription": "Defines methods that can be accessed by the component's reference.", + "typeDescription": "Defines the custom types used by the module.", + "values": { + "StepListStyle": { + "relatedProp": "", + "props": [ + { + "name": "name", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + }, + { + "name": "css", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + }, + { + "name": "classes", + "optional": true, + "readonly": false, + "type": "object", + "default": "" + }, + { + "name": "inlineStyles", + "optional": true, + "readonly": false, + "type": "object", + "default": "" + }, + { + "name": "load", + "optional": true, + "readonly": false, + "type": "Function", + "default": "" + }, + { + "name": "getStyleSheet", + "optional": true, + "readonly": false, + "type": "Function", + "default": "" + } + ], + "methods": [], + "extendedTypes": "BaseStyle" + } + } + }, + "tokens": { + "description": "Define design tokens used by the component.", + "values": { + "StepListStyle": { + "props": [] + } + } + }, + "enumerations": { + "values": { + "StepListClasses": { + "members": [ + { + "name": "root", + "optional": false, + "readonly": false, + "value": "\"p-steplist\"", + "description": "Class name of the root element" + } + ] + } + } + } + }, + "steppanel": { + "description": "StepPanel is a helper component for Stepper component.\n\n[Live Demo](https://www.primevue.org/stepper/)", + "components": { + "default": { + "description": "StepPanel is a helper component for Stepper component.", + "methods": { + "description": "Defines methods that can be accessed by the component's reference.", + "values": [] + } + } + }, + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "eventDescription": "Defines the custom events used by the component's emit.", + "methodDescription": "Defines methods that can be accessed by the component's reference.", + "typeDescription": "Defines the custom types used by the module.", + "values": { + "StepPanelPassThroughMethodOptions": { + "description": "Custom passthrough(pt) option method.", + "relatedProp": "", + "props": [ + { + "name": "instance", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines instance." + }, + { + "name": "props", + "optional": false, + "readonly": false, + "type": "StepPanelProps", + "default": "", + "description": "Defines valid properties." + }, + { + "name": "attrs", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines valid attributes." + }, + { + "name": "parent", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines parent options." + }, + { + "name": "global", + "optional": false, + "readonly": false, + "type": "undefined | object", + "default": "", + "description": "Defines passthrough(pt) options in global config." + } + ], + "methods": [] + }, + "StepPanelPassThroughOptions": { + "description": "Custom passthrough(pt) options.", + "relatedProp": "StepPanelProps.pt", + "props": [ + { + "name": "root", + "optional": true, + "readonly": false, + "type": "StepPanelPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the root's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "default": "", + "description": "Used to manage all lifecycle hooks." + } + ], + "methods": [] + }, + "StepPanelPassThroughAttributes": { + "relatedProp": "", + "props": [ + { + "name": "[key: string]", + "optional": false, + "readonly": false, + "type": "any" + } + ], + "methods": [] + }, + "StepPanelProps": { + "description": "Defines valid properties in StepPanel component.", + "relatedProp": "", + "props": [ + { + "name": "value", + "optional": true, + "readonly": false, + "type": "string | number", + "default": "", + "description": "Value of step." + }, + { + "name": "as", + "optional": true, + "readonly": false, + "type": "string", + "default": "BUTTON", + "description": "Use to change the HTML tag of root element." + }, + { + "name": "asChild", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it changes the default rendered element for the one passed as a child element." + }, + { + "name": "dt", + "optional": true, + "readonly": false, + "type": "any", + "default": "", + "description": "It generates scoped CSS variables using design tokens for the component." + }, + { + "name": "pt", + "optional": true, + "readonly": false, + "type": "PassThrough", + "default": "", + "description": "Used to pass attributes to DOM elements inside the component." + }, + { + "name": "ptOptions", + "optional": true, + "readonly": false, + "type": "PassThroughOptions", + "default": "", + "description": "Used to configure passthrough(pt) options of the component." + } + ], + "methods": [] + }, + "StepPanelSlots": { + "description": "Defines valid slots in StepPanel slots.", + "relatedProp": "", + "props": [], + "methods": [ + { + "name": "default", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t active: boolean, // Whether the step is active.\n \t value: undefined, // Value of step.\n \t a11yAttrs: any, // A11t attributes\n \t activateCallback: () ⇒ void, // Click function.\n}" + } + ], + "returnType": "VNode[]", + "description": "Custom content template. Slot attributes can be used when asChild prop is true." + } + ] + }, + "StepPanelEmitsOptions": { + "relatedProp": "", + "props": [], + "methods": [] + } + } + }, + "tokens": { + "description": "Define design tokens used by the component.", + "values": { + "StepPanelPassThroughMethodOptions": { + "description": "Custom passthrough(pt) option method.", + "props": [] + }, + "StepPanelPassThroughOptions": { + "description": "Custom passthrough(pt) options.", + "props": [] + }, + "StepPanelPassThroughAttributes": { + "props": [] + }, + "StepPanelProps": { + "description": "Defines valid properties in StepPanel component.", + "props": [] + }, + "StepPanelSlots": { + "description": "Defines valid slots in StepPanel slots.", + "props": [] + }, + "StepPanelEmitsOptions": { + "props": [] + } + } + }, + "types": { + "description": "Defines the custom types used by the module.", + "values": { + "StepPanelPassThroughOptionType": { + "values": "StepPanelPassThroughAttributes | (options: StepPanelPassThroughMethodOptions) => undefined | string | null | undefined" + }, + "StepPanelEmits": { + "values": "EmitFn" + } + } + } + }, + "steppanelstyle": { + "description": "StepPanel is a helper component for Stepper component.\n\n[Live Demo](https://www.primevue.org/stepper/)", + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "eventDescription": "Defines the custom events used by the component's emit.", + "methodDescription": "Defines methods that can be accessed by the component's reference.", + "typeDescription": "Defines the custom types used by the module.", + "values": { + "StepPanelStyle": { + "relatedProp": "", + "props": [ + { + "name": "name", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + }, + { + "name": "css", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + }, + { + "name": "classes", + "optional": true, + "readonly": false, + "type": "object", + "default": "" + }, + { + "name": "inlineStyles", + "optional": true, + "readonly": false, + "type": "object", + "default": "" + }, + { + "name": "load", + "optional": true, + "readonly": false, + "type": "Function", + "default": "" + }, + { + "name": "getStyleSheet", + "optional": true, + "readonly": false, + "type": "Function", + "default": "" + } + ], + "methods": [], + "extendedTypes": "BaseStyle" + } + } + }, + "tokens": { + "description": "Define design tokens used by the component.", + "values": { + "StepPanelStyle": { + "props": [] + } + } + }, + "enumerations": { + "values": { + "StepPanelClasses": { + "members": [ + { + "name": "root", + "optional": false, + "readonly": false, + "value": "\"p-steppanel\"", + "description": "Class name of the root element" + } + ] + } + } + } + }, + "steppanels": { + "description": "StepPanels is a helper component for Stepper component.\n\n[Live Demo](https://www.primevue.org/stepper/)", + "components": { + "default": { + "description": "StepPanels is a helper component for Stepper component.", + "methods": { + "description": "Defines methods that can be accessed by the component's reference.", + "values": [] + } + } + }, + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "eventDescription": "Defines the custom events used by the component's emit.", + "methodDescription": "Defines methods that can be accessed by the component's reference.", + "typeDescription": "Defines the custom types used by the module.", + "values": { + "StepPanelsPassThroughMethodOptions": { + "description": "Custom passthrough(pt) option method.", + "relatedProp": "", + "props": [ + { + "name": "instance", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines instance." + }, + { + "name": "props", + "optional": false, + "readonly": false, + "type": "StepPanelsProps", + "default": "", + "description": "Defines valid properties." + }, + { + "name": "attrs", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines valid attributes." + }, + { + "name": "parent", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines parent options." + }, + { + "name": "global", + "optional": false, + "readonly": false, + "type": "undefined | object", + "default": "", + "description": "Defines passthrough(pt) options in global config." + } + ], + "methods": [] + }, + "StepPanelsPassThroughOptions": { + "description": "Custom passthrough(pt) options.", + "relatedProp": "StepPanelsProps.pt", + "props": [ + { + "name": "root", + "optional": true, + "readonly": false, + "type": "StepPanelsPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the root's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "default": "", + "description": "Used to manage all lifecycle hooks." + } + ], + "methods": [] + }, + "StepPanelsPassThroughAttributes": { + "relatedProp": "", + "props": [ + { + "name": "[key: string]", + "optional": false, + "readonly": false, + "type": "any" + } + ], + "methods": [] + }, + "StepPanelsProps": { + "description": "Defines valid properties in StepPanels component.", + "relatedProp": "", + "props": [ + { + "name": "value", + "optional": false, + "readonly": false, + "type": "string", + "default": "", + "description": "Value of step." + }, + { + "name": "dt", + "optional": true, + "readonly": false, + "type": "any", + "default": "", + "description": "It generates scoped CSS variables using design tokens for the component." + }, + { + "name": "pt", + "optional": true, + "readonly": false, + "type": "PassThrough", + "default": "", + "description": "Used to pass attributes to DOM elements inside the component." + }, + { + "name": "ptOptions", + "optional": true, + "readonly": false, + "type": "PassThroughOptions", + "default": "", + "description": "Used to configure passthrough(pt) options of the component." + } + ], + "methods": [] + }, + "StepPanelsSlots": { + "description": "Defines valid slots in StepPanels slots.", + "relatedProp": "", + "props": [], + "methods": [ + { + "name": "default", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom content template." + } + ] + }, + "StepPanelsEmitsOptions": { + "relatedProp": "", + "props": [], + "methods": [] + } + } + }, + "tokens": { + "description": "Define design tokens used by the component.", + "values": { + "StepPanelsPassThroughMethodOptions": { + "description": "Custom passthrough(pt) option method.", + "props": [] + }, + "StepPanelsPassThroughOptions": { + "description": "Custom passthrough(pt) options.", + "props": [] + }, + "StepPanelsPassThroughAttributes": { + "props": [] + }, + "StepPanelsProps": { + "description": "Defines valid properties in StepPanels component.", + "props": [] + }, + "StepPanelsSlots": { + "description": "Defines valid slots in StepPanels slots.", + "props": [] + }, + "StepPanelsEmitsOptions": { + "props": [] + } + } + }, + "types": { + "description": "Defines the custom types used by the module.", + "values": { + "StepPanelsPassThroughOptionType": { + "values": "StepPanelsPassThroughAttributes | (options: StepPanelsPassThroughMethodOptions) => undefined | string | null | undefined" + }, + "StepPanelsEmits": { + "values": "EmitFn" + } + } + } + }, + "steppanelsstyle": { + "description": "StepPanels\n\n[Live Demo](https://www.primevue.org/stepper/)", + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "eventDescription": "Defines the custom events used by the component's emit.", + "methodDescription": "Defines methods that can be accessed by the component's reference.", + "typeDescription": "Defines the custom types used by the module.", + "values": { + "StepPanelsStyle": { + "relatedProp": "", + "props": [ + { + "name": "name", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + }, + { + "name": "css", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + }, + { + "name": "classes", + "optional": true, + "readonly": false, + "type": "object", + "default": "" + }, + { + "name": "inlineStyles", + "optional": true, + "readonly": false, + "type": "object", + "default": "" + }, + { + "name": "load", + "optional": true, + "readonly": false, + "type": "Function", + "default": "" + }, + { + "name": "getStyleSheet", + "optional": true, + "readonly": false, + "type": "Function", + "default": "" + } + ], + "methods": [], + "extendedTypes": "BaseStyle" + } + } + }, + "tokens": { + "description": "Define design tokens used by the component.", + "values": { + "StepPanelsStyle": { + "props": [] + } + } + }, + "enumerations": { + "values": { + "StepPanelsClasses": { + "members": [ + { + "name": "root", + "optional": false, + "readonly": false, + "value": "\"p-steppanels\"", + "description": "Class name of the root element" + } + ] + } + } + } + }, "stepper": { "description": "Stepper is a component that streamlines a wizard-like workflow, organizing content into coherent steps and visually guiding users through a numbered progression in a multi-step process.\n\n[Live Demo](https://www.primevue.org/stepper/)", "components": { @@ -66948,30 +68480,6 @@ "default": "", "description": "Used to pass attributes to the root's DOM element." }, - { - "name": "list", - "optional": true, - "readonly": false, - "type": "StepperPassThroughOptionType", - "default": "", - "description": "Used to pass attributes to the list's DOM element." - }, - { - "name": "panels", - "optional": true, - "readonly": false, - "type": "StepperPassThroughOptionType", - "default": "", - "description": "Used to pass attributes to the panels' DOM element." - }, - { - "name": "stepperpanel", - "optional": true, - "readonly": false, - "type": "StepperPanelPassThroughOptionType", - "default": "", - "description": "Used to pass attributes to the end handler's DOM element." - }, { "name": "hooks", "optional": true, @@ -67001,12 +68509,12 @@ "relatedProp": "", "props": [ { - "name": "d_activeStep", + "name": "d_value", "optional": false, "readonly": false, - "type": "number", + "type": "any", "default": "", - "description": "Current active index state." + "description": "Current active value state." }, { "name": "id", @@ -67019,48 +68527,17 @@ ], "methods": [] }, - "StepperChangeEvent": { - "description": "Custom tab change event.", - "relatedProp": "StepperEmitsOptions['step-change']", - "props": [ - { - "name": "originalEvent", - "optional": false, - "readonly": false, - "type": "Event", - "default": "", - "description": "Browser event" - }, - { - "name": "index", - "optional": false, - "readonly": false, - "type": "number", - "default": "", - "description": "Index of the selected stepper panel" - } - ], - "methods": [] - }, "StepperProps": { "description": "Defines valid properties in Stepper component.", "relatedProp": "", "props": [ { - "name": "activeStep", + "name": "value", "optional": true, "readonly": false, - "type": "number", - "default": "0", - "description": "Active step index of stepper." - }, - { - "name": "orientation", - "optional": true, - "readonly": false, - "type": "\"horizontal\" | \"vertical\"", - "default": "horizontal", - "description": "Orientation of the stepper." + "type": "string | number", + "default": "null", + "description": "Active value of stepper." }, { "name": "linear", @@ -67110,6 +68587,12 @@ "relatedProp": "", "props": [], "methods": [ + { + "name": "default", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom default template." + }, { "name": "start", "parameters": [], @@ -67130,29 +68613,17 @@ "props": [], "methods": [ { - "name": "update:activeStep", + "name": "update:value", "parameters": [ { "name": "value", "optional": false, - "type": "number", + "type": "any", "description": "New value." } ], "returnType": "void", "description": "Emitted when the value changes." - }, - { - "name": "step-change", - "parameters": [ - { - "name": "event", - "optional": false, - "type": "StepperChangeEvent" - } - ], - "returnType": "void", - "description": "Callback to invoke when an active panel is changed." } ] } @@ -67177,10 +68648,6 @@ "description": "Defines current inline state in Stepper component.", "props": [] }, - "StepperChangeEvent": { - "description": "Custom tab change event.", - "props": [] - }, "StepperProps": { "description": "Defines valid properties in Stepper component.", "props": [] @@ -67286,74 +68753,11 @@ "description": "Class name of the root element" }, { - "name": "list", - "optional": false, - "readonly": false, - "value": "\"p-stepper-list\"", - "description": "Class name of the list element" - }, - { - "name": "stepperItem", - "optional": false, - "readonly": false, - "value": "\"p-stepper-item\"", - "description": "Class name of the stepper item element" - }, - { - "name": "stepperItemHeader", - "optional": false, - "readonly": false, - "value": "\"p-stepper-item-header\"", - "description": "Class name of the stepper item header element" - }, - { - "name": "stepperItemNumber", - "optional": false, - "readonly": false, - "value": "\"p-stepper-item-number\"", - "description": "Class name of the stepper item number element" - }, - { - "name": "stepperItemTitle", - "optional": false, - "readonly": false, - "value": "\"p-stepper-item-title\"", - "description": "Class name of the stepper item title element" - }, - { - "name": "stepperSeparator", + "name": "separator", "optional": false, "readonly": false, "value": "\"p-stepper-separator\"", - "description": "Class name of the stepper separator element" - }, - { - "name": "stepperPanelContentContainer", - "optional": false, - "readonly": false, - "value": "\"p-stepper-panel-content-container\"", - "description": "Class name of the stepper panel content container element" - }, - { - "name": "stepperPanelContent", - "optional": false, - "readonly": false, - "value": "\"p-stepper-panel-content\"", - "description": "Class name of the stepper panel content element" - }, - { - "name": "panels", - "optional": false, - "readonly": false, - "value": "\"p-stepper-panels\"", - "description": "Class name of the panels element" - }, - { - "name": "panel", - "optional": false, - "readonly": false, - "value": "\"p-stepper-panel\"", - "description": "Class name of the panel element" + "description": "Class name of the separator element" } ] } @@ -67364,7 +68768,7 @@ "description": "StepperPanel is a helper component for Stepper component.\n\n[Live Demo](https://www.primevue.org/stepper/)", "components": { "default": { - "description": "StepperPanel is a helper component for Stepper component.", + "description": "", "methods": { "description": "Defines methods that can be accessed by the component's reference.", "values": [] @@ -91992,52 +93396,52 @@ "description": "Used to pass tokens of the separator section" }, { - "name": "item", + "name": "step", "optional": true, "readonly": false, "type": "Object", "default": "", - "description": "Used to pass tokens of the item section" + "description": "Used to pass tokens of the step section" }, { - "name": "itemHeader", + "name": "stepHeader", "optional": true, "readonly": false, "type": "Object", "default": "", - "description": "Used to pass tokens of the item header section" + "description": "Used to pass tokens of the step header section" }, { - "name": "itemTitle", + "name": "stepTitle", "optional": true, "readonly": false, "type": "Object", "default": "", - "description": "Used to pass tokens of the item title section" + "description": "Used to pass tokens of the step title section" }, { - "name": "itemNumber", + "name": "stepNumber", "optional": true, "readonly": false, "type": "Object", "default": "", - "description": "Used to pass tokens of the item number section" + "description": "Used to pass tokens of the step number section" }, { - "name": "verticalPanelContainer", + "name": "steppanels", "optional": true, "readonly": false, "type": "Object", "default": "", - "description": "Used to pass tokens of the vertical panel container section" + "description": "Used to pass tokens of the steppanels section" }, { - "name": "panelContent", + "name": "steppanel", "optional": true, "readonly": false, "type": "Object", "default": "", - "description": "Used to pass tokens of the panel content section" + "description": "Used to pass tokens of the steppanel section" } ], "methods": [], @@ -92078,13 +93482,13 @@ "description": "Active background of separator" }, { - "name": "vertical.margin", - "token": "stepper.separator.orientation.vertical.margin", + "name": "separator.margin", + "token": "stepper.separator.margin", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Orientation vertical margin of separator" + "description": "Margin of separator" }, { "name": "separator.size", @@ -92096,274 +93500,265 @@ "description": "Size of separator" }, { - "name": "item.padding", - "token": "stepper.item.padding", + "name": "step.padding", + "token": "stepper.step.padding", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Padding of item" + "description": "Padding of step" }, { - "name": "item.gap", - "token": "stepper.item.gap", + "name": "step.gap", + "token": "stepper.step.gap", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Gap of item" + "description": "Gap of step" }, { - "name": "itemHeader.padding", - "token": "stepper.item.header.padding", + "name": "stepHeader.padding", + "token": "stepper.step.header.padding", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Padding of item header" + "description": "Padding of step header" }, { - "name": "itemHeader.borderRadius", - "token": "stepper.item.header.border.radius", + "name": "stepHeader.borderRadius", + "token": "stepper.step.header.border.radius", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Border radius of item header" + "description": "Border radius of step header" }, { "name": "focusRing.width", - "token": "stepper.item.header.focus.ring.width", + "token": "stepper.step.header.focus.ring.width", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Focus ring width of item header" + "description": "Focus ring width of step header" }, { "name": "focusRing.style", - "token": "stepper.item.header.focus.ring.style", + "token": "stepper.step.header.focus.ring.style", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Focus ring style of item header" + "description": "Focus ring style of step header" }, { "name": "focusRing.color", - "token": "stepper.item.header.focus.ring.color", + "token": "stepper.step.header.focus.ring.color", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Focus ring color of item header" + "description": "Focus ring color of step header" }, { "name": "focusRing.offset", - "token": "stepper.item.header.focus.ring.offset", + "token": "stepper.step.header.focus.ring.offset", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Focus ring offset of item header" + "description": "Focus ring offset of step header" }, { "name": "focusRing.shadow", - "token": "stepper.item.header.focus.ring.shadow", + "token": "stepper.step.header.focus.ring.shadow", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Focus ring shadow of item header" + "description": "Focus ring shadow of step header" }, { - "name": "itemHeader.gap", - "token": "stepper.item.header.gap", + "name": "stepHeader.gap", + "token": "stepper.step.header.gap", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Gap of item header" + "description": "Gap of step header" }, { - "name": "itemTitle.color", - "token": "stepper.item.title.color", + "name": "stepTitle.color", + "token": "stepper.step.title.color", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Color of item title" + "description": "Color of step title" }, { - "name": "itemTitle.activeColor", - "token": "stepper.item.title.active.color", + "name": "stepTitle.activeColor", + "token": "stepper.step.title.active.color", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Active color of item title" + "description": "Active color of step title" }, { - "name": "itemTitle.fontWeight", - "token": "stepper.item.title.font.weight", + "name": "stepTitle.fontWeight", + "token": "stepper.step.title.font.weight", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Font weight of item title" + "description": "Font weight of step title" }, { - "name": "itemNumber.background", - "token": "stepper.item.number.background", + "name": "stepNumber.background", + "token": "stepper.step.number.background", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Background of item number" + "description": "Background of step number" }, { - "name": "itemNumber.activeBackground", - "token": "stepper.item.number.active.background", + "name": "stepNumber.activeBackground", + "token": "stepper.step.number.active.background", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Active background of item number" + "description": "Active background of step number" }, { - "name": "itemNumber.borderColor", - "token": "stepper.item.number.border.color", + "name": "stepNumber.borderColor", + "token": "stepper.step.number.border.color", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Border color of item number" + "description": "Border color of step number" }, { - "name": "itemNumber.activeBorderColor", - "token": "stepper.item.number.active.border.color", + "name": "stepNumber.activeBorderColor", + "token": "stepper.step.number.active.border.color", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Active border color of item number" + "description": "Active border color of step number" }, { - "name": "itemNumber.color", - "token": "stepper.item.number.color", + "name": "stepNumber.color", + "token": "stepper.step.number.color", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Color of item number" + "description": "Color of step number" }, { - "name": "itemNumber.activeColor", - "token": "stepper.item.number.active.color", + "name": "stepNumber.activeColor", + "token": "stepper.step.number.active.color", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Active color of item number" + "description": "Active color of step number" }, { - "name": "itemNumber.size", - "token": "stepper.item.number.size", + "name": "stepNumber.size", + "token": "stepper.step.number.size", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Size of item number" + "description": "Size of step number" }, { - "name": "itemNumber.fontSize", - "token": "stepper.item.number.font.size", + "name": "stepNumber.fontSize", + "token": "stepper.step.number.font.size", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Font size of item number" + "description": "Font size of step number" }, { - "name": "itemNumber.fontWeight", - "token": "stepper.item.number.font.weight", + "name": "stepNumber.fontWeight", + "token": "stepper.step.number.font.weight", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Font weight of item number" + "description": "Font weight of step number" }, { - "name": "itemNumber.borderRadius", - "token": "stepper.item.number.border.radius", + "name": "stepNumber.borderRadius", + "token": "stepper.step.number.border.radius", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Border radius of item number" + "description": "Border radius of step number" }, { - "name": "itemNumber.shadow", - "token": "stepper.item.number.shadow", + "name": "stepNumber.shadow", + "token": "stepper.step.number.shadow", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Shadow of item number" + "description": "Shadow of step number" }, { - "name": "verticalPanelContainer.paddingLeft", - "token": "stepper.vertical.panel.container.padding.left", + "name": "steppanels.padding", + "token": "stepper.steppanels.padding", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Padding left of vertical panel container" + "description": "Padding of steppanels" }, { - "name": "panelContent.background", - "token": "stepper.panel.content.background", + "name": "steppanel.background", + "token": "stepper.steppanel.background", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Background of panel content" + "description": "Background of steppanel" }, { - "name": "panelContent.color", - "token": "stepper.panel.content.color", + "name": "steppanel.color", + "token": "stepper.steppanel.color", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Color of panel content" + "description": "Color of steppanel" }, { - "name": "horizontal.padding", - "token": "stepper.panel.content.orientation.horizontal.padding", + "name": "steppanel.padding", + "token": "stepper.steppanel.padding", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Orientation horizontal padding of panel content" - }, - { - "name": "vertical.padding", - "token": "stepper.panel.content.orientation.vertical.padding", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Orientation vertical padding of panel content" + "description": "Padding of steppanel" }, { "name": "last.padding", - "token": "stepper.panel.content.orientation.vertical.last.padding", + "token": "stepper.steppanel.last.padding", "optional": true, "readonly": false, "type": "string", "default": "", - "description": "Orientation vertical last padding of panel content" + "description": "Last padding of steppanel" } ] } diff --git a/doc/stepper/BasicDoc.vue b/doc/stepper/HorizontalDoc.vue similarity index 60% rename from doc/stepper/BasicDoc.vue rename to doc/stepper/HorizontalDoc.vue index f7fce72a7..465b7c169 100644 --- a/doc/stepper/BasicDoc.vue +++ b/doc/stepper/HorizontalDoc.vue @@ -1,43 +1,43 @@